* wl-e21.el (wl-e21-display-image-p): Respect `wl-highlight-folder-with-icon'.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-e21.el (wl-e21-display-image-p): Respect
4         `wl-highlight-folder-with-icon'.
5
6         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
7         Respect value of `wl-summary-highlight'.
8
9         * wl.el (wl-save-status): Remove unused variable.
10
11         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
12         (wl-folder-mode-map): Bind it to "x".
13
14 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
15
16         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
17
18         * wl-thread.el (wl-thread-get-parent-list): Don't check
19         disconnected ancestors, neglecting needless work in
20         `wl-thread-update-indent-string-thread'.
21
22         * wl.el (wl-save): Take prefix argument to execute remaining marks.
23         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
24         argument, add argument default-keep to keep marks by default.
25
26         * Version number is increased to 2.11.30.
27
28         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
29         customization type and docstring.
30         (wl-draft-reply-without-argument-list): Ditto.
31
32 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
33
34         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
35
36         * wl-spam.el (wl-spam-mark-action-list): Ditto.
37
38 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
39
40         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
41
42 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
43
44         * wl-draft.el (wl-draft-config-exec): Narrow the range of
45         save-excursion so as not to include run-hooks.
46
47 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
48
49         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
50         Clarify that marks are going to be cleared.
51
52 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
53
54         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
55         according to 3rd element of wl-summary-flag-mark.
56
57         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
58
59 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
60
61         * wl-action.el (wl-summary-target-mark-all): Don't set
62         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
63
64 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
65
66         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
67         (wl-forward-subject-prefix): Ditto.
68         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
69         (wl-draft-reply-make-subject): Ditto.
70
71         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
72         `wl-draft-forward'.
73         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
74
75 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
76
77         * wl-action.el (wl-summary-target-mark-set-action): Stop if
78         target message does not exist.
79
80 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
81
82         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
83         `wl-subject-prefix-regexp'.
84         (wl-subject-forward-prefix-regexp): New variable.
85         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
86         `wl-draft-strip-subject-re' and take regexp as argument.
87         (wl-draft-forward): Use it.
88         (wl-draft-reply): Ditto.
89
90 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
91
92         * wl-e21.el (wl-highlight-plugged-current-line): Change for
93         emacs multi-tty support.
94
95 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
96
97         * wl-e21.el (wl-e21-display-image-p): Don't call
98         `display-images-p'.
99         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
100         support.
101         (wl-highlight-folder-current-line): Ditto.
102         (wl-folder-init-icons): Ditto.
103
104 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
105
106         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
107         the last line of summary in unplugged mode.
108
109 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
110
111         * wl-vars.el (wl-refile-rule-alist): Doc fix.
112
113 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
114
115         * wl-vars.el (wl-user-mail-address-regexp): New variable.
116         * wl-address.el (wl-address-user-mail-address-p): Use it.
117         (wl-address-delete-user-mail-addresses): Ditto.
118         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
119
120         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
121         (wl-address-delete-user-mail-addresses): Ditto.
122
123         * wl-address.el (wl-address-delete-user-mail-addresses): New
124         function.
125         * wl-refile.el (wl-refile-guess-by-history): Use it.
126         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
127         (wl-draft-make-mail-followup-to): Ditto and fix logic.
128
129         * wl-draft.el (wl-draft-edit-string): To judge sender address,
130         use wl-address-user-mail-address-p.
131
132 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
133
134         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
135         after opening group.
136
137 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
140         of elmo-set-buffer-multibyte.
141
142         * wl-message.el (wl-original-message-mode): Ditto.
143
144         * wl-score.el (wl-score-insert-header): Ditto.
145
146         * wl-summary.el
147         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
148         (wl-summary-goto-folder-subr): Ditto.
149         (wl-summary-insert-headers): Ditto.
150
151         * wl-util.el (wl-set-string-width): Ditto.
152
153         * Version number is increased to 2.11.29.
154
155 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
156
157         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
158         (wl-highlight-summary-line-help-echo-alist): New variable.
159         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
160         into `wl-highlight-summary-line-help-echo' and
161         `wl-highlight-flag-folder-help-echo'.
162         (wl-highlight-summary-line-string): Change accordingly.
163         (wl-highlight-summary-current-line): Ditto.
164
165 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
166
167         * wl-highlight.el (wl-highlight-message): Ignore white spaces
168         at the beginning of field body (Thanks to Markus Knittig).
169
170         * wl-draft.el (wl-draft-insert-current-message): Also check
171         summary buffer, remove unnecessary tag.
172
173 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
174
175         * wl-draft.el (wl-draft-insert-current-message): Cause error also
176         when wl-message-buffer is nil.
177
178         * wl-folder.el (wl-folder): Abolish unused argument.
179         Call wl-folder-init when wl-folder-entity is nil.
180         * wl.el (wl): Change accordingly.
181
182 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
183
184         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
185         multibyte string before insert into draft buffer.
186         (wl-draft-create-buffer): Always enable multibyte characters for
187         draft buffer.
188
189         * Version number is increased to 2.11.28.
190
191 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
192
193         * wl-folder.el (wl-folder-open-close): Handle blank line.
194         (wl-folder-jump-to-current-entity): Ditto.
195
196 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * Version number is increased to 2.11.27.
199
200 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
201
202         * wl-thread.el (wl-thread-insert-message): When the thread is
203         devided by wl-summary-max-thread-depth, insert line at the end of
204         buffer.
205
206 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
207
208         * Version number is increased to 2.11.26.
209
210 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
211
212         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
213
214 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
215
216         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
217         value of stream-type and session.
218
219 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
220
221         * Version number is increased to 2.11.25.
222
223 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
224
225         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
226         in a quit message.
227
228 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
229
230         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
231         (wl-summary-redisplay-no-mime-internal): Ditto.
232
233 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
234
235         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
236         * wl-vars.el (wl-smtp-connection-type): Ditto.
237
238 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
239
240         * wl-highlight.el (wl-highlight-message): Change to strict regexp
241         for the separator line and quote mail-header-separator.
242
243 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * wl-spam.el (wl-message-check-spam): Fixed problem no display
246         result message.
247
248         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
249         `elmo-multiple-fields-body-list' with boundary as
250         mail-header-separator.
251
252 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
253
254         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
255
256 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
257
258         * wl-util.el (wl-list-diff): Remove unused function.
259
260         * wl-draft.el (wl-draft-send-confirm): Discard input before
261         confirmation.
262
263 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
266         order of flag and new.
267
268 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * wl-vars.el (wl-refile-policy-alist): Abolished.
271
272         * wl-action.el (wl-summary-set-action-refile): Follow the change
273         above.
274
275 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
276
277         * wl-highlight.el (wl-highlight-signature-search): Don't use
278         re-search-backward for a long word since it is possible to crash
279         XEmacs because of a bug.
280
281 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
282
283         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
284
285 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
286
287         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
288         argument for wl-summary-sync-force-update.
289
290 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
291
292         * wl-summary.el (wl-summary-mode-map): Revival of
293         wl-summary-mark-as-important related bindings;
294         Bind 'F','tF','mF','rF','m&'.
295         (wl-summary-mark-as-important-region): Revival.
296         (wl-summary-target-mark-mark-as-important): Ditto.
297         (wl-summary-target-mark-operation): New function.
298         (wl-summary-target-mark-mark-as-answered): Use it.
299         (wl-summary-decide-flag): Don't set Important as default.
300         (wl-summary-mark-as-important-internal): Revival.
301         (wl-summary-mark-as-important): Ditto.
302
303         * wl-thread.el (wl-thread-mark-as-important): Ditto.
304
305         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
306         instead of facep.
307
308 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
309
310         * wl-dnd.el (wl-dnd-drop-func): Fix.
311
312         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
313         mouse-set-point instead of posn-point.
314
315         * wl-xmas.el (wl-completing-read-multiple): Define as function.
316
317         * wl-mule.el (wl-completing-read-multiple): Ditto.
318
319 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-demo.el (face-background-name): Defalias to avoid compile
322         warning.
323
324 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
325
326         * wl-summary.el (wl-summary-decide-flag): Use
327         wl-completing-read-multiple instead of completing-read-multiple.
328
329         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
330         New alias.
331
332         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
333         Use face-background-name instead of face-background.
334
335         * wl-vars.el (wl-summary-save-file-suffix): New user option.
336
337         * wl-summary.el (wl-summary-save): Use it.
338         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
339
340         * wl-mime.el (wl-mime-save-content): Fix last change.
341
342 2004-02-10  Len Trigg <lenbok@myrealbox.com>
343
344         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
345         New function.
346         (wl-summary-sort-specs): Added sort.
347         * wl-mime.el (wl-mime-save-content): Expand file name.
348
349 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
350
351         * wl-mime.el (wl-draft-preview-message): Fixed typo.
352
353         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
354
355 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
356
357         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
358         for flag if it is not defined.
359
360 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
361
362         * wl-e21.el (wl-highlight-folder-current-line): Use
363         elmo-folder-type-internal when elmo-folder-type returns nil.
364
365         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
366
367         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
368
369         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
370
371         * wl-e21.el (wl-summary-toolbar): Ditto.
372
373         * wl-vars.el (wl-demo-background-color): Abolished.
374         (wl-summary-persistent-mark-priority-list): Renamed from
375         wl-summary-flag-priority-list.
376         (wl-summary-flag-alist): New user option.
377         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
378         (wl-message-mode-line-format-spec-alist): Added 'F'.
379         (wl-message-mode-line-format): Likewise.
380         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
381         instead of wl-summary-important-mark.
382         (wl-file-folder-icon): New variable.
383
384         * wl-thread.el (wl-thread-set-flags): Renamed from
385         wl-thread-mark-as-important.
386
387         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
388         warning.
389         (wl-summary-mode-menu-spec): Follow the change of 
390         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
391         (wl-summary-mode-map): Follow the change of
392         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
393         (wl-summary-detect-mark-position): Follow the variable name change.
394         (wl-summary-set-flags-region): New function for the replacement of
395         wl-summary-mark-as-important-region.
396         (wl-summary-sync-marks): Sync all global-flags.
397         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
398         instead of elmo-message-flagged-p.
399         (wl-summary-persistent-mark-string): Follow the variable name change;
400         Put wl-summary-flag-mark if the message has global-flag.
401         (wl-summary-target-mark-set-flags): Renamed from 
402         wl-summary-target-mark-mark-as-important.
403         (wl-summary-decide-flag): New function.
404         (wl-summary-set-flags-internal): Renamed from
405         wl-summary-mark-as-important-internal.
406         (wl-summary-add-flags-internal): New function.
407         (wl-summary-remove-flags-internal): Ditto.
408         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
409         (wl-summary-mark-as-unimportant): Abolish.
410         (wl-summary-move-spec-alist): Changed `important' to `digest'.
411         (wl-summary-next-message): List flagged messages in the msgdb.
412
413         * wl-score.el (wl-summary-score-update-all-lines): Use
414         wl-summary-add-flags-internal instead of 
415
416         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
417
418         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
419         from wl-message-buffer-cur-flag (To avoid misunderstanding).
420         (wl-message-buffer-require-all-header): Renamed from
421         wl-message-buffer-all-header-flag (Ditto).
422         (wl-message-buffer-flag-indicator): New variable.
423         (wl-message-redisplay): Changed local varibale name from `flag' to
424         `display-type'; Set up wl-message-buffer-flag-indicator.
425         (wl-message-buffer-display): Changed varibale name from `flag' to
426         `display-type'.
427         (wl-message-display-internal): Likewise.
428
429         * wl-highlight.el (wl-highlight-demo-face): Define default background
430         color.
431         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
432
433         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
434
435         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
436         (wl-demo-setup-properties): Renamed from
437         `wl-demo-set-background-color'.
438         (wl-demo): Follow the change above.
439         
440         * Version number is increased to 2.11.24.
441
442 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
443
444         * wl-summary.el (wl-summary-toggle-thread): Call
445         `wl-summary-rescan' with disable-thread as non-nil.
446         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
447
448 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
449
450         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
451         foreground property of the face.
452         (wl-demo-insert-text): Don't set up face property here.
453         (wl-demo): Call wl-demo-set-background-color, anyway.
454
455 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
456
457         * wl-vars.el (wl-demo-background-color): The value can be nil.
458
459 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
460
461         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
462         to wl-summary-wheel-dispatcher.
463
464         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
465         wl-message-wheel-dispatcher.
466         (wl-message-wheel-dispatcher): New function.
467         (wl-summary-wheel-dispatcher): Ditto.
468
469 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
470
471         * wl-action.el (wl-summary-target-mark-all): List messages which are
472         not in the killed-list.
473
474         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
475         only when the folder is 'flag/important.
476
477         * wl-address.el (wl-complete-field-body): Complete if the last
478         character is a space.
479
480 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-folder.el (wl-folder-clear-entity-info): Use
483         elmo-clear-hash-val.
484
485         * wl-fldmgr.el (wl-fldmgr-rename): Set
486         wl-folder-info-alist-modified as t.
487
488 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
489
490         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
491
492 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
493
494         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
495         (wl-folder-buffer-last-visited-entity-id): New buffer local
496         variable.
497         (wl-folder-revisit-last-visited-folder): New function.
498         (wl-folder-mode-map): Bind it to "C-i".
499         (wl-folder-set-current-entity-id): Set last visited folder.
500         * wl-summary.el (wl-summary-exit): Ditto.
501
502 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
505         before calling `recenter' in order to cope with an XEmacs bug.
506
507 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
508
509         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
510         to the default value.
511
512 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
513
514         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
515         change.
516         (wl-summary-sync-marks): Ditto.
517         (wl-summary-mark-as-read-internal): Ditto.
518         (wl-summary-mark-as-answered-internal): Ditto.
519         (wl-summary-mark-as-important-internal): Ditto.
520         (wl-summary-reply): Ditto.
521
522         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
523         instead of `elmo-folder-unflag-answered'.
524
525         * Version number is increased to 2.11.23.
526
527         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
528         the last change.
529
530 2004-01-11  Kenichi Okada  <okada@opaopa.org>
531
532         * wl-spam.el (wl-summary-exec-action-refile-with-register):
533         Specify "spam" or "good".
534
535 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
536
537         * wl-spam.el (wl-summary-exec-action-spam): Call
538         wl-folder-confirm-existence for spam folder.
539         (wl-spam-setup): Bind "mk".
540
541 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
544
545 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
546
547         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
548         destination folder is empty.
549
550 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
551
552         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
553         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
554
555         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
556         (wl-summary-refile-prev-destination-region): New function.
557         (wl-thread-refile-prev-destination): Ditto.
558         (wl-summary-target-mark-refile-prev-destination): Ditto.
559
560 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
561
562         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
563         (wl-demo-background-color): Changed default value.
564
565         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
566         color.
567
568         * wl-demo.el (wl-demo-set-background-color): New function.
569         (wl-demo): Call it.
570
571 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
572
573         * wl-address.el (wl-address-delete): Avoid mis-deleting.
574         * wl-address.el (wl-address-add-or-change): Don't add empty
575         address.
576
577 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
578
579         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
580
581 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
582
583         * wl-vars.el (wl-demo-image-filter-alist): New variable
584         (wl-demo-background-color): Ditto.
585
586         * wl-demo.el (wl-demo-xpm-set-background): New function.
587         (wl-demo-image-filter): Ditto.
588         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
589
590         * wl-vars.el (wl-demo-icon-name-alist): New variable.
591
592         * wl-demo.el (wl-demo-icon-name): Define as function.
593         (wl-demo-insert-image): Use it.
594
595 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
596
597         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
598
599 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
600
601         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
602
603 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
604
605         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
606
607 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608
609         * wl-thread.el (wl-thread-mark-as-answered): New function.
610
611         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
612         answered" entry.
613         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
614         "r&" and wl-thread-mark-as-answered to "t&".
615         (wl-summary-mark-as-important-region): Refine to toggle mark.
616         (wl-summary-mark-as-answered-region): New function.
617         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
618         and 3rd argument.
619         (wl-summary-mark-as-important-internal): Likewise.
620
621 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
622
623         * wl-template.el (wl-template-preview): New internal variable.
624         (wl-template-preview-p): New function.
625         (wl-template-show): Bind `wl-template-preview' as t.
626
627 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
630         `elmo-message-entity-field' with 3rd argument which is non-nil.
631
632 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
635         Removed duplicate local bind `folder'.
636
637 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
640
641 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
644         duplicate definition.
645
646 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
647
648         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
649         non-nil, use it; Don't fetch message if there's no message in the
650         current cursor position.
651
652 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
653
654         * wl-util.el (wl-region-exists-p): Use region-active-p.
655         (wl-deactivate-region): New function.
656         * wl-message.el (wl-message-redisplay): Deactivate region.
657
658         * wl-summary.el (wl-summary-reply): Call
659         `wl-summary-set-message-buffer-or-redisplay' instead of
660         `wl-summary-redisplay-internal', don't move point.
661
662 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
665         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
666         by regexp.
667
668 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
669
670         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
671         if no need.
672
673 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
674
675         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
676         default value to nil.
677         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
678         `wl-summary-prepare-hook'; Replace refile action to
679         `wl-summary-exec-action-refile-with-register'.
680
681         * Version number is increased to 2.11.22.
682
683 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * wl-summary.el (wl-summary-detect-mark-position): Set
686         `wl-summary-buffer-weekday-name-lang'.
687
688 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
689
690         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
691         (wl-summary-mark-as-read-all): Ditto.
692         (wl-summary-delete-messages-on-buffer): Ditto.
693         (wl-summary-sync-update): Ditto.
694         (wl-summary-mark-as-read-internal): Ditto.
695         (wl-summary-mark-as-answered-internal): Ditto.
696         (wl-summary-update-folder-info): Abolished.
697
698 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * wl-summary.el (wl-summary-mark-as-read-all): Use
701         `wl-summary-update-folder-info' instead of
702         `wl-folder-update-unread'.
703
704 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
705
706         * wl-summary.el (wl-summary-update-folder-info): New function derived from
707         `wl-summary-folder-info-update'.
708         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
709         instead of `wl-summary-folder-info-update'.
710         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
711         `wl-folder-set-folder-updated'.
712         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
713         instead of `wl-folder-update-unread'.
714         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
715         the value of `wl-summary-buffer-unread-count' for the second parameter of
716         `wl-folder-update-unread'.
717
718         * Version number is increased to 2.11.21.
719
720 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
721
722         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
723         a local variable.
724
725 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-spam.el (wl-summary-mark-spam): Show message only if call
728         interactively.
729
730         * wl-summary.el (wl-summary-mark-as-important-internal): New
731         internal function.
732         (wl-summary-mark-as-important): Use it.
733         (wl-summary-mark-as-unimportant): New function.
734         (wl-summary-sync-marks): Follow the API change.
735
736         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
737
738         * wl-mime.el (wl-summary-burst): Check target folder is writable.
739
740 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
741
742         * wl-folder.el (wl-folder-update-unread): Re-indent.
743         Narrow the scope of a local variable.
744
745 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
746
747         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
748         (wl-addrmgr-merge-entries): Ditto.
749         (wl-addrmgr): Added to address entry which exists in draft buffer
750         if no entry is in original.
751
752 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
753
754         * wl-batch.el: New file.
755
756 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
757
758         * wl-vars.el (wl-use-semi): Remove unused variable.
759
760 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
761
762         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
763         "?".
764
765 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
768         wl-summary-new-mark.
769         (wl-summary-new-cached-mark): New user option.
770         (wl-summary-score-marks): Follow the change above.
771         (wl-summary-auto-refile-skip-marks): Ditto.
772         (wl-summary-incorporate-marks): Ditto.
773         (wl-summary-expire-reserve-marks): Ditto.
774
775         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
776
777         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
778         (wl-summary-persistent-mark-string): Distinguished between cached
779         and uncached mark when the message is new.
780
781 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * wl-spam.el (wl-spam-domain): Renamed from
784         `wl-spam-folder-guess-domain'.
785         (wl-summary-exec-action-spam): Register as spam if domain of the
786         source folder is good.
787         (wl-summary-exec-action-refile-with-register): Register message if
788         domain of the source folder is not undecided.
789
790 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
791
792         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
793         detect thread loop.
794
795 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
798         and wl-summary-skip-mark-list.
799
800 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
801
802         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
803
804         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
805
806         * wl-spam.el (toplevel): Require wl-highlight.
807         (wl-spam-auto-check-policy-alist): Abolish.
808         (wl-spam-auto-check-folder-regexp-list): New user option.
809         (wl-spam-auto-check-marks): Ditto.
810         (wl-spam-mark-action-list): Ditto.
811         (wl-highlight-summary-spam-face): New face.
812         (wl-spam-auto-check-message-p): New function.
813         (wl-spam-map-spam-messages): Fixed message.
814         (wl-spam-register-spam-messages): Ditto.
815         (wl-spam-register-good-messages): Ditto.
816         (wl-summary-spam-map): Add and remove keybind.
817         (wl-summary-target-mark-spam): Abolish.
818         (wl-summary-refile-spam): Ditto.
819         (wl-summary-test-spam): New function.
820         (wl-summary-mark-spam): Ditto.
821         (wl-summary-auto-check-spam): Follow the above change.
822         (wl-summary-exec-action-spam): New function.
823         (wl-summary-exec-action-refile-with-register): Fixed message.
824         (wl-message-check-spam): New function.
825         (wl-spam-setup): Ditto.
826         (toplevel): Call it if this file is loaded interactivity.
827
828         * Version number is increased to 2.11.20.
829
830 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
831
832         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
833         when new optional argument `force' is non nil or modified.
834
835 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl.el (toplevel): Require wl-spam when compile.
838         (wl-save-status): Call wl-spam-save-status.
839
840         * wl-spam.el (wl-spam-register-spam-messages): New function.
841         (wl-spam-register-good-messages): Ditto.
842         (wl-spam-save-status): Ditto.
843         (wl-summary-mode-map): Bind
844         wl-summary-target-mark-register-as-spam to "ms" and
845         wl-summary-target-mark-register-as-good to "mn".
846         (wl-summary-register-as-spam): Abolish optional argument; Use
847         wl-spam-register-spam-messages.
848         (wl-summary-register-as-spam-all): Use
849         wl-spam-register-spam-messages.
850         (wl-summary-register-as-good): Abolish optional argument; Use
851         wl-spam-register-good-messages.
852         (wl-summary-register-as-good-all): Use
853         wl-spam-register-good-messages.
854         (wl-summary-target-mark-register-as-spam): New funtion.
855         (wl-summary-target-mark-register-as-good): Ditto.
856
857 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
858
859         * wl-spam.el: New file.
860
861 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
864
865         * wl-action.el (wl-auto-refile-guess-functions): New variable.
866         (wl-summary-auto-refile): Call wl-refile-guess with
867         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
868
869 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
872         with disable-thread argument non-nil.
873
874 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-summary.el (wl-summary-rescan): Added optional argument
877         disable-thread.
878         (wl-summary-sync): Call wl-summary-rescan with argument
879         disable-thread.
880         (wl-summary-input-range): Added new range `rescan-thread'.
881
882 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
883
884         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
885
886 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
887
888         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
889         internal variable.
890         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
891         wl-summary-search-parent-by-subject-regexp and
892         wl-summary-divide-thread-when-subject-changed as nil.
893         (wl-summary-insert-sequential): If entity is nil, nothing to do.
894         (wl-summary-insert-thread): Search parent entity from
895         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
896         thread loop.
897
898 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
899
900         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
901
902         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
903
904         * wl-util.el (wl-require-update-all-folder-p): New function.
905         (wl-get-assoc-list-value): Added `function' to match directive.
906         (wl-collect-draft): Rewrite.
907
908         * wl-summary.el (wl-summary-sync-update): Clear faces
909         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
910         are non-nil.
911         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
912         argument as function.
913         (wl-summary-input-range): Ditto.
914
915         * wl-folder.el (wl-draft-get-folder): New function.
916         (wl-folder-get-elmo-folder): Consider draft folder.
917
918         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
919         (wl-draft-buffer-message-number): New buffer local variable.
920         (wl-draft-folder-internal): New internal variable.
921         (wl-draft-delete): Rewrite.
922         (wl-draft-save): Ditto.
923         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
924         wl-folder-get-elmo-folder.
925         (wl-draft-config-info-operation): Ditto.
926         (wl-jump-to-draft-folder): Ditto.
927         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
928         (wl-draft-reedit): Rewrite.
929
930         * Version number is increased to 2.11.19.
931         
932 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
933
934         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
935         variable.
936
937 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
940         Use ignore-errors instead of unwind-protect.
941
942 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
943
944         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
945         for updating `wl-thread-entity-list'.
946
947 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
948
949         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
950         parameter from calling `wl-thread-entity-get-older-brothers' and
951         `wl-thread-entity-get-younger-brothers'.
952         Replace nested `append' with a single one.
953
954 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-summary.el (wl-summary-mode): Don't use the return value of
957         `make-local-hook'.
958
959 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
960
961         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
962         instead of `let*'.
963         (wl-thread-delete-message): Likewise.  Split and narrow the scope
964         of local variables.
965
966 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
967
968         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
969         Renamed from wl-summary-window-scroll-functions.
970         (wl-summary-window-scroll-functions): Don't set to variable.
971         (wl-summary-display-top): Use run-hooks.
972         (wl-summary-display-bottom): Ditto.
973         (wl-summary-toggle-disp-msg): Ditto.
974         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
975         Use it instead of wl-summary-window-scroll-functions.
976         (wl-summary-goto-folder-subr): Don't call
977         wl-summary-window-scroll-functions, use
978         wl-summary-buffer-window-scroll-functions instead.
979
980 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
981
982         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
983         make-local-variable.
984
985 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
986
987         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
988         set-buffer-modified-p.
989         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
990         (wl-summary-display-bottom): Ditto.
991         (wl-summary-toggle-disp-msg): Ditto.
992
993 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
996
997         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
998         (wl-summary-forward): Use elmo-message-entity-field instead of
999         elmo-message-field.
1000
1001         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1002
1003 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1004
1005         * wl-summary.el (wl-summary-window-scroll-functions): No use
1006         `append'.
1007
1008 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1009
1010         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1011         function.
1012         (wl-summary-window-scroll-functions): Call it when both
1013         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1014         (wl-summary-temp-mark): Added optional argument number.
1015         (wl-summary-message-mark): Added optional argument flag.
1016         (wl-summary-persistent-mark): Added optional argument number and flag.
1017         (wl-summary-update-persistent-mark): Ditto.
1018         (wl-summary-update-status-marks): Set "r" for interactive spec.
1019
1020         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1021         argument number and flag.
1022
1023         * wl-action.el (wl-summary-registered-temp-mark): 
1024         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1025
1026 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1029         internal variable (buffer local).
1030         (wl-summary-window-scroll-functions): New function.
1031         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1032         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1033         as nil.
1034         (wl-summary-update-status-marks): Added arguments beg, end and
1035         check.
1036         (wl-summary-update-mark-window): Use function.
1037         (wl-summary-sync-update): Follow the change above.
1038         (wl-summary-switch-to-clone-buffer): Copy
1039         wl-summary-buffer-unsync-mark-number-list.
1040         (wl-summary-goto-folder-subr): Set
1041         wl-summary-buffer-unsync-mark-number-list and
1042         use wl-summary-window-scroll-functions insteaf of
1043         wl-summary-lazy-highlight.
1044
1045         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1046
1047 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1048
1049         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1050
1051         * wl-summary.el (wl-summary-update-persistent-mark): Call
1052         wl-summary-set-message-modified.
1053
1054         * wl-summary.el (wl-summary-sync-update): Don't call
1055         wl-summary-update-status-marks.
1056
1057         * Version number is increased to 2.11.18.
1058
1059 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1060
1061         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1062         (wl-message-next-page): Ditto.
1063
1064 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1065
1066         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1067         local variable.  Change the order of a collected list into the
1068         same as the specified range.  Remove nil from a collected list.
1069
1070 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1073         argument for elmo-folder-list-messages.
1074
1075 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1078         change (wl-summary-count-unreads return a list instead of a cons
1079         cell).
1080
1081 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1082
1083         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1084         `wl-summary-folder-info-update'.
1085
1086 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1087
1088         * wl-summary.el (wl-summary-set-message-modified): No use
1089         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1090         (wl-summary-set-mark-modified): Abolish.
1091         (wl-summary-mark-modified-p): Ditto.
1092         (wl-summary-save-view): Follow the change above.
1093
1094         * wl-expire.el (wl-summary-expire): Likewise.
1095
1096 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1097
1098         * wl-summary.el (wl-summary-detect-mark-position): Use
1099         modb-entity-handler.
1100         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1101
1102         * Version number is increased to 2.11.17.
1103
1104 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1105
1106         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1107         entity field value.
1108         (wl-summary-prefetch-msg): Ditto.
1109         (wl-summary-print-message-with-ps-print): Ditto.
1110
1111 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1112
1113         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1114         for dummy entity.
1115         (wl-summary-insert-thread): Use elmo-message-entity-field.
1116         (wl-summary-update-thread): Use elmo-message-entity-field and
1117         elmo-message-entity-number.
1118         (wl-summary-line-number):  Use elmo-message-entity-number.
1119         (wl-summary-line-size): Use elmo-message-entity-field.
1120         (wl-summary-line-subject): Ditto.
1121         (wl-summary-line-from): Ditto.
1122         (wl-summary-line-attached): Ditto.
1123         (wl-summary-create-line): Ditto.
1124         (wl-summary-create-line): Use elmo-message-entity-number.
1125         (wl-summary-print-message-with-ps-print): Use
1126         elmo-message-entity-field.
1127
1128 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1129
1130         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1131         change in elmo-msgdb-make-message-entity.
1132         (wl-summary-buffer-set-folder): Don't call
1133         wl-summary-detect-mark-position here.
1134         (wl-summary-rescan): Call elmo-message-entity-number.
1135         (wl-summary-sync-update): Ditto.
1136         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1137
1138         * wl-score.el (wl-score-header-index): Redefine 2th element.
1139         (wl-score-overview-entity-get-extra): Abolish.
1140         (wl-score-ov-entity-get): Rewrite.
1141         (wl-score-string-index<, wl-score-string-func<): Abolish.
1142         (wl-score-string<): New function.
1143         (wl-score-string-sort): Use it.
1144
1145         * wl-refile.el (wl-refile-guess-by-history): Use
1146         elmo-message-entity-field.
1147         (wl-refile-guess-by-from): Ditto.
1148         (wl-refile-guess-by-msgid): Ditto.
1149
1150         * Version number is increased to 2.11.16.
1151
1152 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1153
1154         * wl-folder.el (wl-folder-confirm-existence): Don't call
1155         file-exists-p if msgdb-path is nil.
1156         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1157         `wl-read-folder-hist' to `wl-read-folder-history'.
1158
1159 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1160
1161         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1162         `y-or-n-p'.
1163
1164 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1165
1166         * wl-score.el (wl-score-headers): Don't use
1167         elmo-folder-do-each-message-entity.
1168
1169         * Version number is increased to 2.11.15.
1170
1171 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1172
1173         * wl-summary.el (wl-summary-delete-all-msgs): Use
1174         elmo-folder-move-messages instead of elmo-folder-delete-messages
1175         and elmo-folder-detach-messages.
1176         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1177
1178         * wl-expire.el (wl-expire-delete): Ditto.
1179         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1180
1181 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1182
1183         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1184         (wl-message-header-narrowing-fields): Ditto.
1185         (wl-message-header-narrowing-lines): Ditto.
1186         (wl-message-header-narrowing-string): Ditto.
1187
1188         * wl-summary.el (wl-summary-mode-map): Bind
1189         wl-summary-toggle-header-narrowing to "C-cC-f".
1190         (wl-summary-toggle-header-narrowing): New function.
1191
1192         * wl-message.el (wl-message-buffer-create): Call
1193         wl-message-header-narrowing-setup.
1194         (wl-message-redisplay): Call wl-message-header-narrowing.
1195         (wl-message-header-narrowing): New function.
1196         (wl-message-header-narrowing-map): New keymap.
1197         (wl-message-header-narrowing-widen-map): New keymap.
1198         (wl-message-header-narrowing-again-at-mouse): New function.
1199         (wl-message-header-narrowing-1): Ditto.
1200         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1201         (wl-message-header-narrowing-setup): Ditto.
1202         (wl-message-header-narrowing-toggle): Ditto.
1203         
1204         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1205
1206         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1207         'flag as all.
1208         (wl-use-flag-folder-help-echo): New user option.
1209
1210         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1211         wl-summary-highlight as nil.
1212         (wl-summary-set-mark-modified): Follow the API change.
1213         (wl-summary-mark-modified-p): Ditto.
1214         (wl-summary-mark-as-read-all): Ditto.
1215         (wl-summary-sync-marks): Don't call
1216         elmo-folder-list-messages-with-global-mark.
1217         (wl-summary-mark-as-read-internal): Follow the API change.
1218         (wl-summary-mark-as-answered-internal): Ditto.
1219         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1220         Follow the API change.
1221         (wl-summary-create-line): Call with number argument.
1222         (wl-summary-reply): Follow the API change.
1223
1224         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1225         function.
1226         (wl-highlight-summary-line-string): Call it when
1227         wl-use-flag-folder-help-echo is non-nil.
1228         (wl-highlight-summary-current-line): Ditto.
1229         (elmo-flag-folder-referrer): Added autoload setting.
1230
1231         * wl-draft.el (wl-draft-kill): Follow the API change.
1232
1233         * Version number is increased to 2.11.14.
1234         
1235 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1236
1237         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1238
1239 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1240
1241         * Version number is increased to 2.11.13.
1242
1243 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1244
1245         * wl-draft.el (wl-draft-previous-history-element): Fixed
1246         unbalanced parenthesis and bind unbound local variables.
1247
1248 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1249
1250         * wl-draft.el (wl-draft-previous-history-element): New function.
1251         (wl-draft-next-history-element): Ditto.
1252         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1253         them to M-p and M-n.
1254
1255 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1256
1257         * Version number is increased to 2.11.12.
1258
1259 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1260
1261         * wl-draft.el (wl-draft-hide): Select buffer-window.
1262
1263 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1264
1265         * wl-summary.el (wl-summary-narrow-to-region): New function.
1266         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1267         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1268         (wl-summary-save-region): Use it.
1269         * wl-action.el (wl-summary-collect-numbers-region)
1270         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1271
1272 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1273
1274         * wl-folder.el (wl-folder-count-incorporates): Don't use
1275         `elmo-msgdb-mark-load'
1276
1277         * Version number is increased to 2.11.11.
1278
1279 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1280
1281         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1282         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1283
1284 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1285
1286         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1287
1288 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1289
1290         * Version number is increased to 2.11.10.
1291
1292 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1293
1294         * wl-mime.el (wl-draft-attribute-value): Fixed.
1295
1296 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1297
1298         * wl-util.el (wl-copy-local-variables): New function.
1299
1300         * wl-mime.el (wl-draft-attribute-recipients): New function.
1301         (wl-draft-attribute-envelope-from): Ditto.
1302         (wl-draft-attribute-smtp-posting-server): Ditto.
1303         (wl-draft-attribute-smtp-posting-port): Ditto.
1304         (wl-draft-attribute-value): Ditto.
1305         (wl-draft-preview-message): Use it to get value for
1306         attributes. Reflect result of `wl-draft-config'.
1307
1308         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1309         and call `wl-summary-mark-as-read' before to call
1310         `wl-summary-unset-mark'.
1311         (wl-summary-target-mark-mark-as-unread): Likewise.
1312         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1313
1314 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1315
1316         * wl-mime.el (wl-draft-preview-message): Use actual value for
1317         attributes; Fix for small window.
1318
1319 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-refile.el (wl-refile-get-field-value): Call
1322         `elmo-message-entity-field' with 3rd argument is non-nil.
1323
1324 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1325
1326         * wl-vars.el (wl-draft-preview-attributes): New user option.
1327         (wl-draft-preview-attributes-list): Ditto.
1328         (wl-draft-preview-attributes-buffer-lines): Ditto.
1329         (wl-draft-preview-attributes-buffer-name): Ditto.
1330
1331         * wl-mime.el (wl-draft-preview-message): Display attributes.
1332
1333 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1334
1335         * wl-summary.el (wl-summary-detect-mark-position): Bind
1336         wl-summary-flag-priority-list to '(new).
1337
1338 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1339
1340         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1341         funtion.
1342         (wl-highlight-summary-line-string): Use it.
1343         (wl-highlight-summary-current-line): Ditto.
1344
1345 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1346
1347         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1348         line even when the mark string is not changed.
1349
1350         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1351         argument change in the wl-summary-create-line.
1352         (wl-thread-insert-entity-sub): Ditto.
1353
1354         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1355         argument change in the wl-summary-create-line.
1356         (wl-summary-insert-sequential): Ditto.
1357         (wl-summary-update-thread): Ditto.
1358         (wl-summary-persistent-mark-string): New inline function.
1359         (wl-summary-message-mark): Use it.
1360         (wl-summary-create-line): Abolish argument wl-persistent-mark
1361         and added wl-flags, wl-cached.
1362
1363         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1364         mark to flags.
1365         (wl-highlight-summary-current-line): Decide the face not by the 
1366         persistent mark but flags.
1367
1368 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1371         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1372         wl-summary-read-uncached-mark): Revive.
1373         (wl-summary-answered-cached-mark,
1374         wl-summary-answered-uncached-mark): New user option.
1375         (wl-summary-score-marks): Follow the change above.
1376         (wl-summary-auto-refile-skip-marks): Ditto.
1377         (wl-summary-incorporate-marks): Ditto.
1378         (wl-summary-expire-reserve-marks): Ditto.
1379         (wl-summary-flag-priority-list): New user option.
1380
1381         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1382         changes.
1383         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1384         of elmo-message-mark.
1385         (wl-summary-mark-as-read-internal): Ditto.
1386         (wl-summary-mark-as-answered): Ditto.
1387         (wl-summary-mark-as-important): Ditto.
1388         (wl-summary-redisplay-internal): Ditto.
1389         (wl-summary-redisplay-no-mime-internal): Ditto.
1390         (wl-summary-message-mark): New function.
1391         (wl-summary-insert-sequential): Use wl-summary-message-mark
1392         instead of elmo-message-mark.
1393         (wl-summary-update-thread): Ditto.
1394         (wl-summary-persistent-mark): Ditto.
1395         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1396         instead of elmo-message-mark.
1397
1398         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1399         wl-summary-message-mark instead of elmo-message-mark.
1400         (wl-thread-insert-entity-sub): Ditto.
1401         (wl-thread-get-children-msgs-uncached): Ditto.
1402
1403         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1404         variable name changes.
1405         (wl-highlight-summary-current-line): Ditto.
1406
1407         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1408         wl-summary-message-mark instead of elmo-message-mark.
1409
1410         * wl-expire.el (wl-expire-message-p): Ditto.
1411
1412         * wl-score.el (wl-score-headers): Ditto.
1413
1414         * Version number is increased to 2.11.9.
1415
1416         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1417         (wl-summary-sync-update): Follow the change above.
1418         (wl-summary-switch-to-clone-buffer): Ditto.
1419         (wl-summary-open-folder): Ditto.
1420
1421 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1424         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1425
1426         * Version number is increased to 2.11.8.
1427
1428         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1429
1430         * wl-expire.el (wl-expire-refile): Follow the API change on
1431         `elmo-folder-move-messages'.
1432         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1433
1434         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1435         (wl-summary-exec-action-refile): Ditto.
1436         (wl-summary-exec-action-copy): Ditto.
1437         (wl-summary-no-auto-refile-message-p): No use
1438         `wl-summary-buffer-msgdb'.
1439         (wl-summary-auto-refile): Ditto.
1440
1441 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1442
1443         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1444
1445 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1446
1447         * wl-summary.el (wl-summary-sync): Treat no-sync.
1448
1449         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1450         (wl-default-sync-range): Ditto.
1451
1452 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1453
1454         * wl-refile.el (wl-refile-subject-learn): Call
1455         `elmo-message-entity-field' with 3rd argument is non-nil.
1456         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1457         instead of `elmo-msgdb-overview-entity-get-subject'.
1458
1459 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1460
1461         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1462         scan-type is rescan.
1463         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1464         new optional argument force is non-nil.
1465         (wl-summary-save-view-cache): Call it with force argument non-nil.
1466
1467         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1468
1469 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1470
1471         * wl-action.el (wl-summary-print-argument): Fixed last change.
1472
1473 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474
1475         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1476         simplified.
1477         (wl-summary-target-mark-mark-as-unread): Likewise.
1478         (wl-summary-target-mark-mark-as-important): Likewise.
1479
1480 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1481
1482         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1483         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1484         (wl-summary-mark-as-important-region): Change accordingly.
1485         (wl-summary-target-mark-mark-as-important): Ditto.
1486
1487 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1488
1489         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1490
1491         * wl-action.el (wl-summary-print-argument): Print argument to
1492         right side of window if `wl-summary-print-argument-within-window'
1493         is non-nil.
1494
1495 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1496
1497         * wl-action.el (wl-summary-set-mark): Use
1498         `wl-summary-message-visible-p' to check visibility of the message
1499         and jump to message only when the message line is visible and have
1500         different number; Call wl-summary-unset-mark with number argument.
1501         (wl-summary-unset-mark): 
1502         Use `wl-summary-message-visible-p'
1503         to check visibility of the message and jump to message only when
1504         the message line is visible and have different number;
1505
1506 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1507
1508         * Version number is increased to 2.11.7.
1509
1510         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1511         and wl-folder-summary-line-format.
1512
1513         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1514         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1515         (wl-summary-set-score-mark): Use it.
1516         (wl-summary-target-mark-mark-as-read): Ditto.
1517         (wl-summary-target-mark-mark-as-unread): Ditto.
1518         (wl-summary-target-mark-mark-as-important): Ditto.
1519         (wl-summary-target-mark-msgs): Simplified.
1520         (wl-summary-detect-mark-position): Fixed problem when
1521         summary-line-format no contain persisten/temp mark spec.
1522         (wl-summary-temp-mark): Ditto.
1523         (wl-summary-persistent-mark): Ditto.
1524         (wl-summary-update-persistent-mark): Ditto.
1525
1526         * wl-action.el (wl-summary-set-mark): Ditto.
1527         (wl-summary-unset-mark): Ditto.
1528         All other related portions are changed.
1529
1530 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1531
1532         * Version number is increased to 2.11.6.
1533
1534 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1535
1536         * wl-util.el (wl-current-message-buffer): Define as function;
1537         Don't use the value of wl-messge-buffer.
1538
1539         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1540         persistent mark.
1541
1542         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1543         no current message, cause an error.
1544
1545 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1546
1547         * wl-summary.el (wl-summary-set-message-modified): Use
1548         elmo-folder-set-message-modified instead of
1549         elmo-folder-set-message-modified-internal.
1550
1551 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1552
1553         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1554         interactively.
1555         (wl-summary-sync): nokill->entirely.
1556         (wl-summary-sync-marks): Fixed message.
1557         (wl-summary-input-range): Added mark, nokill->entirely.
1558
1559         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1560         messages as read.
1561
1562 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1563
1564         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1565         update-noscore.
1566         (wl-summary-sync): Follow the change above.
1567
1568 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1569
1570         * wl-action.el (wl-summary-target-mark-all): Use
1571         elmo-folder-list-messages.
1572
1573 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1574
1575         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1576         (wl-summary-rescan): Set wl-summary-scored as nil.
1577         (wl-summary-sync-force-update): Follow the change above.
1578         (wl-summary-sync): Ditto.
1579         (wl-summary-sync-update): Added argument disable-killed.
1580         (wl-summary-insert-headers): Set visible-only argument for
1581         elmo-folder-list-messages.
1582         (wl-summary-input-range): Added update-nokill, update-noscore,
1583         all-nokill, all-noscore and mark.
1584
1585         * Version number is increased to 2.11.5.
1586
1587         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1588
1589 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1590
1591         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1592         (wl-summary-prefetch-region-no-mark): Change accordingly.
1593         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1594
1595 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1596
1597         * wl-address.el (wl-complete-field-to): Abolished.
1598         (wl-complete-address): Completion function for completing-read.
1599         * wl-action.el (wl-summary-get-resend-address): Use it.
1600
1601         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1602         wl-summary-update-mark and abolish unused argument.
1603         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1604         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1605         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1606         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1607         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1608         * wl-draft.el (wl-draft-kill): Ditto.
1609
1610         * wl-summary.el: Remove unused binding of case-fold-search.
1611         (wl-summary-replace-status-marks): Abolished.
1612
1613 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1614
1615         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1616         is specified or folder length is zero.
1617
1618 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1619
1620         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1621         (wl-folder-archive-current-entity): Ditto.
1622
1623 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1624
1625         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1626         retrieving message mark.
1627         (wl-summary-redisplay-internal): Ditto.
1628
1629         * wl-message.el (wl-message-buffer-display): Ignore errors while
1630         retrieving message-id field.
1631
1632         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1633         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1634         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1635         order of the arguments for `wl-expire-message-p'.
1636         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1637
1638         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1639         Check return value of wl-summary-reply.
1640         (wl-summary-reply): Recover window configuration when an error occured.
1641
1642 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1643
1644         * wl-summary.el (wl-summary-resend-message): Abolished, the
1645         feature is inherited by wl-summary-resend (put resend mark).
1646
1647 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1648
1649         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1650         wl-message-buffer to nil when the message is hide.
1651
1652 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1653
1654         * .cvsignore: New file.
1655
1656 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1657
1658         * wl-action.el (wl-summary-action-docstring): Add more info.
1659         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1660         duplicate definition.
1661         (wl-summary-define-mark-action): Functions wl-summary-*-region
1662         keep current position.
1663         (wl-summary-unregister-target-mark): Store result to the variable.
1664
1665 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1666
1667         * Version number is increased to 2.11.4.
1668
1669 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1670
1671         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1672         wl-summary-delete-all-temp-marks.
1673         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1674
1675         * wl-action.el (wl-summary-set-mark): Changed terminology
1676         refile-destination -> action-argument.
1677         (wl-summary-unset-mark): Ditto.
1678         (wl-summary-remove-argument): Ditto.
1679         (wl-summary-print-argument): Ditto.
1680
1681         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1682         (wl-thread-remove-argument-region): Ditto.
1683         (wl-thread-print-argument-region): Ditto.
1684         (wl-thread-close): Ditto.
1685         (wl-thread-open): Ditto.
1686
1687         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1688         (wl-highlight-refile-destination-face is abolished)
1689         (wl-highlight-action-argument-string): Ditto.
1690         (wl-highlight-summary-current-line): Highlight action argument.
1691
1692         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1693         color for light backgrounds.
1694         (wl-highlight-summary-answered-face): Ditto.
1695
1696 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1697
1698         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1699
1700         * wl-score.el (wl-summary-score-update-all-lines): Use
1701         wl-summary-set-mark.
1702         (wl-summary-score-update-all-lines): Kill expunged messages.
1703
1704         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1705
1706 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1707
1708         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1709         directly.
1710         (wl-score-overview-entity-get-lines): Ditto.
1711         (wl-score-overview-entity-get-xref): Ditto.
1712         (wl-score-get-latest-msgs): Ditto.
1713         (wl-summary-rescore): Ditto.
1714
1715         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1716         to "&".
1717         (wl-summary-mark-as-answered-internal): New inline function.
1718         (wl-summary-mark-as-answered): New function.
1719         (wl-summary-mark-as-unanswered): Ditto.
1720         (wl-summary-sync-marks): Modified for answered-mark synching.
1721
1722 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1723
1724         * wl-action.el (wl-summary-set-mark): Fixed last change.
1725
1726 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1727
1728         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1729         behavior of wl-summary-unread-message-hook
1730         (Pointed out by akira yamada <akira@arika.org>).
1731
1732 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1733
1734         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1735         wl-summary-delete.
1736         * wl-xmas.el (wl-summary-toolbar): Ditto.
1737
1738         * wl-action.el (wl-summary-set-mark): Don't override current
1739         temp-mark.
1740
1741         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1742
1743 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1744
1745         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1746         (wl-refile-msgid-learn): Ditto.
1747         (wl-refile-get-field-value): Ditto.
1748
1749         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1750
1751         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1752         (wl-expire-delete-reserved-messages): Renamed from
1753         wl-expire-reserve-marked-msgs-from-list.
1754         (wl-expire-delete): Removed argument `msgdb'.
1755         (wl-expire-refile): Ditto.
1756         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1757         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1758         mark-alist as argument.
1759         (wl-expire-archive-number1): Removed argument `msgdb'.
1760         (wl-expire-archive-number2): Ditto.
1761         (wl-expire-archive-date): Ditto.
1762         (wl-expire-localdir-date): Ditto.
1763         (wl-expire-hide): Ditto.
1764         (wl-archive-number1): Ditto.
1765         (wl-archive-number2): Ditto.
1766         (wl-archive-date): Ditto.
1767         (wl-archive-folder): Ditto.
1768         All other related portions are changed.
1769
1770 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1771
1772         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1773         mean move up and down. (suggested by Takashi Kawachi)
1774
1775 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1776
1777         * wl-acap.el (toplevel): Don't require un-define.
1778
1779 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1780
1781         * wl-thread.el (wl-thread-delete-message): Always update
1782         wl-summary-buffer-number-list.
1783
1784         * wl-action.el (wl-summary-print-destination): 
1785         Do nothing when folder is nil.
1786
1787 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1788
1789         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1790         persistent mark when prefetch is succeeded.
1791
1792 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1793
1794         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1795         instead of elmo-msgdb-delete-msgs.
1796         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1797         (wl-expire-hide): Ditto.
1798
1799         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1800
1801         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1802         elmo-msgdb interface.
1803         (wl-thread-get-exist-children): Likewise.
1804         (wl-thread-insert-message): Likewise.
1805         (wl-thread-msg-mark-as-important): Likewise.
1806         (wl-thread-insert-entity-sub): Likewise.
1807         (wl-thread-get-children-msgs-uncached): Likewise.
1808
1809         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1810         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1811         (wl-summary-sync-update): Likewise.
1812         (wl-summary-auto-select-msg-p): Likewise.
1813         (wl-summary-update-thread): Likewise.
1814         (wl-summary-mark-as-important): Likewise.
1815         (wl-summary-jump-to-msg-internal): Likewise.
1816         (wl-summary-redisplay-internal): Likewise.
1817         (wl-summary-print-message-with-ps-print): Likewise.
1818         (wl-summary-folder-info-update): Likewise.
1819
1820         * wl-folder.el (wl-folder-check-one-entity):
1821         elmo-folder-count-flags instead of wl-summary-count-unread.
1822
1823         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1824
1825         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1826
1827         * wl-summary.el (wl-summary-set-message-modified): 
1828         Call wl-summary-set-mark-modified.
1829         (wl-summary-delete-messages-on-buffer): Call
1830         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1831         (wl-summary-sync-update): Call elmo-folder-length instead of
1832         elmo-folder-messages.
1833         (wl-summary-insert-headers): Don't call
1834         elmo-folder-list-message-entities.
1835
1836 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1837
1838         * wl-action.el (wl-summary-define-mark-action): Call
1839         `wl-summary-set-mark' with argument `data'.
1840         (wl-summary-auto-refile): Fixed order of arguments when call
1841         `wl-summary-refile'.
1842
1843 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1844
1845         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1846
1847         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1848
1849         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1850         (Renamed from wl-highlight-summary-deleted-face).
1851         (wl-highlight-summary-resend-face): New face.
1852
1853         (wl-highlight-summary-deleted-face): Renamed from
1854         wl-highlight-summary-erased-face.
1855
1856         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1857
1858         * wl-action.el (wl-summary-get-resend-address): New function.
1859         (wl-summary-exec-action-resend): Ditto.
1860         (wl-summary-exec-action-resend-subr): Ditto.
1861
1862         * w-thread.el (wl-thread-copy): Removed definition.
1863         (wl-thread-refile): Ditto.
1864         (wl-thread-delete): Ditto.
1865         (wl-thread-target-mark): Ditto.
1866
1867         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1868         (wl-summary-target-mark-set-action): Fixed.
1869         (wl-summary-define-mark-action): Fixed quotation.
1870         (wl-summary-move-mark-list-messages): Display message.
1871         (wl-summary-define-mark-action): Define thread functions.
1872         (wl-summary-exec-action-refile): Changed message.
1873         (wl-summary-exec): Ditto.
1874
1875 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1876         
1877         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1878         '%%'.
1879
1880 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1881
1882         * wl.el (toplevel): Require wl-action.
1883         (wl-init): Call wl-summary-define-mark-action.
1884
1885         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1886
1887         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1888         wl-summary-delete and wl-summary-erase.
1889         (wl-summary-mode-map): Ditto.
1890
1891         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1892         wl-delete-folder-alist.
1893
1894         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1895         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1896         (toplevel): Moved mark & action related functions to the wl-action.el.
1897
1898         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1899         in wl-summary-mark-action-list.
1900         (wl-highlight-summary-current-line): Ditto.
1901
1902         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1903         empty lines.
1904
1905         * wl-action.el: New file. 
1906
1907 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1908
1909         * wl-summary.el (wl-summary-target-mark-replace): New function.
1910         (wl-summary-target-mark-prefetch): Use it.
1911         (wl-summary-target-mark-delete): Ditto.
1912         (toplevel): Rearranged definition order.
1913         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1914         (wl-summary-target-mark-erase): Rewrite.
1915         (wl-summary-erase-region): New function.
1916         (wl-summary-exec-action-erase): Changed message.
1917         (wl-summary-move-mark-list-messages): New function.
1918         (wl-summary-exec-action-delete): Use it.
1919         (wl-summary-exec-action-erase): Ditto.
1920
1921         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1922         (wl-summary-skip-mark-list): Added "d".
1923
1924         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1925         while searching.
1926
1927         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1928         and define using defcustom;
1929         Define 4th element as a face.
1930         
1931         * wl-summary.el (wl-summary-incorporate): Use 
1932         `wl-summary-prefetch-region-no-mark' instead of
1933         `wl-summary-prefetch-region'.
1934         (wl-summary-prefetch-region-no-mark): Revival of old
1935         `wl-summary-prefetch-region'.
1936         (wl-summary-mark-action-list): Moved to wl-vars.el
1937
1938         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1939         face according to the `wl-summary-mark-action-list'.
1940         (wl-highlight-summary-current-line): Ditto;
1941         Removed destination highlighting.
1942
1943         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1944         (wl-highlight-summary-line-string): Highlight for "i" mark.
1945         (wl-highlight-summary-current-line): Ditto.
1946
1947         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1948         no destination.
1949
1950         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1951         exists, just go ahead.
1952         (wl-summary-prefetch-region): Rewrite.
1953         (wl-summary-prefetch): Ditto.
1954         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1955         (wl-summary-exec-action-prefetch): New function.
1956         (wl-summary-target-mark-prefetch): Rewrite.
1957
1958 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1959
1960         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1961         (wl-highlight-summary-line-string): Added "d" and "D".
1962         (wl-highlight-summary-current-line): Ditto.
1963
1964         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1965         in wl-summary.el.
1966         (wl-thread-insert-entity-sub): Ditto.
1967         (wl-thread-remove-destination-region): Ditto.
1968         (wl-thread-print-destination-region): Ditto.
1969
1970         * wl-summary.el (wl-summary-buffer-refile-list,
1971         wl-summary-buffer-delete-list,
1972         wl-summary-buffer-copy-list): Abolish.
1973         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1974         All other related portions are changed.
1975         (wl-summary-mark-action-list): New variable.
1976         (wl-summary-set-mark): New function.
1977         (wl-summary-register-target-mark): Ditto.
1978         (wl-summary-unregister-target-mark): Ditto.
1979         (wl-summary-have-target-mark-p): Ditto.
1980         (wl-summary-register-temp-mark): Ditto.
1981         (wl-summary-unregister-temp-mark): Ditto.
1982         (wl-summary-registered-temp-mark): Ditto.
1983         (wl-summary-collect-temp-mark): Ditto.
1984         (wl-summary-unset-mark): Ditto.
1985         (wl-summary-set-target-mark): Ditto.
1986         (wl-summary-unset-target-mark): Ditto.
1987         (wl-summary-set-action-generic): Ditto.
1988         (wl-summary-unset-action-generic): Ditto.
1989         (wl-summary-exec-action-delete): Ditto.
1990         (wl-summary-exec-action-erase): Ditto.
1991         (wl-summary-set-action-refile): Ditto.
1992         (wl-summary-set-action-refile-subr): Ditto.
1993         (wl-summary-unset-action-refile): Ditto.
1994         (wl-summary-make-destination-numbers-list): Ditto.
1995         (wl-summary-exec-action-refile): Ditto.
1996         (wl-summary-set-action-copy): Ditto.
1997         (wl-summary-unset-action-copy): Ditto.
1998         (wl-summary-exec-action-copy): Ditto.
1999         (wl-summary-collect-numbers-region): Ditto.
2000         (wl-summary-delete): Rewrite.
2001         (wl-summary-erase): Ditto.
2002         (wl-summary-remove-destination): Ditto.
2003         (wl-summary-exec): Ditto.
2004         (wl-summary-exec-region): Ditto.
2005         (wl-summary-target-mark-erase): Ditto.
2006         (wl-summary-refile): Ditto.
2007         (wl-summary-copy): Ditto.
2008         (wl-summary-unmark): Ditto.
2009         (wl-summary-delete-all-mark): Ditto.
2010         (wl-summary-mark-line): Don't highlight.
2011         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2012         (wl-summary-target-mark-refile-subr): Rewrite.
2013
2014         (wl-summary-copy-prev-destination): Abolish.
2015
2016 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2017
2018         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2019         default values along the value of wl-on-mule.
2020         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2021         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2022         It is not used anywhere.
2023
2024 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2025
2026         * wl-summary.el (wl-summary-print-destination): Keep position.
2027         (wl-summary-cursor-move-surface): Keep horizontal position.
2028
2029 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2030
2031         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2032         write sendlog.
2033
2034 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2035
2036         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2037         `wl-summary-highlight'.
2038
2039 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2040
2041         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2042         trivial condition for temp-mark.
2043
2044 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2045
2046         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2047         when it hits killed buffer.
2048
2049 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2050
2051         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2052         * wl-news.el.in: `message' and `error' take format string.
2053
2054 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2055
2056         * wl-folder (wl-folder-insert-entity): Display a message,
2057         `...done', when the work finish.
2058         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2059
2060 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2061
2062         * wl-message.el (wl-message-redisplay): Remove unused local
2063         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2064
2065 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2066
2067         * wl-summary.el (wl-summary-replace-status-marks): Disable
2068         interactive use.
2069         (wl-summary-reedit): Check message existence at first.
2070         (wl-summary-mark-line): Fix doc, return value is indefinite.
2071
2072         * wl-highlight.el (wl-highlight-message): Arranged.
2073
2074         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2075         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2076         check temp-mark by wl-summary-temp-mark always.
2077         (wl-highlight-summary): Change accordingly.
2078         * wl-summary.el (wl-summary-mark-as-read-all)
2079         (wl-summary-delete-cache, wl-summary-set-score-mark)
2080         (wl-summary-mark-as-unread, wl-summary-unmark)
2081         (wl-summary-mark-line, wl-summary-mark-as-read)
2082         (wl-summary-mark-as-important): Ditto.
2083
2084         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2085         end of the window if possible.
2086         * wl-summary.el (wl-summary-sync-update): Support lazy
2087         highlighting.
2088         (wl-summary-toggle-disp-msg): Ditto.
2089
2090 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2091
2092         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2093
2094 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2095
2096         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2097         change.
2098
2099 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2100
2101         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2102         API.
2103         (wl-summary-sync-update): Ditto.
2104
2105         * wl-score.el (wl-score-get-score-alist): Changed argument.
2106         (wl-summary-rescore-msgs): Likewise.
2107         (wl-summary-score-headers): Likewise.
2108         (wl-score-headers): Likewise;
2109         Use elmo-folder-do-each-message-entity, etc.
2110         (wl-summary-score-effect): Follow the changes above.
2111         (wl-summary-rescore): Ditto.
2112         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2113         (wl-score-get-overview): Abolish.
2114
2115         * wl-summary.el (wl-summary-default-from): Follow the API change in
2116         elmo-msgdb.
2117         (wl-summary-count-unread): Ditto.
2118         (wl-summary-detect-mark-position): Ditto.
2119         (wl-summary-overview-entity-compare-by-date): Ditto.
2120         (wl-summary-overview-entity-compare-by-number): Ditto.
2121         (wl-summary-overview-entity-compare-by-from): Ditto.
2122         (wl-summary-overview-entity-compare-by-subject): Ditto.
2123         (wl-summary-get-list-info): Ditto.
2124         (wl-summary-rescan): Ditto.
2125         (wl-summary-jump-to-msg-by-message-id): Ditto.
2126         (wl-summary-sync-update): Ditto; Removed comment.
2127         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2128         (wl-summary-insert-message): Use wl-summary-insert
2129         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2130         (wl-summary-insert-headers): Changed argument overview to folder.
2131         (wl-summary-search-by-subject): Likewise.
2132         (wl-summary-insert-thread): Renamed from 
2133         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2134
2135         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2136         too.
2137
2138         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2139         wl-string-member.
2140
2141 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2142
2143         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2144         elmo-folder-append-buffer.
2145         (wl-draft-queue-append): Likewise.
2146
2147         * wl-mime.el (wl-message-delete-current-part): Ditto.
2148         (wl-summary-burst-subr): Ditto.
2149
2150         * wl-news.el.in (wl-news-send-news): Ditto.
2151
2152 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2153
2154         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2155         function.
2156         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2157         (wl-summary-update-mark): Enclose with save-excursion.
2158         (wl-summary-mark-as-read-internal): Fixed last change.
2159         (wl-summary-mark-as-important): Use 3rd argument of
2160         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2161         Don't use elmo-msgdb-set-mark.
2162         (wl-summary-redisplay-internal): If msgdb flag is already read,
2163         just update the mark on buffer.
2164
2165 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2166
2167         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2168         cut visible folder when elmo-folder-delete returns non-nil value.
2169
2170 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2171
2172         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2173         by Kenichi OKADA <okada@opaopa.org>).
2174
2175 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2176
2177         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2178
2179 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2180
2181         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2182         Fixed the last change, search group entity by its real name.
2183         (Thanks to: KOBAYASHI Shinji)
2184
2185 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2186
2187         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2188         (wl-fldmgr-access-display-all): Don't refer visible name.
2189         * wl-expire.el (wl-folder-archive-current-entity)
2190         (wl-folder-expire-current-entity): Ditto.
2191         * wl-folder.el (wl-folder-jump-to-current-entity)
2192         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2193         (wl-folder-open-folder-sub,wl-folder-open-all)
2194         (wl-folder-write-current-folder): Ditto.
2195         (wl-folder-insert-entity): Don't use petname for normal group.
2196         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2197         is the real name.
2198         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2199         Abolished.
2200
2201 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2202
2203         * wl-draft.el (wl-draft-create-buffer): Add
2204         `wl-summary-reply-with-citation'
2205
2206 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2207
2208         * wl-draft.el (wl-draft-reply): Fixed.
2209
2210 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2211
2212         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2213         when `wl-draft-send-confirm-with-preview' is non-nil.
2214         You can scroll up/down by j/k.
2215         (wl-draft-send-confirm-with-preview): New variable (default=t).
2216
2217 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2218
2219         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2220         (wl-fldmgr-save-folders): Fix comment.
2221
2222 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2223
2224         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2225         along the last change in `wl-folder-buffer-group-p'.
2226
2227 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2228
2229         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2230         folder.
2231
2232         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2233         the default value.
2234
2235         * wl-mime.el (wl-summary-burst): Update summary only when target
2236         folder equals current folder.
2237
2238 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2239
2240         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2241
2242 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2243
2244         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2245         value.
2246
2247 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2250         `map-extents' instead of `extent-at' repeatedly.
2251         (wl-highlight-folder-current-line): Ditto.
2252
2253         * wl-highlight.el: Remove useless dummy functions.
2254
2255 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2256
2257         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2258         (wl-folder-put-folder-property): New function to put text property.
2259         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2260         (wl-folder-insert-entity, wl-folder-update-diff-line)
2261         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2262         * wl-e21.el, wl-xmas.el, wl-mule.el
2263         (wl-highlight-folder-current-line): Ditto.
2264         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2265         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2266         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2267         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2268
2269 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2270
2271         * Version number is increased to 2.11.3.
2272
2273 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2274
2275         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2276         Resume current-buffer since it is assumed by remaining tasks.
2277
2278 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2279
2280         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2281         (wl-folder-completion-function): Abolished.
2282         (wl-folder-complete-folder): New function.
2283         (wl-folder-complete-filter-condition): Ditto.
2284         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2285         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2286
2287 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2288
2289         * wl-draft.el (wl-draft-send-confirm): New function.
2290         (wl-draft-send): Use it.
2291
2292         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2293         cursor-in-echo-area while confirming.
2294
2295         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2296
2297         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2298         searching via nntp if wl-summary-search-via-nntp is 'force.
2299         Otherwise, invoke searching in nntp folder only.
2300         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2301
2302         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2303         explicitly for mime-make-text-tag.
2304
2305 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2306
2307         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2308         `mime-make-text-tag' instead of `mime-create-tag'.
2309
2310 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2311
2312         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2313         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2314
2315 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2316
2317         * wl-score.el (wl-score-save): Bind print-length and print-level.
2318         (wl-score-pretty-print): Ditto.
2319         (wl-score-edit-insert-header-entry): Ditto.
2320
2321         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2322         "From" entry to be treated with wl-draft-eword-encode-address-list.
2323         * wl-mime.el (wl-draft-preview-message): Ditto.
2324
2325         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2326         (wl-summary-mark-as-unread): Ditto.
2327         (wl-summary-mark-as-read-region): Change accordingly.
2328         (wl-summary-mark-as-unread-region): Ditto.
2329         (wl-summary-target-mark-mark-as-read): Ditto.
2330         (wl-summary-target-mark-mark-as-unread): Ditto.
2331
2332 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2333
2334         * Version number is increased to 2.11.2.
2335
2336 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2337
2338         * wl-news.el.in (wl-news-previous-version-save): Bind
2339         print-length and print-level.
2340         * wl-thread.el (wl-thread-save-entities): Ditto.
2341         (wl-thread-save-top-list): Bind print-length.
2342
2343 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2344
2345         * wl-highlight.el (wl-highlight-summary-line-string): Use
2346         wl-summary-score-below-mark, wl-summary-score-over-mark.
2347         (wl-highlight-summary-current-line): Ditto.
2348
2349 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2350
2351         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2352         insert it.
2353
2354 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2355
2356         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2357
2358 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2359
2360         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2361         message without msgid.
2362         Rewrite with elmo-folder-move-messages.
2363         Set wl-message-buffer to nil.
2364
2365         * wl-summary.el (wl-summary-erase-subr): New function. Use
2366         elmo-folder-move-messages.
2367         (wl-summary-erase): Call it.
2368         (wl-summary-target-mark-erase): Ditto.
2369
2370 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2371
2372         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2373         it is not up-tp-date.
2374
2375 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2376
2377         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2378         buffer after calling `wl-summary-goto-folder-subr' without the
2379         argument `interactive'.
2380         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2381
2382 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2383
2384         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2385         `mime-create-tag'. Use `string=' instead of `looking-at'.
2386
2387 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2388
2389         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2390         to avoid compile warning.
2391
2392         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2393         entity-id when folder is given.
2394         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2395         save-excursion, use save-selected-window instead.
2396         Select folder buffer window if exists.
2397         (To correct behavior with wl-folder-move-cur-folder.)
2398
2399 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2400
2401         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2402
2403 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2404
2405         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2406         list-count instead of %d.
2407
2408 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2409
2410         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2411         (wl-news): Set it.
2412         (wl-news-append-to-folder): Use it.
2413
2414         * wl-news.el.in (wl-news-send-news): Append to specified folder
2415         instead of wl-default-folder.
2416         (wl-news-append-to-folder): Show error message with specified folder.
2417
2418         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2419                 In most major modes, Emacs assumes that any opening
2420                 delimiter found at the left margin is the start of a
2421                 top-level definition, or defun. Therefore, *never put an
2422                 opening delimiter at the left margin unless it should have
2423                 that significance.*
2424
2425         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2426
2427 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2428
2429         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2430
2431 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2432
2433         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2434
2435 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2436
2437         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2438         for sequential numbering case.
2439
2440 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2441
2442         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2443         value.
2444         (wl-draft-reply-without-argument-list): Ditto.
2445         (wl-draft-reply-myself-with-argument-list): Abolish.
2446         (wl-draft-reply-myself-without-argument-list): Ditto.
2447         * wl-draft.el (wl-draft-self-reply-p): New function.
2448         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2449
2450 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2451
2452         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2453         (avoid error for the case without byte-compiling)
2454
2455 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2456
2457         * wl-news.el.in (wl-news-append-to-folder): New function.
2458         (wl-news-exit): Rewrite.
2459         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2460
2461 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2462
2463         * wl-draft.el (wl-draft-reply-position): New function.
2464         (wl-draft-reply-position): Fix.
2465         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2466         (wl-summary-target-mark-reply-with-citation): Ditto.
2467         (wl-summary-reply-with-citation): Ditto.
2468         * wl-vars.el (wl-draft-reply-default-position): New variable.
2469
2470 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2471
2472         * wl-draft.el (wl-draft-send): Preview when interactive send.
2473
2474 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2475
2476         * wl-draft.el (wl-draft-reply): Set default position.
2477         * wl-summary.el (wl-summary-reply): Ditto.
2478         (wl-summary-reply-with-citation): Ditto.
2479         (wl-summary-target-mark-reply-with-citation): Ditto.
2480
2481 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2482
2483         * wl-news.el.in (wl-news-lang): Set default value according to
2484         current-language-environment.
2485         (wl-news-append-news): Do nothing when news-list is nil.
2486
2487 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2488
2489         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2490         (wl-news): Change message.
2491         (wl-news-exit): Check buffer.
2492         (wl-news-force-exit): New function.
2493         (wl-news-show-all): New function.
2494         (wl-news-discard-and-exit): Fix.
2495
2496 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2497
2498         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2499         according to current-language-environment.
2500
2501         * wl-news.el.in (wl-news): If arg, show all NEWS after
2502         wl-news-default-previous-version.
2503
2504 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2505
2506         * wl-news.el.in (wl-news-check): Rewritten.
2507         (wl-news-previous-version-load): Change data type.
2508         (wl-news-previous-version-save): Change data type.
2509         (wl-news-append-news): Add return value.
2510         (wl-news-check-news): New function.
2511         (wl-news-already-current-p): New function.
2512         (wl-news-send-news): Rewritten.
2513         (wl-news-mode-map): Add new keybind.
2514         (wl-news): Rewritten.
2515         (wl-news-exit): Rewritten.
2516         (wl-news-discard-and-mail): New function.
2517         (wl-news-send-to-address): Abolished.
2518         * wl.el (wl-init): Delete a message.
2519
2520 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2521
2522         * wl-news.el.in (wl-news-exit): Update previous version.
2523         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2524
2525 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2526
2527         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2528
2529 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2530
2531         * wl-news.el.in (wl-news): New function.
2532         (wl-news-mode): New function.
2533         (wl-news-next-line): New function.
2534         (wl-news-next-page): New function.
2535         (wl-news-exit): New function.
2536         (wl-news-buf-name): New variable.
2537         (wl-news-mode-map): New variable.
2538         (wl-news-winconf): New variable.
2539         (wl-news-append-news): Add an option.
2540
2541 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2542
2543         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2544
2545 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2546
2547         * wl-news.el.in (wl-news-send-to-address): New variable.
2548         (wl-news-send-news): Use it.
2549         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2550         Return updating status.
2551         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2552
2553 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2554
2555         * wl-news.el.in (wl-news-send-news): Delete
2556         Organization and X-Face.
2557
2558 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2559
2560         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2561         (wl-news-append-news): New function.
2562         (wl-news-send-news): New function.
2563
2564 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2565
2566         * Version number is increased to 2.11.1.
2567
2568 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2569
2570         * wl-news.el.in : New file.
2571
2572 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2573
2574         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2575         default value.
2576         (wl-draft-reply-without-argument-list): Ditto.
2577
2578 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2579
2580         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2581         (wl-message-buffer-prefetch-idle-time): Ditto.
2582         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2583
2584 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2585
2586         * wl-thread.el (wl-thread-insert-message): Use
2587         wl-summary-max-thread-depth.
2588
2589         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2590         loop detection.
2591
2592         * wl-message.el (wl-message-buffer-display): Back to the first page
2593         when cache is hit.
2594
2595 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2596
2597         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2598
2599         * wl-summary.el (wl-summary-insert-thread-entity):
2600         If the thread depth is reached to wl-summary-max-thread-depth,
2601         divide the thread.
2602
2603 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2604
2605         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2606         for elmo-remove-passwd.
2607
2608 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2609
2610         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2611         folder is sticky.
2612         (wl-folder-mark-as-read-all-entity): Ditto.
2613         (wl-folder-prefetch-entity): Ditto.
2614
2615 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2616
2617         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2618
2619 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2620
2621         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2622         Delete messages on buffer for unplugged operation.
2623         (wl-summary-erase): Ditto.
2624
2625 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2626
2627         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2628         take nil so as not to search parent by subject.
2629
2630 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2631
2632         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2633         (wl-folder-get-next-folder): Ditto.
2634         (wl-folder-get-path): Ditto.
2635
2636 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2637
2638         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2639         system and encode the region with it before verifying.
2640
2641 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2642
2643         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2644         system of the echo buffer before decoding.
2645
2646 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2647
2648         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2649         original contents.
2650
2651 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2652
2653         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2654         with argument 'any-exists.
2655
2656 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2657
2658         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2659         Use `wl-cs-autoconv'.
2660
2661 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2662
2663         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2664         by `mime-view-automatic-conversion'.
2665
2666         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2667         (wl-message-verify-pgp-nonmime): Ditto.
2668         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2669         Bind them to C-c:d and C-c:v respectively.
2670
2671         Merge following code by Teranishi-san from [wl-en:00167].
2672         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2673         (wl-mime-preview-application/pgp-encrypted): Ditto.
2674         (wl-mime-setup): Add entry.
2675
2676 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2677
2678         * wl-summary.el (wl-summary-target-mark-erase): New function.
2679         Bind it to "mD".
2680
2681 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2682
2683         * wl-vars.el (wl-draft-write-file-function): Fix.
2684         (wl-draft-reedit-hook): Changed default value.
2685
2686         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2687         wl-draft-reedit-hook.
2688         (wl-draft-remove-text-plain-tag): New function.
2689         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2690
2691         * wl-vars.el (wl-draft-write-file-function): New user option.
2692
2693         * wl-draft.el (wl-draft-prepare-edit): Use it for
2694         local-write-file-hooks.
2695         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2696
2697         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2698         (wl-draft-insert-mail-header-separator): Return the body beginning
2699         point.
2700         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2701         text/plain.
2702         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2703
2704 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2705
2706         * wl-summary.el (wl-summary-erase): New function to erase message
2707         without moving it to trash. Bind to "D".
2708
2709         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2710         as `keep' unless switch-function.
2711
2712 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2713
2714         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2715         message buffer by using `wl-summary-toggle-disp-msg'.
2716         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2717         buffer window.
2718         (wl-summary-supresedes-message): Ditto.
2719
2720         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2721         Do not delete other windows.
2722         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2723         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2724         (wl-draft-create-buffer): Set reply-or-forward also for target
2725         mark commands.
2726
2727 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2728
2729         * wl-draft.el (wl-user-agent-compose): Delete special case for
2730         switch-to-buffer-other-window.
2731
2732         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2733         (wl-summary-forward): Ditto.
2734
2735         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2736         function.
2737         (wl-draft-buffer-style): New use option.
2738
2739         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2740         (wl-draft): Follow the change above.
2741         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2742         wl-draft-buffer-style.
2743         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2744         switch-function.
2745
2746 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2747
2748         * wl-draft.el (wl-user-agent-compose): Delete special case for
2749         switch-to-buffer-other-window.
2750
2751         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2752         (wl-summary-forward): Ditto.
2753
2754         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2755         function.
2756         (wl-draft-buffer-style): New use option.
2757
2758         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2759         (wl-draft): Follow the change above.
2760         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2761         wl-draft-buffer-style.
2762         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2763         switch-function.
2764
2765 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2766
2767         * wl-address.el (wl-address-make-completion-entry): Extracted from
2768         `wl-address-make-completion-list'.
2769         (wl-address-enable-strict-loading): New variable.
2770         (wl-address-make-completion-list): Revive petname duplication
2771         inquiry, and enable it if `wl-address-enable-strict-loading'.
2772         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2773
2774 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2775
2776         * wl-message.el (wl-message-get-original-buffer): Avoid
2777         'Selecting deleted buffer' error when original buffer is killed.
2778
2779 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2780
2781         * wl-summary.el (wl-summary-next-message): Use
2782         elmo-message-accessible-p instead of elmo-message-cached-p.
2783
2784 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2785
2786         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2787
2788         * wl-thread.el (wl-thread-open-all-unread): Use
2789         elmo-folder-list-flagged instead of
2790         elmo-folder-list-messages-mark-match.
2791
2792         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2793         instead of elmo-folder-list-messages-mark-match.
2794         (wl-summary-move-spec-alist): New variable.
2795         (wl-summary-move-spec-plugged-alist,
2796         wl-summary-move-spec-unplugged-alist): Abolish.
2797         (wl-summary-next-message): Follow the change above.
2798         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2799         with 'no-msg' argument.
2800
2801         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2802         variable.
2803         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2804         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2805         (wl-message-buffer-prefetch-get-next): Follow the change above.
2806
2807 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2808
2809         * wl-version.el (wl-version): Changed codename.
2810
2811         * Version number is increased to 2.11.0.
2812
2813 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2814
2815         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2816         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2817         `wl-draft-config-variables'.
2818         (wl-draft-kill): Fixed problem when the draft is reedit.
2819
2820 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2821
2822         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2823         buffer-modified status (Thanks to
2824         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2825
2826 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2827
2828         * wl-util.el (wl-region-exists-p): New function.
2829
2830         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2831         Remove defvars for byte-compile warnings.
2832
2833 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2834
2835         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2836         defvar-maybe. Removed unused bind.
2837
2838 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2839
2840         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2841         summary buffer window before creating new frame.
2842         (wl-draft-reply): Ditto.
2843
2844 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2845
2846         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2847
2848 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2849
2850         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2851
2852 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2853
2854         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2855         instead of `kill-region'.
2856
2857 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2858
2859         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2860         (wl-highlight-summary-line-string): Use it.
2861         (wl-highlight-summary-current-line): Ditto.
2862
2863         * wl-mime.el (wl-message-delete-current-part): Check the class of
2864         mime-entity.
2865
2866         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2867
2868         * wl-summary.el (wl-summary-make-number-list): Initialize.
2869         (wl-summary-update-mark): New function.
2870         (wl-summary-reply): Put `answered' mark on the message.
2871         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2872
2873         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2874         (wl-draft-reply): Added optional argument `number';
2875         Set wl-draft-parent-number.
2876         (wl-draft-kill): Delete answered mark if it is a reply.
2877
2878 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2879
2880         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2881         that originates in mime-preview-follow-current-entity.
2882         (wl-draft-yank-current-message-entity): Use it if region is active.
2883
2884         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2885         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2886         `wl-message-delete-current-part'.
2887         * wl-mule.el (wl-message-define-keymap): Ditto.
2888         * wl-xmas.el (wl-message-define-keymap): Ditto.
2889
2890 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2891
2892         * wl-mime.el (wl-message-delete-current-part): New function.
2893         (wl-mime-node-id-to-string): Ditto.
2894
2895         * wl-mime.el (wl-message-delete-current-part): Use existing
2896         original buffer which corresponds current mime-view buffer.
2897         (fetched buffer might have different structure, possibly)
2898
2899         * wl-mime.el (wl-message-delete-current-part): Quit if the
2900         message content differs from the actual message.
2901
2902 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2903
2904         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2905         order.
2906         (wl-summary-search-by-subject): Search parent message from tail;
2907         Check the existence of the parent message on the current thread tree.
2908         (wl-summary-update-thread): Check whether the line is inserted.
2909
2910 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2911
2912         * wl-vars.el (wl-summary-line-format): Undo last change.
2913         * wl-summary.el (wl-summary-print-destination): Do not put
2914         invisible property when `wl-summary-width' is nil.
2915         (wl-summary-line-subject-minimum-length): Abolished.
2916         (wl-summary-line-subject): Ditto.
2917
2918 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2919
2920         * wl-vars.el (wl-summary-line-format): Change default value.
2921         (wl-summary-subject-length-limit): Abolished.
2922         * wl-summary.el (wl-summary-line-subject): Ditto.
2923
2924 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2925
2926         * wl-template.el (wl-template-select): Added optional argument.
2927         If optional argument is specified, reverse
2928         `wl-template-visible-select'.
2929
2930 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2931
2932         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2933         Take prefix argument to force asking the destination folder.
2934
2935 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2936
2937         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2938         count and update status.
2939
2940 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2941
2942         * wl-summary.el (wl-summary-redisplay-internal): If
2943         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2944         after fetching.
2945
2946 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2947
2948         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2949         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2950
2951         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2952
2953 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2954
2955         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2956         (All other related portions are changed).
2957         (wl-summary-mark-as-read-all): Rewrite.
2958
2959 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2960
2961         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2962         `wl-summary-mark-as-read'.
2963         (wl-summary-mark-as-unread): Rewrite.
2964         (wl-summary-mark-as-read): Added no-modeline argument.
2965         (wl-summary-resume-cache-status): Rewrite.
2966         (wl-summary-exec-subr): Remove unused local variable.
2967
2968 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2969
2970         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2971         logic to call `wl-summary-buffer-prev-folder-function'.
2972         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2973
2974 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2975
2976         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2977         is nil.
2978
2979 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2980
2981         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2982         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2983         (wl-mime-setup): Add its entry.
2984
2985 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2986
2987         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2988         (wl-summary-delete-cache): Likewise.
2989         (wl-summary-mark-as-read): Rewrite.
2990
2991 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2992
2993         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2994         `wl-summary-count-unread'.
2995
2996         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2997
2998         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2999
3000 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3001
3002         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3003         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3004         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3005         Renamed to the elmo-msgdb-*-mark.
3006         (wl-summary-score-marks): Follow the change above.
3007         (wl-summary-auto-refile-skip-marks): Ditto.
3008         (wl-summary-incorporate-marks): Ditto.
3009         (wl-summary-expire-reserve-marks): Ditto.
3010
3011         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3012         changes.
3013         (wl-thread-insert-top): Changed updating message.
3014
3015         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3016         variable.
3017         (wl-summary-count-unread): Count answered marks.
3018         (wl-summary-rescan): Call wl-summary-insert-message instead of
3019         wl-summary-append-message-func-internal.
3020         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3021         (wl-summary-prefetch-msg): Follow the variable name changes.
3022         (wl-summary-prefetch-region): Ditto.
3023         (wl-summary-mark-as-read-all): Follow the API changes;
3024         Don't call elmo-folder-replace-marks.
3025         (wl-summary-delete-cache): Follow the variable name changes.
3026         (wl-summary-resume-cache-status): Ditto.
3027         (wl-summary-update-status-marks): New function.
3028         (wl-summary-insert-message): New function.
3029         (wl-summary-sync-marks): Follow the variable name changes.
3030         (wl-summary-sync-update): Synchronize to the msgdb, too;
3031         Changed update messages.
3032         (wl-summary-make-number-list): Rewrite.
3033         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3034         (wl-summary-mark-as-unread): Follow the API changes.
3035         (wl-summary-exec-subr): Follow the variable name changes.
3036         (wl-summary-mark-as-read): Ditto.
3037         (wl-summary-move-spec-plugged-alist): Ditto.
3038         (wl-summary-move-spec-unplugged-alist): Ditto.
3039         (wl-summary-cursor-move-surface): Ditto.
3040
3041         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3042         variable name changes.
3043         (wl-highlight-summary-current-line): Ditto.
3044
3045         * wl-expire.el (wl-expire-refile): Follow the API change in
3046         elmo-folder-move-messages.
3047         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3048         (wl-summary-archive): Use elmo-folder-msgdb instead of
3049         elmo-msgdb-load.
3050
3051 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3052
3053         * wl-mime.el (wl-draft-preview-message): Restore the position
3054         before evaluating wl-draft-send-hook in preview buffer.
3055
3056 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3057
3058         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3059         when it creates new draft buffer.
3060
3061         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3062         without argument.
3063
3064         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3065         Evaluate content and if the value is string, insert it.
3066         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3067         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3068         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3069         wl-draft-config-sub-part-bottom): Use it.
3070
3071         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3072         with the folder name. The question was unintelligible when it is
3073         called from wl-save-status.
3074
3075 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3076
3077         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3078         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3079         cannot take second argument).
3080
3081 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3082
3083         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3084         as t. Since type and subtype are not case sensitive (RFC 2045).
3085
3086 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3087
3088         * wl-vars.el (wl-message-mode-line-format): New variable.
3089         (wl-message-mode-line-format-spec-alist): Ditto.
3090         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3091         (wl-message-redisplay): Use wl-message-mode-line-format.
3092
3093 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3094
3095         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3096
3097 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3098
3099         * wl-summary.el (wl-summary-default-from): Write description.
3100
3101 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3102
3103         * wl-vars.el (wl-ldap-objectclass): Abolish.
3104
3105         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3106         (wl-ldap-make-filter): Removed condition for objectclass.
3107         (wl-ldap-make-matched-value-list): Remove meaningless process.
3108         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3109         (wl-address-ldap-search): Don't add `*' to `pat' string;
3110         use ignore-errors; added `email';
3111         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3112         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3113         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3114
3115
3116 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3117
3118         * wl-draft.el (wl-draft-parent-folder): Write description.
3119         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3120
3121 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3122
3123         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3124         as "" (zero-length string) if no parent.
3125         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3126
3127 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3128
3129         * wl-address.el (wl-address-make-completion-list): Skip duplication
3130         checking.
3131         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3132         `append'.
3133
3134 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3135
3136         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3137         instead of `beginning-of-buffer'.
3138
3139 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3142
3143 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3144
3145         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3146         Refer wl-message-buffer-name.
3147         (wl-message-wheel-down): Ditto.
3148
3149 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3150
3151         * wl-vars.el (wl-message-buffer-name): New user option.
3152
3153         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3154         directly instead of making alist dinamically.
3155
3156         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3157         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3158         wl-message-buffer-cache-name.
3159         (wl-message-buffer-cache-clean-up): Ditto.
3160
3161         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3162
3163         * Version number is increased to 2.9.15.
3164
3165 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3166
3167         * wl-vars.el (wl-summary-default-view-alist): New user option.
3168
3169         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3170
3171         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3172         while deleting address.
3173         (wl-draft-delete-myself-from-cc): Ditto.
3174
3175         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3176         If optional argument is specified, reverse sort order.
3177
3178         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3179
3180 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3181
3182         * wl-thread.el (wl-thread-insert-message): Return parent number if
3183         exists.
3184         (wl-thread-update-indent-string-region): Use
3185         wl-thread-update-line-on-buffer-sub instead of
3186         wl-thread-update-line-on-buffer.
3187
3188 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3189
3190         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3191         (wl-folder-close-all): Ditto.
3192
3193 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3194
3195         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3196         and mailing-list:.
3197         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3198         value.
3199         (wl-summary-line-list-info): Print mailing-list name even when 
3200         list-number is empty.
3201
3202 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3203
3204         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3205
3206         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3207         (wl-draft-open-file): Ditto.
3208         (wl-draft-random-alphabet): Ditto.
3209
3210         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3211         bindings.
3212
3213 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3214
3215         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3216         * wl-vars.el (wl-draft-config-alist): Ditto.
3217
3218 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3219
3220         * Version number is increased to 2.9.14.
3221
3222         * wl.el (wl): Don't set wl-init as nil when error occured while
3223         auto-checking folders.
3224
3225         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3226         `elmo-expand-newtext'.
3227
3228 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3229
3230         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3231         `this-command' so that `wl-folder-goto-folder' contained in
3232         `wl-summary-keep-cursor-command' work.
3233
3234 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3235
3236         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3237         message buffer displaying state.
3238
3239 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3240
3241         * wl-vars.el (wl-summary-default-view): New variable to specify
3242         default value for `wl-summary-buffer-view' instead of using
3243         set-default.
3244         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3245
3246 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3247
3248         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3249
3250         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3251
3252 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3253
3254         * wl-vars.el (wl-forward-subject-prefix): New variable.
3255         * wl-draft.el (wl-draft-forward): Use it.
3256
3257 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3258
3259         * wl-message.el (wl-message-prev-page): When it is called without
3260         lines argument, scroll down by wl-message-scroll-amount lines.
3261         (wl-message-next-page): Ditto.
3262         * wl-vars.el (wl-message-scroll-amount): Change default value
3263         to preserve current behavior.
3264
3265 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3266
3267         * wl-summary.el (wl-summary-prefetch-msg): Bind
3268         `wl-message-entity' to call `wl-summary-from-function'.
3269
3270 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3271
3272         * wl-message.el (wl-message-buffer-create): Run
3273         wl-message-buffer-created-hook.
3274
3275 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3276
3277         * wl-summary.el (wl-summary-sort-specs): New variable.
3278         (wl-summary-default-sort-spec): Ditto.
3279         (wl-summary-sort): Rewrite.
3280         (wl-summary-sort-by-list-info): New function.
3281
3282 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3283
3284         * wl-summary.el (wl-summary-get-list-info): New function.
3285         (wl-summary-sort): Rewrite.
3286         (wl-summary-line-list-info): Ditto.
3287         (wl-summary-line-list-count): Ditto.
3288         (wl-summary-refile-region): Fixed docstring.
3289
3290 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3291
3292         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3293         `wl-folder-entity-hashtb' as completion table.
3294
3295 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3298         only when this command is called interactively; silence the byte-
3299         compiler.
3300
3301 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3302
3303         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3304         active in XEmacs.
3305
3306 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3307
3308         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3309         plural lines.
3310
3311 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3312
3313         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3314         of current line when the cursor is on the header name.
3315         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3316
3317 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3318
3319         * wl-util.el (wl-read-directory-name): Return displayed directory
3320         as the default value also on XEmacs.
3321
3322 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3323
3324         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3325         formatting.
3326
3327 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3328
3329         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3330         argument and when it is non-nil, check face property before
3331         highlighting for each line.
3332         (wl-highlight-summary-window): Set it.
3333
3334 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3335
3336         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3337         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3338
3339         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3340         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3341         (wl-draft-get-fcc-list): Likewise.
3342
3343 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3344
3345         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3346         (wl-thread-entity-cur): Ditto.
3347         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3348         wl-thread-indent-regexp setting.
3349         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3350
3351         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3352         wl-summary-lazy-highlight.
3353         (wl-summary-display-bottom): Ditto.
3354
3355         * wl-thread.el (wl-thread-open-close): Likewise.
3356
3357         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3358         from and subject;
3359         Bind wl-draft-use-frame;
3360         Enclose with save-window-excursion;
3361         Use wl-draft-create-buffer instead of with-temp-buffer;
3362         Use wl-draft-prepare-edit;
3363         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3364         Use wl-draft-send instead of wl-draft-raw-send.
3365
3366 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3367
3368         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3369         of using wl-from.
3370
3371 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3372
3373         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3374         insert-buffer instead of clone-buffer.
3375         (wl-draft-doing-mime-bcc): New variable.
3376         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3377         infinite loop.
3378         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3379
3380         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3381         (wl-draft-mime-bcc-body): Ditto.
3382
3383         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3384         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3385         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3386         wl-draft-do-mime-bcc.
3387         (wl-draft-mime-bcc-field): New function.
3388         (wl-draft-do-mime-bcc): Ditto.
3389
3390         * wl-address.el (wl-address-complete-header-list): New variable.
3391         (wl-address-complete-header-regexp): Changed default value.
3392
3393         * Version number is increased to 2.9.13.
3394
3395 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3396
3397         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3398         it is differed.
3399
3400 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3401
3402         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3403         (wl-summary-line-list-count): Ditto.
3404
3405 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3406
3407         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3408         (wl-nntp-posting-function): New variable.
3409         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3410         `wl-nntp-posting-config-alist'.
3411
3412 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3413
3414         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3415         FLIM.
3416
3417 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3418
3419         * wl-summary.el (wl-summary-target-mark-refile-sub):
3420         Remove a nuisance funcall.
3421
3422 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3423
3424         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3425         as t for `try-completion'.
3426
3427 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3428
3429         * wl-summary.el (wl-summary-default-from): Use
3430         wl-address-header-extract-address instead of
3431         std11-extract-address-components.
3432         (wl-summary-simple-from): Ditto.
3433         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3434         (wl-summary-insert-headers): Show message.
3435         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3436         for whole line.
3437         (wl-summary-default-from): Revert last change.
3438         (wl-summary-simple-from): Ditto.
3439         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3440         (wl-summary-mark-as-read-region): Follow the change above.
3441         (wl-summary-sync-marks): Ditto.
3442         (wl-summary-target-mark-mark-as-read): Ditto.
3443         (wl-summary-redisplay-internal): Ditto.
3444         (wl-summary-redisplay-no-mime-internal): Ditto.
3445         (wl-summary-redisplay-all-header): Ditto.
3446         (wl-summary-mark-as-read): Removed argument `cached';
3447         Use current cache status to set cache mark.
3448         (wl-summary-redisplay-internal): Follow the change above.
3449         (wl-summary-redisplay-no-mime-internal): Ditto.
3450         (wl-summary-redisplay-all-header): Ditto.
3451
3452         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3453
3454         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3455         Don't call itself recursively (Adviced by Yamaoka-san).
3456
3457 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3458
3459         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3460         bind wl-summary-highlight as nil to avoid error caused by missing
3461         local variables.
3462
3463 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3464
3465         * wl-vars.el (wl-invalid-character-message): New user option.
3466
3467         * wl-util.el (wl-set-string-width): If truncated string-width is
3468         larger than specified width, use `wl-invalid-character-message'.
3469
3470 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3471
3472         * wl-summary.el (wl-summary-prefetch-msg): 
3473         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3474
3475 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3476
3477         * wl-vars.el (wl-summary-check-line-format): New user option.
3478         (wl-summary-line-format-file): Ditto.
3479
3480         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3481         variable.
3482         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3483         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3484         and `wl-summary-view-old-p' to check whether do a rescan or not.
3485         (wl-summary-view-old-p): New function.
3486         (wl-summary-line-format-changed-p): Ditto.
3487         (wl-summary-line-format-save): Ditto.
3488         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3489
3490         * wl-util.el (wl-set-string-width): Avoid using negative number
3491         for make-string.
3492
3493 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3494
3495         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3496         return value.
3497
3498         * wl-util.el (wl-set-string-width): Added optional argument
3499         `padding' (All other related portions are changed).
3500         (wl-line-parse-format): If the first letter of column number is
3501         `0', zero-padding the result (ex: "%05l").
3502
3503         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3504
3505 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3506
3507         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3508         sequential summary view.
3509
3510 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3513         if it doesn't have a -unix version.
3514
3515 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3516
3517         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3518
3519 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3520
3521         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3522         content.
3523         (wl-draft): Follow the change above.
3524
3525         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3526
3527         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3528         and wl-folder-summary-line-format-alist contain %T and %P.
3529
3530         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3531         (wl-summary-mode-line-format): New user option.
3532         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3533         (wl-summary-line-format): Changed default value.
3534         (wl-summary-lazy-highlight): Changed default value.
3535
3536         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3537         change in wl-summary-create-line.
3538         (wl-thread-insert-entity-sub): Ditto.
3539
3540         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3541         (wl-summary-buffer-unread-status): Ditto.
3542         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3543         (wl-summary-buffer-persistent-mark-column): Ditto.
3544         (wl-summary-buffer-mode-line-formatter): Ditto.
3545         (wl-summary-buffer-mode-line): Ditto.
3546         (wl-summary-message-regexp): Abolished.
3547         (All other related portions are changed.)
3548         (wl-summary-detect-mark-position): New function.
3549         (wl-summary-buffer-set-folder): Setup
3550         wl-summary-buffer-mode-line-formatter.
3551         (wl-summary-mode): Setup selective-display;
3552         Setup pre-idle-hook when xemacs.
3553         (wl-summary-update-modeline): Rewrite.
3554         (wl-summary-jump-to-msg): Define as function;
3555         Changed regexp for searching messages.
3556         (wl-summary-message-number): Rewrite.
3557         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3558         Do rescan when old type summary cache.
3559         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3560         (wl-summary-remove-destination): Use '\r' to detect EOL.
3561         (wl-summary-print-destination): Ditto.
3562         (wl-summary-temp-mark): New inline function.
3563         (wl-summary-persistent-mark): Ditto.
3564         (wl-summary-line-number): New function.
3565         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3566         (wl-summary-line-list-count): New function.
3567         (wl-summary-create-line): Added argument persistent-mark.
3568         (All other related portions are changed)
3569         (wl-summary-create-line): Insert '\r'.
3570         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3571         (wl-summary-cursor-move-surface): New inline function.
3572         (wl-summary-prev): Use it.
3573         (wl-summary-next): Ditto.
3574
3575         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3576         wl-summary-message-regexp.
3577         (wl-highlight-summary): Delete progress message.
3578         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3579
3580         * Version number is increased to 2.9.12.
3581
3582 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3583
3584         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3585         variable (nil: no minimum).
3586         (wl-summary-line-subject): Add some spaces after subject by
3587         wl-summary-line-subject-minimum-length.
3588
3589 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3590
3591         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3592         and removed `F'.
3593         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3594         change above).
3595
3596 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3597
3598         * wl-summary.el (wl-summary-line-list-count): Reverted.
3599         (example setting in samples/*/dot.wl is also updated)
3600
3601 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3602
3603         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3604
3605         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3606
3607         * wl-vars.el (wl-summary-line-format): Addes some description to the
3608         docstring.
3609
3610         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3611         (wl-summary-line-close-bracket): Ditto.
3612         (wl-summary-line-children-number): Ditto.
3613         (wl-summary-line-thread-indent): Ditto.
3614         (wl-summary-line-children-and-from): Ditto.
3615
3616         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3617         't', 'c', 'F' and added 'C'.
3618
3619         * wl-util.el (wl-set-string-width): Accept negative value.
3620         (wl-line-parse-format): Added "%number(" and "%)".
3621
3622 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3623
3624         * wl-summary.el (wl-summary-line-list-count): Change format of the
3625         return value.
3626
3627 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3628
3629         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3630         from the recent message.el.
3631         (wl-draft-point-in-header-p): Ditto.
3632         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3633         wl-draft-beginning-of-line.
3634         * wl-e21.el (wl-draft-mode-map): Ditto.
3635         * wl-xmas.el (wl-draft-mode-map): Ditto.
3636
3637         * wl-folder.el: Sort macrodefs by dependencies.
3638
3639 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3640
3641         * wl-summary.el (wl-summary-prev): Fixed regexp.
3642         (wl-summary-next): Ditto.
3643
3644 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3645
3646         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3647
3648 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3649
3650         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3651         for backward compatibility.
3652
3653 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3654
3655         * wl-summary.el (wl-summary-line-list-count): New function, merged
3656         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3657         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3658         list counts.
3659
3660 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3661
3662         * wl-summary.el (wl-summary-create-line): Ignore errors while
3663         timezone-fix-time.
3664
3665         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3666
3667         * wl-summary.el (wl-summary-sync-update): Ditto.
3668         (wl-summary-default-from): Use wl-message-entity
3669         instead of entity.
3670
3671         * wl-summary.el (wl-summary-create-line): Fix.
3672
3673         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3674         (wl-summary-line-format): New user option.
3675         (wl-folder-summary-line-format-alist): Ditto.
3676         (wl-summary-from-width): Abolished.
3677
3678         * wl-util.el (toplevel): Require 'bytecomp.
3679         (wl-line-parse-format): New function.
3680         (wl-line-formatter-setup): New macro.
3681
3682         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3683         (wl-summary-buffer-line-formatter): New buffer local variable.
3684         (wl-summary-switch-to-clone-buffer): Follow the change above.
3685         (wl-summary-message-regexp): Fix.
3686         (wl-summary-from-func-internal): Abolished.
3687         (wl-summary-subject-func-internal): Ditto.
3688         (wl-summary-subject-filter-func-internal): Ditto.
3689         (All other related portions are changed.)
3690         (wl-summary-buffer-set-folder):
3691         Set up wl-summary-buffer-number-column and 
3692         wl-summary-buffer-line-formatter
3693         (All other related portions are changed.)
3694         (wl-summary-buffer-number-column-detect): Abolished.
3695         (All other related portions are changed.)
3696         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3697         (wl-summary-delete-all-temp-marks-on-buffer): Use
3698         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3699         (wl-summary-target-mark-delete): Ditto.
3700         (wl-summary-target-mark-refile-subr): Ditto.
3701         (wl-summary-target-mark-mark-as-read): Ditto.
3702         (wl-summary-target-mark-mark-as-unread): Ditto.
3703         (wl-summary-target-mark-mark-as-important): Ditto.
3704         (wl-summary-target-mark-save): Ditto.
3705         (wl-summary-replace-status-marks): Renamed from
3706         wl-summary-set-status-marks-on-buffer;
3707         Use wl-summary-message-regexp instead of
3708         wl-summary-buffer-number-regexp.
3709         (wl-summary-sync-update): Follow the change above.
3710         (wl-summary-goto-previous-message-beginning): New function.
3711         (wl-summary-mark-as-unread): Use it.
3712         (wl-summary-mark-as-important): Ditto.
3713         (wl-summary-line-formatter): New variable.
3714         (wl-summary-line-year): New function.
3715         (wl-summary-line-day): Ditto.
3716         (wl-summary-line-day-of-week): Ditto.
3717         (wl-summary-line-hour): Ditto.
3718         (wl-summary-line-minute): Ditto.
3719         (wl-summary-line-open-bracket): Ditto.
3720         (wl-summary-line-close-bracket): Ditto.
3721         (wl-summary-line-children-number): Ditto.
3722         (wl-summary-line-thread-indent): Ditto.
3723         (wl-summary-line-size): Ditto.
3724         (wl-summary-line-subject): Ditto.
3725         (wl-summary-line-from): Ditto.
3726         (wl-summary-line-children-and-from): Ditto.
3727         (wl-summary-create-line): Rewritten.
3728         (wl-summary-format-date): Abolished.
3729
3730         * wl-highlight.el (wl-highlight-summary-current-line): Use
3731         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3732         Use thread structure to detect thread top message.
3733
3734         * wl-draft.el (wl-default-draft-cite): Don't use
3735         wl-summary-from-func-internal.
3736
3737         * wl-refile.el (wl-refile-subject-learn): Don't use
3738         wl-summary-subject-filter-func-internal.
3739         (wl-refile-guess-by-subject): Ditto.
3740
3741         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3742         parameters.
3743
3744         * wl-thread.el (wl-thread-update-indent-string-region):
3745         Use wl-thread-update-line-on-buffer instead of
3746         wl-thread-update-indent-string.
3747         (wl-thread-update-children-number): Redefine using
3748         wl-thread-update-line-on-buffer.
3749         (wl-thread-update-indent-string): Abolished.
3750
3751         * Version number is increased to 2.9.11.
3752
3753 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3754
3755         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3756         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3757         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3758
3759         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3760         as nil.
3761
3762         * wl-thread.el (wl-thread-open-all-unread): Use 
3763         elmo-folder-list-messages-mark-match.
3764         (wl-thread-insert-message): Removed argument `mark-alist'.
3765         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3766         elmo-msgdb-set-mark.
3767         (wl-thread-get-children-msgs-uncached): Likewise.
3768         (wl-thread-get-exist-children): Added argument include-self.
3769         (wl-thread-delete-message): Follow the change above.
3770
3771         * wl-summary.el (wl-summary-count-unread): Removed argument.
3772         (wl-summary-rescan): Follow the change above.
3773         (wl-summary-mark-as-read-region): Ditto
3774         (wl-summary-mark-as-unread-region): Ditto.
3775         (wl-summary-delete-messages-on-buffer): Ditto.
3776         (wl-summary-sync-update): Ditto.
3777         (wl-summary-switch-to-clone-buffer): Ditto.
3778         (wl-summary-goto-folder-subr): Ditto.
3779         (wl-summary-target-mark-mark-as-read): Ditto.
3780         (wl-summary-target-mark-mark-as-unread): Ditto.
3781         (wl-summary-target-mark-mark-as-important): Ditto.
3782         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3783         (wl-summary-update-thread): Removed argument `mark-alist'.
3784         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3785         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3786         (wl-summary-resume-cache-status): Likewise.
3787         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3788         elmo-msgdb-set-mark.
3789         (wl-summary-mark-as-read-all): Likewise.
3790         (wl-summary-delete-cache): Ditto.
3791         (wl-summary-auto-select-msg-p): Ditto.
3792         (wl-summary-mark-as-unread): Ditto.
3793         (wl-summary-no-auto-refile-message-p): Ditto.
3794         (wl-summary-mark-as-read): Ditto.
3795         (wl-summary-mark-as-important): Ditto.
3796         (wl-summary-auto-refile): Follow the change above.
3797         (wl-summary-delete-all-marks): Removed.
3798         (wl-summary-resume-marks-and-highlight): Ditto.
3799         (wl-summary-resume-marks): Ditto.
3800         (wl-summary-delete-important-msgs-from-list): Ditto.
3801         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3802
3803         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3804         wl-summary-count-unread.
3805
3806         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3807         (wl-summary-score-update-all-lines): Use
3808         elmo-msgdb-set-mark.
3809
3810 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3811
3812         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3813         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3814         (wl-summary-create-line): Renamed from
3815         wl-summary-overview-create-summary-line;
3816         Argument rearrangement.
3817         (wl-summary-update-thread): Follow the change above.
3818
3819         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3820         (wl-thread-insert-entity-sub): Likewise.
3821
3822         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3823         argument `overview', `mark-alist' and added `msgdb'.
3824
3825         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3826
3827         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3828         (wl-summary-rescan): Follow the change above.
3829         (wl-summary-sync-update): Ditto.
3830         (wl-summary-insert-thread-entity): Ditto;
3831         Don't use `let*' in every while loop;
3832         Detect infinite loop of threads.
3833         (wl-summary-update-thread): Removed argument `overview'.
3834
3835         * wl-thread.el (wl-thread-insert-message): Ditto.
3836
3837         * Version number is increased to 2.9.10.
3838
3839         * wl-message.el (wl-message-redisplay): Ignore errors while
3840         wl-message-redisplay-hook.
3841
3842 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3843
3844         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3845
3846 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3847
3848         * wl.el (wl): inhibit-quit while wl-folder.
3849
3850 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3851
3852         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3853         while msgdb access.
3854
3855 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3856
3857         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3858         even if no folder is not created.
3859
3860 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3861
3862         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3863
3864         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3865         implementation.
3866         (wl-summary-target-mark-thread): Ditto.
3867
3868         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3869
3870 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3871
3872         * wl-util.el (wl-display-bytes): Remove unused function.
3873
3874 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3875
3876         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3877         seems critical one (partially reverse the change in 2002/03/17).
3878
3879 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3880
3881         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3882         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3883
3884 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3885
3886         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3887         is not writable.
3888         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3889         plugged status instead of `'force' as 2nd argument.
3890
3891         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3892         is not creatable.
3893
3894         * Version number is increased to 2.9.9.
3895
3896 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3897
3898         * wl-summary.el (wl-summary-suspend): New function.
3899
3900 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3901
3902         * wl.el (wl): Do not check variables if check is nil.
3903         * wl-utils.el (wl-collect-draft): New function.
3904         * wl-folder.el (wl-folder-suspend): Put summary buffers
3905         and draft buffers at the end of buffer list.
3906         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3907
3908 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3909
3910         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3911         loop instead of recursive call.
3912
3913         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3914         2nd argument.
3915
3916 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3917
3918         * wl-draft.el (wl-draft-create-contents): Don't take neither
3919         (function . args) nor (string . something) any more.
3920
3921         * wl-version.el (wl-generate-user-agent-string): Return string
3922         without header symbol.
3923         * wl-draft.el (wl-draft-default-headers): Use it.
3924
3925         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3926         `wl-draft-insert-ccs' and return field value instead of inserting
3927         the header. Abolish cc argument.
3928         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3929
3930         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3931         rather than one with string car.
3932
3933         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3934         * wl-draft.el (wl-draft-create-contents): Add it after the default
3935         headers.
3936
3937         * wl-draft.el (wl-draft-create-contents): For the case of
3938         (symbol-or-string . function) insert header only when the function
3939         returns string value.
3940
3941 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3942
3943         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3944         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3945
3946 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3947
3948         * wl.el (wl-check-environment): Don't check Message-ID when
3949         `wl-insert-message-id' is nil.
3950         Revive checking if `wl-message-id-domain' contains "@".
3951
3952 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3953
3954         * wl.el (wl-check-environment): Merge examination for "@" at
3955         inappropriate position into the first string-match.
3956
3957         * wl-summary.el (wl-summary-target-mark-print): New function.
3958         (wl-summary-pipe-message-subr): Extracted from
3959         `wl-summary-pipe-message'.
3960         (wl-summary-target-mark-pipe): New function.
3961         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3962         `wl-summary-target-mark-pipe'.
3963
3964 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3965
3966         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3967
3968 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3969
3970         * wl.el (wl-check-environment): Use elmo-warning instead of
3971         error for non-critical ones.
3972         Remove trash folder check.
3973         (wl): Don't ignore error in wl-check-environment.
3974
3975         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3976         check, which is moved from `wl-check-environment'.
3977         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3978
3979 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3980
3981         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3982         guess anything, call wl-summary-write.
3983         (wl-summary-write): Create draft with blank To field.
3984         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3985
3986 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3987
3988         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3989         argument full as well for wl-folder-write-current-folder.
3990         If wl-*-write-current-folder cannot guess addressee, add blank
3991         To header.
3992         Rewrite condition for positioning cursor.
3993
3994 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3995
3996         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3997         summary buffer is present, use it.
3998         (wl-folder-jump-to-previous-summary): Ditto.
3999
4000 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4001
4002         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4003
4004         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4005         wl-summary-previous-buffer and wl-summary-next-buffer.
4006
4007         * wl-folder.el (wl-folder-mode-map): Bind
4008         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4009         (wl-folder-jump-to-next-summary): New function.
4010         (wl-folder-jump-to-previous-summary): Ditto.
4011
4012         * wl-draft.el (wl-draft): Rearranged.
4013
4014 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4015
4016         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4017         of header.
4018         (wl-draft): Collect arguments for the header as header-alist.
4019         (wl-draft-forward): Arrange arguments for wl-draft.
4020         (wl-draft-reply): Ditto.
4021         (wl-draft-edit-string): Ditto.
4022         * wl-summary.el (wl-summary-write): Ditto.
4023         (wl-summary-write-current-folder): Ditto.
4024
4025         * Version number is increased to 2.9.8.
4026
4027 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4028
4029         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4030
4031         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4032
4033         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4034         even if the guess failed.
4035
4036         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4037         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4038         wl-summary-write-current-folder.
4039         * wl-xmas.el: Ditto.
4040
4041 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4042
4043         * wl-summary.el (wl-summary-next-page): Force display message if
4044         message is not displayed yet.
4045         (wl-summary-prev-page): Ditto.
4046
4047 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4048
4049         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4050
4051 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4052
4053         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4054         add "Preview Message" and "Save Draft and Exit".
4055
4056 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4057
4058         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4059         if addrmgr is called from draft in splitted window.
4060
4061         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4062         * wl-mule.el: Ditto.
4063         * wl-xmas.el: Ditto.
4064
4065 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4066
4067         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4068
4069         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4070         * wl-xmas.el (wl-folder-toolbar): Ditto.
4071
4072 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4073
4074         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4075         and wl-draft-save-and-exit.
4076         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4077         * wl-xmas.el: Ditto.
4078         * wl-mule.el: Ditto.
4079
4080         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4081         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4082
4083 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4084
4085         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4086         lists for saving buffer.
4087
4088 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4089
4090         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4091         parent-folder argument instead of it.
4092         (wl-draft-create-buffer): Ditto.
4093         (wl-draft-forward): Ditto.
4094         (wl-draft-reply): Ditto.
4095         * wl-summary.el (wl-summary-write): Ditto.
4096         (wl-summary-write-current-folder): Ditto.
4097
4098         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4099         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4100         Folder buffer after composing.
4101
4102 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4105         header if the file `wl-x-face-file' already contains it.
4106
4107 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4108
4109         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4110         folder" entry.
4111         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4112         * wl-e21.el (wl-folder-toolbar): Ditto.
4113         * wl-xmas.el (wl-folder-toolbar): Ditto.
4114
4115 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4116
4117         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4118         wl-folder-goto-folder with sticky argument.
4119         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4120
4121 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4122
4123         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4124         and wl-summary-previous-buffer.
4125         (wl-summary-next-buffer): New function.
4126         (wl-summary-previous-buffer): Ditto.
4127
4128 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4129
4130         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4131         wl-folder-jump-to-current-entity-with-arg.
4132         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4133         `wl-folder-jump-to-current-entity'.
4134         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4135         `wl-summary-goto-folder-sticky'.
4136         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4137         `wl-summary-goto-folder'.
4138         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4139         Unless force-exit, do not clean temp. marks for sticky summary.
4140         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4141
4142 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4143
4144         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4145         not entire.
4146
4147 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4148
4149         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4150         to `C-x C-s'.
4151         (wl-summary-save-status): New command.
4152         (wl-summary-exit): Don't clean-up temp marks when sticky.
4153         (Applied patch from Nakayama-san [wl: 09548])
4154         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4155         Do nothing when no mark data.
4156         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4157         Call `wl-summary-delete-all-temp-marks' before saving.
4158
4159 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4160
4161         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4162
4163 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4164
4165         * wl.el (wl-check-environment): Also cause error when (system-name)
4166         returns "localhost.localdomain". (Although it doesn't affect because
4167         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4168
4169 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4170
4171         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4172         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4173
4174         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4175         value.
4176
4177 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4178
4179         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4180         Likewise r-cc-list and r-ng-list.
4181
4182 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4183
4184         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4185         only if it is bound as variable.
4186
4187         * wl-mime.el (wl-draft-preview-message): Ditto.
4188
4189 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4190
4191         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4192         needless `goto-char'.
4193
4194         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4195         `wl-summary-redisplay-no-mime-internal' instead of
4196         `wl-summary-redisplay-no-mime'.
4197         (wl-summary-redisplay-no-mime): Changed argument;
4198         Call `wl-summary-redisplay-no-mime-internal'.
4199
4200         * wl-mime.el (wl-draft-preview-message): Bind
4201         `mime-header-encode-method-alist' locally.
4202
4203         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4204         (wl-draft-std11-parse-addresses): Added the first address check.
4205         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4206
4207         * Version number is increased to 2.9.7.
4208
4209 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4210
4211         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4212
4213 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4214
4215         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4216         related to scrollbar support, if there is no such a feature
4217         compiled in.
4218
4219 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4220
4221         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4222         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4223         for prefetch.
4224
4225 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4226
4227         * wl-summary.el (wl-summary-pick): Fix for no match.
4228
4229 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4230
4231         * wl-draft.el (wl-draft-save):
4232         Override `mime-header-encode-method-alist'.
4233
4234 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4235
4236         * wl-folder.el (wl-folder-pick): New function.
4237         Define key as "?".
4238
4239 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4240
4241         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4242         Fix for unplugged.
4243
4244 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4245
4246         * wl-folder.el (wl-folder-virtual): New function.
4247         Define key as "V".
4248
4249 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4250
4251         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4252         multi folder if entity is group.
4253
4254 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4255
4256         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4257         is nil.
4258
4259 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4260
4261         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4262         (wl-summary-target-mark-msgs): Return the number of marked messages.
4263
4264 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4265
4266         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4267         "first:" is specified.
4268
4269 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4270
4271         * wl-vars.el (wl-from): Use return value of function
4272         user-full-name instead of the variable user-full-name since
4273         XEmacs-20.4 doesn't set this variable.
4274
4275 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4276
4277         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4278         call `wl' directly.
4279
4280 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4281
4282         * wl-draft.el (wl-draft-reedit): Removed duplicated
4283         switch-to-buffers.
4284
4285 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * wl.el (wl-other-frame): Removed garbages.
4288
4289 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4290
4291         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4292
4293         * wl-xmas.el (wl-draft-key-setup): Ditto.
4294
4295         * wl-mule.el (wl-draft-key-setup): Ditto.
4296
4297         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4298         (wl-draft-reedit): Ditto.
4299         (wl-draft-prepare-edit): Add `wl-draft-save' to
4300         `local-write-file-hooks'.
4301         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4302         (wl-draft-reedit): Set buffer-file-name.
4303         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4304
4305
4306         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4307         call it.
4308         (wl-delete-startup-frame-function): New variable.
4309         (wl-other-frame): New function
4310         (Original was written by Yamaoka san [wl: 09239]).
4311
4312         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4313         if `wl-folder-use-frame'.
4314
4315 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4316
4317         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4318
4319 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4320
4321         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4322         New variable.
4323         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4324         (wl-message-buffer-prefetch-get-next): Use them.
4325         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4326
4327 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4328
4329         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4330         with unwind-protect.
4331
4332         * wl-draft.el (wl-draft-reedit): Rewrite.
4333         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4334         (wl-draft-save): Insert header separator if it does not exist;
4335         Removed condition-case.
4336
4337         * wl-summary.el (wl-summary-reedit): Revert last change.
4338
4339         * wl-draft.el (wl-draft-save): Rewrite.
4340         (wl-draft-create-buffer): Set buffer-file-name as nil.
4341
4342         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4343
4344         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4345
4346         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4347         nil.
4348
4349 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4350
4351         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4352         If count is nil, do not prefetch.
4353         (wl-message-buffer-prefetch-next): Next.
4354
4355 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4356
4357         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4358
4359 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4360
4361         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4362         `delete-backward-char'
4363         (wl-draft-prepare-edit): Check major-mode.
4364         (wl-draft-decode-header): Rewrite.
4365         (wl-draft): Fix.
4366
4367 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4368
4369         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4370
4371 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4372
4373         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4374         (wl-message-buffer-prefetch-get-next): Remove size checking.
4375         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4376
4377 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4378
4379         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4380         (wl-draft-default-headers): Fix.
4381
4382 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-draft.el (wl-draft-default-headers): Insert return value of
4385         `wl-generate-mailer-string-function'.
4386
4387 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4388
4389         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4390         (wl-draft-insert-mail-header-separator): Ditto.
4391
4392         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4393         again (Reverted the change on 2002-01-17 by OKADA san).
4394
4395 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4396
4397         * wl-draft.el (wl-draft): Rewrite.
4398         (wl-draft-create-buffer): New function.
4399         (wl-draft-create-contents): Ditto.
4400         (wl-draft-prepare-edit): Ditto.
4401         (wl-draft-decode-header): Ditto.
4402         (wl-draft-decode-body): Ditto.
4403         (wl-draft-check-new-line): Ditto.
4404         (wl-draft-default-headers): Ditto.
4405         (wl-draft-insert-mail-header-separator): Ditto.
4406
4407 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4408
4409         * Version number is increased to 2.9.6.
4410
4411 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4412
4413         * wl-draft.el (wl-draft-delete-field): Optional argument.
4414         (wl-draft-delete-fields): Ditto.
4415
4416 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4417
4418         * wl-message.el (toplevel): Eliminated byte-compile warning.
4419         for `itimer-function', `delete-timer' and `itimer-list'.
4420
4421 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4422
4423         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4424         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4425         `wl-message-buffer-prefetch-threshold'.
4426         * wl-summary.el (wl-summary-redisplay-internal): Remove
4427         the check of `wl-message-buffer-prefetch-depth'.
4428
4429 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4430
4431         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4432         size of article.
4433         (wl-message-buffer-prefetch-subr): Remove size check.
4434
4435 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4436
4437         * wl-vars.el (wl-plugged): Make customizable.
4438
4439 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4440
4441         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4442         (wl-message-buffer-prefetch-set-timer): New function.
4443         (wl-message-buffer-prefetch-get-next): New function.
4444         (wl-message-buffer-prefetch): New function.
4445         (wl-message-buffer-prefetch-next): Rewrite.
4446         (wl-message-buffer-prefetch-subr): Rewrite.
4447         * wl-vars.el (wl-auto-prefetch-first): New variable.
4448         * wl-summary.el (wl-summary-goto-folder-subr): Call
4449         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4450
4451 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4452
4453         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4454         `wl-summary-unread-message-hook'.
4455
4456 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4457
4458         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4459         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4460         if range is `cache-status'.
4461
4462 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4463
4464         * wl-message.el (wl-message-buffer-prefetch-subr):
4465         Improve debug message.
4466
4467 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4468
4469         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4470         `wl-mail-send-pre-hook'.
4471         (wl-draft-send-mail-with-qmail): Ditto.
4472         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4473
4474 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4475
4476         * wl-message.el (wl-message-buffer-prefetch-subr):
4477         Fix for cancel-function-timers bug.
4478         (wl-message-buffer-prefetch-debug): Default value is t.
4479
4480 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4481
4482         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4483         (wl-message-buffer-prefetch-subr): Rewrite.
4484         Rename from `wl-message-buffer-prefetch'.
4485
4486 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4487
4488         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4489         (wl-default-draft-cite-decorate-author): Ditto.
4490
4491         * wl-draft.el (wl-draft-cite-function): Removed.
4492         (wl-default-draft-cite-decorate-author): Ditto.
4493
4494 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4495
4496         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4497         (wl-default-draft-cite): Do not arrange author name if the value of
4498         `wl-default-draft-cite-decorate-author' is nil.
4499
4500 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4503
4504         * wl-folder.el (wl-folder-check-one-entity): Don't care
4505         `elmo-folder-use-flag-p'.
4506
4507 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4508
4509         * wl-folder (wl-folder-check-one-entity): Fix
4510         problem if unread is nil.
4511
4512 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4513
4514         * wl-address.el (wl-address-make-completion-list): Check whether
4515         the address is a group list.
4516         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4517
4518 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4519
4520         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4521         The number of the messages of new and unread does not count
4522         correctly.
4523
4524         * wl-summary.el (wl-summary-count-unread): Changed to return
4525         `(new . unread)' instead of total.
4526         (wl-summary-sync-update): Follow the change above.
4527
4528         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4529
4530 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4531
4532         * wl-address.el (wl-address-make-completion-list): Do not enclose
4533         address by " <" and ">" if associated realname is "".
4534         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4535         This is against the promblem with group list in .addresses pointed
4536         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4537
4538 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4539
4540         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4541         message is a format control string.
4542         * wl-expire.el (wl-expire-append-log): Ditto.
4543         * wl-mime.el (wl-summary-burst-subr): Ditto.
4544         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4545         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4546
4547 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4548
4549         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4550         wl.el (wl-check-variables): Rename from `wl-check-type'.
4551         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4552         (wl-check-variables-2): New function.
4553         (wl): Call `wl-check-variables-2'.
4554
4555 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4558         after renaming folder in access group.
4559
4560 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4561
4562         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4563         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4564         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4565         (wl-message-buffer-prefetch): Rewrite.
4566         (wl-message-buffer-prefetch-idle-time): Removed.
4567         * wl-summary.el (wl-summary-redisplay-internal):
4568         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4569         Error check for `wl-message-buffer-prefetch-depht'.
4570
4571 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4572
4573         * Version number is increased to 2.9.5.
4574         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4575
4576 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4577
4578         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4579         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4580         Based on the patch written by
4581         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4582
4583 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4584
4585         * wl-draft.el (wl-draft-raw-send): Fix for
4586         `wl-news-send-pre-hook'
4587
4588 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4589
4590         * wl-utils.el (wl-message-id-function): New variable.
4591         * wl-draft.el (wl-draft-insert-required-fields):
4592         Use `wl-message-id-function'.
4593
4594 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4595
4596         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4597         * wl-utils.el (wl-draft-make-message-id-string):
4598         Use `wl-from' for domain part of Message-ID
4599         if `wl-message-id-use-wl-from' if non-nil.
4600         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4601
4602 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4603
4604         * wl.el (wl): Call `wl-check-type'
4605         Do not 'condition-case'.
4606
4607 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4608
4609         * wl.el (wl-check-type): New function.
4610         (wl-check-type-variables): New variable.
4611
4612 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4613
4614         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4615
4616 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4617
4618         * wl-draft.el (wl-smtp-password-key): New function.
4619         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4620         (wl-draft-send-mail-with-smtp): Ditto.
4621         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4622
4623 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4624
4625         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4626         * wl-utils.el (wl-unique-id-suffix): Remove.
4627
4628 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4629
4630         * Version number is increased to 2.9.4.
4631
4632 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4633
4634         * wl-utils.el (wl-unique-id-suffix): New variable.
4635         (wl-unique-id): Use `wl-unique-id-suffix'
4636
4637 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4638
4639         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4640         instead of `elmo-msgdb-search'.
4641
4642         * Version number is increased to 2.9.3.
4643
4644 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4645
4646         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4647
4648 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4649
4650         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4651         (wl-draft-dispatch-message): Changed for send-later.
4652         (wl-draft-queue-flush): Ditto.
4653         (wl-draft): Clear `wl-sent-message-queued'.
4654         (wl-draft-reedit): Ditto.
4655         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4656         * wl-vars.el (wl-draft-force-queuing): New variable.
4657         (wl-draft-force-queuing-mail): New variable.
4658         (wl-draft-force-queuing-news): New variable.
4659
4660 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4661
4662         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4663         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4664
4665 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4666
4667         * Version number is increased to 2.9.2.
4668
4669 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * wl-draft.el (wl-draft-elide-region): New user command.
4672         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4673
4674         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4675         command `wl-draft-elide-region'.
4676         * wl-mule.el: Ditto.
4677         * wl-xmas.el: Ditto.
4678
4679 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4680
4681         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4682         (wl-biff-check-folder-async): Removed needless let.
4683
4684 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4685
4686         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4687         wl-folder-get-elmo-folder.
4688         (wl-biff-check-folder): Set `biff' argument of
4689         `wl-folder-check-one-entity'.
4690         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4691
4692         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4693         (wl-folder-check-one-entity): Added `biff' argument;
4694         Setup `biff' slot of folder.
4695
4696         * Version number is increased to 2.9.1.
4697
4698 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4699
4700         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4701         comment out and fixed.
4702         (wl-fldmgr-add-completion-subr): Ditto.
4703
4704         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4705         and msgdb.
4706
4707         * wl.el (wl-toggle-plugged): Save summary view.
4708
4709 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4710
4711         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4712
4713 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4714
4715         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4716
4717 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4720         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4721         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4722
4723         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4724         if it was failed.
4725         (wl-demo): Disable undo in the demo buffer.
4726
4727 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4728
4729         * wl-version.el (wl-version): Changed codename.
4730
4731         * Version number is increased to 2.9.0.
4732
4733 2001-12-14  Takuo KITAME <kitame@northeye.org>
4734
4735         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4736         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4737         (wl-folder-mark-as-read-all-current-entity): Ditto.
4738
4739 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4740
4741         * wl-vars.el (wl-from-width): Define as obsolete variable.
4742         (wl-subject-length-limit): Ditto.
4743
4744         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4745
4746         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4747         wl-summary-save-view.
4748
4749         * wl.el (wl-save-status): Ditto.
4750         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4751
4752         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4753         (wl-summary-exit): Follow the change above.
4754         (wl-summary-goto-folder-subr): Ditto.
4755
4756         * wl-folder.el (wl-folder-create-subr): Don't use
4757         `elmo-folder-creatable-p'.
4758
4759 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4760
4761         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4762
4763 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4766         rather than bitmap on Emacs 21.
4767         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4768         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4769         for xbm if the new redisplay engine is not available.
4770
4771 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4772
4773         * wl-folder.el (wl-folder-init-hook): New hook.
4774         (wl-folder-init): Run `wl-folder-init-hook'.
4775
4776 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4779
4780 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4781
4782         * wl-acap.el (wl-acap-cache-filename): New variable.
4783         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4784         (wl-acap-init): Use cache if no ACAP server found.
4785
4786 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4787
4788         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4789         `wl-acap-original-msgdb-dir'.
4790
4791         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4792         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4793
4794         * wl-mime.el (wl-mime-save-directory): Renamed from
4795         `wl-mime-save-dir'.
4796
4797 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4800
4801         * wl-demo.el: Require `path-util'.
4802         (wl-demo-bitmap-mule-available-p): New internal variable.
4803         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4804         `module-installed-p' instead.
4805         (wl-demo-insert-image): Use *.img file for a bitmap image.
4806         (wl-demo): Don't call the ascii demo recursively.
4807
4808 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4809
4810         * Version number is increased to 2.7.7.
4811
4812 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4813
4814         * wl.el (wl-exit): Eliminated byte-compile warning.
4815
4816 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4817
4818         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4819         obsolete variable using `elmo-define-obsolete-variable'.
4820         (wl-fetch-confirm-threshold): Ditto.
4821         (wl-cache-prefetch-folder-type-list): Ditto.
4822         (wl-cache-prefetch-folder-list): Ditto.
4823
4824 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4827         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4828         (wl-demo-insert-image): New function.
4829         (wl-demo-insert-text): New function.
4830         (wl-demo-image-type-alist): Redefine as a function.
4831         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4832         (wl-demo-with-temp-file-buffer): Removed.
4833         (wl-logo-xpm): Removed.
4834         (wl-logo-xbm): Removed.
4835         (wl-logo-bitmap): Removed.
4836
4837 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4838
4839         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4840         (wl-expire-localdir-get-folder-function): New user option.
4841         (wl-expire-localdir-get-folder): New function.
4842         (wl-expire-localdir-date): Ditto.
4843
4844 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4845
4846         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4847         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4848         Fixed unread number mismatch when all-unread < unread.
4849
4850 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4851
4852         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4853         (wl-fetch-confirm-threshold): Ditto.
4854
4855         * wl-summary.el (wl-summary-confirm-appends): Removed.
4856         (wl-summary-sync-update): Don't refer
4857         `wl-summary-update-confirm-threshold' (It is now abolished).
4858
4859         * wl-message.el (wl-message-display-internal): Don't refer
4860         `wl-fetch-confirm-threshold' (It is now abolished).
4861
4862 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4865
4866 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4867
4868         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4869         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4870         Change default value to nil.
4871         (wl-summary-indent-length-limit): The value can be nil, nil means
4872         unlimited.
4873
4874         * wl-summary.el: Don't set limit for indent length if the value of
4875         wl-summary-indent-length-limit is nil.
4876         If the value of wl-summary-width is nil, it means only that the width
4877         of summary is unlimited (nil doesn't mean that the indent length is
4878         unlimited).
4879
4880         * wl-thread.el: Ditto.
4881
4882 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4883
4884         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4885         be nil, nil means never confirm.
4886         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4887
4888 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4889
4890         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4891         means unlimited).
4892
4893 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4894
4895         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4896         Use `with-temp-buffer'.
4897
4898 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4899
4900         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4901         with new backquote style).
4902         (wl-folder-get-entity-from-buffer): Ditto.
4903
4904 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4905
4906         * wl-version.el (nemacs-version): Eliminated.
4907         (wl-extended-emacs-version2): Ignore nemacs.
4908         (wl-extended-emacs-version3): Ditto.
4909
4910 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4911
4912         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4913         (wl-draft-add-in-reply-to): New variable.
4914         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4915         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4916         (wl-draft-yank-from-mail-reply-buffer): Use
4917         `wl-draft-add-in-reply-to'.
4918         (wl-draft-insert-current-message): Ditto.
4919
4920 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4921
4922         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4923         typo (kill->hide).
4924         (wl-message-buffer-prefetch-folder-type-list): Added elements
4925         `mark' and `cache' instead of `internal'.
4926
4927 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4928
4929         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4930         resume msgdb directory.
4931
4932 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4933
4934         * wl.el (wl-exit): Call `wl-acap-exit'.
4935
4936         * wl-summary.el (wl-summary-message-string): New function.
4937         (wl-summary-reedit): Use it.
4938         (wl-summary-resend-bounced-mail): Remove needless let.
4939         (wl-summary-supersedes-message): Ditto.
4940         (wl-summary-save): Ditto.
4941
4942         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4943         (wl-acap-init): Set it.
4944         (wl-acap-exit): New function.
4945
4946 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4947
4948         * wl.el (wl-init): Revert (require 'mime-setup). move from
4949         toplevel.
4950
4951 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4952
4953         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4954         local variables.  Add error when guess function return invalid
4955         value.
4956
4957 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4958
4959         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4960         Change local variable name.
4961         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4962         (wl-folder-get-newsgroups): Return nil when non-news folder.
4963         * wl-summary.el (wl-summary-write-current-folder): State through
4964         when guess-list return nil.
4965         (wl-summary-write-current-folder-functions): Fixed docstring.
4966
4967         * wl.el (wl-exit): Changed confirm message.
4968
4969         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4970         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4971
4972         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4973
4974 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4975
4976         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4977         user option (Renamed from wl-cache-prefetch-folder-type-list).
4978         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4979         from wl-cache-prefetch-folder-list).
4980
4981         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4982         Move to wl-vars.el.
4983         (wl-message-buffer-prefetch-p): Changed to enable
4984         `wl-message-buffer-prefetch-folder-list'.
4985
4986         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4987         `ignore-cache'.
4988
4989 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4990
4991         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4992         `part-top' and `part-bottom'.
4993         (wl-draft-config-sub-part-top): New function.
4994         (wl-draft-config-sub-part-bottom): New function.
4995
4996 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4997
4998         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4999
5000 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5001
5002         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5003
5004 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5005
5006         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5007
5008         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5009         (wl-summary-write-current-folder): Ditto.
5010
5011 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5012
5013         * wl-folder.el (wl-folder-get-newsgroups): Use
5014         `elmo-folder-newsgroups'.
5015
5016 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5017
5018         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5019         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5020         `wl-draft-config-sub-header-bottom'.
5021
5022 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5023
5024         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5025         localnews folder.
5026
5027 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5028
5029         * wl-summary.el (wl-summary-mode): Undo last change.
5030
5031         * wl-folder.el (wl-folder-mode): Ditto.
5032
5033 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5034
5035         * wl-summary.el (wl-summary-mode): Locally set
5036         truncate-partial-window-width to nil.
5037         (for XEmacs)
5038
5039         * wl-folder.el (wl-folder-mode): Ditto.
5040
5041 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5042
5043         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5044
5045 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5046
5047         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5048         number.
5049
5050         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5051
5052         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5053
5054         * Version number is increased to 2.7.6.
5055
5056 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5057
5058         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5059
5060 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5061
5062         * wl-summary.el (wl-summary-sync-update): Enclose network
5063         related portion with `unwind-protect'.
5064
5065 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5066
5067         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5068
5069 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5070
5071         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5072         element.
5073         * wl-vars.el (wl-message-body-button-alist): Ditto.
5074
5075         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5076         max match length.
5077         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5078
5079         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5080         for the max match length;
5081         Use 4th element value for the button string regexp group.
5082
5083         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5084         candidate exists, prompt to select.
5085
5086 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5087
5088         * wl-summary.el (wl-summary-jump-to-msg): Search before
5089         calibration point by `beginning-of-line'.
5090
5091 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5092
5093         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5094         for access group.
5095
5096 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * wl-message.el (wl-message-display-internal): Bind
5099         `default-mime-charset'.
5100
5101         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5102
5103         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5104
5105         * Version number is increased to 2.7.5.
5106
5107 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5108
5109         * wl-expire.el (wl-summary-archive): Fixed;
5110         Use `elmo-folder-name-internal'.
5111
5112 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5113
5114         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5115         from `elmo-folder-move-messages' caller.
5116         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5117
5118         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5119         related portions are changed).
5120
5121 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5122
5123         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5124         counter.
5125
5126 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5127
5128         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5129         buffer local and set it to nil.
5130
5131         * wl-message.el (wl-message-redisplay): Ditto.
5132
5133 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5134
5135         * wl-summary.el (wl-summary-mark-as-important): If message is
5136         already cached, set messag as read, otherwise encache and mark as read.
5137
5138 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5139
5140         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5141         point-min.
5142
5143 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5146         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5147         a keymap.
5148
5149 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5150
5151         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5152         parent.
5153
5154         * wl-mule.el (wl-message-define-keymap): Ditto.
5155
5156         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5157
5158         * wl-xmas.el (wl-message-display-internal-hook): Define.
5159         (wl-xmas-setup-message-toolbar): Define as function.
5160         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5161         (wl-message-overload-functions): Abolished.
5162         (wl-message-define-keymap): New function.
5163
5164         * wl-vars.el (wl-message-display-internal-hook): New variable.
5165         (wl-message-header-button-alist): New variable (Renamed from
5166         wl-highlight-message-header-button-alist).
5167         (wl-message-body-button-alist): Ditto.
5168
5169         * wl-mule.el (wl-message-define-keymap): New function.
5170         (wl-message-overload-functions): Abolished.
5171
5172         * wl-message.el (wl-message-add-buttons-to-body): New function.
5173         (wl-message-redisplay): Don't call wl-message-overload-functions;
5174         Call wl-message-add-buttons-to-header and
5175         wl-message-add-buttons-to-body.
5176         (wl-message-display-internal): Set keymap argument for
5177         elmo-mime-display-as-is, elmo-mime-message-display;
5178         Run wl-message-display-internal-hook.
5179         (wl-message-refer-article-or-url): Abolished.
5180
5181         * wl-highlight.el (wl-highlight-headers): Don't call
5182         wl-highlight-message-add-buttons-to-header.
5183         (wl-highlight-message-add-buttons-to-header): Abolished.
5184
5185
5186         * wl-e21.el (wl-message-display-internal-hook): Define.
5187         (wl-e21-setup-toolbar): Deleted duplicated binding.
5188         (wl-e21-setup-message-toolbar): Define as function.
5189         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5190         (wl-message-define-keymap): New function.
5191         (wl-message-overload-functions): Abolished.
5192
5193 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5194
5195         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5196         and elmo-folder-close.
5197
5198         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5199
5200 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5201
5202         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5203         boolean value.
5204         * wl-draft.el (wl-draft-do-fcc): Ditto.
5205
5206 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5207
5208         * wl-vars.el (wl-fcc-force-as-read): New variable.
5209         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5210         mark copied message as read.
5211
5212 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5213
5214         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5215
5216 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5217
5218         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5219         `wl-summary-target-above' instead of obsolete variable
5220         `wl-summary-temp-above'.
5221
5222         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5223         instead of `make-obsolete-variable'.
5224         * wl-refile.el (toplevel): Ditto.
5225
5226 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5227
5228         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5229         with third argument t.
5230         (wl-draft): Set first argument for wl-plugged-init as t.
5231
5232         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5233         definition.
5234
5235 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5236
5237         * wl-vars.el: Tabify.
5238         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5239
5240         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5241         message.
5242
5243 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5244
5245         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5246         and set default to beep.
5247
5248 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5249
5250         * wl-vars.el (wl-draft-truncate-lines): New variable.
5251
5252         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5253         instead of wl-message-truncate-lines for truncate-lines.
5254
5255 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5256
5257         * wl-message.el (wl-message-display-internal): Call
5258         `wl-highlight-message' after `elmo-mime-display-as-is'.
5259
5260         * wl-mime.el (wl-mime-display-text/plain): New function.
5261         (wl-mime-display-header): Ditto.
5262         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5263         body-presentation-method for text/plain;
5264         Register `wl-mime-display-header' as a header-presentation-method;
5265         Don't set up `elmo-message-text-content-inserted-hook' and
5266         `elmo-message-header-inserted-hook'.
5267
5268         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5269         variable.
5270         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5271         as t if flag is 'all-header;
5272         Don't bind `elmo-message-ignored-field-list',
5273         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5274
5275 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5278         for xemacs with non-mule environment.
5279
5280 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5281
5282         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5283         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5284         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5285
5286 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5287
5288         * wl-vars.el (wl-interactive-send): Set default value as t.
5289
5290 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5291
5292         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5293         (wl-addrmgr-method-list): Abolished.
5294         (wl-addrmgr-change-method): Follow above change.
5295
5296         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5297
5298 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5299
5300         * wl-vars.el (wl-message-truncate-lines): Change default value
5301         to default-truncate-lines.
5302
5303         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5304
5305 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5306
5307         * wl-vars.el (wl-message-truncate-lines): New variable.
5308
5309         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5310         wl-message-truncate-lines.
5311
5312 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5313
5314         * wl-acap.el (wl-acap-init): Remove period from error message.
5315         (wl-acap-find-acap-service): Remove period from message.
5316
5317 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5318
5319         * wl.el (wl-check-environment): Undo last change.
5320
5321         * wl-vars.el (wl-from): Changed default value.
5322
5323         * wl-util.el (toplevel): Don't require tm-edit.
5324
5325         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5326         `wl-folder-init';
5327         Don't set mark on mail body.
5328         (wl-draft-reedit): Ditto.
5329
5330         * wl-address.el (wl-address-quote-specials): Define as an alias for
5331         elmo-address-quote-specials.
5332
5333 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5334
5335         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5336
5337         * wl-vars.el (wl-from): Set default value as nil.
5338         (wl-organization): Set default value as ORGANIZATION environment
5339         variable.
5340
5341         * wl-draft.el (wl-smtp-extension-bind): Check value of
5342         wl-smtp-connection-type.
5343
5344         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5345         error.
5346
5347 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5348
5349         * Version number is increased to 2.7.4.
5350
5351         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5352         arguments from `wl-highlight-x-face-function' caller.
5353         Use x-face-1.3.6.12 or later.
5354
5355 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5356
5357         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5358
5359 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5360
5361         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5362         (wl-fcc): Fix to accept function.
5363         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5364
5365 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5366
5367         * wl-acap.el (toplevel): Added `product-provide' declare.
5368         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5369
5370 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5371
5372         * wl.el (wl): Changed order of calling `elmo-init'
5373         and `elmo-folder-init'.
5374
5375 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5376
5377         * wl-mime.el (wl-summary-burst): Extract message when content-type
5378         of root entity is not only `multipart' but also `message/rfc822'.
5379         (wl-summary-burst-subr): Ditto.
5380
5381 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5382
5383         * wl-vars.el (toplevel): Require 'custom.
5384         (wl-trash-folder): Added to `wl-setting' group.
5385
5386         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5387         exists.
5388         (wl-addrmgr-draw): Insert empty line when no entry exists.
5389
5390         * wl-mule.el (wl-message-wheel-up): Fixed.
5391         (wl-message-wheel-down): Ditto.
5392
5393 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5394
5395         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5396         config is an anonymous lambda expression.
5397
5398 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5401         when Mule 2 is running.
5402
5403 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5404
5405         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5406
5407 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5408
5409         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5410         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5411
5412         * wl-address.el (wl-address-specials-regexp): Eliminated.
5413         (wl-address-quote-specials): Rewrite.
5414
5415 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5418         shy-groups for regexp.
5419
5420         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5421         character classes and Perl style shy-groups for regexp.
5422         (wl-highlight-plugged-current-line): Use Posix style character
5423         classes for regexp.
5424         (wl-e21-highlight-folder-by-numbers): Ditto.
5425         (wl-e21-display-image-p): Use `display-images-p' instead of
5426         `display-graphic-p'.
5427         (display-images-p): Make an alias to `display-graphic-p' if it is
5428         not available.  It is for Emacs version prior to 21.0.105.
5429
5430         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5431         `display-graphic-p'.
5432         (wl-demo-image-type-alist): Ditto.
5433         (display-images-p): Make an alias to `display-graphic-p' if it is
5434         not available.  It is for Emacs version prior to 21.0.105.
5435
5436 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5437
5438         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5439         support.
5440         (wl-generate-user-agent-string): Ditto.
5441
5442         * wl-version.el (wl-version): Update docsting.
5443         (wl-version-status): Ditto.
5444
5445 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5446
5447         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5448         21.0.105.  For Emacs 21.0.104 or earlier.
5449
5450 2001-09-03  Takuo KITAME <kitame@northeye.org>
5451
5452         * wl-e21.el (wl-plugged-init-icons): Use
5453         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5454         (wl-biff-init-icons): Ditto.
5455
5456 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5457
5458         * wl-highlight.el (wl-highlight-summary-current-line):
5459         Fixed highlighting refile/copy destination.
5460
5461         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5462         (wl-acap-store): Encode string by wl-acap-coding-system.
5463
5464 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5465
5466         * wl-acap.el (toplevel): Check and require 'un-define before
5467         'xemacs-ucs;
5468          Added checking for UTF-2000.
5469
5470 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5471
5472         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5473         Don't enclose with `eval-and-compile'.
5474
5475         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5476         wl-init is non-nil.
5477
5478         * wl-draft.el (wl-draft): Ditto.
5479
5480         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5481
5482         * wl-acap.el (toplevel): Require 'wl.
5483         (wl-acap-store): Call `elmo-init'.
5484
5485         * wl.el (wl): Changed position of `wl-check-environment'.
5486         (toplevel): Added autoload setting for wl-acap.
5487
5488         * wl-vars.el (wl-setting): New custom group.
5489         (wl-from): Added wl-setting group.
5490         (wl-user-mail-address-list): Ditto.
5491         (wl-organization): Ditto.
5492         (wl-subscribed-mailing-list): Ditto.
5493         (wl-envelope-from): Ditto.
5494         (wl-smtp-posting-user): Ditto.
5495         (wl-smtp-posting-server): Ditto.
5496         (wl-smtp-posting-port): Ditto.
5497         (wl-smtp-authenticate-type): Ditto.
5498         (wl-pop-before-smtp-user): Ditto.
5499         (wl-pop-before-smtp-server): Ditto.
5500         (wl-pop-before-smtp-port): Ditto.
5501         (wl-pop-before-smtp-authenticate-type): Ditto.
5502         (wl-nntp-posting-server): Ditto.
5503         (wl-nntp-posting-user): Ditto.
5504         (wl-nntp-posting-port): Ditto.
5505         (wl-fetch-confirm-threshold): Ditto.
5506         (wl-prefetch-threshold): Ditto.
5507         (wl-thread-insert-opened): Ditto.
5508         (wl-ldap-server): Ditto.
5509         (wl-ldap-port): Ditto.
5510         (wl-ldap-base): Ditto.
5511         (wl-ldap-objectclass): Ditto.
5512         (wl-use-ldap): Ditto.
5513         (wl-draft-config-alist): Ditto.
5514         (wl-draft-config-matchone): Ditto.
5515         (wl-template-alist): Ditto.
5516         (wl-message-sort-field-list): Ditto.
5517         (wl-message-ignored-field-list): Ditto.
5518         (wl-message-visible-field-list): Ditto.
5519         (wl-interactive-send): Ditto.
5520         (wl-summary-move-order): Ditto.
5521         (wl-auto-select-first): Ditto.
5522         (wl-auto-select-next): Ditto.
5523         (wl-interactive-save-folders): Ditto.
5524
5525         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5526         Initialization codes are moved from wl-local-folder-init.
5527         (wl-local-folder-init): Follow the change above.
5528         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5529
5530         * wl-acap.el: New file.
5531
5532         * Version number is increased to 2.7.3.
5533
5534 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5535
5536         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5537
5538 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5539
5540         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5541         (wl-addrmgr-address-entry-list): Ditto.
5542
5543 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5544
5545         * wl-e21.el (wl-draft-mode-map): Removed binding for
5546         `wl-draft-insert-x-face-field'.
5547
5548         * wl-mule.el (wl-draft-mode-map): Ditto.
5549
5550         * wl-xmas.el (wl-draft-mode-map): Ditto.
5551
5552         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5553         (wl-cs-autoconv): Ditto.
5554         (wl-cs-local): Ditto.
5555         (wl-use-scoring): Ditto.
5556         (wl-mime-charset): Ditto.
5557         (wl-folder-check-async): Ditto.
5558
5559         * wl.el (toplevel): Ignore nemacs and tm.
5560         (wl-exit): Ditto.
5561
5562         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5563         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5564         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5565         instead of wl-address-petname-add-or-change.
5566         (wl-summary-edit-addresses-subr): Use wl-address-delete
5567         instead of wl-address-petname-delete.
5568
5569         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5570
5571         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5572         if error occured.
5573
5574         * wl-message.el (require): Remove tm support.
5575
5576         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5577
5578         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5579         (wl-folder-jump-to-current-entity): Ditto.
5580         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5581
5582         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5583         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5584         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5585
5586         * wl-mule.el (wl-draft-key-setup): Ditto.
5587
5588         * wl-xmas.el (wl-draft-key-setup): Ditto.
5589
5590         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5591         (wl-draft-std11-parse-addresses): New function.
5592         (wl-draft-parse-mailbox-list): Use it.
5593         (wl-draft): Ignore nemacs.
5594         (wl-draft-reedit): Ditto.
5595
5596         * wl-addrmgr.el: New file.
5597         (Original is wl-rcpt.el written by
5598         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5599         Thanks Kitamoto-san.)
5600
5601         * wl-address.el (wl-address-make-address-list): Modified parsing
5602         process.
5603         (wl-address-delete): Renamed from `wl-address-petname-delete';
5604         Modify wl-address-list too.
5605         (wl-address-add-or-change): Renamed from
5606         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5607
5608 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5609
5610         * wl-highlight.el (wl-highlight-summary-current-line):
5611           Work with transient-mark-mode
5612
5613 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5614
5615         * Version number is increased to 2.7.2.
5616
5617         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5618         instead of elmo-dop-queue-method.
5619
5620 2001-08-06  SAITO Atsunori <sai@yedo.com>
5621
5622         * wl-vars.el (wl-ldap-objectclass): New user option.
5623
5624         * wl-address.el (wl-ldap-make-filter): Use it.
5625
5626 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5627
5628         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5629
5630 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5631
5632         * wl-folder.el (wl-folder): redisplay after folder insertion.
5633
5634         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5635
5636         * wl-summary.el (wl-summary-sync-update):
5637         Change status mark only when new-msgdb exists.
5638         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5639
5640 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5641
5642         * wl-summary.el (wl-summary-open-folder): New function.
5643         (wl-summary-goto-folder-subr): Use it.
5644         (wl-summary-mark-as-important): Fix;
5645         Encache only when no cache exists.
5646
5647 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5648
5649         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5650         Use with-current-buffer.
5651
5652 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5653
5654         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5655         before call `get-buffer'. Fixed parenthesis.
5656         (wl-score-get-header-entry): Clear message and help window when
5657         keyboard quit.
5658         (wl-score-edit-insert-header): Ditto.
5659
5660 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5661
5662         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5663         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5664         (wl-default-draft-cite): Fix.
5665
5666         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5667         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5668
5669 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5670
5671         * wl-message.el (wl-message-prev-page): Do same bahavior
5672         as summary when it is called in the message buffer.
5673         (wl-message-next-page): Ditto.
5674
5675 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5676
5677         * wl-summary.el (wl-summary-forward): Use cache if it is not
5678         section cache.
5679
5680 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5683         Removed redundant require of elmo-vars.
5684         (wl-biff-state-indicator-on): Changed default value for
5685         xemacs with non-mule environment.
5686
5687         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5688         wl-message-buffer is nil;
5689         Hide progress bar after moving messages.
5690
5691 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5694         message at cursor point is deleted.
5695
5696 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-vars.el: Changed file coding system to euc-japan.
5699         Added -*-coding:-*- magic to the first line.
5700
5701         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5702         Search parent from the first message.
5703
5704         * Version number is increased to 2.7.1.
5705
5706 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5707
5708         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5709
5710 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5711
5712         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5713         refile/delete execution.
5714
5715         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5716         Fixed docstring.
5717
5718 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5719
5720         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5721         do update process;
5722         Don't update marks when update process is interrupted.
5723
5724 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5725
5726         * wl-summary.el (wl-summary-reply): Fixed problem when
5727         wl-draft-use-frame is non-nil.
5728         (wl-summary-forward): Ditto.
5729
5730         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5731         as nil.
5732         (wl-folder-mark-as-read-all-entity): Ditto.
5733         (wl-folder-prefetch-entity): Ditto.
5734
5735         * wl.el (wl): Check environment before wl-init.
5736
5737         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5738         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5739         instead of wl-summary-collect-unread.
5740         (wl-summary-reply): Split message window.
5741
5742 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5743
5744         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5745         only if current language environment is japanese,
5746
5747         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5748         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5749         (wl-folder-goto-folder-subr): Ditto.
5750
5751         * wl-draft.el (wl-draft-dispatch-message): Call
5752         `elmo-file-cache-get-path'.
5753
5754 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5755
5756         * wl-summary.el (wl-summary-cursor-move): If return value of
5757         wl-summary-next-message is not number, don't jump.
5758
5759 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5760
5761         * wl-summary.el (wl-summary-buffer-next-message-function): New
5762         variable.
5763         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5764         if it is bound.
5765
5766         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5767         string.
5768
5769         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5770         (wl-plugged-drawing): Ditto.
5771
5772 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5773
5774         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5775         process.
5776         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5777         with unwind-protect.
5778
5779         * wl.el (wl-init): Require mime-setup.
5780         (wl-check-environment): Don't require mime-setup.
5781
5782         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5783         instead of elmo-folder-type.
5784
5785         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5786         value as nil.
5787
5788 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5789
5790         * Version number is increased to 2.7.0.
5791
5792         * wl-version.el (wl-version): Changed codename.
5793
5794         * wl-summary.el (wl-summary-delete-cache): Fixed.
5795
5796         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5797         Workaround for net folders.
5798         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5799
5800         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5801         value to nil (According to the patch from
5802         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5803
5804         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5805         of elmo-folder-close.
5806
5807 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5808
5809         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5810         for postfix.
5811
5812 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5813
5814         * wl-summary.el (wl-summary-resend-message): Fixed.
5815
5816         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5817         Call wl-draft with `from' argument if its address is included in
5818         `wl-user-mail-address-list'.
5819         (wl-draft): Added `from' argument.
5820
5821         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5822         non-nil.
5823         (wl): Don't show demo if wl-demo is nil.
5824
5825         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5826         wl-summary-use-frame.
5827
5828         * wl-vars.el (wl-summary-use-frame): New user option.
5829         (wl-folder-use-frame): Changed docstring.
5830
5831         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5832         non-nil.
5833         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5834         wl-summary-use-frame.
5835
5836         * wl-vars.el (wl-folder-use-frame): New user option.
5837
5838         * wl-summary.el (wl-summary-exit): Back to folder frame if
5839         wl-folder-use-frame is non-nil.
5840         (wl-summary-redisplay-internal): Ignore cache if current folder
5841         is draft folder,
5842         (wl-summary-redisplay-no-mime): Ditto.
5843         (wl-summary-redisplay-all-header): Ditto.
5844
5845         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5846         if wl-folder-use-frame is non-nil.
5847
5848 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5849
5850         * wl-summary.el (wl-summary-sync-update): Bind
5851         elmo-folder-update-threshold.
5852         (wl-summary-mark-as-important): Enclosed server mark processing
5853         with `save-match-data'.
5854
5855         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5856         only when it is already defined.
5857
5858 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5859
5860         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5861         name of folder exclude localdir is wrong.
5862         * wl-folder.el (wl-folder-sync-entity):
5863         Set `wl-summary-always-sticky-folder-list' as nil.
5864         (wl-folder-mark-as-read-all-entity): Ditto.
5865         (wl-folder-prefetch-entity): Ditto.
5866
5867 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5868
5869         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5870         instead of `wl-summary-write-current-newsgroup'.
5871
5872 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5873
5874         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5875         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5876         non-nil and selected message is important, do not display.
5877
5878 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5879
5880         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5881
5882 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5883
5884         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5885
5886         * wl-summary.el (wl-summary-mark-as-important): Set message number
5887         using wl-summary-message-number.
5888
5889 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5890
5891         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5892         destination folder is 'null.
5893
5894 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5895
5896         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5897         New function.
5898         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5899         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5900         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5901
5902 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-mime.el (wl-mime-setup): Added setting for
5905         `mime-setup-signature-key-alist' to avoid overriding key bind for
5906         `wl-draft-send'.
5907
5908         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5909         for `wl-draft-send'.
5910         * wl-mule.el (wl-draft-overload-functions): Ditto.
5911         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5912         * wl-draft.el (wl-draft-send): Ditto.
5913
5914         * wl-message.el (wl-message-display-internal):
5915         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5916         (Patch is provided by <kita@coe.nttdata.co.jp>).
5917
5918 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5919
5920         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5921
5922 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5923
5924         * wl.el (wl): Fix for wl-demo.
5925
5926 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5927
5928         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5929
5930 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5931
5932         * wl-folder.el (wl-folder-prefetch-entity): Use
5933         `wl-folder-get-elmo-folder'.
5934         (wl-folder-count-incorporates): Do not use
5935         `wl-folder-get-elmo-folder'.
5936
5937 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5938
5939         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5940         instead of `elmo-folder-get-type'.
5941
5942 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5943
5944         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5945         position on Subject: field.
5946         (Advised by Mito <mit@nines.nec.co.jp>)
5947
5948 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5949
5950         * wl-folder.el (wl-folder-prefetch-entity): Use
5951         `wl-folder-get-elmo-folder'.
5952
5953 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5956
5957         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5958         `process-duplicates' slot.
5959
5960         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5961         if detection failed.
5962
5963 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5964
5965         * wl-version.el (wl-version-status): Set to "alpha".
5966
5967 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5968
5969         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5970         Check wl-message-buffer lives before set-buffer.
5971
5972 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5973
5974         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5975         called in folder mode.
5976         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5977         * wl-summary.el (wl-summary-exit-pre-hook): Run
5978         `wl-summary-exit-pre-hook' before exit summary mode.
5979
5980 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5981
5982         * wl-version.el (wl-version-status): New variable.
5983         (wl-version-status-alist): Removed.
5984         (wl-version-status): Rule included.
5985
5986 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5987
5988         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5989         @sponichi.
5990
5991         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5992         when `mail-reply-buffer' is buffer-local variable.
5993         (Reported by <kita@coe.nttdata.co.jp>).
5994
5995 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5996
5997         * wl-vars.el (toplevel): Require 'elmo-util.
5998
5999 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6000
6001         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6002         (All other related portions are changed)
6003
6004         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6005
6006         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6007
6008 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6009
6010         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6011
6012 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6013
6014         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6015         Delete other windows to avoid an error.
6016         Use `point-marker' instead of `point' to remember the start point
6017         of body.
6018
6019         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6020
6021         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6022         number not to exceed all message number.
6023
6024 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6025
6026         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6027         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6028
6029 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6030
6031         * wl-summary.el (wl-summary-sync-force-update): Added argument
6032         no-check.
6033         (wl-summary-sync-update): Ditto.
6034         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6035         with `no-check'.
6036
6037         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6038         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6039         already running.
6040
6041 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6042
6043         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6044         `dst-folder-arg'.
6045         (wl-expire-archive-number1): Diito.
6046         (wl-expire-archive-number2): Diito.
6047         (wl-expire-archive-Date): Diito.
6048         (wl-archive-number1): Diito.
6049         (wl-archive-number2): Diito.
6050         (wl-archive-date): Diito.
6051         (wl-archive-folder-p): New function.
6052         (wl-summary-expire): Support of expand folder name at
6053         wl-expire-alist.
6054         * wl-util.el (wl-expand-newtext): Renamed from
6055         `wl-refile-expand-newtext'.
6056
6057 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6058
6059         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6060         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6061         `(elmo-msgdb-get-overview msgdb)'.
6062         (wl-summary-prefetch): Bind match data before call
6063         `wl-summay-prefetch-msg'.
6064         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6065         'off if `wl-summary-buffer-disp-msg' is non-nil.
6066         Fixed problem that couldn't show only one new or unread message when
6067         enter folder.
6068         (wl-summary-reply): Don't call `split-window-vertically' and other
6069         window.
6070
6071 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6072
6073         * wl-expire.el (wl-expire-refile): Fixed.
6074
6075 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6076
6077         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6078
6079         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6080         biff notification is removed.
6081
6082         * wl.el (wl): Changed position of `elmo-init'.
6083
6084         * wl-draft.el (wl-default-draft-cite): Use date field
6085         on the citation buffer.
6086
6087         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6088
6089         * wl-xmas.el (wl-folder-internal-icon-list): Added
6090         `wl-folder-shimbun-image'.
6091
6092         * wl-e21.el (wl-folder-internal-icon-list): Added
6093         `wl-folder-shimbun-image'.
6094
6095 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6096
6097         * wl.el (wl-init): Eliminated argument.
6098         (wl): Rewrite.
6099
6100         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6101         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6102         instead of `elmo-folder-msgdb-internal'.
6103         (wl-summary-sync-update): Ditto.
6104         (wl-summary-flush-pending-append-operations): Eliminated.
6105         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6106         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6107         `elmo-folder-open'.
6108
6109         * wl-mime.el (wl-summary-burst): Fixed.
6110
6111         * wl-folder.el (wl-folder-info-save): Check data type.
6112
6113         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6114         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6115         instead of `elmo-folder-msgdb-internal'.
6116         (wl-expire-hide): Ditto.
6117
6118
6119         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6120
6121 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6122
6123         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6124
6125 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6126
6127         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6128
6129 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6130
6131         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6132         Fixed `match-beginning' argument mismatch.
6133
6134 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6135
6136         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6137         the default value.
6138
6139 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6140
6141         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6142         instead of `elmo-nntp-default-port'.
6143
6144         * wl-vars.el: Fixed some doc strings.
6145
6146 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6147
6148         * wl-summary.el (wl-summary-prefetch-msg): Use
6149         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6150
6151         * wl-vars.el: Define *-func as obsolete variable using
6152         `elmo-define-obsolete-variable'.
6153
6154         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6155         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6156         instead of `wl-message-buffer-prefetch-threshold'.
6157
6158         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6159
6160         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6161
6162         * wl-draft.el (wl-caesar-region-func): Ditto.
6163
6164         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6165         Keep unread status in elmo-folder-move-messages.
6166         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6167
6168 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6169
6170         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6171         `wl-summary-buffer-exit-func'
6172         (wl-summary-buffer-message-redisplay-function): Renamed from
6173         `wl-summary-buffer-message-redisplay-func'
6174         (wl-summary-buffer-next-folder-function): Renamed from
6175         `wl-summary-buffer-next-folder-func'.
6176         (wl-summary-buffer-prev-folder-function): Renamed from
6177         `wl-summary-buffer-prev-folder-func'.
6178         (wl-summary-get-petname-function): Renamed from
6179         `wl-summary-get-petname-func'.
6180
6181         * wl-score.el (wl-score-edit-exit-function): Renamed from
6182         `wl-score-edit-exit-func'.
6183
6184         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6185         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6186
6187         * wl-util.el (wl-load-profile-function): Renamed from
6188         `wl-load-profile-func'.
6189
6190         * wl-folder.el (wl-folder-completion-function): Renamed from
6191         `wl-folder-completion-func'.
6192         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6193
6194         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6195         `wl-expire-archive-get-folder-func'.
6196         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6197         (wl-draft-send-mail-function): Renamed from
6198         `wl-draft-send-mail-func'.
6199         (wl-draft-send-news-function): Renamed from
6200         `wl-draft-send-news-func'.
6201         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6202         (wl-generate-mailer-string-function): Renamed from
6203         `wl-generate-mailer-string-func'.
6204         (wl-highlight-signature-search-function): Renamed from
6205         `wl-highlight-signature-search-func'.
6206         (wl-highlight-x-face-function): Renamed from
6207         `wl-highlight-x-face-func'
6208         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6209         (wl-ps-print-buffer-function): Renamed from
6210         `wl-ps-print-buffer-func'
6211         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6212         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6213         (wl-summary-subject-filter-function): Renamed from
6214         `wl-summary-subject-filter-func'.
6215
6216         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6217         `wl-draft-queue-flush-send-func'
6218         (wl-draft-cite-function): Renamed from
6219         `wl-draft-cite-func'
6220
6221         * wl-address.el (wl-address-init-function): Renamed from
6222         `wl-address-init-func'.
6223
6224 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6225
6226         * wl-draft.el (wl-draft-queue-flush): Don't call
6227         `elmo-dop-unlock-message'.
6228         * wl-draft.el (wl-draft-queue-append): Don't call
6229         `elmo-dop-lock-message'.
6230
6231         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6232         (wl-summary-buffer-folder-name): Ditto.
6233         (wl-summary-message-regexp): Added '-' (all other related portions
6234         are changed).
6235         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6236         wl-summary-buffer-folder-name.
6237
6238 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6239
6240         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6241         the number of mails in the folder buffer is not updated by wl-biff.
6242
6243 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6244
6245         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6246         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6247
6248 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6249
6250         * wl-summary.el (wl-summary-next-message):
6251         Return next message number when wl-summary-move-order is nil.
6252
6253 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6254
6255         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6256         `wl-summary-move-spec-alist'.
6257         (wl-summary-move-spec-unplugged-alist): New variable
6258         (Move spec for unplugged status).
6259         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6260         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6261
6262 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6263
6264         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6265         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6266
6267 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6268
6269         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6270         simple quotation to quote the anonymous function.
6271         * tm-wl.el (wl-draft-preview-message): Ditto.
6272
6273 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6274
6275         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6276         Eliminate redundant `save-excursion'.
6277         (wl-highlight-summary-current-line): Ditto.
6278
6279         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6280         accessing match data when `looking-at' failed.
6281
6282         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6283         `elmo-match-string' where users don't care about the speed.
6284         (wl-draft-save): Ditto.
6285
6286 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6287
6288         * wl-util.el (wl-regexp-opt): New function.
6289
6290         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6291         number from `wl-summary-buffer-number-list'.
6292         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6293         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6294         (wl-summary-move-spec-alist): Changed default setting.
6295
6296 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6297
6298         * wl-vars.el (wl-biff-notify-hook): New hook.
6299         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6300         the arrival of new mail.
6301         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6302         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6303
6304 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6307
6308 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6309
6310         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6311
6312         * Version number is increased to 2.5.8.
6313
6314         * wl-thread.el (toplevel): require 'cl.
6315         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6316         (wl-thread-make-number-list): New function.
6317         (wl-thread-entity-make-number-list-from-children): Ditto.
6318         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6319         (wl-thread-entity-insert-as-children): Likewise.
6320         (wl-thread-delete-message): Likewise.
6321         (wl-meaning-of-mark): Eliminated.
6322         (wl-thread-next-failure-mark-p): Ditto.
6323         (wl-thread-entity-get-mark): Ditto.
6324         (wl-thread-meaning-alist-get-result): Ditto.
6325         (wl-thread-entity-check-prev-mark): Ditto.
6326         (wl-thread-entity-check-next-mark): Ditto.
6327         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6328         (wl-thread-entity-get-prev-marked-entity): Ditto.
6329         (wl-thread-get-prev-unread): Ditto.
6330         (wl-thread-jump-to-prev-unread): Ditto.
6331         (wl-thread-get-next-unread): Ditto.
6332         (wl-thread-jump-to-next-unread): Ditto.
6333         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6334         (wl-thread-entity-get-next-marked-entity): Ditto.
6335
6336         * wl-summary.el (wl-summary-buffer-number-list):
6337         New bufer-local variable.
6338         (wl-summary-switch-to-clone-buffer): Clone
6339         `wl-summary-buffer-number-list'.
6340         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6341         (wl-summary-cursor-move-regex): Eliminated.
6342         (wl-summary-cursor-up): Rewrite.
6343         (wl-summary-cursor-down): Ditto.
6344         (wl-summary-mode-spec-alist): New variable.
6345         (wl-summary-next-message): New inline function.
6346         (wl-summary-cursor-move): New function.
6347         (wl-summary-default-get-next-msg): Rewrite.
6348         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6349         (wl-summary-rescan): Ditto.
6350         (wl-summary-sync-all-init): Ditto.
6351         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6352         summary is not thread view.
6353         (wl-summary-sync-update): Ditto.
6354         (wl-summary-rescan): Ditto.
6355         (wl-summary-make-number-list): New function.
6356
6357         * wl-draft.el: "FCC" -> "Fcc".
6358
6359 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6360
6361         * wl-highlight.el (wl-highlight-summary-window):
6362         Call `set-buffer-modified-p'.
6363
6364         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6365         (wl): Call `elmo-init' and fix.
6366
6367         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6368         Use new variables.
6369
6370         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6371
6372 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6375
6376 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6377
6378         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6379
6380 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6381
6382         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6383         `wl-use-toolbar' nor `display-graphic-p'.
6384         (wl-e21-setup-message-toolbar): Ditto.
6385         (wl-e21-setup-summary-toolbar): Ditto.
6386         (wl-e21-setup-folder-toolbar): Ditto.
6387
6388         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6389         (wl-plugged-init-icons): Ditto.
6390
6391         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6392         `display-graphic-p'.
6393         (wl-plugged-set-folder-icon): Ditto.
6394         (wl-highlight-plugged-current-line): Ditto.
6395         (wl-highlight-folder-current-line): Ditto.
6396         (wl-e21-highlight-folder-group-line): Ditto.
6397         (wl-e21-setup-toolbar): Ditto.
6398         (wl-e21-display-image-p): New macro.
6399
6400         * wl-demo.el (wl-demo): Simplified.
6401         (wl-demo-image-type-alist): Use `image-type-available-p' for
6402         checking whether the image type `xbm' is available.
6403
6404 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6407         (wl-summary-input-range): Ditto.
6408
6409 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6410
6411         * wl-summary.el (wl-summary-edit-addresses): Use
6412         `wl-summary-get-original-buffer'
6413         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6414         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6415         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6416         (wl-summary-get-newsgroups): Eliminated.
6417         (wl-summary-set-crosspost): Ditto.
6418         (wl-summary-is-crosspost-folder): Ditto.
6419         (wl-crosspost-alist-load): Ditto.
6420         (wl-crosspost-alist-save): Ditto.
6421
6422         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6423         `elmo-setup-subscribed-newsgroups' instead of
6424         `elmo-nntp-make-groups-hashtb'.
6425         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6426         instead of `wl-crosspost-alist-save'.
6427
6428         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6429         of `elmo-folder-message-appendable-p'.
6430         (wl-mime-header-presentation-method): Eliminated.
6431
6432         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6433         (Error occurs in emacs21).
6434
6435         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6436         the current buffer).
6437
6438         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6439         instead of `wl-crosspost-alist-save'.
6440         (wl-init): `elmo-crosspost-message-alist-load'
6441         instead of `wl-crosspost-alist-load'
6442
6443         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6444         (wl-parse-newsgroups): Likewise.
6445         (wl-biff-notify): Run `wl-biff-notify-hook'.
6446
6447 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6450
6451         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6452         when `wl-summary-lazy-highlight' is non-nil.
6453         (wl-summary-goto-folder-subr): Highlight only when
6454         `wl-summary-lazy-highlight' is non-nil.
6455
6456         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6457         Don't display progress and highlight temp-mark when
6458         `wl-summary-lazy-highlight' is non-nil.
6459         (wl-highlight-summary-window): New function.
6460         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6461
6462 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6463
6464         * wl-summary.el (wl-summary-sync): Change `all-visible'
6465         from `all-shown'
6466         (wl-summary-input-range): Ditto.
6467
6468 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6469
6470         * wl-e21.el (wl-highlight-folder-current-line): Call
6471         `wl-folder-init-icons' when folder icons have not been initialized.
6472
6473         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6474
6475         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6476         (wl-demo-image-type-alist): New macro.
6477
6478 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6479
6480         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6481         display does not support graphics.
6482         (wl-plugged-init-icons): Ditto.
6483         (wl-folder-init-icons): Ditto.
6484
6485         * wl-demo.el (wl-demo): Chech closely whether the display
6486         supports graphics.
6487
6488 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6489
6490         * wl-summary.el (wl-summary-get-original-buffer): New function.
6491         (wl-summary-set-crosspost): Use it.
6492         (wl-summary-target-mark-uudecode): Ditto.
6493         (wl-summary-reedit): Ditto.
6494         (wl-summary-resend-bounced-mail): Ditto.
6495         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6496         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6497
6498         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6499         (wl-message-display-internal): Ditto.
6500
6501 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6502
6503         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6504
6505 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6506
6507         * wl-summary.el (wl-summary-save-view): Renamed from
6508         `wl-summary-save-status'.
6509
6510 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6511
6512         * wl-summary.el (wl-summary-sync): Added `all-shown'
6513
6514 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6515
6516         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6517
6518 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6519
6520         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6521
6522 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6523
6524         * wl-highlight.el (wl-highlight-summary-line-string): Use
6525         `zerop' instead of `= 0'.
6526         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6527
6528         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6529         for comparing numbers.
6530         (wl-template-prev): Use `zerop' instead of `eq 0'.
6531
6532         * wl-draft.el (wl-draft-insert-current-message): Use
6533         `with-current-buffer' instead of `save-excursion'.
6534         Use `zerop' instead of `eq 0'.
6535
6536 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6537
6538         * wl-draft.el (wl-draft-insert-ccs): New function.
6539         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6540         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6541
6542 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6543
6544         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6545
6546 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6547
6548         * wl-expire.el (wl-expire-refile): Don't call
6549         elmo-msgdb-add-msgs-to-seen-list;
6550         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6551         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6552
6553 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6554
6555         * wl-message.el (wl-message-prev-page): Ignore errors while
6556         scroll-down.
6557
6558 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6559
6560         * wl-mime.el: Use elmo-original-message-mode instead of
6561         mmelmo-original-mode.
6562
6563         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6564         `elmo-folder-get-spec';
6565         (wl-fldmgr-add-completion-all-completions):
6566         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6567
6568         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6569         of `elmo-folder-get-type'.
6570
6571         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6572         `elmo-folder-get-spec';
6573         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6574         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6575         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6576         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6577         `elmo-read-msg-no-cache';
6578         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6579         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6580         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6581         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6582         `elmo-cache-save';
6583         (wl-draft-reedit): Use `elmo-message-file-name'.
6584
6585         * wl-expire.el: Use `elmo-folder-name-internal';
6586         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6587         Use macro `wl-summary-buffer-msgdb' instead of variable
6588         `wl-summary-buffer-msgdb';
6589         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6590         Use macro `wl-summary-buffer-folder-name' instead of variable
6591         `wl-summary-buffer-folder-name'.
6592         * wl-score.el: Likewise.
6593
6594         * wl-message.el: Rewrite for new message buffer cache mechanism.
6595         (wl-message-buffer-cache-buffer-get): New macro.
6596         (wl-message-buffer-cache-folder-get): Ditto.
6597         (wl-message-buffer-cache-message-get): Ditto.
6598         (wl-message-buffer-cache-entry-make): Ditto.
6599         (wl-message-buffer-cache-hit): Ditto.
6600         (wl-message-buffer-cache-sort): New function.
6601         (wl-message-buffer-cache-add): Ditto.
6602         (wl-message-buffer-cache-delete): Ditto.
6603         (wl-message-buffer-cache-clean-up): Ditto.
6604         (wl-message-buffer-window): Rewrite.
6605         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6606         (wl-message-buffer-display): New function.
6607         (wl-message-display-internal): New function.
6608
6609 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6610
6611         * wl-folder.el: Use `elmo-folder-name-internal';
6612         Use `wl-folder-get-elmo-folder';
6613         Use `elmo-folder-list-messages' instead of
6614         `elmo-list-folder';
6615         Use `elmo-folder-get-primitive-list' instead of
6616         `elmo-folder-get-primitive-spec-list';
6617         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6618         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6619         Use `elmo-folder-create' instead of `elmo-create-folder'.
6620         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6621         (wl-folder-get-elmo-folder): New macro.
6622         (wl-folder-elmo-folder-cache-get): Ditto.
6623         (wl-folder-elmo-folder-cache-put): Ditto.
6624         (wl-folder-suspend): Call `elmo-quit'.
6625
6626         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6627         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6628         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6629         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6630         (toplevel): require 'cl.
6631         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6632
6633         * wl-summary.el: Rewrite to use new elmo interface.
6634
6635 \f
6636 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6637
6638         * wl-mime.el (wl-draft-preview-message):
6639         Run `wl-draft-send-hook' before collecting recipients information;
6640         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6641
6642         * tm-wl.el (wl-draft-preview-message): Ditto.
6643
6644 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6645
6646         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6647         wrong recipients are displayed when forwarded message.
6648
6649 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * Version number is increased to 2.5.7.
6652
6653 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6654
6655         * wl-message.el (wl-message-next-page): Bind
6656         `window-pixel-scroll-increment' to nil while scrolling up.
6657
6658 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6659
6660         * wl-vars.el (wl-save-hook): New hook.
6661         * wl.el (wl-save): Call `wl-save-hook'.
6662
6663 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6664
6665         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6666         Argument WITH-ARG instead of NO-ARG (negative mean).
6667         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6668         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6669         * wl-message.el (wl-message-follow-current-entity): Likewise.
6670
6671 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6672
6673         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6674         FROM was optional argument.
6675         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6676
6677 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6678
6679         * Version number is increased to 2.5.6.
6680
6681 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6682
6683         * wl-version.el (wl-version-show): Removed.
6684         (wl-version): Add `interactive'.
6685
6686 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6687
6688         * wl-summary.el (wl-summary-get-petname-func): New variable.
6689         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6690         instead of `wl-address-get-petname-1'.
6691         (wl-summary-simple-from): Ditto.
6692
6693         * wl-address.el (wl-address-get-petname-1): Define as function.
6694
6695 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6696
6697         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6698         field in the original message.
6699         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6700
6701 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6702
6703         * wl-expire.el (wl-expire-hide):
6704         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6705
6706 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6707
6708         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6709         find decoder for To, Cc, and Subject.
6710
6711 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6712
6713         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6714         for checking `elmo-use-buffer-cache'.
6715         (wl-summary-mark-as-important): Fixed typo in comment.
6716
6717 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6720         field in the original message.
6721         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6722
6723 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6724
6725         * wl-expire.el (wl-expire-hide):
6726         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6727
6728 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6729
6730         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6731         find decoder for To, Cc, and Subject.
6732
6733 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6734
6735         * Version number is increased to 2.5.5.
6736
6737         * wl-address.el (wl-address-specials-regexp): New constant.
6738         (wl-address-quote-specials): Use it.
6739
6740 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6741
6742         * wl-summary.el (wl-summary-rescan):
6743         Call `wl-summary-buffer-number-column-detect'.
6744         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6745
6746         * wl-message.el (wl-message-mode-map): Define.
6747         (wl-message-decode): Use it as local-map.
6748
6749 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6750
6751         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6752         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6753
6754 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6755
6756         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6757
6758         * wl-mule.el (wl-read-event-char): Ditto.
6759
6760         * wl-e21.el (wl-read-event-char): Ditto.
6761
6762         * wl-nemacs.el (wl-read-event-char): Ditto.
6763         (read-event): Removed.
6764
6765         * wl-util.el (toplevel): Removed dummy definition of
6766         `read-event'.
6767         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6768
6769 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6770
6771         * wl-nemacs.el (elmo-archive-call-process): Moved to
6772         elmo-archive.el.
6773
6774 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6775
6776         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6777         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6778
6779         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6780         instead of magic-number 6.  Use `not' instead of `null' for symbol
6781         `nil' check (not empty list).
6782         (wl-draft-insert-x-face-field): Fixed paren style.
6783
6784         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6785         one-branch conditional statement, instead of `and' and `if'.
6786         (wl-draft-forward): Likewise.
6787         (wl-draft-add-references): Likewise.
6788         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6789
6790         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6791         conditional steatment.  Use `cond' instead of `if'.
6792         (wl-draft-confirm): Likewise.
6793
6794 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6795
6796         * wl-version.el (wl-version-show): Use `product-string-1'
6797         instead of `wl-version'.
6798         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6799
6800         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6801
6802 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6803
6804         * wl-highlight.el (wl-highlight-headers): Revert
6805         `wl-highlight-x-face-func' argument (`beg' and `end').
6806
6807 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6808
6809         * wl.el (toplevel): Move `product-provide' declare.
6810         * wl-demo.el (toplevel): Ditto.
6811         * wl-dnd.el (toplevel): Ditto.
6812         * wl-highlight.el (toplevel): Ditto.
6813         * wl-message.el (toplevel): Ditto.
6814         * wl-refile.el (toplevel): Ditto.
6815         * wl-util.el (toplevel): Ditto.
6816
6817 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6818
6819         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6820         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6821         (wl-thread-close-all): keep cursor position.
6822
6823 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6824
6825         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6826         (eq x 0).
6827         (wl-generate-user-agent-string-1): Fix conditional statement.
6828
6829 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6830
6831         * wl.el (wl-check-environment): Additional check for
6832         'wl-local-domain' and `wl-message-id-domain'.
6833
6834 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6835
6836         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6837
6838 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6839
6840         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6841         instead of `smtp-sasl-user-realm'.
6842
6843 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6844
6845         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6846
6847 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6848
6849         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6850         to the default value as well as `eword-lexical-analyzer'.
6851
6852 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6853
6854         * wl-version.el (wl-extended-emacs-version,
6855         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6856         `elmo-match-string' instead of `wl-match-string'.
6857
6858 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6859
6860         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6861         docstring.
6862
6863 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6864
6865         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6866
6867 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6868
6869         * wl-highlight.el (wl-highlight-headers): Remove
6870         `wl-highlight-x-face-func' argument (`beg' and `end').
6871
6872 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6873
6874         * wl-summary.el (wl-summary-mark-as-important):
6875         Remove cache if folder is local.
6876
6877 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6878
6879         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6880         to get existing e-mail address string.
6881
6882 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6883
6884         * wl-version.el (wl-generate-user-agent-string): Commentary.
6885         (wl-generate-user-agent-string-1): Use `when' for
6886         one-branch conditional statement, instead of `and' and `if'.
6887         (wl-extended-emacs-version, wl-extended-emacs-version2,
6888         wl-extended-emacs-version3): Ditto.
6889
6890 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6893         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6894         condition-case; Remove initialization.
6895         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6896         (wl-summary-sync-update3): Added argument `sync-all';
6897         Eliminated local variable `msgdb';
6898         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6899         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6900         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6901
6902 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6903
6904         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6905         connection before call `wl-draft-send-mail-with-smtp'.
6906
6907 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6908
6909         * Version number is increased to 2.5.4.
6910
6911 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6912
6913         * wl.el (wl-check-environment): Additional check for
6914         'wl-local-domain' and `wl-message-id-domain'.
6915
6916 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6917
6918         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6919         buffer as command specific.
6920         (wl-folder-mark-as-read-all-entity): Ditto.
6921         (wl-folder-prefetch-entity): Ditto.
6922         (wl-folder-drop-unsync-entity): Ditto.
6923
6924         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6925         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6926         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6927
6928         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6929         save-excursion.
6930
6931 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * Version number is increased to 2.5.3.
6934
6935         * wl-summary.el (wl-summary-save-view-cache):
6936         Delete duplicated `write-region';
6937         Use `write-region-as-binary' instead of `as-binary-output-file' and
6938         `write-region'.
6939
6940 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6941
6942         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6943
6944 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6947         instead of `smtp-via-smtp'.
6948
6949 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6950
6951         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6952
6953 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6954
6955         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6956         instead of `smtp-sasl-user-realm'.
6957
6958 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6959
6960         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6961
6962 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6963
6964         * Version number is increased to 2.5.2.
6965
6966 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6967
6968         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6969         does not exist.
6970         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6971         (wl-biff-start): Call `timer-activate' if timer already exists.
6972
6973         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6974         only when it is bound as function.
6975
6976 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6977
6978         * Version number is increased to 2.5.1.
6979
6980 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6981
6982         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6983         Print refile/copy destination.
6984
6985 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6986
6987         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6988         queue-flush-only is non-nil.
6989
6990         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6991
6992         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6993         checking cache folder.
6994
6995 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6996
6997         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6998         `regexp-quote'.
6999
7000 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7001
7002         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7003         function.
7004         * wl-summary.el (wl-summary-write-current-folder-functions):
7005         Change default value.  Use it.
7006
7007 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7008
7009         * Version number is increased to 2.5.0.
7010
7011         * wl-version.el (wl-version): Changed codename.
7012
7013 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7014
7015         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7016         (wl-summary-supersedes-message): Ditto.
7017
7018 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7019
7020         * wl-refile.el (wl-refile-guess-functions): Renamed from
7021         `wl-refile-guess-func-list'.
7022
7023 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7024
7025         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7026         Fixed problem when no rule was matched.
7027
7028 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7029
7030         * wl-summary.el (wl-summary-get-mark): Fixed
7031         `wl-summary-buffer-target-mark' check logic.
7032
7033 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7034
7035         * wl-folder.el (wl-folder-write-current-folder): Added group
7036         folder check.
7037
7038         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7039         `wl-summary-write-current-newsgroup'.
7040         (wl-summary-write-current-folder-functions): New variable.
7041         * wl-folder.el (wl-folder-get-newsgroups): New function.
7042         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7043         (wl-folder-write-current-folder): Renamed from
7044         `wl-folder-write-current-newsgroup'.
7045
7046 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7047
7048         * Version number is increased to 2.3.93.
7049
7050 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7051
7052         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7053         (wl-ldap-make-matched-value-list): Ditto.
7054         (wl-ldap-alias-safe-string): Split e-mail address.
7055
7056         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7057         petname folder default was selected.
7058         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7059         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7060
7061 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7064         to `wl-draft-config-exec'.
7065
7066         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7067         instead of calling `wl-draft-config-exec';
7068         Process group-list and show recipients in minibuffer.
7069
7070         * tm-wl.el (wl-draft-preview-message): Ditto.
7071
7072 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7073
7074         * wl.el (toplevel): Added (C) to copyright notice, and
7075         sync Author header.
7076         * tm-wl.el (toplevel): Ditto.
7077         * wl-address.el (toplevel): Ditto.
7078         * wl-demo.el (toplevel): Ditto.
7079         * wl-dnd.el (toplevel): Ditto.
7080         * wl-draft.el (toplevel): Ditto.
7081         * wl-e21.el (toplevel): Ditto.
7082         * wl-expire.el (toplevel): Ditto.
7083         * wl-folder.el (toplevel): Ditto.
7084         * wl-highlight.el (toplevel): Ditto.
7085         * wl-message.el (toplevel): Ditto.
7086         * wl-mime.el (toplevel): Ditto.
7087         * wl-mule.el (toplevel): Ditto.
7088         * wl-nemacs.el (toplevel): Ditto.
7089         * wl-refile.el (toplevel): Ditto.
7090         * wl-score.el (toplevel): Ditto.
7091         * wl-summary.el (toplevel): Ditto.
7092         * wl-template.el (toplevel): Ditto.
7093         * wl-thread.el (toplevel): Ditto.
7094         * wl-util.el (toplevel): Ditto.
7095         * wl-vars.el (toplevel): Ditto.
7096         * wl-xmas.el (toplevel): Ditto.
7097
7098 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7099
7100         * wl.el (wl-init): Added comment about `wl-init-hook'.
7101         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7102         * wl-vars.el (wl-init-hook): Added docs.
7103         (wl-make-plugged-hook): Removed useless docs.
7104         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7105         * wl-xmas.el (toplevel): Ditto.
7106
7107 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7108
7109         * wl-address.el (toplevel): Fixed multiple Author header format.
7110         * wl-demo.el (toplevel): Ditto.
7111         * wl-draft.el (toplevel): Ditto.
7112         * wl-folder.el (toplevel): Ditto.
7113         * wl-summary.el (toplevel): Ditto.
7114         * wl-thread.el (toplevel): Ditto.
7115         * wl-util.el (toplevel): Ditto.
7116         * wl-vars.el (toplevel): Ditto.
7117         * wl-version.el (toplevel): Ditto.
7118         * wl-xmas.el (toplevel): Ditto.
7119         * wl.el (toplevel): Ditto.
7120
7121         * wl-version.el (toplevel): Added require `elmo-version' for
7122         `product-version-as-string'.
7123
7124 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7125
7126         * wl-vars.el (wl-draft-send-hook): Changed default value to
7127         '(wl-draft-config-exec).
7128
7129         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7130         explicitly.
7131         (wl-draft): Set `wl-draft-config-exec-flag' before running
7132         `wl-mail-setup-hook'.
7133
7134         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7135         `wl-biff-init-icons' to `wl-init-hook' instead of
7136         `wl-make-plugged-hook'.
7137         (Because if `wl-draft' command is invoked at first,
7138         they are not initialized)
7139         Updated copyright notice.
7140
7141         * wl-e21.el (toplevel): Ditto;
7142
7143         * wl-demo.el (toplevel): Updated copyright notice.
7144         * wl-address.el (toplevel): Ditto.
7145         * wl-draft.el (toplevel): Ditto.
7146         * wl-version.el (toplevel): Ditto.
7147         * wl-folder.el (toplevel): Ditto.
7148         * wl-summary.el (toplevel): Ditto.
7149         * wl-thread.el (toplevel): Ditto.
7150         * wl-util.el (toplevel): Ditto.
7151         * wl-vars.el (toplevel): Ditto.
7152         * wl.el (toplevel): Ditto.
7153
7154 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7155
7156         * wl-highlight.el (wl-highlight-message): Fixed problem of
7157         highlighting failure which occured when the last field contains
7158         multiple lines in the draft buffer.
7159
7160         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7161         `wl-biff-start' if plugged.
7162
7163         * wl-util.el (wl-biff-check-folder): New function.
7164         (wl-biff-check-folders): Don't set session name prefix.
7165         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7166         (wl-biff-check-folder-async): Ditto.
7167
7168         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7169         in email address.
7170
7171 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7172
7173         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7174
7175         * wl-draft.el (wl-draft-strip-subject-re): New function.
7176
7177         * wl-draft.el (wl-draft-reply): Use it.
7178
7179 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7180
7181         * wl-message.el (wl-mmelmo-message-redisplay): Use
7182         `mime-display-message' instead of `wl-mime-display-message'.
7183
7184         * wl-mime.el (toplevel): Removed compatibility workaround
7185         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7186         (wl-mime-display-message): Abolished.
7187         (wl-mime-entity-read-field): Ditto.
7188         (wl-mime-combine-message/partial-pieces): Use
7189         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7190
7191 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7192
7193         * wl-template.el: Doc fixes.
7194
7195 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7196
7197         * wl-e21.el (wl-message-overload-functions): Do nothing if
7198         `current-local-map' is not available.
7199         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7200
7201 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7202
7203         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7204         representation.
7205
7206         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7207         number.
7208         (wl-fldmgr-save-folders): Don't use `format' when insert
7209         `wl-fldmgr-folders-header'.
7210
7211 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7212
7213         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7214
7215 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7216
7217         * wl-highlight.el (wl-highlight-message):
7218         Use `std11-field-end' to detect end point of the header field.
7219         Refer `wl-highlight-max-header-size'.
7220
7221         * wl-vars.el (wl-highlight-max-header-size): New variable.
7222
7223         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7224
7225         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7226         Set `for-draft' argument of wl-highlight-headers.
7227         (wl-draft): Ditto.
7228         (wl-draft-reedit): Ditto.
7229         (wl-user-agent-compose-internal): Ditto.
7230
7231 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7232
7233         * wl-message.el (wl-message-add-button): Use overlay.
7234
7235 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7236
7237         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7238
7239         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7240         problem when group-list content is nothing.
7241         (Reported by Mito <mit@nines.nec.co.jp>)
7242
7243 2000-10-18  SAITO Atsunori <sai@yedo.com>
7244
7245         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7246
7247 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7248
7249         * tm-wl.el (toplevel): Use product-provide.
7250
7251 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * Version number is increased to 2.3.92.
7254
7255 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7256
7257         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7258         title text, use `display' property for left margin under Emacs 21.
7259
7260         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7261         properties.
7262         (wl-plugged-init-icons): Ditto.
7263
7264 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7265
7266         * wl.el (wl-save-status, wl-init): Remove last period in
7267         "...done." message.
7268         * tm-wl.el (wl-summary-burst): Ditto.
7269         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7270         wl-summary-resume-cache-status,
7271         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7272         wl-summary-sync-update3, wl-summary-highlight-msgs,
7273         wl-summary-flush-pending-append-operations,
7274         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7275         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7276         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7277         wl-thread-open-all): Ditto.
7278         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7279         * wl-mime.el (wl-summary-burst): Ditto.
7280         * wl-highlight.el (wl-highlight-summary): Ditto.
7281         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7282         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7283         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7284         * wl-address.el (wl-local-address-init): Ditto.
7285
7286 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7287
7288         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7289         `add-text-properties'.
7290         (wl-plugged-init-icons): Ditto.
7291         (wl-folder-init-icons): Use `propertize' instead of
7292         `put-text-property'.
7293         (wl-plugged-set-folder-icon): Ditto.
7294         (wl-e21-highlight-folder-group-line): Ditto.
7295
7296 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7297
7298         * wl-version.el (wl-version-status-alist): New variable.
7299         (wl-version-status): New function.
7300
7301         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7302         "Cc" part of the case "Reply-To".
7303
7304         * wl-draft.el (wl-draft-reply): Use result of
7305         `eword-extract-address-components'.
7306
7307         * wl-demo.el (wl-demo-icon-name): New constant.
7308         (wl-logo-xpm): Use it.
7309         (wl-logo-xbm): Ditto.
7310         (wl-logo-bitmap): Ditto.
7311
7312         * Version number is increased to 2.3.91.
7313
7314 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7315
7316         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7317         (wl-extended-emacs-version, wl-extended-emacs-version2,
7318         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7319         docstring.
7320
7321         * wl-version.el (wl-generate-user-agent-string-1): New function.
7322         (wl-generate-user-agent-string): Use it.
7323
7324         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7325         `mime-edit-insert-user-agent-field'.
7326         (wl-generate-user-agent-string): Check
7327         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7328
7329         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7330         instead of `if', when verbose case.
7331
7332 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7333
7334         * wl-expire.el (wl-summary-expire): Fix.
7335
7336 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7337
7338         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7339         and `elmo-lost+found-folder' if 'wl-draft.
7340         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7341
7342 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7343
7344         * wl-expire.el (wl-summary-expire): Change messages.
7345         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7346         `deleing-info' instead of "Deleting..."
7347
7348 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7349
7350         * wl-summary.el (wl-summary-refile-subr): Fix.
7351
7352 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7353
7354         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7355         if pipe folder.
7356
7357 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7358
7359         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7360
7361 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7362
7363         * wl-expire.el (wl-expire-hide): New function.
7364         (wl-summary-expire): Add `hide'.
7365
7366 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7367
7368         * wl-vars.el (wl-draft-reply-without-argument-list):
7369         Changed default value to consider `Reply-To:'.
7370         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7371
7372         * Version number is increased to 2.3.90.
7373
7374         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7375         elmo-imap4-get-session with unwind-protect.
7376         Don't cause error.
7377         (wl-summary-sync-marks): Don't check plugged nor folder type.
7378         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7379         (Always keep current buffer).
7380
7381 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7382
7383         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7384         Enclose with `save-excursion'.
7385
7386 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7387
7388         * wl-version.el (wl-version): Remove interactive.
7389
7390 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7391
7392         * wl-version.el (wl-generate-user-agent-string): Use
7393         `product-string-verbose' instead of `product-string-1'.
7394
7395 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7396
7397         * wl-vars.el (wl-draft-use-cache): New variable.
7398         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7399         if wl-draft-use-cache is non-nil.
7400
7401 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7402
7403         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7404         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7405
7406 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7407
7408         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7409         (wl-thread-msg-mark-as-unread): Ditto.
7410
7411         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7412         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7413         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7414         Don't set mark in summary if return value of `elmo-mark-as-read'
7415         is nil.
7416         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7417         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7418         instead of `wl-thread-msg-mark-as-read'.
7419         (wl-summary-mark-as-unread-region): Ditto.
7420         (wl-summary-target-mark-mark-as-read): Ditto.
7421
7422         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7423
7424 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7425
7426         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7427
7428         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7429
7430 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7431
7432         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7433         face.
7434
7435 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7436
7437         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7438         `running-xemacs'.
7439
7440 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7441
7442         * wl-version.el (toplevel): Use `product-version-as-string' for
7443         set verstion-string, if defined.
7444
7445         * wl-version.el (wl-version-show): Insert string at point, when
7446         call with argument.
7447
7448         * wl-version.el (wl-generate-user-agent-string): Use
7449         `product-string-1' instead of `wl-appname', `wl-version' and
7450         `wl-codename'.
7451
7452 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7453
7454         * wl-address.el (toplevel): Use product-provide.
7455         * wl-demo.el (toplevel): Ditto.
7456         * wl-dnd.el (toplevel): Ditto.
7457         * wl-draft.el (toplevel): Ditto.
7458         * wl-e21.el (toplevel): Ditto.
7459         * wl-expire.el (toplevel): Ditto.
7460         * wl-fldmgr.el (toplevel): Ditto.
7461         * wl-folder.el (toplevel): Ditto.
7462         * wl-highlight.el (toplevel): Ditto.
7463         * wl-message.el (toplevel): Ditto.
7464         * wl-mime.el (toplevel): Ditto.
7465         * wl-mule.el (toplevel): Ditto.
7466         * wl-nemacs.el (toplevel): Ditto.
7467         * wl-refile.el (toplevel): Ditto.
7468         * wl-score.el (toplevel): Ditto.
7469         * wl-summary.el (toplevel): Ditto.
7470         * wl-template.el (toplevel): Ditto.
7471         * wl-thread.el (toplevel): Ditto.
7472         * wl-util.el (toplevel): Ditto.
7473         * wl-vars.el (toplevel): Ditto.
7474         * wl-xmas.el (toplevel): Ditto.
7475         * wl.el (toplevel): Ditto.
7476
7477 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7478
7479         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7480         instead of product.
7481
7482         * wl-version.el (wl-version): Compile time evalution elmo-version.
7483
7484 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7485
7486         * wl-summary.el (wl-summary-sync-force-update): Append queue
7487         `mark-as-read'if unplugged.
7488
7489 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7490
7491         * wl-version.el: New file.  Use product.el.
7492         * wl.el: add (require 'wl-version).
7493         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7494         for ~/.folders header.
7495         (wl-fldmgr-folders-header): Changed.
7496         * wl-demo.el (wl-demo): Use product.el.
7497
7498         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7499         wl-version.el.
7500         * wl-util.el (wl-version, wl-version-show): Ditto.
7501
7502         * wl-util.el (wl-generate-user-agent-string,
7503         wl-extended-emacs-version, wl-extended-emacs-version2,
7504         wl-extended-emacs-version3): Move to wl-version.el.
7505         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7506         xemacs-codename, mime-edit-insert-user-agent-field,
7507         mime-edit-user-agent-value, mime-editor/version,
7508         mime-editor/codename): Compile warning killer move to
7509         wl-version.el
7510
7511 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7512
7513         * wl-summary.el (wl-summary-refile-subr): Fix.
7514
7515 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7518         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7519
7520 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7521
7522         * wl.el (wl-check-environment): Check too many `@'.
7523
7524 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7525
7526         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7527
7528 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7529
7530         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7531         wl-draft-reply-myself-without-argument-list): Add variables.
7532         * wl-draft.el (wl-draft-reply): Use it.
7533
7534 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7535
7536         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7537         the 5th argument of `elmo-network-get-spec'.
7538
7539         * wl-thread.el (wl-thread-reparent-children): New inline function.
7540         (wl-thread-delete-message): Use it.
7541
7542         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7543         (wl-summary-score-update-all-lines): Don't use `dolist'.
7544
7545 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7546
7547         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7548         (require 'elmo-msgdb) for inline function.
7549
7550 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7551
7552         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7553
7554 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7555
7556         * wl-score.el (wl-score-headers): Fix for the confusing macro
7557         `elmo-kill-buffer'.
7558
7559 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7560
7561         * wl-summary.el: Don't use the 3rd argument of `require' because
7562         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7563         * wl-util.el: Ditto.
7564         * wl-draft.el: Ditto.
7565
7566 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7567
7568         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7569         window system is not used.
7570
7571 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7572
7573         * wl-thread.el: Don't use `mapcar' only for iteration.
7574         (wl-thread-resume-entity): Ditto.
7575         (wl-thread-delete-message): Ditto.
7576
7577         * wl-summary.el: Bind `dragdrop-drop-functions',
7578         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7579         of `require' for `timezone', `easymenu' and `ps-print';
7580         don't use `mapcar' only for iteration.
7581
7582         * wl-util.el: Bind `mule-version', `nemacs-version',
7583         `emacs-beta-version', `xemacs-codename',
7584         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7585         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7586         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7587         only for iteration.
7588
7589         * wl-score.el: Don't use `mapcar' only for iteration.
7590         (wl-score-simplify-buffer-fuzzy): Ditto.
7591         (wl-score-simplify-subject): Ditto.
7592         (wl-score-headers): Ditto.
7593         (wl-summary-score-update-all-lines): Ditto.
7594
7595         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7596         `enable-multibyte-characters' and `mule-version'.
7597
7598         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7599         `mapcar' only for iteration.
7600
7601         * wl-demo.el: Don't use `mapcar' only for iteration.
7602
7603         * wl-folder.el: Don't use `mapcar' only for iteration.
7604         (wl-folder-open-all): Ditto.
7605         (wl-folder-count-incorporates): Ditto.
7606
7607         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7608         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7609
7610         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7611         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7612         `smtp-connection-type'; specify 3rd argument of `require' for
7613         `timezone'; don't use `mapcar' only for iteration.
7614         (wl-draft-clone-local-variables): Don't use `mapcar'.
7615         (wl-draft-generate-clone-buffer): Ditto.
7616         (wl-user-agent-compose-internal): Ditto.
7617
7618         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7619
7620         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7621         (wl-save-status): Ditto.
7622
7623         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7624         for iteration.
7625
7626 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7629         removed `Date'.
7630         (wl-fldmgr-make-filter-default): New user option.
7631
7632         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7633         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7634         (wl-fldmgr-filter-completion-alist): Abolish.
7635
7636         * wl.el (wl): Don't check servers if arg is non-nil.
7637
7638         * wl-draft.el (wl-draft-reply): Set only message-id string to
7639         In-Reply-To field.
7640
7641 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7642
7643         * wl-summary.el (wl-summary-pick): Rewrite.
7644
7645         * wl-draft.el (wl-draft-forward): Get references field from
7646         original buffer.
7647         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7648
7649 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7650
7651         * wl-draft.el (wl-draft-forward): Add references field.
7652
7653 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7654
7655         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7656         (wl-draft-reply): Use it.
7657
7658 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7659
7660         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7661         when Emacs 21 is running.
7662
7663         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7664         bindings.
7665
7666 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7667
7668         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7669         XPM icons transparent.
7670
7671         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7672         Emacs 21.
7673
7674 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7675
7676         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7677         nil.
7678
7679         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7680         when it is persistent.
7681         (wl-summary-sync-marks): Changed argument for
7682         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7683         (wl-summary-virtual): Use `elmo-read-search-condition'.
7684         (wl-summary-redisplay-internal): If folder is local, mark as read
7685         even when folder is plugged.
7686
7687 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7688
7689         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7690         of `tool-bar-lines' in the frame parameters.
7691         (after-make-frame-functions, post-command-hook): Don't modify the
7692         value.
7693         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7694         wl-e21-tool-bar-lines): Removed.
7695
7696 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7697
7698         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7699         properties `evaporate' and `wl-momentary-overlay' as well.
7700         (wl-highlight-summary-displaying): Ditto.
7701         (wl-delete-all-overlays): Don't delete overlay which does not have
7702         a property `wl-momentary-overlay'.
7703
7704         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7705         `display-mouse-p' and `display-graphic-p'.
7706         (wl-folder-init-icons): Don't search for XBM or the other files.
7707         (wl-plugged-set-folder-icon): Make icons if and only if
7708         `display-graphic-p' returns non-nil.
7709         (wl-highlight-plugged-current-line): Use `before-string' overlay
7710         property to show icon images.
7711         (wl-highlight-folder-current-line): Ditto.
7712         (wl-e21-highlight-folder-group-line): Ditto.
7713         (wl-e21-highlight-folder-by-numbers): Ditto.
7714         (wl-e21-insert-image): Removed.
7715         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7716         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7717         said.
7718         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7719         `wl-e21-force-switch-toolbar'.
7720         (wl-e21-make-icon-image): Removed.
7721         (wl-e21-setup-toolbar): Don't search for XBM files.
7722         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7723         the default value.
7724
7725 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7726
7727         * wl-util.el (wl-biff-check-folder-async): Set
7728         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7729
7730 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7731
7732         * wl-e21.el (after-make-frame-functions): Add
7733         `wl-e21-force-switch-toolbar'.
7734         (wl-e21-force-switch-toolbar): New function force to switch the
7735         toolbar appearance automatically.
7736         (post-command-hook): Add `wl-e21-switch-toolbar'.
7737         (wl-e21-switch-toolbar): New function to switch the toolbar
7738         appearance automatically.
7739         (wl-e21-tool-bar-lines): New buffer local variable.
7740
7741 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7742
7743         * wl-util.el (wl-biff-check-folders-running): New variable.
7744         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7745         (wl-biff-check-folder-async-callback):
7746         Set `wl-biff-check-folders-running'.
7747         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7748         with unwind-protect.
7749
7750         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7751         Enclose `wl-folder-auto-check' with unwind-protect.
7752
7753         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7754         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7755
7756         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7757
7758         * wl-util.el (wl-biff-notify): New inline function.
7759         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7760         locally.
7761         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7762         folder-list' is 1.
7763         Use `wl-biff-notify'.
7764         (wl-biff-check-folder-async-callback): New function.
7765         (wl-biff-check-folder-async): Ditto.
7766
7767         * wl-folder.el (wl-folder): Don't check folders.
7768         (wl-folder-auto-check): New function.
7769
7770 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7771
7772         * wl-util.el (wl-biff-start) [Emacs19+]:
7773         Use `timer-next-integral-multiple-of-time'.
7774         (wl-biff-check-folders): Use `wl-default-folder'
7775         if `wl-biff-check-folder-list' is nil.
7776
7777 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7778
7779         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7780         instead of `elmo-delete-lists'.
7781
7782 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7783
7784         * wl.el (wl-plugged-toggle-all): Set the value of
7785         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7786         (wl-plugged-toggle): Ditto.
7787         (wl-toggle-plugged): Ditto.
7788         (wl-plugged-init): Ditto.
7789
7790         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7791         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7792         instead of `wl-biff-state-indicator-off' and
7793         `wl-biff-state-indicator-on'; don't modify the value and the type
7794         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7795         (wl-plugged-init-icons): Set icons data to
7796         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7797         instead of `wl-plug-state-indicator-off' and
7798         `wl-plug-state-indicator-on'; don't modify the value and the type
7799         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7800
7801         * wl-vars.el (wl-modeline-biff-state-off,
7802         wl-modeline-biff-state-on, wl-modeline-biff-status,
7803         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7804         wl-modeline-plug-status): New internal variables.
7805         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7806         wl-biff-check-interval, wl-biff-check-folder-list): Change
7807         customization group from `wl-folder' to `wl-highlight'.
7808         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7809         wl-show-plug-status-on-modeline): Defcustomized.
7810
7811         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7812         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7813         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7814         a flag to `mode-line-buffer-identification'.
7815
7816         * wl-e21.el (wl-biff-init-icons): Set icons data to
7817         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7818         instead of `wl-biff-state-indicator-off' and
7819         `wl-biff-state-indicator-on'.
7820         (wl-plugged-init-icons): Set icons data to
7821         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7822         instead of `wl-plug-state-indicator-off' and
7823         `wl-plug-state-indicator-on'.
7824
7825 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7826
7827         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7828         excessive titles.
7829
7830 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7831
7832         * wl.el (wl-plugged-mode): Use revised
7833         `wl-mode-line-buffer-identification'.
7834         (wl-plugged-init): Don't use `force-mode-line-update'.
7835
7836         * wl-xmas.el (wl-draft-overload-functions): Use revised
7837         `wl-mode-line-buffer-identification'.
7838         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7839         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7840         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7841         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7842         `wl-make-plugged-hook';
7843         add `wl-folder-init-icons' and `wl-setup-folder' to
7844         `wl-folder-mode-hook'.
7845
7846         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7847         19 as well.
7848         (wl-mode-line-display-priority-list): New user option.
7849         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7850         Defcustomized.
7851         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7852         Add docs.
7853
7854         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7855         start.
7856         (wl-mode-line-buffer-identification): Revised as a function.
7857
7858         * wl-summary.el (wl-summary-mode): Use revised
7859         `wl-mode-line-buffer-identification'; don't call
7860         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7861         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7862         `wl-xmas-setup-summary'.
7863
7864         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7865         `wl-mode-line-buffer-identification'.
7866
7867         * wl-mule.el (wl-draft-overload-functions): Use revised
7868         `wl-mode-line-buffer-identification'.
7869
7870         * wl-folder.el (wl-make-plugged-alist): Don't call
7871         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7872         (wl-folder): Don't call `wl-folder-init-icons' directly.
7873         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7874         `wl-xmas-setup-folder' directly;
7875         use revised `wl-mode-line-buffer-identification'.
7876         (TopLevel): Don't bind `wl-biff-init-icons',
7877         `wl-plugged-init-icons', `wl-folder-init-icons',
7878         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7879
7880         * wl-e21.el (wl-draft-overload-functions): Use revised
7881         `wl-mode-line-buffer-identification'.
7882         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7883         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7884         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7885         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7886         `wl-make-plugged-hook';
7887         add `wl-folder-init-icons' and `wl-setup-folder' to
7888         `wl-folder-mode-hook'.
7889
7890 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7891             Katsumi Yamaoka    <yamaoka@jpl.org>
7892
7893         * wl.el (wl): Call `wl-biff-start'.
7894         (wl-exit): Call `wl-biff-stop'.
7895         (wl-plugged-mode): Show biff in modeline.
7896         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7897
7898         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7899         (wl-biff-init-icons): New function.
7900         (wl-plugged-init-icons): Don't make too much keymaps.
7901         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7902
7903         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7904         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7905         variables.
7906         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7907         options.
7908
7909         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7910         wl-biff-start, wl-biff-stop): New functions.
7911         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7912         (wl-biff-timer-name): New variable.
7913
7914         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7915
7916         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7917         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7918
7919         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7920         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7921
7922         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7923         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7924         `wl-folder-init-icons' to `ignore' if they are not available.
7925         (wl-folder-mode): Show biff in modeline.
7926
7927         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7928         (wl-biff-init-icons): New function.
7929         (wl-plugged-init-icons): Don't make too much keymaps.
7930         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7931
7932 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7933
7934         * wl-vars.el (wl-strict-diff-folders): Customization Type
7935         and doc fix.  Define as a list of regular expressions for
7936         folders or nil.
7937         * wl-folder.el (wl-folder-check-one-entity): Use
7938         `wl-string-match-member' instead of `wl-string-member' for
7939         `wl-strict-diff-folders'.
7940
7941 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7942
7943         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7944         (wl-highlight-folder-current-line): Use it; new implementation.
7945         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7946         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7947         `defsubst' instead of `defun'.
7948
7949         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7950         `wl-highlight-group-folder-by-numbers'; made it can also be a
7951         number.  See info for more details.
7952
7953         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7954         running.
7955
7956         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7957         to bind them.
7958
7959         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7960         (wl-highlight-folder-current-line): New implementation.
7961
7962         * wl-highlight.el (wl-highlight-folder-group-line): New
7963         implementation.
7964         (wl-delete-all-overlays): Rewrite as a marco.
7965         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7966
7967         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7968         running.
7969         (wl-folder-*-glyph): No need to bind them.
7970
7971         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7972         `wl-e21-highlight-folder-group-icon'; rewrite.
7973         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7974         `defsubst' instead of `defun'.
7975         (wl-folder-mode-map): Bind it when compiling.
7976
7977 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7978
7979         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7980
7981         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7982
7983 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7984
7985         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7986
7987 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7988
7989         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7990         (wl-highlight-folder-current-line): Use it.
7991
7992         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7993         in `id-name'.
7994
7995 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7996
7997         * wl.el: Require `wl-e21' when Emacs 21 is running.
7998
7999         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8000         default when Emacs 21 is running.
8001         (wl-use-highlight-mouse-line): Ditto.
8002         (wl-on-emacs21): New constant.
8003         (wl-on-emacs20): Removed.
8004
8005         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8006         Emacs 21 is running.
8007
8008         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8009         Emacs 21 is running.
8010
8011         * wl-e21.el: New file.
8012
8013 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8014
8015         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8016         (wl-toggle-plugged): Ditto.
8017         (wl-plugged-toggle): Ditto.
8018         (wl-plugged-toggle-all): Ditto.
8019
8020         * wl-vars.el (wl-plug-state-indicator): Refer
8021         `wl-plug-state-indicator-on' indirectly.
8022
8023 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8024
8025         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8026         Call `wl-folder-confirm-existence'.
8027
8028         * wl-folder.el (wl-folder-confirm-existence): Added optional
8029         argument `force'.
8030
8031 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8032
8033         * wl-summary.el (wl-summary-refile-subr): Assume
8034         `copy-or-refile' as symbol.
8035         (wl-summary-refile): Follow up above change.
8036         (wl-summary-copy): Ditto.  Doc fix.
8037
8038 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8039
8040         * wl-summary.el (wl-summary-pick): Don't bind
8041         `elmo-search-mime-charset'.
8042
8043         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8044         default using old backquote style.
8045         (wl-search-mime-charset): Abolished.
8046
8047         * wl-highlight.el (wl-highlight-headers):
8048         Call `point' after `re-search-forward'(for Nemacs).
8049
8050         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8051         for elmo-imap4.el.
8052
8053 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8054
8055         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8056         `wl-message-ignored-field-list' instead of
8057         `mime-view-ignored-field-list'.
8058
8059         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8060         Add interactive spec.
8061         (wl-folder-goto-bottom-of-current-folder): Ditto.
8062         (wl-folder-mode-map): Bind them.
8063
8064         * wl-vars.el (wl-message-ignored-field-list): New variable.
8065         (wl-message-visible-field-list): New variable.
8066
8067         * wl-mime.el (wl-mime-header-presentation-method): New function.
8068         (wl-mime-setup): Set header-presentation-method.
8069
8070 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8071
8072         * wl-nemacs.el (wl-draft-overload-functions): Set
8073         `mode-line-buffer-identification' instead of using
8074         `wl-make-modeline'.
8075
8076         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8077         instead of using `wl-make-modeline'.
8078
8079         * wl-xmas.el (wl-plugged-init-icons): Set up
8080         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8081         (wl-make-modeline): Abolish.
8082         (wl-draft-overload-functions): Set
8083         `mode-line-buffer-identification' instead of using
8084         `wl-make-modeline'.
8085
8086         * wl-util.el (wl-make-modeline-subr): Abolish.
8087         (wl-mode-line-buffer-identification): New alias.
8088
8089         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8090         (wl-summary-make-modeline): Abolish.
8091         (wl-summary-buffer-set-folder): Set
8092         `wl-summary-buffer-folder-indicator'.
8093         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8094         of using `wl-make-modeline'.
8095         (wl-summary-switch-to-clone-buffer): Don't set
8096         `mode-line-buffer-identification'.
8097         (wl-summary-goto-folder-subr): Ditto.
8098
8099         * wl-mule.el (wl-draft-overload-functions): Set
8100         `mode-line-buffer-identification' instead of using
8101         `wl-make-modeline'.
8102
8103         * wl-folder.el (wl-folder-mode): Set
8104         `mode-line-buffer-identification' instead of using
8105         `wl-make-modeline'.
8106         (wl-folder): Don't set `mode-line-buffer-identification'.
8107
8108 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8109
8110         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8111         instead of `member' for `wl-refile-guess-func-list' look-ups.
8112         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8113
8114 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8115
8116         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8117         `wl-message-button-dispatcher'.
8118
8119         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8120
8121         * wl-message.el (wl-message-button-dispatcher): Use it.
8122
8123         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8124         "In-Reply-To".
8125
8126         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8127         Bind `case-fold-search' to t.
8128
8129 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8130
8131         * wl-xmas.el (wl-message-overload-functions): Initialize
8132         `wl-message-button-map'.
8133
8134         * wl-mule.el (wl-message-overload-functions): Initialize
8135         `wl-message-button-map'.
8136
8137         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8138
8139         * wl-message.el (wl-message-button-map): New keymap.
8140         (wl-message-add-button): New function.
8141         (wl-message-button-dispatcher): New function.
8142         (wl-message-button-refer-article): New function.
8143
8144         * wl-highlight.el
8145         (wl-highlight-message-add-buttons-to-header): New function.
8146         (wl-highlight-headers): Use it.
8147
8148 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8149
8150         * wl-summary.el (wl-summary-default-from): Use
8151         `wl-address-get-petname-1'.
8152         (wl-summary-simple-from): Ditto.
8153
8154         * wl-address.el (wl-address-get-petname-1): New inline function.
8155         (wl-address-get-petname): Use it.
8156
8157 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8158
8159         * wl-summary.el (wl-summary-default-from): Return full-name part
8160         from the address if no petname was found.
8161         (wl-summary-simple-from): Ditto.
8162
8163         * wl-address.el (wl-address-get-petname): Return nil if no petname
8164         associated with the address was found.
8165
8166 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8167
8168         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8169         display is finished.
8170
8171 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8172
8173         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8174         `elmo-folder-exists-p' argument.
8175
8176 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8177
8178         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8179         the folder.
8180
8181 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8182
8183         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8184
8185         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8186         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8187
8188 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8189
8190         * wl-folder.el (wl-folder-create-subr): New function.
8191         (wl-folder-confirm-existence): Use it.
8192         (wl-folder-check-one-entity): Use it.
8193         Check the error symbol is derived from 'elmo-open-error.
8194
8195         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8196         `ignore-error'.
8197
8198 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8199
8200         * wl-util.el (toplevel): Add (eval-when-compile (require
8201         'elmo-util)).  (Maybe `provide' is typo.)
8202
8203 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8204
8205         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8206         (I don't know why this was needed.)
8207
8208         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8209         Follow up changes for stream-type.
8210
8211         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8212         (wl-draft-elmo-nntp-send): Ditto.
8213
8214         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8215         (wl-nntp-posting-stream-type): Ditto.
8216         (wl-pop-before-smtp-ssl): Abolished.
8217         (wl-nntp-posting-ssl): Ditto.
8218
8219         * wl-address.el (wl-address-quote-specials): New function.
8220         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8221
8222         * wl-draft.el (wl-draft-reply): Ditto.
8223
8224 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8225
8226         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8227         use function `wl-string-match-assoc'.
8228
8229 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8230
8231         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8232
8233         * wl-draft.el (wl-draft-deduce-address-list): New function.
8234         (wl-draft-parse-mailbox-list): Ditto.
8235         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8236         instead of `smtp-deduce-address-list'.
8237         (wl-draft-on-field-p): Follow group list.
8238
8239         * wl-address.el (wl-address-concat-token): New function.
8240         (wl-address-string-without-group-list-contents): Ditto.
8241         (wl-complete-field-body): Fixed problem of completion
8242         by japanese petname.
8243         (wl-address-make-completion-list): Rewrite.
8244
8245 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8246
8247         * wl-address.el (wl-address-make-completion-list): Completion by
8248         petname.
8249         (wl-complete-field-body): Likewise.
8250
8251 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8252
8253         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8254         contains invalid address syntax.
8255
8256 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8257
8258         * wl-folder.el (wl-folder-check-entity-async): Use
8259         `elmo-nntp-spec-hostname'.
8260
8261 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8262
8263         * wl-summary.el (wl-summary-msgdb-load-async): Use
8264         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8265
8266 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8267
8268         * wl-draft.el (wl-draft-reply): Set argument
8269         `content-transfer-encoding' as nil.
8270
8271 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8272
8273         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8274         `wl-refile-alist'.
8275
8276 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8277
8278         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8279         (wl-draft-edit-string): Ditto.
8280         (wl-draft-forward): Ditto.
8281         * wl-summary.el (wl-summary-write): Ditto.
8282
8283 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8284
8285         * wl-summary.el (wl-summary-sync-update3): Call
8286         `wl-summary-buffer-number-column-detect'.
8287         (wl-summary-buffer-number-column-detect): Search from point-min.
8288
8289 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8290
8291         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8292         contains an address which is not included in original to or cc.
8293
8294 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8295
8296         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8297         begin-line does not exist.
8298         * wl-message.el (wl-message-uu-substring): Ditto.
8299
8300 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8301
8302         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8303         clear local variables.
8304         (wl-summary-exit): Call `elmo-commit'.
8305         (wl-summary-switch-to-clone-buffer): Call
8306         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8307         (wl-summary-goto-folder-subr): Ditto.
8308
8309         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8310         POP folder.
8311
8312 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8313
8314         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8315         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8316         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8317         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8318         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8319         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8320
8321         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8322
8323 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8324
8325         * wl-summary.el (wl-summary-search-by-subject):
8326         Search parent message from the latest one.
8327
8328 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8329
8330         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8331         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8332
8333         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8334         New user option.
8335
8336         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8337         if elmo-nntp-use-killed-list is nil.
8338         Use `elmo-msgdb-append-to-killed-list'.
8339         (Append numbers confirmed as disappeared to the killed list.)
8340         (wl-summary-confirm-appends): Don't display negative number.
8341
8342 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8343
8344         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8345
8346 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8347
8348         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8349         range is `all'.
8350         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8351         `elmo-list-bigger-diff'.
8352
8353 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8354
8355         * wl-summary.el (wl-summary-buffer-exit-func):
8356         New buffer local variable.
8357         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8358
8359 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8360
8361         * wl-demo.el (wl-demo): Fix the last change.
8362
8363 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8364
8365         * wl-demo.el (wl-demo): Don't use `eval'.
8366
8367 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8368
8369         * wl-summary.el (wl-summary-buffer-thread-modified):
8370         New buffer-local variable.
8371         (wl-summary-set-thread-modified): New function.
8372         (wl-summary-thread-modified-p): New function.
8373         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8374         (wl-summary-yank-saved-message): Use function
8375         `wl-summary-set-thread-modified'
8376         (wl-summary-switch-to-clone-buffer): Add
8377         `wl-summary-buffer-thread-modified'.
8378
8379         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8380         (wl-summary-buffer-mark-saved-hook): Ditto.
8381         * wl-summary.el (wl-summary-msgdb-save): New hook
8382         `wl-summary-buffer-message-saved-hook' and
8383         `wl-summary-buffer-mark-saved-hook'.
8384
8385 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8386
8387         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8388
8389 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8390
8391         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8392         don't hide scroll bars under FSF Emacsen because it may incur an
8393         undesirable redrawing.
8394
8395 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8396
8397         * wl-draft.el (wl-draft-edit-string): Call
8398         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8399
8400 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8401
8402         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8403
8404 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8405
8406         * wl-summary.el (wl-summary-msgdb-load-async): Call
8407         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8408
8409 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8410
8411         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8412         fringes in demo buffer; center bitmap logo correctly even if old
8413         Mule is used.
8414
8415 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8416
8417         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8418
8419         * wl-refile.el (wl-refile-subject-alist): New variable.
8420         (wl-refile-subject-alist-file-name): Ditto.
8421         (wl-refile-alist-setup): Rewrite.
8422         (wl-refile-alist-save): Use `elmo-object-save'.
8423         Eliminated arguments.
8424         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8425         (wl-refile-guess-by-subject): New function.
8426         (wl-refile-guess-func-list): Added it.
8427
8428 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8429
8430         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8431         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8432
8433 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8434
8435         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8436         New buffer-local variable.
8437         (wl-summary-buffer-next-folder-func): Ditto.
8438         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8439         if non-nil.
8440         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8441         if non-nil.
8442         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8443         if non-nil.
8444         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8445         if non-nil.
8446
8447 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8448
8449         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8450         permanently in the demo buffer.
8451
8452 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8453
8454         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8455         `mime-entity-fetch-field'.
8456
8457         * wl.el (wl-exit): Delete plugged buffer.
8458
8459         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8460         XEmacs has menubar feature.
8461
8462 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8463
8464         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8465         cannot arrive at the beginning of the buffer under old Emacsen.
8466
8467 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8468
8469         * wl-address.el (wl-address-ldap-search):
8470         Call `ldap-search-entries' with `withdn' argument t.
8471         (wl-complete-field-body): Bind completion-ignore-case as t.
8472         Clear ldap search hash when it was sole completion.
8473         Use elmo-string for pattern string.
8474         (wl-ldap-alias-safe-string): Eliminated needless let.
8475
8476 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8477
8478         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8479         (wl-ldap-alias-sep): New constant.
8480         (wl-ldap-search-attribute-type-list): Ditto.
8481         (wl-ldap-get-value): New function.
8482         (wl-ldap-make-filter): Ditto.
8483         (wl-ldap-make-matched-value-list): Ditto.
8484         (wl-ldap-alias-safe-string): Ditto.
8485         (wl-ldap-register-dn-string): Ditto.
8486         (wl-address-ldap-search): Rewrite.
8487
8488 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8489
8490         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8491         thread is deleted.
8492         (wl-thread-delete-line-from-buffer): Ditto.
8493         (wl-thread-get-exist-children): New function.
8494
8495 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8496
8497         * wl-demo.el (wl-demo): Made it to select various image types.
8498         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8499         from `wl-title-logo'.
8500         (wl-logo-ascii): New variable.
8501         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8502         (wl-demo-copyright-notice): New constant.
8503
8504         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8505
8506 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8507
8508         * wl-vars.el (wl-summary-target-above): Renamed from
8509         wl-summary-temp-above.
8510         * wl-score.el (wl-score-get-score-alist): Use it.
8511         (wl-summary-score-update-all-lines): Use it.
8512         * wl-summary.el: Ditto. (make-variable-buffer-local).
8513
8514 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8515
8516         * wl-vars.el (wl-ldap-port): New user option.
8517
8518         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8519         Rewite whole implementation.
8520         (wl-complete-field-body): Fixed.
8521
8522 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8523
8524         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8525         Choose implementation at compile time.
8526
8527 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8528
8529         * wl-address.el (wl-ldap-search-internal): New function.
8530         (wl-complete-field-to): Use it.
8531
8532 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8533
8534         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8535         Use `let' instead of `let*'.
8536         Require 'wl-vars.
8537
8538         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8539         Define as defcustom.
8540         (wl-ldap-base): Ditto.
8541         (wl-use-ldap): Ditto.
8542
8543 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8544
8545         * wl-address.el (wl-ldap-search): New function.
8546         (wl-complete-field-body): Use `wl-ldap-search'.
8547         (wl-ldap-server): New variable.
8548         (wl-ldap-base): Ditto.
8549         (wl-use-ldap): Ditto.
8550
8551 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8552
8553         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8554         (Pointed out by Mito <mit@nines.nec.co.jp>).
8555         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8556         buffer-local variables like `wl-summary-redisplay-internal'.
8557         (wl-summary-redisplay-all-header): Likewise.  Update
8558         Summary view too.
8559
8560 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8561
8562         * wl-summary.el (wl-summary-jump-to-parent-message):
8563         Consider prefix argument.
8564
8565         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8566         when closed thread is deleted.
8567
8568 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8569
8570         * wl-summary.el (wl-summary-jump-to-parent-message):
8571         Consider thread modification.
8572
8573 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8574
8575         * wl-message.el (wl-message-normal-get-original-buffer): Use
8576         `save-excursion'.
8577
8578         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8579         (wl-summary-showto-folder-regexp): Ditto.
8580
8581 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8582
8583         * wl-util.el (wl-delete-alist): Doc fix.
8584         (wl-delete-associations): New function.
8585         (wl-inverse-alist): New function.
8586         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8587         Split temporary variables. Use `wl-delete-associations'
8588         and `wl-inverse-alist'.
8589         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8590
8591 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8592
8593         * wl-folder.el (wl-folder-prefetch-entity):
8594         Execute prefetching if new count is unknown.
8595
8596 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8597
8598         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8599
8600         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8601         delete entity.
8602         (wl-thread-set-parent): If insert as top, set linked as nil.
8603
8604         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8605         `wl-thread-cleanup-symbols' when view mode is thread.
8606
8607 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8608
8609         * wl-folder.el (wl-folder-create-folder-entity): Use
8610         with-current-buffer.
8611         (wl-local-folder-init): Call set-buffer to make sure we are in
8612         the Folder buffer. Don't touch buffer-local variables here.
8613         (wl-folder-mode): Initialize buffer-local variables here.
8614
8615         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8616         (wl-folder-entity-assign-id): Ditto.
8617         (wl-folder-create-entity-hashtb): Ditto.
8618         (wl-local-folder-init): Ditto.
8619         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8620
8621 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8622
8623         * wl-summary.el (wl-summary-default-from): Fix probrem when
8624         std11-extract-address-components return (nil "foo@bar").
8625
8626 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8627
8628         * wl-draft.el (wl-draft-clone-local-variables):
8629         Remove redundant `setq'.
8630
8631 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8632
8633         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8634         Bind wl-highlight-x-face-func as nil while highlighting header.
8635
8636 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8637
8638         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8639
8640 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8641
8642         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8643         elmo-msgdb-overview-hashtb from copy-variables.
8644         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8645         instead of `elmo-msgdb-overview-get-entity-by-number'.
8646         (wl-summary-auto-refile): Ditto.
8647
8648         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8649         `elmo-msgdb-overview-get-entity' instead of
8650         `elmo-msgdb-search-overview-entity'.  Use
8651         `elmo-msgdb-overview-get-entity' instead of
8652         `elmo-msgdb-overview-get-entity-by-number'.
8653         (wl-thread-insert-entity-sub): Ditto.
8654         (wl-thread-insert-message): Ditto.
8655
8656         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8657         `elmo-msgdb-overview-get-entity'.
8658         (wl-normal-message-redisplay): Ditto.
8659
8660 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8661
8662         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8663         `wl-thread-entities'.
8664         (wl-thread-delete-message): Fix remove top message from
8665         `wl-thread-entity-list'.
8666
8667         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8668         wl-append(nconc), because update-list is broken on Meadow.
8669
8670         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8671         updating process.
8672         (wl-summary-rescan): Ditto.
8673         (wl-summary-sync-update3): Ditto.
8674         * wl-thread.el (wl-thread-set-parent): Renamed from
8675         `wl-summary-set-parent'.
8676         (wl-thread-insert-message): Updating buffer faster.
8677         (wl-thread-delete-message): Updating buffer faster.
8678
8679         * wl-score.el (wl-summary-score-update-all-lines): Changed
8680         interval for display progress gauge.
8681
8682 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8683
8684         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8685         folder always-sticky.
8686         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8687         defmacro.
8688
8689 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8690
8691         * wl-vars.el (wl-draft-add-references): New user option.
8692
8693         * wl-draft.el (wl-draft-add-references): New function.
8694         (wl-draft-yank-from-mail-reply-buffer): Use it.
8695         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8696         as nil.
8697
8698 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8699
8700         * wl-thread.el (wl-thread-update-line-msgs): Called
8701         `wl-thread-update-line-on-buffer-sub'.
8702         (wl-thread-update-line-on-buffer): Delete routine of inserting
8703         thread.
8704         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8705         moved from `wl-thread-update-line-on-buffer'.
8706         Add threshold for displaying progress gauge.
8707         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8708         argument of `wl-thread-update-line-msgs'.
8709         Add threshold for displaying progress gauge.
8710         * wl-folder.el:
8711         Add threshold for displaying progress gauge.
8712         * wl-score.el: Ditto.
8713
8714         * wl-expire.el (wl-summary-expire): Display deleting info.
8715
8716 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8717
8718         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8719         `no-msg'.
8720         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8721         argument of `wl-thread-update-line-msgs'.
8722         (wl-summary-set-parent): Added optional argument `parent-number'.
8723         (wl-summary-buffer-saved-message): New buffer local variable.
8724         (wl-summary-save-current-message): New command.
8725         (wl-summary-yank-saved-message): Ditto.
8726         (wl-summary-mode-map): Added key binding for
8727         `wl-summary-save-current-message' (\ew) and
8728         `wl-summary-yank-saved-message' (\C-y).
8729         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8730
8731 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8732
8733         * wl-summary.el (wl-summary-mode-map): Added key binding for
8734         `wl-summary-set-parent' (ts).
8735
8736 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8737
8738         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8739         subject faster. If thread number is reverse, delayed updating
8740         thread.
8741         (wl-summary-search-by-subject): Ditto.
8742         (wl-summary-put-alike): Ditto.
8743         (wl-summary-get-alike): Ditto.
8744         (wl-summary-insert-headers): Insert header of all overview in
8745         buffer.
8746         (wl-summary-rescan): Delayed updating thread. Kill search subject
8747         buffer for wl-summary-search-by-subject.
8748         (wl-summary-sync-update3): Ditto.
8749         (wl-summary-exit): Ditto.
8750         (wl-summary-goto-bottom-of-current-thread): Change for linked
8751         thread.
8752         (wl-summary-overview-create-summary-line): Change line for linked
8753         thread.
8754
8755         * wl-summary.el (wl-summary-update-thread): Use
8756         wl-thread-maybe-get-children-num.
8757         (wl-summary-set-parent): If change parent, move sub thread.
8758         (wl-summary-redisplay-internal): Add horizontal recenter.
8759         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8760
8761         * wl-thread.el (wl-thread-entity-get-linked): New function.
8762         (wl-thread-entity-set-linked): New function.
8763         (wl-thread-create-entity): Add linked element.
8764         (wl-thread-entity-insert-as-top): Use wl-append.
8765         (wl-thread-maybe-get-children-num): If closing thread, return
8766         children msgs.
8767         (wl-thread-update-line-msgs): Displaying progress message.
8768         (wl-thread-update-line-on-buffer-sub): Use
8769         wl-thread-maybe-get-children-num.
8770         (wl-thread-update-line-on-buffer): If update line is not exists,
8771         insert thread.
8772         (wl-thread-delete-message): If delete top msg of thread, search
8773         parent by subject.
8774         (wl-thread-insert-entity): Use
8775         wl-thread-maybe-get-children-num.
8776
8777         * wl-highlight.el (wl-highlight-summary-current-line): change
8778         sregexp for linked thread.
8779         * wl-util.el (wl-count-lines): Count lines.
8780         (wl-horizontal-recenter): horizontal recenter.
8781         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8782         (wl-score-get-alike): Ditto.
8783         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8784         (wl-subject-length-limit): New variable.
8785         (wl-highlight-thread-indent-string-regexp): Changed for linked
8786         thread.
8787
8788 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8789
8790         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8791         New variable (revival).
8792         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8793         by subject matching if there's no in-reply-to nor references field
8794         (revival).
8795
8796 \f
8797 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8798
8799         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8800         message.
8801
8802 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8803
8804         * wl-summary.el (wl-summary-reply): Return t if there was a
8805         message at cursor point.
8806         Added unwind-protect.
8807         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8808         returns t.
8809         (wl-summary-cancel-message): Do nothing when there's no message at
8810         cursor point.
8811         (wl-summary-forward): Ditto.
8812         (wl-summary-jump-to-parent-message): Ditto.
8813         (wl-summary-reedit): Ditto.
8814         (wl-summary-edit-addresses): Ditto.
8815         (wl-summary-pipe-message): Ditto.
8816         (wl-summary-print-message-with-ps-print): Ditto.
8817         (wl-summary-print-message): Ditto.
8818         (wl-summary-mark-as-important): Ditto.
8819         (wl-summary-mark-as-unread): Ditto.
8820
8821         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8822         message at cursor point.
8823         (wl-summary-reply-with-citation): Remove unwind-protect.
8824
8825         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8826         subject searching feature.
8827         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8828         Eliminated.
8829
8830 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8833         New variable.
8834         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8835         by subject matching if there's no in-reply-to nor references field.
8836
8837         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8838
8839         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8840         when display is finished.
8841         (wl-folder-open-all): Ditto.
8842         (wl-folder-update-access-group): Ditto.
8843         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8844         * wl-thread.el (wl-thread-close-all): Ditto.
8845
8846         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8847         progress gauge only when it was displayed.
8848         * wl-folder.el (wl-folder-insert-entity): Ditto.
8849
8850 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8851
8852         * wl-summary.el (wl-summary-incorporate): Enclose
8853         `wl-summary-sync-force-update' with save-excursion.
8854
8855 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8856
8857         * wl-summary.el (wl-summary-prefetch-region):
8858         Pass current cursor point to `pos-visible-in-window-p' after
8859         moving cursor to the started point.
8860
8861 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8862
8863         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8864
8865         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8866         fields from the forwarding message.
8867         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8868         `ignored-fields'.
8869
8870 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8871
8872         * wl-mime.el (wl-message-request-partial):
8873         Eliminated argument `msgdb'.
8874         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8875         (wl-mime-combine-message/partial-pieces): Likewise.
8876         * tm-wl.el (wl-message-request-partial): Likewise.
8877         (wl-mime-combine-message/partial-pieces): Likewise.
8878
8879 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8880
8881         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8882         when display is finished.
8883
8884 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8885
8886         * wl-summary.el (wl-summary-goto-folder-subr):
8887         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8888
8889 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8890
8891         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8892         when cursor point is visible.
8893
8894 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8895
8896         * wl-expire.el (wl-expire-archive-get-max-number):
8897         Don't use `file-name-directory'.
8898
8899 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8900
8901         * wl-expire.el (wl-expire-archive-get-max-number):
8902         Use `file-name-directory'.
8903
8904 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8905
8906         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8907         only when there is progress.
8908
8909 2000-04-13  Mito <mit@nines.nec.co.jp>
8910
8911         * wl-summary.el (wl-summary-sync-marks): Display progress.
8912
8913 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8914
8915         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8916         (wl-summary-prev): Move cursor regardless of unread status.
8917         (wl-summary-next): Ditto.
8918
8919 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8920
8921         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8922         Added argument `target' and `number'.
8923         * tm-wl.el (wl-summary-burst-subr): New function.
8924         (wl-summary-burst): Use it.
8925
8926 2000-04-10  Mito <mit@nines.nec.co.jp>
8927
8928         * wl-mime.el (wl-burst): New function.
8929         (wl-summary-burst): Use it.
8930
8931 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8932
8933         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8934         as petname when there's no candidate.
8935
8936 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8937
8938         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8939         New variable.
8940         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8941
8942         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8943
8944         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8945
8946 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8947
8948         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8949         Use substring of `original' instead of buffer-substring.
8950         (wl-refile-evaluate-rule):
8951         Set `original' argument of wl-refile-expand-newtext.
8952
8953         * wl-summary.el
8954         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8955         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8956         (wl-summary-auto-refile): Check existence of destination folder just
8957         before marking.
8958
8959 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8960
8961         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8962         when wl-refile-get-field-value return nil.
8963
8964 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8965
8966         * wl-refile.el
8967         (wl-refile-expand-newtext): New function imported from Gnus.
8968         (wl-refile-evaluate-rule): Use it.
8969
8970 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8971
8972         * wl-summary.el (wl-summary-print-destination):
8973         Duplicate folder string to avoid putting text-property on
8974         original string.
8975
8976         * wl-refile.el (wl-refile-get-field-value): New function.
8977         (wl-refile-evaluate-rule): New function;
8978         Evaluate refile rule recursively.
8979         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8980         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8981         New function; Check existence of a target folder recursively.
8982         (wl-summary-auto-refile-check-refile-rule-alist):
8983         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8984
8985 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8986
8987         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8988
8989         * wl-folder.el (wl-create-folder-entity-from-buffer):
8990         Fixed problem when '}' character is contained in folder name.
8991
8992         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8993
8994 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8995
8996         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8997         (wl-fldmgr-add-completion-all-completions):
8998         Use wl-fldmgr-add-completion-hashtb.
8999
9000 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9001
9002         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9003         wl-fldmgr-add-completion-subr): New functions.
9004         * wl-folder.el (wl-folder-completion-func): New variable.
9005         * wl-summary.el (wl-summary-read-folder):
9006         Use wl-folder-completion-func.
9007
9008         * wl-refile.el: Eliminate throw & catch.
9009
9010         * wl.el (wl-plugged-sending-queue-status): Fixed.
9011
9012 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9013
9014         * wl-draft.el (wl-draft): Put category property on
9015         mail-header-separator.