02657b4de89673836bbc5228f34afd2fd87e7881
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-target-mark-operation): Add optional
4         argument `inverse' and use `wl-summary-delete-all-target-marks'.
5         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
6         (wl-summary-target-mark-mark-as-answered): Likewise.
7
8 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
9
10         * wl-summary.el (wl-summary-target-mark-forward): Use
11         `wl-summary-delete-all-target-marks' instead of
12         `wl-summary-delete-all-temp-marks'.
13         (wl-summary-target-mark-reply-with-citation): Ditto.
14         (wl-summary-target-mark-uudecode): Ditto.
15         (wl-summary-target-mark-set-flags): Ditto and remove needless
16         cursor move.
17
18 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
19
20         * wl-summary.el (wl-summary-target-mark-forward): Protect
21         wl-summary-buffer-target-mark-list from nreverse.
22         (wl-summary-target-mark-reply-with-citation): Ditto.
23
24 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
25
26         * wl-thread.el (wl-thread-update-indent-string-thread): Use
27         `elmo-display-progress-threshold'.
28
29 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
32         check `wl-summary-highlight'.
33         (wl-summary-window-scroll-functions): Respect value of
34         `wl-summary-highlight'.
35         (wl-summary-sync-update): Run hooks
36         `wl-summary-buffer-window-scroll-functions' at any time.
37
38 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
39
40         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
41         from `wl-summary-cleanup-temp-marks'.
42         (wl-summary-cleanup-temp-marks): Abolish argument.
43         * wl.el (wl-save-status): Revert previous change.
44         (wl-execute-temp-marks): New function, call
45         `wl-summary-exec-with-confirmation'.
46         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
47         (wl-folder-save-and-exec-marks): Abolished.
48
49 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
50
51         * wl-e21.el (wl-e21-display-image-p): Respect
52         `wl-highlight-folder-with-icon'.
53         (wl-e21-highlight-folder-group-line): Highlight mouse line
54         even if wl-e21-display-image-p is nil.
55
56         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
57         Respect value of `wl-summary-highlight'.
58
59         * wl.el (wl-save-status): Remove unused variable.
60
61         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
62         (wl-folder-mode-map): Bind it to "x".
63
64 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
65
66         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
67
68         * wl-thread.el (wl-thread-get-parent-list): Don't check
69         disconnected ancestors, neglecting needless work in
70         `wl-thread-update-indent-string-thread'.
71
72         * wl.el (wl-save): Take prefix argument to execute remaining marks.
73         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
74         argument, add argument default-keep to keep marks by default.
75
76         * Version number is increased to 2.11.30.
77
78         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
79         customization type and docstring.
80         (wl-draft-reply-without-argument-list): Ditto.
81
82 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
83
84         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
85
86         * wl-spam.el (wl-spam-mark-action-list): Ditto.
87
88 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
89
90         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
91
92 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
93
94         * wl-draft.el (wl-draft-config-exec): Narrow the range of
95         save-excursion so as not to include run-hooks.
96
97 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
98
99         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
100         Clarify that marks are going to be cleared.
101
102 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
103
104         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
105         according to 3rd element of wl-summary-flag-mark.
106
107         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
108
109 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
110
111         * wl-action.el (wl-summary-target-mark-all): Don't set
112         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
113
114 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
115
116         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
117         (wl-forward-subject-prefix): Ditto.
118         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
119         (wl-draft-reply-make-subject): Ditto.
120
121         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
122         `wl-draft-forward'.
123         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
124
125 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
126
127         * wl-action.el (wl-summary-target-mark-set-action): Stop if
128         target message does not exist.
129
130 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
131
132         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
133         `wl-subject-prefix-regexp'.
134         (wl-subject-forward-prefix-regexp): New variable.
135         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
136         `wl-draft-strip-subject-re' and take regexp as argument.
137         (wl-draft-forward): Use it.
138         (wl-draft-reply): Ditto.
139
140 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
141
142         * wl-e21.el (wl-highlight-plugged-current-line): Change for
143         emacs multi-tty support.
144
145 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
146
147         * wl-e21.el (wl-e21-display-image-p): Don't call
148         `display-images-p'.
149         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
150         support.
151         (wl-highlight-folder-current-line): Ditto.
152         (wl-folder-init-icons): Ditto.
153
154 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
155
156         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
157         the last line of summary in unplugged mode.
158
159 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
160
161         * wl-vars.el (wl-refile-rule-alist): Doc fix.
162
163 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
164
165         * wl-vars.el (wl-user-mail-address-regexp): New variable.
166         * wl-address.el (wl-address-user-mail-address-p): Use it.
167         (wl-address-delete-user-mail-addresses): Ditto.
168         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
169
170         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
171         (wl-address-delete-user-mail-addresses): Ditto.
172
173         * wl-address.el (wl-address-delete-user-mail-addresses): New
174         function.
175         * wl-refile.el (wl-refile-guess-by-history): Use it.
176         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
177         (wl-draft-make-mail-followup-to): Ditto and fix logic.
178
179         * wl-draft.el (wl-draft-edit-string): To judge sender address,
180         use wl-address-user-mail-address-p.
181
182 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
183
184         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
185         after opening group.
186
187 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
188
189         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
190         of elmo-set-buffer-multibyte.
191
192         * wl-message.el (wl-original-message-mode): Ditto.
193
194         * wl-score.el (wl-score-insert-header): Ditto.
195
196         * wl-summary.el
197         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
198         (wl-summary-goto-folder-subr): Ditto.
199         (wl-summary-insert-headers): Ditto.
200
201         * wl-util.el (wl-set-string-width): Ditto.
202
203         * Version number is increased to 2.11.29.
204
205 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
206
207         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
208         (wl-highlight-summary-line-help-echo-alist): New variable.
209         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
210         into `wl-highlight-summary-line-help-echo' and
211         `wl-highlight-flag-folder-help-echo'.
212         (wl-highlight-summary-line-string): Change accordingly.
213         (wl-highlight-summary-current-line): Ditto.
214
215 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
216
217         * wl-highlight.el (wl-highlight-message): Ignore white spaces
218         at the beginning of field body (Thanks to Markus Knittig).
219
220         * wl-draft.el (wl-draft-insert-current-message): Also check
221         summary buffer, remove unnecessary tag.
222
223 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
224
225         * wl-draft.el (wl-draft-insert-current-message): Cause error also
226         when wl-message-buffer is nil.
227
228         * wl-folder.el (wl-folder): Abolish unused argument.
229         Call wl-folder-init when wl-folder-entity is nil.
230         * wl.el (wl): Change accordingly.
231
232 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
233
234         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
235         multibyte string before insert into draft buffer.
236         (wl-draft-create-buffer): Always enable multibyte characters for
237         draft buffer.
238
239         * Version number is increased to 2.11.28.
240
241 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
242
243         * wl-folder.el (wl-folder-open-close): Handle blank line.
244         (wl-folder-jump-to-current-entity): Ditto.
245
246 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
247
248         * Version number is increased to 2.11.27.
249
250 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
251
252         * wl-thread.el (wl-thread-insert-message): When the thread is
253         devided by wl-summary-max-thread-depth, insert line at the end of
254         buffer.
255
256 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257
258         * Version number is increased to 2.11.26.
259
260 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
261
262         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
263
264 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
265
266         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
267         value of stream-type and session.
268
269 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * Version number is increased to 2.11.25.
272
273 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
274
275         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
276         in a quit message.
277
278 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
279
280         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
281         (wl-summary-redisplay-no-mime-internal): Ditto.
282
283 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
286         * wl-vars.el (wl-smtp-connection-type): Ditto.
287
288 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
289
290         * wl-highlight.el (wl-highlight-message): Change to strict regexp
291         for the separator line and quote mail-header-separator.
292
293 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
294
295         * wl-spam.el (wl-message-check-spam): Fixed problem no display
296         result message.
297
298         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
299         `elmo-multiple-fields-body-list' with boundary as
300         mail-header-separator.
301
302 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
303
304         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
305
306 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
307
308         * wl-util.el (wl-list-diff): Remove unused function.
309
310         * wl-draft.el (wl-draft-send-confirm): Discard input before
311         confirmation.
312
313 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
314
315         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
316         order of flag and new.
317
318 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
319
320         * wl-vars.el (wl-refile-policy-alist): Abolished.
321
322         * wl-action.el (wl-summary-set-action-refile): Follow the change
323         above.
324
325 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * wl-highlight.el (wl-highlight-signature-search): Don't use
328         re-search-backward for a long word since it is possible to crash
329         XEmacs because of a bug.
330
331 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
332
333         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
334
335 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
336
337         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
338         argument for wl-summary-sync-force-update.
339
340 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
341
342         * wl-summary.el (wl-summary-mode-map): Revival of
343         wl-summary-mark-as-important related bindings;
344         Bind 'F','tF','mF','rF','m&'.
345         (wl-summary-mark-as-important-region): Revival.
346         (wl-summary-target-mark-mark-as-important): Ditto.
347         (wl-summary-target-mark-operation): New function.
348         (wl-summary-target-mark-mark-as-answered): Use it.
349         (wl-summary-decide-flag): Don't set Important as default.
350         (wl-summary-mark-as-important-internal): Revival.
351         (wl-summary-mark-as-important): Ditto.
352
353         * wl-thread.el (wl-thread-mark-as-important): Ditto.
354
355         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
356         instead of facep.
357
358 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
359
360         * wl-dnd.el (wl-dnd-drop-func): Fix.
361
362         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
363         mouse-set-point instead of posn-point.
364
365         * wl-xmas.el (wl-completing-read-multiple): Define as function.
366
367         * wl-mule.el (wl-completing-read-multiple): Ditto.
368
369 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
370
371         * wl-demo.el (face-background-name): Defalias to avoid compile
372         warning.
373
374 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
375
376         * wl-summary.el (wl-summary-decide-flag): Use
377         wl-completing-read-multiple instead of completing-read-multiple.
378
379         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
380         New alias.
381
382         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
383         Use face-background-name instead of face-background.
384
385         * wl-vars.el (wl-summary-save-file-suffix): New user option.
386
387         * wl-summary.el (wl-summary-save): Use it.
388         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
389
390         * wl-mime.el (wl-mime-save-content): Fix last change.
391
392 2004-02-10  Len Trigg <lenbok@myrealbox.com>
393
394         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
395         New function.
396         (wl-summary-sort-specs): Added sort.
397         * wl-mime.el (wl-mime-save-content): Expand file name.
398
399 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
400
401         * wl-mime.el (wl-draft-preview-message): Fixed typo.
402
403         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
404
405 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
406
407         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
408         for flag if it is not defined.
409
410 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
411
412         * wl-e21.el (wl-highlight-folder-current-line): Use
413         elmo-folder-type-internal when elmo-folder-type returns nil.
414
415         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
416
417         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
418
419         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
420
421         * wl-e21.el (wl-summary-toolbar): Ditto.
422
423         * wl-vars.el (wl-demo-background-color): Abolished.
424         (wl-summary-persistent-mark-priority-list): Renamed from
425         wl-summary-flag-priority-list.
426         (wl-summary-flag-alist): New user option.
427         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
428         (wl-message-mode-line-format-spec-alist): Added 'F'.
429         (wl-message-mode-line-format): Likewise.
430         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
431         instead of wl-summary-important-mark.
432         (wl-file-folder-icon): New variable.
433
434         * wl-thread.el (wl-thread-set-flags): Renamed from
435         wl-thread-mark-as-important.
436
437         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
438         warning.
439         (wl-summary-mode-menu-spec): Follow the change of 
440         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
441         (wl-summary-mode-map): Follow the change of
442         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
443         (wl-summary-detect-mark-position): Follow the variable name change.
444         (wl-summary-set-flags-region): New function for the replacement of
445         wl-summary-mark-as-important-region.
446         (wl-summary-sync-marks): Sync all global-flags.
447         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
448         instead of elmo-message-flagged-p.
449         (wl-summary-persistent-mark-string): Follow the variable name change;
450         Put wl-summary-flag-mark if the message has global-flag.
451         (wl-summary-target-mark-set-flags): Renamed from 
452         wl-summary-target-mark-mark-as-important.
453         (wl-summary-decide-flag): New function.
454         (wl-summary-set-flags-internal): Renamed from
455         wl-summary-mark-as-important-internal.
456         (wl-summary-add-flags-internal): New function.
457         (wl-summary-remove-flags-internal): Ditto.
458         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
459         (wl-summary-mark-as-unimportant): Abolish.
460         (wl-summary-move-spec-alist): Changed `important' to `digest'.
461         (wl-summary-next-message): List flagged messages in the msgdb.
462
463         * wl-score.el (wl-summary-score-update-all-lines): Use
464         wl-summary-add-flags-internal instead of 
465
466         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
467
468         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
469         from wl-message-buffer-cur-flag (To avoid misunderstanding).
470         (wl-message-buffer-require-all-header): Renamed from
471         wl-message-buffer-all-header-flag (Ditto).
472         (wl-message-buffer-flag-indicator): New variable.
473         (wl-message-redisplay): Changed local varibale name from `flag' to
474         `display-type'; Set up wl-message-buffer-flag-indicator.
475         (wl-message-buffer-display): Changed varibale name from `flag' to
476         `display-type'.
477         (wl-message-display-internal): Likewise.
478
479         * wl-highlight.el (wl-highlight-demo-face): Define default background
480         color.
481         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
482
483         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
484
485         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
486         (wl-demo-setup-properties): Renamed from
487         `wl-demo-set-background-color'.
488         (wl-demo): Follow the change above.
489         
490         * Version number is increased to 2.11.24.
491
492 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-summary.el (wl-summary-toggle-thread): Call
495         `wl-summary-rescan' with disable-thread as non-nil.
496         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
497
498 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
499
500         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
501         foreground property of the face.
502         (wl-demo-insert-text): Don't set up face property here.
503         (wl-demo): Call wl-demo-set-background-color, anyway.
504
505 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
506
507         * wl-vars.el (wl-demo-background-color): The value can be nil.
508
509 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
510
511         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
512         to wl-summary-wheel-dispatcher.
513
514         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
515         wl-message-wheel-dispatcher.
516         (wl-message-wheel-dispatcher): New function.
517         (wl-summary-wheel-dispatcher): Ditto.
518
519 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
520
521         * wl-action.el (wl-summary-target-mark-all): List messages which are
522         not in the killed-list.
523
524         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
525         only when the folder is 'flag/important.
526
527         * wl-address.el (wl-complete-field-body): Complete if the last
528         character is a space.
529
530 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
531
532         * wl-folder.el (wl-folder-clear-entity-info): Use
533         elmo-clear-hash-val.
534
535         * wl-fldmgr.el (wl-fldmgr-rename): Set
536         wl-folder-info-alist-modified as t.
537
538 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
539
540         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
541
542 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
543
544         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
545         (wl-folder-buffer-last-visited-entity-id): New buffer local
546         variable.
547         (wl-folder-revisit-last-visited-folder): New function.
548         (wl-folder-mode-map): Bind it to "C-i".
549         (wl-folder-set-current-entity-id): Set last visited folder.
550         * wl-summary.el (wl-summary-exit): Ditto.
551
552 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
555         before calling `recenter' in order to cope with an XEmacs bug.
556
557 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
558
559         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
560         to the default value.
561
562 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
565         change.
566         (wl-summary-sync-marks): Ditto.
567         (wl-summary-mark-as-read-internal): Ditto.
568         (wl-summary-mark-as-answered-internal): Ditto.
569         (wl-summary-mark-as-important-internal): Ditto.
570         (wl-summary-reply): Ditto.
571
572         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
573         instead of `elmo-folder-unflag-answered'.
574
575         * Version number is increased to 2.11.23.
576
577         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
578         the last change.
579
580 2004-01-11  Kenichi Okada  <okada@opaopa.org>
581
582         * wl-spam.el (wl-summary-exec-action-refile-with-register):
583         Specify "spam" or "good".
584
585 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
586
587         * wl-spam.el (wl-summary-exec-action-spam): Call
588         wl-folder-confirm-existence for spam folder.
589         (wl-spam-setup): Bind "mk".
590
591 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
594
595 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
596
597         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
598         destination folder is empty.
599
600 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
601
602         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
603         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
604
605         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
606         (wl-summary-refile-prev-destination-region): New function.
607         (wl-thread-refile-prev-destination): Ditto.
608         (wl-summary-target-mark-refile-prev-destination): Ditto.
609
610 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
611
612         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
613         (wl-demo-background-color): Changed default value.
614
615         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
616         color.
617
618         * wl-demo.el (wl-demo-set-background-color): New function.
619         (wl-demo): Call it.
620
621 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
622
623         * wl-address.el (wl-address-delete): Avoid mis-deleting.
624         * wl-address.el (wl-address-add-or-change): Don't add empty
625         address.
626
627 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
628
629         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
630
631 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
632
633         * wl-vars.el (wl-demo-image-filter-alist): New variable
634         (wl-demo-background-color): Ditto.
635
636         * wl-demo.el (wl-demo-xpm-set-background): New function.
637         (wl-demo-image-filter): Ditto.
638         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
639
640         * wl-vars.el (wl-demo-icon-name-alist): New variable.
641
642         * wl-demo.el (wl-demo-icon-name): Define as function.
643         (wl-demo-insert-image): Use it.
644
645 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
646
647         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
648
649 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
650
651         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
652
653 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
654
655         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
656
657 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-thread.el (wl-thread-mark-as-answered): New function.
660
661         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
662         answered" entry.
663         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
664         "r&" and wl-thread-mark-as-answered to "t&".
665         (wl-summary-mark-as-important-region): Refine to toggle mark.
666         (wl-summary-mark-as-answered-region): New function.
667         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
668         and 3rd argument.
669         (wl-summary-mark-as-important-internal): Likewise.
670
671 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * wl-template.el (wl-template-preview): New internal variable.
674         (wl-template-preview-p): New function.
675         (wl-template-show): Bind `wl-template-preview' as t.
676
677 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
680         `elmo-message-entity-field' with 3rd argument which is non-nil.
681
682 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
685         Removed duplicate local bind `folder'.
686
687 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
690
691 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
692
693         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
694         duplicate definition.
695
696 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
697
698         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
699         non-nil, use it; Don't fetch message if there's no message in the
700         current cursor position.
701
702 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
703
704         * wl-util.el (wl-region-exists-p): Use region-active-p.
705         (wl-deactivate-region): New function.
706         * wl-message.el (wl-message-redisplay): Deactivate region.
707
708         * wl-summary.el (wl-summary-reply): Call
709         `wl-summary-set-message-buffer-or-redisplay' instead of
710         `wl-summary-redisplay-internal', don't move point.
711
712 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
713
714         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
715         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
716         by regexp.
717
718 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
721         if no need.
722
723 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
726         default value to nil.
727         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
728         `wl-summary-prepare-hook'; Replace refile action to
729         `wl-summary-exec-action-refile-with-register'.
730
731         * Version number is increased to 2.11.22.
732
733 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * wl-summary.el (wl-summary-detect-mark-position): Set
736         `wl-summary-buffer-weekday-name-lang'.
737
738 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
739
740         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
741         (wl-summary-mark-as-read-all): Ditto.
742         (wl-summary-delete-messages-on-buffer): Ditto.
743         (wl-summary-sync-update): Ditto.
744         (wl-summary-mark-as-read-internal): Ditto.
745         (wl-summary-mark-as-answered-internal): Ditto.
746         (wl-summary-update-folder-info): Abolished.
747
748 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-summary.el (wl-summary-mark-as-read-all): Use
751         `wl-summary-update-folder-info' instead of
752         `wl-folder-update-unread'.
753
754 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
755
756         * wl-summary.el (wl-summary-update-folder-info): New function derived from
757         `wl-summary-folder-info-update'.
758         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
759         instead of `wl-summary-folder-info-update'.
760         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
761         `wl-folder-set-folder-updated'.
762         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
763         instead of `wl-folder-update-unread'.
764         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
765         the value of `wl-summary-buffer-unread-count' for the second parameter of
766         `wl-folder-update-unread'.
767
768         * Version number is increased to 2.11.21.
769
770 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
771
772         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
773         a local variable.
774
775 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * wl-spam.el (wl-summary-mark-spam): Show message only if call
778         interactively.
779
780         * wl-summary.el (wl-summary-mark-as-important-internal): New
781         internal function.
782         (wl-summary-mark-as-important): Use it.
783         (wl-summary-mark-as-unimportant): New function.
784         (wl-summary-sync-marks): Follow the API change.
785
786         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
787
788         * wl-mime.el (wl-summary-burst): Check target folder is writable.
789
790 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
791
792         * wl-folder.el (wl-folder-update-unread): Re-indent.
793         Narrow the scope of a local variable.
794
795 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
798         (wl-addrmgr-merge-entries): Ditto.
799         (wl-addrmgr): Added to address entry which exists in draft buffer
800         if no entry is in original.
801
802 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
803
804         * wl-batch.el: New file.
805
806 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
807
808         * wl-vars.el (wl-use-semi): Remove unused variable.
809
810 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
811
812         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
813         "?".
814
815 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
816
817         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
818         wl-summary-new-mark.
819         (wl-summary-new-cached-mark): New user option.
820         (wl-summary-score-marks): Follow the change above.
821         (wl-summary-auto-refile-skip-marks): Ditto.
822         (wl-summary-incorporate-marks): Ditto.
823         (wl-summary-expire-reserve-marks): Ditto.
824
825         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
826
827         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
828         (wl-summary-persistent-mark-string): Distinguished between cached
829         and uncached mark when the message is new.
830
831 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * wl-spam.el (wl-spam-domain): Renamed from
834         `wl-spam-folder-guess-domain'.
835         (wl-summary-exec-action-spam): Register as spam if domain of the
836         source folder is good.
837         (wl-summary-exec-action-refile-with-register): Register message if
838         domain of the source folder is not undecided.
839
840 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
843         detect thread loop.
844
845 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
846
847         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
848         and wl-summary-skip-mark-list.
849
850 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
851
852         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
853
854         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
855
856         * wl-spam.el (toplevel): Require wl-highlight.
857         (wl-spam-auto-check-policy-alist): Abolish.
858         (wl-spam-auto-check-folder-regexp-list): New user option.
859         (wl-spam-auto-check-marks): Ditto.
860         (wl-spam-mark-action-list): Ditto.
861         (wl-highlight-summary-spam-face): New face.
862         (wl-spam-auto-check-message-p): New function.
863         (wl-spam-map-spam-messages): Fixed message.
864         (wl-spam-register-spam-messages): Ditto.
865         (wl-spam-register-good-messages): Ditto.
866         (wl-summary-spam-map): Add and remove keybind.
867         (wl-summary-target-mark-spam): Abolish.
868         (wl-summary-refile-spam): Ditto.
869         (wl-summary-test-spam): New function.
870         (wl-summary-mark-spam): Ditto.
871         (wl-summary-auto-check-spam): Follow the above change.
872         (wl-summary-exec-action-spam): New function.
873         (wl-summary-exec-action-refile-with-register): Fixed message.
874         (wl-message-check-spam): New function.
875         (wl-spam-setup): Ditto.
876         (toplevel): Call it if this file is loaded interactivity.
877
878         * Version number is increased to 2.11.20.
879
880 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
881
882         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
883         when new optional argument `force' is non nil or modified.
884
885 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
886
887         * wl.el (toplevel): Require wl-spam when compile.
888         (wl-save-status): Call wl-spam-save-status.
889
890         * wl-spam.el (wl-spam-register-spam-messages): New function.
891         (wl-spam-register-good-messages): Ditto.
892         (wl-spam-save-status): Ditto.
893         (wl-summary-mode-map): Bind
894         wl-summary-target-mark-register-as-spam to "ms" and
895         wl-summary-target-mark-register-as-good to "mn".
896         (wl-summary-register-as-spam): Abolish optional argument; Use
897         wl-spam-register-spam-messages.
898         (wl-summary-register-as-spam-all): Use
899         wl-spam-register-spam-messages.
900         (wl-summary-register-as-good): Abolish optional argument; Use
901         wl-spam-register-good-messages.
902         (wl-summary-register-as-good-all): Use
903         wl-spam-register-good-messages.
904         (wl-summary-target-mark-register-as-spam): New funtion.
905         (wl-summary-target-mark-register-as-good): Ditto.
906
907 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
908
909         * wl-spam.el: New file.
910
911 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
914
915         * wl-action.el (wl-auto-refile-guess-functions): New variable.
916         (wl-summary-auto-refile): Call wl-refile-guess with
917         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
918
919 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
922         with disable-thread argument non-nil.
923
924 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
925
926         * wl-summary.el (wl-summary-rescan): Added optional argument
927         disable-thread.
928         (wl-summary-sync): Call wl-summary-rescan with argument
929         disable-thread.
930         (wl-summary-input-range): Added new range `rescan-thread'.
931
932 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
933
934         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
935
936 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
937
938         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
939         internal variable.
940         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
941         wl-summary-search-parent-by-subject-regexp and
942         wl-summary-divide-thread-when-subject-changed as nil.
943         (wl-summary-insert-sequential): If entity is nil, nothing to do.
944         (wl-summary-insert-thread): Search parent entity from
945         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
946         thread loop.
947
948 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
949
950         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
951
952         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
953
954         * wl-util.el (wl-require-update-all-folder-p): New function.
955         (wl-get-assoc-list-value): Added `function' to match directive.
956         (wl-collect-draft): Rewrite.
957
958         * wl-summary.el (wl-summary-sync-update): Clear faces
959         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
960         are non-nil.
961         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
962         argument as function.
963         (wl-summary-input-range): Ditto.
964
965         * wl-folder.el (wl-draft-get-folder): New function.
966         (wl-folder-get-elmo-folder): Consider draft folder.
967
968         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
969         (wl-draft-buffer-message-number): New buffer local variable.
970         (wl-draft-folder-internal): New internal variable.
971         (wl-draft-delete): Rewrite.
972         (wl-draft-save): Ditto.
973         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
974         wl-folder-get-elmo-folder.
975         (wl-draft-config-info-operation): Ditto.
976         (wl-jump-to-draft-folder): Ditto.
977         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
978         (wl-draft-reedit): Rewrite.
979
980         * Version number is increased to 2.11.19.
981         
982 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
983
984         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
985         variable.
986
987 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
988
989         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
990         Use ignore-errors instead of unwind-protect.
991
992 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
993
994         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
995         for updating `wl-thread-entity-list'.
996
997 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
998
999         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1000         parameter from calling `wl-thread-entity-get-older-brothers' and
1001         `wl-thread-entity-get-younger-brothers'.
1002         Replace nested `append' with a single one.
1003
1004 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1005
1006         * wl-summary.el (wl-summary-mode): Don't use the return value of
1007         `make-local-hook'.
1008
1009 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1010
1011         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1012         instead of `let*'.
1013         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1014         of local variables.
1015
1016 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1017
1018         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1019         Renamed from wl-summary-window-scroll-functions.
1020         (wl-summary-window-scroll-functions): Don't set to variable.
1021         (wl-summary-display-top): Use run-hooks.
1022         (wl-summary-display-bottom): Ditto.
1023         (wl-summary-toggle-disp-msg): Ditto.
1024         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1025         Use it instead of wl-summary-window-scroll-functions.
1026         (wl-summary-goto-folder-subr): Don't call
1027         wl-summary-window-scroll-functions, use
1028         wl-summary-buffer-window-scroll-functions instead.
1029
1030 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1031
1032         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1033         make-local-variable.
1034
1035 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1036
1037         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1038         set-buffer-modified-p.
1039         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1040         (wl-summary-display-bottom): Ditto.
1041         (wl-summary-toggle-disp-msg): Ditto.
1042
1043 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1044
1045         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1046
1047         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1048         (wl-summary-forward): Use elmo-message-entity-field instead of
1049         elmo-message-field.
1050
1051         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1052
1053 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-summary.el (wl-summary-window-scroll-functions): No use
1056         `append'.
1057
1058 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1059
1060         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1061         function.
1062         (wl-summary-window-scroll-functions): Call it when both
1063         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1064         (wl-summary-temp-mark): Added optional argument number.
1065         (wl-summary-message-mark): Added optional argument flag.
1066         (wl-summary-persistent-mark): Added optional argument number and flag.
1067         (wl-summary-update-persistent-mark): Ditto.
1068         (wl-summary-update-status-marks): Set "r" for interactive spec.
1069
1070         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1071         argument number and flag.
1072
1073         * wl-action.el (wl-summary-registered-temp-mark): 
1074         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1075
1076 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1079         internal variable (buffer local).
1080         (wl-summary-window-scroll-functions): New function.
1081         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1082         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1083         as nil.
1084         (wl-summary-update-status-marks): Added arguments beg, end and
1085         check.
1086         (wl-summary-update-mark-window): Use function.
1087         (wl-summary-sync-update): Follow the change above.
1088         (wl-summary-switch-to-clone-buffer): Copy
1089         wl-summary-buffer-unsync-mark-number-list.
1090         (wl-summary-goto-folder-subr): Set
1091         wl-summary-buffer-unsync-mark-number-list and
1092         use wl-summary-window-scroll-functions instead of
1093         wl-summary-lazy-highlight.
1094
1095         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1096
1097 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098
1099         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1100
1101         * wl-summary.el (wl-summary-update-persistent-mark): Call
1102         wl-summary-set-message-modified.
1103
1104         * wl-summary.el (wl-summary-sync-update): Don't call
1105         wl-summary-update-status-marks.
1106
1107         * Version number is increased to 2.11.18.
1108
1109 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1110
1111         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1112         (wl-message-next-page): Ditto.
1113
1114 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1115
1116         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1117         local variable.  Change the order of a collected list into the
1118         same as the specified range.  Remove nil from a collected list.
1119
1120 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1121
1122         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1123         argument for elmo-folder-list-messages.
1124
1125 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1126
1127         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1128         change (wl-summary-count-unreads return a list instead of a cons
1129         cell).
1130
1131 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1132
1133         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1134         `wl-summary-folder-info-update'.
1135
1136 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1137
1138         * wl-summary.el (wl-summary-set-message-modified): No use
1139         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1140         (wl-summary-set-mark-modified): Abolish.
1141         (wl-summary-mark-modified-p): Ditto.
1142         (wl-summary-save-view): Follow the change above.
1143
1144         * wl-expire.el (wl-summary-expire): Likewise.
1145
1146 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1147
1148         * wl-summary.el (wl-summary-detect-mark-position): Use
1149         modb-entity-handler.
1150         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1151
1152         * Version number is increased to 2.11.17.
1153
1154 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1155
1156         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1157         entity field value.
1158         (wl-summary-prefetch-msg): Ditto.
1159         (wl-summary-print-message-with-ps-print): Ditto.
1160
1161 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1162
1163         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1164         for dummy entity.
1165         (wl-summary-insert-thread): Use elmo-message-entity-field.
1166         (wl-summary-update-thread): Use elmo-message-entity-field and
1167         elmo-message-entity-number.
1168         (wl-summary-line-number):  Use elmo-message-entity-number.
1169         (wl-summary-line-size): Use elmo-message-entity-field.
1170         (wl-summary-line-subject): Ditto.
1171         (wl-summary-line-from): Ditto.
1172         (wl-summary-line-attached): Ditto.
1173         (wl-summary-create-line): Ditto.
1174         (wl-summary-create-line): Use elmo-message-entity-number.
1175         (wl-summary-print-message-with-ps-print): Use
1176         elmo-message-entity-field.
1177
1178 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1179
1180         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1181         change in elmo-msgdb-make-message-entity.
1182         (wl-summary-buffer-set-folder): Don't call
1183         wl-summary-detect-mark-position here.
1184         (wl-summary-rescan): Call elmo-message-entity-number.
1185         (wl-summary-sync-update): Ditto.
1186         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1187
1188         * wl-score.el (wl-score-header-index): Redefine 2th element.
1189         (wl-score-overview-entity-get-extra): Abolish.
1190         (wl-score-ov-entity-get): Rewrite.
1191         (wl-score-string-index<, wl-score-string-func<): Abolish.
1192         (wl-score-string<): New function.
1193         (wl-score-string-sort): Use it.
1194
1195         * wl-refile.el (wl-refile-guess-by-history): Use
1196         elmo-message-entity-field.
1197         (wl-refile-guess-by-from): Ditto.
1198         (wl-refile-guess-by-msgid): Ditto.
1199
1200         * Version number is increased to 2.11.16.
1201
1202 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1203
1204         * wl-folder.el (wl-folder-confirm-existence): Don't call
1205         file-exists-p if msgdb-path is nil.
1206         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1207         `wl-read-folder-hist' to `wl-read-folder-history'.
1208
1209 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1210
1211         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1212         `y-or-n-p'.
1213
1214 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * wl-score.el (wl-score-headers): Don't use
1217         elmo-folder-do-each-message-entity.
1218
1219         * Version number is increased to 2.11.15.
1220
1221 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1222
1223         * wl-summary.el (wl-summary-delete-all-msgs): Use
1224         elmo-folder-move-messages instead of elmo-folder-delete-messages
1225         and elmo-folder-detach-messages.
1226         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1227
1228         * wl-expire.el (wl-expire-delete): Ditto.
1229         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1230
1231 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1232
1233         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1234         (wl-message-header-narrowing-fields): Ditto.
1235         (wl-message-header-narrowing-lines): Ditto.
1236         (wl-message-header-narrowing-string): Ditto.
1237
1238         * wl-summary.el (wl-summary-mode-map): Bind
1239         wl-summary-toggle-header-narrowing to "C-cC-f".
1240         (wl-summary-toggle-header-narrowing): New function.
1241
1242         * wl-message.el (wl-message-buffer-create): Call
1243         wl-message-header-narrowing-setup.
1244         (wl-message-redisplay): Call wl-message-header-narrowing.
1245         (wl-message-header-narrowing): New function.
1246         (wl-message-header-narrowing-map): New keymap.
1247         (wl-message-header-narrowing-widen-map): New keymap.
1248         (wl-message-header-narrowing-again-at-mouse): New function.
1249         (wl-message-header-narrowing-1): Ditto.
1250         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1251         (wl-message-header-narrowing-setup): Ditto.
1252         (wl-message-header-narrowing-toggle): Ditto.
1253         
1254         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1255
1256         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1257         'flag as all.
1258         (wl-use-flag-folder-help-echo): New user option.
1259
1260         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1261         wl-summary-highlight as nil.
1262         (wl-summary-set-mark-modified): Follow the API change.
1263         (wl-summary-mark-modified-p): Ditto.
1264         (wl-summary-mark-as-read-all): Ditto.
1265         (wl-summary-sync-marks): Don't call
1266         elmo-folder-list-messages-with-global-mark.
1267         (wl-summary-mark-as-read-internal): Follow the API change.
1268         (wl-summary-mark-as-answered-internal): Ditto.
1269         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1270         Follow the API change.
1271         (wl-summary-create-line): Call with number argument.
1272         (wl-summary-reply): Follow the API change.
1273
1274         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1275         function.
1276         (wl-highlight-summary-line-string): Call it when
1277         wl-use-flag-folder-help-echo is non-nil.
1278         (wl-highlight-summary-current-line): Ditto.
1279         (elmo-flag-folder-referrer): Added autoload setting.
1280
1281         * wl-draft.el (wl-draft-kill): Follow the API change.
1282
1283         * Version number is increased to 2.11.14.
1284         
1285 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1286
1287         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1288
1289 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1290
1291         * Version number is increased to 2.11.13.
1292
1293 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * wl-draft.el (wl-draft-previous-history-element): Fixed
1296         unbalanced parenthesis and bind unbound local variables.
1297
1298 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1299
1300         * wl-draft.el (wl-draft-previous-history-element): New function.
1301         (wl-draft-next-history-element): Ditto.
1302         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1303         them to M-p and M-n.
1304
1305 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1306
1307         * Version number is increased to 2.11.12.
1308
1309 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1310
1311         * wl-draft.el (wl-draft-hide): Select buffer-window.
1312
1313 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1314
1315         * wl-summary.el (wl-summary-narrow-to-region): New function.
1316         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1317         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1318         (wl-summary-save-region): Use it.
1319         * wl-action.el (wl-summary-collect-numbers-region)
1320         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1321
1322 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1323
1324         * wl-folder.el (wl-folder-count-incorporates): Don't use
1325         `elmo-msgdb-mark-load'
1326
1327         * Version number is increased to 2.11.11.
1328
1329 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330
1331         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1332         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1333
1334 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1335
1336         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1337
1338 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1339
1340         * Version number is increased to 2.11.10.
1341
1342 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1343
1344         * wl-mime.el (wl-draft-attribute-value): Fixed.
1345
1346 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1347
1348         * wl-util.el (wl-copy-local-variables): New function.
1349
1350         * wl-mime.el (wl-draft-attribute-recipients): New function.
1351         (wl-draft-attribute-envelope-from): Ditto.
1352         (wl-draft-attribute-smtp-posting-server): Ditto.
1353         (wl-draft-attribute-smtp-posting-port): Ditto.
1354         (wl-draft-attribute-value): Ditto.
1355         (wl-draft-preview-message): Use it to get value for
1356         attributes. Reflect result of `wl-draft-config'.
1357
1358         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1359         and call `wl-summary-mark-as-read' before to call
1360         `wl-summary-unset-mark'.
1361         (wl-summary-target-mark-mark-as-unread): Likewise.
1362         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1363
1364 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1365
1366         * wl-mime.el (wl-draft-preview-message): Use actual value for
1367         attributes; Fix for small window.
1368
1369 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1370
1371         * wl-refile.el (wl-refile-get-field-value): Call
1372         `elmo-message-entity-field' with 3rd argument is non-nil.
1373
1374 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1375
1376         * wl-vars.el (wl-draft-preview-attributes): New user option.
1377         (wl-draft-preview-attributes-list): Ditto.
1378         (wl-draft-preview-attributes-buffer-lines): Ditto.
1379         (wl-draft-preview-attributes-buffer-name): Ditto.
1380
1381         * wl-mime.el (wl-draft-preview-message): Display attributes.
1382
1383 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1384
1385         * wl-summary.el (wl-summary-detect-mark-position): Bind
1386         wl-summary-flag-priority-list to '(new).
1387
1388 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1389
1390         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1391         funtion.
1392         (wl-highlight-summary-line-string): Use it.
1393         (wl-highlight-summary-current-line): Ditto.
1394
1395 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1396
1397         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1398         line even when the mark string is not changed.
1399
1400         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1401         argument change in the wl-summary-create-line.
1402         (wl-thread-insert-entity-sub): Ditto.
1403
1404         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1405         argument change in the wl-summary-create-line.
1406         (wl-summary-insert-sequential): Ditto.
1407         (wl-summary-update-thread): Ditto.
1408         (wl-summary-persistent-mark-string): New inline function.
1409         (wl-summary-message-mark): Use it.
1410         (wl-summary-create-line): Abolish argument wl-persistent-mark
1411         and added wl-flags, wl-cached.
1412
1413         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1414         mark to flags.
1415         (wl-highlight-summary-current-line): Decide the face not by the 
1416         persistent mark but flags.
1417
1418 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1419
1420         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1421         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1422         wl-summary-read-uncached-mark): Revive.
1423         (wl-summary-answered-cached-mark,
1424         wl-summary-answered-uncached-mark): New user option.
1425         (wl-summary-score-marks): Follow the change above.
1426         (wl-summary-auto-refile-skip-marks): Ditto.
1427         (wl-summary-incorporate-marks): Ditto.
1428         (wl-summary-expire-reserve-marks): Ditto.
1429         (wl-summary-flag-priority-list): New user option.
1430
1431         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1432         changes.
1433         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1434         of elmo-message-mark.
1435         (wl-summary-mark-as-read-internal): Ditto.
1436         (wl-summary-mark-as-answered): Ditto.
1437         (wl-summary-mark-as-important): Ditto.
1438         (wl-summary-redisplay-internal): Ditto.
1439         (wl-summary-redisplay-no-mime-internal): Ditto.
1440         (wl-summary-message-mark): New function.
1441         (wl-summary-insert-sequential): Use wl-summary-message-mark
1442         instead of elmo-message-mark.
1443         (wl-summary-update-thread): Ditto.
1444         (wl-summary-persistent-mark): Ditto.
1445         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1446         instead of elmo-message-mark.
1447
1448         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1449         wl-summary-message-mark instead of elmo-message-mark.
1450         (wl-thread-insert-entity-sub): Ditto.
1451         (wl-thread-get-children-msgs-uncached): Ditto.
1452
1453         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1454         variable name changes.
1455         (wl-highlight-summary-current-line): Ditto.
1456
1457         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1458         wl-summary-message-mark instead of elmo-message-mark.
1459
1460         * wl-expire.el (wl-expire-message-p): Ditto.
1461
1462         * wl-score.el (wl-score-headers): Ditto.
1463
1464         * Version number is increased to 2.11.9.
1465
1466         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1467         (wl-summary-sync-update): Follow the change above.
1468         (wl-summary-switch-to-clone-buffer): Ditto.
1469         (wl-summary-open-folder): Ditto.
1470
1471 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1472
1473         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1474         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1475
1476         * Version number is increased to 2.11.8.
1477
1478         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1479
1480         * wl-expire.el (wl-expire-refile): Follow the API change on
1481         `elmo-folder-move-messages'.
1482         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1483
1484         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1485         (wl-summary-exec-action-refile): Ditto.
1486         (wl-summary-exec-action-copy): Ditto.
1487         (wl-summary-no-auto-refile-message-p): No use
1488         `wl-summary-buffer-msgdb'.
1489         (wl-summary-auto-refile): Ditto.
1490
1491 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1492
1493         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1494
1495 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1496
1497         * wl-summary.el (wl-summary-sync): Treat no-sync.
1498
1499         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1500         (wl-default-sync-range): Ditto.
1501
1502 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1503
1504         * wl-refile.el (wl-refile-subject-learn): Call
1505         `elmo-message-entity-field' with 3rd argument is non-nil.
1506         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1507         instead of `elmo-msgdb-overview-entity-get-subject'.
1508
1509 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1510
1511         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1512         scan-type is rescan.
1513         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1514         new optional argument force is non-nil.
1515         (wl-summary-save-view-cache): Call it with force argument non-nil.
1516
1517         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1518
1519 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1520
1521         * wl-action.el (wl-summary-print-argument): Fixed last change.
1522
1523 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1524
1525         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1526         simplified.
1527         (wl-summary-target-mark-mark-as-unread): Likewise.
1528         (wl-summary-target-mark-mark-as-important): Likewise.
1529
1530 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1531
1532         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1533         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1534         (wl-summary-mark-as-important-region): Change accordingly.
1535         (wl-summary-target-mark-mark-as-important): Ditto.
1536
1537 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1538
1539         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1540
1541         * wl-action.el (wl-summary-print-argument): Print argument to
1542         right side of window if `wl-summary-print-argument-within-window'
1543         is non-nil.
1544
1545 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1546
1547         * wl-action.el (wl-summary-set-mark): Use
1548         `wl-summary-message-visible-p' to check visibility of the message
1549         and jump to message only when the message line is visible and have
1550         different number; Call wl-summary-unset-mark with number argument.
1551         (wl-summary-unset-mark): 
1552         Use `wl-summary-message-visible-p'
1553         to check visibility of the message and jump to message only when
1554         the message line is visible and have different number;
1555
1556 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1557
1558         * Version number is increased to 2.11.7.
1559
1560         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1561         and wl-folder-summary-line-format.
1562
1563         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1564         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1565         (wl-summary-set-score-mark): Use it.
1566         (wl-summary-target-mark-mark-as-read): Ditto.
1567         (wl-summary-target-mark-mark-as-unread): Ditto.
1568         (wl-summary-target-mark-mark-as-important): Ditto.
1569         (wl-summary-target-mark-msgs): Simplified.
1570         (wl-summary-detect-mark-position): Fixed problem when
1571         summary-line-format no contain persisten/temp mark spec.
1572         (wl-summary-temp-mark): Ditto.
1573         (wl-summary-persistent-mark): Ditto.
1574         (wl-summary-update-persistent-mark): Ditto.
1575
1576         * wl-action.el (wl-summary-set-mark): Ditto.
1577         (wl-summary-unset-mark): Ditto.
1578         All other related portions are changed.
1579
1580 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1581
1582         * Version number is increased to 2.11.6.
1583
1584 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1585
1586         * wl-util.el (wl-current-message-buffer): Define as function;
1587         Don't use the value of wl-messge-buffer.
1588
1589         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1590         persistent mark.
1591
1592         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1593         no current message, cause an error.
1594
1595 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-summary.el (wl-summary-set-message-modified): Use
1598         elmo-folder-set-message-modified instead of
1599         elmo-folder-set-message-modified-internal.
1600
1601 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1602
1603         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1604         interactively.
1605         (wl-summary-sync): nokill->entirely.
1606         (wl-summary-sync-marks): Fixed message.
1607         (wl-summary-input-range): Added mark, nokill->entirely.
1608
1609         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1610         messages as read.
1611
1612 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1613
1614         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1615         update-noscore.
1616         (wl-summary-sync): Follow the change above.
1617
1618 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1619
1620         * wl-action.el (wl-summary-target-mark-all): Use
1621         elmo-folder-list-messages.
1622
1623 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1624
1625         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1626         (wl-summary-rescan): Set wl-summary-scored as nil.
1627         (wl-summary-sync-force-update): Follow the change above.
1628         (wl-summary-sync): Ditto.
1629         (wl-summary-sync-update): Added argument disable-killed.
1630         (wl-summary-insert-headers): Set visible-only argument for
1631         elmo-folder-list-messages.
1632         (wl-summary-input-range): Added update-nokill, update-noscore,
1633         all-nokill, all-noscore and mark.
1634
1635         * Version number is increased to 2.11.5.
1636
1637         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1638
1639 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1640
1641         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1642         (wl-summary-prefetch-region-no-mark): Change accordingly.
1643         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1644
1645 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1646
1647         * wl-address.el (wl-complete-field-to): Abolished.
1648         (wl-complete-address): Completion function for completing-read.
1649         * wl-action.el (wl-summary-get-resend-address): Use it.
1650
1651         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1652         wl-summary-update-mark and abolish unused argument.
1653         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1654         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1655         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1656         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1657         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1658         * wl-draft.el (wl-draft-kill): Ditto.
1659
1660         * wl-summary.el: Remove unused binding of case-fold-search.
1661         (wl-summary-replace-status-marks): Abolished.
1662
1663 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1664
1665         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1666         is specified or folder length is zero.
1667
1668 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1669
1670         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1671         (wl-folder-archive-current-entity): Ditto.
1672
1673 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1674
1675         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1676         retrieving message mark.
1677         (wl-summary-redisplay-internal): Ditto.
1678
1679         * wl-message.el (wl-message-buffer-display): Ignore errors while
1680         retrieving message-id field.
1681
1682         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1683         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1684         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1685         order of the arguments for `wl-expire-message-p'.
1686         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1687
1688         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1689         Check return value of wl-summary-reply.
1690         (wl-summary-reply): Recover window configuration when an error occured.
1691
1692 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1693
1694         * wl-summary.el (wl-summary-resend-message): Abolished, the
1695         feature is inherited by wl-summary-resend (put resend mark).
1696
1697 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1698
1699         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1700         wl-message-buffer to nil when the message is hide.
1701
1702 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1703
1704         * .cvsignore: New file.
1705
1706 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1707
1708         * wl-action.el (wl-summary-action-docstring): Add more info.
1709         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1710         duplicate definition.
1711         (wl-summary-define-mark-action): Functions wl-summary-*-region
1712         keep current position.
1713         (wl-summary-unregister-target-mark): Store result to the variable.
1714
1715 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1716
1717         * Version number is increased to 2.11.4.
1718
1719 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1720
1721         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1722         wl-summary-delete-all-temp-marks.
1723         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1724
1725         * wl-action.el (wl-summary-set-mark): Changed terminology
1726         refile-destination -> action-argument.
1727         (wl-summary-unset-mark): Ditto.
1728         (wl-summary-remove-argument): Ditto.
1729         (wl-summary-print-argument): Ditto.
1730
1731         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1732         (wl-thread-remove-argument-region): Ditto.
1733         (wl-thread-print-argument-region): Ditto.
1734         (wl-thread-close): Ditto.
1735         (wl-thread-open): Ditto.
1736
1737         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1738         (wl-highlight-refile-destination-face is abolished)
1739         (wl-highlight-action-argument-string): Ditto.
1740         (wl-highlight-summary-current-line): Highlight action argument.
1741
1742         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1743         color for light backgrounds.
1744         (wl-highlight-summary-answered-face): Ditto.
1745
1746 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1747
1748         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1749
1750         * wl-score.el (wl-summary-score-update-all-lines): Use
1751         wl-summary-set-mark.
1752         (wl-summary-score-update-all-lines): Kill expunged messages.
1753
1754         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1755
1756 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1757
1758         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1759         directly.
1760         (wl-score-overview-entity-get-lines): Ditto.
1761         (wl-score-overview-entity-get-xref): Ditto.
1762         (wl-score-get-latest-msgs): Ditto.
1763         (wl-summary-rescore): Ditto.
1764
1765         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1766         to "&".
1767         (wl-summary-mark-as-answered-internal): New inline function.
1768         (wl-summary-mark-as-answered): New function.
1769         (wl-summary-mark-as-unanswered): Ditto.
1770         (wl-summary-sync-marks): Modified for answered-mark synching.
1771
1772 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1773
1774         * wl-action.el (wl-summary-set-mark): Fixed last change.
1775
1776 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1777
1778         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1779         behavior of wl-summary-unread-message-hook
1780         (Pointed out by akira yamada <akira@arika.org>).
1781
1782 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1783
1784         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1785         wl-summary-delete.
1786         * wl-xmas.el (wl-summary-toolbar): Ditto.
1787
1788         * wl-action.el (wl-summary-set-mark): Don't override current
1789         temp-mark.
1790
1791         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1792
1793 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1794
1795         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1796         (wl-refile-msgid-learn): Ditto.
1797         (wl-refile-get-field-value): Ditto.
1798
1799         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1800
1801         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1802         (wl-expire-delete-reserved-messages): Renamed from
1803         wl-expire-reserve-marked-msgs-from-list.
1804         (wl-expire-delete): Removed argument `msgdb'.
1805         (wl-expire-refile): Ditto.
1806         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1807         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1808         mark-alist as argument.
1809         (wl-expire-archive-number1): Removed argument `msgdb'.
1810         (wl-expire-archive-number2): Ditto.
1811         (wl-expire-archive-date): Ditto.
1812         (wl-expire-localdir-date): Ditto.
1813         (wl-expire-hide): Ditto.
1814         (wl-archive-number1): Ditto.
1815         (wl-archive-number2): Ditto.
1816         (wl-archive-date): Ditto.
1817         (wl-archive-folder): Ditto.
1818         All other related portions are changed.
1819
1820 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1821
1822         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1823         mean move up and down. (suggested by Takashi Kawachi)
1824
1825 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1826
1827         * wl-acap.el (toplevel): Don't require un-define.
1828
1829 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1830
1831         * wl-thread.el (wl-thread-delete-message): Always update
1832         wl-summary-buffer-number-list.
1833
1834         * wl-action.el (wl-summary-print-destination): 
1835         Do nothing when folder is nil.
1836
1837 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1838
1839         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1840         persistent mark when prefetch is succeeded.
1841
1842 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1843
1844         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1845         instead of elmo-msgdb-delete-msgs.
1846         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1847         (wl-expire-hide): Ditto.
1848
1849         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1850
1851         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1852         elmo-msgdb interface.
1853         (wl-thread-get-exist-children): Likewise.
1854         (wl-thread-insert-message): Likewise.
1855         (wl-thread-msg-mark-as-important): Likewise.
1856         (wl-thread-insert-entity-sub): Likewise.
1857         (wl-thread-get-children-msgs-uncached): Likewise.
1858
1859         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1860         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1861         (wl-summary-sync-update): Likewise.
1862         (wl-summary-auto-select-msg-p): Likewise.
1863         (wl-summary-update-thread): Likewise.
1864         (wl-summary-mark-as-important): Likewise.
1865         (wl-summary-jump-to-msg-internal): Likewise.
1866         (wl-summary-redisplay-internal): Likewise.
1867         (wl-summary-print-message-with-ps-print): Likewise.
1868         (wl-summary-folder-info-update): Likewise.
1869
1870         * wl-folder.el (wl-folder-check-one-entity):
1871         elmo-folder-count-flags instead of wl-summary-count-unread.
1872
1873         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1874
1875         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1876
1877         * wl-summary.el (wl-summary-set-message-modified): 
1878         Call wl-summary-set-mark-modified.
1879         (wl-summary-delete-messages-on-buffer): Call
1880         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1881         (wl-summary-sync-update): Call elmo-folder-length instead of
1882         elmo-folder-messages.
1883         (wl-summary-insert-headers): Don't call
1884         elmo-folder-list-message-entities.
1885
1886 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1887
1888         * wl-action.el (wl-summary-define-mark-action): Call
1889         `wl-summary-set-mark' with argument `data'.
1890         (wl-summary-auto-refile): Fixed order of arguments when call
1891         `wl-summary-refile'.
1892
1893 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1894
1895         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1896
1897         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1898
1899         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1900         (Renamed from wl-highlight-summary-deleted-face).
1901         (wl-highlight-summary-resend-face): New face.
1902
1903         (wl-highlight-summary-deleted-face): Renamed from
1904         wl-highlight-summary-erased-face.
1905
1906         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1907
1908         * wl-action.el (wl-summary-get-resend-address): New function.
1909         (wl-summary-exec-action-resend): Ditto.
1910         (wl-summary-exec-action-resend-subr): Ditto.
1911
1912         * w-thread.el (wl-thread-copy): Removed definition.
1913         (wl-thread-refile): Ditto.
1914         (wl-thread-delete): Ditto.
1915         (wl-thread-target-mark): Ditto.
1916
1917         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1918         (wl-summary-target-mark-set-action): Fixed.
1919         (wl-summary-define-mark-action): Fixed quotation.
1920         (wl-summary-move-mark-list-messages): Display message.
1921         (wl-summary-define-mark-action): Define thread functions.
1922         (wl-summary-exec-action-refile): Changed message.
1923         (wl-summary-exec): Ditto.
1924
1925 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1926         
1927         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1928         '%%'.
1929
1930 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1931
1932         * wl.el (toplevel): Require wl-action.
1933         (wl-init): Call wl-summary-define-mark-action.
1934
1935         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1936
1937         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1938         wl-summary-delete and wl-summary-erase.
1939         (wl-summary-mode-map): Ditto.
1940
1941         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1942         wl-delete-folder-alist.
1943
1944         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1945         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1946         (toplevel): Moved mark & action related functions to the wl-action.el.
1947
1948         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1949         in wl-summary-mark-action-list.
1950         (wl-highlight-summary-current-line): Ditto.
1951
1952         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1953         empty lines.
1954
1955         * wl-action.el: New file. 
1956
1957 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1958
1959         * wl-summary.el (wl-summary-target-mark-replace): New function.
1960         (wl-summary-target-mark-prefetch): Use it.
1961         (wl-summary-target-mark-delete): Ditto.
1962         (toplevel): Rearranged definition order.
1963         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1964         (wl-summary-target-mark-erase): Rewrite.
1965         (wl-summary-erase-region): New function.
1966         (wl-summary-exec-action-erase): Changed message.
1967         (wl-summary-move-mark-list-messages): New function.
1968         (wl-summary-exec-action-delete): Use it.
1969         (wl-summary-exec-action-erase): Ditto.
1970
1971         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1972         (wl-summary-skip-mark-list): Added "d".
1973
1974         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1975         while searching.
1976
1977         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1978         and define using defcustom;
1979         Define 4th element as a face.
1980         
1981         * wl-summary.el (wl-summary-incorporate): Use 
1982         `wl-summary-prefetch-region-no-mark' instead of
1983         `wl-summary-prefetch-region'.
1984         (wl-summary-prefetch-region-no-mark): Revival of old
1985         `wl-summary-prefetch-region'.
1986         (wl-summary-mark-action-list): Moved to wl-vars.el
1987
1988         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1989         face according to the `wl-summary-mark-action-list'.
1990         (wl-highlight-summary-current-line): Ditto;
1991         Removed destination highlighting.
1992
1993         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1994         (wl-highlight-summary-line-string): Highlight for "i" mark.
1995         (wl-highlight-summary-current-line): Ditto.
1996
1997         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1998         no destination.
1999
2000         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2001         exists, just go ahead.
2002         (wl-summary-prefetch-region): Rewrite.
2003         (wl-summary-prefetch): Ditto.
2004         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2005         (wl-summary-exec-action-prefetch): New function.
2006         (wl-summary-target-mark-prefetch): Rewrite.
2007
2008 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2009
2010         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2011         (wl-highlight-summary-line-string): Added "d" and "D".
2012         (wl-highlight-summary-current-line): Ditto.
2013
2014         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2015         in wl-summary.el.
2016         (wl-thread-insert-entity-sub): Ditto.
2017         (wl-thread-remove-destination-region): Ditto.
2018         (wl-thread-print-destination-region): Ditto.
2019
2020         * wl-summary.el (wl-summary-buffer-refile-list,
2021         wl-summary-buffer-delete-list,
2022         wl-summary-buffer-copy-list): Abolish.
2023         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2024         All other related portions are changed.
2025         (wl-summary-mark-action-list): New variable.
2026         (wl-summary-set-mark): New function.
2027         (wl-summary-register-target-mark): Ditto.
2028         (wl-summary-unregister-target-mark): Ditto.
2029         (wl-summary-have-target-mark-p): Ditto.
2030         (wl-summary-register-temp-mark): Ditto.
2031         (wl-summary-unregister-temp-mark): Ditto.
2032         (wl-summary-registered-temp-mark): Ditto.
2033         (wl-summary-collect-temp-mark): Ditto.
2034         (wl-summary-unset-mark): Ditto.
2035         (wl-summary-set-target-mark): Ditto.
2036         (wl-summary-unset-target-mark): Ditto.
2037         (wl-summary-set-action-generic): Ditto.
2038         (wl-summary-unset-action-generic): Ditto.
2039         (wl-summary-exec-action-delete): Ditto.
2040         (wl-summary-exec-action-erase): Ditto.
2041         (wl-summary-set-action-refile): Ditto.
2042         (wl-summary-set-action-refile-subr): Ditto.
2043         (wl-summary-unset-action-refile): Ditto.
2044         (wl-summary-make-destination-numbers-list): Ditto.
2045         (wl-summary-exec-action-refile): Ditto.
2046         (wl-summary-set-action-copy): Ditto.
2047         (wl-summary-unset-action-copy): Ditto.
2048         (wl-summary-exec-action-copy): Ditto.
2049         (wl-summary-collect-numbers-region): Ditto.
2050         (wl-summary-delete): Rewrite.
2051         (wl-summary-erase): Ditto.
2052         (wl-summary-remove-destination): Ditto.
2053         (wl-summary-exec): Ditto.
2054         (wl-summary-exec-region): Ditto.
2055         (wl-summary-target-mark-erase): Ditto.
2056         (wl-summary-refile): Ditto.
2057         (wl-summary-copy): Ditto.
2058         (wl-summary-unmark): Ditto.
2059         (wl-summary-delete-all-mark): Ditto.
2060         (wl-summary-mark-line): Don't highlight.
2061         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2062         (wl-summary-target-mark-refile-subr): Rewrite.
2063
2064         (wl-summary-copy-prev-destination): Abolish.
2065
2066 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2067
2068         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2069         default values along the value of wl-on-mule.
2070         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2071         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2072         It is not used anywhere.
2073
2074 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2075
2076         * wl-summary.el (wl-summary-print-destination): Keep position.
2077         (wl-summary-cursor-move-surface): Keep horizontal position.
2078
2079 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2080
2081         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2082         write sendlog.
2083
2084 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2085
2086         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2087         `wl-summary-highlight'.
2088
2089 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2090
2091         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2092         trivial condition for temp-mark.
2093
2094 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2095
2096         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2097         when it hits killed buffer.
2098
2099 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2100
2101         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2102         * wl-news.el.in: `message' and `error' take format string.
2103
2104 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2105
2106         * wl-folder (wl-folder-insert-entity): Display a message,
2107         `...done', when the work finish.
2108         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2109
2110 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2111
2112         * wl-message.el (wl-message-redisplay): Remove unused local
2113         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2114
2115 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2116
2117         * wl-summary.el (wl-summary-replace-status-marks): Disable
2118         interactive use.
2119         (wl-summary-reedit): Check message existence at first.
2120         (wl-summary-mark-line): Fix doc, return value is indefinite.
2121
2122         * wl-highlight.el (wl-highlight-message): Arranged.
2123
2124         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2125         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2126         check temp-mark by wl-summary-temp-mark always.
2127         (wl-highlight-summary): Change accordingly.
2128         * wl-summary.el (wl-summary-mark-as-read-all)
2129         (wl-summary-delete-cache, wl-summary-set-score-mark)
2130         (wl-summary-mark-as-unread, wl-summary-unmark)
2131         (wl-summary-mark-line, wl-summary-mark-as-read)
2132         (wl-summary-mark-as-important): Ditto.
2133
2134         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2135         end of the window if possible.
2136         * wl-summary.el (wl-summary-sync-update): Support lazy
2137         highlighting.
2138         (wl-summary-toggle-disp-msg): Ditto.
2139
2140 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2141
2142         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2143
2144 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2145
2146         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2147         change.
2148
2149 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2150
2151         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2152         API.
2153         (wl-summary-sync-update): Ditto.
2154
2155         * wl-score.el (wl-score-get-score-alist): Changed argument.
2156         (wl-summary-rescore-msgs): Likewise.
2157         (wl-summary-score-headers): Likewise.
2158         (wl-score-headers): Likewise;
2159         Use elmo-folder-do-each-message-entity, etc.
2160         (wl-summary-score-effect): Follow the changes above.
2161         (wl-summary-rescore): Ditto.
2162         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2163         (wl-score-get-overview): Abolish.
2164
2165         * wl-summary.el (wl-summary-default-from): Follow the API change in
2166         elmo-msgdb.
2167         (wl-summary-count-unread): Ditto.
2168         (wl-summary-detect-mark-position): Ditto.
2169         (wl-summary-overview-entity-compare-by-date): Ditto.
2170         (wl-summary-overview-entity-compare-by-number): Ditto.
2171         (wl-summary-overview-entity-compare-by-from): Ditto.
2172         (wl-summary-overview-entity-compare-by-subject): Ditto.
2173         (wl-summary-get-list-info): Ditto.
2174         (wl-summary-rescan): Ditto.
2175         (wl-summary-jump-to-msg-by-message-id): Ditto.
2176         (wl-summary-sync-update): Ditto; Removed comment.
2177         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2178         (wl-summary-insert-message): Use wl-summary-insert
2179         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2180         (wl-summary-insert-headers): Changed argument overview to folder.
2181         (wl-summary-search-by-subject): Likewise.
2182         (wl-summary-insert-thread): Renamed from 
2183         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2184
2185         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2186         too.
2187
2188         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2189         wl-string-member.
2190
2191 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2192
2193         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2194         elmo-folder-append-buffer.
2195         (wl-draft-queue-append): Likewise.
2196
2197         * wl-mime.el (wl-message-delete-current-part): Ditto.
2198         (wl-summary-burst-subr): Ditto.
2199
2200         * wl-news.el.in (wl-news-send-news): Ditto.
2201
2202 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2203
2204         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2205         function.
2206         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2207         (wl-summary-update-mark): Enclose with save-excursion.
2208         (wl-summary-mark-as-read-internal): Fixed last change.
2209         (wl-summary-mark-as-important): Use 3rd argument of
2210         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2211         Don't use elmo-msgdb-set-mark.
2212         (wl-summary-redisplay-internal): If msgdb flag is already read,
2213         just update the mark on buffer.
2214
2215 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2216
2217         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2218         cut visible folder when elmo-folder-delete returns non-nil value.
2219
2220 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2221
2222         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2223         by Kenichi OKADA <okada@opaopa.org>).
2224
2225 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2226
2227         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2228
2229 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2230
2231         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2232         Fixed the last change, search group entity by its real name.
2233         (Thanks to: KOBAYASHI Shinji)
2234
2235 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2236
2237         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2238         (wl-fldmgr-access-display-all): Don't refer visible name.
2239         * wl-expire.el (wl-folder-archive-current-entity)
2240         (wl-folder-expire-current-entity): Ditto.
2241         * wl-folder.el (wl-folder-jump-to-current-entity)
2242         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2243         (wl-folder-open-folder-sub,wl-folder-open-all)
2244         (wl-folder-write-current-folder): Ditto.
2245         (wl-folder-insert-entity): Don't use petname for normal group.
2246         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2247         is the real name.
2248         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2249         Abolished.
2250
2251 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2252
2253         * wl-draft.el (wl-draft-create-buffer): Add
2254         `wl-summary-reply-with-citation'
2255
2256 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2257
2258         * wl-draft.el (wl-draft-reply): Fixed.
2259
2260 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2261
2262         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2263         when `wl-draft-send-confirm-with-preview' is non-nil.
2264         You can scroll up/down by j/k.
2265         (wl-draft-send-confirm-with-preview): New variable (default=t).
2266
2267 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2268
2269         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2270         (wl-fldmgr-save-folders): Fix comment.
2271
2272 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2273
2274         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2275         along the last change in `wl-folder-buffer-group-p'.
2276
2277 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2278
2279         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2280         folder.
2281
2282         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2283         the default value.
2284
2285         * wl-mime.el (wl-summary-burst): Update summary only when target
2286         folder equals current folder.
2287
2288 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2289
2290         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2291
2292 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2293
2294         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2295         value.
2296
2297 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2300         `map-extents' instead of `extent-at' repeatedly.
2301         (wl-highlight-folder-current-line): Ditto.
2302
2303         * wl-highlight.el: Remove useless dummy functions.
2304
2305 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2306
2307         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2308         (wl-folder-put-folder-property): New function to put text property.
2309         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2310         (wl-folder-insert-entity, wl-folder-update-diff-line)
2311         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2312         * wl-e21.el, wl-xmas.el, wl-mule.el
2313         (wl-highlight-folder-current-line): Ditto.
2314         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2315         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2316         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2317         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2318
2319 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2320
2321         * Version number is increased to 2.11.3.
2322
2323 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2324
2325         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2326         Resume current-buffer since it is assumed by remaining tasks.
2327
2328 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2329
2330         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2331         (wl-folder-completion-function): Abolished.
2332         (wl-folder-complete-folder): New function.
2333         (wl-folder-complete-filter-condition): Ditto.
2334         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2335         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2336
2337 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2338
2339         * wl-draft.el (wl-draft-send-confirm): New function.
2340         (wl-draft-send): Use it.
2341
2342         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2343         cursor-in-echo-area while confirming.
2344
2345         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2346
2347         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2348         searching via nntp if wl-summary-search-via-nntp is 'force.
2349         Otherwise, invoke searching in nntp folder only.
2350         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2351
2352         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2353         explicitly for mime-make-text-tag.
2354
2355 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2356
2357         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2358         `mime-make-text-tag' instead of `mime-create-tag'.
2359
2360 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2361
2362         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2363         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2364
2365 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2366
2367         * wl-score.el (wl-score-save): Bind print-length and print-level.
2368         (wl-score-pretty-print): Ditto.
2369         (wl-score-edit-insert-header-entry): Ditto.
2370
2371         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2372         "From" entry to be treated with wl-draft-eword-encode-address-list.
2373         * wl-mime.el (wl-draft-preview-message): Ditto.
2374
2375         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2376         (wl-summary-mark-as-unread): Ditto.
2377         (wl-summary-mark-as-read-region): Change accordingly.
2378         (wl-summary-mark-as-unread-region): Ditto.
2379         (wl-summary-target-mark-mark-as-read): Ditto.
2380         (wl-summary-target-mark-mark-as-unread): Ditto.
2381
2382 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2383
2384         * Version number is increased to 2.11.2.
2385
2386 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2387
2388         * wl-news.el.in (wl-news-previous-version-save): Bind
2389         print-length and print-level.
2390         * wl-thread.el (wl-thread-save-entities): Ditto.
2391         (wl-thread-save-top-list): Bind print-length.
2392
2393 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2394
2395         * wl-highlight.el (wl-highlight-summary-line-string): Use
2396         wl-summary-score-below-mark, wl-summary-score-over-mark.
2397         (wl-highlight-summary-current-line): Ditto.
2398
2399 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2400
2401         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2402         insert it.
2403
2404 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2405
2406         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2407
2408 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2409
2410         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2411         message without msgid.
2412         Rewrite with elmo-folder-move-messages.
2413         Set wl-message-buffer to nil.
2414
2415         * wl-summary.el (wl-summary-erase-subr): New function. Use
2416         elmo-folder-move-messages.
2417         (wl-summary-erase): Call it.
2418         (wl-summary-target-mark-erase): Ditto.
2419
2420 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2421
2422         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2423         it is not up-tp-date.
2424
2425 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2426
2427         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2428         buffer after calling `wl-summary-goto-folder-subr' without the
2429         argument `interactive'.
2430         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2431
2432 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2433
2434         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2435         `mime-create-tag'. Use `string=' instead of `looking-at'.
2436
2437 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2438
2439         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2440         to avoid compile warning.
2441
2442         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2443         entity-id when folder is given.
2444         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2445         save-excursion, use save-selected-window instead.
2446         Select folder buffer window if exists.
2447         (To correct behavior with wl-folder-move-cur-folder.)
2448
2449 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2450
2451         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2452
2453 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2454
2455         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2456         list-count instead of %d.
2457
2458 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2459
2460         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2461         (wl-news): Set it.
2462         (wl-news-append-to-folder): Use it.
2463
2464         * wl-news.el.in (wl-news-send-news): Append to specified folder
2465         instead of wl-default-folder.
2466         (wl-news-append-to-folder): Show error message with specified folder.
2467
2468         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2469                 In most major modes, Emacs assumes that any opening
2470                 delimiter found at the left margin is the start of a
2471                 top-level definition, or defun. Therefore, *never put an
2472                 opening delimiter at the left margin unless it should have
2473                 that significance.*
2474
2475         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2476
2477 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2478
2479         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2480
2481 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2482
2483         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2484
2485 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2486
2487         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2488         for sequential numbering case.
2489
2490 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2491
2492         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2493         value.
2494         (wl-draft-reply-without-argument-list): Ditto.
2495         (wl-draft-reply-myself-with-argument-list): Abolish.
2496         (wl-draft-reply-myself-without-argument-list): Ditto.
2497         * wl-draft.el (wl-draft-self-reply-p): New function.
2498         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2499
2500 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2501
2502         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2503         (avoid error for the case without byte-compiling)
2504
2505 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2506
2507         * wl-news.el.in (wl-news-append-to-folder): New function.
2508         (wl-news-exit): Rewrite.
2509         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2510
2511 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2512
2513         * wl-draft.el (wl-draft-reply-position): New function.
2514         (wl-draft-reply-position): Fix.
2515         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2516         (wl-summary-target-mark-reply-with-citation): Ditto.
2517         (wl-summary-reply-with-citation): Ditto.
2518         * wl-vars.el (wl-draft-reply-default-position): New variable.
2519
2520 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2521
2522         * wl-draft.el (wl-draft-send): Preview when interactive send.
2523
2524 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2525
2526         * wl-draft.el (wl-draft-reply): Set default position.
2527         * wl-summary.el (wl-summary-reply): Ditto.
2528         (wl-summary-reply-with-citation): Ditto.
2529         (wl-summary-target-mark-reply-with-citation): Ditto.
2530
2531 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2532
2533         * wl-news.el.in (wl-news-lang): Set default value according to
2534         current-language-environment.
2535         (wl-news-append-news): Do nothing when news-list is nil.
2536
2537 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2538
2539         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2540         (wl-news): Change message.
2541         (wl-news-exit): Check buffer.
2542         (wl-news-force-exit): New function.
2543         (wl-news-show-all): New function.
2544         (wl-news-discard-and-exit): Fix.
2545
2546 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2547
2548         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2549         according to current-language-environment.
2550
2551         * wl-news.el.in (wl-news): If arg, show all NEWS after
2552         wl-news-default-previous-version.
2553
2554 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2555
2556         * wl-news.el.in (wl-news-check): Rewritten.
2557         (wl-news-previous-version-load): Change data type.
2558         (wl-news-previous-version-save): Change data type.
2559         (wl-news-append-news): Add return value.
2560         (wl-news-check-news): New function.
2561         (wl-news-already-current-p): New function.
2562         (wl-news-send-news): Rewritten.
2563         (wl-news-mode-map): Add new keybind.
2564         (wl-news): Rewritten.
2565         (wl-news-exit): Rewritten.
2566         (wl-news-discard-and-mail): New function.
2567         (wl-news-send-to-address): Abolished.
2568         * wl.el (wl-init): Delete a message.
2569
2570 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2571
2572         * wl-news.el.in (wl-news-exit): Update previous version.
2573         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2574
2575 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2576
2577         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2578
2579 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2580
2581         * wl-news.el.in (wl-news): New function.
2582         (wl-news-mode): New function.
2583         (wl-news-next-line): New function.
2584         (wl-news-next-page): New function.
2585         (wl-news-exit): New function.
2586         (wl-news-buf-name): New variable.
2587         (wl-news-mode-map): New variable.
2588         (wl-news-winconf): New variable.
2589         (wl-news-append-news): Add an option.
2590
2591 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2592
2593         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2594
2595 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2596
2597         * wl-news.el.in (wl-news-send-to-address): New variable.
2598         (wl-news-send-news): Use it.
2599         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2600         Return updating status.
2601         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2602
2603 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2604
2605         * wl-news.el.in (wl-news-send-news): Delete
2606         Organization and X-Face.
2607
2608 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2609
2610         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2611         (wl-news-append-news): New function.
2612         (wl-news-send-news): New function.
2613
2614 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2615
2616         * Version number is increased to 2.11.1.
2617
2618 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2619
2620         * wl-news.el.in : New file.
2621
2622 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2623
2624         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2625         default value.
2626         (wl-draft-reply-without-argument-list): Ditto.
2627
2628 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2629
2630         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2631         (wl-message-buffer-prefetch-idle-time): Ditto.
2632         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2633
2634 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2635
2636         * wl-thread.el (wl-thread-insert-message): Use
2637         wl-summary-max-thread-depth.
2638
2639         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2640         loop detection.
2641
2642         * wl-message.el (wl-message-buffer-display): Back to the first page
2643         when cache is hit.
2644
2645 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2646
2647         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2648
2649         * wl-summary.el (wl-summary-insert-thread-entity):
2650         If the thread depth is reached to wl-summary-max-thread-depth,
2651         divide the thread.
2652
2653 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2654
2655         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2656         for elmo-remove-passwd.
2657
2658 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2659
2660         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2661         folder is sticky.
2662         (wl-folder-mark-as-read-all-entity): Ditto.
2663         (wl-folder-prefetch-entity): Ditto.
2664
2665 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2666
2667         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2668
2669 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2670
2671         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2672         Delete messages on buffer for unplugged operation.
2673         (wl-summary-erase): Ditto.
2674
2675 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2676
2677         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2678         take nil so as not to search parent by subject.
2679
2680 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2681
2682         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2683         (wl-folder-get-next-folder): Ditto.
2684         (wl-folder-get-path): Ditto.
2685
2686 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2687
2688         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2689         system and encode the region with it before verifying.
2690
2691 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2692
2693         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2694         system of the echo buffer before decoding.
2695
2696 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2697
2698         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2699         original contents.
2700
2701 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2702
2703         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2704         with argument 'any-exists.
2705
2706 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2707
2708         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2709         Use `wl-cs-autoconv'.
2710
2711 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2712
2713         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2714         by `mime-view-automatic-conversion'.
2715
2716         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2717         (wl-message-verify-pgp-nonmime): Ditto.
2718         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2719         Bind them to C-c:d and C-c:v respectively.
2720
2721         Merge following code by Teranishi-san from [wl-en:00167].
2722         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2723         (wl-mime-preview-application/pgp-encrypted): Ditto.
2724         (wl-mime-setup): Add entry.
2725
2726 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2727
2728         * wl-summary.el (wl-summary-target-mark-erase): New function.
2729         Bind it to "mD".
2730
2731 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2732
2733         * wl-vars.el (wl-draft-write-file-function): Fix.
2734         (wl-draft-reedit-hook): Changed default value.
2735
2736         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2737         wl-draft-reedit-hook.
2738         (wl-draft-remove-text-plain-tag): New function.
2739         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2740
2741         * wl-vars.el (wl-draft-write-file-function): New user option.
2742
2743         * wl-draft.el (wl-draft-prepare-edit): Use it for
2744         local-write-file-hooks.
2745         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2746
2747         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2748         (wl-draft-insert-mail-header-separator): Return the body beginning
2749         point.
2750         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2751         text/plain.
2752         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2753
2754 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2755
2756         * wl-summary.el (wl-summary-erase): New function to erase message
2757         without moving it to trash. Bind to "D".
2758
2759         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2760         as `keep' unless switch-function.
2761
2762 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2763
2764         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2765         message buffer by using `wl-summary-toggle-disp-msg'.
2766         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2767         buffer window.
2768         (wl-summary-supresedes-message): Ditto.
2769
2770         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2771         Do not delete other windows.
2772         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2773         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2774         (wl-draft-create-buffer): Set reply-or-forward also for target
2775         mark commands.
2776
2777 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2778
2779         * wl-draft.el (wl-user-agent-compose): Delete special case for
2780         switch-to-buffer-other-window.
2781
2782         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2783         (wl-summary-forward): Ditto.
2784
2785         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2786         function.
2787         (wl-draft-buffer-style): New use option.
2788
2789         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2790         (wl-draft): Follow the change above.
2791         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2792         wl-draft-buffer-style.
2793         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2794         switch-function.
2795
2796 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2797
2798         * wl-draft.el (wl-user-agent-compose): Delete special case for
2799         switch-to-buffer-other-window.
2800
2801         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2802         (wl-summary-forward): Ditto.
2803
2804         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2805         function.
2806         (wl-draft-buffer-style): New use option.
2807
2808         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2809         (wl-draft): Follow the change above.
2810         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2811         wl-draft-buffer-style.
2812         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2813         switch-function.
2814
2815 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2816
2817         * wl-address.el (wl-address-make-completion-entry): Extracted from
2818         `wl-address-make-completion-list'.
2819         (wl-address-enable-strict-loading): New variable.
2820         (wl-address-make-completion-list): Revive petname duplication
2821         inquiry, and enable it if `wl-address-enable-strict-loading'.
2822         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2823
2824 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2825
2826         * wl-message.el (wl-message-get-original-buffer): Avoid
2827         'Selecting deleted buffer' error when original buffer is killed.
2828
2829 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2830
2831         * wl-summary.el (wl-summary-next-message): Use
2832         elmo-message-accessible-p instead of elmo-message-cached-p.
2833
2834 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2835
2836         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2837
2838         * wl-thread.el (wl-thread-open-all-unread): Use
2839         elmo-folder-list-flagged instead of
2840         elmo-folder-list-messages-mark-match.
2841
2842         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2843         instead of elmo-folder-list-messages-mark-match.
2844         (wl-summary-move-spec-alist): New variable.
2845         (wl-summary-move-spec-plugged-alist,
2846         wl-summary-move-spec-unplugged-alist): Abolish.
2847         (wl-summary-next-message): Follow the change above.
2848         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2849         with 'no-msg' argument.
2850
2851         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2852         variable.
2853         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2854         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2855         (wl-message-buffer-prefetch-get-next): Follow the change above.
2856
2857 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2858
2859         * wl-version.el (wl-version): Changed codename.
2860
2861         * Version number is increased to 2.11.0.
2862
2863 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2864
2865         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2866         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2867         `wl-draft-config-variables'.
2868         (wl-draft-kill): Fixed problem when the draft is reedit.
2869
2870 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2871
2872         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2873         buffer-modified status (Thanks to
2874         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2875
2876 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2877
2878         * wl-util.el (wl-region-exists-p): New function.
2879
2880         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2881         Remove defvars for byte-compile warnings.
2882
2883 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2884
2885         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2886         defvar-maybe. Removed unused bind.
2887
2888 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2889
2890         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2891         summary buffer window before creating new frame.
2892         (wl-draft-reply): Ditto.
2893
2894 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2895
2896         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2897
2898 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2899
2900         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2901
2902 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2903
2904         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2905         instead of `kill-region'.
2906
2907 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2908
2909         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2910         (wl-highlight-summary-line-string): Use it.
2911         (wl-highlight-summary-current-line): Ditto.
2912
2913         * wl-mime.el (wl-message-delete-current-part): Check the class of
2914         mime-entity.
2915
2916         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2917
2918         * wl-summary.el (wl-summary-make-number-list): Initialize.
2919         (wl-summary-update-mark): New function.
2920         (wl-summary-reply): Put `answered' mark on the message.
2921         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2922
2923         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2924         (wl-draft-reply): Added optional argument `number';
2925         Set wl-draft-parent-number.
2926         (wl-draft-kill): Delete answered mark if it is a reply.
2927
2928 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2929
2930         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2931         that originates in mime-preview-follow-current-entity.
2932         (wl-draft-yank-current-message-entity): Use it if region is active.
2933
2934         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2935         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2936         `wl-message-delete-current-part'.
2937         * wl-mule.el (wl-message-define-keymap): Ditto.
2938         * wl-xmas.el (wl-message-define-keymap): Ditto.
2939
2940 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2941
2942         * wl-mime.el (wl-message-delete-current-part): New function.
2943         (wl-mime-node-id-to-string): Ditto.
2944
2945         * wl-mime.el (wl-message-delete-current-part): Use existing
2946         original buffer which corresponds current mime-view buffer.
2947         (fetched buffer might have different structure, possibly)
2948
2949         * wl-mime.el (wl-message-delete-current-part): Quit if the
2950         message content differs from the actual message.
2951
2952 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2953
2954         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2955         order.
2956         (wl-summary-search-by-subject): Search parent message from tail;
2957         Check the existence of the parent message on the current thread tree.
2958         (wl-summary-update-thread): Check whether the line is inserted.
2959
2960 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2961
2962         * wl-vars.el (wl-summary-line-format): Undo last change.
2963         * wl-summary.el (wl-summary-print-destination): Do not put
2964         invisible property when `wl-summary-width' is nil.
2965         (wl-summary-line-subject-minimum-length): Abolished.
2966         (wl-summary-line-subject): Ditto.
2967
2968 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2969
2970         * wl-vars.el (wl-summary-line-format): Change default value.
2971         (wl-summary-subject-length-limit): Abolished.
2972         * wl-summary.el (wl-summary-line-subject): Ditto.
2973
2974 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2975
2976         * wl-template.el (wl-template-select): Added optional argument.
2977         If optional argument is specified, reverse
2978         `wl-template-visible-select'.
2979
2980 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2981
2982         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2983         Take prefix argument to force asking the destination folder.
2984
2985 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2986
2987         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2988         count and update status.
2989
2990 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2991
2992         * wl-summary.el (wl-summary-redisplay-internal): If
2993         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2994         after fetching.
2995
2996 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2997
2998         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2999         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3000
3001         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3002
3003 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3004
3005         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3006         (All other related portions are changed).
3007         (wl-summary-mark-as-read-all): Rewrite.
3008
3009 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3010
3011         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3012         `wl-summary-mark-as-read'.
3013         (wl-summary-mark-as-unread): Rewrite.
3014         (wl-summary-mark-as-read): Added no-modeline argument.
3015         (wl-summary-resume-cache-status): Rewrite.
3016         (wl-summary-exec-subr): Remove unused local variable.
3017
3018 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3019
3020         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3021         logic to call `wl-summary-buffer-prev-folder-function'.
3022         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3023
3024 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3025
3026         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3027         is nil.
3028
3029 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3030
3031         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3032         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3033         (wl-mime-setup): Add its entry.
3034
3035 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3036
3037         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3038         (wl-summary-delete-cache): Likewise.
3039         (wl-summary-mark-as-read): Rewrite.
3040
3041 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3042
3043         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3044         `wl-summary-count-unread'.
3045
3046         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3047
3048         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3049
3050 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3051
3052         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3053         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3054         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3055         Renamed to the elmo-msgdb-*-mark.
3056         (wl-summary-score-marks): Follow the change above.
3057         (wl-summary-auto-refile-skip-marks): Ditto.
3058         (wl-summary-incorporate-marks): Ditto.
3059         (wl-summary-expire-reserve-marks): Ditto.
3060
3061         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3062         changes.
3063         (wl-thread-insert-top): Changed updating message.
3064
3065         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3066         variable.
3067         (wl-summary-count-unread): Count answered marks.
3068         (wl-summary-rescan): Call wl-summary-insert-message instead of
3069         wl-summary-append-message-func-internal.
3070         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3071         (wl-summary-prefetch-msg): Follow the variable name changes.
3072         (wl-summary-prefetch-region): Ditto.
3073         (wl-summary-mark-as-read-all): Follow the API changes;
3074         Don't call elmo-folder-replace-marks.
3075         (wl-summary-delete-cache): Follow the variable name changes.
3076         (wl-summary-resume-cache-status): Ditto.
3077         (wl-summary-update-status-marks): New function.
3078         (wl-summary-insert-message): New function.
3079         (wl-summary-sync-marks): Follow the variable name changes.
3080         (wl-summary-sync-update): Synchronize to the msgdb, too;
3081         Changed update messages.
3082         (wl-summary-make-number-list): Rewrite.
3083         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3084         (wl-summary-mark-as-unread): Follow the API changes.
3085         (wl-summary-exec-subr): Follow the variable name changes.
3086         (wl-summary-mark-as-read): Ditto.
3087         (wl-summary-move-spec-plugged-alist): Ditto.
3088         (wl-summary-move-spec-unplugged-alist): Ditto.
3089         (wl-summary-cursor-move-surface): Ditto.
3090
3091         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3092         variable name changes.
3093         (wl-highlight-summary-current-line): Ditto.
3094
3095         * wl-expire.el (wl-expire-refile): Follow the API change in
3096         elmo-folder-move-messages.
3097         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3098         (wl-summary-archive): Use elmo-folder-msgdb instead of
3099         elmo-msgdb-load.
3100
3101 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3102
3103         * wl-mime.el (wl-draft-preview-message): Restore the position
3104         before evaluating wl-draft-send-hook in preview buffer.
3105
3106 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3107
3108         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3109         when it creates new draft buffer.
3110
3111         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3112         without argument.
3113
3114         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3115         Evaluate content and if the value is string, insert it.
3116         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3117         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3118         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3119         wl-draft-config-sub-part-bottom): Use it.
3120
3121         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3122         with the folder name. The question was unintelligible when it is
3123         called from wl-save-status.
3124
3125 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3126
3127         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3128         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3129         cannot take second argument).
3130
3131 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3132
3133         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3134         as t. Since type and subtype are not case sensitive (RFC 2045).
3135
3136 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3137
3138         * wl-vars.el (wl-message-mode-line-format): New variable.
3139         (wl-message-mode-line-format-spec-alist): Ditto.
3140         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3141         (wl-message-redisplay): Use wl-message-mode-line-format.
3142
3143 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3144
3145         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3146
3147 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3148
3149         * wl-summary.el (wl-summary-default-from): Write description.
3150
3151 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3152
3153         * wl-vars.el (wl-ldap-objectclass): Abolish.
3154
3155         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3156         (wl-ldap-make-filter): Removed condition for objectclass.
3157         (wl-ldap-make-matched-value-list): Remove meaningless process.
3158         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3159         (wl-address-ldap-search): Don't add `*' to `pat' string;
3160         use ignore-errors; added `email';
3161         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3162         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3163         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3164
3165
3166 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3167
3168         * wl-draft.el (wl-draft-parent-folder): Write description.
3169         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3170
3171 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3172
3173         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3174         as "" (zero-length string) if no parent.
3175         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3176
3177 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3178
3179         * wl-address.el (wl-address-make-completion-list): Skip duplication
3180         checking.
3181         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3182         `append'.
3183
3184 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3185
3186         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3187         instead of `beginning-of-buffer'.
3188
3189 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3192
3193 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3194
3195         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3196         Refer wl-message-buffer-name.
3197         (wl-message-wheel-down): Ditto.
3198
3199 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3200
3201         * wl-vars.el (wl-message-buffer-name): New user option.
3202
3203         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3204         directly instead of making alist dinamically.
3205
3206         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3207         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3208         wl-message-buffer-cache-name.
3209         (wl-message-buffer-cache-clean-up): Ditto.
3210
3211         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3212
3213         * Version number is increased to 2.9.15.
3214
3215 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3216
3217         * wl-vars.el (wl-summary-default-view-alist): New user option.
3218
3219         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3220
3221         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3222         while deleting address.
3223         (wl-draft-delete-myself-from-cc): Ditto.
3224
3225         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3226         If optional argument is specified, reverse sort order.
3227
3228         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3229
3230 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3231
3232         * wl-thread.el (wl-thread-insert-message): Return parent number if
3233         exists.
3234         (wl-thread-update-indent-string-region): Use
3235         wl-thread-update-line-on-buffer-sub instead of
3236         wl-thread-update-line-on-buffer.
3237
3238 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3239
3240         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3241         (wl-folder-close-all): Ditto.
3242
3243 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3244
3245         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3246         and mailing-list:.
3247         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3248         value.
3249         (wl-summary-line-list-info): Print mailing-list name even when 
3250         list-number is empty.
3251
3252 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3253
3254         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3255
3256         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3257         (wl-draft-open-file): Ditto.
3258         (wl-draft-random-alphabet): Ditto.
3259
3260         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3261         bindings.
3262
3263 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3264
3265         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3266         * wl-vars.el (wl-draft-config-alist): Ditto.
3267
3268 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3269
3270         * Version number is increased to 2.9.14.
3271
3272         * wl.el (wl): Don't set wl-init as nil when error occured while
3273         auto-checking folders.
3274
3275         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3276         `elmo-expand-newtext'.
3277
3278 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3279
3280         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3281         `this-command' so that `wl-folder-goto-folder' contained in
3282         `wl-summary-keep-cursor-command' work.
3283
3284 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3285
3286         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3287         message buffer displaying state.
3288
3289 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3290
3291         * wl-vars.el (wl-summary-default-view): New variable to specify
3292         default value for `wl-summary-buffer-view' instead of using
3293         set-default.
3294         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3295
3296 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3297
3298         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3299
3300         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3301
3302 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3303
3304         * wl-vars.el (wl-forward-subject-prefix): New variable.
3305         * wl-draft.el (wl-draft-forward): Use it.
3306
3307 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3308
3309         * wl-message.el (wl-message-prev-page): When it is called without
3310         lines argument, scroll down by wl-message-scroll-amount lines.
3311         (wl-message-next-page): Ditto.
3312         * wl-vars.el (wl-message-scroll-amount): Change default value
3313         to preserve current behavior.
3314
3315 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3316
3317         * wl-summary.el (wl-summary-prefetch-msg): Bind
3318         `wl-message-entity' to call `wl-summary-from-function'.
3319
3320 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3321
3322         * wl-message.el (wl-message-buffer-create): Run
3323         wl-message-buffer-created-hook.
3324
3325 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3326
3327         * wl-summary.el (wl-summary-sort-specs): New variable.
3328         (wl-summary-default-sort-spec): Ditto.
3329         (wl-summary-sort): Rewrite.
3330         (wl-summary-sort-by-list-info): New function.
3331
3332 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3333
3334         * wl-summary.el (wl-summary-get-list-info): New function.
3335         (wl-summary-sort): Rewrite.
3336         (wl-summary-line-list-info): Ditto.
3337         (wl-summary-line-list-count): Ditto.
3338         (wl-summary-refile-region): Fixed docstring.
3339
3340 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3341
3342         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3343         `wl-folder-entity-hashtb' as completion table.
3344
3345 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3348         only when this command is called interactively; silence the byte-
3349         compiler.
3350
3351 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3352
3353         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3354         active in XEmacs.
3355
3356 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3357
3358         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3359         plural lines.
3360
3361 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3362
3363         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3364         of current line when the cursor is on the header name.
3365         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3366
3367 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3368
3369         * wl-util.el (wl-read-directory-name): Return displayed directory
3370         as the default value also on XEmacs.
3371
3372 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3373
3374         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3375         formatting.
3376
3377 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3378
3379         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3380         argument and when it is non-nil, check face property before
3381         highlighting for each line.
3382         (wl-highlight-summary-window): Set it.
3383
3384 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3385
3386         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3387         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3388
3389         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3390         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3391         (wl-draft-get-fcc-list): Likewise.
3392
3393 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3394
3395         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3396         (wl-thread-entity-cur): Ditto.
3397         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3398         wl-thread-indent-regexp setting.
3399         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3400
3401         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3402         wl-summary-lazy-highlight.
3403         (wl-summary-display-bottom): Ditto.
3404
3405         * wl-thread.el (wl-thread-open-close): Likewise.
3406
3407         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3408         from and subject;
3409         Bind wl-draft-use-frame;
3410         Enclose with save-window-excursion;
3411         Use wl-draft-create-buffer instead of with-temp-buffer;
3412         Use wl-draft-prepare-edit;
3413         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3414         Use wl-draft-send instead of wl-draft-raw-send.
3415
3416 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3417
3418         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3419         of using wl-from.
3420
3421 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3422
3423         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3424         insert-buffer instead of clone-buffer.
3425         (wl-draft-doing-mime-bcc): New variable.
3426         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3427         infinite loop.
3428         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3429
3430         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3431         (wl-draft-mime-bcc-body): Ditto.
3432
3433         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3434         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3435         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3436         wl-draft-do-mime-bcc.
3437         (wl-draft-mime-bcc-field): New function.
3438         (wl-draft-do-mime-bcc): Ditto.
3439
3440         * wl-address.el (wl-address-complete-header-list): New variable.
3441         (wl-address-complete-header-regexp): Changed default value.
3442
3443         * Version number is increased to 2.9.13.
3444
3445 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3446
3447         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3448         it is differed.
3449
3450 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3451
3452         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3453         (wl-summary-line-list-count): Ditto.
3454
3455 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3456
3457         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3458         (wl-nntp-posting-function): New variable.
3459         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3460         `wl-nntp-posting-config-alist'.
3461
3462 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3463
3464         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3465         FLIM.
3466
3467 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3468
3469         * wl-summary.el (wl-summary-target-mark-refile-sub):
3470         Remove a nuisance funcall.
3471
3472 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3473
3474         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3475         as t for `try-completion'.
3476
3477 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3478
3479         * wl-summary.el (wl-summary-default-from): Use
3480         wl-address-header-extract-address instead of
3481         std11-extract-address-components.
3482         (wl-summary-simple-from): Ditto.
3483         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3484         (wl-summary-insert-headers): Show message.
3485         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3486         for whole line.
3487         (wl-summary-default-from): Revert last change.
3488         (wl-summary-simple-from): Ditto.
3489         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3490         (wl-summary-mark-as-read-region): Follow the change above.
3491         (wl-summary-sync-marks): Ditto.
3492         (wl-summary-target-mark-mark-as-read): Ditto.
3493         (wl-summary-redisplay-internal): Ditto.
3494         (wl-summary-redisplay-no-mime-internal): Ditto.
3495         (wl-summary-redisplay-all-header): Ditto.
3496         (wl-summary-mark-as-read): Removed argument `cached';
3497         Use current cache status to set cache mark.
3498         (wl-summary-redisplay-internal): Follow the change above.
3499         (wl-summary-redisplay-no-mime-internal): Ditto.
3500         (wl-summary-redisplay-all-header): Ditto.
3501
3502         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3503
3504         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3505         Don't call itself recursively (Adviced by Yamaoka-san).
3506
3507 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3508
3509         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3510         bind wl-summary-highlight as nil to avoid error caused by missing
3511         local variables.
3512
3513 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * wl-vars.el (wl-invalid-character-message): New user option.
3516
3517         * wl-util.el (wl-set-string-width): If truncated string-width is
3518         larger than specified width, use `wl-invalid-character-message'.
3519
3520 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3521
3522         * wl-summary.el (wl-summary-prefetch-msg): 
3523         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3524
3525 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3526
3527         * wl-vars.el (wl-summary-check-line-format): New user option.
3528         (wl-summary-line-format-file): Ditto.
3529
3530         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3531         variable.
3532         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3533         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3534         and `wl-summary-view-old-p' to check whether do a rescan or not.
3535         (wl-summary-view-old-p): New function.
3536         (wl-summary-line-format-changed-p): Ditto.
3537         (wl-summary-line-format-save): Ditto.
3538         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3539
3540         * wl-util.el (wl-set-string-width): Avoid using negative number
3541         for make-string.
3542
3543 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3544
3545         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3546         return value.
3547
3548         * wl-util.el (wl-set-string-width): Added optional argument
3549         `padding' (All other related portions are changed).
3550         (wl-line-parse-format): If the first letter of column number is
3551         `0', zero-padding the result (ex: "%05l").
3552
3553         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3554
3555 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3556
3557         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3558         sequential summary view.
3559
3560 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3563         if it doesn't have a -unix version.
3564
3565 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3566
3567         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3568
3569 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3570
3571         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3572         content.
3573         (wl-draft): Follow the change above.
3574
3575         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3576
3577         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3578         and wl-folder-summary-line-format-alist contain %T and %P.
3579
3580         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3581         (wl-summary-mode-line-format): New user option.
3582         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3583         (wl-summary-line-format): Changed default value.
3584         (wl-summary-lazy-highlight): Changed default value.
3585
3586         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3587         change in wl-summary-create-line.
3588         (wl-thread-insert-entity-sub): Ditto.
3589
3590         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3591         (wl-summary-buffer-unread-status): Ditto.
3592         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3593         (wl-summary-buffer-persistent-mark-column): Ditto.
3594         (wl-summary-buffer-mode-line-formatter): Ditto.
3595         (wl-summary-buffer-mode-line): Ditto.
3596         (wl-summary-message-regexp): Abolished.
3597         (All other related portions are changed.)
3598         (wl-summary-detect-mark-position): New function.
3599         (wl-summary-buffer-set-folder): Setup
3600         wl-summary-buffer-mode-line-formatter.
3601         (wl-summary-mode): Setup selective-display;
3602         Setup pre-idle-hook when xemacs.
3603         (wl-summary-update-modeline): Rewrite.
3604         (wl-summary-jump-to-msg): Define as function;
3605         Changed regexp for searching messages.
3606         (wl-summary-message-number): Rewrite.
3607         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3608         Do rescan when old type summary cache.
3609         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3610         (wl-summary-remove-destination): Use '\r' to detect EOL.
3611         (wl-summary-print-destination): Ditto.
3612         (wl-summary-temp-mark): New inline function.
3613         (wl-summary-persistent-mark): Ditto.
3614         (wl-summary-line-number): New function.
3615         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3616         (wl-summary-line-list-count): New function.
3617         (wl-summary-create-line): Added argument persistent-mark.
3618         (All other related portions are changed)
3619         (wl-summary-create-line): Insert '\r'.
3620         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3621         (wl-summary-cursor-move-surface): New inline function.
3622         (wl-summary-prev): Use it.
3623         (wl-summary-next): Ditto.
3624
3625         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3626         wl-summary-message-regexp.
3627         (wl-highlight-summary): Delete progress message.
3628         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3629
3630         * Version number is increased to 2.9.12.
3631
3632 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3633
3634         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3635         variable (nil: no minimum).
3636         (wl-summary-line-subject): Add some spaces after subject by
3637         wl-summary-line-subject-minimum-length.
3638
3639 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3640
3641         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3642         and removed `F'.
3643         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3644         change above).
3645
3646 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3647
3648         * wl-summary.el (wl-summary-line-list-count): Reverted.
3649         (example setting in samples/*/dot.wl is also updated)
3650
3651 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3652
3653         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3654
3655         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3656
3657         * wl-vars.el (wl-summary-line-format): Addes some description to the
3658         docstring.
3659
3660         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3661         (wl-summary-line-close-bracket): Ditto.
3662         (wl-summary-line-children-number): Ditto.
3663         (wl-summary-line-thread-indent): Ditto.
3664         (wl-summary-line-children-and-from): Ditto.
3665
3666         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3667         't', 'c', 'F' and added 'C'.
3668
3669         * wl-util.el (wl-set-string-width): Accept negative value.
3670         (wl-line-parse-format): Added "%number(" and "%)".
3671
3672 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3673
3674         * wl-summary.el (wl-summary-line-list-count): Change format of the
3675         return value.
3676
3677 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3678
3679         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3680         from the recent message.el.
3681         (wl-draft-point-in-header-p): Ditto.
3682         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3683         wl-draft-beginning-of-line.
3684         * wl-e21.el (wl-draft-mode-map): Ditto.
3685         * wl-xmas.el (wl-draft-mode-map): Ditto.
3686
3687         * wl-folder.el: Sort macrodefs by dependencies.
3688
3689 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3690
3691         * wl-summary.el (wl-summary-prev): Fixed regexp.
3692         (wl-summary-next): Ditto.
3693
3694 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3695
3696         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3697
3698 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3699
3700         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3701         for backward compatibility.
3702
3703 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3704
3705         * wl-summary.el (wl-summary-line-list-count): New function, merged
3706         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3707         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3708         list counts.
3709
3710 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3711
3712         * wl-summary.el (wl-summary-create-line): Ignore errors while
3713         timezone-fix-time.
3714
3715         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3716
3717         * wl-summary.el (wl-summary-sync-update): Ditto.
3718         (wl-summary-default-from): Use wl-message-entity
3719         instead of entity.
3720
3721         * wl-summary.el (wl-summary-create-line): Fix.
3722
3723         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3724         (wl-summary-line-format): New user option.
3725         (wl-folder-summary-line-format-alist): Ditto.
3726         (wl-summary-from-width): Abolished.
3727
3728         * wl-util.el (toplevel): Require 'bytecomp.
3729         (wl-line-parse-format): New function.
3730         (wl-line-formatter-setup): New macro.
3731
3732         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3733         (wl-summary-buffer-line-formatter): New buffer local variable.
3734         (wl-summary-switch-to-clone-buffer): Follow the change above.
3735         (wl-summary-message-regexp): Fix.
3736         (wl-summary-from-func-internal): Abolished.
3737         (wl-summary-subject-func-internal): Ditto.
3738         (wl-summary-subject-filter-func-internal): Ditto.
3739         (All other related portions are changed.)
3740         (wl-summary-buffer-set-folder):
3741         Set up wl-summary-buffer-number-column and 
3742         wl-summary-buffer-line-formatter
3743         (All other related portions are changed.)
3744         (wl-summary-buffer-number-column-detect): Abolished.
3745         (All other related portions are changed.)
3746         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3747         (wl-summary-delete-all-temp-marks-on-buffer): Use
3748         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3749         (wl-summary-target-mark-delete): Ditto.
3750         (wl-summary-target-mark-refile-subr): Ditto.
3751         (wl-summary-target-mark-mark-as-read): Ditto.
3752         (wl-summary-target-mark-mark-as-unread): Ditto.
3753         (wl-summary-target-mark-mark-as-important): Ditto.
3754         (wl-summary-target-mark-save): Ditto.
3755         (wl-summary-replace-status-marks): Renamed from
3756         wl-summary-set-status-marks-on-buffer;
3757         Use wl-summary-message-regexp instead of
3758         wl-summary-buffer-number-regexp.
3759         (wl-summary-sync-update): Follow the change above.
3760         (wl-summary-goto-previous-message-beginning): New function.
3761         (wl-summary-mark-as-unread): Use it.
3762         (wl-summary-mark-as-important): Ditto.
3763         (wl-summary-line-formatter): New variable.
3764         (wl-summary-line-year): New function.
3765         (wl-summary-line-day): Ditto.
3766         (wl-summary-line-day-of-week): Ditto.
3767         (wl-summary-line-hour): Ditto.
3768         (wl-summary-line-minute): Ditto.
3769         (wl-summary-line-open-bracket): Ditto.
3770         (wl-summary-line-close-bracket): Ditto.
3771         (wl-summary-line-children-number): Ditto.
3772         (wl-summary-line-thread-indent): Ditto.
3773         (wl-summary-line-size): Ditto.
3774         (wl-summary-line-subject): Ditto.
3775         (wl-summary-line-from): Ditto.
3776         (wl-summary-line-children-and-from): Ditto.
3777         (wl-summary-create-line): Rewritten.
3778         (wl-summary-format-date): Abolished.
3779
3780         * wl-highlight.el (wl-highlight-summary-current-line): Use
3781         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3782         Use thread structure to detect thread top message.
3783
3784         * wl-draft.el (wl-default-draft-cite): Don't use
3785         wl-summary-from-func-internal.
3786
3787         * wl-refile.el (wl-refile-subject-learn): Don't use
3788         wl-summary-subject-filter-func-internal.
3789         (wl-refile-guess-by-subject): Ditto.
3790
3791         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3792         parameters.
3793
3794         * wl-thread.el (wl-thread-update-indent-string-region):
3795         Use wl-thread-update-line-on-buffer instead of
3796         wl-thread-update-indent-string.
3797         (wl-thread-update-children-number): Redefine using
3798         wl-thread-update-line-on-buffer.
3799         (wl-thread-update-indent-string): Abolished.
3800
3801         * Version number is increased to 2.9.11.
3802
3803 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3804
3805         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3806         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3807         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3808
3809         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3810         as nil.
3811
3812         * wl-thread.el (wl-thread-open-all-unread): Use 
3813         elmo-folder-list-messages-mark-match.
3814         (wl-thread-insert-message): Removed argument `mark-alist'.
3815         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3816         elmo-msgdb-set-mark.
3817         (wl-thread-get-children-msgs-uncached): Likewise.
3818         (wl-thread-get-exist-children): Added argument include-self.
3819         (wl-thread-delete-message): Follow the change above.
3820
3821         * wl-summary.el (wl-summary-count-unread): Removed argument.
3822         (wl-summary-rescan): Follow the change above.
3823         (wl-summary-mark-as-read-region): Ditto
3824         (wl-summary-mark-as-unread-region): Ditto.
3825         (wl-summary-delete-messages-on-buffer): Ditto.
3826         (wl-summary-sync-update): Ditto.
3827         (wl-summary-switch-to-clone-buffer): Ditto.
3828         (wl-summary-goto-folder-subr): Ditto.
3829         (wl-summary-target-mark-mark-as-read): Ditto.
3830         (wl-summary-target-mark-mark-as-unread): Ditto.
3831         (wl-summary-target-mark-mark-as-important): Ditto.
3832         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3833         (wl-summary-update-thread): Removed argument `mark-alist'.
3834         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3835         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3836         (wl-summary-resume-cache-status): Likewise.
3837         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3838         elmo-msgdb-set-mark.
3839         (wl-summary-mark-as-read-all): Likewise.
3840         (wl-summary-delete-cache): Ditto.
3841         (wl-summary-auto-select-msg-p): Ditto.
3842         (wl-summary-mark-as-unread): Ditto.
3843         (wl-summary-no-auto-refile-message-p): Ditto.
3844         (wl-summary-mark-as-read): Ditto.
3845         (wl-summary-mark-as-important): Ditto.
3846         (wl-summary-auto-refile): Follow the change above.
3847         (wl-summary-delete-all-marks): Removed.
3848         (wl-summary-resume-marks-and-highlight): Ditto.
3849         (wl-summary-resume-marks): Ditto.
3850         (wl-summary-delete-important-msgs-from-list): Ditto.
3851         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3852
3853         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3854         wl-summary-count-unread.
3855
3856         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3857         (wl-summary-score-update-all-lines): Use
3858         elmo-msgdb-set-mark.
3859
3860 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3861
3862         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3863         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3864         (wl-summary-create-line): Renamed from
3865         wl-summary-overview-create-summary-line;
3866         Argument rearrangement.
3867         (wl-summary-update-thread): Follow the change above.
3868
3869         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3870         (wl-thread-insert-entity-sub): Likewise.
3871
3872         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3873         argument `overview', `mark-alist' and added `msgdb'.
3874
3875         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3876
3877         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3878         (wl-summary-rescan): Follow the change above.
3879         (wl-summary-sync-update): Ditto.
3880         (wl-summary-insert-thread-entity): Ditto;
3881         Don't use `let*' in every while loop;
3882         Detect infinite loop of threads.
3883         (wl-summary-update-thread): Removed argument `overview'.
3884
3885         * wl-thread.el (wl-thread-insert-message): Ditto.
3886
3887         * Version number is increased to 2.9.10.
3888
3889         * wl-message.el (wl-message-redisplay): Ignore errors while
3890         wl-message-redisplay-hook.
3891
3892 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3893
3894         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3895
3896 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3897
3898         * wl.el (wl): inhibit-quit while wl-folder.
3899
3900 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3901
3902         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3903         while msgdb access.
3904
3905 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3906
3907         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3908         even if no folder is not created.
3909
3910 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3911
3912         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3913
3914         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3915         implementation.
3916         (wl-summary-target-mark-thread): Ditto.
3917
3918         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3919
3920 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3921
3922         * wl-util.el (wl-display-bytes): Remove unused function.
3923
3924 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3925
3926         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3927         seems critical one (partially reverse the change in 2002/03/17).
3928
3929 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3930
3931         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3932         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3933
3934 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3935
3936         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3937         is not writable.
3938         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3939         plugged status instead of `'force' as 2nd argument.
3940
3941         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3942         is not creatable.
3943
3944         * Version number is increased to 2.9.9.
3945
3946 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3947
3948         * wl-summary.el (wl-summary-suspend): New function.
3949
3950 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3951
3952         * wl.el (wl): Do not check variables if check is nil.
3953         * wl-utils.el (wl-collect-draft): New function.
3954         * wl-folder.el (wl-folder-suspend): Put summary buffers
3955         and draft buffers at the end of buffer list.
3956         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3957
3958 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3959
3960         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3961         loop instead of recursive call.
3962
3963         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3964         2nd argument.
3965
3966 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3967
3968         * wl-draft.el (wl-draft-create-contents): Don't take neither
3969         (function . args) nor (string . something) any more.
3970
3971         * wl-version.el (wl-generate-user-agent-string): Return string
3972         without header symbol.
3973         * wl-draft.el (wl-draft-default-headers): Use it.
3974
3975         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3976         `wl-draft-insert-ccs' and return field value instead of inserting
3977         the header. Abolish cc argument.
3978         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3979
3980         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3981         rather than one with string car.
3982
3983         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3984         * wl-draft.el (wl-draft-create-contents): Add it after the default
3985         headers.
3986
3987         * wl-draft.el (wl-draft-create-contents): For the case of
3988         (symbol-or-string . function) insert header only when the function
3989         returns string value.
3990
3991 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3992
3993         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3994         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3995
3996 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3997
3998         * wl.el (wl-check-environment): Don't check Message-ID when
3999         `wl-insert-message-id' is nil.
4000         Revive checking if `wl-message-id-domain' contains "@".
4001
4002 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4003
4004         * wl.el (wl-check-environment): Merge examination for "@" at
4005         inappropriate position into the first string-match.
4006
4007         * wl-summary.el (wl-summary-target-mark-print): New function.
4008         (wl-summary-pipe-message-subr): Extracted from
4009         `wl-summary-pipe-message'.
4010         (wl-summary-target-mark-pipe): New function.
4011         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4012         `wl-summary-target-mark-pipe'.
4013
4014 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4015
4016         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4017
4018 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4019
4020         * wl.el (wl-check-environment): Use elmo-warning instead of
4021         error for non-critical ones.
4022         Remove trash folder check.
4023         (wl): Don't ignore error in wl-check-environment.
4024
4025         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4026         check, which is moved from `wl-check-environment'.
4027         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4028
4029 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4030
4031         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4032         guess anything, call wl-summary-write.
4033         (wl-summary-write): Create draft with blank To field.
4034         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4035
4036 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4037
4038         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4039         argument full as well for wl-folder-write-current-folder.
4040         If wl-*-write-current-folder cannot guess addressee, add blank
4041         To header.
4042         Rewrite condition for positioning cursor.
4043
4044 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4047         summary buffer is present, use it.
4048         (wl-folder-jump-to-previous-summary): Ditto.
4049
4050 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4051
4052         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4053
4054         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4055         wl-summary-previous-buffer and wl-summary-next-buffer.
4056
4057         * wl-folder.el (wl-folder-mode-map): Bind
4058         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4059         (wl-folder-jump-to-next-summary): New function.
4060         (wl-folder-jump-to-previous-summary): Ditto.
4061
4062         * wl-draft.el (wl-draft): Rearranged.
4063
4064 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4065
4066         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4067         of header.
4068         (wl-draft): Collect arguments for the header as header-alist.
4069         (wl-draft-forward): Arrange arguments for wl-draft.
4070         (wl-draft-reply): Ditto.
4071         (wl-draft-edit-string): Ditto.
4072         * wl-summary.el (wl-summary-write): Ditto.
4073         (wl-summary-write-current-folder): Ditto.
4074
4075         * Version number is increased to 2.9.8.
4076
4077 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4078
4079         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4080
4081         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4082
4083         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4084         even if the guess failed.
4085
4086         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4087         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4088         wl-summary-write-current-folder.
4089         * wl-xmas.el: Ditto.
4090
4091 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4092
4093         * wl-summary.el (wl-summary-next-page): Force display message if
4094         message is not displayed yet.
4095         (wl-summary-prev-page): Ditto.
4096
4097 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4098
4099         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4100
4101 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4102
4103         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4104         add "Preview Message" and "Save Draft and Exit".
4105
4106 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4107
4108         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4109         if addrmgr is called from draft in splitted window.
4110
4111         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4112         * wl-mule.el: Ditto.
4113         * wl-xmas.el: Ditto.
4114
4115 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4116
4117         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4118
4119         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4120         * wl-xmas.el (wl-folder-toolbar): Ditto.
4121
4122 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4123
4124         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4125         and wl-draft-save-and-exit.
4126         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4127         * wl-xmas.el: Ditto.
4128         * wl-mule.el: Ditto.
4129
4130         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4131         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4132
4133 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4134
4135         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4136         lists for saving buffer.
4137
4138 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4139
4140         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4141         parent-folder argument instead of it.
4142         (wl-draft-create-buffer): Ditto.
4143         (wl-draft-forward): Ditto.
4144         (wl-draft-reply): Ditto.
4145         * wl-summary.el (wl-summary-write): Ditto.
4146         (wl-summary-write-current-folder): Ditto.
4147
4148         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4149         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4150         Folder buffer after composing.
4151
4152 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4155         header if the file `wl-x-face-file' already contains it.
4156
4157 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4158
4159         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4160         folder" entry.
4161         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4162         * wl-e21.el (wl-folder-toolbar): Ditto.
4163         * wl-xmas.el (wl-folder-toolbar): Ditto.
4164
4165 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4166
4167         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4168         wl-folder-goto-folder with sticky argument.
4169         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4170
4171 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4172
4173         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4174         and wl-summary-previous-buffer.
4175         (wl-summary-next-buffer): New function.
4176         (wl-summary-previous-buffer): Ditto.
4177
4178 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4179
4180         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4181         wl-folder-jump-to-current-entity-with-arg.
4182         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4183         `wl-folder-jump-to-current-entity'.
4184         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4185         `wl-summary-goto-folder-sticky'.
4186         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4187         `wl-summary-goto-folder'.
4188         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4189         Unless force-exit, do not clean temp. marks for sticky summary.
4190         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4191
4192 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4193
4194         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4195         not entire.
4196
4197 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4198
4199         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4200         to `C-x C-s'.
4201         (wl-summary-save-status): New command.
4202         (wl-summary-exit): Don't clean-up temp marks when sticky.
4203         (Applied patch from Nakayama-san [wl: 09548])
4204         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4205         Do nothing when no mark data.
4206         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4207         Call `wl-summary-delete-all-temp-marks' before saving.
4208
4209 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4210
4211         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4212
4213 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4214
4215         * wl.el (wl-check-environment): Also cause error when (system-name)
4216         returns "localhost.localdomain". (Although it doesn't affect because
4217         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4218
4219 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4220
4221         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4222         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4223
4224         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4225         value.
4226
4227 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4228
4229         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4230         Likewise r-cc-list and r-ng-list.
4231
4232 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4235         only if it is bound as variable.
4236
4237         * wl-mime.el (wl-draft-preview-message): Ditto.
4238
4239 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4240
4241         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4242         needless `goto-char'.
4243
4244         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4245         `wl-summary-redisplay-no-mime-internal' instead of
4246         `wl-summary-redisplay-no-mime'.
4247         (wl-summary-redisplay-no-mime): Changed argument;
4248         Call `wl-summary-redisplay-no-mime-internal'.
4249
4250         * wl-mime.el (wl-draft-preview-message): Bind
4251         `mime-header-encode-method-alist' locally.
4252
4253         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4254         (wl-draft-std11-parse-addresses): Added the first address check.
4255         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4256
4257         * Version number is increased to 2.9.7.
4258
4259 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4260
4261         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4262
4263 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4264
4265         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4266         related to scrollbar support, if there is no such a feature
4267         compiled in.
4268
4269 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4270
4271         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4272         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4273         for prefetch.
4274
4275 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4276
4277         * wl-summary.el (wl-summary-pick): Fix for no match.
4278
4279 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4280
4281         * wl-draft.el (wl-draft-save):
4282         Override `mime-header-encode-method-alist'.
4283
4284 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4285
4286         * wl-folder.el (wl-folder-pick): New function.
4287         Define key as "?".
4288
4289 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4290
4291         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4292         Fix for unplugged.
4293
4294 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4295
4296         * wl-folder.el (wl-folder-virtual): New function.
4297         Define key as "V".
4298
4299 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4300
4301         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4302         multi folder if entity is group.
4303
4304 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4305
4306         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4307         is nil.
4308
4309 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4310
4311         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4312         (wl-summary-target-mark-msgs): Return the number of marked messages.
4313
4314 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4315
4316         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4317         "first:" is specified.
4318
4319 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4320
4321         * wl-vars.el (wl-from): Use return value of function
4322         user-full-name instead of the variable user-full-name since
4323         XEmacs-20.4 doesn't set this variable.
4324
4325 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4326
4327         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4328         call `wl' directly.
4329
4330 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4331
4332         * wl-draft.el (wl-draft-reedit): Removed duplicated
4333         switch-to-buffers.
4334
4335 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * wl.el (wl-other-frame): Removed garbages.
4338
4339 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4340
4341         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4342
4343         * wl-xmas.el (wl-draft-key-setup): Ditto.
4344
4345         * wl-mule.el (wl-draft-key-setup): Ditto.
4346
4347         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4348         (wl-draft-reedit): Ditto.
4349         (wl-draft-prepare-edit): Add `wl-draft-save' to
4350         `local-write-file-hooks'.
4351         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4352         (wl-draft-reedit): Set buffer-file-name.
4353         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4354
4355
4356         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4357         call it.
4358         (wl-delete-startup-frame-function): New variable.
4359         (wl-other-frame): New function
4360         (Original was written by Yamaoka san [wl: 09239]).
4361
4362         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4363         if `wl-folder-use-frame'.
4364
4365 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4366
4367         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4368
4369 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4370
4371         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4372         New variable.
4373         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4374         (wl-message-buffer-prefetch-get-next): Use them.
4375         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4376
4377 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4378
4379         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4380         with unwind-protect.
4381
4382         * wl-draft.el (wl-draft-reedit): Rewrite.
4383         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4384         (wl-draft-save): Insert header separator if it does not exist;
4385         Removed condition-case.
4386
4387         * wl-summary.el (wl-summary-reedit): Revert last change.
4388
4389         * wl-draft.el (wl-draft-save): Rewrite.
4390         (wl-draft-create-buffer): Set buffer-file-name as nil.
4391
4392         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4393
4394         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4395
4396         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4397         nil.
4398
4399 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4400
4401         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4402         If count is nil, do not prefetch.
4403         (wl-message-buffer-prefetch-next): Next.
4404
4405 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4406
4407         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4408
4409 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4410
4411         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4412         `delete-backward-char'
4413         (wl-draft-prepare-edit): Check major-mode.
4414         (wl-draft-decode-header): Rewrite.
4415         (wl-draft): Fix.
4416
4417 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4418
4419         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4420
4421 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4422
4423         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4424         (wl-message-buffer-prefetch-get-next): Remove size checking.
4425         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4426
4427 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4428
4429         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4430         (wl-draft-default-headers): Fix.
4431
4432 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4433
4434         * wl-draft.el (wl-draft-default-headers): Insert return value of
4435         `wl-generate-mailer-string-function'.
4436
4437 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4438
4439         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4440         (wl-draft-insert-mail-header-separator): Ditto.
4441
4442         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4443         again (Reverted the change on 2002-01-17 by OKADA san).
4444
4445 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4446
4447         * wl-draft.el (wl-draft): Rewrite.
4448         (wl-draft-create-buffer): New function.
4449         (wl-draft-create-contents): Ditto.
4450         (wl-draft-prepare-edit): Ditto.
4451         (wl-draft-decode-header): Ditto.
4452         (wl-draft-decode-body): Ditto.
4453         (wl-draft-check-new-line): Ditto.
4454         (wl-draft-default-headers): Ditto.
4455         (wl-draft-insert-mail-header-separator): Ditto.
4456
4457 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4458
4459         * Version number is increased to 2.9.6.
4460
4461 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4462
4463         * wl-draft.el (wl-draft-delete-field): Optional argument.
4464         (wl-draft-delete-fields): Ditto.
4465
4466 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4467
4468         * wl-message.el (toplevel): Eliminated byte-compile warning.
4469         for `itimer-function', `delete-timer' and `itimer-list'.
4470
4471 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4472
4473         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4474         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4475         `wl-message-buffer-prefetch-threshold'.
4476         * wl-summary.el (wl-summary-redisplay-internal): Remove
4477         the check of `wl-message-buffer-prefetch-depth'.
4478
4479 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4480
4481         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4482         size of article.
4483         (wl-message-buffer-prefetch-subr): Remove size check.
4484
4485 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4486
4487         * wl-vars.el (wl-plugged): Make customizable.
4488
4489 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4490
4491         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4492         (wl-message-buffer-prefetch-set-timer): New function.
4493         (wl-message-buffer-prefetch-get-next): New function.
4494         (wl-message-buffer-prefetch): New function.
4495         (wl-message-buffer-prefetch-next): Rewrite.
4496         (wl-message-buffer-prefetch-subr): Rewrite.
4497         * wl-vars.el (wl-auto-prefetch-first): New variable.
4498         * wl-summary.el (wl-summary-goto-folder-subr): Call
4499         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4500
4501 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4502
4503         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4504         `wl-summary-unread-message-hook'.
4505
4506 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4507
4508         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4509         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4510         if range is `cache-status'.
4511
4512 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4513
4514         * wl-message.el (wl-message-buffer-prefetch-subr):
4515         Improve debug message.
4516
4517 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4518
4519         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4520         `wl-mail-send-pre-hook'.
4521         (wl-draft-send-mail-with-qmail): Ditto.
4522         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4523
4524 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4525
4526         * wl-message.el (wl-message-buffer-prefetch-subr):
4527         Fix for cancel-function-timers bug.
4528         (wl-message-buffer-prefetch-debug): Default value is t.
4529
4530 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4531
4532         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4533         (wl-message-buffer-prefetch-subr): Rewrite.
4534         Rename from `wl-message-buffer-prefetch'.
4535
4536 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4537
4538         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4539         (wl-default-draft-cite-decorate-author): Ditto.
4540
4541         * wl-draft.el (wl-draft-cite-function): Removed.
4542         (wl-default-draft-cite-decorate-author): Ditto.
4543
4544 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4545
4546         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4547         (wl-default-draft-cite): Do not arrange author name if the value of
4548         `wl-default-draft-cite-decorate-author' is nil.
4549
4550 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4551
4552         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4553
4554         * wl-folder.el (wl-folder-check-one-entity): Don't care
4555         `elmo-folder-use-flag-p'.
4556
4557 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4558
4559         * wl-folder (wl-folder-check-one-entity): Fix
4560         problem if unread is nil.
4561
4562 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4563
4564         * wl-address.el (wl-address-make-completion-list): Check whether
4565         the address is a group list.
4566         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4567
4568 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4569
4570         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4571         The number of the messages of new and unread does not count
4572         correctly.
4573
4574         * wl-summary.el (wl-summary-count-unread): Changed to return
4575         `(new . unread)' instead of total.
4576         (wl-summary-sync-update): Follow the change above.
4577
4578         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4579
4580 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-address.el (wl-address-make-completion-list): Do not enclose
4583         address by " <" and ">" if associated realname is "".
4584         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4585         This is against the promblem with group list in .addresses pointed
4586         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4587
4588 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4589
4590         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4591         message is a format control string.
4592         * wl-expire.el (wl-expire-append-log): Ditto.
4593         * wl-mime.el (wl-summary-burst-subr): Ditto.
4594         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4595         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4596
4597 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4598
4599         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4600         wl.el (wl-check-variables): Rename from `wl-check-type'.
4601         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4602         (wl-check-variables-2): New function.
4603         (wl): Call `wl-check-variables-2'.
4604
4605 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4606
4607         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4608         after renaming folder in access group.
4609
4610 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4611
4612         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4613         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4614         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4615         (wl-message-buffer-prefetch): Rewrite.
4616         (wl-message-buffer-prefetch-idle-time): Removed.
4617         * wl-summary.el (wl-summary-redisplay-internal):
4618         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4619         Error check for `wl-message-buffer-prefetch-depht'.
4620
4621 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4622
4623         * Version number is increased to 2.9.5.
4624         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4625
4626 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4627
4628         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4629         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4630         Based on the patch written by
4631         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4632
4633 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4634
4635         * wl-draft.el (wl-draft-raw-send): Fix for
4636         `wl-news-send-pre-hook'
4637
4638 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4639
4640         * wl-utils.el (wl-message-id-function): New variable.
4641         * wl-draft.el (wl-draft-insert-required-fields):
4642         Use `wl-message-id-function'.
4643
4644 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4645
4646         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4647         * wl-utils.el (wl-draft-make-message-id-string):
4648         Use `wl-from' for domain part of Message-ID
4649         if `wl-message-id-use-wl-from' if non-nil.
4650         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4651
4652 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4653
4654         * wl.el (wl): Call `wl-check-type'
4655         Do not 'condition-case'.
4656
4657 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4658
4659         * wl.el (wl-check-type): New function.
4660         (wl-check-type-variables): New variable.
4661
4662 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4663
4664         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4665
4666 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4667
4668         * wl-draft.el (wl-smtp-password-key): New function.
4669         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4670         (wl-draft-send-mail-with-smtp): Ditto.
4671         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4672
4673 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4674
4675         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4676         * wl-utils.el (wl-unique-id-suffix): Remove.
4677
4678 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4679
4680         * Version number is increased to 2.9.4.
4681
4682 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4683
4684         * wl-utils.el (wl-unique-id-suffix): New variable.
4685         (wl-unique-id): Use `wl-unique-id-suffix'
4686
4687 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4688
4689         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4690         instead of `elmo-msgdb-search'.
4691
4692         * Version number is increased to 2.9.3.
4693
4694 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4695
4696         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4697
4698 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4699
4700         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4701         (wl-draft-dispatch-message): Changed for send-later.
4702         (wl-draft-queue-flush): Ditto.
4703         (wl-draft): Clear `wl-sent-message-queued'.
4704         (wl-draft-reedit): Ditto.
4705         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4706         * wl-vars.el (wl-draft-force-queuing): New variable.
4707         (wl-draft-force-queuing-mail): New variable.
4708         (wl-draft-force-queuing-news): New variable.
4709
4710 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4711
4712         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4713         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4714
4715 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4716
4717         * Version number is increased to 2.9.2.
4718
4719 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4720
4721         * wl-draft.el (wl-draft-elide-region): New user command.
4722         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4723
4724         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4725         command `wl-draft-elide-region'.
4726         * wl-mule.el: Ditto.
4727         * wl-xmas.el: Ditto.
4728
4729 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4730
4731         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4732         (wl-biff-check-folder-async): Removed needless let.
4733
4734 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4735
4736         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4737         wl-folder-get-elmo-folder.
4738         (wl-biff-check-folder): Set `biff' argument of
4739         `wl-folder-check-one-entity'.
4740         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4741
4742         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4743         (wl-folder-check-one-entity): Added `biff' argument;
4744         Setup `biff' slot of folder.
4745
4746         * Version number is increased to 2.9.1.
4747
4748 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4749
4750         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4751         comment out and fixed.
4752         (wl-fldmgr-add-completion-subr): Ditto.
4753
4754         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4755         and msgdb.
4756
4757         * wl.el (wl-toggle-plugged): Save summary view.
4758
4759 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4760
4761         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4762
4763 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4764
4765         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4766
4767 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4770         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4771         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4772
4773         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4774         if it was failed.
4775         (wl-demo): Disable undo in the demo buffer.
4776
4777 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4778
4779         * wl-version.el (wl-version): Changed codename.
4780
4781         * Version number is increased to 2.9.0.
4782
4783 2001-12-14  Takuo KITAME <kitame@northeye.org>
4784
4785         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4786         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4787         (wl-folder-mark-as-read-all-current-entity): Ditto.
4788
4789 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4790
4791         * wl-vars.el (wl-from-width): Define as obsolete variable.
4792         (wl-subject-length-limit): Ditto.
4793
4794         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4795
4796         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4797         wl-summary-save-view.
4798
4799         * wl.el (wl-save-status): Ditto.
4800         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4801
4802         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4803         (wl-summary-exit): Follow the change above.
4804         (wl-summary-goto-folder-subr): Ditto.
4805
4806         * wl-folder.el (wl-folder-create-subr): Don't use
4807         `elmo-folder-creatable-p'.
4808
4809 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4810
4811         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4812
4813 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4816         rather than bitmap on Emacs 21.
4817         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4818         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4819         for xbm if the new redisplay engine is not available.
4820
4821 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4822
4823         * wl-folder.el (wl-folder-init-hook): New hook.
4824         (wl-folder-init): Run `wl-folder-init-hook'.
4825
4826 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4829
4830 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4831
4832         * wl-acap.el (wl-acap-cache-filename): New variable.
4833         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4834         (wl-acap-init): Use cache if no ACAP server found.
4835
4836 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4837
4838         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4839         `wl-acap-original-msgdb-dir'.
4840
4841         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4842         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4843
4844         * wl-mime.el (wl-mime-save-directory): Renamed from
4845         `wl-mime-save-dir'.
4846
4847 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4850
4851         * wl-demo.el: Require `path-util'.
4852         (wl-demo-bitmap-mule-available-p): New internal variable.
4853         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4854         `module-installed-p' instead.
4855         (wl-demo-insert-image): Use *.img file for a bitmap image.
4856         (wl-demo): Don't call the ascii demo recursively.
4857
4858 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4859
4860         * Version number is increased to 2.7.7.
4861
4862 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4863
4864         * wl.el (wl-exit): Eliminated byte-compile warning.
4865
4866 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4867
4868         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4869         obsolete variable using `elmo-define-obsolete-variable'.
4870         (wl-fetch-confirm-threshold): Ditto.
4871         (wl-cache-prefetch-folder-type-list): Ditto.
4872         (wl-cache-prefetch-folder-list): Ditto.
4873
4874 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4877         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4878         (wl-demo-insert-image): New function.
4879         (wl-demo-insert-text): New function.
4880         (wl-demo-image-type-alist): Redefine as a function.
4881         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4882         (wl-demo-with-temp-file-buffer): Removed.
4883         (wl-logo-xpm): Removed.
4884         (wl-logo-xbm): Removed.
4885         (wl-logo-bitmap): Removed.
4886
4887 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4888
4889         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4890         (wl-expire-localdir-get-folder-function): New user option.
4891         (wl-expire-localdir-get-folder): New function.
4892         (wl-expire-localdir-date): Ditto.
4893
4894 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4895
4896         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4897         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4898         Fixed unread number mismatch when all-unread < unread.
4899
4900 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4901
4902         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4903         (wl-fetch-confirm-threshold): Ditto.
4904
4905         * wl-summary.el (wl-summary-confirm-appends): Removed.
4906         (wl-summary-sync-update): Don't refer
4907         `wl-summary-update-confirm-threshold' (It is now abolished).
4908
4909         * wl-message.el (wl-message-display-internal): Don't refer
4910         `wl-fetch-confirm-threshold' (It is now abolished).
4911
4912 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4915
4916 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4917
4918         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4919         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4920         Change default value to nil.
4921         (wl-summary-indent-length-limit): The value can be nil, nil means
4922         unlimited.
4923
4924         * wl-summary.el: Don't set limit for indent length if the value of
4925         wl-summary-indent-length-limit is nil.
4926         If the value of wl-summary-width is nil, it means only that the width
4927         of summary is unlimited (nil doesn't mean that the indent length is
4928         unlimited).
4929
4930         * wl-thread.el: Ditto.
4931
4932 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4933
4934         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4935         be nil, nil means never confirm.
4936         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4937
4938 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4939
4940         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4941         means unlimited).
4942
4943 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4944
4945         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4946         Use `with-temp-buffer'.
4947
4948 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4949
4950         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4951         with new backquote style).
4952         (wl-folder-get-entity-from-buffer): Ditto.
4953
4954 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4955
4956         * wl-version.el (nemacs-version): Eliminated.
4957         (wl-extended-emacs-version2): Ignore nemacs.
4958         (wl-extended-emacs-version3): Ditto.
4959
4960 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4961
4962         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4963         (wl-draft-add-in-reply-to): New variable.
4964         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4965         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4966         (wl-draft-yank-from-mail-reply-buffer): Use
4967         `wl-draft-add-in-reply-to'.
4968         (wl-draft-insert-current-message): Ditto.
4969
4970 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4971
4972         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4973         typo (kill->hide).
4974         (wl-message-buffer-prefetch-folder-type-list): Added elements
4975         `mark' and `cache' instead of `internal'.
4976
4977 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4978
4979         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4980         resume msgdb directory.
4981
4982 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4983
4984         * wl.el (wl-exit): Call `wl-acap-exit'.
4985
4986         * wl-summary.el (wl-summary-message-string): New function.
4987         (wl-summary-reedit): Use it.
4988         (wl-summary-resend-bounced-mail): Remove needless let.
4989         (wl-summary-supersedes-message): Ditto.
4990         (wl-summary-save): Ditto.
4991
4992         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4993         (wl-acap-init): Set it.
4994         (wl-acap-exit): New function.
4995
4996 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4997
4998         * wl.el (wl-init): Revert (require 'mime-setup). move from
4999         toplevel.
5000
5001 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5002
5003         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5004         local variables.  Add error when guess function return invalid
5005         value.
5006
5007 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5008
5009         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5010         Change local variable name.
5011         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5012         (wl-folder-get-newsgroups): Return nil when non-news folder.
5013         * wl-summary.el (wl-summary-write-current-folder): State through
5014         when guess-list return nil.
5015         (wl-summary-write-current-folder-functions): Fixed docstring.
5016
5017         * wl.el (wl-exit): Changed confirm message.
5018
5019         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5020         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5021
5022         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5023
5024 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5025
5026         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5027         user option (Renamed from wl-cache-prefetch-folder-type-list).
5028         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5029         from wl-cache-prefetch-folder-list).
5030
5031         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5032         Move to wl-vars.el.
5033         (wl-message-buffer-prefetch-p): Changed to enable
5034         `wl-message-buffer-prefetch-folder-list'.
5035
5036         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5037         `ignore-cache'.
5038
5039 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5040
5041         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5042         `part-top' and `part-bottom'.
5043         (wl-draft-config-sub-part-top): New function.
5044         (wl-draft-config-sub-part-bottom): New function.
5045
5046 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5047
5048         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5049
5050 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5051
5052         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5053
5054 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5055
5056         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5057
5058         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5059         (wl-summary-write-current-folder): Ditto.
5060
5061 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5062
5063         * wl-folder.el (wl-folder-get-newsgroups): Use
5064         `elmo-folder-newsgroups'.
5065
5066 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5067
5068         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5069         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5070         `wl-draft-config-sub-header-bottom'.
5071
5072 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5073
5074         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5075         localnews folder.
5076
5077 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5078
5079         * wl-summary.el (wl-summary-mode): Undo last change.
5080
5081         * wl-folder.el (wl-folder-mode): Ditto.
5082
5083 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5084
5085         * wl-summary.el (wl-summary-mode): Locally set
5086         truncate-partial-window-width to nil.
5087         (for XEmacs)
5088
5089         * wl-folder.el (wl-folder-mode): Ditto.
5090
5091 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5092
5093         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5094
5095 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5096
5097         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5098         number.
5099
5100         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5101
5102         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5103
5104         * Version number is increased to 2.7.6.
5105
5106 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5107
5108         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5109
5110 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5111
5112         * wl-summary.el (wl-summary-sync-update): Enclose network
5113         related portion with `unwind-protect'.
5114
5115 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5116
5117         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5118
5119 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5120
5121         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5122         element.
5123         * wl-vars.el (wl-message-body-button-alist): Ditto.
5124
5125         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5126         max match length.
5127         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5128
5129         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5130         for the max match length;
5131         Use 4th element value for the button string regexp group.
5132
5133         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5134         candidate exists, prompt to select.
5135
5136 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5137
5138         * wl-summary.el (wl-summary-jump-to-msg): Search before
5139         calibration point by `beginning-of-line'.
5140
5141 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5142
5143         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5144         for access group.
5145
5146 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-message.el (wl-message-display-internal): Bind
5149         `default-mime-charset'.
5150
5151         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5152
5153         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5154
5155         * Version number is increased to 2.7.5.
5156
5157 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5158
5159         * wl-expire.el (wl-summary-archive): Fixed;
5160         Use `elmo-folder-name-internal'.
5161
5162 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5163
5164         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5165         from `elmo-folder-move-messages' caller.
5166         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5167
5168         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5169         related portions are changed).
5170
5171 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5172
5173         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5174         counter.
5175
5176 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5177
5178         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5179         buffer local and set it to nil.
5180
5181         * wl-message.el (wl-message-redisplay): Ditto.
5182
5183 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5184
5185         * wl-summary.el (wl-summary-mark-as-important): If message is
5186         already cached, set messag as read, otherwise encache and mark as read.
5187
5188 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5189
5190         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5191         point-min.
5192
5193 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5196         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5197         a keymap.
5198
5199 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5200
5201         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5202         parent.
5203
5204         * wl-mule.el (wl-message-define-keymap): Ditto.
5205
5206         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5207
5208         * wl-xmas.el (wl-message-display-internal-hook): Define.
5209         (wl-xmas-setup-message-toolbar): Define as function.
5210         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5211         (wl-message-overload-functions): Abolished.
5212         (wl-message-define-keymap): New function.
5213
5214         * wl-vars.el (wl-message-display-internal-hook): New variable.
5215         (wl-message-header-button-alist): New variable (Renamed from
5216         wl-highlight-message-header-button-alist).
5217         (wl-message-body-button-alist): Ditto.
5218
5219         * wl-mule.el (wl-message-define-keymap): New function.
5220         (wl-message-overload-functions): Abolished.
5221
5222         * wl-message.el (wl-message-add-buttons-to-body): New function.
5223         (wl-message-redisplay): Don't call wl-message-overload-functions;
5224         Call wl-message-add-buttons-to-header and
5225         wl-message-add-buttons-to-body.
5226         (wl-message-display-internal): Set keymap argument for
5227         elmo-mime-display-as-is, elmo-mime-message-display;
5228         Run wl-message-display-internal-hook.
5229         (wl-message-refer-article-or-url): Abolished.
5230
5231         * wl-highlight.el (wl-highlight-headers): Don't call
5232         wl-highlight-message-add-buttons-to-header.
5233         (wl-highlight-message-add-buttons-to-header): Abolished.
5234
5235
5236         * wl-e21.el (wl-message-display-internal-hook): Define.
5237         (wl-e21-setup-toolbar): Deleted duplicated binding.
5238         (wl-e21-setup-message-toolbar): Define as function.
5239         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5240         (wl-message-define-keymap): New function.
5241         (wl-message-overload-functions): Abolished.
5242
5243 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5244
5245         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5246         and elmo-folder-close.
5247
5248         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5249
5250 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5251
5252         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5253         boolean value.
5254         * wl-draft.el (wl-draft-do-fcc): Ditto.
5255
5256 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5257
5258         * wl-vars.el (wl-fcc-force-as-read): New variable.
5259         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5260         mark copied message as read.
5261
5262 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5263
5264         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5265
5266 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5267
5268         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5269         `wl-summary-target-above' instead of obsolete variable
5270         `wl-summary-temp-above'.
5271
5272         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5273         instead of `make-obsolete-variable'.
5274         * wl-refile.el (toplevel): Ditto.
5275
5276 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5279         with third argument t.
5280         (wl-draft): Set first argument for wl-plugged-init as t.
5281
5282         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5283         definition.
5284
5285 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5286
5287         * wl-vars.el: Tabify.
5288         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5289
5290         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5291         message.
5292
5293 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5294
5295         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5296         and set default to beep.
5297
5298 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5299
5300         * wl-vars.el (wl-draft-truncate-lines): New variable.
5301
5302         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5303         instead of wl-message-truncate-lines for truncate-lines.
5304
5305 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5306
5307         * wl-message.el (wl-message-display-internal): Call
5308         `wl-highlight-message' after `elmo-mime-display-as-is'.
5309
5310         * wl-mime.el (wl-mime-display-text/plain): New function.
5311         (wl-mime-display-header): Ditto.
5312         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5313         body-presentation-method for text/plain;
5314         Register `wl-mime-display-header' as a header-presentation-method;
5315         Don't set up `elmo-message-text-content-inserted-hook' and
5316         `elmo-message-header-inserted-hook'.
5317
5318         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5319         variable.
5320         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5321         as t if flag is 'all-header;
5322         Don't bind `elmo-message-ignored-field-list',
5323         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5324
5325 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5328         for xemacs with non-mule environment.
5329
5330 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5331
5332         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5333         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5334         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5335
5336 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5337
5338         * wl-vars.el (wl-interactive-send): Set default value as t.
5339
5340 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5341
5342         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5343         (wl-addrmgr-method-list): Abolished.
5344         (wl-addrmgr-change-method): Follow above change.
5345
5346         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5347
5348 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5349
5350         * wl-vars.el (wl-message-truncate-lines): Change default value
5351         to default-truncate-lines.
5352
5353         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5354
5355 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5356
5357         * wl-vars.el (wl-message-truncate-lines): New variable.
5358
5359         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5360         wl-message-truncate-lines.
5361
5362 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5363
5364         * wl-acap.el (wl-acap-init): Remove period from error message.
5365         (wl-acap-find-acap-service): Remove period from message.
5366
5367 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5368
5369         * wl.el (wl-check-environment): Undo last change.
5370
5371         * wl-vars.el (wl-from): Changed default value.
5372
5373         * wl-util.el (toplevel): Don't require tm-edit.
5374
5375         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5376         `wl-folder-init';
5377         Don't set mark on mail body.
5378         (wl-draft-reedit): Ditto.
5379
5380         * wl-address.el (wl-address-quote-specials): Define as an alias for
5381         elmo-address-quote-specials.
5382
5383 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5384
5385         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5386
5387         * wl-vars.el (wl-from): Set default value as nil.
5388         (wl-organization): Set default value as ORGANIZATION environment
5389         variable.
5390
5391         * wl-draft.el (wl-smtp-extension-bind): Check value of
5392         wl-smtp-connection-type.
5393
5394         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5395         error.
5396
5397 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5398
5399         * Version number is increased to 2.7.4.
5400
5401         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5402         arguments from `wl-highlight-x-face-function' caller.
5403         Use x-face-1.3.6.12 or later.
5404
5405 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5406
5407         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5408
5409 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5410
5411         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5412         (wl-fcc): Fix to accept function.
5413         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5414
5415 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5416
5417         * wl-acap.el (toplevel): Added `product-provide' declare.
5418         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5419
5420 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5421
5422         * wl.el (wl): Changed order of calling `elmo-init'
5423         and `elmo-folder-init'.
5424
5425 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5426
5427         * wl-mime.el (wl-summary-burst): Extract message when content-type
5428         of root entity is not only `multipart' but also `message/rfc822'.
5429         (wl-summary-burst-subr): Ditto.
5430
5431 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-vars.el (toplevel): Require 'custom.
5434         (wl-trash-folder): Added to `wl-setting' group.
5435
5436         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5437         exists.
5438         (wl-addrmgr-draw): Insert empty line when no entry exists.
5439
5440         * wl-mule.el (wl-message-wheel-up): Fixed.
5441         (wl-message-wheel-down): Ditto.
5442
5443 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5444
5445         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5446         config is an anonymous lambda expression.
5447
5448 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5451         when Mule 2 is running.
5452
5453 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5454
5455         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5456
5457 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5458
5459         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5460         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5461
5462         * wl-address.el (wl-address-specials-regexp): Eliminated.
5463         (wl-address-quote-specials): Rewrite.
5464
5465 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5468         shy-groups for regexp.
5469
5470         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5471         character classes and Perl style shy-groups for regexp.
5472         (wl-highlight-plugged-current-line): Use Posix style character
5473         classes for regexp.
5474         (wl-e21-highlight-folder-by-numbers): Ditto.
5475         (wl-e21-display-image-p): Use `display-images-p' instead of
5476         `display-graphic-p'.
5477         (display-images-p): Make an alias to `display-graphic-p' if it is
5478         not available.  It is for Emacs version prior to 21.0.105.
5479
5480         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5481         `display-graphic-p'.
5482         (wl-demo-image-type-alist): Ditto.
5483         (display-images-p): Make an alias to `display-graphic-p' if it is
5484         not available.  It is for Emacs version prior to 21.0.105.
5485
5486 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5487
5488         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5489         support.
5490         (wl-generate-user-agent-string): Ditto.
5491
5492         * wl-version.el (wl-version): Update docsting.
5493         (wl-version-status): Ditto.
5494
5495 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5496
5497         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5498         21.0.105.  For Emacs 21.0.104 or earlier.
5499
5500 2001-09-03  Takuo KITAME <kitame@northeye.org>
5501
5502         * wl-e21.el (wl-plugged-init-icons): Use
5503         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5504         (wl-biff-init-icons): Ditto.
5505
5506 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5507
5508         * wl-highlight.el (wl-highlight-summary-current-line):
5509         Fixed highlighting refile/copy destination.
5510
5511         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5512         (wl-acap-store): Encode string by wl-acap-coding-system.
5513
5514 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5515
5516         * wl-acap.el (toplevel): Check and require 'un-define before
5517         'xemacs-ucs;
5518          Added checking for UTF-2000.
5519
5520 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5521
5522         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5523         Don't enclose with `eval-and-compile'.
5524
5525         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5526         wl-init is non-nil.
5527
5528         * wl-draft.el (wl-draft): Ditto.
5529
5530         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5531
5532         * wl-acap.el (toplevel): Require 'wl.
5533         (wl-acap-store): Call `elmo-init'.
5534
5535         * wl.el (wl): Changed position of `wl-check-environment'.
5536         (toplevel): Added autoload setting for wl-acap.
5537
5538         * wl-vars.el (wl-setting): New custom group.
5539         (wl-from): Added wl-setting group.
5540         (wl-user-mail-address-list): Ditto.
5541         (wl-organization): Ditto.
5542         (wl-subscribed-mailing-list): Ditto.
5543         (wl-envelope-from): Ditto.
5544         (wl-smtp-posting-user): Ditto.
5545         (wl-smtp-posting-server): Ditto.
5546         (wl-smtp-posting-port): Ditto.
5547         (wl-smtp-authenticate-type): Ditto.
5548         (wl-pop-before-smtp-user): Ditto.
5549         (wl-pop-before-smtp-server): Ditto.
5550         (wl-pop-before-smtp-port): Ditto.
5551         (wl-pop-before-smtp-authenticate-type): Ditto.
5552         (wl-nntp-posting-server): Ditto.
5553         (wl-nntp-posting-user): Ditto.
5554         (wl-nntp-posting-port): Ditto.
5555         (wl-fetch-confirm-threshold): Ditto.
5556         (wl-prefetch-threshold): Ditto.
5557         (wl-thread-insert-opened): Ditto.
5558         (wl-ldap-server): Ditto.
5559         (wl-ldap-port): Ditto.
5560         (wl-ldap-base): Ditto.
5561         (wl-ldap-objectclass): Ditto.
5562         (wl-use-ldap): Ditto.
5563         (wl-draft-config-alist): Ditto.
5564         (wl-draft-config-matchone): Ditto.
5565         (wl-template-alist): Ditto.
5566         (wl-message-sort-field-list): Ditto.
5567         (wl-message-ignored-field-list): Ditto.
5568         (wl-message-visible-field-list): Ditto.
5569         (wl-interactive-send): Ditto.
5570         (wl-summary-move-order): Ditto.
5571         (wl-auto-select-first): Ditto.
5572         (wl-auto-select-next): Ditto.
5573         (wl-interactive-save-folders): Ditto.
5574
5575         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5576         Initialization codes are moved from wl-local-folder-init.
5577         (wl-local-folder-init): Follow the change above.
5578         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5579
5580         * wl-acap.el: New file.
5581
5582         * Version number is increased to 2.7.3.
5583
5584 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5585
5586         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5587
5588 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5589
5590         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5591         (wl-addrmgr-address-entry-list): Ditto.
5592
5593 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * wl-e21.el (wl-draft-mode-map): Removed binding for
5596         `wl-draft-insert-x-face-field'.
5597
5598         * wl-mule.el (wl-draft-mode-map): Ditto.
5599
5600         * wl-xmas.el (wl-draft-mode-map): Ditto.
5601
5602         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5603         (wl-cs-autoconv): Ditto.
5604         (wl-cs-local): Ditto.
5605         (wl-use-scoring): Ditto.
5606         (wl-mime-charset): Ditto.
5607         (wl-folder-check-async): Ditto.
5608
5609         * wl.el (toplevel): Ignore nemacs and tm.
5610         (wl-exit): Ditto.
5611
5612         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5613         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5614         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5615         instead of wl-address-petname-add-or-change.
5616         (wl-summary-edit-addresses-subr): Use wl-address-delete
5617         instead of wl-address-petname-delete.
5618
5619         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5620
5621         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5622         if error occured.
5623
5624         * wl-message.el (require): Remove tm support.
5625
5626         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5627
5628         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5629         (wl-folder-jump-to-current-entity): Ditto.
5630         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5631
5632         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5633         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5634         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5635
5636         * wl-mule.el (wl-draft-key-setup): Ditto.
5637
5638         * wl-xmas.el (wl-draft-key-setup): Ditto.
5639
5640         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5641         (wl-draft-std11-parse-addresses): New function.
5642         (wl-draft-parse-mailbox-list): Use it.
5643         (wl-draft): Ignore nemacs.
5644         (wl-draft-reedit): Ditto.
5645
5646         * wl-addrmgr.el: New file.
5647         (Original is wl-rcpt.el written by
5648         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5649         Thanks Kitamoto-san.)
5650
5651         * wl-address.el (wl-address-make-address-list): Modified parsing
5652         process.
5653         (wl-address-delete): Renamed from `wl-address-petname-delete';
5654         Modify wl-address-list too.
5655         (wl-address-add-or-change): Renamed from
5656         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5657
5658 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5659
5660         * wl-highlight.el (wl-highlight-summary-current-line):
5661           Work with transient-mark-mode
5662
5663 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5664
5665         * Version number is increased to 2.7.2.
5666
5667         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5668         instead of elmo-dop-queue-method.
5669
5670 2001-08-06  SAITO Atsunori <sai@yedo.com>
5671
5672         * wl-vars.el (wl-ldap-objectclass): New user option.
5673
5674         * wl-address.el (wl-ldap-make-filter): Use it.
5675
5676 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5677
5678         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5679
5680 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * wl-folder.el (wl-folder): redisplay after folder insertion.
5683
5684         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5685
5686         * wl-summary.el (wl-summary-sync-update):
5687         Change status mark only when new-msgdb exists.
5688         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5689
5690 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5691
5692         * wl-summary.el (wl-summary-open-folder): New function.
5693         (wl-summary-goto-folder-subr): Use it.
5694         (wl-summary-mark-as-important): Fix;
5695         Encache only when no cache exists.
5696
5697 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5698
5699         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5700         Use with-current-buffer.
5701
5702 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5703
5704         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5705         before call `get-buffer'. Fixed parenthesis.
5706         (wl-score-get-header-entry): Clear message and help window when
5707         keyboard quit.
5708         (wl-score-edit-insert-header): Ditto.
5709
5710 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5711
5712         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5713         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5714         (wl-default-draft-cite): Fix.
5715
5716         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5717         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5718
5719 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5720
5721         * wl-message.el (wl-message-prev-page): Do same bahavior
5722         as summary when it is called in the message buffer.
5723         (wl-message-next-page): Ditto.
5724
5725 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5726
5727         * wl-summary.el (wl-summary-forward): Use cache if it is not
5728         section cache.
5729
5730 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5731
5732         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5733         Removed redundant require of elmo-vars.
5734         (wl-biff-state-indicator-on): Changed default value for
5735         xemacs with non-mule environment.
5736
5737         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5738         wl-message-buffer is nil;
5739         Hide progress bar after moving messages.
5740
5741 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5742
5743         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5744         message at cursor point is deleted.
5745
5746 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5747
5748         * wl-vars.el: Changed file coding system to euc-japan.
5749         Added -*-coding:-*- magic to the first line.
5750
5751         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5752         Search parent from the first message.
5753
5754         * Version number is increased to 2.7.1.
5755
5756 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5757
5758         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5759
5760 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5761
5762         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5763         refile/delete execution.
5764
5765         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5766         Fixed docstring.
5767
5768 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5769
5770         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5771         do update process;
5772         Don't update marks when update process is interrupted.
5773
5774 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-summary.el (wl-summary-reply): Fixed problem when
5777         wl-draft-use-frame is non-nil.
5778         (wl-summary-forward): Ditto.
5779
5780         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5781         as nil.
5782         (wl-folder-mark-as-read-all-entity): Ditto.
5783         (wl-folder-prefetch-entity): Ditto.
5784
5785         * wl.el (wl): Check environment before wl-init.
5786
5787         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5788         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5789         instead of wl-summary-collect-unread.
5790         (wl-summary-reply): Split message window.
5791
5792 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5793
5794         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5795         only if current language environment is japanese,
5796
5797         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5798         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5799         (wl-folder-goto-folder-subr): Ditto.
5800
5801         * wl-draft.el (wl-draft-dispatch-message): Call
5802         `elmo-file-cache-get-path'.
5803
5804 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5805
5806         * wl-summary.el (wl-summary-cursor-move): If return value of
5807         wl-summary-next-message is not number, don't jump.
5808
5809 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5810
5811         * wl-summary.el (wl-summary-buffer-next-message-function): New
5812         variable.
5813         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5814         if it is bound.
5815
5816         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5817         string.
5818
5819         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5820         (wl-plugged-drawing): Ditto.
5821
5822 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5823
5824         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5825         process.
5826         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5827         with unwind-protect.
5828
5829         * wl.el (wl-init): Require mime-setup.
5830         (wl-check-environment): Don't require mime-setup.
5831
5832         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5833         instead of elmo-folder-type.
5834
5835         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5836         value as nil.
5837
5838 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5839
5840         * Version number is increased to 2.7.0.
5841
5842         * wl-version.el (wl-version): Changed codename.
5843
5844         * wl-summary.el (wl-summary-delete-cache): Fixed.
5845
5846         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5847         Workaround for net folders.
5848         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5849
5850         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5851         value to nil (According to the patch from
5852         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5853
5854         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5855         of elmo-folder-close.
5856
5857 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5858
5859         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5860         for postfix.
5861
5862 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5863
5864         * wl-summary.el (wl-summary-resend-message): Fixed.
5865
5866         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5867         Call wl-draft with `from' argument if its address is included in
5868         `wl-user-mail-address-list'.
5869         (wl-draft): Added `from' argument.
5870
5871         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5872         non-nil.
5873         (wl): Don't show demo if wl-demo is nil.
5874
5875         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5876         wl-summary-use-frame.
5877
5878         * wl-vars.el (wl-summary-use-frame): New user option.
5879         (wl-folder-use-frame): Changed docstring.
5880
5881         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5882         non-nil.
5883         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5884         wl-summary-use-frame.
5885
5886         * wl-vars.el (wl-folder-use-frame): New user option.
5887
5888         * wl-summary.el (wl-summary-exit): Back to folder frame if
5889         wl-folder-use-frame is non-nil.
5890         (wl-summary-redisplay-internal): Ignore cache if current folder
5891         is draft folder,
5892         (wl-summary-redisplay-no-mime): Ditto.
5893         (wl-summary-redisplay-all-header): Ditto.
5894
5895         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5896         if wl-folder-use-frame is non-nil.
5897
5898 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5899
5900         * wl-summary.el (wl-summary-sync-update): Bind
5901         elmo-folder-update-threshold.
5902         (wl-summary-mark-as-important): Enclosed server mark processing
5903         with `save-match-data'.
5904
5905         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5906         only when it is already defined.
5907
5908 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5909
5910         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5911         name of folder exclude localdir is wrong.
5912         * wl-folder.el (wl-folder-sync-entity):
5913         Set `wl-summary-always-sticky-folder-list' as nil.
5914         (wl-folder-mark-as-read-all-entity): Ditto.
5915         (wl-folder-prefetch-entity): Ditto.
5916
5917 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5918
5919         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5920         instead of `wl-summary-write-current-newsgroup'.
5921
5922 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5923
5924         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5925         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5926         non-nil and selected message is important, do not display.
5927
5928 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5929
5930         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5931
5932 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5933
5934         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5935
5936         * wl-summary.el (wl-summary-mark-as-important): Set message number
5937         using wl-summary-message-number.
5938
5939 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5940
5941         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5942         destination folder is 'null.
5943
5944 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5945
5946         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5947         New function.
5948         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5949         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5950         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5951
5952 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5953
5954         * wl-mime.el (wl-mime-setup): Added setting for
5955         `mime-setup-signature-key-alist' to avoid overriding key bind for
5956         `wl-draft-send'.
5957
5958         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5959         for `wl-draft-send'.
5960         * wl-mule.el (wl-draft-overload-functions): Ditto.
5961         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5962         * wl-draft.el (wl-draft-send): Ditto.
5963
5964         * wl-message.el (wl-message-display-internal):
5965         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5966         (Patch is provided by <kita@coe.nttdata.co.jp>).
5967
5968 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5969
5970         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5971
5972 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5973
5974         * wl.el (wl): Fix for wl-demo.
5975
5976 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5977
5978         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5979
5980 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5981
5982         * wl-folder.el (wl-folder-prefetch-entity): Use
5983         `wl-folder-get-elmo-folder'.
5984         (wl-folder-count-incorporates): Do not use
5985         `wl-folder-get-elmo-folder'.
5986
5987 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5988
5989         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5990         instead of `elmo-folder-get-type'.
5991
5992 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5993
5994         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5995         position on Subject: field.
5996         (Advised by Mito <mit@nines.nec.co.jp>)
5997
5998 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5999
6000         * wl-folder.el (wl-folder-prefetch-entity): Use
6001         `wl-folder-get-elmo-folder'.
6002
6003 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6006
6007         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6008         `process-duplicates' slot.
6009
6010         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6011         if detection failed.
6012
6013 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6014
6015         * wl-version.el (wl-version-status): Set to "alpha".
6016
6017 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6018
6019         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6020         Check wl-message-buffer lives before set-buffer.
6021
6022 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6023
6024         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6025         called in folder mode.
6026         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6027         * wl-summary.el (wl-summary-exit-pre-hook): Run
6028         `wl-summary-exit-pre-hook' before exit summary mode.
6029
6030 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6031
6032         * wl-version.el (wl-version-status): New variable.
6033         (wl-version-status-alist): Removed.
6034         (wl-version-status): Rule included.
6035
6036 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6037
6038         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6039         @sponichi.
6040
6041         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6042         when `mail-reply-buffer' is buffer-local variable.
6043         (Reported by <kita@coe.nttdata.co.jp>).
6044
6045 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6046
6047         * wl-vars.el (toplevel): Require 'elmo-util.
6048
6049 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6050
6051         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6052         (All other related portions are changed)
6053
6054         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6055
6056         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6057
6058 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6059
6060         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6061
6062 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6065         Delete other windows to avoid an error.
6066         Use `point-marker' instead of `point' to remember the start point
6067         of body.
6068
6069         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6070
6071         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6072         number not to exceed all message number.
6073
6074 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6075
6076         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6077         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6078
6079 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6080
6081         * wl-summary.el (wl-summary-sync-force-update): Added argument
6082         no-check.
6083         (wl-summary-sync-update): Ditto.
6084         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6085         with `no-check'.
6086
6087         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6088         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6089         already running.
6090
6091 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6092
6093         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6094         `dst-folder-arg'.
6095         (wl-expire-archive-number1): Diito.
6096         (wl-expire-archive-number2): Diito.
6097         (wl-expire-archive-Date): Diito.
6098         (wl-archive-number1): Diito.
6099         (wl-archive-number2): Diito.
6100         (wl-archive-date): Diito.
6101         (wl-archive-folder-p): New function.
6102         (wl-summary-expire): Support of expand folder name at
6103         wl-expire-alist.
6104         * wl-util.el (wl-expand-newtext): Renamed from
6105         `wl-refile-expand-newtext'.
6106
6107 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6108
6109         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6110         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6111         `(elmo-msgdb-get-overview msgdb)'.
6112         (wl-summary-prefetch): Bind match data before call
6113         `wl-summay-prefetch-msg'.
6114         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6115         'off if `wl-summary-buffer-disp-msg' is non-nil.
6116         Fixed problem that couldn't show only one new or unread message when
6117         enter folder.
6118         (wl-summary-reply): Don't call `split-window-vertically' and other
6119         window.
6120
6121 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6122
6123         * wl-expire.el (wl-expire-refile): Fixed.
6124
6125 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6126
6127         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6128
6129         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6130         biff notification is removed.
6131
6132         * wl.el (wl): Changed position of `elmo-init'.
6133
6134         * wl-draft.el (wl-default-draft-cite): Use date field
6135         on the citation buffer.
6136
6137         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6138
6139         * wl-xmas.el (wl-folder-internal-icon-list): Added
6140         `wl-folder-shimbun-image'.
6141
6142         * wl-e21.el (wl-folder-internal-icon-list): Added
6143         `wl-folder-shimbun-image'.
6144
6145 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl.el (wl-init): Eliminated argument.
6148         (wl): Rewrite.
6149
6150         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6151         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6152         instead of `elmo-folder-msgdb-internal'.
6153         (wl-summary-sync-update): Ditto.
6154         (wl-summary-flush-pending-append-operations): Eliminated.
6155         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6156         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6157         `elmo-folder-open'.
6158
6159         * wl-mime.el (wl-summary-burst): Fixed.
6160
6161         * wl-folder.el (wl-folder-info-save): Check data type.
6162
6163         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6164         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6165         instead of `elmo-folder-msgdb-internal'.
6166         (wl-expire-hide): Ditto.
6167
6168
6169         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6170
6171 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6172
6173         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6174
6175 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6176
6177         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6178
6179 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6180
6181         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6182         Fixed `match-beginning' argument mismatch.
6183
6184 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6185
6186         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6187         the default value.
6188
6189 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6190
6191         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6192         instead of `elmo-nntp-default-port'.
6193
6194         * wl-vars.el: Fixed some doc strings.
6195
6196 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6197
6198         * wl-summary.el (wl-summary-prefetch-msg): Use
6199         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6200
6201         * wl-vars.el: Define *-func as obsolete variable using
6202         `elmo-define-obsolete-variable'.
6203
6204         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6205         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6206         instead of `wl-message-buffer-prefetch-threshold'.
6207
6208         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6209
6210         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6211
6212         * wl-draft.el (wl-caesar-region-func): Ditto.
6213
6214         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6215         Keep unread status in elmo-folder-move-messages.
6216         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6217
6218 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6219
6220         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6221         `wl-summary-buffer-exit-func'
6222         (wl-summary-buffer-message-redisplay-function): Renamed from
6223         `wl-summary-buffer-message-redisplay-func'
6224         (wl-summary-buffer-next-folder-function): Renamed from
6225         `wl-summary-buffer-next-folder-func'.
6226         (wl-summary-buffer-prev-folder-function): Renamed from
6227         `wl-summary-buffer-prev-folder-func'.
6228         (wl-summary-get-petname-function): Renamed from
6229         `wl-summary-get-petname-func'.
6230
6231         * wl-score.el (wl-score-edit-exit-function): Renamed from
6232         `wl-score-edit-exit-func'.
6233
6234         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6235         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6236
6237         * wl-util.el (wl-load-profile-function): Renamed from
6238         `wl-load-profile-func'.
6239
6240         * wl-folder.el (wl-folder-completion-function): Renamed from
6241         `wl-folder-completion-func'.
6242         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6243
6244         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6245         `wl-expire-archive-get-folder-func'.
6246         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6247         (wl-draft-send-mail-function): Renamed from
6248         `wl-draft-send-mail-func'.
6249         (wl-draft-send-news-function): Renamed from
6250         `wl-draft-send-news-func'.
6251         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6252         (wl-generate-mailer-string-function): Renamed from
6253         `wl-generate-mailer-string-func'.
6254         (wl-highlight-signature-search-function): Renamed from
6255         `wl-highlight-signature-search-func'.
6256         (wl-highlight-x-face-function): Renamed from
6257         `wl-highlight-x-face-func'
6258         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6259         (wl-ps-print-buffer-function): Renamed from
6260         `wl-ps-print-buffer-func'
6261         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6262         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6263         (wl-summary-subject-filter-function): Renamed from
6264         `wl-summary-subject-filter-func'.
6265
6266         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6267         `wl-draft-queue-flush-send-func'
6268         (wl-draft-cite-function): Renamed from
6269         `wl-draft-cite-func'
6270
6271         * wl-address.el (wl-address-init-function): Renamed from
6272         `wl-address-init-func'.
6273
6274 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6275
6276         * wl-draft.el (wl-draft-queue-flush): Don't call
6277         `elmo-dop-unlock-message'.
6278         * wl-draft.el (wl-draft-queue-append): Don't call
6279         `elmo-dop-lock-message'.
6280
6281         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6282         (wl-summary-buffer-folder-name): Ditto.
6283         (wl-summary-message-regexp): Added '-' (all other related portions
6284         are changed).
6285         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6286         wl-summary-buffer-folder-name.
6287
6288 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6289
6290         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6291         the number of mails in the folder buffer is not updated by wl-biff.
6292
6293 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6294
6295         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6296         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6297
6298 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6299
6300         * wl-summary.el (wl-summary-next-message):
6301         Return next message number when wl-summary-move-order is nil.
6302
6303 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6304
6305         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6306         `wl-summary-move-spec-alist'.
6307         (wl-summary-move-spec-unplugged-alist): New variable
6308         (Move spec for unplugged status).
6309         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6310         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6311
6312 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6313
6314         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6315         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6316
6317 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6318
6319         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6320         simple quotation to quote the anonymous function.
6321         * tm-wl.el (wl-draft-preview-message): Ditto.
6322
6323 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6324
6325         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6326         Eliminate redundant `save-excursion'.
6327         (wl-highlight-summary-current-line): Ditto.
6328
6329         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6330         accessing match data when `looking-at' failed.
6331
6332         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6333         `elmo-match-string' where users don't care about the speed.
6334         (wl-draft-save): Ditto.
6335
6336 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6337
6338         * wl-util.el (wl-regexp-opt): New function.
6339
6340         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6341         number from `wl-summary-buffer-number-list'.
6342         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6343         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6344         (wl-summary-move-spec-alist): Changed default setting.
6345
6346 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6347
6348         * wl-vars.el (wl-biff-notify-hook): New hook.
6349         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6350         the arrival of new mail.
6351         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6352         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6353
6354 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6355
6356         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6357
6358 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6359
6360         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6361
6362         * Version number is increased to 2.5.8.
6363
6364         * wl-thread.el (toplevel): require 'cl.
6365         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6366         (wl-thread-make-number-list): New function.
6367         (wl-thread-entity-make-number-list-from-children): Ditto.
6368         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6369         (wl-thread-entity-insert-as-children): Likewise.
6370         (wl-thread-delete-message): Likewise.
6371         (wl-meaning-of-mark): Eliminated.
6372         (wl-thread-next-failure-mark-p): Ditto.
6373         (wl-thread-entity-get-mark): Ditto.
6374         (wl-thread-meaning-alist-get-result): Ditto.
6375         (wl-thread-entity-check-prev-mark): Ditto.
6376         (wl-thread-entity-check-next-mark): Ditto.
6377         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6378         (wl-thread-entity-get-prev-marked-entity): Ditto.
6379         (wl-thread-get-prev-unread): Ditto.
6380         (wl-thread-jump-to-prev-unread): Ditto.
6381         (wl-thread-get-next-unread): Ditto.
6382         (wl-thread-jump-to-next-unread): Ditto.
6383         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6384         (wl-thread-entity-get-next-marked-entity): Ditto.
6385
6386         * wl-summary.el (wl-summary-buffer-number-list):
6387         New bufer-local variable.
6388         (wl-summary-switch-to-clone-buffer): Clone
6389         `wl-summary-buffer-number-list'.
6390         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6391         (wl-summary-cursor-move-regex): Eliminated.
6392         (wl-summary-cursor-up): Rewrite.
6393         (wl-summary-cursor-down): Ditto.
6394         (wl-summary-mode-spec-alist): New variable.
6395         (wl-summary-next-message): New inline function.
6396         (wl-summary-cursor-move): New function.
6397         (wl-summary-default-get-next-msg): Rewrite.
6398         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6399         (wl-summary-rescan): Ditto.
6400         (wl-summary-sync-all-init): Ditto.
6401         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6402         summary is not thread view.
6403         (wl-summary-sync-update): Ditto.
6404         (wl-summary-rescan): Ditto.
6405         (wl-summary-make-number-list): New function.
6406
6407         * wl-draft.el: "FCC" -> "Fcc".
6408
6409 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6410
6411         * wl-highlight.el (wl-highlight-summary-window):
6412         Call `set-buffer-modified-p'.
6413
6414         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6415         (wl): Call `elmo-init' and fix.
6416
6417         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6418         Use new variables.
6419
6420         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6421
6422 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6425
6426 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6427
6428         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6429
6430 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6431
6432         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6433         `wl-use-toolbar' nor `display-graphic-p'.
6434         (wl-e21-setup-message-toolbar): Ditto.
6435         (wl-e21-setup-summary-toolbar): Ditto.
6436         (wl-e21-setup-folder-toolbar): Ditto.
6437
6438         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6439         (wl-plugged-init-icons): Ditto.
6440
6441         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6442         `display-graphic-p'.
6443         (wl-plugged-set-folder-icon): Ditto.
6444         (wl-highlight-plugged-current-line): Ditto.
6445         (wl-highlight-folder-current-line): Ditto.
6446         (wl-e21-highlight-folder-group-line): Ditto.
6447         (wl-e21-setup-toolbar): Ditto.
6448         (wl-e21-display-image-p): New macro.
6449
6450         * wl-demo.el (wl-demo): Simplified.
6451         (wl-demo-image-type-alist): Use `image-type-available-p' for
6452         checking whether the image type `xbm' is available.
6453
6454 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6455
6456         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6457         (wl-summary-input-range): Ditto.
6458
6459 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6460
6461         * wl-summary.el (wl-summary-edit-addresses): Use
6462         `wl-summary-get-original-buffer'
6463         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6464         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6465         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6466         (wl-summary-get-newsgroups): Eliminated.
6467         (wl-summary-set-crosspost): Ditto.
6468         (wl-summary-is-crosspost-folder): Ditto.
6469         (wl-crosspost-alist-load): Ditto.
6470         (wl-crosspost-alist-save): Ditto.
6471
6472         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6473         `elmo-setup-subscribed-newsgroups' instead of
6474         `elmo-nntp-make-groups-hashtb'.
6475         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6476         instead of `wl-crosspost-alist-save'.
6477
6478         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6479         of `elmo-folder-message-appendable-p'.
6480         (wl-mime-header-presentation-method): Eliminated.
6481
6482         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6483         (Error occurs in emacs21).
6484
6485         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6486         the current buffer).
6487
6488         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6489         instead of `wl-crosspost-alist-save'.
6490         (wl-init): `elmo-crosspost-message-alist-load'
6491         instead of `wl-crosspost-alist-load'
6492
6493         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6494         (wl-parse-newsgroups): Likewise.
6495         (wl-biff-notify): Run `wl-biff-notify-hook'.
6496
6497 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6498
6499         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6500
6501         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6502         when `wl-summary-lazy-highlight' is non-nil.
6503         (wl-summary-goto-folder-subr): Highlight only when
6504         `wl-summary-lazy-highlight' is non-nil.
6505
6506         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6507         Don't display progress and highlight temp-mark when
6508         `wl-summary-lazy-highlight' is non-nil.
6509         (wl-highlight-summary-window): New function.
6510         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6511
6512 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6513
6514         * wl-summary.el (wl-summary-sync): Change `all-visible'
6515         from `all-shown'
6516         (wl-summary-input-range): Ditto.
6517
6518 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6519
6520         * wl-e21.el (wl-highlight-folder-current-line): Call
6521         `wl-folder-init-icons' when folder icons have not been initialized.
6522
6523         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6524
6525         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6526         (wl-demo-image-type-alist): New macro.
6527
6528 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6529
6530         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6531         display does not support graphics.
6532         (wl-plugged-init-icons): Ditto.
6533         (wl-folder-init-icons): Ditto.
6534
6535         * wl-demo.el (wl-demo): Chech closely whether the display
6536         supports graphics.
6537
6538 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6539
6540         * wl-summary.el (wl-summary-get-original-buffer): New function.
6541         (wl-summary-set-crosspost): Use it.
6542         (wl-summary-target-mark-uudecode): Ditto.
6543         (wl-summary-reedit): Ditto.
6544         (wl-summary-resend-bounced-mail): Ditto.
6545         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6546         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6547
6548         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6549         (wl-message-display-internal): Ditto.
6550
6551 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6552
6553         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6554
6555 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6556
6557         * wl-summary.el (wl-summary-save-view): Renamed from
6558         `wl-summary-save-status'.
6559
6560 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6561
6562         * wl-summary.el (wl-summary-sync): Added `all-shown'
6563
6564 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6565
6566         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6567
6568 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6569
6570         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6571
6572 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6573
6574         * wl-highlight.el (wl-highlight-summary-line-string): Use
6575         `zerop' instead of `= 0'.
6576         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6577
6578         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6579         for comparing numbers.
6580         (wl-template-prev): Use `zerop' instead of `eq 0'.
6581
6582         * wl-draft.el (wl-draft-insert-current-message): Use
6583         `with-current-buffer' instead of `save-excursion'.
6584         Use `zerop' instead of `eq 0'.
6585
6586 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6587
6588         * wl-draft.el (wl-draft-insert-ccs): New function.
6589         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6590         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6591
6592 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6593
6594         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6595
6596 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6597
6598         * wl-expire.el (wl-expire-refile): Don't call
6599         elmo-msgdb-add-msgs-to-seen-list;
6600         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6601         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6602
6603 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6604
6605         * wl-message.el (wl-message-prev-page): Ignore errors while
6606         scroll-down.
6607
6608 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6609
6610         * wl-mime.el: Use elmo-original-message-mode instead of
6611         mmelmo-original-mode.
6612
6613         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6614         `elmo-folder-get-spec';
6615         (wl-fldmgr-add-completion-all-completions):
6616         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6617
6618         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6619         of `elmo-folder-get-type'.
6620
6621         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6622         `elmo-folder-get-spec';
6623         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6624         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6625         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6626         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6627         `elmo-read-msg-no-cache';
6628         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6629         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6630         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6631         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6632         `elmo-cache-save';
6633         (wl-draft-reedit): Use `elmo-message-file-name'.
6634
6635         * wl-expire.el: Use `elmo-folder-name-internal';
6636         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6637         Use macro `wl-summary-buffer-msgdb' instead of variable
6638         `wl-summary-buffer-msgdb';
6639         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6640         Use macro `wl-summary-buffer-folder-name' instead of variable
6641         `wl-summary-buffer-folder-name'.
6642         * wl-score.el: Likewise.
6643
6644         * wl-message.el: Rewrite for new message buffer cache mechanism.
6645         (wl-message-buffer-cache-buffer-get): New macro.
6646         (wl-message-buffer-cache-folder-get): Ditto.
6647         (wl-message-buffer-cache-message-get): Ditto.
6648         (wl-message-buffer-cache-entry-make): Ditto.
6649         (wl-message-buffer-cache-hit): Ditto.
6650         (wl-message-buffer-cache-sort): New function.
6651         (wl-message-buffer-cache-add): Ditto.
6652         (wl-message-buffer-cache-delete): Ditto.
6653         (wl-message-buffer-cache-clean-up): Ditto.
6654         (wl-message-buffer-window): Rewrite.
6655         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6656         (wl-message-buffer-display): New function.
6657         (wl-message-display-internal): New function.
6658
6659 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6660
6661         * wl-folder.el: Use `elmo-folder-name-internal';
6662         Use `wl-folder-get-elmo-folder';
6663         Use `elmo-folder-list-messages' instead of
6664         `elmo-list-folder';
6665         Use `elmo-folder-get-primitive-list' instead of
6666         `elmo-folder-get-primitive-spec-list';
6667         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6668         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6669         Use `elmo-folder-create' instead of `elmo-create-folder'.
6670         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6671         (wl-folder-get-elmo-folder): New macro.
6672         (wl-folder-elmo-folder-cache-get): Ditto.
6673         (wl-folder-elmo-folder-cache-put): Ditto.
6674         (wl-folder-suspend): Call `elmo-quit'.
6675
6676         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6677         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6678         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6679         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6680         (toplevel): require 'cl.
6681         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6682
6683         * wl-summary.el: Rewrite to use new elmo interface.
6684
6685 \f
6686 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * wl-mime.el (wl-draft-preview-message):
6689         Run `wl-draft-send-hook' before collecting recipients information;
6690         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6691
6692         * tm-wl.el (wl-draft-preview-message): Ditto.
6693
6694 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6695
6696         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6697         wrong recipients are displayed when forwarded message.
6698
6699 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6700
6701         * Version number is increased to 2.5.7.
6702
6703 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6704
6705         * wl-message.el (wl-message-next-page): Bind
6706         `window-pixel-scroll-increment' to nil while scrolling up.
6707
6708 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6709
6710         * wl-vars.el (wl-save-hook): New hook.
6711         * wl.el (wl-save): Call `wl-save-hook'.
6712
6713 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6714
6715         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6716         Argument WITH-ARG instead of NO-ARG (negative mean).
6717         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6718         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6719         * wl-message.el (wl-message-follow-current-entity): Likewise.
6720
6721 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6722
6723         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6724         FROM was optional argument.
6725         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6726
6727 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6728
6729         * Version number is increased to 2.5.6.
6730
6731 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6732
6733         * wl-version.el (wl-version-show): Removed.
6734         (wl-version): Add `interactive'.
6735
6736 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6737
6738         * wl-summary.el (wl-summary-get-petname-func): New variable.
6739         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6740         instead of `wl-address-get-petname-1'.
6741         (wl-summary-simple-from): Ditto.
6742
6743         * wl-address.el (wl-address-get-petname-1): Define as function.
6744
6745 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6746
6747         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6748         field in the original message.
6749         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6750
6751 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6752
6753         * wl-expire.el (wl-expire-hide):
6754         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6755
6756 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6757
6758         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6759         find decoder for To, Cc, and Subject.
6760
6761 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6762
6763         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6764         for checking `elmo-use-buffer-cache'.
6765         (wl-summary-mark-as-important): Fixed typo in comment.
6766
6767 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6768
6769         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6770         field in the original message.
6771         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6772
6773 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6774
6775         * wl-expire.el (wl-expire-hide):
6776         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6777
6778 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6779
6780         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6781         find decoder for To, Cc, and Subject.
6782
6783 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * Version number is increased to 2.5.5.
6786
6787         * wl-address.el (wl-address-specials-regexp): New constant.
6788         (wl-address-quote-specials): Use it.
6789
6790 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6791
6792         * wl-summary.el (wl-summary-rescan):
6793         Call `wl-summary-buffer-number-column-detect'.
6794         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6795
6796         * wl-message.el (wl-message-mode-map): Define.
6797         (wl-message-decode): Use it as local-map.
6798
6799 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6802         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6803
6804 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6807
6808         * wl-mule.el (wl-read-event-char): Ditto.
6809
6810         * wl-e21.el (wl-read-event-char): Ditto.
6811
6812         * wl-nemacs.el (wl-read-event-char): Ditto.
6813         (read-event): Removed.
6814
6815         * wl-util.el (toplevel): Removed dummy definition of
6816         `read-event'.
6817         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6818
6819 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6820
6821         * wl-nemacs.el (elmo-archive-call-process): Moved to
6822         elmo-archive.el.
6823
6824 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6825
6826         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6827         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6828
6829         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6830         instead of magic-number 6.  Use `not' instead of `null' for symbol
6831         `nil' check (not empty list).
6832         (wl-draft-insert-x-face-field): Fixed paren style.
6833
6834         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6835         one-branch conditional statement, instead of `and' and `if'.
6836         (wl-draft-forward): Likewise.
6837         (wl-draft-add-references): Likewise.
6838         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6839
6840         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6841         conditional steatment.  Use `cond' instead of `if'.
6842         (wl-draft-confirm): Likewise.
6843
6844 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6845
6846         * wl-version.el (wl-version-show): Use `product-string-1'
6847         instead of `wl-version'.
6848         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6849
6850         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6851
6852 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6853
6854         * wl-highlight.el (wl-highlight-headers): Revert
6855         `wl-highlight-x-face-func' argument (`beg' and `end').
6856
6857 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6858
6859         * wl.el (toplevel): Move `product-provide' declare.
6860         * wl-demo.el (toplevel): Ditto.
6861         * wl-dnd.el (toplevel): Ditto.
6862         * wl-highlight.el (toplevel): Ditto.
6863         * wl-message.el (toplevel): Ditto.
6864         * wl-refile.el (toplevel): Ditto.
6865         * wl-util.el (toplevel): Ditto.
6866
6867 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6868
6869         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6870         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6871         (wl-thread-close-all): keep cursor position.
6872
6873 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6874
6875         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6876         (eq x 0).
6877         (wl-generate-user-agent-string-1): Fix conditional statement.
6878
6879 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6880
6881         * wl.el (wl-check-environment): Additional check for
6882         'wl-local-domain' and `wl-message-id-domain'.
6883
6884 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6885
6886         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6887
6888 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6889
6890         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6891         instead of `smtp-sasl-user-realm'.
6892
6893 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6894
6895         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6896
6897 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6898
6899         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6900         to the default value as well as `eword-lexical-analyzer'.
6901
6902 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6903
6904         * wl-version.el (wl-extended-emacs-version,
6905         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6906         `elmo-match-string' instead of `wl-match-string'.
6907
6908 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6909
6910         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6911         docstring.
6912
6913 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6914
6915         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6916
6917 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6918
6919         * wl-highlight.el (wl-highlight-headers): Remove
6920         `wl-highlight-x-face-func' argument (`beg' and `end').
6921
6922 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * wl-summary.el (wl-summary-mark-as-important):
6925         Remove cache if folder is local.
6926
6927 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6928
6929         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6930         to get existing e-mail address string.
6931
6932 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6933
6934         * wl-version.el (wl-generate-user-agent-string): Commentary.
6935         (wl-generate-user-agent-string-1): Use `when' for
6936         one-branch conditional statement, instead of `and' and `if'.
6937         (wl-extended-emacs-version, wl-extended-emacs-version2,
6938         wl-extended-emacs-version3): Ditto.
6939
6940 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6941
6942         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6943         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6944         condition-case; Remove initialization.
6945         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6946         (wl-summary-sync-update3): Added argument `sync-all';
6947         Eliminated local variable `msgdb';
6948         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6949         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6950         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6951
6952 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6953
6954         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6955         connection before call `wl-draft-send-mail-with-smtp'.
6956
6957 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * Version number is increased to 2.5.4.
6960
6961 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6962
6963         * wl.el (wl-check-environment): Additional check for
6964         'wl-local-domain' and `wl-message-id-domain'.
6965
6966 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6967
6968         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6969         buffer as command specific.
6970         (wl-folder-mark-as-read-all-entity): Ditto.
6971         (wl-folder-prefetch-entity): Ditto.
6972         (wl-folder-drop-unsync-entity): Ditto.
6973
6974         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6975         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6976         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6977
6978         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6979         save-excursion.
6980
6981 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6982
6983         * Version number is increased to 2.5.3.
6984
6985         * wl-summary.el (wl-summary-save-view-cache):
6986         Delete duplicated `write-region';
6987         Use `write-region-as-binary' instead of `as-binary-output-file' and
6988         `write-region'.
6989
6990 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6991
6992         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6993
6994 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6995
6996         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6997         instead of `smtp-via-smtp'.
6998
6999 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7000
7001         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7002
7003 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7004
7005         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7006         instead of `smtp-sasl-user-realm'.
7007
7008 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7009
7010         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7011
7012 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7013
7014         * Version number is increased to 2.5.2.
7015
7016 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7017
7018         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7019         does not exist.
7020         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7021         (wl-biff-start): Call `timer-activate' if timer already exists.
7022
7023         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7024         only when it is bound as function.
7025
7026 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7027
7028         * Version number is increased to 2.5.1.
7029
7030 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7031
7032         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7033         Print refile/copy destination.
7034
7035 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7036
7037         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7038         queue-flush-only is non-nil.
7039
7040         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7041
7042         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7043         checking cache folder.
7044
7045 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7046
7047         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7048         `regexp-quote'.
7049
7050 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7051
7052         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7053         function.
7054         * wl-summary.el (wl-summary-write-current-folder-functions):
7055         Change default value.  Use it.
7056
7057 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7058
7059         * Version number is increased to 2.5.0.
7060
7061         * wl-version.el (wl-version): Changed codename.
7062
7063 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7064
7065         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7066         (wl-summary-supersedes-message): Ditto.
7067
7068 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7069
7070         * wl-refile.el (wl-refile-guess-functions): Renamed from
7071         `wl-refile-guess-func-list'.
7072
7073 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7074
7075         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7076         Fixed problem when no rule was matched.
7077
7078 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7079
7080         * wl-summary.el (wl-summary-get-mark): Fixed
7081         `wl-summary-buffer-target-mark' check logic.
7082
7083 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7084
7085         * wl-folder.el (wl-folder-write-current-folder): Added group
7086         folder check.
7087
7088         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7089         `wl-summary-write-current-newsgroup'.
7090         (wl-summary-write-current-folder-functions): New variable.
7091         * wl-folder.el (wl-folder-get-newsgroups): New function.
7092         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7093         (wl-folder-write-current-folder): Renamed from
7094         `wl-folder-write-current-newsgroup'.
7095
7096 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7097
7098         * Version number is increased to 2.3.93.
7099
7100 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7101
7102         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7103         (wl-ldap-make-matched-value-list): Ditto.
7104         (wl-ldap-alias-safe-string): Split e-mail address.
7105
7106         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7107         petname folder default was selected.
7108         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7109         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7110
7111 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7112
7113         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7114         to `wl-draft-config-exec'.
7115
7116         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7117         instead of calling `wl-draft-config-exec';
7118         Process group-list and show recipients in minibuffer.
7119
7120         * tm-wl.el (wl-draft-preview-message): Ditto.
7121
7122 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7123
7124         * wl.el (toplevel): Added (C) to copyright notice, and
7125         sync Author header.
7126         * tm-wl.el (toplevel): Ditto.
7127         * wl-address.el (toplevel): Ditto.
7128         * wl-demo.el (toplevel): Ditto.
7129         * wl-dnd.el (toplevel): Ditto.
7130         * wl-draft.el (toplevel): Ditto.
7131         * wl-e21.el (toplevel): Ditto.
7132         * wl-expire.el (toplevel): Ditto.
7133         * wl-folder.el (toplevel): Ditto.
7134         * wl-highlight.el (toplevel): Ditto.
7135         * wl-message.el (toplevel): Ditto.
7136         * wl-mime.el (toplevel): Ditto.
7137         * wl-mule.el (toplevel): Ditto.
7138         * wl-nemacs.el (toplevel): Ditto.
7139         * wl-refile.el (toplevel): Ditto.
7140         * wl-score.el (toplevel): Ditto.
7141         * wl-summary.el (toplevel): Ditto.
7142         * wl-template.el (toplevel): Ditto.
7143         * wl-thread.el (toplevel): Ditto.
7144         * wl-util.el (toplevel): Ditto.
7145         * wl-vars.el (toplevel): Ditto.
7146         * wl-xmas.el (toplevel): Ditto.
7147
7148 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7149
7150         * wl.el (wl-init): Added comment about `wl-init-hook'.
7151         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7152         * wl-vars.el (wl-init-hook): Added docs.
7153         (wl-make-plugged-hook): Removed useless docs.
7154         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7155         * wl-xmas.el (toplevel): Ditto.
7156
7157 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7158
7159         * wl-address.el (toplevel): Fixed multiple Author header format.
7160         * wl-demo.el (toplevel): Ditto.
7161         * wl-draft.el (toplevel): Ditto.
7162         * wl-folder.el (toplevel): Ditto.
7163         * wl-summary.el (toplevel): Ditto.
7164         * wl-thread.el (toplevel): Ditto.
7165         * wl-util.el (toplevel): Ditto.
7166         * wl-vars.el (toplevel): Ditto.
7167         * wl-version.el (toplevel): Ditto.
7168         * wl-xmas.el (toplevel): Ditto.
7169         * wl.el (toplevel): Ditto.
7170
7171         * wl-version.el (toplevel): Added require `elmo-version' for
7172         `product-version-as-string'.
7173
7174 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7175
7176         * wl-vars.el (wl-draft-send-hook): Changed default value to
7177         '(wl-draft-config-exec).
7178
7179         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7180         explicitly.
7181         (wl-draft): Set `wl-draft-config-exec-flag' before running
7182         `wl-mail-setup-hook'.
7183
7184         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7185         `wl-biff-init-icons' to `wl-init-hook' instead of
7186         `wl-make-plugged-hook'.
7187         (Because if `wl-draft' command is invoked at first,
7188         they are not initialized)
7189         Updated copyright notice.
7190
7191         * wl-e21.el (toplevel): Ditto;
7192
7193         * wl-demo.el (toplevel): Updated copyright notice.
7194         * wl-address.el (toplevel): Ditto.
7195         * wl-draft.el (toplevel): Ditto.
7196         * wl-version.el (toplevel): Ditto.
7197         * wl-folder.el (toplevel): Ditto.
7198         * wl-summary.el (toplevel): Ditto.
7199         * wl-thread.el (toplevel): Ditto.
7200         * wl-util.el (toplevel): Ditto.
7201         * wl-vars.el (toplevel): Ditto.
7202         * wl.el (toplevel): Ditto.
7203
7204 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7205
7206         * wl-highlight.el (wl-highlight-message): Fixed problem of
7207         highlighting failure which occured when the last field contains
7208         multiple lines in the draft buffer.
7209
7210         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7211         `wl-biff-start' if plugged.
7212
7213         * wl-util.el (wl-biff-check-folder): New function.
7214         (wl-biff-check-folders): Don't set session name prefix.
7215         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7216         (wl-biff-check-folder-async): Ditto.
7217
7218         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7219         in email address.
7220
7221 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7222
7223         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7224
7225         * wl-draft.el (wl-draft-strip-subject-re): New function.
7226
7227         * wl-draft.el (wl-draft-reply): Use it.
7228
7229 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7230
7231         * wl-message.el (wl-mmelmo-message-redisplay): Use
7232         `mime-display-message' instead of `wl-mime-display-message'.
7233
7234         * wl-mime.el (toplevel): Removed compatibility workaround
7235         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7236         (wl-mime-display-message): Abolished.
7237         (wl-mime-entity-read-field): Ditto.
7238         (wl-mime-combine-message/partial-pieces): Use
7239         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7240
7241 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7242
7243         * wl-template.el: Doc fixes.
7244
7245 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7246
7247         * wl-e21.el (wl-message-overload-functions): Do nothing if
7248         `current-local-map' is not available.
7249         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7250
7251 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7252
7253         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7254         representation.
7255
7256         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7257         number.
7258         (wl-fldmgr-save-folders): Don't use `format' when insert
7259         `wl-fldmgr-folders-header'.
7260
7261 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7262
7263         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7264
7265 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-highlight.el (wl-highlight-message):
7268         Use `std11-field-end' to detect end point of the header field.
7269         Refer `wl-highlight-max-header-size'.
7270
7271         * wl-vars.el (wl-highlight-max-header-size): New variable.
7272
7273         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7274
7275         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7276         Set `for-draft' argument of wl-highlight-headers.
7277         (wl-draft): Ditto.
7278         (wl-draft-reedit): Ditto.
7279         (wl-user-agent-compose-internal): Ditto.
7280
7281 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7282
7283         * wl-message.el (wl-message-add-button): Use overlay.
7284
7285 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7286
7287         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7288
7289         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7290         problem when group-list content is nothing.
7291         (Reported by Mito <mit@nines.nec.co.jp>)
7292
7293 2000-10-18  SAITO Atsunori <sai@yedo.com>
7294
7295         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7296
7297 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7298
7299         * tm-wl.el (toplevel): Use product-provide.
7300
7301 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7302
7303         * Version number is increased to 2.3.92.
7304
7305 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7306
7307         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7308         title text, use `display' property for left margin under Emacs 21.
7309
7310         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7311         properties.
7312         (wl-plugged-init-icons): Ditto.
7313
7314 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7315
7316         * wl.el (wl-save-status, wl-init): Remove last period in
7317         "...done." message.
7318         * tm-wl.el (wl-summary-burst): Ditto.
7319         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7320         wl-summary-resume-cache-status,
7321         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7322         wl-summary-sync-update3, wl-summary-highlight-msgs,
7323         wl-summary-flush-pending-append-operations,
7324         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7325         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7326         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7327         wl-thread-open-all): Ditto.
7328         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7329         * wl-mime.el (wl-summary-burst): Ditto.
7330         * wl-highlight.el (wl-highlight-summary): Ditto.
7331         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7332         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7333         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7334         * wl-address.el (wl-local-address-init): Ditto.
7335
7336 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7337
7338         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7339         `add-text-properties'.
7340         (wl-plugged-init-icons): Ditto.
7341         (wl-folder-init-icons): Use `propertize' instead of
7342         `put-text-property'.
7343         (wl-plugged-set-folder-icon): Ditto.
7344         (wl-e21-highlight-folder-group-line): Ditto.
7345
7346 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7347
7348         * wl-version.el (wl-version-status-alist): New variable.
7349         (wl-version-status): New function.
7350
7351         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7352         "Cc" part of the case "Reply-To".
7353
7354         * wl-draft.el (wl-draft-reply): Use result of
7355         `eword-extract-address-components'.
7356
7357         * wl-demo.el (wl-demo-icon-name): New constant.
7358         (wl-logo-xpm): Use it.
7359         (wl-logo-xbm): Ditto.
7360         (wl-logo-bitmap): Ditto.
7361
7362         * Version number is increased to 2.3.91.
7363
7364 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7365
7366         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7367         (wl-extended-emacs-version, wl-extended-emacs-version2,
7368         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7369         docstring.
7370
7371         * wl-version.el (wl-generate-user-agent-string-1): New function.
7372         (wl-generate-user-agent-string): Use it.
7373
7374         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7375         `mime-edit-insert-user-agent-field'.
7376         (wl-generate-user-agent-string): Check
7377         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7378
7379         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7380         instead of `if', when verbose case.
7381
7382 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7383
7384         * wl-expire.el (wl-summary-expire): Fix.
7385
7386 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7387
7388         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7389         and `elmo-lost+found-folder' if 'wl-draft.
7390         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7391
7392 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7393
7394         * wl-expire.el (wl-summary-expire): Change messages.
7395         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7396         `deleing-info' instead of "Deleting..."
7397
7398 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7399
7400         * wl-summary.el (wl-summary-refile-subr): Fix.
7401
7402 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7403
7404         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7405         if pipe folder.
7406
7407 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7408
7409         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7410
7411 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7412
7413         * wl-expire.el (wl-expire-hide): New function.
7414         (wl-summary-expire): Add `hide'.
7415
7416 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7417
7418         * wl-vars.el (wl-draft-reply-without-argument-list):
7419         Changed default value to consider `Reply-To:'.
7420         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7421
7422         * Version number is increased to 2.3.90.
7423
7424         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7425         elmo-imap4-get-session with unwind-protect.
7426         Don't cause error.
7427         (wl-summary-sync-marks): Don't check plugged nor folder type.
7428         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7429         (Always keep current buffer).
7430
7431 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7432
7433         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7434         Enclose with `save-excursion'.
7435
7436 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7437
7438         * wl-version.el (wl-version): Remove interactive.
7439
7440 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7441
7442         * wl-version.el (wl-generate-user-agent-string): Use
7443         `product-string-verbose' instead of `product-string-1'.
7444
7445 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7446
7447         * wl-vars.el (wl-draft-use-cache): New variable.
7448         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7449         if wl-draft-use-cache is non-nil.
7450
7451 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7452
7453         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7454         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7455
7456 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7457
7458         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7459         (wl-thread-msg-mark-as-unread): Ditto.
7460
7461         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7462         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7463         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7464         Don't set mark in summary if return value of `elmo-mark-as-read'
7465         is nil.
7466         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7467         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7468         instead of `wl-thread-msg-mark-as-read'.
7469         (wl-summary-mark-as-unread-region): Ditto.
7470         (wl-summary-target-mark-mark-as-read): Ditto.
7471
7472         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7473
7474 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7475
7476         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7477
7478         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7479
7480 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7481
7482         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7483         face.
7484
7485 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7486
7487         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7488         `running-xemacs'.
7489
7490 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7491
7492         * wl-version.el (toplevel): Use `product-version-as-string' for
7493         set verstion-string, if defined.
7494
7495         * wl-version.el (wl-version-show): Insert string at point, when
7496         call with argument.
7497
7498         * wl-version.el (wl-generate-user-agent-string): Use
7499         `product-string-1' instead of `wl-appname', `wl-version' and
7500         `wl-codename'.
7501
7502 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7503
7504         * wl-address.el (toplevel): Use product-provide.
7505         * wl-demo.el (toplevel): Ditto.
7506         * wl-dnd.el (toplevel): Ditto.
7507         * wl-draft.el (toplevel): Ditto.
7508         * wl-e21.el (toplevel): Ditto.
7509         * wl-expire.el (toplevel): Ditto.
7510         * wl-fldmgr.el (toplevel): Ditto.
7511         * wl-folder.el (toplevel): Ditto.
7512         * wl-highlight.el (toplevel): Ditto.
7513         * wl-message.el (toplevel): Ditto.
7514         * wl-mime.el (toplevel): Ditto.
7515         * wl-mule.el (toplevel): Ditto.
7516         * wl-nemacs.el (toplevel): Ditto.
7517         * wl-refile.el (toplevel): Ditto.
7518         * wl-score.el (toplevel): Ditto.
7519         * wl-summary.el (toplevel): Ditto.
7520         * wl-template.el (toplevel): Ditto.
7521         * wl-thread.el (toplevel): Ditto.
7522         * wl-util.el (toplevel): Ditto.
7523         * wl-vars.el (toplevel): Ditto.
7524         * wl-xmas.el (toplevel): Ditto.
7525         * wl.el (toplevel): Ditto.
7526
7527 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7528
7529         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7530         instead of product.
7531
7532         * wl-version.el (wl-version): Compile time evalution elmo-version.
7533
7534 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7535
7536         * wl-summary.el (wl-summary-sync-force-update): Append queue
7537         `mark-as-read'if unplugged.
7538
7539 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7540
7541         * wl-version.el: New file.  Use product.el.
7542         * wl.el: add (require 'wl-version).
7543         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7544         for ~/.folders header.
7545         (wl-fldmgr-folders-header): Changed.
7546         * wl-demo.el (wl-demo): Use product.el.
7547
7548         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7549         wl-version.el.
7550         * wl-util.el (wl-version, wl-version-show): Ditto.
7551
7552         * wl-util.el (wl-generate-user-agent-string,
7553         wl-extended-emacs-version, wl-extended-emacs-version2,
7554         wl-extended-emacs-version3): Move to wl-version.el.
7555         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7556         xemacs-codename, mime-edit-insert-user-agent-field,
7557         mime-edit-user-agent-value, mime-editor/version,
7558         mime-editor/codename): Compile warning killer move to
7559         wl-version.el
7560
7561 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7562
7563         * wl-summary.el (wl-summary-refile-subr): Fix.
7564
7565 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7566
7567         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7568         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7569
7570 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7571
7572         * wl.el (wl-check-environment): Check too many `@'.
7573
7574 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7575
7576         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7577
7578 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7579
7580         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7581         wl-draft-reply-myself-without-argument-list): Add variables.
7582         * wl-draft.el (wl-draft-reply): Use it.
7583
7584 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7585
7586         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7587         the 5th argument of `elmo-network-get-spec'.
7588
7589         * wl-thread.el (wl-thread-reparent-children): New inline function.
7590         (wl-thread-delete-message): Use it.
7591
7592         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7593         (wl-summary-score-update-all-lines): Don't use `dolist'.
7594
7595 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7596
7597         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7598         (require 'elmo-msgdb) for inline function.
7599
7600 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7601
7602         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7603
7604 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7605
7606         * wl-score.el (wl-score-headers): Fix for the confusing macro
7607         `elmo-kill-buffer'.
7608
7609 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7610
7611         * wl-summary.el: Don't use the 3rd argument of `require' because
7612         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7613         * wl-util.el: Ditto.
7614         * wl-draft.el: Ditto.
7615
7616 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7617
7618         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7619         window system is not used.
7620
7621 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7622
7623         * wl-thread.el: Don't use `mapcar' only for iteration.
7624         (wl-thread-resume-entity): Ditto.
7625         (wl-thread-delete-message): Ditto.
7626
7627         * wl-summary.el: Bind `dragdrop-drop-functions',
7628         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7629         of `require' for `timezone', `easymenu' and `ps-print';
7630         don't use `mapcar' only for iteration.
7631
7632         * wl-util.el: Bind `mule-version', `nemacs-version',
7633         `emacs-beta-version', `xemacs-codename',
7634         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7635         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7636         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7637         only for iteration.
7638
7639         * wl-score.el: Don't use `mapcar' only for iteration.
7640         (wl-score-simplify-buffer-fuzzy): Ditto.
7641         (wl-score-simplify-subject): Ditto.
7642         (wl-score-headers): Ditto.
7643         (wl-summary-score-update-all-lines): Ditto.
7644
7645         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7646         `enable-multibyte-characters' and `mule-version'.
7647
7648         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7649         `mapcar' only for iteration.
7650
7651         * wl-demo.el: Don't use `mapcar' only for iteration.
7652
7653         * wl-folder.el: Don't use `mapcar' only for iteration.
7654         (wl-folder-open-all): Ditto.
7655         (wl-folder-count-incorporates): Ditto.
7656
7657         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7658         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7659
7660         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7661         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7662         `smtp-connection-type'; specify 3rd argument of `require' for
7663         `timezone'; don't use `mapcar' only for iteration.
7664         (wl-draft-clone-local-variables): Don't use `mapcar'.
7665         (wl-draft-generate-clone-buffer): Ditto.
7666         (wl-user-agent-compose-internal): Ditto.
7667
7668         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7669
7670         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7671         (wl-save-status): Ditto.
7672
7673         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7674         for iteration.
7675
7676 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7677
7678         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7679         removed `Date'.
7680         (wl-fldmgr-make-filter-default): New user option.
7681
7682         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7683         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7684         (wl-fldmgr-filter-completion-alist): Abolish.
7685
7686         * wl.el (wl): Don't check servers if arg is non-nil.
7687
7688         * wl-draft.el (wl-draft-reply): Set only message-id string to
7689         In-Reply-To field.
7690
7691 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7692
7693         * wl-summary.el (wl-summary-pick): Rewrite.
7694
7695         * wl-draft.el (wl-draft-forward): Get references field from
7696         original buffer.
7697         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7698
7699 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7700
7701         * wl-draft.el (wl-draft-forward): Add references field.
7702
7703 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7704
7705         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7706         (wl-draft-reply): Use it.
7707
7708 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7709
7710         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7711         when Emacs 21 is running.
7712
7713         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7714         bindings.
7715
7716 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7717
7718         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7719         XPM icons transparent.
7720
7721         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7722         Emacs 21.
7723
7724 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7725
7726         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7727         nil.
7728
7729         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7730         when it is persistent.
7731         (wl-summary-sync-marks): Changed argument for
7732         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7733         (wl-summary-virtual): Use `elmo-read-search-condition'.
7734         (wl-summary-redisplay-internal): If folder is local, mark as read
7735         even when folder is plugged.
7736
7737 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7738
7739         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7740         of `tool-bar-lines' in the frame parameters.
7741         (after-make-frame-functions, post-command-hook): Don't modify the
7742         value.
7743         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7744         wl-e21-tool-bar-lines): Removed.
7745
7746 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7747
7748         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7749         properties `evaporate' and `wl-momentary-overlay' as well.
7750         (wl-highlight-summary-displaying): Ditto.
7751         (wl-delete-all-overlays): Don't delete overlay which does not have
7752         a property `wl-momentary-overlay'.
7753
7754         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7755         `display-mouse-p' and `display-graphic-p'.
7756         (wl-folder-init-icons): Don't search for XBM or the other files.
7757         (wl-plugged-set-folder-icon): Make icons if and only if
7758         `display-graphic-p' returns non-nil.
7759         (wl-highlight-plugged-current-line): Use `before-string' overlay
7760         property to show icon images.
7761         (wl-highlight-folder-current-line): Ditto.
7762         (wl-e21-highlight-folder-group-line): Ditto.
7763         (wl-e21-highlight-folder-by-numbers): Ditto.
7764         (wl-e21-insert-image): Removed.
7765         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7766         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7767         said.
7768         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7769         `wl-e21-force-switch-toolbar'.
7770         (wl-e21-make-icon-image): Removed.
7771         (wl-e21-setup-toolbar): Don't search for XBM files.
7772         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7773         the default value.
7774
7775 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7776
7777         * wl-util.el (wl-biff-check-folder-async): Set
7778         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7779
7780 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7781
7782         * wl-e21.el (after-make-frame-functions): Add
7783         `wl-e21-force-switch-toolbar'.
7784         (wl-e21-force-switch-toolbar): New function force to switch the
7785         toolbar appearance automatically.
7786         (post-command-hook): Add `wl-e21-switch-toolbar'.
7787         (wl-e21-switch-toolbar): New function to switch the toolbar
7788         appearance automatically.
7789         (wl-e21-tool-bar-lines): New buffer local variable.
7790
7791 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7792
7793         * wl-util.el (wl-biff-check-folders-running): New variable.
7794         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7795         (wl-biff-check-folder-async-callback):
7796         Set `wl-biff-check-folders-running'.
7797         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7798         with unwind-protect.
7799
7800         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7801         Enclose `wl-folder-auto-check' with unwind-protect.
7802
7803         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7804         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7805
7806         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7807
7808         * wl-util.el (wl-biff-notify): New inline function.
7809         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7810         locally.
7811         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7812         folder-list' is 1.
7813         Use `wl-biff-notify'.
7814         (wl-biff-check-folder-async-callback): New function.
7815         (wl-biff-check-folder-async): Ditto.
7816
7817         * wl-folder.el (wl-folder): Don't check folders.
7818         (wl-folder-auto-check): New function.
7819
7820 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7821
7822         * wl-util.el (wl-biff-start) [Emacs19+]:
7823         Use `timer-next-integral-multiple-of-time'.
7824         (wl-biff-check-folders): Use `wl-default-folder'
7825         if `wl-biff-check-folder-list' is nil.
7826
7827 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7828
7829         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7830         instead of `elmo-delete-lists'.
7831
7832 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7833
7834         * wl.el (wl-plugged-toggle-all): Set the value of
7835         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7836         (wl-plugged-toggle): Ditto.
7837         (wl-toggle-plugged): Ditto.
7838         (wl-plugged-init): Ditto.
7839
7840         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7841         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7842         instead of `wl-biff-state-indicator-off' and
7843         `wl-biff-state-indicator-on'; don't modify the value and the type
7844         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7845         (wl-plugged-init-icons): Set icons data to
7846         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7847         instead of `wl-plug-state-indicator-off' and
7848         `wl-plug-state-indicator-on'; don't modify the value and the type
7849         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7850
7851         * wl-vars.el (wl-modeline-biff-state-off,
7852         wl-modeline-biff-state-on, wl-modeline-biff-status,
7853         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7854         wl-modeline-plug-status): New internal variables.
7855         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7856         wl-biff-check-interval, wl-biff-check-folder-list): Change
7857         customization group from `wl-folder' to `wl-highlight'.
7858         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7859         wl-show-plug-status-on-modeline): Defcustomized.
7860
7861         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7862         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7863         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7864         a flag to `mode-line-buffer-identification'.
7865
7866         * wl-e21.el (wl-biff-init-icons): Set icons data to
7867         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7868         instead of `wl-biff-state-indicator-off' and
7869         `wl-biff-state-indicator-on'.
7870         (wl-plugged-init-icons): Set icons data to
7871         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7872         instead of `wl-plug-state-indicator-off' and
7873         `wl-plug-state-indicator-on'.
7874
7875 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7876
7877         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7878         excessive titles.
7879
7880 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7881
7882         * wl.el (wl-plugged-mode): Use revised
7883         `wl-mode-line-buffer-identification'.
7884         (wl-plugged-init): Don't use `force-mode-line-update'.
7885
7886         * wl-xmas.el (wl-draft-overload-functions): Use revised
7887         `wl-mode-line-buffer-identification'.
7888         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7889         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7890         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7891         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7892         `wl-make-plugged-hook';
7893         add `wl-folder-init-icons' and `wl-setup-folder' to
7894         `wl-folder-mode-hook'.
7895
7896         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7897         19 as well.
7898         (wl-mode-line-display-priority-list): New user option.
7899         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7900         Defcustomized.
7901         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7902         Add docs.
7903
7904         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7905         start.
7906         (wl-mode-line-buffer-identification): Revised as a function.
7907
7908         * wl-summary.el (wl-summary-mode): Use revised
7909         `wl-mode-line-buffer-identification'; don't call
7910         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7911         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7912         `wl-xmas-setup-summary'.
7913
7914         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7915         `wl-mode-line-buffer-identification'.
7916
7917         * wl-mule.el (wl-draft-overload-functions): Use revised
7918         `wl-mode-line-buffer-identification'.
7919
7920         * wl-folder.el (wl-make-plugged-alist): Don't call
7921         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7922         (wl-folder): Don't call `wl-folder-init-icons' directly.
7923         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7924         `wl-xmas-setup-folder' directly;
7925         use revised `wl-mode-line-buffer-identification'.
7926         (TopLevel): Don't bind `wl-biff-init-icons',
7927         `wl-plugged-init-icons', `wl-folder-init-icons',
7928         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7929
7930         * wl-e21.el (wl-draft-overload-functions): Use revised
7931         `wl-mode-line-buffer-identification'.
7932         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7933         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7934         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7935         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7936         `wl-make-plugged-hook';
7937         add `wl-folder-init-icons' and `wl-setup-folder' to
7938         `wl-folder-mode-hook'.
7939
7940 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7941             Katsumi Yamaoka    <yamaoka@jpl.org>
7942
7943         * wl.el (wl): Call `wl-biff-start'.
7944         (wl-exit): Call `wl-biff-stop'.
7945         (wl-plugged-mode): Show biff in modeline.
7946         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7947
7948         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7949         (wl-biff-init-icons): New function.
7950         (wl-plugged-init-icons): Don't make too much keymaps.
7951         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7952
7953         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7954         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7955         variables.
7956         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7957         options.
7958
7959         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7960         wl-biff-start, wl-biff-stop): New functions.
7961         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7962         (wl-biff-timer-name): New variable.
7963
7964         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7965
7966         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7967         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7968
7969         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7970         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7971
7972         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7973         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7974         `wl-folder-init-icons' to `ignore' if they are not available.
7975         (wl-folder-mode): Show biff in modeline.
7976
7977         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7978         (wl-biff-init-icons): New function.
7979         (wl-plugged-init-icons): Don't make too much keymaps.
7980         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7981
7982 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7983
7984         * wl-vars.el (wl-strict-diff-folders): Customization Type
7985         and doc fix.  Define as a list of regular expressions for
7986         folders or nil.
7987         * wl-folder.el (wl-folder-check-one-entity): Use
7988         `wl-string-match-member' instead of `wl-string-member' for
7989         `wl-strict-diff-folders'.
7990
7991 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7992
7993         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7994         (wl-highlight-folder-current-line): Use it; new implementation.
7995         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7996         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7997         `defsubst' instead of `defun'.
7998
7999         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8000         `wl-highlight-group-folder-by-numbers'; made it can also be a
8001         number.  See info for more details.
8002
8003         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8004         running.
8005
8006         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8007         to bind them.
8008
8009         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8010         (wl-highlight-folder-current-line): New implementation.
8011
8012         * wl-highlight.el (wl-highlight-folder-group-line): New
8013         implementation.
8014         (wl-delete-all-overlays): Rewrite as a marco.
8015         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8016
8017         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8018         running.
8019         (wl-folder-*-glyph): No need to bind them.
8020
8021         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8022         `wl-e21-highlight-folder-group-icon'; rewrite.
8023         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8024         `defsubst' instead of `defun'.
8025         (wl-folder-mode-map): Bind it when compiling.
8026
8027 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8028
8029         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8030
8031         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8032
8033 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8034
8035         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8036
8037 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8038
8039         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8040         (wl-highlight-folder-current-line): Use it.
8041
8042         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8043         in `id-name'.
8044
8045 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8046
8047         * wl.el: Require `wl-e21' when Emacs 21 is running.
8048
8049         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8050         default when Emacs 21 is running.
8051         (wl-use-highlight-mouse-line): Ditto.
8052         (wl-on-emacs21): New constant.
8053         (wl-on-emacs20): Removed.
8054
8055         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8056         Emacs 21 is running.
8057
8058         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8059         Emacs 21 is running.
8060
8061         * wl-e21.el: New file.
8062
8063 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8064
8065         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8066         (wl-toggle-plugged): Ditto.
8067         (wl-plugged-toggle): Ditto.
8068         (wl-plugged-toggle-all): Ditto.
8069
8070         * wl-vars.el (wl-plug-state-indicator): Refer
8071         `wl-plug-state-indicator-on' indirectly.
8072
8073 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8074
8075         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8076         Call `wl-folder-confirm-existence'.
8077
8078         * wl-folder.el (wl-folder-confirm-existence): Added optional
8079         argument `force'.
8080
8081 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8082
8083         * wl-summary.el (wl-summary-refile-subr): Assume
8084         `copy-or-refile' as symbol.
8085         (wl-summary-refile): Follow up above change.
8086         (wl-summary-copy): Ditto.  Doc fix.
8087
8088 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8089
8090         * wl-summary.el (wl-summary-pick): Don't bind
8091         `elmo-search-mime-charset'.
8092
8093         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8094         default using old backquote style.
8095         (wl-search-mime-charset): Abolished.
8096
8097         * wl-highlight.el (wl-highlight-headers):
8098         Call `point' after `re-search-forward'(for Nemacs).
8099
8100         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8101         for elmo-imap4.el.
8102
8103 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8104
8105         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8106         `wl-message-ignored-field-list' instead of
8107         `mime-view-ignored-field-list'.
8108
8109         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8110         Add interactive spec.
8111         (wl-folder-goto-bottom-of-current-folder): Ditto.
8112         (wl-folder-mode-map): Bind them.
8113
8114         * wl-vars.el (wl-message-ignored-field-list): New variable.
8115         (wl-message-visible-field-list): New variable.
8116
8117         * wl-mime.el (wl-mime-header-presentation-method): New function.
8118         (wl-mime-setup): Set header-presentation-method.
8119
8120 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8121
8122         * wl-nemacs.el (wl-draft-overload-functions): Set
8123         `mode-line-buffer-identification' instead of using
8124         `wl-make-modeline'.
8125
8126         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8127         instead of using `wl-make-modeline'.
8128
8129         * wl-xmas.el (wl-plugged-init-icons): Set up
8130         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8131         (wl-make-modeline): Abolish.
8132         (wl-draft-overload-functions): Set
8133         `mode-line-buffer-identification' instead of using
8134         `wl-make-modeline'.
8135
8136         * wl-util.el (wl-make-modeline-subr): Abolish.
8137         (wl-mode-line-buffer-identification): New alias.
8138
8139         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8140         (wl-summary-make-modeline): Abolish.
8141         (wl-summary-buffer-set-folder): Set
8142         `wl-summary-buffer-folder-indicator'.
8143         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8144         of using `wl-make-modeline'.
8145         (wl-summary-switch-to-clone-buffer): Don't set
8146         `mode-line-buffer-identification'.
8147         (wl-summary-goto-folder-subr): Ditto.
8148
8149         * wl-mule.el (wl-draft-overload-functions): Set
8150         `mode-line-buffer-identification' instead of using
8151         `wl-make-modeline'.
8152
8153         * wl-folder.el (wl-folder-mode): Set
8154         `mode-line-buffer-identification' instead of using
8155         `wl-make-modeline'.
8156         (wl-folder): Don't set `mode-line-buffer-identification'.
8157
8158 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8159
8160         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8161         instead of `member' for `wl-refile-guess-func-list' look-ups.
8162         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8163
8164 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8165
8166         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8167         `wl-message-button-dispatcher'.
8168
8169         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8170
8171         * wl-message.el (wl-message-button-dispatcher): Use it.
8172
8173         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8174         "In-Reply-To".
8175
8176         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8177         Bind `case-fold-search' to t.
8178
8179 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8180
8181         * wl-xmas.el (wl-message-overload-functions): Initialize
8182         `wl-message-button-map'.
8183
8184         * wl-mule.el (wl-message-overload-functions): Initialize
8185         `wl-message-button-map'.
8186
8187         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8188
8189         * wl-message.el (wl-message-button-map): New keymap.
8190         (wl-message-add-button): New function.
8191         (wl-message-button-dispatcher): New function.
8192         (wl-message-button-refer-article): New function.
8193
8194         * wl-highlight.el
8195         (wl-highlight-message-add-buttons-to-header): New function.
8196         (wl-highlight-headers): Use it.
8197
8198 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8199
8200         * wl-summary.el (wl-summary-default-from): Use
8201         `wl-address-get-petname-1'.
8202         (wl-summary-simple-from): Ditto.
8203
8204         * wl-address.el (wl-address-get-petname-1): New inline function.
8205         (wl-address-get-petname): Use it.
8206
8207 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8208
8209         * wl-summary.el (wl-summary-default-from): Return full-name part
8210         from the address if no petname was found.
8211         (wl-summary-simple-from): Ditto.
8212
8213         * wl-address.el (wl-address-get-petname): Return nil if no petname
8214         associated with the address was found.
8215
8216 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8217
8218         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8219         display is finished.
8220
8221 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8222
8223         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8224         `elmo-folder-exists-p' argument.
8225
8226 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8227
8228         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8229         the folder.
8230
8231 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8232
8233         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8234
8235         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8236         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8237
8238 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8239
8240         * wl-folder.el (wl-folder-create-subr): New function.
8241         (wl-folder-confirm-existence): Use it.
8242         (wl-folder-check-one-entity): Use it.
8243         Check the error symbol is derived from 'elmo-open-error.
8244
8245         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8246         `ignore-error'.
8247
8248 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8249
8250         * wl-util.el (toplevel): Add (eval-when-compile (require
8251         'elmo-util)).  (Maybe `provide' is typo.)
8252
8253 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8254
8255         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8256         (I don't know why this was needed.)
8257
8258         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8259         Follow up changes for stream-type.
8260
8261         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8262         (wl-draft-elmo-nntp-send): Ditto.
8263
8264         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8265         (wl-nntp-posting-stream-type): Ditto.
8266         (wl-pop-before-smtp-ssl): Abolished.
8267         (wl-nntp-posting-ssl): Ditto.
8268
8269         * wl-address.el (wl-address-quote-specials): New function.
8270         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8271
8272         * wl-draft.el (wl-draft-reply): Ditto.
8273
8274 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8275
8276         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8277         use function `wl-string-match-assoc'.
8278
8279 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8280
8281         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8282
8283         * wl-draft.el (wl-draft-deduce-address-list): New function.
8284         (wl-draft-parse-mailbox-list): Ditto.
8285         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8286         instead of `smtp-deduce-address-list'.
8287         (wl-draft-on-field-p): Follow group list.
8288
8289         * wl-address.el (wl-address-concat-token): New function.
8290         (wl-address-string-without-group-list-contents): Ditto.
8291         (wl-complete-field-body): Fixed problem of completion
8292         by japanese petname.
8293         (wl-address-make-completion-list): Rewrite.
8294
8295 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8296
8297         * wl-address.el (wl-address-make-completion-list): Completion by
8298         petname.
8299         (wl-complete-field-body): Likewise.
8300
8301 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8302
8303         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8304         contains invalid address syntax.
8305
8306 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8307
8308         * wl-folder.el (wl-folder-check-entity-async): Use
8309         `elmo-nntp-spec-hostname'.
8310
8311 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8312
8313         * wl-summary.el (wl-summary-msgdb-load-async): Use
8314         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8315
8316 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8317
8318         * wl-draft.el (wl-draft-reply): Set argument
8319         `content-transfer-encoding' as nil.
8320
8321 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8322
8323         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8324         `wl-refile-alist'.
8325
8326 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8327
8328         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8329         (wl-draft-edit-string): Ditto.
8330         (wl-draft-forward): Ditto.
8331         * wl-summary.el (wl-summary-write): Ditto.
8332
8333 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-summary.el (wl-summary-sync-update3): Call
8336         `wl-summary-buffer-number-column-detect'.
8337         (wl-summary-buffer-number-column-detect): Search from point-min.
8338
8339 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8340
8341         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8342         contains an address which is not included in original to or cc.
8343
8344 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8345
8346         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8347         begin-line does not exist.
8348         * wl-message.el (wl-message-uu-substring): Ditto.
8349
8350 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8351
8352         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8353         clear local variables.
8354         (wl-summary-exit): Call `elmo-commit'.
8355         (wl-summary-switch-to-clone-buffer): Call
8356         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8357         (wl-summary-goto-folder-subr): Ditto.
8358
8359         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8360         POP folder.
8361
8362 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8363
8364         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8365         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8366         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8367         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8368         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8369         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8370
8371         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8372
8373 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8374
8375         * wl-summary.el (wl-summary-search-by-subject):
8376         Search parent message from the latest one.
8377
8378 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8379
8380         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8381         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8382
8383         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8384         New user option.
8385
8386         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8387         if elmo-nntp-use-killed-list is nil.
8388         Use `elmo-msgdb-append-to-killed-list'.
8389         (Append numbers confirmed as disappeared to the killed list.)
8390         (wl-summary-confirm-appends): Don't display negative number.
8391
8392 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8393
8394         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8395
8396 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8397
8398         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8399         range is `all'.
8400         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8401         `elmo-list-bigger-diff'.
8402
8403 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8404
8405         * wl-summary.el (wl-summary-buffer-exit-func):
8406         New buffer local variable.
8407         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8408
8409 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8410
8411         * wl-demo.el (wl-demo): Fix the last change.
8412
8413 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8414
8415         * wl-demo.el (wl-demo): Don't use `eval'.
8416
8417 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8418
8419         * wl-summary.el (wl-summary-buffer-thread-modified):
8420         New buffer-local variable.
8421         (wl-summary-set-thread-modified): New function.
8422         (wl-summary-thread-modified-p): New function.
8423         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8424         (wl-summary-yank-saved-message): Use function
8425         `wl-summary-set-thread-modified'
8426         (wl-summary-switch-to-clone-buffer): Add
8427         `wl-summary-buffer-thread-modified'.
8428
8429         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8430         (wl-summary-buffer-mark-saved-hook): Ditto.
8431         * wl-summary.el (wl-summary-msgdb-save): New hook
8432         `wl-summary-buffer-message-saved-hook' and
8433         `wl-summary-buffer-mark-saved-hook'.
8434
8435 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8436
8437         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8438
8439 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8440
8441         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8442         don't hide scroll bars under FSF Emacsen because it may incur an
8443         undesirable redrawing.
8444
8445 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8446
8447         * wl-draft.el (wl-draft-edit-string): Call
8448         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8449
8450 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8451
8452         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8453
8454 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8455
8456         * wl-summary.el (wl-summary-msgdb-load-async): Call
8457         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8458
8459 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8460
8461         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8462         fringes in demo buffer; center bitmap logo correctly even if old
8463         Mule is used.
8464
8465 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8466
8467         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8468
8469         * wl-refile.el (wl-refile-subject-alist): New variable.
8470         (wl-refile-subject-alist-file-name): Ditto.
8471         (wl-refile-alist-setup): Rewrite.
8472         (wl-refile-alist-save): Use `elmo-object-save'.
8473         Eliminated arguments.
8474         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8475         (wl-refile-guess-by-subject): New function.
8476         (wl-refile-guess-func-list): Added it.
8477
8478 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8479
8480         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8481         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8482
8483 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8484
8485         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8486         New buffer-local variable.
8487         (wl-summary-buffer-next-folder-func): Ditto.
8488         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8489         if non-nil.
8490         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8491         if non-nil.
8492         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8493         if non-nil.
8494         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8495         if non-nil.
8496
8497 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8498
8499         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8500         permanently in the demo buffer.
8501
8502 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8503
8504         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8505         `mime-entity-fetch-field'.
8506
8507         * wl.el (wl-exit): Delete plugged buffer.
8508
8509         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8510         XEmacs has menubar feature.
8511
8512 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8513
8514         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8515         cannot arrive at the beginning of the buffer under old Emacsen.
8516
8517 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8518
8519         * wl-address.el (wl-address-ldap-search):
8520         Call `ldap-search-entries' with `withdn' argument t.
8521         (wl-complete-field-body): Bind completion-ignore-case as t.
8522         Clear ldap search hash when it was sole completion.
8523         Use elmo-string for pattern string.
8524         (wl-ldap-alias-safe-string): Eliminated needless let.
8525
8526 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8527
8528         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8529         (wl-ldap-alias-sep): New constant.
8530         (wl-ldap-search-attribute-type-list): Ditto.
8531         (wl-ldap-get-value): New function.
8532         (wl-ldap-make-filter): Ditto.
8533         (wl-ldap-make-matched-value-list): Ditto.
8534         (wl-ldap-alias-safe-string): Ditto.
8535         (wl-ldap-register-dn-string): Ditto.
8536         (wl-address-ldap-search): Rewrite.
8537
8538 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8539
8540         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8541         thread is deleted.
8542         (wl-thread-delete-line-from-buffer): Ditto.
8543         (wl-thread-get-exist-children): New function.
8544
8545 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8546
8547         * wl-demo.el (wl-demo): Made it to select various image types.
8548         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8549         from `wl-title-logo'.
8550         (wl-logo-ascii): New variable.
8551         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8552         (wl-demo-copyright-notice): New constant.
8553
8554         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8555
8556 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8557
8558         * wl-vars.el (wl-summary-target-above): Renamed from
8559         wl-summary-temp-above.
8560         * wl-score.el (wl-score-get-score-alist): Use it.
8561         (wl-summary-score-update-all-lines): Use it.
8562         * wl-summary.el: Ditto. (make-variable-buffer-local).
8563
8564 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8565
8566         * wl-vars.el (wl-ldap-port): New user option.
8567
8568         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8569         Rewite whole implementation.
8570         (wl-complete-field-body): Fixed.
8571
8572 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8573
8574         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8575         Choose implementation at compile time.
8576
8577 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8578
8579         * wl-address.el (wl-ldap-search-internal): New function.
8580         (wl-complete-field-to): Use it.
8581
8582 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8583
8584         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8585         Use `let' instead of `let*'.
8586         Require 'wl-vars.
8587
8588         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8589         Define as defcustom.
8590         (wl-ldap-base): Ditto.
8591         (wl-use-ldap): Ditto.
8592
8593 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8594
8595         * wl-address.el (wl-ldap-search): New function.
8596         (wl-complete-field-body): Use `wl-ldap-search'.
8597         (wl-ldap-server): New variable.
8598         (wl-ldap-base): Ditto.
8599         (wl-use-ldap): Ditto.
8600
8601 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8602
8603         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8604         (Pointed out by Mito <mit@nines.nec.co.jp>).
8605         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8606         buffer-local variables like `wl-summary-redisplay-internal'.
8607         (wl-summary-redisplay-all-header): Likewise.  Update
8608         Summary view too.
8609
8610 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8611
8612         * wl-summary.el (wl-summary-jump-to-parent-message):
8613         Consider prefix argument.
8614
8615         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8616         when closed thread is deleted.
8617
8618 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8619
8620         * wl-summary.el (wl-summary-jump-to-parent-message):
8621         Consider thread modification.
8622
8623 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8624
8625         * wl-message.el (wl-message-normal-get-original-buffer): Use
8626         `save-excursion'.
8627
8628         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8629         (wl-summary-showto-folder-regexp): Ditto.
8630
8631 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8632
8633         * wl-util.el (wl-delete-alist): Doc fix.
8634         (wl-delete-associations): New function.
8635         (wl-inverse-alist): New function.
8636         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8637         Split temporary variables. Use `wl-delete-associations'
8638         and `wl-inverse-alist'.
8639         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8640
8641 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8642
8643         * wl-folder.el (wl-folder-prefetch-entity):
8644         Execute prefetching if new count is unknown.
8645
8646 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8647
8648         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8649
8650         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8651         delete entity.
8652         (wl-thread-set-parent): If insert as top, set linked as nil.
8653
8654         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8655         `wl-thread-cleanup-symbols' when view mode is thread.
8656
8657 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8658
8659         * wl-folder.el (wl-folder-create-folder-entity): Use
8660         with-current-buffer.
8661         (wl-local-folder-init): Call set-buffer to make sure we are in
8662         the Folder buffer. Don't touch buffer-local variables here.
8663         (wl-folder-mode): Initialize buffer-local variables here.
8664
8665         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8666         (wl-folder-entity-assign-id): Ditto.
8667         (wl-folder-create-entity-hashtb): Ditto.
8668         (wl-local-folder-init): Ditto.
8669         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8670
8671 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8672
8673         * wl-summary.el (wl-summary-default-from): Fix probrem when
8674         std11-extract-address-components return (nil "foo@bar").
8675
8676 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8677
8678         * wl-draft.el (wl-draft-clone-local-variables):
8679         Remove redundant `setq'.
8680
8681 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8682
8683         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8684         Bind wl-highlight-x-face-func as nil while highlighting header.
8685
8686 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8687
8688         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8689
8690 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8691
8692         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8693         elmo-msgdb-overview-hashtb from copy-variables.
8694         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8695         instead of `elmo-msgdb-overview-get-entity-by-number'.
8696         (wl-summary-auto-refile): Ditto.
8697
8698         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8699         `elmo-msgdb-overview-get-entity' instead of
8700         `elmo-msgdb-search-overview-entity'.  Use
8701         `elmo-msgdb-overview-get-entity' instead of
8702         `elmo-msgdb-overview-get-entity-by-number'.
8703         (wl-thread-insert-entity-sub): Ditto.
8704         (wl-thread-insert-message): Ditto.
8705
8706         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8707         `elmo-msgdb-overview-get-entity'.
8708         (wl-normal-message-redisplay): Ditto.
8709
8710 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8711
8712         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8713         `wl-thread-entities'.
8714         (wl-thread-delete-message): Fix remove top message from
8715         `wl-thread-entity-list'.
8716
8717         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8718         wl-append(nconc), because update-list is broken on Meadow.
8719
8720         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8721         updating process.
8722         (wl-summary-rescan): Ditto.
8723         (wl-summary-sync-update3): Ditto.
8724         * wl-thread.el (wl-thread-set-parent): Renamed from
8725         `wl-summary-set-parent'.
8726         (wl-thread-insert-message): Updating buffer faster.
8727         (wl-thread-delete-message): Updating buffer faster.
8728
8729         * wl-score.el (wl-summary-score-update-all-lines): Changed
8730         interval for display progress gauge.
8731
8732 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8733
8734         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8735         folder always-sticky.
8736         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8737         defmacro.
8738
8739 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8740
8741         * wl-vars.el (wl-draft-add-references): New user option.
8742
8743         * wl-draft.el (wl-draft-add-references): New function.
8744         (wl-draft-yank-from-mail-reply-buffer): Use it.
8745         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8746         as nil.
8747
8748 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8749
8750         * wl-thread.el (wl-thread-update-line-msgs): Called
8751         `wl-thread-update-line-on-buffer-sub'.
8752         (wl-thread-update-line-on-buffer): Delete routine of inserting
8753         thread.
8754         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8755         moved from `wl-thread-update-line-on-buffer'.
8756         Add threshold for displaying progress gauge.
8757         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8758         argument of `wl-thread-update-line-msgs'.
8759         Add threshold for displaying progress gauge.
8760         * wl-folder.el:
8761         Add threshold for displaying progress gauge.
8762         * wl-score.el: Ditto.
8763
8764         * wl-expire.el (wl-summary-expire): Display deleting info.
8765
8766 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8767
8768         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8769         `no-msg'.
8770         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8771         argument of `wl-thread-update-line-msgs'.
8772         (wl-summary-set-parent): Added optional argument `parent-number'.
8773         (wl-summary-buffer-saved-message): New buffer local variable.
8774         (wl-summary-save-current-message): New command.
8775         (wl-summary-yank-saved-message): Ditto.
8776         (wl-summary-mode-map): Added key binding for
8777         `wl-summary-save-current-message' (\ew) and
8778         `wl-summary-yank-saved-message' (\C-y).
8779         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8780
8781 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8782
8783         * wl-summary.el (wl-summary-mode-map): Added key binding for
8784         `wl-summary-set-parent' (ts).
8785
8786 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8787
8788         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8789         subject faster. If thread number is reverse, delayed updating
8790         thread.
8791         (wl-summary-search-by-subject): Ditto.
8792         (wl-summary-put-alike): Ditto.
8793         (wl-summary-get-alike): Ditto.
8794         (wl-summary-insert-headers): Insert header of all overview in
8795         buffer.
8796         (wl-summary-rescan): Delayed updating thread. Kill search subject
8797         buffer for wl-summary-search-by-subject.
8798         (wl-summary-sync-update3): Ditto.
8799         (wl-summary-exit): Ditto.
8800         (wl-summary-goto-bottom-of-current-thread): Change for linked
8801         thread.
8802         (wl-summary-overview-create-summary-line): Change line for linked
8803         thread.
8804
8805         * wl-summary.el (wl-summary-update-thread): Use
8806         wl-thread-maybe-get-children-num.
8807         (wl-summary-set-parent): If change parent, move sub thread.
8808         (wl-summary-redisplay-internal): Add horizontal recenter.
8809         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8810
8811         * wl-thread.el (wl-thread-entity-get-linked): New function.
8812         (wl-thread-entity-set-linked): New function.
8813         (wl-thread-create-entity): Add linked element.
8814         (wl-thread-entity-insert-as-top): Use wl-append.
8815         (wl-thread-maybe-get-children-num): If closing thread, return
8816         children msgs.
8817         (wl-thread-update-line-msgs): Displaying progress message.
8818         (wl-thread-update-line-on-buffer-sub): Use
8819         wl-thread-maybe-get-children-num.
8820         (wl-thread-update-line-on-buffer): If update line is not exists,
8821         insert thread.
8822         (wl-thread-delete-message): If delete top msg of thread, search
8823         parent by subject.
8824         (wl-thread-insert-entity): Use
8825         wl-thread-maybe-get-children-num.
8826
8827         * wl-highlight.el (wl-highlight-summary-current-line): change
8828         sregexp for linked thread.
8829         * wl-util.el (wl-count-lines): Count lines.
8830         (wl-horizontal-recenter): horizontal recenter.
8831         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8832         (wl-score-get-alike): Ditto.
8833         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8834         (wl-subject-length-limit): New variable.
8835         (wl-highlight-thread-indent-string-regexp): Changed for linked
8836         thread.
8837
8838 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8839
8840         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8841         New variable (revival).
8842         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8843         by subject matching if there's no in-reply-to nor references field
8844         (revival).
8845
8846 \f
8847 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8848
8849         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8850         message.
8851
8852 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8853
8854         * wl-summary.el (wl-summary-reply): Return t if there was a
8855         message at cursor point.
8856         Added unwind-protect.
8857         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8858         returns t.
8859         (wl-summary-cancel-message): Do nothing when there's no message at
8860         cursor point.
8861         (wl-summary-forward): Ditto.
8862         (wl-summary-jump-to-parent-message): Ditto.
8863         (wl-summary-reedit): Ditto.
8864         (wl-summary-edit-addresses): Ditto.
8865         (wl-summary-pipe-message): Ditto.
8866         (wl-summary-print-message-with-ps-print): Ditto.
8867         (wl-summary-print-message): Ditto.
8868         (wl-summary-mark-as-important): Ditto.
8869         (wl-summary-mark-as-unread): Ditto.
8870
8871         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8872         message at cursor point.
8873         (wl-summary-reply-with-citation): Remove unwind-protect.
8874
8875         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8876         subject searching feature.
8877         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8878         Eliminated.
8879
8880 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8881
8882         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8883         New variable.
8884         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8885         by subject matching if there's no in-reply-to nor references field.
8886
8887         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8888
8889         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8890         when display is finished.
8891         (wl-folder-open-all): Ditto.
8892         (wl-folder-update-access-group): Ditto.
8893         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8894         * wl-thread.el (wl-thread-close-all): Ditto.
8895
8896         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8897         progress gauge only when it was displayed.
8898         * wl-folder.el (wl-folder-insert-entity): Ditto.
8899
8900 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8901
8902         * wl-summary.el (wl-summary-incorporate): Enclose
8903         `wl-summary-sync-force-update' with save-excursion.
8904
8905 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8906
8907         * wl-summary.el (wl-summary-prefetch-region):
8908         Pass current cursor point to `pos-visible-in-window-p' after
8909         moving cursor to the started point.
8910
8911 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8912
8913         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8914
8915         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8916         fields from the forwarding message.
8917         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8918         `ignored-fields'.
8919
8920 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8921
8922         * wl-mime.el (wl-message-request-partial):
8923         Eliminated argument `msgdb'.
8924         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8925         (wl-mime-combine-message/partial-pieces): Likewise.
8926         * tm-wl.el (wl-message-request-partial): Likewise.
8927         (wl-mime-combine-message/partial-pieces): Likewise.
8928
8929 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8930
8931         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8932         when display is finished.
8933
8934 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8935
8936         * wl-summary.el (wl-summary-goto-folder-subr):
8937         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8938
8939 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8940
8941         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8942         when cursor point is visible.
8943
8944 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8945
8946         * wl-expire.el (wl-expire-archive-get-max-number):
8947         Don't use `file-name-directory'.
8948
8949 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8950
8951         * wl-expire.el (wl-expire-archive-get-max-number):
8952         Use `file-name-directory'.
8953
8954 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8955
8956         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8957         only when there is progress.
8958
8959 2000-04-13  Mito <mit@nines.nec.co.jp>
8960
8961         * wl-summary.el (wl-summary-sync-marks): Display progress.
8962
8963 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8966         (wl-summary-prev): Move cursor regardless of unread status.
8967         (wl-summary-next): Ditto.
8968
8969 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8970
8971         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8972         Added argument `target' and `number'.
8973         * tm-wl.el (wl-summary-burst-subr): New function.
8974         (wl-summary-burst): Use it.
8975
8976 2000-04-10  Mito <mit@nines.nec.co.jp>
8977
8978         * wl-mime.el (wl-burst): New function.
8979         (wl-summary-burst): Use it.
8980
8981 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8982
8983         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8984         as petname when there's no candidate.
8985
8986 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8987
8988         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8989         New variable.
8990         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8991
8992         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8993
8994         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8995
8996 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8997
8998         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8999         Use substring of `original' instead of buffer-substring.
9000         (wl-refile-evaluate-rule):
9001         Set `original' argument of wl-refile-expand-newtext.
9002
9003         * wl-summary.el
9004         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9005         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9006         (wl-summary-auto-refile): Check existence of destination folder just
9007         before marking.
9008
9009 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9010
9011         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9012         when wl-refile-get-field-value return nil.
9013
9014 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9015
9016         * wl-refile.el
9017         (wl-refile-expand-newtext): New function imported from Gnus.
9018         (wl-refile-evaluate-rule): Use it.
9019
9020 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9021
9022         * wl-summary.el (wl-summary-print-destination):
9023         Duplicate folder string to avoid putting text-property on
9024         original string.
9025
9026         * wl-refile.el (wl-refile-get-field-value): New function.
9027         (wl-refile-evaluate-rule): New function;
9028         Evaluate refile rule recursively.
9029         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9030         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9031         New function; Check existence of a target folder recursively.
9032         (wl-summary-auto-refile-check-refile-rule-alist):
9033         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9034
9035 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9036
9037         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9038
9039         * wl-folder.el (wl-create-folder-entity-from-buffer):
9040         Fixed problem when '}' character is contained in folder name.
9041
9042         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9043
9044 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9045
9046         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9047         (wl-fldmgr-add-completion-all-completions):
9048         Use wl-fldmgr-add-completion-hashtb.
9049
9050 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9051
9052         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9053         wl-fldmgr-add-completion-subr): New functions.
9054         * wl-folder.el (wl-folder-completion-func): New variable.
9055         * wl-summary.el (wl-summary-read-folder):
9056         Use wl-folder-completion-func.
9057
9058         * wl-refile.el: Eliminate throw & catch.
9059
9060         * wl.el (wl-plugged-sending-queue-status): Fixed.
9061
9062 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9063
9064         * wl-draft.el (wl-draft): Put category property on
9065         mail-header-separator.