* wl-draft.el (wl-draft-config-exec): Narrow the range of
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-draft.el (wl-draft-config-exec): Narrow the range of
4         save-excursion so as not to include run-hooks.
5
6 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
7
8         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
9         Clarify that marks are going to be cleared.
10
11 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
14         according to 3rd element of wl-summary-flag-mark.
15
16         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
17
18 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
19
20         * wl-action.el (wl-summary-target-mark-all): Don't set
21         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
22
23 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
24
25         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
26         (wl-forward-subject-prefix): Ditto.
27         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
28         (wl-draft-reply-make-subject): Ditto.
29
30         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
31         `wl-draft-forward'.
32         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
33
34 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
35
36         * wl-action.el (wl-summary-target-mark-set-action): Stop if
37         target message does not exist.
38
39 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
40
41         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
42         `wl-subject-prefix-regexp'.
43         (wl-subject-forward-prefix-regexp): New variable.
44         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
45         `wl-draft-strip-subject-re' and take regexp as argument.
46         (wl-draft-forward): Use it.
47         (wl-draft-reply): Ditto.
48
49 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
50
51         * wl-e21.el (wl-highlight-plugged-current-line): Change for
52         emacs multi-tty support.
53
54 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
55
56         * wl-e21.el (wl-e21-display-image-p): Don't call
57         `display-images-p'.
58         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
59         support.
60         (wl-highlight-folder-current-line): Ditto.
61         (wl-folder-init-icons): Ditto.
62
63 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
64
65         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
66         the last line of summary in unplugged mode.
67
68 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
69
70         * wl-vars.el (wl-refile-rule-alist): Doc fix.
71
72 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
73
74         * wl-vars.el (wl-user-mail-address-regexp): New variable.
75         * wl-address.el (wl-address-user-mail-address-p): Use it.
76         (wl-address-delete-user-mail-addresses): Ditto.
77         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
78
79         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
80         (wl-address-delete-user-mail-addresses): Ditto.
81
82         * wl-address.el (wl-address-delete-user-mail-addresses): New
83         function.
84         * wl-refile.el (wl-refile-guess-by-history): Use it.
85         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
86         (wl-draft-make-mail-followup-to): Ditto and fix logic.
87
88         * wl-draft.el (wl-draft-edit-string): To judge sender address,
89         use wl-address-user-mail-address-p.
90
91 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
92
93         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
94         after opening group.
95
96 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
97
98         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
99         of elmo-set-buffer-multibyte.
100
101         * wl-message.el (wl-original-message-mode): Ditto.
102
103         * wl-score.el (wl-score-insert-header): Ditto.
104
105         * wl-summary.el
106         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
107         (wl-summary-goto-folder-subr): Ditto.
108         (wl-summary-insert-headers): Ditto.
109
110         * wl-util.el (wl-set-string-width): Ditto.
111
112         * Version number is increased to 2.11.29.
113
114 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
115
116         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
117         (wl-highlight-summary-line-help-echo-alist): New variable.
118         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
119         into `wl-highlight-summary-line-help-echo' and
120         `wl-highlight-flag-folder-help-echo'.
121         (wl-highlight-summary-line-string): Change accordingly.
122         (wl-highlight-summary-current-line): Ditto.
123
124 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
125
126         * wl-highlight.el (wl-highlight-message): Ignore white spaces
127         at the beginning of field body (Thanks to Markus Knittig).
128
129         * wl-draft.el (wl-draft-insert-current-message): Also check
130         summary buffer, remove unnecessary tag.
131
132 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
133
134         * wl-draft.el (wl-draft-insert-current-message): Cause error also
135         when wl-message-buffer is nil.
136
137         * wl-folder.el (wl-folder): Abolish unused argument.
138         Call wl-folder-init when wl-folder-entity is nil.
139         * wl.el (wl): Change accordingly.
140
141 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
142
143         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
144         multibyte string before insert into draft buffer.
145         (wl-draft-create-buffer): Always enable multibyte characters for
146         draft buffer.
147
148         * Version number is increased to 2.11.28.
149
150 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
151
152         * wl-folder.el (wl-folder-open-close): Handle blank line.
153         (wl-folder-jump-to-current-entity): Ditto.
154
155 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
156
157         * Version number is increased to 2.11.27.
158
159 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
160
161         * wl-thread.el (wl-thread-insert-message): When the thread is
162         devided by wl-summary-max-thread-depth, insert line at the end of
163         buffer.
164
165 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
166
167         * Version number is increased to 2.11.26.
168
169 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
170
171         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
172
173 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
174
175         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
176         value of stream-type and session.
177
178 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
179
180         * Version number is increased to 2.11.25.
181
182 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
183
184         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
185         in a quit message.
186
187 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
188
189         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
190         (wl-summary-redisplay-no-mime-internal): Ditto.
191
192 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
193
194         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
195         * wl-vars.el (wl-smtp-connection-type): Ditto.
196
197 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
198
199         * wl-highlight.el (wl-highlight-message): Change to strict regexp
200         for the separator line and quote mail-header-separator.
201
202 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
203
204         * wl-spam.el (wl-message-check-spam): Fixed problem no display
205         result message.
206
207         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
208         `elmo-multiple-fields-body-list' with boundary as
209         mail-header-separator.
210
211 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
212
213         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
214
215 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
216
217         * wl-util.el (wl-list-diff): Remove unused function.
218
219         * wl-draft.el (wl-draft-send-confirm): Discard input before
220         confirmation.
221
222 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
225         order of flag and new.
226
227 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
228
229         * wl-vars.el (wl-refile-policy-alist): Abolished.
230
231         * wl-action.el (wl-summary-set-action-refile): Follow the change
232         above.
233
234 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * wl-highlight.el (wl-highlight-signature-search): Don't use
237         re-search-backward for a long word since it is possible to crash
238         XEmacs because of a bug.
239
240 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
241
242         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
243
244 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
245
246         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
247         argument for wl-summary-sync-force-update.
248
249 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
250
251         * wl-summary.el (wl-summary-mode-map): Revival of
252         wl-summary-mark-as-important related bindings;
253         Bind 'F','tF','mF','rF','m&'.
254         (wl-summary-mark-as-important-region): Revival.
255         (wl-summary-target-mark-mark-as-important): Ditto.
256         (wl-summary-target-mark-operation): New function.
257         (wl-summary-target-mark-mark-as-answered): Use it.
258         (wl-summary-decide-flag): Don't set Important as default.
259         (wl-summary-mark-as-important-internal): Revival.
260         (wl-summary-mark-as-important): Ditto.
261
262         * wl-thread.el (wl-thread-mark-as-important): Ditto.
263
264         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
265         instead of facep.
266
267 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
268
269         * wl-dnd.el (wl-dnd-drop-func): Fix.
270
271         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
272         mouse-set-point instead of posn-point.
273
274         * wl-xmas.el (wl-completing-read-multiple): Define as function.
275
276         * wl-mule.el (wl-completing-read-multiple): Ditto.
277
278 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
279
280         * wl-demo.el (face-background-name): Defalias to avoid compile
281         warning.
282
283 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
284
285         * wl-summary.el (wl-summary-decide-flag): Use
286         wl-completing-read-multiple instead of completing-read-multiple.
287
288         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
289         New alias.
290
291         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
292         Use face-background-name instead of face-background.
293
294         * wl-vars.el (wl-summary-save-file-suffix): New user option.
295
296         * wl-summary.el (wl-summary-save): Use it.
297         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
298
299         * wl-mime.el (wl-mime-save-content): Fix last change.
300
301 2004-02-10  Len Trigg <lenbok@myrealbox.com>
302
303         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
304         New function.
305         (wl-summary-sort-specs): Added sort.
306         * wl-mime.el (wl-mime-save-content): Expand file name.
307
308 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
309
310         * wl-mime.el (wl-draft-preview-message): Fixed typo.
311
312         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
313
314 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
315
316         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
317         for flag if it is not defined.
318
319 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
320
321         * wl-e21.el (wl-highlight-folder-current-line): Use
322         elmo-folder-type-internal when elmo-folder-type returns nil.
323
324         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
325
326         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
327
328         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
329
330         * wl-e21.el (wl-summary-toolbar): Ditto.
331
332         * wl-vars.el (wl-demo-background-color): Abolished.
333         (wl-summary-persistent-mark-priority-list): Renamed from
334         wl-summary-flag-priority-list.
335         (wl-summary-flag-alist): New user option.
336         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
337         (wl-message-mode-line-format-spec-alist): Added 'F'.
338         (wl-message-mode-line-format): Likewise.
339         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
340         instead of wl-summary-important-mark.
341         (wl-file-folder-icon): New variable.
342
343         * wl-thread.el (wl-thread-set-flags): Renamed from
344         wl-thread-mark-as-important.
345
346         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
347         warning.
348         (wl-summary-mode-menu-spec): Follow the change of 
349         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
350         (wl-summary-mode-map): Follow the change of
351         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
352         (wl-summary-detect-mark-position): Follow the variable name change.
353         (wl-summary-set-flags-region): New function for the replacement of
354         wl-summary-mark-as-important-region.
355         (wl-summary-sync-marks): Sync all global-flags.
356         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
357         instead of elmo-message-flagged-p.
358         (wl-summary-persistent-mark-string): Follow the variable name change;
359         Put wl-summary-flag-mark if the message has global-flag.
360         (wl-summary-target-mark-set-flags): Renamed from 
361         wl-summary-target-mark-mark-as-important.
362         (wl-summary-decide-flag): New function.
363         (wl-summary-set-flags-internal): Renamed from
364         wl-summary-mark-as-important-internal.
365         (wl-summary-add-flags-internal): New function.
366         (wl-summary-remove-flags-internal): Ditto.
367         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
368         (wl-summary-mark-as-unimportant): Abolish.
369         (wl-summary-move-spec-alist): Changed `important' to `digest'.
370         (wl-summary-next-message): List flagged messages in the msgdb.
371
372         * wl-score.el (wl-summary-score-update-all-lines): Use
373         wl-summary-add-flags-internal instead of 
374
375         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
376
377         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
378         from wl-message-buffer-cur-flag (To avoid misunderstanding).
379         (wl-message-buffer-require-all-header): Renamed from
380         wl-message-buffer-all-header-flag (Ditto).
381         (wl-message-buffer-flag-indicator): New variable.
382         (wl-message-redisplay): Changed local varibale name from `flag' to
383         `display-type'; Set up wl-message-buffer-flag-indicator.
384         (wl-message-buffer-display): Changed varibale name from `flag' to
385         `display-type'.
386         (wl-message-display-internal): Likewise.
387
388         * wl-highlight.el (wl-highlight-demo-face): Define default background
389         color.
390         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
391
392         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
393
394         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
395         (wl-demo-setup-properties): Renamed from
396         `wl-demo-set-background-color'.
397         (wl-demo): Follow the change above.
398         
399         * Version number is increased to 2.11.24.
400
401 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
402
403         * wl-summary.el (wl-summary-toggle-thread): Call
404         `wl-summary-rescan' with disable-thread as non-nil.
405         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
406
407 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
408
409         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
410         foreground property of the face.
411         (wl-demo-insert-text): Don't set up face property here.
412         (wl-demo): Call wl-demo-set-background-color, anyway.
413
414 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
415
416         * wl-vars.el (wl-demo-background-color): The value can be nil.
417
418 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
419
420         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
421         to wl-summary-wheel-dispatcher.
422
423         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
424         wl-message-wheel-dispatcher.
425         (wl-message-wheel-dispatcher): New function.
426         (wl-summary-wheel-dispatcher): Ditto.
427
428 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
429
430         * wl-action.el (wl-summary-target-mark-all): List messages which are
431         not in the killed-list.
432
433         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
434         only when the folder is 'flag/important.
435
436         * wl-address.el (wl-complete-field-body): Complete if the last
437         character is a space.
438
439 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
440
441         * wl-folder.el (wl-folder-clear-entity-info): Use
442         elmo-clear-hash-val.
443
444         * wl-fldmgr.el (wl-fldmgr-rename): Set
445         wl-folder-info-alist-modified as t.
446
447 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
448
449         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
450
451 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
452
453         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
454         (wl-folder-buffer-last-visited-entity-id): New buffer local
455         variable.
456         (wl-folder-revisit-last-visited-folder): New function.
457         (wl-folder-mode-map): Bind it to "C-i".
458         (wl-folder-set-current-entity-id): Set last visited folder.
459         * wl-summary.el (wl-summary-exit): Ditto.
460
461 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
464         before calling `recenter' in order to cope with an XEmacs bug.
465
466 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
467
468         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
469         to the default value.
470
471 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
472
473         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
474         change.
475         (wl-summary-sync-marks): Ditto.
476         (wl-summary-mark-as-read-internal): Ditto.
477         (wl-summary-mark-as-answered-internal): Ditto.
478         (wl-summary-mark-as-important-internal): Ditto.
479         (wl-summary-reply): Ditto.
480
481         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
482         instead of `elmo-folder-unflag-answered'.
483
484         * Version number is increased to 2.11.23.
485
486         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
487         the last change.
488
489 2004-01-11  Kenichi Okada  <okada@opaopa.org>
490
491         * wl-spam.el (wl-summary-exec-action-refile-with-register):
492         Specify "spam" or "good".
493
494 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
495
496         * wl-spam.el (wl-summary-exec-action-spam): Call
497         wl-folder-confirm-existence for spam folder.
498         (wl-spam-setup): Bind "mk".
499
500 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
501
502         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
503
504 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
505
506         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
507         destination folder is empty.
508
509 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
510
511         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
512         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
513
514         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
515         (wl-summary-refile-prev-destination-region): New function.
516         (wl-thread-refile-prev-destination): Ditto.
517         (wl-summary-target-mark-refile-prev-destination): Ditto.
518
519 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
520
521         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
522         (wl-demo-background-color): Changed default value.
523
524         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
525         color.
526
527         * wl-demo.el (wl-demo-set-background-color): New function.
528         (wl-demo): Call it.
529
530 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
531
532         * wl-address.el (wl-address-delete): Avoid mis-deleting.
533         * wl-address.el (wl-address-add-or-change): Don't add empty
534         address.
535
536 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
537
538         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
539
540 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
541
542         * wl-vars.el (wl-demo-image-filter-alist): New variable
543         (wl-demo-background-color): Ditto.
544
545         * wl-demo.el (wl-demo-xpm-set-background): New function.
546         (wl-demo-image-filter): Ditto.
547         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
548
549         * wl-vars.el (wl-demo-icon-name-alist): New variable.
550
551         * wl-demo.el (wl-demo-icon-name): Define as function.
552         (wl-demo-insert-image): Use it.
553
554 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
555
556         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
557
558 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
559
560         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
561
562 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
563
564         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
565
566 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-thread.el (wl-thread-mark-as-answered): New function.
569
570         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
571         answered" entry.
572         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
573         "r&" and wl-thread-mark-as-answered to "t&".
574         (wl-summary-mark-as-important-region): Refine to toggle mark.
575         (wl-summary-mark-as-answered-region): New function.
576         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
577         and 3rd argument.
578         (wl-summary-mark-as-important-internal): Likewise.
579
580 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
581
582         * wl-template.el (wl-template-preview): New internal variable.
583         (wl-template-preview-p): New function.
584         (wl-template-show): Bind `wl-template-preview' as t.
585
586 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
589         `elmo-message-entity-field' with 3rd argument which is non-nil.
590
591 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
594         Removed duplicate local bind `folder'.
595
596 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
599
600 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
603         duplicate definition.
604
605 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
606
607         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
608         non-nil, use it; Don't fetch message if there's no message in the
609         current cursor position.
610
611 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
612
613         * wl-util.el (wl-region-exists-p): Use region-active-p.
614         (wl-deactivate-region): New function.
615         * wl-message.el (wl-message-redisplay): Deactivate region.
616
617         * wl-summary.el (wl-summary-reply): Call
618         `wl-summary-set-message-buffer-or-redisplay' instead of
619         `wl-summary-redisplay-internal', don't move point.
620
621 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
622
623         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
624         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
625         by regexp.
626
627 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
630         if no need.
631
632 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
635         default value to nil.
636         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
637         `wl-summary-prepare-hook'; Replace refile action to
638         `wl-summary-exec-action-refile-with-register'.
639
640         * Version number is increased to 2.11.22.
641
642 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * wl-summary.el (wl-summary-detect-mark-position): Set
645         `wl-summary-buffer-weekday-name-lang'.
646
647 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
648
649         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
650         (wl-summary-mark-as-read-all): Ditto.
651         (wl-summary-delete-messages-on-buffer): Ditto.
652         (wl-summary-sync-update): Ditto.
653         (wl-summary-mark-as-read-internal): Ditto.
654         (wl-summary-mark-as-answered-internal): Ditto.
655         (wl-summary-update-folder-info): Abolished.
656
657 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-summary.el (wl-summary-mark-as-read-all): Use
660         `wl-summary-update-folder-info' instead of
661         `wl-folder-update-unread'.
662
663 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
664
665         * wl-summary.el (wl-summary-update-folder-info): New function derived from
666         `wl-summary-folder-info-update'.
667         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
668         instead of `wl-summary-folder-info-update'.
669         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
670         `wl-folder-set-folder-updated'.
671         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
672         instead of `wl-folder-update-unread'.
673         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
674         the value of `wl-summary-buffer-unread-count' for the second parameter of
675         `wl-folder-update-unread'.
676
677         * Version number is increased to 2.11.21.
678
679 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
680
681         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
682         a local variable.
683
684 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
685
686         * wl-spam.el (wl-summary-mark-spam): Show message only if call
687         interactively.
688
689         * wl-summary.el (wl-summary-mark-as-important-internal): New
690         internal function.
691         (wl-summary-mark-as-important): Use it.
692         (wl-summary-mark-as-unimportant): New function.
693         (wl-summary-sync-marks): Follow the API change.
694
695         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
696
697         * wl-mime.el (wl-summary-burst): Check target folder is writable.
698
699 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
700
701         * wl-folder.el (wl-folder-update-unread): Re-indent.
702         Narrow the scope of a local variable.
703
704 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
705
706         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
707         (wl-addrmgr-merge-entries): Ditto.
708         (wl-addrmgr): Added to address entry which exists in draft buffer
709         if no entry is in original.
710
711 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
712
713         * wl-batch.el: New file.
714
715 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
716
717         * wl-vars.el (wl-use-semi): Remove unused variable.
718
719 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
720
721         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
722         "?".
723
724 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
725
726         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
727         wl-summary-new-mark.
728         (wl-summary-new-cached-mark): New user option.
729         (wl-summary-score-marks): Follow the change above.
730         (wl-summary-auto-refile-skip-marks): Ditto.
731         (wl-summary-incorporate-marks): Ditto.
732         (wl-summary-expire-reserve-marks): Ditto.
733
734         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
735
736         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
737         (wl-summary-persistent-mark-string): Distinguished between cached
738         and uncached mark when the message is new.
739
740 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
741
742         * wl-spam.el (wl-spam-domain): Renamed from
743         `wl-spam-folder-guess-domain'.
744         (wl-summary-exec-action-spam): Register as spam if domain of the
745         source folder is good.
746         (wl-summary-exec-action-refile-with-register): Register message if
747         domain of the source folder is not undecided.
748
749 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
752         detect thread loop.
753
754 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
757         and wl-summary-skip-mark-list.
758
759 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
760
761         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
762
763         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
764
765         * wl-spam.el (toplevel): Require wl-highlight.
766         (wl-spam-auto-check-policy-alist): Abolish.
767         (wl-spam-auto-check-folder-regexp-list): New user option.
768         (wl-spam-auto-check-marks): Ditto.
769         (wl-spam-mark-action-list): Ditto.
770         (wl-highlight-summary-spam-face): New face.
771         (wl-spam-auto-check-message-p): New function.
772         (wl-spam-map-spam-messages): Fixed message.
773         (wl-spam-register-spam-messages): Ditto.
774         (wl-spam-register-good-messages): Ditto.
775         (wl-summary-spam-map): Add and remove keybind.
776         (wl-summary-target-mark-spam): Abolish.
777         (wl-summary-refile-spam): Ditto.
778         (wl-summary-test-spam): New function.
779         (wl-summary-mark-spam): Ditto.
780         (wl-summary-auto-check-spam): Follow the above change.
781         (wl-summary-exec-action-spam): New function.
782         (wl-summary-exec-action-refile-with-register): Fixed message.
783         (wl-message-check-spam): New function.
784         (wl-spam-setup): Ditto.
785         (toplevel): Call it if this file is loaded interactivity.
786
787         * Version number is increased to 2.11.20.
788
789 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
792         when new optional argument `force' is non nil or modified.
793
794 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * wl.el (toplevel): Require wl-spam when compile.
797         (wl-save-status): Call wl-spam-save-status.
798
799         * wl-spam.el (wl-spam-register-spam-messages): New function.
800         (wl-spam-register-good-messages): Ditto.
801         (wl-spam-save-status): Ditto.
802         (wl-summary-mode-map): Bind
803         wl-summary-target-mark-register-as-spam to "ms" and
804         wl-summary-target-mark-register-as-good to "mn".
805         (wl-summary-register-as-spam): Abolish optional argument; Use
806         wl-spam-register-spam-messages.
807         (wl-summary-register-as-spam-all): Use
808         wl-spam-register-spam-messages.
809         (wl-summary-register-as-good): Abolish optional argument; Use
810         wl-spam-register-good-messages.
811         (wl-summary-register-as-good-all): Use
812         wl-spam-register-good-messages.
813         (wl-summary-target-mark-register-as-spam): New funtion.
814         (wl-summary-target-mark-register-as-good): Ditto.
815
816 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
817
818         * wl-spam.el: New file.
819
820 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
821
822         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
823
824         * wl-action.el (wl-auto-refile-guess-functions): New variable.
825         (wl-summary-auto-refile): Call wl-refile-guess with
826         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
827
828 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
831         with disable-thread argument non-nil.
832
833 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * wl-summary.el (wl-summary-rescan): Added optional argument
836         disable-thread.
837         (wl-summary-sync): Call wl-summary-rescan with argument
838         disable-thread.
839         (wl-summary-input-range): Added new range `rescan-thread'.
840
841 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
842
843         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
844
845 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
846
847         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
848         internal variable.
849         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
850         wl-summary-search-parent-by-subject-regexp and
851         wl-summary-divide-thread-when-subject-changed as nil.
852         (wl-summary-insert-sequential): If entity is nil, nothing to do.
853         (wl-summary-insert-thread): Search parent entity from
854         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
855         thread loop.
856
857 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
858
859         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
860
861         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
862
863         * wl-util.el (wl-require-update-all-folder-p): New function.
864         (wl-get-assoc-list-value): Added `function' to match directive.
865         (wl-collect-draft): Rewrite.
866
867         * wl-summary.el (wl-summary-sync-update): Clear faces
868         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
869         are non-nil.
870         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
871         argument as function.
872         (wl-summary-input-range): Ditto.
873
874         * wl-folder.el (wl-draft-get-folder): New function.
875         (wl-folder-get-elmo-folder): Consider draft folder.
876
877         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
878         (wl-draft-buffer-message-number): New buffer local variable.
879         (wl-draft-folder-internal): New internal variable.
880         (wl-draft-delete): Rewrite.
881         (wl-draft-save): Ditto.
882         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
883         wl-folder-get-elmo-folder.
884         (wl-draft-config-info-operation): Ditto.
885         (wl-jump-to-draft-folder): Ditto.
886         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
887         (wl-draft-reedit): Rewrite.
888
889         * Version number is increased to 2.11.19.
890         
891 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
892
893         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
894         variable.
895
896 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
899         Use ignore-errors instead of unwind-protect.
900
901 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
902
903         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
904         for updating `wl-thread-entity-list'.
905
906 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
907
908         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
909         parameter from calling `wl-thread-entity-get-older-brothers' and
910         `wl-thread-entity-get-younger-brothers'.
911         Replace nested `append' with a single one.
912
913 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * wl-summary.el (wl-summary-mode): Don't use the return value of
916         `make-local-hook'.
917
918 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
919
920         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
921         instead of `let*'.
922         (wl-thread-delete-message): Likewise.  Split and narrow the scope
923         of local variables.
924
925 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
926
927         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
928         Renamed from wl-summary-window-scroll-functions.
929         (wl-summary-window-scroll-functions): Don't set to variable.
930         (wl-summary-display-top): Use run-hooks.
931         (wl-summary-display-bottom): Ditto.
932         (wl-summary-toggle-disp-msg): Ditto.
933         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
934         Use it instead of wl-summary-window-scroll-functions.
935         (wl-summary-goto-folder-subr): Don't call
936         wl-summary-window-scroll-functions, use
937         wl-summary-buffer-window-scroll-functions instead.
938
939 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
940
941         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
942         make-local-variable.
943
944 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
945
946         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
947         set-buffer-modified-p.
948         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
949         (wl-summary-display-bottom): Ditto.
950         (wl-summary-toggle-disp-msg): Ditto.
951
952 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
955
956         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
957         (wl-summary-forward): Use elmo-message-entity-field instead of
958         elmo-message-field.
959
960         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
961
962 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
963
964         * wl-summary.el (wl-summary-window-scroll-functions): No use
965         `append'.
966
967 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
968
969         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
970         function.
971         (wl-summary-window-scroll-functions): Call it when both
972         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
973         (wl-summary-temp-mark): Added optional argument number.
974         (wl-summary-message-mark): Added optional argument flag.
975         (wl-summary-persistent-mark): Added optional argument number and flag.
976         (wl-summary-update-persistent-mark): Ditto.
977         (wl-summary-update-status-marks): Set "r" for interactive spec.
978
979         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
980         argument number and flag.
981
982         * wl-action.el (wl-summary-registered-temp-mark): 
983         Do nothing when wl-summary-buffer-temp-mark-list is nil.
984
985 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
988         internal variable (buffer local).
989         (wl-summary-window-scroll-functions): New function.
990         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
991         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
992         as nil.
993         (wl-summary-update-status-marks): Added arguments beg, end and
994         check.
995         (wl-summary-update-mark-window): Use function.
996         (wl-summary-sync-update): Follow the change above.
997         (wl-summary-switch-to-clone-buffer): Copy
998         wl-summary-buffer-unsync-mark-number-list.
999         (wl-summary-goto-folder-subr): Set
1000         wl-summary-buffer-unsync-mark-number-list and
1001         use wl-summary-window-scroll-functions insteaf of
1002         wl-summary-lazy-highlight.
1003
1004         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1005
1006 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1007
1008         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1009
1010         * wl-summary.el (wl-summary-update-persistent-mark): Call
1011         wl-summary-set-message-modified.
1012
1013         * wl-summary.el (wl-summary-sync-update): Don't call
1014         wl-summary-update-status-marks.
1015
1016         * Version number is increased to 2.11.18.
1017
1018 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1019
1020         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1021         (wl-message-next-page): Ditto.
1022
1023 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1024
1025         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1026         local variable.  Change the order of a collected list into the
1027         same as the specified range.  Remove nil from a collected list.
1028
1029 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1030
1031         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1032         argument for elmo-folder-list-messages.
1033
1034 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1035
1036         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1037         change (wl-summary-count-unreads return a list instead of a cons
1038         cell).
1039
1040 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1041
1042         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1043         `wl-summary-folder-info-update'.
1044
1045 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1046
1047         * wl-summary.el (wl-summary-set-message-modified): No use
1048         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1049         (wl-summary-set-mark-modified): Abolish.
1050         (wl-summary-mark-modified-p): Ditto.
1051         (wl-summary-save-view): Follow the change above.
1052
1053         * wl-expire.el (wl-summary-expire): Likewise.
1054
1055 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1056
1057         * wl-summary.el (wl-summary-detect-mark-position): Use
1058         modb-entity-handler.
1059         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1060
1061         * Version number is increased to 2.11.17.
1062
1063 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1064
1065         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1066         entity field value.
1067         (wl-summary-prefetch-msg): Ditto.
1068         (wl-summary-print-message-with-ps-print): Ditto.
1069
1070 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1071
1072         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1073         for dummy entity.
1074         (wl-summary-insert-thread): Use elmo-message-entity-field.
1075         (wl-summary-update-thread): Use elmo-message-entity-field and
1076         elmo-message-entity-number.
1077         (wl-summary-line-number):  Use elmo-message-entity-number.
1078         (wl-summary-line-size): Use elmo-message-entity-field.
1079         (wl-summary-line-subject): Ditto.
1080         (wl-summary-line-from): Ditto.
1081         (wl-summary-line-attached): Ditto.
1082         (wl-summary-create-line): Ditto.
1083         (wl-summary-create-line): Use elmo-message-entity-number.
1084         (wl-summary-print-message-with-ps-print): Use
1085         elmo-message-entity-field.
1086
1087 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1088
1089         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1090         change in elmo-msgdb-make-message-entity.
1091         (wl-summary-buffer-set-folder): Don't call
1092         wl-summary-detect-mark-position here.
1093         (wl-summary-rescan): Call elmo-message-entity-number.
1094         (wl-summary-sync-update): Ditto.
1095         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1096
1097         * wl-score.el (wl-score-header-index): Redefine 2th element.
1098         (wl-score-overview-entity-get-extra): Abolish.
1099         (wl-score-ov-entity-get): Rewrite.
1100         (wl-score-string-index<, wl-score-string-func<): Abolish.
1101         (wl-score-string<): New function.
1102         (wl-score-string-sort): Use it.
1103
1104         * wl-refile.el (wl-refile-guess-by-history): Use
1105         elmo-message-entity-field.
1106         (wl-refile-guess-by-from): Ditto.
1107         (wl-refile-guess-by-msgid): Ditto.
1108
1109         * Version number is increased to 2.11.16.
1110
1111 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1112
1113         * wl-folder.el (wl-folder-confirm-existence): Don't call
1114         file-exists-p if msgdb-path is nil.
1115         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1116         `wl-read-folder-hist' to `wl-read-folder-history'.
1117
1118 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1119
1120         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1121         `y-or-n-p'.
1122
1123 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-score.el (wl-score-headers): Don't use
1126         elmo-folder-do-each-message-entity.
1127
1128         * Version number is increased to 2.11.15.
1129
1130 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1131
1132         * wl-summary.el (wl-summary-delete-all-msgs): Use
1133         elmo-folder-move-messages instead of elmo-folder-delete-messages
1134         and elmo-folder-detach-messages.
1135         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1136
1137         * wl-expire.el (wl-expire-delete): Ditto.
1138         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1139
1140 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1141
1142         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1143         (wl-message-header-narrowing-fields): Ditto.
1144         (wl-message-header-narrowing-lines): Ditto.
1145         (wl-message-header-narrowing-string): Ditto.
1146
1147         * wl-summary.el (wl-summary-mode-map): Bind
1148         wl-summary-toggle-header-narrowing to "C-cC-f".
1149         (wl-summary-toggle-header-narrowing): New function.
1150
1151         * wl-message.el (wl-message-buffer-create): Call
1152         wl-message-header-narrowing-setup.
1153         (wl-message-redisplay): Call wl-message-header-narrowing.
1154         (wl-message-header-narrowing): New function.
1155         (wl-message-header-narrowing-map): New keymap.
1156         (wl-message-header-narrowing-widen-map): New keymap.
1157         (wl-message-header-narrowing-again-at-mouse): New function.
1158         (wl-message-header-narrowing-1): Ditto.
1159         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1160         (wl-message-header-narrowing-setup): Ditto.
1161         (wl-message-header-narrowing-toggle): Ditto.
1162         
1163         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1164
1165         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1166         'flag as all.
1167         (wl-use-flag-folder-help-echo): New user option.
1168
1169         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1170         wl-summary-highlight as nil.
1171         (wl-summary-set-mark-modified): Follow the API change.
1172         (wl-summary-mark-modified-p): Ditto.
1173         (wl-summary-mark-as-read-all): Ditto.
1174         (wl-summary-sync-marks): Don't call
1175         elmo-folder-list-messages-with-global-mark.
1176         (wl-summary-mark-as-read-internal): Follow the API change.
1177         (wl-summary-mark-as-answered-internal): Ditto.
1178         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1179         Follow the API change.
1180         (wl-summary-create-line): Call with number argument.
1181         (wl-summary-reply): Follow the API change.
1182
1183         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1184         function.
1185         (wl-highlight-summary-line-string): Call it when
1186         wl-use-flag-folder-help-echo is non-nil.
1187         (wl-highlight-summary-current-line): Ditto.
1188         (elmo-flag-folder-referrer): Added autoload setting.
1189
1190         * wl-draft.el (wl-draft-kill): Follow the API change.
1191
1192         * Version number is increased to 2.11.14.
1193         
1194 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1195
1196         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1197
1198 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1199
1200         * Version number is increased to 2.11.13.
1201
1202 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-draft.el (wl-draft-previous-history-element): Fixed
1205         unbalanced parenthesis and bind unbound local variables.
1206
1207 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1208
1209         * wl-draft.el (wl-draft-previous-history-element): New function.
1210         (wl-draft-next-history-element): Ditto.
1211         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1212         them to M-p and M-n.
1213
1214 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * Version number is increased to 2.11.12.
1217
1218 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1219
1220         * wl-draft.el (wl-draft-hide): Select buffer-window.
1221
1222 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1223
1224         * wl-summary.el (wl-summary-narrow-to-region): New function.
1225         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1226         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1227         (wl-summary-save-region): Use it.
1228         * wl-action.el (wl-summary-collect-numbers-region)
1229         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1230
1231 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * wl-folder.el (wl-folder-count-incorporates): Don't use
1234         `elmo-msgdb-mark-load'
1235
1236         * Version number is increased to 2.11.11.
1237
1238 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1239
1240         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1241         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1242
1243 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1244
1245         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1246
1247 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * Version number is increased to 2.11.10.
1250
1251 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1252
1253         * wl-mime.el (wl-draft-attribute-value): Fixed.
1254
1255 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1256
1257         * wl-util.el (wl-copy-local-variables): New function.
1258
1259         * wl-mime.el (wl-draft-attribute-recipients): New function.
1260         (wl-draft-attribute-envelope-from): Ditto.
1261         (wl-draft-attribute-smtp-posting-server): Ditto.
1262         (wl-draft-attribute-smtp-posting-port): Ditto.
1263         (wl-draft-attribute-value): Ditto.
1264         (wl-draft-preview-message): Use it to get value for
1265         attributes. Reflect result of `wl-draft-config'.
1266
1267         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1268         and call `wl-summary-mark-as-read' before to call
1269         `wl-summary-unset-mark'.
1270         (wl-summary-target-mark-mark-as-unread): Likewise.
1271         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1272
1273 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1274
1275         * wl-mime.el (wl-draft-preview-message): Use actual value for
1276         attributes; Fix for small window.
1277
1278 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1279
1280         * wl-refile.el (wl-refile-get-field-value): Call
1281         `elmo-message-entity-field' with 3rd argument is non-nil.
1282
1283 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1284
1285         * wl-vars.el (wl-draft-preview-attributes): New user option.
1286         (wl-draft-preview-attributes-list): Ditto.
1287         (wl-draft-preview-attributes-buffer-lines): Ditto.
1288         (wl-draft-preview-attributes-buffer-name): Ditto.
1289
1290         * wl-mime.el (wl-draft-preview-message): Display attributes.
1291
1292 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1293
1294         * wl-summary.el (wl-summary-detect-mark-position): Bind
1295         wl-summary-flag-priority-list to '(new).
1296
1297 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1298
1299         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1300         funtion.
1301         (wl-highlight-summary-line-string): Use it.
1302         (wl-highlight-summary-current-line): Ditto.
1303
1304 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1305
1306         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1307         line even when the mark string is not changed.
1308
1309         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1310         argument change in the wl-summary-create-line.
1311         (wl-thread-insert-entity-sub): Ditto.
1312
1313         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1314         argument change in the wl-summary-create-line.
1315         (wl-summary-insert-sequential): Ditto.
1316         (wl-summary-update-thread): Ditto.
1317         (wl-summary-persistent-mark-string): New inline function.
1318         (wl-summary-message-mark): Use it.
1319         (wl-summary-create-line): Abolish argument wl-persistent-mark
1320         and added wl-flags, wl-cached.
1321
1322         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1323         mark to flags.
1324         (wl-highlight-summary-current-line): Decide the face not by the 
1325         persistent mark but flags.
1326
1327 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1328
1329         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1330         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1331         wl-summary-read-uncached-mark): Revive.
1332         (wl-summary-answered-cached-mark,
1333         wl-summary-answered-uncached-mark): New user option.
1334         (wl-summary-score-marks): Follow the change above.
1335         (wl-summary-auto-refile-skip-marks): Ditto.
1336         (wl-summary-incorporate-marks): Ditto.
1337         (wl-summary-expire-reserve-marks): Ditto.
1338         (wl-summary-flag-priority-list): New user option.
1339
1340         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1341         changes.
1342         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1343         of elmo-message-mark.
1344         (wl-summary-mark-as-read-internal): Ditto.
1345         (wl-summary-mark-as-answered): Ditto.
1346         (wl-summary-mark-as-important): Ditto.
1347         (wl-summary-redisplay-internal): Ditto.
1348         (wl-summary-redisplay-no-mime-internal): Ditto.
1349         (wl-summary-message-mark): New function.
1350         (wl-summary-insert-sequential): Use wl-summary-message-mark
1351         instead of elmo-message-mark.
1352         (wl-summary-update-thread): Ditto.
1353         (wl-summary-persistent-mark): Ditto.
1354         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1355         instead of elmo-message-mark.
1356
1357         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1358         wl-summary-message-mark instead of elmo-message-mark.
1359         (wl-thread-insert-entity-sub): Ditto.
1360         (wl-thread-get-children-msgs-uncached): Ditto.
1361
1362         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1363         variable name changes.
1364         (wl-highlight-summary-current-line): Ditto.
1365
1366         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1367         wl-summary-message-mark instead of elmo-message-mark.
1368
1369         * wl-expire.el (wl-expire-message-p): Ditto.
1370
1371         * wl-score.el (wl-score-headers): Ditto.
1372
1373         * Version number is increased to 2.11.9.
1374
1375         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1376         (wl-summary-sync-update): Follow the change above.
1377         (wl-summary-switch-to-clone-buffer): Ditto.
1378         (wl-summary-open-folder): Ditto.
1379
1380 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1383         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1384
1385         * Version number is increased to 2.11.8.
1386
1387         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1388
1389         * wl-expire.el (wl-expire-refile): Follow the API change on
1390         `elmo-folder-move-messages'.
1391         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1392
1393         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1394         (wl-summary-exec-action-refile): Ditto.
1395         (wl-summary-exec-action-copy): Ditto.
1396         (wl-summary-no-auto-refile-message-p): No use
1397         `wl-summary-buffer-msgdb'.
1398         (wl-summary-auto-refile): Ditto.
1399
1400 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1401
1402         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1403
1404 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1405
1406         * wl-summary.el (wl-summary-sync): Treat no-sync.
1407
1408         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1409         (wl-default-sync-range): Ditto.
1410
1411 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1412
1413         * wl-refile.el (wl-refile-subject-learn): Call
1414         `elmo-message-entity-field' with 3rd argument is non-nil.
1415         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1416         instead of `elmo-msgdb-overview-entity-get-subject'.
1417
1418 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1419
1420         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1421         scan-type is rescan.
1422         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1423         new optional argument force is non-nil.
1424         (wl-summary-save-view-cache): Call it with force argument non-nil.
1425
1426         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1427
1428 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1429
1430         * wl-action.el (wl-summary-print-argument): Fixed last change.
1431
1432 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1433
1434         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1435         simplified.
1436         (wl-summary-target-mark-mark-as-unread): Likewise.
1437         (wl-summary-target-mark-mark-as-important): Likewise.
1438
1439 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1440
1441         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1442         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1443         (wl-summary-mark-as-important-region): Change accordingly.
1444         (wl-summary-target-mark-mark-as-important): Ditto.
1445
1446 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1447
1448         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1449
1450         * wl-action.el (wl-summary-print-argument): Print argument to
1451         right side of window if `wl-summary-print-argument-within-window'
1452         is non-nil.
1453
1454 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1455
1456         * wl-action.el (wl-summary-set-mark): Use
1457         `wl-summary-message-visible-p' to check visibility of the message
1458         and jump to message only when the message line is visible and have
1459         different number; Call wl-summary-unset-mark with number argument.
1460         (wl-summary-unset-mark): 
1461         Use `wl-summary-message-visible-p'
1462         to check visibility of the message and jump to message only when
1463         the message line is visible and have different number;
1464
1465 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1466
1467         * Version number is increased to 2.11.7.
1468
1469         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1470         and wl-folder-summary-line-format.
1471
1472         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1473         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1474         (wl-summary-set-score-mark): Use it.
1475         (wl-summary-target-mark-mark-as-read): Ditto.
1476         (wl-summary-target-mark-mark-as-unread): Ditto.
1477         (wl-summary-target-mark-mark-as-important): Ditto.
1478         (wl-summary-target-mark-msgs): Simplified.
1479         (wl-summary-detect-mark-position): Fixed problem when
1480         summary-line-format no contain persisten/temp mark spec.
1481         (wl-summary-temp-mark): Ditto.
1482         (wl-summary-persistent-mark): Ditto.
1483         (wl-summary-update-persistent-mark): Ditto.
1484
1485         * wl-action.el (wl-summary-set-mark): Ditto.
1486         (wl-summary-unset-mark): Ditto.
1487         All other related portions are changed.
1488
1489 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1490
1491         * Version number is increased to 2.11.6.
1492
1493 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-util.el (wl-current-message-buffer): Define as function;
1496         Don't use the value of wl-messge-buffer.
1497
1498         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1499         persistent mark.
1500
1501         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1502         no current message, cause an error.
1503
1504 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1505
1506         * wl-summary.el (wl-summary-set-message-modified): Use
1507         elmo-folder-set-message-modified instead of
1508         elmo-folder-set-message-modified-internal.
1509
1510 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1511
1512         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1513         interactively.
1514         (wl-summary-sync): nokill->entirely.
1515         (wl-summary-sync-marks): Fixed message.
1516         (wl-summary-input-range): Added mark, nokill->entirely.
1517
1518         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1519         messages as read.
1520
1521 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1522
1523         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1524         update-noscore.
1525         (wl-summary-sync): Follow the change above.
1526
1527 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * wl-action.el (wl-summary-target-mark-all): Use
1530         elmo-folder-list-messages.
1531
1532 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1533
1534         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1535         (wl-summary-rescan): Set wl-summary-scored as nil.
1536         (wl-summary-sync-force-update): Follow the change above.
1537         (wl-summary-sync): Ditto.
1538         (wl-summary-sync-update): Added argument disable-killed.
1539         (wl-summary-insert-headers): Set visible-only argument for
1540         elmo-folder-list-messages.
1541         (wl-summary-input-range): Added update-nokill, update-noscore,
1542         all-nokill, all-noscore and mark.
1543
1544         * Version number is increased to 2.11.5.
1545
1546         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1547
1548 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1549
1550         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1551         (wl-summary-prefetch-region-no-mark): Change accordingly.
1552         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1553
1554 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1555
1556         * wl-address.el (wl-complete-field-to): Abolished.
1557         (wl-complete-address): Completion function for completing-read.
1558         * wl-action.el (wl-summary-get-resend-address): Use it.
1559
1560         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1561         wl-summary-update-mark and abolish unused argument.
1562         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1563         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1564         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1565         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1566         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1567         * wl-draft.el (wl-draft-kill): Ditto.
1568
1569         * wl-summary.el: Remove unused binding of case-fold-search.
1570         (wl-summary-replace-status-marks): Abolished.
1571
1572 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1573
1574         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1575         is specified or folder length is zero.
1576
1577 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1578
1579         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1580         (wl-folder-archive-current-entity): Ditto.
1581
1582 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1583
1584         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1585         retrieving message mark.
1586         (wl-summary-redisplay-internal): Ditto.
1587
1588         * wl-message.el (wl-message-buffer-display): Ignore errors while
1589         retrieving message-id field.
1590
1591         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1592         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1593         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1594         order of the arguments for `wl-expire-message-p'.
1595         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1596
1597         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1598         Check return value of wl-summary-reply.
1599         (wl-summary-reply): Recover window configuration when an error occured.
1600
1601 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1602
1603         * wl-summary.el (wl-summary-resend-message): Abolished, the
1604         feature is inherited by wl-summary-resend (put resend mark).
1605
1606 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1607
1608         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1609         wl-message-buffer to nil when the message is hide.
1610
1611 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1612
1613         * .cvsignore: New file.
1614
1615 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1616
1617         * wl-action.el (wl-summary-action-docstring): Add more info.
1618         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1619         duplicate definition.
1620         (wl-summary-define-mark-action): Functions wl-summary-*-region
1621         keep current position.
1622         (wl-summary-unregister-target-mark): Store result to the variable.
1623
1624 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1625
1626         * Version number is increased to 2.11.4.
1627
1628 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1629
1630         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1631         wl-summary-delete-all-temp-marks.
1632         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1633
1634         * wl-action.el (wl-summary-set-mark): Changed terminology
1635         refile-destination -> action-argument.
1636         (wl-summary-unset-mark): Ditto.
1637         (wl-summary-remove-argument): Ditto.
1638         (wl-summary-print-argument): Ditto.
1639
1640         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1641         (wl-thread-remove-argument-region): Ditto.
1642         (wl-thread-print-argument-region): Ditto.
1643         (wl-thread-close): Ditto.
1644         (wl-thread-open): Ditto.
1645
1646         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1647         (wl-highlight-refile-destination-face is abolished)
1648         (wl-highlight-action-argument-string): Ditto.
1649         (wl-highlight-summary-current-line): Highlight action argument.
1650
1651         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1652         color for light backgrounds.
1653         (wl-highlight-summary-answered-face): Ditto.
1654
1655 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1656
1657         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1658
1659         * wl-score.el (wl-summary-score-update-all-lines): Use
1660         wl-summary-set-mark.
1661         (wl-summary-score-update-all-lines): Kill expunged messages.
1662
1663         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1664
1665 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1666
1667         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1668         directly.
1669         (wl-score-overview-entity-get-lines): Ditto.
1670         (wl-score-overview-entity-get-xref): Ditto.
1671         (wl-score-get-latest-msgs): Ditto.
1672         (wl-summary-rescore): Ditto.
1673
1674         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1675         to "&".
1676         (wl-summary-mark-as-answered-internal): New inline function.
1677         (wl-summary-mark-as-answered): New function.
1678         (wl-summary-mark-as-unanswered): Ditto.
1679         (wl-summary-sync-marks): Modified for answered-mark synching.
1680
1681 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1682
1683         * wl-action.el (wl-summary-set-mark): Fixed last change.
1684
1685 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1686
1687         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1688         behavior of wl-summary-unread-message-hook
1689         (Pointed out by akira yamada <akira@arika.org>).
1690
1691 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1692
1693         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1694         wl-summary-delete.
1695         * wl-xmas.el (wl-summary-toolbar): Ditto.
1696
1697         * wl-action.el (wl-summary-set-mark): Don't override current
1698         temp-mark.
1699
1700         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1701
1702 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1703
1704         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1705         (wl-refile-msgid-learn): Ditto.
1706         (wl-refile-get-field-value): Ditto.
1707
1708         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1709
1710         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1711         (wl-expire-delete-reserved-messages): Renamed from
1712         wl-expire-reserve-marked-msgs-from-list.
1713         (wl-expire-delete): Removed argument `msgdb'.
1714         (wl-expire-refile): Ditto.
1715         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1716         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1717         mark-alist as argument.
1718         (wl-expire-archive-number1): Removed argument `msgdb'.
1719         (wl-expire-archive-number2): Ditto.
1720         (wl-expire-archive-date): Ditto.
1721         (wl-expire-localdir-date): Ditto.
1722         (wl-expire-hide): Ditto.
1723         (wl-archive-number1): Ditto.
1724         (wl-archive-number2): Ditto.
1725         (wl-archive-date): Ditto.
1726         (wl-archive-folder): Ditto.
1727         All other related portions are changed.
1728
1729 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1730
1731         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1732         mean move up and down. (suggested by Takashi Kawachi)
1733
1734 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1735
1736         * wl-acap.el (toplevel): Don't require un-define.
1737
1738 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1739
1740         * wl-thread.el (wl-thread-delete-message): Always update
1741         wl-summary-buffer-number-list.
1742
1743         * wl-action.el (wl-summary-print-destination): 
1744         Do nothing when folder is nil.
1745
1746 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1747
1748         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1749         persistent mark when prefetch is succeeded.
1750
1751 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1752
1753         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1754         instead of elmo-msgdb-delete-msgs.
1755         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1756         (wl-expire-hide): Ditto.
1757
1758         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1759
1760         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1761         elmo-msgdb interface.
1762         (wl-thread-get-exist-children): Likewise.
1763         (wl-thread-insert-message): Likewise.
1764         (wl-thread-msg-mark-as-important): Likewise.
1765         (wl-thread-insert-entity-sub): Likewise.
1766         (wl-thread-get-children-msgs-uncached): Likewise.
1767
1768         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1769         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1770         (wl-summary-sync-update): Likewise.
1771         (wl-summary-auto-select-msg-p): Likewise.
1772         (wl-summary-update-thread): Likewise.
1773         (wl-summary-mark-as-important): Likewise.
1774         (wl-summary-jump-to-msg-internal): Likewise.
1775         (wl-summary-redisplay-internal): Likewise.
1776         (wl-summary-print-message-with-ps-print): Likewise.
1777         (wl-summary-folder-info-update): Likewise.
1778
1779         * wl-folder.el (wl-folder-check-one-entity):
1780         elmo-folder-count-flags instead of wl-summary-count-unread.
1781
1782         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1783
1784         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1785
1786         * wl-summary.el (wl-summary-set-message-modified): 
1787         Call wl-summary-set-mark-modified.
1788         (wl-summary-delete-messages-on-buffer): Call
1789         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1790         (wl-summary-sync-update): Call elmo-folder-length instead of
1791         elmo-folder-messages.
1792         (wl-summary-insert-headers): Don't call
1793         elmo-folder-list-message-entities.
1794
1795 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1796
1797         * wl-action.el (wl-summary-define-mark-action): Call
1798         `wl-summary-set-mark' with argument `data'.
1799         (wl-summary-auto-refile): Fixed order of arguments when call
1800         `wl-summary-refile'.
1801
1802 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1803
1804         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1805
1806         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1807
1808         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1809         (Renamed from wl-highlight-summary-deleted-face).
1810         (wl-highlight-summary-resend-face): New face.
1811
1812         (wl-highlight-summary-deleted-face): Renamed from
1813         wl-highlight-summary-erased-face.
1814
1815         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1816
1817         * wl-action.el (wl-summary-get-resend-address): New function.
1818         (wl-summary-exec-action-resend): Ditto.
1819         (wl-summary-exec-action-resend-subr): Ditto.
1820
1821         * w-thread.el (wl-thread-copy): Removed definition.
1822         (wl-thread-refile): Ditto.
1823         (wl-thread-delete): Ditto.
1824         (wl-thread-target-mark): Ditto.
1825
1826         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1827         (wl-summary-target-mark-set-action): Fixed.
1828         (wl-summary-define-mark-action): Fixed quotation.
1829         (wl-summary-move-mark-list-messages): Display message.
1830         (wl-summary-define-mark-action): Define thread functions.
1831         (wl-summary-exec-action-refile): Changed message.
1832         (wl-summary-exec): Ditto.
1833
1834 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1835         
1836         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1837         '%%'.
1838
1839 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1840
1841         * wl.el (toplevel): Require wl-action.
1842         (wl-init): Call wl-summary-define-mark-action.
1843
1844         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1845
1846         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1847         wl-summary-delete and wl-summary-erase.
1848         (wl-summary-mode-map): Ditto.
1849
1850         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1851         wl-delete-folder-alist.
1852
1853         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1854         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1855         (toplevel): Moved mark & action related functions to the wl-action.el.
1856
1857         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1858         in wl-summary-mark-action-list.
1859         (wl-highlight-summary-current-line): Ditto.
1860
1861         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1862         empty lines.
1863
1864         * wl-action.el: New file. 
1865
1866 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1867
1868         * wl-summary.el (wl-summary-target-mark-replace): New function.
1869         (wl-summary-target-mark-prefetch): Use it.
1870         (wl-summary-target-mark-delete): Ditto.
1871         (toplevel): Rearranged definition order.
1872         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1873         (wl-summary-target-mark-erase): Rewrite.
1874         (wl-summary-erase-region): New function.
1875         (wl-summary-exec-action-erase): Changed message.
1876         (wl-summary-move-mark-list-messages): New function.
1877         (wl-summary-exec-action-delete): Use it.
1878         (wl-summary-exec-action-erase): Ditto.
1879
1880         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1881         (wl-summary-skip-mark-list): Added "d".
1882
1883         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1884         while searching.
1885
1886         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1887         and define using defcustom;
1888         Define 4th element as a face.
1889         
1890         * wl-summary.el (wl-summary-incorporate): Use 
1891         `wl-summary-prefetch-region-no-mark' instead of
1892         `wl-summary-prefetch-region'.
1893         (wl-summary-prefetch-region-no-mark): Revival of old
1894         `wl-summary-prefetch-region'.
1895         (wl-summary-mark-action-list): Moved to wl-vars.el
1896
1897         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1898         face according to the `wl-summary-mark-action-list'.
1899         (wl-highlight-summary-current-line): Ditto;
1900         Removed destination highlighting.
1901
1902         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1903         (wl-highlight-summary-line-string): Highlight for "i" mark.
1904         (wl-highlight-summary-current-line): Ditto.
1905
1906         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1907         no destination.
1908
1909         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1910         exists, just go ahead.
1911         (wl-summary-prefetch-region): Rewrite.
1912         (wl-summary-prefetch): Ditto.
1913         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1914         (wl-summary-exec-action-prefetch): New function.
1915         (wl-summary-target-mark-prefetch): Rewrite.
1916
1917 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1918
1919         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1920         (wl-highlight-summary-line-string): Added "d" and "D".
1921         (wl-highlight-summary-current-line): Ditto.
1922
1923         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1924         in wl-summary.el.
1925         (wl-thread-insert-entity-sub): Ditto.
1926         (wl-thread-remove-destination-region): Ditto.
1927         (wl-thread-print-destination-region): Ditto.
1928
1929         * wl-summary.el (wl-summary-buffer-refile-list,
1930         wl-summary-buffer-delete-list,
1931         wl-summary-buffer-copy-list): Abolish.
1932         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1933         All other related portions are changed.
1934         (wl-summary-mark-action-list): New variable.
1935         (wl-summary-set-mark): New function.
1936         (wl-summary-register-target-mark): Ditto.
1937         (wl-summary-unregister-target-mark): Ditto.
1938         (wl-summary-have-target-mark-p): Ditto.
1939         (wl-summary-register-temp-mark): Ditto.
1940         (wl-summary-unregister-temp-mark): Ditto.
1941         (wl-summary-registered-temp-mark): Ditto.
1942         (wl-summary-collect-temp-mark): Ditto.
1943         (wl-summary-unset-mark): Ditto.
1944         (wl-summary-set-target-mark): Ditto.
1945         (wl-summary-unset-target-mark): Ditto.
1946         (wl-summary-set-action-generic): Ditto.
1947         (wl-summary-unset-action-generic): Ditto.
1948         (wl-summary-exec-action-delete): Ditto.
1949         (wl-summary-exec-action-erase): Ditto.
1950         (wl-summary-set-action-refile): Ditto.
1951         (wl-summary-set-action-refile-subr): Ditto.
1952         (wl-summary-unset-action-refile): Ditto.
1953         (wl-summary-make-destination-numbers-list): Ditto.
1954         (wl-summary-exec-action-refile): Ditto.
1955         (wl-summary-set-action-copy): Ditto.
1956         (wl-summary-unset-action-copy): Ditto.
1957         (wl-summary-exec-action-copy): Ditto.
1958         (wl-summary-collect-numbers-region): Ditto.
1959         (wl-summary-delete): Rewrite.
1960         (wl-summary-erase): Ditto.
1961         (wl-summary-remove-destination): Ditto.
1962         (wl-summary-exec): Ditto.
1963         (wl-summary-exec-region): Ditto.
1964         (wl-summary-target-mark-erase): Ditto.
1965         (wl-summary-refile): Ditto.
1966         (wl-summary-copy): Ditto.
1967         (wl-summary-unmark): Ditto.
1968         (wl-summary-delete-all-mark): Ditto.
1969         (wl-summary-mark-line): Don't highlight.
1970         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1971         (wl-summary-target-mark-refile-subr): Rewrite.
1972
1973         (wl-summary-copy-prev-destination): Abolish.
1974
1975 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976
1977         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1978         default values along the value of wl-on-mule.
1979         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1980         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1981         It is not used anywhere.
1982
1983 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1984
1985         * wl-summary.el (wl-summary-print-destination): Keep position.
1986         (wl-summary-cursor-move-surface): Keep horizontal position.
1987
1988 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1989
1990         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1991         write sendlog.
1992
1993 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1994
1995         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1996         `wl-summary-highlight'.
1997
1998 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1999
2000         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2001         trivial condition for temp-mark.
2002
2003 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2004
2005         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2006         when it hits killed buffer.
2007
2008 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2009
2010         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2011         * wl-news.el.in: `message' and `error' take format string.
2012
2013 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2014
2015         * wl-folder (wl-folder-insert-entity): Display a message,
2016         `...done', when the work finish.
2017         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2018
2019 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2020
2021         * wl-message.el (wl-message-redisplay): Remove unused local
2022         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2023
2024 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2025
2026         * wl-summary.el (wl-summary-replace-status-marks): Disable
2027         interactive use.
2028         (wl-summary-reedit): Check message existence at first.
2029         (wl-summary-mark-line): Fix doc, return value is indefinite.
2030
2031         * wl-highlight.el (wl-highlight-message): Arranged.
2032
2033         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2034         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2035         check temp-mark by wl-summary-temp-mark always.
2036         (wl-highlight-summary): Change accordingly.
2037         * wl-summary.el (wl-summary-mark-as-read-all)
2038         (wl-summary-delete-cache, wl-summary-set-score-mark)
2039         (wl-summary-mark-as-unread, wl-summary-unmark)
2040         (wl-summary-mark-line, wl-summary-mark-as-read)
2041         (wl-summary-mark-as-important): Ditto.
2042
2043         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2044         end of the window if possible.
2045         * wl-summary.el (wl-summary-sync-update): Support lazy
2046         highlighting.
2047         (wl-summary-toggle-disp-msg): Ditto.
2048
2049 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2050
2051         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2052
2053 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2054
2055         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2056         change.
2057
2058 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2059
2060         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2061         API.
2062         (wl-summary-sync-update): Ditto.
2063
2064         * wl-score.el (wl-score-get-score-alist): Changed argument.
2065         (wl-summary-rescore-msgs): Likewise.
2066         (wl-summary-score-headers): Likewise.
2067         (wl-score-headers): Likewise;
2068         Use elmo-folder-do-each-message-entity, etc.
2069         (wl-summary-score-effect): Follow the changes above.
2070         (wl-summary-rescore): Ditto.
2071         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2072         (wl-score-get-overview): Abolish.
2073
2074         * wl-summary.el (wl-summary-default-from): Follow the API change in
2075         elmo-msgdb.
2076         (wl-summary-count-unread): Ditto.
2077         (wl-summary-detect-mark-position): Ditto.
2078         (wl-summary-overview-entity-compare-by-date): Ditto.
2079         (wl-summary-overview-entity-compare-by-number): Ditto.
2080         (wl-summary-overview-entity-compare-by-from): Ditto.
2081         (wl-summary-overview-entity-compare-by-subject): Ditto.
2082         (wl-summary-get-list-info): Ditto.
2083         (wl-summary-rescan): Ditto.
2084         (wl-summary-jump-to-msg-by-message-id): Ditto.
2085         (wl-summary-sync-update): Ditto; Removed comment.
2086         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2087         (wl-summary-insert-message): Use wl-summary-insert
2088         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2089         (wl-summary-insert-headers): Changed argument overview to folder.
2090         (wl-summary-search-by-subject): Likewise.
2091         (wl-summary-insert-thread): Renamed from 
2092         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2093
2094         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2095         too.
2096
2097         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2098         wl-string-member.
2099
2100 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2101
2102         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2103         elmo-folder-append-buffer.
2104         (wl-draft-queue-append): Likewise.
2105
2106         * wl-mime.el (wl-message-delete-current-part): Ditto.
2107         (wl-summary-burst-subr): Ditto.
2108
2109         * wl-news.el.in (wl-news-send-news): Ditto.
2110
2111 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2112
2113         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2114         function.
2115         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2116         (wl-summary-update-mark): Enclose with save-excursion.
2117         (wl-summary-mark-as-read-internal): Fixed last change.
2118         (wl-summary-mark-as-important): Use 3rd argument of
2119         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2120         Don't use elmo-msgdb-set-mark.
2121         (wl-summary-redisplay-internal): If msgdb flag is already read,
2122         just update the mark on buffer.
2123
2124 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2125
2126         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2127         cut visible folder when elmo-folder-delete returns non-nil value.
2128
2129 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2130
2131         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2132         by Kenichi OKADA <okada@opaopa.org>).
2133
2134 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2135
2136         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2137
2138 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2139
2140         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2141         Fixed the last change, search group entity by its real name.
2142         (Thanks to: KOBAYASHI Shinji)
2143
2144 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2145
2146         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2147         (wl-fldmgr-access-display-all): Don't refer visible name.
2148         * wl-expire.el (wl-folder-archive-current-entity)
2149         (wl-folder-expire-current-entity): Ditto.
2150         * wl-folder.el (wl-folder-jump-to-current-entity)
2151         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2152         (wl-folder-open-folder-sub,wl-folder-open-all)
2153         (wl-folder-write-current-folder): Ditto.
2154         (wl-folder-insert-entity): Don't use petname for normal group.
2155         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2156         is the real name.
2157         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2158         Abolished.
2159
2160 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2161
2162         * wl-draft.el (wl-draft-create-buffer): Add
2163         `wl-summary-reply-with-citation'
2164
2165 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2166
2167         * wl-draft.el (wl-draft-reply): Fixed.
2168
2169 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2170
2171         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2172         when `wl-draft-send-confirm-with-preview' is non-nil.
2173         You can scroll up/down by j/k.
2174         (wl-draft-send-confirm-with-preview): New variable (default=t).
2175
2176 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2177
2178         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2179         (wl-fldmgr-save-folders): Fix comment.
2180
2181 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2182
2183         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2184         along the last change in `wl-folder-buffer-group-p'.
2185
2186 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2187
2188         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2189         folder.
2190
2191         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2192         the default value.
2193
2194         * wl-mime.el (wl-summary-burst): Update summary only when target
2195         folder equals current folder.
2196
2197 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2198
2199         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2200
2201 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2202
2203         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2204         value.
2205
2206 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2209         `map-extents' instead of `extent-at' repeatedly.
2210         (wl-highlight-folder-current-line): Ditto.
2211
2212         * wl-highlight.el: Remove useless dummy functions.
2213
2214 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2215
2216         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2217         (wl-folder-put-folder-property): New function to put text property.
2218         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2219         (wl-folder-insert-entity, wl-folder-update-diff-line)
2220         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2221         * wl-e21.el, wl-xmas.el, wl-mule.el
2222         (wl-highlight-folder-current-line): Ditto.
2223         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2224         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2225         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2226         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2227
2228 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2229
2230         * Version number is increased to 2.11.3.
2231
2232 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2233
2234         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2235         Resume current-buffer since it is assumed by remaining tasks.
2236
2237 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2238
2239         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2240         (wl-folder-completion-function): Abolished.
2241         (wl-folder-complete-folder): New function.
2242         (wl-folder-complete-filter-condition): Ditto.
2243         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2244         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2245
2246 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2247
2248         * wl-draft.el (wl-draft-send-confirm): New function.
2249         (wl-draft-send): Use it.
2250
2251         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2252         cursor-in-echo-area while confirming.
2253
2254         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2255
2256         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2257         searching via nntp if wl-summary-search-via-nntp is 'force.
2258         Otherwise, invoke searching in nntp folder only.
2259         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2260
2261         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2262         explicitly for mime-make-text-tag.
2263
2264 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2265
2266         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2267         `mime-make-text-tag' instead of `mime-create-tag'.
2268
2269 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2270
2271         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2272         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2273
2274 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2275
2276         * wl-score.el (wl-score-save): Bind print-length and print-level.
2277         (wl-score-pretty-print): Ditto.
2278         (wl-score-edit-insert-header-entry): Ditto.
2279
2280         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2281         "From" entry to be treated with wl-draft-eword-encode-address-list.
2282         * wl-mime.el (wl-draft-preview-message): Ditto.
2283
2284         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2285         (wl-summary-mark-as-unread): Ditto.
2286         (wl-summary-mark-as-read-region): Change accordingly.
2287         (wl-summary-mark-as-unread-region): Ditto.
2288         (wl-summary-target-mark-mark-as-read): Ditto.
2289         (wl-summary-target-mark-mark-as-unread): Ditto.
2290
2291 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2292
2293         * Version number is increased to 2.11.2.
2294
2295 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2296
2297         * wl-news.el.in (wl-news-previous-version-save): Bind
2298         print-length and print-level.
2299         * wl-thread.el (wl-thread-save-entities): Ditto.
2300         (wl-thread-save-top-list): Bind print-length.
2301
2302 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2303
2304         * wl-highlight.el (wl-highlight-summary-line-string): Use
2305         wl-summary-score-below-mark, wl-summary-score-over-mark.
2306         (wl-highlight-summary-current-line): Ditto.
2307
2308 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2309
2310         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2311         insert it.
2312
2313 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2314
2315         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2316
2317 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2318
2319         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2320         message without msgid.
2321         Rewrite with elmo-folder-move-messages.
2322         Set wl-message-buffer to nil.
2323
2324         * wl-summary.el (wl-summary-erase-subr): New function. Use
2325         elmo-folder-move-messages.
2326         (wl-summary-erase): Call it.
2327         (wl-summary-target-mark-erase): Ditto.
2328
2329 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2330
2331         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2332         it is not up-tp-date.
2333
2334 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2335
2336         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2337         buffer after calling `wl-summary-goto-folder-subr' without the
2338         argument `interactive'.
2339         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2340
2341 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2342
2343         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2344         `mime-create-tag'. Use `string=' instead of `looking-at'.
2345
2346 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2347
2348         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2349         to avoid compile warning.
2350
2351         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2352         entity-id when folder is given.
2353         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2354         save-excursion, use save-selected-window instead.
2355         Select folder buffer window if exists.
2356         (To correct behavior with wl-folder-move-cur-folder.)
2357
2358 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2359
2360         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2361
2362 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2363
2364         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2365         list-count instead of %d.
2366
2367 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2368
2369         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2370         (wl-news): Set it.
2371         (wl-news-append-to-folder): Use it.
2372
2373         * wl-news.el.in (wl-news-send-news): Append to specified folder
2374         instead of wl-default-folder.
2375         (wl-news-append-to-folder): Show error message with specified folder.
2376
2377         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2378                 In most major modes, Emacs assumes that any opening
2379                 delimiter found at the left margin is the start of a
2380                 top-level definition, or defun. Therefore, *never put an
2381                 opening delimiter at the left margin unless it should have
2382                 that significance.*
2383
2384         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2385
2386 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2387
2388         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2389
2390 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2391
2392         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2393
2394 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2395
2396         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2397         for sequential numbering case.
2398
2399 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2400
2401         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2402         value.
2403         (wl-draft-reply-without-argument-list): Ditto.
2404         (wl-draft-reply-myself-with-argument-list): Abolish.
2405         (wl-draft-reply-myself-without-argument-list): Ditto.
2406         * wl-draft.el (wl-draft-self-reply-p): New function.
2407         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2408
2409 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2410
2411         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2412         (avoid error for the case without byte-compiling)
2413
2414 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2415
2416         * wl-news.el.in (wl-news-append-to-folder): New function.
2417         (wl-news-exit): Rewrite.
2418         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2419
2420 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2421
2422         * wl-draft.el (wl-draft-reply-position): New function.
2423         (wl-draft-reply-position): Fix.
2424         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2425         (wl-summary-target-mark-reply-with-citation): Ditto.
2426         (wl-summary-reply-with-citation): Ditto.
2427         * wl-vars.el (wl-draft-reply-default-position): New variable.
2428
2429 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2430
2431         * wl-draft.el (wl-draft-send): Preview when interactive send.
2432
2433 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2434
2435         * wl-draft.el (wl-draft-reply): Set default position.
2436         * wl-summary.el (wl-summary-reply): Ditto.
2437         (wl-summary-reply-with-citation): Ditto.
2438         (wl-summary-target-mark-reply-with-citation): Ditto.
2439
2440 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2441
2442         * wl-news.el.in (wl-news-lang): Set default value according to
2443         current-language-environment.
2444         (wl-news-append-news): Do nothing when news-list is nil.
2445
2446 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2447
2448         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2449         (wl-news): Change message.
2450         (wl-news-exit): Check buffer.
2451         (wl-news-force-exit): New function.
2452         (wl-news-show-all): New function.
2453         (wl-news-discard-and-exit): Fix.
2454
2455 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2456
2457         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2458         according to current-language-environment.
2459
2460         * wl-news.el.in (wl-news): If arg, show all NEWS after
2461         wl-news-default-previous-version.
2462
2463 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2464
2465         * wl-news.el.in (wl-news-check): Rewritten.
2466         (wl-news-previous-version-load): Change data type.
2467         (wl-news-previous-version-save): Change data type.
2468         (wl-news-append-news): Add return value.
2469         (wl-news-check-news): New function.
2470         (wl-news-already-current-p): New function.
2471         (wl-news-send-news): Rewritten.
2472         (wl-news-mode-map): Add new keybind.
2473         (wl-news): Rewritten.
2474         (wl-news-exit): Rewritten.
2475         (wl-news-discard-and-mail): New function.
2476         (wl-news-send-to-address): Abolished.
2477         * wl.el (wl-init): Delete a message.
2478
2479 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2480
2481         * wl-news.el.in (wl-news-exit): Update previous version.
2482         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2483
2484 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2485
2486         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2487
2488 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2489
2490         * wl-news.el.in (wl-news): New function.
2491         (wl-news-mode): New function.
2492         (wl-news-next-line): New function.
2493         (wl-news-next-page): New function.
2494         (wl-news-exit): New function.
2495         (wl-news-buf-name): New variable.
2496         (wl-news-mode-map): New variable.
2497         (wl-news-winconf): New variable.
2498         (wl-news-append-news): Add an option.
2499
2500 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2501
2502         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2503
2504 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2505
2506         * wl-news.el.in (wl-news-send-to-address): New variable.
2507         (wl-news-send-news): Use it.
2508         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2509         Return updating status.
2510         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2511
2512 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2513
2514         * wl-news.el.in (wl-news-send-news): Delete
2515         Organization and X-Face.
2516
2517 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2518
2519         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2520         (wl-news-append-news): New function.
2521         (wl-news-send-news): New function.
2522
2523 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2524
2525         * Version number is increased to 2.11.1.
2526
2527 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2528
2529         * wl-news.el.in : New file.
2530
2531 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2532
2533         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2534         default value.
2535         (wl-draft-reply-without-argument-list): Ditto.
2536
2537 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2538
2539         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2540         (wl-message-buffer-prefetch-idle-time): Ditto.
2541         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2542
2543 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2544
2545         * wl-thread.el (wl-thread-insert-message): Use
2546         wl-summary-max-thread-depth.
2547
2548         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2549         loop detection.
2550
2551         * wl-message.el (wl-message-buffer-display): Back to the first page
2552         when cache is hit.
2553
2554 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2555
2556         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2557
2558         * wl-summary.el (wl-summary-insert-thread-entity):
2559         If the thread depth is reached to wl-summary-max-thread-depth,
2560         divide the thread.
2561
2562 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2563
2564         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2565         for elmo-remove-passwd.
2566
2567 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2568
2569         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2570         folder is sticky.
2571         (wl-folder-mark-as-read-all-entity): Ditto.
2572         (wl-folder-prefetch-entity): Ditto.
2573
2574 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2575
2576         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2577
2578 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2579
2580         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2581         Delete messages on buffer for unplugged operation.
2582         (wl-summary-erase): Ditto.
2583
2584 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2585
2586         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2587         take nil so as not to search parent by subject.
2588
2589 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2590
2591         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2592         (wl-folder-get-next-folder): Ditto.
2593         (wl-folder-get-path): Ditto.
2594
2595 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2596
2597         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2598         system and encode the region with it before verifying.
2599
2600 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2601
2602         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2603         system of the echo buffer before decoding.
2604
2605 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2606
2607         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2608         original contents.
2609
2610 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2611
2612         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2613         with argument 'any-exists.
2614
2615 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2616
2617         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2618         Use `wl-cs-autoconv'.
2619
2620 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2621
2622         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2623         by `mime-view-automatic-conversion'.
2624
2625         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2626         (wl-message-verify-pgp-nonmime): Ditto.
2627         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2628         Bind them to C-c:d and C-c:v respectively.
2629
2630         Merge following code by Teranishi-san from [wl-en:00167].
2631         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2632         (wl-mime-preview-application/pgp-encrypted): Ditto.
2633         (wl-mime-setup): Add entry.
2634
2635 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2636
2637         * wl-summary.el (wl-summary-target-mark-erase): New function.
2638         Bind it to "mD".
2639
2640 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2641
2642         * wl-vars.el (wl-draft-write-file-function): Fix.
2643         (wl-draft-reedit-hook): Changed default value.
2644
2645         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2646         wl-draft-reedit-hook.
2647         (wl-draft-remove-text-plain-tag): New function.
2648         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2649
2650         * wl-vars.el (wl-draft-write-file-function): New user option.
2651
2652         * wl-draft.el (wl-draft-prepare-edit): Use it for
2653         local-write-file-hooks.
2654         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2655
2656         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2657         (wl-draft-insert-mail-header-separator): Return the body beginning
2658         point.
2659         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2660         text/plain.
2661         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2662
2663 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2664
2665         * wl-summary.el (wl-summary-erase): New function to erase message
2666         without moving it to trash. Bind to "D".
2667
2668         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2669         as `keep' unless switch-function.
2670
2671 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2672
2673         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2674         message buffer by using `wl-summary-toggle-disp-msg'.
2675         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2676         buffer window.
2677         (wl-summary-supresedes-message): Ditto.
2678
2679         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2680         Do not delete other windows.
2681         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2682         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2683         (wl-draft-create-buffer): Set reply-or-forward also for target
2684         mark commands.
2685
2686 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2687
2688         * wl-draft.el (wl-user-agent-compose): Delete special case for
2689         switch-to-buffer-other-window.
2690
2691         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2692         (wl-summary-forward): Ditto.
2693
2694         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2695         function.
2696         (wl-draft-buffer-style): New use option.
2697
2698         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2699         (wl-draft): Follow the change above.
2700         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2701         wl-draft-buffer-style.
2702         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2703         switch-function.
2704
2705 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2706
2707         * wl-draft.el (wl-user-agent-compose): Delete special case for
2708         switch-to-buffer-other-window.
2709
2710         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2711         (wl-summary-forward): Ditto.
2712
2713         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2714         function.
2715         (wl-draft-buffer-style): New use option.
2716
2717         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2718         (wl-draft): Follow the change above.
2719         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2720         wl-draft-buffer-style.
2721         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2722         switch-function.
2723
2724 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2725
2726         * wl-address.el (wl-address-make-completion-entry): Extracted from
2727         `wl-address-make-completion-list'.
2728         (wl-address-enable-strict-loading): New variable.
2729         (wl-address-make-completion-list): Revive petname duplication
2730         inquiry, and enable it if `wl-address-enable-strict-loading'.
2731         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2732
2733 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2734
2735         * wl-message.el (wl-message-get-original-buffer): Avoid
2736         'Selecting deleted buffer' error when original buffer is killed.
2737
2738 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2739
2740         * wl-summary.el (wl-summary-next-message): Use
2741         elmo-message-accessible-p instead of elmo-message-cached-p.
2742
2743 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2744
2745         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2746
2747         * wl-thread.el (wl-thread-open-all-unread): Use
2748         elmo-folder-list-flagged instead of
2749         elmo-folder-list-messages-mark-match.
2750
2751         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2752         instead of elmo-folder-list-messages-mark-match.
2753         (wl-summary-move-spec-alist): New variable.
2754         (wl-summary-move-spec-plugged-alist,
2755         wl-summary-move-spec-unplugged-alist): Abolish.
2756         (wl-summary-next-message): Follow the change above.
2757         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2758         with 'no-msg' argument.
2759
2760         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2761         variable.
2762         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2763         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2764         (wl-message-buffer-prefetch-get-next): Follow the change above.
2765
2766 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2767
2768         * wl-version.el (wl-version): Changed codename.
2769
2770         * Version number is increased to 2.11.0.
2771
2772 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2773
2774         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2775         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2776         `wl-draft-config-variables'.
2777         (wl-draft-kill): Fixed problem when the draft is reedit.
2778
2779 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2780
2781         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2782         buffer-modified status (Thanks to
2783         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2784
2785 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2786
2787         * wl-util.el (wl-region-exists-p): New function.
2788
2789         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2790         Remove defvars for byte-compile warnings.
2791
2792 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2793
2794         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2795         defvar-maybe. Removed unused bind.
2796
2797 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2798
2799         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2800         summary buffer window before creating new frame.
2801         (wl-draft-reply): Ditto.
2802
2803 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2804
2805         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2806
2807 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2808
2809         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2810
2811 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2812
2813         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2814         instead of `kill-region'.
2815
2816 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2817
2818         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2819         (wl-highlight-summary-line-string): Use it.
2820         (wl-highlight-summary-current-line): Ditto.
2821
2822         * wl-mime.el (wl-message-delete-current-part): Check the class of
2823         mime-entity.
2824
2825         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2826
2827         * wl-summary.el (wl-summary-make-number-list): Initialize.
2828         (wl-summary-update-mark): New function.
2829         (wl-summary-reply): Put `answered' mark on the message.
2830         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2831
2832         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2833         (wl-draft-reply): Added optional argument `number';
2834         Set wl-draft-parent-number.
2835         (wl-draft-kill): Delete answered mark if it is a reply.
2836
2837 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2838
2839         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2840         that originates in mime-preview-follow-current-entity.
2841         (wl-draft-yank-current-message-entity): Use it if region is active.
2842
2843         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2844         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2845         `wl-message-delete-current-part'.
2846         * wl-mule.el (wl-message-define-keymap): Ditto.
2847         * wl-xmas.el (wl-message-define-keymap): Ditto.
2848
2849 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2850
2851         * wl-mime.el (wl-message-delete-current-part): New function.
2852         (wl-mime-node-id-to-string): Ditto.
2853
2854         * wl-mime.el (wl-message-delete-current-part): Use existing
2855         original buffer which corresponds current mime-view buffer.
2856         (fetched buffer might have different structure, possibly)
2857
2858         * wl-mime.el (wl-message-delete-current-part): Quit if the
2859         message content differs from the actual message.
2860
2861 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2862
2863         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2864         order.
2865         (wl-summary-search-by-subject): Search parent message from tail;
2866         Check the existence of the parent message on the current thread tree.
2867         (wl-summary-update-thread): Check whether the line is inserted.
2868
2869 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2870
2871         * wl-vars.el (wl-summary-line-format): Undo last change.
2872         * wl-summary.el (wl-summary-print-destination): Do not put
2873         invisible property when `wl-summary-width' is nil.
2874         (wl-summary-line-subject-minimum-length): Abolished.
2875         (wl-summary-line-subject): Ditto.
2876
2877 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2878
2879         * wl-vars.el (wl-summary-line-format): Change default value.
2880         (wl-summary-subject-length-limit): Abolished.
2881         * wl-summary.el (wl-summary-line-subject): Ditto.
2882
2883 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2884
2885         * wl-template.el (wl-template-select): Added optional argument.
2886         If optional argument is specified, reverse
2887         `wl-template-visible-select'.
2888
2889 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2890
2891         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2892         Take prefix argument to force asking the destination folder.
2893
2894 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2895
2896         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2897         count and update status.
2898
2899 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2900
2901         * wl-summary.el (wl-summary-redisplay-internal): If
2902         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2903         after fetching.
2904
2905 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2906
2907         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2908         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2909
2910         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2911
2912 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2913
2914         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2915         (All other related portions are changed).
2916         (wl-summary-mark-as-read-all): Rewrite.
2917
2918 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2919
2920         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2921         `wl-summary-mark-as-read'.
2922         (wl-summary-mark-as-unread): Rewrite.
2923         (wl-summary-mark-as-read): Added no-modeline argument.
2924         (wl-summary-resume-cache-status): Rewrite.
2925         (wl-summary-exec-subr): Remove unused local variable.
2926
2927 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2928
2929         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2930         logic to call `wl-summary-buffer-prev-folder-function'.
2931         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2932
2933 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2934
2935         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2936         is nil.
2937
2938 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2939
2940         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2941         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2942         (wl-mime-setup): Add its entry.
2943
2944 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2945
2946         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2947         (wl-summary-delete-cache): Likewise.
2948         (wl-summary-mark-as-read): Rewrite.
2949
2950 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2951
2952         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2953         `wl-summary-count-unread'.
2954
2955         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2956
2957         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2958
2959 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2960
2961         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2962         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2963         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2964         Renamed to the elmo-msgdb-*-mark.
2965         (wl-summary-score-marks): Follow the change above.
2966         (wl-summary-auto-refile-skip-marks): Ditto.
2967         (wl-summary-incorporate-marks): Ditto.
2968         (wl-summary-expire-reserve-marks): Ditto.
2969
2970         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2971         changes.
2972         (wl-thread-insert-top): Changed updating message.
2973
2974         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2975         variable.
2976         (wl-summary-count-unread): Count answered marks.
2977         (wl-summary-rescan): Call wl-summary-insert-message instead of
2978         wl-summary-append-message-func-internal.
2979         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2980         (wl-summary-prefetch-msg): Follow the variable name changes.
2981         (wl-summary-prefetch-region): Ditto.
2982         (wl-summary-mark-as-read-all): Follow the API changes;
2983         Don't call elmo-folder-replace-marks.
2984         (wl-summary-delete-cache): Follow the variable name changes.
2985         (wl-summary-resume-cache-status): Ditto.
2986         (wl-summary-update-status-marks): New function.
2987         (wl-summary-insert-message): New function.
2988         (wl-summary-sync-marks): Follow the variable name changes.
2989         (wl-summary-sync-update): Synchronize to the msgdb, too;
2990         Changed update messages.
2991         (wl-summary-make-number-list): Rewrite.
2992         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2993         (wl-summary-mark-as-unread): Follow the API changes.
2994         (wl-summary-exec-subr): Follow the variable name changes.
2995         (wl-summary-mark-as-read): Ditto.
2996         (wl-summary-move-spec-plugged-alist): Ditto.
2997         (wl-summary-move-spec-unplugged-alist): Ditto.
2998         (wl-summary-cursor-move-surface): Ditto.
2999
3000         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3001         variable name changes.
3002         (wl-highlight-summary-current-line): Ditto.
3003
3004         * wl-expire.el (wl-expire-refile): Follow the API change in
3005         elmo-folder-move-messages.
3006         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3007         (wl-summary-archive): Use elmo-folder-msgdb instead of
3008         elmo-msgdb-load.
3009
3010 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3011
3012         * wl-mime.el (wl-draft-preview-message): Restore the position
3013         before evaluating wl-draft-send-hook in preview buffer.
3014
3015 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3016
3017         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3018         when it creates new draft buffer.
3019
3020         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3021         without argument.
3022
3023         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3024         Evaluate content and if the value is string, insert it.
3025         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3026         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3027         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3028         wl-draft-config-sub-part-bottom): Use it.
3029
3030         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3031         with the folder name. The question was unintelligible when it is
3032         called from wl-save-status.
3033
3034 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3035
3036         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3037         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3038         cannot take second argument).
3039
3040 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3041
3042         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3043         as t. Since type and subtype are not case sensitive (RFC 2045).
3044
3045 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3046
3047         * wl-vars.el (wl-message-mode-line-format): New variable.
3048         (wl-message-mode-line-format-spec-alist): Ditto.
3049         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3050         (wl-message-redisplay): Use wl-message-mode-line-format.
3051
3052 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3053
3054         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3055
3056 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3057
3058         * wl-summary.el (wl-summary-default-from): Write description.
3059
3060 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3061
3062         * wl-vars.el (wl-ldap-objectclass): Abolish.
3063
3064         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3065         (wl-ldap-make-filter): Removed condition for objectclass.
3066         (wl-ldap-make-matched-value-list): Remove meaningless process.
3067         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3068         (wl-address-ldap-search): Don't add `*' to `pat' string;
3069         use ignore-errors; added `email';
3070         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3071         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3072         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3073
3074
3075 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3076
3077         * wl-draft.el (wl-draft-parent-folder): Write description.
3078         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3079
3080 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3081
3082         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3083         as "" (zero-length string) if no parent.
3084         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3085
3086 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3087
3088         * wl-address.el (wl-address-make-completion-list): Skip duplication
3089         checking.
3090         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3091         `append'.
3092
3093 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3094
3095         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3096         instead of `beginning-of-buffer'.
3097
3098 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3101
3102 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3103
3104         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3105         Refer wl-message-buffer-name.
3106         (wl-message-wheel-down): Ditto.
3107
3108 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3109
3110         * wl-vars.el (wl-message-buffer-name): New user option.
3111
3112         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3113         directly instead of making alist dinamically.
3114
3115         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3116         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3117         wl-message-buffer-cache-name.
3118         (wl-message-buffer-cache-clean-up): Ditto.
3119
3120         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3121
3122         * Version number is increased to 2.9.15.
3123
3124 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3125
3126         * wl-vars.el (wl-summary-default-view-alist): New user option.
3127
3128         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3129
3130         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3131         while deleting address.
3132         (wl-draft-delete-myself-from-cc): Ditto.
3133
3134         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3135         If optional argument is specified, reverse sort order.
3136
3137         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3138
3139 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3140
3141         * wl-thread.el (wl-thread-insert-message): Return parent number if
3142         exists.
3143         (wl-thread-update-indent-string-region): Use
3144         wl-thread-update-line-on-buffer-sub instead of
3145         wl-thread-update-line-on-buffer.
3146
3147 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3148
3149         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3150         (wl-folder-close-all): Ditto.
3151
3152 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3153
3154         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3155         and mailing-list:.
3156         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3157         value.
3158         (wl-summary-line-list-info): Print mailing-list name even when 
3159         list-number is empty.
3160
3161 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3162
3163         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3164
3165         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3166         (wl-draft-open-file): Ditto.
3167         (wl-draft-random-alphabet): Ditto.
3168
3169         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3170         bindings.
3171
3172 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3173
3174         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3175         * wl-vars.el (wl-draft-config-alist): Ditto.
3176
3177 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3178
3179         * Version number is increased to 2.9.14.
3180
3181         * wl.el (wl): Don't set wl-init as nil when error occured while
3182         auto-checking folders.
3183
3184         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3185         `elmo-expand-newtext'.
3186
3187 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3188
3189         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3190         `this-command' so that `wl-folder-goto-folder' contained in
3191         `wl-summary-keep-cursor-command' work.
3192
3193 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3194
3195         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3196         message buffer displaying state.
3197
3198 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3199
3200         * wl-vars.el (wl-summary-default-view): New variable to specify
3201         default value for `wl-summary-buffer-view' instead of using
3202         set-default.
3203         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3204
3205 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3206
3207         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3208
3209         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3210
3211 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3212
3213         * wl-vars.el (wl-forward-subject-prefix): New variable.
3214         * wl-draft.el (wl-draft-forward): Use it.
3215
3216 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3217
3218         * wl-message.el (wl-message-prev-page): When it is called without
3219         lines argument, scroll down by wl-message-scroll-amount lines.
3220         (wl-message-next-page): Ditto.
3221         * wl-vars.el (wl-message-scroll-amount): Change default value
3222         to preserve current behavior.
3223
3224 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3225
3226         * wl-summary.el (wl-summary-prefetch-msg): Bind
3227         `wl-message-entity' to call `wl-summary-from-function'.
3228
3229 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3230
3231         * wl-message.el (wl-message-buffer-create): Run
3232         wl-message-buffer-created-hook.
3233
3234 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3235
3236         * wl-summary.el (wl-summary-sort-specs): New variable.
3237         (wl-summary-default-sort-spec): Ditto.
3238         (wl-summary-sort): Rewrite.
3239         (wl-summary-sort-by-list-info): New function.
3240
3241 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3242
3243         * wl-summary.el (wl-summary-get-list-info): New function.
3244         (wl-summary-sort): Rewrite.
3245         (wl-summary-line-list-info): Ditto.
3246         (wl-summary-line-list-count): Ditto.
3247         (wl-summary-refile-region): Fixed docstring.
3248
3249 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3250
3251         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3252         `wl-folder-entity-hashtb' as completion table.
3253
3254 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3257         only when this command is called interactively; silence the byte-
3258         compiler.
3259
3260 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3261
3262         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3263         active in XEmacs.
3264
3265 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3266
3267         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3268         plural lines.
3269
3270 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3271
3272         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3273         of current line when the cursor is on the header name.
3274         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3275
3276 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3277
3278         * wl-util.el (wl-read-directory-name): Return displayed directory
3279         as the default value also on XEmacs.
3280
3281 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3282
3283         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3284         formatting.
3285
3286 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3289         argument and when it is non-nil, check face property before
3290         highlighting for each line.
3291         (wl-highlight-summary-window): Set it.
3292
3293 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3294
3295         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3296         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3297
3298         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3299         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3300         (wl-draft-get-fcc-list): Likewise.
3301
3302 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3303
3304         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3305         (wl-thread-entity-cur): Ditto.
3306         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3307         wl-thread-indent-regexp setting.
3308         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3309
3310         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3311         wl-summary-lazy-highlight.
3312         (wl-summary-display-bottom): Ditto.
3313
3314         * wl-thread.el (wl-thread-open-close): Likewise.
3315
3316         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3317         from and subject;
3318         Bind wl-draft-use-frame;
3319         Enclose with save-window-excursion;
3320         Use wl-draft-create-buffer instead of with-temp-buffer;
3321         Use wl-draft-prepare-edit;
3322         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3323         Use wl-draft-send instead of wl-draft-raw-send.
3324
3325 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3326
3327         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3328         of using wl-from.
3329
3330 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3331
3332         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3333         insert-buffer instead of clone-buffer.
3334         (wl-draft-doing-mime-bcc): New variable.
3335         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3336         infinite loop.
3337         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3338
3339         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3340         (wl-draft-mime-bcc-body): Ditto.
3341
3342         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3343         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3344         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3345         wl-draft-do-mime-bcc.
3346         (wl-draft-mime-bcc-field): New function.
3347         (wl-draft-do-mime-bcc): Ditto.
3348
3349         * wl-address.el (wl-address-complete-header-list): New variable.
3350         (wl-address-complete-header-regexp): Changed default value.
3351
3352         * Version number is increased to 2.9.13.
3353
3354 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3355
3356         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3357         it is differed.
3358
3359 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3360
3361         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3362         (wl-summary-line-list-count): Ditto.
3363
3364 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3365
3366         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3367         (wl-nntp-posting-function): New variable.
3368         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3369         `wl-nntp-posting-config-alist'.
3370
3371 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3372
3373         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3374         FLIM.
3375
3376 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3377
3378         * wl-summary.el (wl-summary-target-mark-refile-sub):
3379         Remove a nuisance funcall.
3380
3381 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3382
3383         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3384         as t for `try-completion'.
3385
3386 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3387
3388         * wl-summary.el (wl-summary-default-from): Use
3389         wl-address-header-extract-address instead of
3390         std11-extract-address-components.
3391         (wl-summary-simple-from): Ditto.
3392         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3393         (wl-summary-insert-headers): Show message.
3394         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3395         for whole line.
3396         (wl-summary-default-from): Revert last change.
3397         (wl-summary-simple-from): Ditto.
3398         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3399         (wl-summary-mark-as-read-region): Follow the change above.
3400         (wl-summary-sync-marks): Ditto.
3401         (wl-summary-target-mark-mark-as-read): Ditto.
3402         (wl-summary-redisplay-internal): Ditto.
3403         (wl-summary-redisplay-no-mime-internal): Ditto.
3404         (wl-summary-redisplay-all-header): Ditto.
3405         (wl-summary-mark-as-read): Removed argument `cached';
3406         Use current cache status to set cache mark.
3407         (wl-summary-redisplay-internal): Follow the change above.
3408         (wl-summary-redisplay-no-mime-internal): Ditto.
3409         (wl-summary-redisplay-all-header): Ditto.
3410
3411         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3412
3413         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3414         Don't call itself recursively (Adviced by Yamaoka-san).
3415
3416 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3417
3418         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3419         bind wl-summary-highlight as nil to avoid error caused by missing
3420         local variables.
3421
3422 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3423
3424         * wl-vars.el (wl-invalid-character-message): New user option.
3425
3426         * wl-util.el (wl-set-string-width): If truncated string-width is
3427         larger than specified width, use `wl-invalid-character-message'.
3428
3429 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3430
3431         * wl-summary.el (wl-summary-prefetch-msg): 
3432         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3433
3434 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3435
3436         * wl-vars.el (wl-summary-check-line-format): New user option.
3437         (wl-summary-line-format-file): Ditto.
3438
3439         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3440         variable.
3441         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3442         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3443         and `wl-summary-view-old-p' to check whether do a rescan or not.
3444         (wl-summary-view-old-p): New function.
3445         (wl-summary-line-format-changed-p): Ditto.
3446         (wl-summary-line-format-save): Ditto.
3447         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3448
3449         * wl-util.el (wl-set-string-width): Avoid using negative number
3450         for make-string.
3451
3452 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3453
3454         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3455         return value.
3456
3457         * wl-util.el (wl-set-string-width): Added optional argument
3458         `padding' (All other related portions are changed).
3459         (wl-line-parse-format): If the first letter of column number is
3460         `0', zero-padding the result (ex: "%05l").
3461
3462         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3463
3464 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3465
3466         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3467         sequential summary view.
3468
3469 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3472         if it doesn't have a -unix version.
3473
3474 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3475
3476         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3477
3478 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3479
3480         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3481         content.
3482         (wl-draft): Follow the change above.
3483
3484         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3485
3486         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3487         and wl-folder-summary-line-format-alist contain %T and %P.
3488
3489         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3490         (wl-summary-mode-line-format): New user option.
3491         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3492         (wl-summary-line-format): Changed default value.
3493         (wl-summary-lazy-highlight): Changed default value.
3494
3495         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3496         change in wl-summary-create-line.
3497         (wl-thread-insert-entity-sub): Ditto.
3498
3499         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3500         (wl-summary-buffer-unread-status): Ditto.
3501         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3502         (wl-summary-buffer-persistent-mark-column): Ditto.
3503         (wl-summary-buffer-mode-line-formatter): Ditto.
3504         (wl-summary-buffer-mode-line): Ditto.
3505         (wl-summary-message-regexp): Abolished.
3506         (All other related portions are changed.)
3507         (wl-summary-detect-mark-position): New function.
3508         (wl-summary-buffer-set-folder): Setup
3509         wl-summary-buffer-mode-line-formatter.
3510         (wl-summary-mode): Setup selective-display;
3511         Setup pre-idle-hook when xemacs.
3512         (wl-summary-update-modeline): Rewrite.
3513         (wl-summary-jump-to-msg): Define as function;
3514         Changed regexp for searching messages.
3515         (wl-summary-message-number): Rewrite.
3516         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3517         Do rescan when old type summary cache.
3518         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3519         (wl-summary-remove-destination): Use '\r' to detect EOL.
3520         (wl-summary-print-destination): Ditto.
3521         (wl-summary-temp-mark): New inline function.
3522         (wl-summary-persistent-mark): Ditto.
3523         (wl-summary-line-number): New function.
3524         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3525         (wl-summary-line-list-count): New function.
3526         (wl-summary-create-line): Added argument persistent-mark.
3527         (All other related portions are changed)
3528         (wl-summary-create-line): Insert '\r'.
3529         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3530         (wl-summary-cursor-move-surface): New inline function.
3531         (wl-summary-prev): Use it.
3532         (wl-summary-next): Ditto.
3533
3534         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3535         wl-summary-message-regexp.
3536         (wl-highlight-summary): Delete progress message.
3537         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3538
3539         * Version number is increased to 2.9.12.
3540
3541 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3542
3543         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3544         variable (nil: no minimum).
3545         (wl-summary-line-subject): Add some spaces after subject by
3546         wl-summary-line-subject-minimum-length.
3547
3548 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3549
3550         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3551         and removed `F'.
3552         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3553         change above).
3554
3555 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3556
3557         * wl-summary.el (wl-summary-line-list-count): Reverted.
3558         (example setting in samples/*/dot.wl is also updated)
3559
3560 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3561
3562         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3563
3564         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3565
3566         * wl-vars.el (wl-summary-line-format): Addes some description to the
3567         docstring.
3568
3569         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3570         (wl-summary-line-close-bracket): Ditto.
3571         (wl-summary-line-children-number): Ditto.
3572         (wl-summary-line-thread-indent): Ditto.
3573         (wl-summary-line-children-and-from): Ditto.
3574
3575         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3576         't', 'c', 'F' and added 'C'.
3577
3578         * wl-util.el (wl-set-string-width): Accept negative value.
3579         (wl-line-parse-format): Added "%number(" and "%)".
3580
3581 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3582
3583         * wl-summary.el (wl-summary-line-list-count): Change format of the
3584         return value.
3585
3586 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3587
3588         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3589         from the recent message.el.
3590         (wl-draft-point-in-header-p): Ditto.
3591         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3592         wl-draft-beginning-of-line.
3593         * wl-e21.el (wl-draft-mode-map): Ditto.
3594         * wl-xmas.el (wl-draft-mode-map): Ditto.
3595
3596         * wl-folder.el: Sort macrodefs by dependencies.
3597
3598 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3599
3600         * wl-summary.el (wl-summary-prev): Fixed regexp.
3601         (wl-summary-next): Ditto.
3602
3603 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3604
3605         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3606
3607 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3608
3609         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3610         for backward compatibility.
3611
3612 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3613
3614         * wl-summary.el (wl-summary-line-list-count): New function, merged
3615         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3616         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3617         list counts.
3618
3619 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3620
3621         * wl-summary.el (wl-summary-create-line): Ignore errors while
3622         timezone-fix-time.
3623
3624         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3625
3626         * wl-summary.el (wl-summary-sync-update): Ditto.
3627         (wl-summary-default-from): Use wl-message-entity
3628         instead of entity.
3629
3630         * wl-summary.el (wl-summary-create-line): Fix.
3631
3632         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3633         (wl-summary-line-format): New user option.
3634         (wl-folder-summary-line-format-alist): Ditto.
3635         (wl-summary-from-width): Abolished.
3636
3637         * wl-util.el (toplevel): Require 'bytecomp.
3638         (wl-line-parse-format): New function.
3639         (wl-line-formatter-setup): New macro.
3640
3641         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3642         (wl-summary-buffer-line-formatter): New buffer local variable.
3643         (wl-summary-switch-to-clone-buffer): Follow the change above.
3644         (wl-summary-message-regexp): Fix.
3645         (wl-summary-from-func-internal): Abolished.
3646         (wl-summary-subject-func-internal): Ditto.
3647         (wl-summary-subject-filter-func-internal): Ditto.
3648         (All other related portions are changed.)
3649         (wl-summary-buffer-set-folder):
3650         Set up wl-summary-buffer-number-column and 
3651         wl-summary-buffer-line-formatter
3652         (All other related portions are changed.)
3653         (wl-summary-buffer-number-column-detect): Abolished.
3654         (All other related portions are changed.)
3655         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3656         (wl-summary-delete-all-temp-marks-on-buffer): Use
3657         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3658         (wl-summary-target-mark-delete): Ditto.
3659         (wl-summary-target-mark-refile-subr): Ditto.
3660         (wl-summary-target-mark-mark-as-read): Ditto.
3661         (wl-summary-target-mark-mark-as-unread): Ditto.
3662         (wl-summary-target-mark-mark-as-important): Ditto.
3663         (wl-summary-target-mark-save): Ditto.
3664         (wl-summary-replace-status-marks): Renamed from
3665         wl-summary-set-status-marks-on-buffer;
3666         Use wl-summary-message-regexp instead of
3667         wl-summary-buffer-number-regexp.
3668         (wl-summary-sync-update): Follow the change above.
3669         (wl-summary-goto-previous-message-beginning): New function.
3670         (wl-summary-mark-as-unread): Use it.
3671         (wl-summary-mark-as-important): Ditto.
3672         (wl-summary-line-formatter): New variable.
3673         (wl-summary-line-year): New function.
3674         (wl-summary-line-day): Ditto.
3675         (wl-summary-line-day-of-week): Ditto.
3676         (wl-summary-line-hour): Ditto.
3677         (wl-summary-line-minute): Ditto.
3678         (wl-summary-line-open-bracket): Ditto.
3679         (wl-summary-line-close-bracket): Ditto.
3680         (wl-summary-line-children-number): Ditto.
3681         (wl-summary-line-thread-indent): Ditto.
3682         (wl-summary-line-size): Ditto.
3683         (wl-summary-line-subject): Ditto.
3684         (wl-summary-line-from): Ditto.
3685         (wl-summary-line-children-and-from): Ditto.
3686         (wl-summary-create-line): Rewritten.
3687         (wl-summary-format-date): Abolished.
3688
3689         * wl-highlight.el (wl-highlight-summary-current-line): Use
3690         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3691         Use thread structure to detect thread top message.
3692
3693         * wl-draft.el (wl-default-draft-cite): Don't use
3694         wl-summary-from-func-internal.
3695
3696         * wl-refile.el (wl-refile-subject-learn): Don't use
3697         wl-summary-subject-filter-func-internal.
3698         (wl-refile-guess-by-subject): Ditto.
3699
3700         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3701         parameters.
3702
3703         * wl-thread.el (wl-thread-update-indent-string-region):
3704         Use wl-thread-update-line-on-buffer instead of
3705         wl-thread-update-indent-string.
3706         (wl-thread-update-children-number): Redefine using
3707         wl-thread-update-line-on-buffer.
3708         (wl-thread-update-indent-string): Abolished.
3709
3710         * Version number is increased to 2.9.11.
3711
3712 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3713
3714         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3715         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3716         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3717
3718         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3719         as nil.
3720
3721         * wl-thread.el (wl-thread-open-all-unread): Use 
3722         elmo-folder-list-messages-mark-match.
3723         (wl-thread-insert-message): Removed argument `mark-alist'.
3724         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3725         elmo-msgdb-set-mark.
3726         (wl-thread-get-children-msgs-uncached): Likewise.
3727         (wl-thread-get-exist-children): Added argument include-self.
3728         (wl-thread-delete-message): Follow the change above.
3729
3730         * wl-summary.el (wl-summary-count-unread): Removed argument.
3731         (wl-summary-rescan): Follow the change above.
3732         (wl-summary-mark-as-read-region): Ditto
3733         (wl-summary-mark-as-unread-region): Ditto.
3734         (wl-summary-delete-messages-on-buffer): Ditto.
3735         (wl-summary-sync-update): Ditto.
3736         (wl-summary-switch-to-clone-buffer): Ditto.
3737         (wl-summary-goto-folder-subr): Ditto.
3738         (wl-summary-target-mark-mark-as-read): Ditto.
3739         (wl-summary-target-mark-mark-as-unread): Ditto.
3740         (wl-summary-target-mark-mark-as-important): Ditto.
3741         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3742         (wl-summary-update-thread): Removed argument `mark-alist'.
3743         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3744         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3745         (wl-summary-resume-cache-status): Likewise.
3746         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3747         elmo-msgdb-set-mark.
3748         (wl-summary-mark-as-read-all): Likewise.
3749         (wl-summary-delete-cache): Ditto.
3750         (wl-summary-auto-select-msg-p): Ditto.
3751         (wl-summary-mark-as-unread): Ditto.
3752         (wl-summary-no-auto-refile-message-p): Ditto.
3753         (wl-summary-mark-as-read): Ditto.
3754         (wl-summary-mark-as-important): Ditto.
3755         (wl-summary-auto-refile): Follow the change above.
3756         (wl-summary-delete-all-marks): Removed.
3757         (wl-summary-resume-marks-and-highlight): Ditto.
3758         (wl-summary-resume-marks): Ditto.
3759         (wl-summary-delete-important-msgs-from-list): Ditto.
3760         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3761
3762         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3763         wl-summary-count-unread.
3764
3765         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3766         (wl-summary-score-update-all-lines): Use
3767         elmo-msgdb-set-mark.
3768
3769 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3770
3771         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3772         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3773         (wl-summary-create-line): Renamed from
3774         wl-summary-overview-create-summary-line;
3775         Argument rearrangement.
3776         (wl-summary-update-thread): Follow the change above.
3777
3778         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3779         (wl-thread-insert-entity-sub): Likewise.
3780
3781         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3782         argument `overview', `mark-alist' and added `msgdb'.
3783
3784         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3785
3786         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3787         (wl-summary-rescan): Follow the change above.
3788         (wl-summary-sync-update): Ditto.
3789         (wl-summary-insert-thread-entity): Ditto;
3790         Don't use `let*' in every while loop;
3791         Detect infinite loop of threads.
3792         (wl-summary-update-thread): Removed argument `overview'.
3793
3794         * wl-thread.el (wl-thread-insert-message): Ditto.
3795
3796         * Version number is increased to 2.9.10.
3797
3798         * wl-message.el (wl-message-redisplay): Ignore errors while
3799         wl-message-redisplay-hook.
3800
3801 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3802
3803         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3804
3805 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3806
3807         * wl.el (wl): inhibit-quit while wl-folder.
3808
3809 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3810
3811         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3812         while msgdb access.
3813
3814 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3815
3816         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3817         even if no folder is not created.
3818
3819 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3820
3821         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3822
3823         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3824         implementation.
3825         (wl-summary-target-mark-thread): Ditto.
3826
3827         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3828
3829 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3830
3831         * wl-util.el (wl-display-bytes): Remove unused function.
3832
3833 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3834
3835         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3836         seems critical one (partially reverse the change in 2002/03/17).
3837
3838 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3839
3840         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3841         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3842
3843 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3844
3845         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3846         is not writable.
3847         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3848         plugged status instead of `'force' as 2nd argument.
3849
3850         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3851         is not creatable.
3852
3853         * Version number is increased to 2.9.9.
3854
3855 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3856
3857         * wl-summary.el (wl-summary-suspend): New function.
3858
3859 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3860
3861         * wl.el (wl): Do not check variables if check is nil.
3862         * wl-utils.el (wl-collect-draft): New function.
3863         * wl-folder.el (wl-folder-suspend): Put summary buffers
3864         and draft buffers at the end of buffer list.
3865         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3866
3867 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3868
3869         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3870         loop instead of recursive call.
3871
3872         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3873         2nd argument.
3874
3875 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3876
3877         * wl-draft.el (wl-draft-create-contents): Don't take neither
3878         (function . args) nor (string . something) any more.
3879
3880         * wl-version.el (wl-generate-user-agent-string): Return string
3881         without header symbol.
3882         * wl-draft.el (wl-draft-default-headers): Use it.
3883
3884         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3885         `wl-draft-insert-ccs' and return field value instead of inserting
3886         the header. Abolish cc argument.
3887         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3888
3889         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3890         rather than one with string car.
3891
3892         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3893         * wl-draft.el (wl-draft-create-contents): Add it after the default
3894         headers.
3895
3896         * wl-draft.el (wl-draft-create-contents): For the case of
3897         (symbol-or-string . function) insert header only when the function
3898         returns string value.
3899
3900 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3901
3902         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3903         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3904
3905 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3906
3907         * wl.el (wl-check-environment): Don't check Message-ID when
3908         `wl-insert-message-id' is nil.
3909         Revive checking if `wl-message-id-domain' contains "@".
3910
3911 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3912
3913         * wl.el (wl-check-environment): Merge examination for "@" at
3914         inappropriate position into the first string-match.
3915
3916         * wl-summary.el (wl-summary-target-mark-print): New function.
3917         (wl-summary-pipe-message-subr): Extracted from
3918         `wl-summary-pipe-message'.
3919         (wl-summary-target-mark-pipe): New function.
3920         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3921         `wl-summary-target-mark-pipe'.
3922
3923 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3924
3925         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3926
3927 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3928
3929         * wl.el (wl-check-environment): Use elmo-warning instead of
3930         error for non-critical ones.
3931         Remove trash folder check.
3932         (wl): Don't ignore error in wl-check-environment.
3933
3934         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3935         check, which is moved from `wl-check-environment'.
3936         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3937
3938 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3939
3940         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3941         guess anything, call wl-summary-write.
3942         (wl-summary-write): Create draft with blank To field.
3943         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3944
3945 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3946
3947         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3948         argument full as well for wl-folder-write-current-folder.
3949         If wl-*-write-current-folder cannot guess addressee, add blank
3950         To header.
3951         Rewrite condition for positioning cursor.
3952
3953 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3954
3955         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3956         summary buffer is present, use it.
3957         (wl-folder-jump-to-previous-summary): Ditto.
3958
3959 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3960
3961         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3962
3963         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3964         wl-summary-previous-buffer and wl-summary-next-buffer.
3965
3966         * wl-folder.el (wl-folder-mode-map): Bind
3967         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3968         (wl-folder-jump-to-next-summary): New function.
3969         (wl-folder-jump-to-previous-summary): Ditto.
3970
3971         * wl-draft.el (wl-draft): Rearranged.
3972
3973 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3974
3975         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3976         of header.
3977         (wl-draft): Collect arguments for the header as header-alist.
3978         (wl-draft-forward): Arrange arguments for wl-draft.
3979         (wl-draft-reply): Ditto.
3980         (wl-draft-edit-string): Ditto.
3981         * wl-summary.el (wl-summary-write): Ditto.
3982         (wl-summary-write-current-folder): Ditto.
3983
3984         * Version number is increased to 2.9.8.
3985
3986 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3987
3988         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3989
3990         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3991
3992         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3993         even if the guess failed.
3994
3995         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3996         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3997         wl-summary-write-current-folder.
3998         * wl-xmas.el: Ditto.
3999
4000 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4001
4002         * wl-summary.el (wl-summary-next-page): Force display message if
4003         message is not displayed yet.
4004         (wl-summary-prev-page): Ditto.
4005
4006 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4007
4008         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4009
4010 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4011
4012         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4013         add "Preview Message" and "Save Draft and Exit".
4014
4015 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4016
4017         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4018         if addrmgr is called from draft in splitted window.
4019
4020         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4021         * wl-mule.el: Ditto.
4022         * wl-xmas.el: Ditto.
4023
4024 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4025
4026         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4027
4028         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4029         * wl-xmas.el (wl-folder-toolbar): Ditto.
4030
4031 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4032
4033         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4034         and wl-draft-save-and-exit.
4035         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4036         * wl-xmas.el: Ditto.
4037         * wl-mule.el: Ditto.
4038
4039         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4040         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4041
4042 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4043
4044         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4045         lists for saving buffer.
4046
4047 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4048
4049         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4050         parent-folder argument instead of it.
4051         (wl-draft-create-buffer): Ditto.
4052         (wl-draft-forward): Ditto.
4053         (wl-draft-reply): Ditto.
4054         * wl-summary.el (wl-summary-write): Ditto.
4055         (wl-summary-write-current-folder): Ditto.
4056
4057         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4058         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4059         Folder buffer after composing.
4060
4061 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4064         header if the file `wl-x-face-file' already contains it.
4065
4066 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4067
4068         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4069         folder" entry.
4070         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4071         * wl-e21.el (wl-folder-toolbar): Ditto.
4072         * wl-xmas.el (wl-folder-toolbar): Ditto.
4073
4074 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4075
4076         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4077         wl-folder-goto-folder with sticky argument.
4078         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4079
4080 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4081
4082         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4083         and wl-summary-previous-buffer.
4084         (wl-summary-next-buffer): New function.
4085         (wl-summary-previous-buffer): Ditto.
4086
4087 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4088
4089         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4090         wl-folder-jump-to-current-entity-with-arg.
4091         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4092         `wl-folder-jump-to-current-entity'.
4093         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4094         `wl-summary-goto-folder-sticky'.
4095         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4096         `wl-summary-goto-folder'.
4097         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4098         Unless force-exit, do not clean temp. marks for sticky summary.
4099         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4100
4101 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4102
4103         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4104         not entire.
4105
4106 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4107
4108         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4109         to `C-x C-s'.
4110         (wl-summary-save-status): New command.
4111         (wl-summary-exit): Don't clean-up temp marks when sticky.
4112         (Applied patch from Nakayama-san [wl: 09548])
4113         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4114         Do nothing when no mark data.
4115         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4116         Call `wl-summary-delete-all-temp-marks' before saving.
4117
4118 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4119
4120         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4121
4122 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4123
4124         * wl.el (wl-check-environment): Also cause error when (system-name)
4125         returns "localhost.localdomain". (Although it doesn't affect because
4126         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4127
4128 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4129
4130         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4131         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4132
4133         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4134         value.
4135
4136 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4137
4138         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4139         Likewise r-cc-list and r-ng-list.
4140
4141 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4142
4143         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4144         only if it is bound as variable.
4145
4146         * wl-mime.el (wl-draft-preview-message): Ditto.
4147
4148 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4149
4150         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4151         needless `goto-char'.
4152
4153         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4154         `wl-summary-redisplay-no-mime-internal' instead of
4155         `wl-summary-redisplay-no-mime'.
4156         (wl-summary-redisplay-no-mime): Changed argument;
4157         Call `wl-summary-redisplay-no-mime-internal'.
4158
4159         * wl-mime.el (wl-draft-preview-message): Bind
4160         `mime-header-encode-method-alist' locally.
4161
4162         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4163         (wl-draft-std11-parse-addresses): Added the first address check.
4164         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4165
4166         * Version number is increased to 2.9.7.
4167
4168 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4169
4170         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4171
4172 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4173
4174         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4175         related to scrollbar support, if there is no such a feature
4176         compiled in.
4177
4178 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4179
4180         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4181         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4182         for prefetch.
4183
4184 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4185
4186         * wl-summary.el (wl-summary-pick): Fix for no match.
4187
4188 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4189
4190         * wl-draft.el (wl-draft-save):
4191         Override `mime-header-encode-method-alist'.
4192
4193 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4194
4195         * wl-folder.el (wl-folder-pick): New function.
4196         Define key as "?".
4197
4198 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4199
4200         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4201         Fix for unplugged.
4202
4203 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4204
4205         * wl-folder.el (wl-folder-virtual): New function.
4206         Define key as "V".
4207
4208 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4209
4210         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4211         multi folder if entity is group.
4212
4213 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4214
4215         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4216         is nil.
4217
4218 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4219
4220         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4221         (wl-summary-target-mark-msgs): Return the number of marked messages.
4222
4223 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4224
4225         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4226         "first:" is specified.
4227
4228 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4229
4230         * wl-vars.el (wl-from): Use return value of function
4231         user-full-name instead of the variable user-full-name since
4232         XEmacs-20.4 doesn't set this variable.
4233
4234 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4235
4236         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4237         call `wl' directly.
4238
4239 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4240
4241         * wl-draft.el (wl-draft-reedit): Removed duplicated
4242         switch-to-buffers.
4243
4244 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * wl.el (wl-other-frame): Removed garbages.
4247
4248 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4249
4250         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4251
4252         * wl-xmas.el (wl-draft-key-setup): Ditto.
4253
4254         * wl-mule.el (wl-draft-key-setup): Ditto.
4255
4256         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4257         (wl-draft-reedit): Ditto.
4258         (wl-draft-prepare-edit): Add `wl-draft-save' to
4259         `local-write-file-hooks'.
4260         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4261         (wl-draft-reedit): Set buffer-file-name.
4262         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4263
4264
4265         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4266         call it.
4267         (wl-delete-startup-frame-function): New variable.
4268         (wl-other-frame): New function
4269         (Original was written by Yamaoka san [wl: 09239]).
4270
4271         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4272         if `wl-folder-use-frame'.
4273
4274 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4275
4276         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4277
4278 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4279
4280         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4281         New variable.
4282         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4283         (wl-message-buffer-prefetch-get-next): Use them.
4284         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4285
4286 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4287
4288         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4289         with unwind-protect.
4290
4291         * wl-draft.el (wl-draft-reedit): Rewrite.
4292         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4293         (wl-draft-save): Insert header separator if it does not exist;
4294         Removed condition-case.
4295
4296         * wl-summary.el (wl-summary-reedit): Revert last change.
4297
4298         * wl-draft.el (wl-draft-save): Rewrite.
4299         (wl-draft-create-buffer): Set buffer-file-name as nil.
4300
4301         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4302
4303         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4304
4305         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4306         nil.
4307
4308 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4309
4310         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4311         If count is nil, do not prefetch.
4312         (wl-message-buffer-prefetch-next): Next.
4313
4314 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4315
4316         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4317
4318 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4319
4320         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4321         `delete-backward-char'
4322         (wl-draft-prepare-edit): Check major-mode.
4323         (wl-draft-decode-header): Rewrite.
4324         (wl-draft): Fix.
4325
4326 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4327
4328         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4329
4330 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4331
4332         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4333         (wl-message-buffer-prefetch-get-next): Remove size checking.
4334         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4335
4336 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4337
4338         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4339         (wl-draft-default-headers): Fix.
4340
4341 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4342
4343         * wl-draft.el (wl-draft-default-headers): Insert return value of
4344         `wl-generate-mailer-string-function'.
4345
4346 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4347
4348         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4349         (wl-draft-insert-mail-header-separator): Ditto.
4350
4351         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4352         again (Reverted the change on 2002-01-17 by OKADA san).
4353
4354 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4355
4356         * wl-draft.el (wl-draft): Rewrite.
4357         (wl-draft-create-buffer): New function.
4358         (wl-draft-create-contents): Ditto.
4359         (wl-draft-prepare-edit): Ditto.
4360         (wl-draft-decode-header): Ditto.
4361         (wl-draft-decode-body): Ditto.
4362         (wl-draft-check-new-line): Ditto.
4363         (wl-draft-default-headers): Ditto.
4364         (wl-draft-insert-mail-header-separator): Ditto.
4365
4366 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4367
4368         * Version number is increased to 2.9.6.
4369
4370 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4371
4372         * wl-draft.el (wl-draft-delete-field): Optional argument.
4373         (wl-draft-delete-fields): Ditto.
4374
4375 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4376
4377         * wl-message.el (toplevel): Eliminated byte-compile warning.
4378         for `itimer-function', `delete-timer' and `itimer-list'.
4379
4380 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4381
4382         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4383         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4384         `wl-message-buffer-prefetch-threshold'.
4385         * wl-summary.el (wl-summary-redisplay-internal): Remove
4386         the check of `wl-message-buffer-prefetch-depth'.
4387
4388 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4389
4390         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4391         size of article.
4392         (wl-message-buffer-prefetch-subr): Remove size check.
4393
4394 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4395
4396         * wl-vars.el (wl-plugged): Make customizable.
4397
4398 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4399
4400         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4401         (wl-message-buffer-prefetch-set-timer): New function.
4402         (wl-message-buffer-prefetch-get-next): New function.
4403         (wl-message-buffer-prefetch): New function.
4404         (wl-message-buffer-prefetch-next): Rewrite.
4405         (wl-message-buffer-prefetch-subr): Rewrite.
4406         * wl-vars.el (wl-auto-prefetch-first): New variable.
4407         * wl-summary.el (wl-summary-goto-folder-subr): Call
4408         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4409
4410 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4411
4412         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4413         `wl-summary-unread-message-hook'.
4414
4415 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4416
4417         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4418         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4419         if range is `cache-status'.
4420
4421 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4422
4423         * wl-message.el (wl-message-buffer-prefetch-subr):
4424         Improve debug message.
4425
4426 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4427
4428         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4429         `wl-mail-send-pre-hook'.
4430         (wl-draft-send-mail-with-qmail): Ditto.
4431         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4432
4433 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4434
4435         * wl-message.el (wl-message-buffer-prefetch-subr):
4436         Fix for cancel-function-timers bug.
4437         (wl-message-buffer-prefetch-debug): Default value is t.
4438
4439 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4440
4441         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4442         (wl-message-buffer-prefetch-subr): Rewrite.
4443         Rename from `wl-message-buffer-prefetch'.
4444
4445 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4446
4447         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4448         (wl-default-draft-cite-decorate-author): Ditto.
4449
4450         * wl-draft.el (wl-draft-cite-function): Removed.
4451         (wl-default-draft-cite-decorate-author): Ditto.
4452
4453 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4456         (wl-default-draft-cite): Do not arrange author name if the value of
4457         `wl-default-draft-cite-decorate-author' is nil.
4458
4459 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4460
4461         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4462
4463         * wl-folder.el (wl-folder-check-one-entity): Don't care
4464         `elmo-folder-use-flag-p'.
4465
4466 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4467
4468         * wl-folder (wl-folder-check-one-entity): Fix
4469         problem if unread is nil.
4470
4471 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4472
4473         * wl-address.el (wl-address-make-completion-list): Check whether
4474         the address is a group list.
4475         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4476
4477 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4478
4479         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4480         The number of the messages of new and unread does not count
4481         correctly.
4482
4483         * wl-summary.el (wl-summary-count-unread): Changed to return
4484         `(new . unread)' instead of total.
4485         (wl-summary-sync-update): Follow the change above.
4486
4487         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4488
4489 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4490
4491         * wl-address.el (wl-address-make-completion-list): Do not enclose
4492         address by " <" and ">" if associated realname is "".
4493         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4494         This is against the promblem with group list in .addresses pointed
4495         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4496
4497 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4500         message is a format control string.
4501         * wl-expire.el (wl-expire-append-log): Ditto.
4502         * wl-mime.el (wl-summary-burst-subr): Ditto.
4503         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4504         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4505
4506 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4507
4508         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4509         wl.el (wl-check-variables): Rename from `wl-check-type'.
4510         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4511         (wl-check-variables-2): New function.
4512         (wl): Call `wl-check-variables-2'.
4513
4514 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4515
4516         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4517         after renaming folder in access group.
4518
4519 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4520
4521         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4522         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4523         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4524         (wl-message-buffer-prefetch): Rewrite.
4525         (wl-message-buffer-prefetch-idle-time): Removed.
4526         * wl-summary.el (wl-summary-redisplay-internal):
4527         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4528         Error check for `wl-message-buffer-prefetch-depht'.
4529
4530 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4531
4532         * Version number is increased to 2.9.5.
4533         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4534
4535 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4536
4537         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4538         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4539         Based on the patch written by
4540         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4541
4542 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4543
4544         * wl-draft.el (wl-draft-raw-send): Fix for
4545         `wl-news-send-pre-hook'
4546
4547 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4548
4549         * wl-utils.el (wl-message-id-function): New variable.
4550         * wl-draft.el (wl-draft-insert-required-fields):
4551         Use `wl-message-id-function'.
4552
4553 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4554
4555         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4556         * wl-utils.el (wl-draft-make-message-id-string):
4557         Use `wl-from' for domain part of Message-ID
4558         if `wl-message-id-use-wl-from' if non-nil.
4559         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4560
4561 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4562
4563         * wl.el (wl): Call `wl-check-type'
4564         Do not 'condition-case'.
4565
4566 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4567
4568         * wl.el (wl-check-type): New function.
4569         (wl-check-type-variables): New variable.
4570
4571 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4572
4573         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4574
4575 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4576
4577         * wl-draft.el (wl-smtp-password-key): New function.
4578         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4579         (wl-draft-send-mail-with-smtp): Ditto.
4580         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4581
4582 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4583
4584         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4585         * wl-utils.el (wl-unique-id-suffix): Remove.
4586
4587 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4588
4589         * Version number is increased to 2.9.4.
4590
4591 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4592
4593         * wl-utils.el (wl-unique-id-suffix): New variable.
4594         (wl-unique-id): Use `wl-unique-id-suffix'
4595
4596 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4597
4598         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4599         instead of `elmo-msgdb-search'.
4600
4601         * Version number is increased to 2.9.3.
4602
4603 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4604
4605         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4606
4607 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4608
4609         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4610         (wl-draft-dispatch-message): Changed for send-later.
4611         (wl-draft-queue-flush): Ditto.
4612         (wl-draft): Clear `wl-sent-message-queued'.
4613         (wl-draft-reedit): Ditto.
4614         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4615         * wl-vars.el (wl-draft-force-queuing): New variable.
4616         (wl-draft-force-queuing-mail): New variable.
4617         (wl-draft-force-queuing-news): New variable.
4618
4619 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4620
4621         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4622         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4623
4624 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4625
4626         * Version number is increased to 2.9.2.
4627
4628 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * wl-draft.el (wl-draft-elide-region): New user command.
4631         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4632
4633         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4634         command `wl-draft-elide-region'.
4635         * wl-mule.el: Ditto.
4636         * wl-xmas.el: Ditto.
4637
4638 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4639
4640         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4641         (wl-biff-check-folder-async): Removed needless let.
4642
4643 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4644
4645         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4646         wl-folder-get-elmo-folder.
4647         (wl-biff-check-folder): Set `biff' argument of
4648         `wl-folder-check-one-entity'.
4649         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4650
4651         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4652         (wl-folder-check-one-entity): Added `biff' argument;
4653         Setup `biff' slot of folder.
4654
4655         * Version number is increased to 2.9.1.
4656
4657 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4658
4659         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4660         comment out and fixed.
4661         (wl-fldmgr-add-completion-subr): Ditto.
4662
4663         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4664         and msgdb.
4665
4666         * wl.el (wl-toggle-plugged): Save summary view.
4667
4668 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4669
4670         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4671
4672 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4673
4674         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4675
4676 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4679         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4680         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4681
4682         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4683         if it was failed.
4684         (wl-demo): Disable undo in the demo buffer.
4685
4686 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4687
4688         * wl-version.el (wl-version): Changed codename.
4689
4690         * Version number is increased to 2.9.0.
4691
4692 2001-12-14  Takuo KITAME <kitame@northeye.org>
4693
4694         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4695         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4696         (wl-folder-mark-as-read-all-current-entity): Ditto.
4697
4698 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4699
4700         * wl-vars.el (wl-from-width): Define as obsolete variable.
4701         (wl-subject-length-limit): Ditto.
4702
4703         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4704
4705         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4706         wl-summary-save-view.
4707
4708         * wl.el (wl-save-status): Ditto.
4709         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4710
4711         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4712         (wl-summary-exit): Follow the change above.
4713         (wl-summary-goto-folder-subr): Ditto.
4714
4715         * wl-folder.el (wl-folder-create-subr): Don't use
4716         `elmo-folder-creatable-p'.
4717
4718 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4719
4720         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4721
4722 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4725         rather than bitmap on Emacs 21.
4726         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4727         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4728         for xbm if the new redisplay engine is not available.
4729
4730 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4731
4732         * wl-folder.el (wl-folder-init-hook): New hook.
4733         (wl-folder-init): Run `wl-folder-init-hook'.
4734
4735 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4738
4739 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4740
4741         * wl-acap.el (wl-acap-cache-filename): New variable.
4742         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4743         (wl-acap-init): Use cache if no ACAP server found.
4744
4745 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4746
4747         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4748         `wl-acap-original-msgdb-dir'.
4749
4750         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4751         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4752
4753         * wl-mime.el (wl-mime-save-directory): Renamed from
4754         `wl-mime-save-dir'.
4755
4756 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4759
4760         * wl-demo.el: Require `path-util'.
4761         (wl-demo-bitmap-mule-available-p): New internal variable.
4762         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4763         `module-installed-p' instead.
4764         (wl-demo-insert-image): Use *.img file for a bitmap image.
4765         (wl-demo): Don't call the ascii demo recursively.
4766
4767 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4768
4769         * Version number is increased to 2.7.7.
4770
4771 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4772
4773         * wl.el (wl-exit): Eliminated byte-compile warning.
4774
4775 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4776
4777         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4778         obsolete variable using `elmo-define-obsolete-variable'.
4779         (wl-fetch-confirm-threshold): Ditto.
4780         (wl-cache-prefetch-folder-type-list): Ditto.
4781         (wl-cache-prefetch-folder-list): Ditto.
4782
4783 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4786         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4787         (wl-demo-insert-image): New function.
4788         (wl-demo-insert-text): New function.
4789         (wl-demo-image-type-alist): Redefine as a function.
4790         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4791         (wl-demo-with-temp-file-buffer): Removed.
4792         (wl-logo-xpm): Removed.
4793         (wl-logo-xbm): Removed.
4794         (wl-logo-bitmap): Removed.
4795
4796 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4797
4798         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4799         (wl-expire-localdir-get-folder-function): New user option.
4800         (wl-expire-localdir-get-folder): New function.
4801         (wl-expire-localdir-date): Ditto.
4802
4803 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4804
4805         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4806         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4807         Fixed unread number mismatch when all-unread < unread.
4808
4809 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4810
4811         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4812         (wl-fetch-confirm-threshold): Ditto.
4813
4814         * wl-summary.el (wl-summary-confirm-appends): Removed.
4815         (wl-summary-sync-update): Don't refer
4816         `wl-summary-update-confirm-threshold' (It is now abolished).
4817
4818         * wl-message.el (wl-message-display-internal): Don't refer
4819         `wl-fetch-confirm-threshold' (It is now abolished).
4820
4821 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4824
4825 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4826
4827         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4828         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4829         Change default value to nil.
4830         (wl-summary-indent-length-limit): The value can be nil, nil means
4831         unlimited.
4832
4833         * wl-summary.el: Don't set limit for indent length if the value of
4834         wl-summary-indent-length-limit is nil.
4835         If the value of wl-summary-width is nil, it means only that the width
4836         of summary is unlimited (nil doesn't mean that the indent length is
4837         unlimited).
4838
4839         * wl-thread.el: Ditto.
4840
4841 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4842
4843         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4844         be nil, nil means never confirm.
4845         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4846
4847 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4848
4849         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4850         means unlimited).
4851
4852 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4853
4854         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4855         Use `with-temp-buffer'.
4856
4857 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4858
4859         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4860         with new backquote style).
4861         (wl-folder-get-entity-from-buffer): Ditto.
4862
4863 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4864
4865         * wl-version.el (nemacs-version): Eliminated.
4866         (wl-extended-emacs-version2): Ignore nemacs.
4867         (wl-extended-emacs-version3): Ditto.
4868
4869 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4870
4871         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4872         (wl-draft-add-in-reply-to): New variable.
4873         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4874         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4875         (wl-draft-yank-from-mail-reply-buffer): Use
4876         `wl-draft-add-in-reply-to'.
4877         (wl-draft-insert-current-message): Ditto.
4878
4879 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4880
4881         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4882         typo (kill->hide).
4883         (wl-message-buffer-prefetch-folder-type-list): Added elements
4884         `mark' and `cache' instead of `internal'.
4885
4886 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4887
4888         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4889         resume msgdb directory.
4890
4891 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4892
4893         * wl.el (wl-exit): Call `wl-acap-exit'.
4894
4895         * wl-summary.el (wl-summary-message-string): New function.
4896         (wl-summary-reedit): Use it.
4897         (wl-summary-resend-bounced-mail): Remove needless let.
4898         (wl-summary-supersedes-message): Ditto.
4899         (wl-summary-save): Ditto.
4900
4901         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4902         (wl-acap-init): Set it.
4903         (wl-acap-exit): New function.
4904
4905 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4906
4907         * wl.el (wl-init): Revert (require 'mime-setup). move from
4908         toplevel.
4909
4910 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4911
4912         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4913         local variables.  Add error when guess function return invalid
4914         value.
4915
4916 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4917
4918         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4919         Change local variable name.
4920         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4921         (wl-folder-get-newsgroups): Return nil when non-news folder.
4922         * wl-summary.el (wl-summary-write-current-folder): State through
4923         when guess-list return nil.
4924         (wl-summary-write-current-folder-functions): Fixed docstring.
4925
4926         * wl.el (wl-exit): Changed confirm message.
4927
4928         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4929         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4930
4931         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4932
4933 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4934
4935         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4936         user option (Renamed from wl-cache-prefetch-folder-type-list).
4937         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4938         from wl-cache-prefetch-folder-list).
4939
4940         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4941         Move to wl-vars.el.
4942         (wl-message-buffer-prefetch-p): Changed to enable
4943         `wl-message-buffer-prefetch-folder-list'.
4944
4945         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4946         `ignore-cache'.
4947
4948 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4949
4950         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4951         `part-top' and `part-bottom'.
4952         (wl-draft-config-sub-part-top): New function.
4953         (wl-draft-config-sub-part-bottom): New function.
4954
4955 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4956
4957         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4958
4959 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4960
4961         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4962
4963 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4964
4965         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4966
4967         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4968         (wl-summary-write-current-folder): Ditto.
4969
4970 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl-folder.el (wl-folder-get-newsgroups): Use
4973         `elmo-folder-newsgroups'.
4974
4975 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4976
4977         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4978         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4979         `wl-draft-config-sub-header-bottom'.
4980
4981 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4982
4983         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4984         localnews folder.
4985
4986 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4987
4988         * wl-summary.el (wl-summary-mode): Undo last change.
4989
4990         * wl-folder.el (wl-folder-mode): Ditto.
4991
4992 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4993
4994         * wl-summary.el (wl-summary-mode): Locally set
4995         truncate-partial-window-width to nil.
4996         (for XEmacs)
4997
4998         * wl-folder.el (wl-folder-mode): Ditto.
4999
5000 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5001
5002         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5003
5004 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5005
5006         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5007         number.
5008
5009         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5010
5011         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5012
5013         * Version number is increased to 2.7.6.
5014
5015 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5016
5017         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5018
5019 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5020
5021         * wl-summary.el (wl-summary-sync-update): Enclose network
5022         related portion with `unwind-protect'.
5023
5024 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5025
5026         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5027
5028 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5029
5030         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5031         element.
5032         * wl-vars.el (wl-message-body-button-alist): Ditto.
5033
5034         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5035         max match length.
5036         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5037
5038         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5039         for the max match length;
5040         Use 4th element value for the button string regexp group.
5041
5042         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5043         candidate exists, prompt to select.
5044
5045 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5046
5047         * wl-summary.el (wl-summary-jump-to-msg): Search before
5048         calibration point by `beginning-of-line'.
5049
5050 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5051
5052         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5053         for access group.
5054
5055 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5056
5057         * wl-message.el (wl-message-display-internal): Bind
5058         `default-mime-charset'.
5059
5060         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5061
5062         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5063
5064         * Version number is increased to 2.7.5.
5065
5066 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5067
5068         * wl-expire.el (wl-summary-archive): Fixed;
5069         Use `elmo-folder-name-internal'.
5070
5071 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5072
5073         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5074         from `elmo-folder-move-messages' caller.
5075         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5076
5077         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5078         related portions are changed).
5079
5080 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5081
5082         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5083         counter.
5084
5085 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5086
5087         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5088         buffer local and set it to nil.
5089
5090         * wl-message.el (wl-message-redisplay): Ditto.
5091
5092 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5093
5094         * wl-summary.el (wl-summary-mark-as-important): If message is
5095         already cached, set messag as read, otherwise encache and mark as read.
5096
5097 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5098
5099         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5100         point-min.
5101
5102 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5105         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5106         a keymap.
5107
5108 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5109
5110         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5111         parent.
5112
5113         * wl-mule.el (wl-message-define-keymap): Ditto.
5114
5115         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5116
5117         * wl-xmas.el (wl-message-display-internal-hook): Define.
5118         (wl-xmas-setup-message-toolbar): Define as function.
5119         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5120         (wl-message-overload-functions): Abolished.
5121         (wl-message-define-keymap): New function.
5122
5123         * wl-vars.el (wl-message-display-internal-hook): New variable.
5124         (wl-message-header-button-alist): New variable (Renamed from
5125         wl-highlight-message-header-button-alist).
5126         (wl-message-body-button-alist): Ditto.
5127
5128         * wl-mule.el (wl-message-define-keymap): New function.
5129         (wl-message-overload-functions): Abolished.
5130
5131         * wl-message.el (wl-message-add-buttons-to-body): New function.
5132         (wl-message-redisplay): Don't call wl-message-overload-functions;
5133         Call wl-message-add-buttons-to-header and
5134         wl-message-add-buttons-to-body.
5135         (wl-message-display-internal): Set keymap argument for
5136         elmo-mime-display-as-is, elmo-mime-message-display;
5137         Run wl-message-display-internal-hook.
5138         (wl-message-refer-article-or-url): Abolished.
5139
5140         * wl-highlight.el (wl-highlight-headers): Don't call
5141         wl-highlight-message-add-buttons-to-header.
5142         (wl-highlight-message-add-buttons-to-header): Abolished.
5143
5144
5145         * wl-e21.el (wl-message-display-internal-hook): Define.
5146         (wl-e21-setup-toolbar): Deleted duplicated binding.
5147         (wl-e21-setup-message-toolbar): Define as function.
5148         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5149         (wl-message-define-keymap): New function.
5150         (wl-message-overload-functions): Abolished.
5151
5152 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5153
5154         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5155         and elmo-folder-close.
5156
5157         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5158
5159 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5160
5161         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5162         boolean value.
5163         * wl-draft.el (wl-draft-do-fcc): Ditto.
5164
5165 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5166
5167         * wl-vars.el (wl-fcc-force-as-read): New variable.
5168         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5169         mark copied message as read.
5170
5171 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5172
5173         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5174
5175 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5176
5177         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5178         `wl-summary-target-above' instead of obsolete variable
5179         `wl-summary-temp-above'.
5180
5181         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5182         instead of `make-obsolete-variable'.
5183         * wl-refile.el (toplevel): Ditto.
5184
5185 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5186
5187         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5188         with third argument t.
5189         (wl-draft): Set first argument for wl-plugged-init as t.
5190
5191         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5192         definition.
5193
5194 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5195
5196         * wl-vars.el: Tabify.
5197         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5198
5199         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5200         message.
5201
5202 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5203
5204         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5205         and set default to beep.
5206
5207 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5208
5209         * wl-vars.el (wl-draft-truncate-lines): New variable.
5210
5211         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5212         instead of wl-message-truncate-lines for truncate-lines.
5213
5214 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5215
5216         * wl-message.el (wl-message-display-internal): Call
5217         `wl-highlight-message' after `elmo-mime-display-as-is'.
5218
5219         * wl-mime.el (wl-mime-display-text/plain): New function.
5220         (wl-mime-display-header): Ditto.
5221         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5222         body-presentation-method for text/plain;
5223         Register `wl-mime-display-header' as a header-presentation-method;
5224         Don't set up `elmo-message-text-content-inserted-hook' and
5225         `elmo-message-header-inserted-hook'.
5226
5227         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5228         variable.
5229         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5230         as t if flag is 'all-header;
5231         Don't bind `elmo-message-ignored-field-list',
5232         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5233
5234 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5237         for xemacs with non-mule environment.
5238
5239 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5240
5241         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5242         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5243         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5244
5245 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5246
5247         * wl-vars.el (wl-interactive-send): Set default value as t.
5248
5249 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5250
5251         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5252         (wl-addrmgr-method-list): Abolished.
5253         (wl-addrmgr-change-method): Follow above change.
5254
5255         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5256
5257 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5258
5259         * wl-vars.el (wl-message-truncate-lines): Change default value
5260         to default-truncate-lines.
5261
5262         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5263
5264 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5265
5266         * wl-vars.el (wl-message-truncate-lines): New variable.
5267
5268         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5269         wl-message-truncate-lines.
5270
5271 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5272
5273         * wl-acap.el (wl-acap-init): Remove period from error message.
5274         (wl-acap-find-acap-service): Remove period from message.
5275
5276 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * wl.el (wl-check-environment): Undo last change.
5279
5280         * wl-vars.el (wl-from): Changed default value.
5281
5282         * wl-util.el (toplevel): Don't require tm-edit.
5283
5284         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5285         `wl-folder-init';
5286         Don't set mark on mail body.
5287         (wl-draft-reedit): Ditto.
5288
5289         * wl-address.el (wl-address-quote-specials): Define as an alias for
5290         elmo-address-quote-specials.
5291
5292 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5293
5294         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5295
5296         * wl-vars.el (wl-from): Set default value as nil.
5297         (wl-organization): Set default value as ORGANIZATION environment
5298         variable.
5299
5300         * wl-draft.el (wl-smtp-extension-bind): Check value of
5301         wl-smtp-connection-type.
5302
5303         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5304         error.
5305
5306 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5307
5308         * Version number is increased to 2.7.4.
5309
5310         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5311         arguments from `wl-highlight-x-face-function' caller.
5312         Use x-face-1.3.6.12 or later.
5313
5314 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5315
5316         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5317
5318 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5319
5320         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5321         (wl-fcc): Fix to accept function.
5322         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5323
5324 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5325
5326         * wl-acap.el (toplevel): Added `product-provide' declare.
5327         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5328
5329 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5330
5331         * wl.el (wl): Changed order of calling `elmo-init'
5332         and `elmo-folder-init'.
5333
5334 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5335
5336         * wl-mime.el (wl-summary-burst): Extract message when content-type
5337         of root entity is not only `multipart' but also `message/rfc822'.
5338         (wl-summary-burst-subr): Ditto.
5339
5340 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5341
5342         * wl-vars.el (toplevel): Require 'custom.
5343         (wl-trash-folder): Added to `wl-setting' group.
5344
5345         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5346         exists.
5347         (wl-addrmgr-draw): Insert empty line when no entry exists.
5348
5349         * wl-mule.el (wl-message-wheel-up): Fixed.
5350         (wl-message-wheel-down): Ditto.
5351
5352 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5353
5354         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5355         config is an anonymous lambda expression.
5356
5357 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5360         when Mule 2 is running.
5361
5362 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5363
5364         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5365
5366 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5367
5368         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5369         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5370
5371         * wl-address.el (wl-address-specials-regexp): Eliminated.
5372         (wl-address-quote-specials): Rewrite.
5373
5374 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5377         shy-groups for regexp.
5378
5379         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5380         character classes and Perl style shy-groups for regexp.
5381         (wl-highlight-plugged-current-line): Use Posix style character
5382         classes for regexp.
5383         (wl-e21-highlight-folder-by-numbers): Ditto.
5384         (wl-e21-display-image-p): Use `display-images-p' instead of
5385         `display-graphic-p'.
5386         (display-images-p): Make an alias to `display-graphic-p' if it is
5387         not available.  It is for Emacs version prior to 21.0.105.
5388
5389         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5390         `display-graphic-p'.
5391         (wl-demo-image-type-alist): Ditto.
5392         (display-images-p): Make an alias to `display-graphic-p' if it is
5393         not available.  It is for Emacs version prior to 21.0.105.
5394
5395 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5396
5397         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5398         support.
5399         (wl-generate-user-agent-string): Ditto.
5400
5401         * wl-version.el (wl-version): Update docsting.
5402         (wl-version-status): Ditto.
5403
5404 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5405
5406         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5407         21.0.105.  For Emacs 21.0.104 or earlier.
5408
5409 2001-09-03  Takuo KITAME <kitame@northeye.org>
5410
5411         * wl-e21.el (wl-plugged-init-icons): Use
5412         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5413         (wl-biff-init-icons): Ditto.
5414
5415 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5416
5417         * wl-highlight.el (wl-highlight-summary-current-line):
5418         Fixed highlighting refile/copy destination.
5419
5420         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5421         (wl-acap-store): Encode string by wl-acap-coding-system.
5422
5423 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5424
5425         * wl-acap.el (toplevel): Check and require 'un-define before
5426         'xemacs-ucs;
5427          Added checking for UTF-2000.
5428
5429 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5430
5431         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5432         Don't enclose with `eval-and-compile'.
5433
5434         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5435         wl-init is non-nil.
5436
5437         * wl-draft.el (wl-draft): Ditto.
5438
5439         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5440
5441         * wl-acap.el (toplevel): Require 'wl.
5442         (wl-acap-store): Call `elmo-init'.
5443
5444         * wl.el (wl): Changed position of `wl-check-environment'.
5445         (toplevel): Added autoload setting for wl-acap.
5446
5447         * wl-vars.el (wl-setting): New custom group.
5448         (wl-from): Added wl-setting group.
5449         (wl-user-mail-address-list): Ditto.
5450         (wl-organization): Ditto.
5451         (wl-subscribed-mailing-list): Ditto.
5452         (wl-envelope-from): Ditto.
5453         (wl-smtp-posting-user): Ditto.
5454         (wl-smtp-posting-server): Ditto.
5455         (wl-smtp-posting-port): Ditto.
5456         (wl-smtp-authenticate-type): Ditto.
5457         (wl-pop-before-smtp-user): Ditto.
5458         (wl-pop-before-smtp-server): Ditto.
5459         (wl-pop-before-smtp-port): Ditto.
5460         (wl-pop-before-smtp-authenticate-type): Ditto.
5461         (wl-nntp-posting-server): Ditto.
5462         (wl-nntp-posting-user): Ditto.
5463         (wl-nntp-posting-port): Ditto.
5464         (wl-fetch-confirm-threshold): Ditto.
5465         (wl-prefetch-threshold): Ditto.
5466         (wl-thread-insert-opened): Ditto.
5467         (wl-ldap-server): Ditto.
5468         (wl-ldap-port): Ditto.
5469         (wl-ldap-base): Ditto.
5470         (wl-ldap-objectclass): Ditto.
5471         (wl-use-ldap): Ditto.
5472         (wl-draft-config-alist): Ditto.
5473         (wl-draft-config-matchone): Ditto.
5474         (wl-template-alist): Ditto.
5475         (wl-message-sort-field-list): Ditto.
5476         (wl-message-ignored-field-list): Ditto.
5477         (wl-message-visible-field-list): Ditto.
5478         (wl-interactive-send): Ditto.
5479         (wl-summary-move-order): Ditto.
5480         (wl-auto-select-first): Ditto.
5481         (wl-auto-select-next): Ditto.
5482         (wl-interactive-save-folders): Ditto.
5483
5484         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5485         Initialization codes are moved from wl-local-folder-init.
5486         (wl-local-folder-init): Follow the change above.
5487         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5488
5489         * wl-acap.el: New file.
5490
5491         * Version number is increased to 2.7.3.
5492
5493 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5494
5495         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5496
5497 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5498
5499         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5500         (wl-addrmgr-address-entry-list): Ditto.
5501
5502 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5503
5504         * wl-e21.el (wl-draft-mode-map): Removed binding for
5505         `wl-draft-insert-x-face-field'.
5506
5507         * wl-mule.el (wl-draft-mode-map): Ditto.
5508
5509         * wl-xmas.el (wl-draft-mode-map): Ditto.
5510
5511         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5512         (wl-cs-autoconv): Ditto.
5513         (wl-cs-local): Ditto.
5514         (wl-use-scoring): Ditto.
5515         (wl-mime-charset): Ditto.
5516         (wl-folder-check-async): Ditto.
5517
5518         * wl.el (toplevel): Ignore nemacs and tm.
5519         (wl-exit): Ditto.
5520
5521         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5522         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5523         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5524         instead of wl-address-petname-add-or-change.
5525         (wl-summary-edit-addresses-subr): Use wl-address-delete
5526         instead of wl-address-petname-delete.
5527
5528         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5529
5530         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5531         if error occured.
5532
5533         * wl-message.el (require): Remove tm support.
5534
5535         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5536
5537         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5538         (wl-folder-jump-to-current-entity): Ditto.
5539         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5540
5541         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5542         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5543         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5544
5545         * wl-mule.el (wl-draft-key-setup): Ditto.
5546
5547         * wl-xmas.el (wl-draft-key-setup): Ditto.
5548
5549         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5550         (wl-draft-std11-parse-addresses): New function.
5551         (wl-draft-parse-mailbox-list): Use it.
5552         (wl-draft): Ignore nemacs.
5553         (wl-draft-reedit): Ditto.
5554
5555         * wl-addrmgr.el: New file.
5556         (Original is wl-rcpt.el written by
5557         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5558         Thanks Kitamoto-san.)
5559
5560         * wl-address.el (wl-address-make-address-list): Modified parsing
5561         process.
5562         (wl-address-delete): Renamed from `wl-address-petname-delete';
5563         Modify wl-address-list too.
5564         (wl-address-add-or-change): Renamed from
5565         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5566
5567 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5568
5569         * wl-highlight.el (wl-highlight-summary-current-line):
5570           Work with transient-mark-mode
5571
5572 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5573
5574         * Version number is increased to 2.7.2.
5575
5576         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5577         instead of elmo-dop-queue-method.
5578
5579 2001-08-06  SAITO Atsunori <sai@yedo.com>
5580
5581         * wl-vars.el (wl-ldap-objectclass): New user option.
5582
5583         * wl-address.el (wl-ldap-make-filter): Use it.
5584
5585 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5586
5587         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5588
5589 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5590
5591         * wl-folder.el (wl-folder): redisplay after folder insertion.
5592
5593         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5594
5595         * wl-summary.el (wl-summary-sync-update):
5596         Change status mark only when new-msgdb exists.
5597         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5598
5599 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5600
5601         * wl-summary.el (wl-summary-open-folder): New function.
5602         (wl-summary-goto-folder-subr): Use it.
5603         (wl-summary-mark-as-important): Fix;
5604         Encache only when no cache exists.
5605
5606 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5607
5608         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5609         Use with-current-buffer.
5610
5611 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5612
5613         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5614         before call `get-buffer'. Fixed parenthesis.
5615         (wl-score-get-header-entry): Clear message and help window when
5616         keyboard quit.
5617         (wl-score-edit-insert-header): Ditto.
5618
5619 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5620
5621         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5622         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5623         (wl-default-draft-cite): Fix.
5624
5625         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5626         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5627
5628 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5629
5630         * wl-message.el (wl-message-prev-page): Do same bahavior
5631         as summary when it is called in the message buffer.
5632         (wl-message-next-page): Ditto.
5633
5634 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5635
5636         * wl-summary.el (wl-summary-forward): Use cache if it is not
5637         section cache.
5638
5639 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5640
5641         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5642         Removed redundant require of elmo-vars.
5643         (wl-biff-state-indicator-on): Changed default value for
5644         xemacs with non-mule environment.
5645
5646         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5647         wl-message-buffer is nil;
5648         Hide progress bar after moving messages.
5649
5650 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5653         message at cursor point is deleted.
5654
5655 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5656
5657         * wl-vars.el: Changed file coding system to euc-japan.
5658         Added -*-coding:-*- magic to the first line.
5659
5660         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5661         Search parent from the first message.
5662
5663         * Version number is increased to 2.7.1.
5664
5665 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5666
5667         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5668
5669 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5670
5671         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5672         refile/delete execution.
5673
5674         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5675         Fixed docstring.
5676
5677 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5680         do update process;
5681         Don't update marks when update process is interrupted.
5682
5683 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5684
5685         * wl-summary.el (wl-summary-reply): Fixed problem when
5686         wl-draft-use-frame is non-nil.
5687         (wl-summary-forward): Ditto.
5688
5689         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5690         as nil.
5691         (wl-folder-mark-as-read-all-entity): Ditto.
5692         (wl-folder-prefetch-entity): Ditto.
5693
5694         * wl.el (wl): Check environment before wl-init.
5695
5696         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5697         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5698         instead of wl-summary-collect-unread.
5699         (wl-summary-reply): Split message window.
5700
5701 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5702
5703         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5704         only if current language environment is japanese,
5705
5706         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5707         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5708         (wl-folder-goto-folder-subr): Ditto.
5709
5710         * wl-draft.el (wl-draft-dispatch-message): Call
5711         `elmo-file-cache-get-path'.
5712
5713 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5714
5715         * wl-summary.el (wl-summary-cursor-move): If return value of
5716         wl-summary-next-message is not number, don't jump.
5717
5718 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5719
5720         * wl-summary.el (wl-summary-buffer-next-message-function): New
5721         variable.
5722         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5723         if it is bound.
5724
5725         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5726         string.
5727
5728         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5729         (wl-plugged-drawing): Ditto.
5730
5731 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5732
5733         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5734         process.
5735         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5736         with unwind-protect.
5737
5738         * wl.el (wl-init): Require mime-setup.
5739         (wl-check-environment): Don't require mime-setup.
5740
5741         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5742         instead of elmo-folder-type.
5743
5744         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5745         value as nil.
5746
5747 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5748
5749         * Version number is increased to 2.7.0.
5750
5751         * wl-version.el (wl-version): Changed codename.
5752
5753         * wl-summary.el (wl-summary-delete-cache): Fixed.
5754
5755         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5756         Workaround for net folders.
5757         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5758
5759         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5760         value to nil (According to the patch from
5761         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5762
5763         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5764         of elmo-folder-close.
5765
5766 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5767
5768         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5769         for postfix.
5770
5771 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5772
5773         * wl-summary.el (wl-summary-resend-message): Fixed.
5774
5775         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5776         Call wl-draft with `from' argument if its address is included in
5777         `wl-user-mail-address-list'.
5778         (wl-draft): Added `from' argument.
5779
5780         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5781         non-nil.
5782         (wl): Don't show demo if wl-demo is nil.
5783
5784         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5785         wl-summary-use-frame.
5786
5787         * wl-vars.el (wl-summary-use-frame): New user option.
5788         (wl-folder-use-frame): Changed docstring.
5789
5790         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5791         non-nil.
5792         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5793         wl-summary-use-frame.
5794
5795         * wl-vars.el (wl-folder-use-frame): New user option.
5796
5797         * wl-summary.el (wl-summary-exit): Back to folder frame if
5798         wl-folder-use-frame is non-nil.
5799         (wl-summary-redisplay-internal): Ignore cache if current folder
5800         is draft folder,
5801         (wl-summary-redisplay-no-mime): Ditto.
5802         (wl-summary-redisplay-all-header): Ditto.
5803
5804         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5805         if wl-folder-use-frame is non-nil.
5806
5807 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5808
5809         * wl-summary.el (wl-summary-sync-update): Bind
5810         elmo-folder-update-threshold.
5811         (wl-summary-mark-as-important): Enclosed server mark processing
5812         with `save-match-data'.
5813
5814         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5815         only when it is already defined.
5816
5817 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5818
5819         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5820         name of folder exclude localdir is wrong.
5821         * wl-folder.el (wl-folder-sync-entity):
5822         Set `wl-summary-always-sticky-folder-list' as nil.
5823         (wl-folder-mark-as-read-all-entity): Ditto.
5824         (wl-folder-prefetch-entity): Ditto.
5825
5826 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5827
5828         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5829         instead of `wl-summary-write-current-newsgroup'.
5830
5831 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5832
5833         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5834         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5835         non-nil and selected message is important, do not display.
5836
5837 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5838
5839         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5840
5841 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5842
5843         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5844
5845         * wl-summary.el (wl-summary-mark-as-important): Set message number
5846         using wl-summary-message-number.
5847
5848 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5849
5850         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5851         destination folder is 'null.
5852
5853 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5854
5855         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5856         New function.
5857         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5858         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5859         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5860
5861 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5862
5863         * wl-mime.el (wl-mime-setup): Added setting for
5864         `mime-setup-signature-key-alist' to avoid overriding key bind for
5865         `wl-draft-send'.
5866
5867         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5868         for `wl-draft-send'.
5869         * wl-mule.el (wl-draft-overload-functions): Ditto.
5870         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5871         * wl-draft.el (wl-draft-send): Ditto.
5872
5873         * wl-message.el (wl-message-display-internal):
5874         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5875         (Patch is provided by <kita@coe.nttdata.co.jp>).
5876
5877 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5878
5879         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5880
5881 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5882
5883         * wl.el (wl): Fix for wl-demo.
5884
5885 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5886
5887         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5888
5889 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5890
5891         * wl-folder.el (wl-folder-prefetch-entity): Use
5892         `wl-folder-get-elmo-folder'.
5893         (wl-folder-count-incorporates): Do not use
5894         `wl-folder-get-elmo-folder'.
5895
5896 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5897
5898         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5899         instead of `elmo-folder-get-type'.
5900
5901 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5902
5903         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5904         position on Subject: field.
5905         (Advised by Mito <mit@nines.nec.co.jp>)
5906
5907 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5908
5909         * wl-folder.el (wl-folder-prefetch-entity): Use
5910         `wl-folder-get-elmo-folder'.
5911
5912 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5913
5914         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5915
5916         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5917         `process-duplicates' slot.
5918
5919         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5920         if detection failed.
5921
5922 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5923
5924         * wl-version.el (wl-version-status): Set to "alpha".
5925
5926 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5927
5928         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5929         Check wl-message-buffer lives before set-buffer.
5930
5931 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5932
5933         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5934         called in folder mode.
5935         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5936         * wl-summary.el (wl-summary-exit-pre-hook): Run
5937         `wl-summary-exit-pre-hook' before exit summary mode.
5938
5939 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5940
5941         * wl-version.el (wl-version-status): New variable.
5942         (wl-version-status-alist): Removed.
5943         (wl-version-status): Rule included.
5944
5945 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5946
5947         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5948         @sponichi.
5949
5950         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5951         when `mail-reply-buffer' is buffer-local variable.
5952         (Reported by <kita@coe.nttdata.co.jp>).
5953
5954 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5955
5956         * wl-vars.el (toplevel): Require 'elmo-util.
5957
5958 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5959
5960         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5961         (All other related portions are changed)
5962
5963         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5964
5965         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5966
5967 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5968
5969         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5970
5971 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5972
5973         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5974         Delete other windows to avoid an error.
5975         Use `point-marker' instead of `point' to remember the start point
5976         of body.
5977
5978         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5979
5980         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5981         number not to exceed all message number.
5982
5983 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5984
5985         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5986         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5987
5988 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5989
5990         * wl-summary.el (wl-summary-sync-force-update): Added argument
5991         no-check.
5992         (wl-summary-sync-update): Ditto.
5993         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5994         with `no-check'.
5995
5996         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5997         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5998         already running.
5999
6000 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6001
6002         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6003         `dst-folder-arg'.
6004         (wl-expire-archive-number1): Diito.
6005         (wl-expire-archive-number2): Diito.
6006         (wl-expire-archive-Date): Diito.
6007         (wl-archive-number1): Diito.
6008         (wl-archive-number2): Diito.
6009         (wl-archive-date): Diito.
6010         (wl-archive-folder-p): New function.
6011         (wl-summary-expire): Support of expand folder name at
6012         wl-expire-alist.
6013         * wl-util.el (wl-expand-newtext): Renamed from
6014         `wl-refile-expand-newtext'.
6015
6016 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6017
6018         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6019         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6020         `(elmo-msgdb-get-overview msgdb)'.
6021         (wl-summary-prefetch): Bind match data before call
6022         `wl-summay-prefetch-msg'.
6023         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6024         'off if `wl-summary-buffer-disp-msg' is non-nil.
6025         Fixed problem that couldn't show only one new or unread message when
6026         enter folder.
6027         (wl-summary-reply): Don't call `split-window-vertically' and other
6028         window.
6029
6030 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6031
6032         * wl-expire.el (wl-expire-refile): Fixed.
6033
6034 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6035
6036         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6037
6038         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6039         biff notification is removed.
6040
6041         * wl.el (wl): Changed position of `elmo-init'.
6042
6043         * wl-draft.el (wl-default-draft-cite): Use date field
6044         on the citation buffer.
6045
6046         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6047
6048         * wl-xmas.el (wl-folder-internal-icon-list): Added
6049         `wl-folder-shimbun-image'.
6050
6051         * wl-e21.el (wl-folder-internal-icon-list): Added
6052         `wl-folder-shimbun-image'.
6053
6054 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6055
6056         * wl.el (wl-init): Eliminated argument.
6057         (wl): Rewrite.
6058
6059         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6060         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6061         instead of `elmo-folder-msgdb-internal'.
6062         (wl-summary-sync-update): Ditto.
6063         (wl-summary-flush-pending-append-operations): Eliminated.
6064         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6065         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6066         `elmo-folder-open'.
6067
6068         * wl-mime.el (wl-summary-burst): Fixed.
6069
6070         * wl-folder.el (wl-folder-info-save): Check data type.
6071
6072         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6073         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6074         instead of `elmo-folder-msgdb-internal'.
6075         (wl-expire-hide): Ditto.
6076
6077
6078         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6079
6080 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6081
6082         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6083
6084 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6085
6086         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6087
6088 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6089
6090         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6091         Fixed `match-beginning' argument mismatch.
6092
6093 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6094
6095         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6096         the default value.
6097
6098 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6099
6100         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6101         instead of `elmo-nntp-default-port'.
6102
6103         * wl-vars.el: Fixed some doc strings.
6104
6105 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6106
6107         * wl-summary.el (wl-summary-prefetch-msg): Use
6108         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6109
6110         * wl-vars.el: Define *-func as obsolete variable using
6111         `elmo-define-obsolete-variable'.
6112
6113         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6114         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6115         instead of `wl-message-buffer-prefetch-threshold'.
6116
6117         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6118
6119         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6120
6121         * wl-draft.el (wl-caesar-region-func): Ditto.
6122
6123         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6124         Keep unread status in elmo-folder-move-messages.
6125         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6126
6127 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6128
6129         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6130         `wl-summary-buffer-exit-func'
6131         (wl-summary-buffer-message-redisplay-function): Renamed from
6132         `wl-summary-buffer-message-redisplay-func'
6133         (wl-summary-buffer-next-folder-function): Renamed from
6134         `wl-summary-buffer-next-folder-func'.
6135         (wl-summary-buffer-prev-folder-function): Renamed from
6136         `wl-summary-buffer-prev-folder-func'.
6137         (wl-summary-get-petname-function): Renamed from
6138         `wl-summary-get-petname-func'.
6139
6140         * wl-score.el (wl-score-edit-exit-function): Renamed from
6141         `wl-score-edit-exit-func'.
6142
6143         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6144         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6145
6146         * wl-util.el (wl-load-profile-function): Renamed from
6147         `wl-load-profile-func'.
6148
6149         * wl-folder.el (wl-folder-completion-function): Renamed from
6150         `wl-folder-completion-func'.
6151         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6152
6153         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6154         `wl-expire-archive-get-folder-func'.
6155         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6156         (wl-draft-send-mail-function): Renamed from
6157         `wl-draft-send-mail-func'.
6158         (wl-draft-send-news-function): Renamed from
6159         `wl-draft-send-news-func'.
6160         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6161         (wl-generate-mailer-string-function): Renamed from
6162         `wl-generate-mailer-string-func'.
6163         (wl-highlight-signature-search-function): Renamed from
6164         `wl-highlight-signature-search-func'.
6165         (wl-highlight-x-face-function): Renamed from
6166         `wl-highlight-x-face-func'
6167         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6168         (wl-ps-print-buffer-function): Renamed from
6169         `wl-ps-print-buffer-func'
6170         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6171         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6172         (wl-summary-subject-filter-function): Renamed from
6173         `wl-summary-subject-filter-func'.
6174
6175         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6176         `wl-draft-queue-flush-send-func'
6177         (wl-draft-cite-function): Renamed from
6178         `wl-draft-cite-func'
6179
6180         * wl-address.el (wl-address-init-function): Renamed from
6181         `wl-address-init-func'.
6182
6183 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6184
6185         * wl-draft.el (wl-draft-queue-flush): Don't call
6186         `elmo-dop-unlock-message'.
6187         * wl-draft.el (wl-draft-queue-append): Don't call
6188         `elmo-dop-lock-message'.
6189
6190         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6191         (wl-summary-buffer-folder-name): Ditto.
6192         (wl-summary-message-regexp): Added '-' (all other related portions
6193         are changed).
6194         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6195         wl-summary-buffer-folder-name.
6196
6197 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6198
6199         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6200         the number of mails in the folder buffer is not updated by wl-biff.
6201
6202 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6203
6204         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6205         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6206
6207 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6208
6209         * wl-summary.el (wl-summary-next-message):
6210         Return next message number when wl-summary-move-order is nil.
6211
6212 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6213
6214         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6215         `wl-summary-move-spec-alist'.
6216         (wl-summary-move-spec-unplugged-alist): New variable
6217         (Move spec for unplugged status).
6218         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6219         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6220
6221 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6222
6223         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6224         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6225
6226 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6227
6228         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6229         simple quotation to quote the anonymous function.
6230         * tm-wl.el (wl-draft-preview-message): Ditto.
6231
6232 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6233
6234         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6235         Eliminate redundant `save-excursion'.
6236         (wl-highlight-summary-current-line): Ditto.
6237
6238         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6239         accessing match data when `looking-at' failed.
6240
6241         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6242         `elmo-match-string' where users don't care about the speed.
6243         (wl-draft-save): Ditto.
6244
6245 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6246
6247         * wl-util.el (wl-regexp-opt): New function.
6248
6249         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6250         number from `wl-summary-buffer-number-list'.
6251         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6252         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6253         (wl-summary-move-spec-alist): Changed default setting.
6254
6255 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6256
6257         * wl-vars.el (wl-biff-notify-hook): New hook.
6258         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6259         the arrival of new mail.
6260         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6261         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6262
6263 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6264
6265         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6266
6267 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6270
6271         * Version number is increased to 2.5.8.
6272
6273         * wl-thread.el (toplevel): require 'cl.
6274         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6275         (wl-thread-make-number-list): New function.
6276         (wl-thread-entity-make-number-list-from-children): Ditto.
6277         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6278         (wl-thread-entity-insert-as-children): Likewise.
6279         (wl-thread-delete-message): Likewise.
6280         (wl-meaning-of-mark): Eliminated.
6281         (wl-thread-next-failure-mark-p): Ditto.
6282         (wl-thread-entity-get-mark): Ditto.
6283         (wl-thread-meaning-alist-get-result): Ditto.
6284         (wl-thread-entity-check-prev-mark): Ditto.
6285         (wl-thread-entity-check-next-mark): Ditto.
6286         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6287         (wl-thread-entity-get-prev-marked-entity): Ditto.
6288         (wl-thread-get-prev-unread): Ditto.
6289         (wl-thread-jump-to-prev-unread): Ditto.
6290         (wl-thread-get-next-unread): Ditto.
6291         (wl-thread-jump-to-next-unread): Ditto.
6292         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6293         (wl-thread-entity-get-next-marked-entity): Ditto.
6294
6295         * wl-summary.el (wl-summary-buffer-number-list):
6296         New bufer-local variable.
6297         (wl-summary-switch-to-clone-buffer): Clone
6298         `wl-summary-buffer-number-list'.
6299         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6300         (wl-summary-cursor-move-regex): Eliminated.
6301         (wl-summary-cursor-up): Rewrite.
6302         (wl-summary-cursor-down): Ditto.
6303         (wl-summary-mode-spec-alist): New variable.
6304         (wl-summary-next-message): New inline function.
6305         (wl-summary-cursor-move): New function.
6306         (wl-summary-default-get-next-msg): Rewrite.
6307         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6308         (wl-summary-rescan): Ditto.
6309         (wl-summary-sync-all-init): Ditto.
6310         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6311         summary is not thread view.
6312         (wl-summary-sync-update): Ditto.
6313         (wl-summary-rescan): Ditto.
6314         (wl-summary-make-number-list): New function.
6315
6316         * wl-draft.el: "FCC" -> "Fcc".
6317
6318 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6319
6320         * wl-highlight.el (wl-highlight-summary-window):
6321         Call `set-buffer-modified-p'.
6322
6323         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6324         (wl): Call `elmo-init' and fix.
6325
6326         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6327         Use new variables.
6328
6329         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6330
6331 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6332
6333         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6334
6335 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6336
6337         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6338
6339 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6340
6341         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6342         `wl-use-toolbar' nor `display-graphic-p'.
6343         (wl-e21-setup-message-toolbar): Ditto.
6344         (wl-e21-setup-summary-toolbar): Ditto.
6345         (wl-e21-setup-folder-toolbar): Ditto.
6346
6347         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6348         (wl-plugged-init-icons): Ditto.
6349
6350         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6351         `display-graphic-p'.
6352         (wl-plugged-set-folder-icon): Ditto.
6353         (wl-highlight-plugged-current-line): Ditto.
6354         (wl-highlight-folder-current-line): Ditto.
6355         (wl-e21-highlight-folder-group-line): Ditto.
6356         (wl-e21-setup-toolbar): Ditto.
6357         (wl-e21-display-image-p): New macro.
6358
6359         * wl-demo.el (wl-demo): Simplified.
6360         (wl-demo-image-type-alist): Use `image-type-available-p' for
6361         checking whether the image type `xbm' is available.
6362
6363 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6366         (wl-summary-input-range): Ditto.
6367
6368 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6369
6370         * wl-summary.el (wl-summary-edit-addresses): Use
6371         `wl-summary-get-original-buffer'
6372         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6373         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6374         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6375         (wl-summary-get-newsgroups): Eliminated.
6376         (wl-summary-set-crosspost): Ditto.
6377         (wl-summary-is-crosspost-folder): Ditto.
6378         (wl-crosspost-alist-load): Ditto.
6379         (wl-crosspost-alist-save): Ditto.
6380
6381         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6382         `elmo-setup-subscribed-newsgroups' instead of
6383         `elmo-nntp-make-groups-hashtb'.
6384         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6385         instead of `wl-crosspost-alist-save'.
6386
6387         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6388         of `elmo-folder-message-appendable-p'.
6389         (wl-mime-header-presentation-method): Eliminated.
6390
6391         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6392         (Error occurs in emacs21).
6393
6394         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6395         the current buffer).
6396
6397         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6398         instead of `wl-crosspost-alist-save'.
6399         (wl-init): `elmo-crosspost-message-alist-load'
6400         instead of `wl-crosspost-alist-load'
6401
6402         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6403         (wl-parse-newsgroups): Likewise.
6404         (wl-biff-notify): Run `wl-biff-notify-hook'.
6405
6406 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6409
6410         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6411         when `wl-summary-lazy-highlight' is non-nil.
6412         (wl-summary-goto-folder-subr): Highlight only when
6413         `wl-summary-lazy-highlight' is non-nil.
6414
6415         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6416         Don't display progress and highlight temp-mark when
6417         `wl-summary-lazy-highlight' is non-nil.
6418         (wl-highlight-summary-window): New function.
6419         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6420
6421 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6422
6423         * wl-summary.el (wl-summary-sync): Change `all-visible'
6424         from `all-shown'
6425         (wl-summary-input-range): Ditto.
6426
6427 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6428
6429         * wl-e21.el (wl-highlight-folder-current-line): Call
6430         `wl-folder-init-icons' when folder icons have not been initialized.
6431
6432         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6433
6434         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6435         (wl-demo-image-type-alist): New macro.
6436
6437 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6438
6439         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6440         display does not support graphics.
6441         (wl-plugged-init-icons): Ditto.
6442         (wl-folder-init-icons): Ditto.
6443
6444         * wl-demo.el (wl-demo): Chech closely whether the display
6445         supports graphics.
6446
6447 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * wl-summary.el (wl-summary-get-original-buffer): New function.
6450         (wl-summary-set-crosspost): Use it.
6451         (wl-summary-target-mark-uudecode): Ditto.
6452         (wl-summary-reedit): Ditto.
6453         (wl-summary-resend-bounced-mail): Ditto.
6454         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6455         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6456
6457         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6458         (wl-message-display-internal): Ditto.
6459
6460 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6461
6462         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6463
6464 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6465
6466         * wl-summary.el (wl-summary-save-view): Renamed from
6467         `wl-summary-save-status'.
6468
6469 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6470
6471         * wl-summary.el (wl-summary-sync): Added `all-shown'
6472
6473 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6474
6475         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6476
6477 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6478
6479         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6480
6481 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6482
6483         * wl-highlight.el (wl-highlight-summary-line-string): Use
6484         `zerop' instead of `= 0'.
6485         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6486
6487         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6488         for comparing numbers.
6489         (wl-template-prev): Use `zerop' instead of `eq 0'.
6490
6491         * wl-draft.el (wl-draft-insert-current-message): Use
6492         `with-current-buffer' instead of `save-excursion'.
6493         Use `zerop' instead of `eq 0'.
6494
6495 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6496
6497         * wl-draft.el (wl-draft-insert-ccs): New function.
6498         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6499         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6500
6501 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6502
6503         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6504
6505 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6506
6507         * wl-expire.el (wl-expire-refile): Don't call
6508         elmo-msgdb-add-msgs-to-seen-list;
6509         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6510         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6511
6512 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6513
6514         * wl-message.el (wl-message-prev-page): Ignore errors while
6515         scroll-down.
6516
6517 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl-mime.el: Use elmo-original-message-mode instead of
6520         mmelmo-original-mode.
6521
6522         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6523         `elmo-folder-get-spec';
6524         (wl-fldmgr-add-completion-all-completions):
6525         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6526
6527         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6528         of `elmo-folder-get-type'.
6529
6530         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6531         `elmo-folder-get-spec';
6532         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6533         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6534         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6535         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6536         `elmo-read-msg-no-cache';
6537         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6538         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6539         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6540         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6541         `elmo-cache-save';
6542         (wl-draft-reedit): Use `elmo-message-file-name'.
6543
6544         * wl-expire.el: Use `elmo-folder-name-internal';
6545         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6546         Use macro `wl-summary-buffer-msgdb' instead of variable
6547         `wl-summary-buffer-msgdb';
6548         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6549         Use macro `wl-summary-buffer-folder-name' instead of variable
6550         `wl-summary-buffer-folder-name'.
6551         * wl-score.el: Likewise.
6552
6553         * wl-message.el: Rewrite for new message buffer cache mechanism.
6554         (wl-message-buffer-cache-buffer-get): New macro.
6555         (wl-message-buffer-cache-folder-get): Ditto.
6556         (wl-message-buffer-cache-message-get): Ditto.
6557         (wl-message-buffer-cache-entry-make): Ditto.
6558         (wl-message-buffer-cache-hit): Ditto.
6559         (wl-message-buffer-cache-sort): New function.
6560         (wl-message-buffer-cache-add): Ditto.
6561         (wl-message-buffer-cache-delete): Ditto.
6562         (wl-message-buffer-cache-clean-up): Ditto.
6563         (wl-message-buffer-window): Rewrite.
6564         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6565         (wl-message-buffer-display): New function.
6566         (wl-message-display-internal): New function.
6567
6568 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl-folder.el: Use `elmo-folder-name-internal';
6571         Use `wl-folder-get-elmo-folder';
6572         Use `elmo-folder-list-messages' instead of
6573         `elmo-list-folder';
6574         Use `elmo-folder-get-primitive-list' instead of
6575         `elmo-folder-get-primitive-spec-list';
6576         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6577         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6578         Use `elmo-folder-create' instead of `elmo-create-folder'.
6579         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6580         (wl-folder-get-elmo-folder): New macro.
6581         (wl-folder-elmo-folder-cache-get): Ditto.
6582         (wl-folder-elmo-folder-cache-put): Ditto.
6583         (wl-folder-suspend): Call `elmo-quit'.
6584
6585         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6586         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6587         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6588         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6589         (toplevel): require 'cl.
6590         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6591
6592         * wl-summary.el: Rewrite to use new elmo interface.
6593
6594 \f
6595 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6596
6597         * wl-mime.el (wl-draft-preview-message):
6598         Run `wl-draft-send-hook' before collecting recipients information;
6599         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6600
6601         * tm-wl.el (wl-draft-preview-message): Ditto.
6602
6603 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6604
6605         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6606         wrong recipients are displayed when forwarded message.
6607
6608 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6609
6610         * Version number is increased to 2.5.7.
6611
6612 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6613
6614         * wl-message.el (wl-message-next-page): Bind
6615         `window-pixel-scroll-increment' to nil while scrolling up.
6616
6617 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6618
6619         * wl-vars.el (wl-save-hook): New hook.
6620         * wl.el (wl-save): Call `wl-save-hook'.
6621
6622 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6623
6624         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6625         Argument WITH-ARG instead of NO-ARG (negative mean).
6626         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6627         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6628         * wl-message.el (wl-message-follow-current-entity): Likewise.
6629
6630 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6631
6632         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6633         FROM was optional argument.
6634         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6635
6636 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6637
6638         * Version number is increased to 2.5.6.
6639
6640 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6641
6642         * wl-version.el (wl-version-show): Removed.
6643         (wl-version): Add `interactive'.
6644
6645 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6646
6647         * wl-summary.el (wl-summary-get-petname-func): New variable.
6648         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6649         instead of `wl-address-get-petname-1'.
6650         (wl-summary-simple-from): Ditto.
6651
6652         * wl-address.el (wl-address-get-petname-1): Define as function.
6653
6654 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6655
6656         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6657         field in the original message.
6658         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6659
6660 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6661
6662         * wl-expire.el (wl-expire-hide):
6663         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6664
6665 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6668         find decoder for To, Cc, and Subject.
6669
6670 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6673         for checking `elmo-use-buffer-cache'.
6674         (wl-summary-mark-as-important): Fixed typo in comment.
6675
6676 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6677
6678         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6679         field in the original message.
6680         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6681
6682 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6683
6684         * wl-expire.el (wl-expire-hide):
6685         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6686
6687 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6688
6689         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6690         find decoder for To, Cc, and Subject.
6691
6692 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * Version number is increased to 2.5.5.
6695
6696         * wl-address.el (wl-address-specials-regexp): New constant.
6697         (wl-address-quote-specials): Use it.
6698
6699 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6700
6701         * wl-summary.el (wl-summary-rescan):
6702         Call `wl-summary-buffer-number-column-detect'.
6703         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6704
6705         * wl-message.el (wl-message-mode-map): Define.
6706         (wl-message-decode): Use it as local-map.
6707
6708 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6709
6710         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6711         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6712
6713 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6714
6715         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6716
6717         * wl-mule.el (wl-read-event-char): Ditto.
6718
6719         * wl-e21.el (wl-read-event-char): Ditto.
6720
6721         * wl-nemacs.el (wl-read-event-char): Ditto.
6722         (read-event): Removed.
6723
6724         * wl-util.el (toplevel): Removed dummy definition of
6725         `read-event'.
6726         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6727
6728 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6729
6730         * wl-nemacs.el (elmo-archive-call-process): Moved to
6731         elmo-archive.el.
6732
6733 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6734
6735         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6736         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6737
6738         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6739         instead of magic-number 6.  Use `not' instead of `null' for symbol
6740         `nil' check (not empty list).
6741         (wl-draft-insert-x-face-field): Fixed paren style.
6742
6743         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6744         one-branch conditional statement, instead of `and' and `if'.
6745         (wl-draft-forward): Likewise.
6746         (wl-draft-add-references): Likewise.
6747         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6748
6749         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6750         conditional steatment.  Use `cond' instead of `if'.
6751         (wl-draft-confirm): Likewise.
6752
6753 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6754
6755         * wl-version.el (wl-version-show): Use `product-string-1'
6756         instead of `wl-version'.
6757         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6758
6759         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6760
6761 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6762
6763         * wl-highlight.el (wl-highlight-headers): Revert
6764         `wl-highlight-x-face-func' argument (`beg' and `end').
6765
6766 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6767
6768         * wl.el (toplevel): Move `product-provide' declare.
6769         * wl-demo.el (toplevel): Ditto.
6770         * wl-dnd.el (toplevel): Ditto.
6771         * wl-highlight.el (toplevel): Ditto.
6772         * wl-message.el (toplevel): Ditto.
6773         * wl-refile.el (toplevel): Ditto.
6774         * wl-util.el (toplevel): Ditto.
6775
6776 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6777
6778         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6779         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6780         (wl-thread-close-all): keep cursor position.
6781
6782 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6783
6784         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6785         (eq x 0).
6786         (wl-generate-user-agent-string-1): Fix conditional statement.
6787
6788 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6789
6790         * wl.el (wl-check-environment): Additional check for
6791         'wl-local-domain' and `wl-message-id-domain'.
6792
6793 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6794
6795         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6796
6797 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6798
6799         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6800         instead of `smtp-sasl-user-realm'.
6801
6802 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6803
6804         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6805
6806 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6807
6808         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6809         to the default value as well as `eword-lexical-analyzer'.
6810
6811 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6812
6813         * wl-version.el (wl-extended-emacs-version,
6814         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6815         `elmo-match-string' instead of `wl-match-string'.
6816
6817 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6818
6819         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6820         docstring.
6821
6822 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6823
6824         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6825
6826 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6827
6828         * wl-highlight.el (wl-highlight-headers): Remove
6829         `wl-highlight-x-face-func' argument (`beg' and `end').
6830
6831 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6832
6833         * wl-summary.el (wl-summary-mark-as-important):
6834         Remove cache if folder is local.
6835
6836 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6837
6838         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6839         to get existing e-mail address string.
6840
6841 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6842
6843         * wl-version.el (wl-generate-user-agent-string): Commentary.
6844         (wl-generate-user-agent-string-1): Use `when' for
6845         one-branch conditional statement, instead of `and' and `if'.
6846         (wl-extended-emacs-version, wl-extended-emacs-version2,
6847         wl-extended-emacs-version3): Ditto.
6848
6849 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6850
6851         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6852         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6853         condition-case; Remove initialization.
6854         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6855         (wl-summary-sync-update3): Added argument `sync-all';
6856         Eliminated local variable `msgdb';
6857         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6858         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6859         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6860
6861 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6862
6863         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6864         connection before call `wl-draft-send-mail-with-smtp'.
6865
6866 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6867
6868         * Version number is increased to 2.5.4.
6869
6870 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6871
6872         * wl.el (wl-check-environment): Additional check for
6873         'wl-local-domain' and `wl-message-id-domain'.
6874
6875 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6878         buffer as command specific.
6879         (wl-folder-mark-as-read-all-entity): Ditto.
6880         (wl-folder-prefetch-entity): Ditto.
6881         (wl-folder-drop-unsync-entity): Ditto.
6882
6883         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6884         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6885         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6886
6887         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6888         save-excursion.
6889
6890 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * Version number is increased to 2.5.3.
6893
6894         * wl-summary.el (wl-summary-save-view-cache):
6895         Delete duplicated `write-region';
6896         Use `write-region-as-binary' instead of `as-binary-output-file' and
6897         `write-region'.
6898
6899 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6900
6901         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6902
6903 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6904
6905         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6906         instead of `smtp-via-smtp'.
6907
6908 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6909
6910         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6911
6912 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6913
6914         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6915         instead of `smtp-sasl-user-realm'.
6916
6917 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6918
6919         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6920
6921 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6922
6923         * Version number is increased to 2.5.2.
6924
6925 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6926
6927         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6928         does not exist.
6929         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6930         (wl-biff-start): Call `timer-activate' if timer already exists.
6931
6932         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6933         only when it is bound as function.
6934
6935 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6936
6937         * Version number is increased to 2.5.1.
6938
6939 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6940
6941         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6942         Print refile/copy destination.
6943
6944 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6947         queue-flush-only is non-nil.
6948
6949         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6950
6951         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6952         checking cache folder.
6953
6954 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6955
6956         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6957         `regexp-quote'.
6958
6959 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6960
6961         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6962         function.
6963         * wl-summary.el (wl-summary-write-current-folder-functions):
6964         Change default value.  Use it.
6965
6966 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6967
6968         * Version number is increased to 2.5.0.
6969
6970         * wl-version.el (wl-version): Changed codename.
6971
6972 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6973
6974         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6975         (wl-summary-supersedes-message): Ditto.
6976
6977 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6978
6979         * wl-refile.el (wl-refile-guess-functions): Renamed from
6980         `wl-refile-guess-func-list'.
6981
6982 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6985         Fixed problem when no rule was matched.
6986
6987 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6988
6989         * wl-summary.el (wl-summary-get-mark): Fixed
6990         `wl-summary-buffer-target-mark' check logic.
6991
6992 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6993
6994         * wl-folder.el (wl-folder-write-current-folder): Added group
6995         folder check.
6996
6997         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6998         `wl-summary-write-current-newsgroup'.
6999         (wl-summary-write-current-folder-functions): New variable.
7000         * wl-folder.el (wl-folder-get-newsgroups): New function.
7001         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7002         (wl-folder-write-current-folder): Renamed from
7003         `wl-folder-write-current-newsgroup'.
7004
7005 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7006
7007         * Version number is increased to 2.3.93.
7008
7009 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7010
7011         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7012         (wl-ldap-make-matched-value-list): Ditto.
7013         (wl-ldap-alias-safe-string): Split e-mail address.
7014
7015         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7016         petname folder default was selected.
7017         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7018         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7019
7020 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7021
7022         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7023         to `wl-draft-config-exec'.
7024
7025         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7026         instead of calling `wl-draft-config-exec';
7027         Process group-list and show recipients in minibuffer.
7028
7029         * tm-wl.el (wl-draft-preview-message): Ditto.
7030
7031 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7032
7033         * wl.el (toplevel): Added (C) to copyright notice, and
7034         sync Author header.
7035         * tm-wl.el (toplevel): Ditto.
7036         * wl-address.el (toplevel): Ditto.
7037         * wl-demo.el (toplevel): Ditto.
7038         * wl-dnd.el (toplevel): Ditto.
7039         * wl-draft.el (toplevel): Ditto.
7040         * wl-e21.el (toplevel): Ditto.
7041         * wl-expire.el (toplevel): Ditto.
7042         * wl-folder.el (toplevel): Ditto.
7043         * wl-highlight.el (toplevel): Ditto.
7044         * wl-message.el (toplevel): Ditto.
7045         * wl-mime.el (toplevel): Ditto.
7046         * wl-mule.el (toplevel): Ditto.
7047         * wl-nemacs.el (toplevel): Ditto.
7048         * wl-refile.el (toplevel): Ditto.
7049         * wl-score.el (toplevel): Ditto.
7050         * wl-summary.el (toplevel): Ditto.
7051         * wl-template.el (toplevel): Ditto.
7052         * wl-thread.el (toplevel): Ditto.
7053         * wl-util.el (toplevel): Ditto.
7054         * wl-vars.el (toplevel): Ditto.
7055         * wl-xmas.el (toplevel): Ditto.
7056
7057 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7058
7059         * wl.el (wl-init): Added comment about `wl-init-hook'.
7060         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7061         * wl-vars.el (wl-init-hook): Added docs.
7062         (wl-make-plugged-hook): Removed useless docs.
7063         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7064         * wl-xmas.el (toplevel): Ditto.
7065
7066 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7067
7068         * wl-address.el (toplevel): Fixed multiple Author header format.
7069         * wl-demo.el (toplevel): Ditto.
7070         * wl-draft.el (toplevel): Ditto.
7071         * wl-folder.el (toplevel): Ditto.
7072         * wl-summary.el (toplevel): Ditto.
7073         * wl-thread.el (toplevel): Ditto.
7074         * wl-util.el (toplevel): Ditto.
7075         * wl-vars.el (toplevel): Ditto.
7076         * wl-version.el (toplevel): Ditto.
7077         * wl-xmas.el (toplevel): Ditto.
7078         * wl.el (toplevel): Ditto.
7079
7080         * wl-version.el (toplevel): Added require `elmo-version' for
7081         `product-version-as-string'.
7082
7083 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7084
7085         * wl-vars.el (wl-draft-send-hook): Changed default value to
7086         '(wl-draft-config-exec).
7087
7088         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7089         explicitly.
7090         (wl-draft): Set `wl-draft-config-exec-flag' before running
7091         `wl-mail-setup-hook'.
7092
7093         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7094         `wl-biff-init-icons' to `wl-init-hook' instead of
7095         `wl-make-plugged-hook'.
7096         (Because if `wl-draft' command is invoked at first,
7097         they are not initialized)
7098         Updated copyright notice.
7099
7100         * wl-e21.el (toplevel): Ditto;
7101
7102         * wl-demo.el (toplevel): Updated copyright notice.
7103         * wl-address.el (toplevel): Ditto.
7104         * wl-draft.el (toplevel): Ditto.
7105         * wl-version.el (toplevel): Ditto.
7106         * wl-folder.el (toplevel): Ditto.
7107         * wl-summary.el (toplevel): Ditto.
7108         * wl-thread.el (toplevel): Ditto.
7109         * wl-util.el (toplevel): Ditto.
7110         * wl-vars.el (toplevel): Ditto.
7111         * wl.el (toplevel): Ditto.
7112
7113 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7114
7115         * wl-highlight.el (wl-highlight-message): Fixed problem of
7116         highlighting failure which occured when the last field contains
7117         multiple lines in the draft buffer.
7118
7119         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7120         `wl-biff-start' if plugged.
7121
7122         * wl-util.el (wl-biff-check-folder): New function.
7123         (wl-biff-check-folders): Don't set session name prefix.
7124         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7125         (wl-biff-check-folder-async): Ditto.
7126
7127         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7128         in email address.
7129
7130 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7131
7132         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7133
7134         * wl-draft.el (wl-draft-strip-subject-re): New function.
7135
7136         * wl-draft.el (wl-draft-reply): Use it.
7137
7138 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7139
7140         * wl-message.el (wl-mmelmo-message-redisplay): Use
7141         `mime-display-message' instead of `wl-mime-display-message'.
7142
7143         * wl-mime.el (toplevel): Removed compatibility workaround
7144         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7145         (wl-mime-display-message): Abolished.
7146         (wl-mime-entity-read-field): Ditto.
7147         (wl-mime-combine-message/partial-pieces): Use
7148         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7149
7150 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7151
7152         * wl-template.el: Doc fixes.
7153
7154 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7155
7156         * wl-e21.el (wl-message-overload-functions): Do nothing if
7157         `current-local-map' is not available.
7158         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7159
7160 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7161
7162         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7163         representation.
7164
7165         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7166         number.
7167         (wl-fldmgr-save-folders): Don't use `format' when insert
7168         `wl-fldmgr-folders-header'.
7169
7170 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7171
7172         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7173
7174 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7175
7176         * wl-highlight.el (wl-highlight-message):
7177         Use `std11-field-end' to detect end point of the header field.
7178         Refer `wl-highlight-max-header-size'.
7179
7180         * wl-vars.el (wl-highlight-max-header-size): New variable.
7181
7182         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7183
7184         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7185         Set `for-draft' argument of wl-highlight-headers.
7186         (wl-draft): Ditto.
7187         (wl-draft-reedit): Ditto.
7188         (wl-user-agent-compose-internal): Ditto.
7189
7190 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7191
7192         * wl-message.el (wl-message-add-button): Use overlay.
7193
7194 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7195
7196         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7197
7198         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7199         problem when group-list content is nothing.
7200         (Reported by Mito <mit@nines.nec.co.jp>)
7201
7202 2000-10-18  SAITO Atsunori <sai@yedo.com>
7203
7204         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7205
7206 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7207
7208         * tm-wl.el (toplevel): Use product-provide.
7209
7210 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7211
7212         * Version number is increased to 2.3.92.
7213
7214 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7215
7216         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7217         title text, use `display' property for left margin under Emacs 21.
7218
7219         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7220         properties.
7221         (wl-plugged-init-icons): Ditto.
7222
7223 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7224
7225         * wl.el (wl-save-status, wl-init): Remove last period in
7226         "...done." message.
7227         * tm-wl.el (wl-summary-burst): Ditto.
7228         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7229         wl-summary-resume-cache-status,
7230         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7231         wl-summary-sync-update3, wl-summary-highlight-msgs,
7232         wl-summary-flush-pending-append-operations,
7233         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7234         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7235         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7236         wl-thread-open-all): Ditto.
7237         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7238         * wl-mime.el (wl-summary-burst): Ditto.
7239         * wl-highlight.el (wl-highlight-summary): Ditto.
7240         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7241         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7242         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7243         * wl-address.el (wl-local-address-init): Ditto.
7244
7245 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7246
7247         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7248         `add-text-properties'.
7249         (wl-plugged-init-icons): Ditto.
7250         (wl-folder-init-icons): Use `propertize' instead of
7251         `put-text-property'.
7252         (wl-plugged-set-folder-icon): Ditto.
7253         (wl-e21-highlight-folder-group-line): Ditto.
7254
7255 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7256
7257         * wl-version.el (wl-version-status-alist): New variable.
7258         (wl-version-status): New function.
7259
7260         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7261         "Cc" part of the case "Reply-To".
7262
7263         * wl-draft.el (wl-draft-reply): Use result of
7264         `eword-extract-address-components'.
7265
7266         * wl-demo.el (wl-demo-icon-name): New constant.
7267         (wl-logo-xpm): Use it.
7268         (wl-logo-xbm): Ditto.
7269         (wl-logo-bitmap): Ditto.
7270
7271         * Version number is increased to 2.3.91.
7272
7273 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7274
7275         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7276         (wl-extended-emacs-version, wl-extended-emacs-version2,
7277         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7278         docstring.
7279
7280         * wl-version.el (wl-generate-user-agent-string-1): New function.
7281         (wl-generate-user-agent-string): Use it.
7282
7283         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7284         `mime-edit-insert-user-agent-field'.
7285         (wl-generate-user-agent-string): Check
7286         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7287
7288         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7289         instead of `if', when verbose case.
7290
7291 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7292
7293         * wl-expire.el (wl-summary-expire): Fix.
7294
7295 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7296
7297         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7298         and `elmo-lost+found-folder' if 'wl-draft.
7299         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7300
7301 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7302
7303         * wl-expire.el (wl-summary-expire): Change messages.
7304         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7305         `deleing-info' instead of "Deleting..."
7306
7307 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7308
7309         * wl-summary.el (wl-summary-refile-subr): Fix.
7310
7311 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7312
7313         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7314         if pipe folder.
7315
7316 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7317
7318         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7319
7320 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7321
7322         * wl-expire.el (wl-expire-hide): New function.
7323         (wl-summary-expire): Add `hide'.
7324
7325 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7326
7327         * wl-vars.el (wl-draft-reply-without-argument-list):
7328         Changed default value to consider `Reply-To:'.
7329         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7330
7331         * Version number is increased to 2.3.90.
7332
7333         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7334         elmo-imap4-get-session with unwind-protect.
7335         Don't cause error.
7336         (wl-summary-sync-marks): Don't check plugged nor folder type.
7337         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7338         (Always keep current buffer).
7339
7340 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7341
7342         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7343         Enclose with `save-excursion'.
7344
7345 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7346
7347         * wl-version.el (wl-version): Remove interactive.
7348
7349 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7350
7351         * wl-version.el (wl-generate-user-agent-string): Use
7352         `product-string-verbose' instead of `product-string-1'.
7353
7354 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7355
7356         * wl-vars.el (wl-draft-use-cache): New variable.
7357         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7358         if wl-draft-use-cache is non-nil.
7359
7360 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7361
7362         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7363         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7364
7365 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7366
7367         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7368         (wl-thread-msg-mark-as-unread): Ditto.
7369
7370         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7371         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7372         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7373         Don't set mark in summary if return value of `elmo-mark-as-read'
7374         is nil.
7375         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7376         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7377         instead of `wl-thread-msg-mark-as-read'.
7378         (wl-summary-mark-as-unread-region): Ditto.
7379         (wl-summary-target-mark-mark-as-read): Ditto.
7380
7381         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7382
7383 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7384
7385         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7386
7387         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7388
7389 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7390
7391         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7392         face.
7393
7394 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7395
7396         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7397         `running-xemacs'.
7398
7399 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7400
7401         * wl-version.el (toplevel): Use `product-version-as-string' for
7402         set verstion-string, if defined.
7403
7404         * wl-version.el (wl-version-show): Insert string at point, when
7405         call with argument.
7406
7407         * wl-version.el (wl-generate-user-agent-string): Use
7408         `product-string-1' instead of `wl-appname', `wl-version' and
7409         `wl-codename'.
7410
7411 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7412
7413         * wl-address.el (toplevel): Use product-provide.
7414         * wl-demo.el (toplevel): Ditto.
7415         * wl-dnd.el (toplevel): Ditto.
7416         * wl-draft.el (toplevel): Ditto.
7417         * wl-e21.el (toplevel): Ditto.
7418         * wl-expire.el (toplevel): Ditto.
7419         * wl-fldmgr.el (toplevel): Ditto.
7420         * wl-folder.el (toplevel): Ditto.
7421         * wl-highlight.el (toplevel): Ditto.
7422         * wl-message.el (toplevel): Ditto.
7423         * wl-mime.el (toplevel): Ditto.
7424         * wl-mule.el (toplevel): Ditto.
7425         * wl-nemacs.el (toplevel): Ditto.
7426         * wl-refile.el (toplevel): Ditto.
7427         * wl-score.el (toplevel): Ditto.
7428         * wl-summary.el (toplevel): Ditto.
7429         * wl-template.el (toplevel): Ditto.
7430         * wl-thread.el (toplevel): Ditto.
7431         * wl-util.el (toplevel): Ditto.
7432         * wl-vars.el (toplevel): Ditto.
7433         * wl-xmas.el (toplevel): Ditto.
7434         * wl.el (toplevel): Ditto.
7435
7436 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7437
7438         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7439         instead of product.
7440
7441         * wl-version.el (wl-version): Compile time evalution elmo-version.
7442
7443 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7444
7445         * wl-summary.el (wl-summary-sync-force-update): Append queue
7446         `mark-as-read'if unplugged.
7447
7448 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7449
7450         * wl-version.el: New file.  Use product.el.
7451         * wl.el: add (require 'wl-version).
7452         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7453         for ~/.folders header.
7454         (wl-fldmgr-folders-header): Changed.
7455         * wl-demo.el (wl-demo): Use product.el.
7456
7457         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7458         wl-version.el.
7459         * wl-util.el (wl-version, wl-version-show): Ditto.
7460
7461         * wl-util.el (wl-generate-user-agent-string,
7462         wl-extended-emacs-version, wl-extended-emacs-version2,
7463         wl-extended-emacs-version3): Move to wl-version.el.
7464         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7465         xemacs-codename, mime-edit-insert-user-agent-field,
7466         mime-edit-user-agent-value, mime-editor/version,
7467         mime-editor/codename): Compile warning killer move to
7468         wl-version.el
7469
7470 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7471
7472         * wl-summary.el (wl-summary-refile-subr): Fix.
7473
7474 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7475
7476         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7477         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7478
7479 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7480
7481         * wl.el (wl-check-environment): Check too many `@'.
7482
7483 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7484
7485         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7486
7487 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7488
7489         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7490         wl-draft-reply-myself-without-argument-list): Add variables.
7491         * wl-draft.el (wl-draft-reply): Use it.
7492
7493 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7494
7495         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7496         the 5th argument of `elmo-network-get-spec'.
7497
7498         * wl-thread.el (wl-thread-reparent-children): New inline function.
7499         (wl-thread-delete-message): Use it.
7500
7501         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7502         (wl-summary-score-update-all-lines): Don't use `dolist'.
7503
7504 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7505
7506         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7507         (require 'elmo-msgdb) for inline function.
7508
7509 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7510
7511         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7512
7513 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7514
7515         * wl-score.el (wl-score-headers): Fix for the confusing macro
7516         `elmo-kill-buffer'.
7517
7518 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7519
7520         * wl-summary.el: Don't use the 3rd argument of `require' because
7521         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7522         * wl-util.el: Ditto.
7523         * wl-draft.el: Ditto.
7524
7525 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7526
7527         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7528         window system is not used.
7529
7530 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7531
7532         * wl-thread.el: Don't use `mapcar' only for iteration.
7533         (wl-thread-resume-entity): Ditto.
7534         (wl-thread-delete-message): Ditto.
7535
7536         * wl-summary.el: Bind `dragdrop-drop-functions',
7537         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7538         of `require' for `timezone', `easymenu' and `ps-print';
7539         don't use `mapcar' only for iteration.
7540
7541         * wl-util.el: Bind `mule-version', `nemacs-version',
7542         `emacs-beta-version', `xemacs-codename',
7543         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7544         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7545         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7546         only for iteration.
7547
7548         * wl-score.el: Don't use `mapcar' only for iteration.
7549         (wl-score-simplify-buffer-fuzzy): Ditto.
7550         (wl-score-simplify-subject): Ditto.
7551         (wl-score-headers): Ditto.
7552         (wl-summary-score-update-all-lines): Ditto.
7553
7554         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7555         `enable-multibyte-characters' and `mule-version'.
7556
7557         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7558         `mapcar' only for iteration.
7559
7560         * wl-demo.el: Don't use `mapcar' only for iteration.
7561
7562         * wl-folder.el: Don't use `mapcar' only for iteration.
7563         (wl-folder-open-all): Ditto.
7564         (wl-folder-count-incorporates): Ditto.
7565
7566         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7567         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7568
7569         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7570         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7571         `smtp-connection-type'; specify 3rd argument of `require' for
7572         `timezone'; don't use `mapcar' only for iteration.
7573         (wl-draft-clone-local-variables): Don't use `mapcar'.
7574         (wl-draft-generate-clone-buffer): Ditto.
7575         (wl-user-agent-compose-internal): Ditto.
7576
7577         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7578
7579         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7580         (wl-save-status): Ditto.
7581
7582         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7583         for iteration.
7584
7585 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7586
7587         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7588         removed `Date'.
7589         (wl-fldmgr-make-filter-default): New user option.
7590
7591         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7592         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7593         (wl-fldmgr-filter-completion-alist): Abolish.
7594
7595         * wl.el (wl): Don't check servers if arg is non-nil.
7596
7597         * wl-draft.el (wl-draft-reply): Set only message-id string to
7598         In-Reply-To field.
7599
7600 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7601
7602         * wl-summary.el (wl-summary-pick): Rewrite.
7603
7604         * wl-draft.el (wl-draft-forward): Get references field from
7605         original buffer.
7606         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7607
7608 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7609
7610         * wl-draft.el (wl-draft-forward): Add references field.
7611
7612 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7613
7614         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7615         (wl-draft-reply): Use it.
7616
7617 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7618
7619         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7620         when Emacs 21 is running.
7621
7622         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7623         bindings.
7624
7625 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7626
7627         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7628         XPM icons transparent.
7629
7630         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7631         Emacs 21.
7632
7633 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7634
7635         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7636         nil.
7637
7638         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7639         when it is persistent.
7640         (wl-summary-sync-marks): Changed argument for
7641         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7642         (wl-summary-virtual): Use `elmo-read-search-condition'.
7643         (wl-summary-redisplay-internal): If folder is local, mark as read
7644         even when folder is plugged.
7645
7646 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7647
7648         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7649         of `tool-bar-lines' in the frame parameters.
7650         (after-make-frame-functions, post-command-hook): Don't modify the
7651         value.
7652         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7653         wl-e21-tool-bar-lines): Removed.
7654
7655 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7656
7657         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7658         properties `evaporate' and `wl-momentary-overlay' as well.
7659         (wl-highlight-summary-displaying): Ditto.
7660         (wl-delete-all-overlays): Don't delete overlay which does not have
7661         a property `wl-momentary-overlay'.
7662
7663         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7664         `display-mouse-p' and `display-graphic-p'.
7665         (wl-folder-init-icons): Don't search for XBM or the other files.
7666         (wl-plugged-set-folder-icon): Make icons if and only if
7667         `display-graphic-p' returns non-nil.
7668         (wl-highlight-plugged-current-line): Use `before-string' overlay
7669         property to show icon images.
7670         (wl-highlight-folder-current-line): Ditto.
7671         (wl-e21-highlight-folder-group-line): Ditto.
7672         (wl-e21-highlight-folder-by-numbers): Ditto.
7673         (wl-e21-insert-image): Removed.
7674         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7675         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7676         said.
7677         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7678         `wl-e21-force-switch-toolbar'.
7679         (wl-e21-make-icon-image): Removed.
7680         (wl-e21-setup-toolbar): Don't search for XBM files.
7681         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7682         the default value.
7683
7684 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7685
7686         * wl-util.el (wl-biff-check-folder-async): Set
7687         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7688
7689 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7690
7691         * wl-e21.el (after-make-frame-functions): Add
7692         `wl-e21-force-switch-toolbar'.
7693         (wl-e21-force-switch-toolbar): New function force to switch the
7694         toolbar appearance automatically.
7695         (post-command-hook): Add `wl-e21-switch-toolbar'.
7696         (wl-e21-switch-toolbar): New function to switch the toolbar
7697         appearance automatically.
7698         (wl-e21-tool-bar-lines): New buffer local variable.
7699
7700 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7701
7702         * wl-util.el (wl-biff-check-folders-running): New variable.
7703         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7704         (wl-biff-check-folder-async-callback):
7705         Set `wl-biff-check-folders-running'.
7706         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7707         with unwind-protect.
7708
7709         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7710         Enclose `wl-folder-auto-check' with unwind-protect.
7711
7712         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7713         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7714
7715         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7716
7717         * wl-util.el (wl-biff-notify): New inline function.
7718         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7719         locally.
7720         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7721         folder-list' is 1.
7722         Use `wl-biff-notify'.
7723         (wl-biff-check-folder-async-callback): New function.
7724         (wl-biff-check-folder-async): Ditto.
7725
7726         * wl-folder.el (wl-folder): Don't check folders.
7727         (wl-folder-auto-check): New function.
7728
7729 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7730
7731         * wl-util.el (wl-biff-start) [Emacs19+]:
7732         Use `timer-next-integral-multiple-of-time'.
7733         (wl-biff-check-folders): Use `wl-default-folder'
7734         if `wl-biff-check-folder-list' is nil.
7735
7736 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7737
7738         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7739         instead of `elmo-delete-lists'.
7740
7741 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7742
7743         * wl.el (wl-plugged-toggle-all): Set the value of
7744         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7745         (wl-plugged-toggle): Ditto.
7746         (wl-toggle-plugged): Ditto.
7747         (wl-plugged-init): Ditto.
7748
7749         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7750         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7751         instead of `wl-biff-state-indicator-off' and
7752         `wl-biff-state-indicator-on'; don't modify the value and the type
7753         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7754         (wl-plugged-init-icons): Set icons data to
7755         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7756         instead of `wl-plug-state-indicator-off' and
7757         `wl-plug-state-indicator-on'; don't modify the value and the type
7758         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7759
7760         * wl-vars.el (wl-modeline-biff-state-off,
7761         wl-modeline-biff-state-on, wl-modeline-biff-status,
7762         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7763         wl-modeline-plug-status): New internal variables.
7764         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7765         wl-biff-check-interval, wl-biff-check-folder-list): Change
7766         customization group from `wl-folder' to `wl-highlight'.
7767         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7768         wl-show-plug-status-on-modeline): Defcustomized.
7769
7770         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7771         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7772         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7773         a flag to `mode-line-buffer-identification'.
7774
7775         * wl-e21.el (wl-biff-init-icons): Set icons data to
7776         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7777         instead of `wl-biff-state-indicator-off' and
7778         `wl-biff-state-indicator-on'.
7779         (wl-plugged-init-icons): Set icons data to
7780         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7781         instead of `wl-plug-state-indicator-off' and
7782         `wl-plug-state-indicator-on'.
7783
7784 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7785
7786         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7787         excessive titles.
7788
7789 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7790
7791         * wl.el (wl-plugged-mode): Use revised
7792         `wl-mode-line-buffer-identification'.
7793         (wl-plugged-init): Don't use `force-mode-line-update'.
7794
7795         * wl-xmas.el (wl-draft-overload-functions): Use revised
7796         `wl-mode-line-buffer-identification'.
7797         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7798         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7799         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7800         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7801         `wl-make-plugged-hook';
7802         add `wl-folder-init-icons' and `wl-setup-folder' to
7803         `wl-folder-mode-hook'.
7804
7805         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7806         19 as well.
7807         (wl-mode-line-display-priority-list): New user option.
7808         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7809         Defcustomized.
7810         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7811         Add docs.
7812
7813         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7814         start.
7815         (wl-mode-line-buffer-identification): Revised as a function.
7816
7817         * wl-summary.el (wl-summary-mode): Use revised
7818         `wl-mode-line-buffer-identification'; don't call
7819         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7820         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7821         `wl-xmas-setup-summary'.
7822
7823         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7824         `wl-mode-line-buffer-identification'.
7825
7826         * wl-mule.el (wl-draft-overload-functions): Use revised
7827         `wl-mode-line-buffer-identification'.
7828
7829         * wl-folder.el (wl-make-plugged-alist): Don't call
7830         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7831         (wl-folder): Don't call `wl-folder-init-icons' directly.
7832         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7833         `wl-xmas-setup-folder' directly;
7834         use revised `wl-mode-line-buffer-identification'.
7835         (TopLevel): Don't bind `wl-biff-init-icons',
7836         `wl-plugged-init-icons', `wl-folder-init-icons',
7837         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7838
7839         * wl-e21.el (wl-draft-overload-functions): Use revised
7840         `wl-mode-line-buffer-identification'.
7841         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7842         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7843         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7844         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7845         `wl-make-plugged-hook';
7846         add `wl-folder-init-icons' and `wl-setup-folder' to
7847         `wl-folder-mode-hook'.
7848
7849 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7850             Katsumi Yamaoka    <yamaoka@jpl.org>
7851
7852         * wl.el (wl): Call `wl-biff-start'.
7853         (wl-exit): Call `wl-biff-stop'.
7854         (wl-plugged-mode): Show biff in modeline.
7855         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7856
7857         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7858         (wl-biff-init-icons): New function.
7859         (wl-plugged-init-icons): Don't make too much keymaps.
7860         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7861
7862         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7863         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7864         variables.
7865         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7866         options.
7867
7868         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7869         wl-biff-start, wl-biff-stop): New functions.
7870         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7871         (wl-biff-timer-name): New variable.
7872
7873         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7874
7875         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7876         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7877
7878         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7879         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7880
7881         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7882         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7883         `wl-folder-init-icons' to `ignore' if they are not available.
7884         (wl-folder-mode): Show biff in modeline.
7885
7886         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7887         (wl-biff-init-icons): New function.
7888         (wl-plugged-init-icons): Don't make too much keymaps.
7889         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7890
7891 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7892
7893         * wl-vars.el (wl-strict-diff-folders): Customization Type
7894         and doc fix.  Define as a list of regular expressions for
7895         folders or nil.
7896         * wl-folder.el (wl-folder-check-one-entity): Use
7897         `wl-string-match-member' instead of `wl-string-member' for
7898         `wl-strict-diff-folders'.
7899
7900 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7901
7902         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7903         (wl-highlight-folder-current-line): Use it; new implementation.
7904         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7905         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7906         `defsubst' instead of `defun'.
7907
7908         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7909         `wl-highlight-group-folder-by-numbers'; made it can also be a
7910         number.  See info for more details.
7911
7912         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7913         running.
7914
7915         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7916         to bind them.
7917
7918         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7919         (wl-highlight-folder-current-line): New implementation.
7920
7921         * wl-highlight.el (wl-highlight-folder-group-line): New
7922         implementation.
7923         (wl-delete-all-overlays): Rewrite as a marco.
7924         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7925
7926         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7927         running.
7928         (wl-folder-*-glyph): No need to bind them.
7929
7930         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7931         `wl-e21-highlight-folder-group-icon'; rewrite.
7932         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7933         `defsubst' instead of `defun'.
7934         (wl-folder-mode-map): Bind it when compiling.
7935
7936 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7937
7938         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7939
7940         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7941
7942 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7943
7944         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7945
7946 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7947
7948         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7949         (wl-highlight-folder-current-line): Use it.
7950
7951         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7952         in `id-name'.
7953
7954 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7955
7956         * wl.el: Require `wl-e21' when Emacs 21 is running.
7957
7958         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7959         default when Emacs 21 is running.
7960         (wl-use-highlight-mouse-line): Ditto.
7961         (wl-on-emacs21): New constant.
7962         (wl-on-emacs20): Removed.
7963
7964         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7965         Emacs 21 is running.
7966
7967         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7968         Emacs 21 is running.
7969
7970         * wl-e21.el: New file.
7971
7972 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7973
7974         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7975         (wl-toggle-plugged): Ditto.
7976         (wl-plugged-toggle): Ditto.
7977         (wl-plugged-toggle-all): Ditto.
7978
7979         * wl-vars.el (wl-plug-state-indicator): Refer
7980         `wl-plug-state-indicator-on' indirectly.
7981
7982 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7983
7984         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7985         Call `wl-folder-confirm-existence'.
7986
7987         * wl-folder.el (wl-folder-confirm-existence): Added optional
7988         argument `force'.
7989
7990 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7991
7992         * wl-summary.el (wl-summary-refile-subr): Assume
7993         `copy-or-refile' as symbol.
7994         (wl-summary-refile): Follow up above change.
7995         (wl-summary-copy): Ditto.  Doc fix.
7996
7997 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7998
7999         * wl-summary.el (wl-summary-pick): Don't bind
8000         `elmo-search-mime-charset'.
8001
8002         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8003         default using old backquote style.
8004         (wl-search-mime-charset): Abolished.
8005
8006         * wl-highlight.el (wl-highlight-headers):
8007         Call `point' after `re-search-forward'(for Nemacs).
8008
8009         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8010         for elmo-imap4.el.
8011
8012 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8013
8014         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8015         `wl-message-ignored-field-list' instead of
8016         `mime-view-ignored-field-list'.
8017
8018         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8019         Add interactive spec.
8020         (wl-folder-goto-bottom-of-current-folder): Ditto.
8021         (wl-folder-mode-map): Bind them.
8022
8023         * wl-vars.el (wl-message-ignored-field-list): New variable.
8024         (wl-message-visible-field-list): New variable.
8025
8026         * wl-mime.el (wl-mime-header-presentation-method): New function.
8027         (wl-mime-setup): Set header-presentation-method.
8028
8029 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8030
8031         * wl-nemacs.el (wl-draft-overload-functions): Set
8032         `mode-line-buffer-identification' instead of using
8033         `wl-make-modeline'.
8034
8035         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8036         instead of using `wl-make-modeline'.
8037
8038         * wl-xmas.el (wl-plugged-init-icons): Set up
8039         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8040         (wl-make-modeline): Abolish.
8041         (wl-draft-overload-functions): Set
8042         `mode-line-buffer-identification' instead of using
8043         `wl-make-modeline'.
8044
8045         * wl-util.el (wl-make-modeline-subr): Abolish.
8046         (wl-mode-line-buffer-identification): New alias.
8047
8048         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8049         (wl-summary-make-modeline): Abolish.
8050         (wl-summary-buffer-set-folder): Set
8051         `wl-summary-buffer-folder-indicator'.
8052         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8053         of using `wl-make-modeline'.
8054         (wl-summary-switch-to-clone-buffer): Don't set
8055         `mode-line-buffer-identification'.
8056         (wl-summary-goto-folder-subr): Ditto.
8057
8058         * wl-mule.el (wl-draft-overload-functions): Set
8059         `mode-line-buffer-identification' instead of using
8060         `wl-make-modeline'.
8061
8062         * wl-folder.el (wl-folder-mode): Set
8063         `mode-line-buffer-identification' instead of using
8064         `wl-make-modeline'.
8065         (wl-folder): Don't set `mode-line-buffer-identification'.
8066
8067 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8068
8069         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8070         instead of `member' for `wl-refile-guess-func-list' look-ups.
8071         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8072
8073 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8074
8075         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8076         `wl-message-button-dispatcher'.
8077
8078         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8079
8080         * wl-message.el (wl-message-button-dispatcher): Use it.
8081
8082         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8083         "In-Reply-To".
8084
8085         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8086         Bind `case-fold-search' to t.
8087
8088 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8089
8090         * wl-xmas.el (wl-message-overload-functions): Initialize
8091         `wl-message-button-map'.
8092
8093         * wl-mule.el (wl-message-overload-functions): Initialize
8094         `wl-message-button-map'.
8095
8096         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8097
8098         * wl-message.el (wl-message-button-map): New keymap.
8099         (wl-message-add-button): New function.
8100         (wl-message-button-dispatcher): New function.
8101         (wl-message-button-refer-article): New function.
8102
8103         * wl-highlight.el
8104         (wl-highlight-message-add-buttons-to-header): New function.
8105         (wl-highlight-headers): Use it.
8106
8107 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8108
8109         * wl-summary.el (wl-summary-default-from): Use
8110         `wl-address-get-petname-1'.
8111         (wl-summary-simple-from): Ditto.
8112
8113         * wl-address.el (wl-address-get-petname-1): New inline function.
8114         (wl-address-get-petname): Use it.
8115
8116 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8117
8118         * wl-summary.el (wl-summary-default-from): Return full-name part
8119         from the address if no petname was found.
8120         (wl-summary-simple-from): Ditto.
8121
8122         * wl-address.el (wl-address-get-petname): Return nil if no petname
8123         associated with the address was found.
8124
8125 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8126
8127         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8128         display is finished.
8129
8130 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8131
8132         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8133         `elmo-folder-exists-p' argument.
8134
8135 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8136
8137         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8138         the folder.
8139
8140 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8141
8142         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8143
8144         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8145         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8146
8147 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8148
8149         * wl-folder.el (wl-folder-create-subr): New function.
8150         (wl-folder-confirm-existence): Use it.
8151         (wl-folder-check-one-entity): Use it.
8152         Check the error symbol is derived from 'elmo-open-error.
8153
8154         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8155         `ignore-error'.
8156
8157 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8158
8159         * wl-util.el (toplevel): Add (eval-when-compile (require
8160         'elmo-util)).  (Maybe `provide' is typo.)
8161
8162 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8163
8164         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8165         (I don't know why this was needed.)
8166
8167         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8168         Follow up changes for stream-type.
8169
8170         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8171         (wl-draft-elmo-nntp-send): Ditto.
8172
8173         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8174         (wl-nntp-posting-stream-type): Ditto.
8175         (wl-pop-before-smtp-ssl): Abolished.
8176         (wl-nntp-posting-ssl): Ditto.
8177
8178         * wl-address.el (wl-address-quote-specials): New function.
8179         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8180
8181         * wl-draft.el (wl-draft-reply): Ditto.
8182
8183 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8184
8185         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8186         use function `wl-string-match-assoc'.
8187
8188 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8189
8190         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8191
8192         * wl-draft.el (wl-draft-deduce-address-list): New function.
8193         (wl-draft-parse-mailbox-list): Ditto.
8194         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8195         instead of `smtp-deduce-address-list'.
8196         (wl-draft-on-field-p): Follow group list.
8197
8198         * wl-address.el (wl-address-concat-token): New function.
8199         (wl-address-string-without-group-list-contents): Ditto.
8200         (wl-complete-field-body): Fixed problem of completion
8201         by japanese petname.
8202         (wl-address-make-completion-list): Rewrite.
8203
8204 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8205
8206         * wl-address.el (wl-address-make-completion-list): Completion by
8207         petname.
8208         (wl-complete-field-body): Likewise.
8209
8210 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8211
8212         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8213         contains invalid address syntax.
8214
8215 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8216
8217         * wl-folder.el (wl-folder-check-entity-async): Use
8218         `elmo-nntp-spec-hostname'.
8219
8220 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8221
8222         * wl-summary.el (wl-summary-msgdb-load-async): Use
8223         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8224
8225 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8226
8227         * wl-draft.el (wl-draft-reply): Set argument
8228         `content-transfer-encoding' as nil.
8229
8230 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8231
8232         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8233         `wl-refile-alist'.
8234
8235 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8236
8237         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8238         (wl-draft-edit-string): Ditto.
8239         (wl-draft-forward): Ditto.
8240         * wl-summary.el (wl-summary-write): Ditto.
8241
8242 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8243
8244         * wl-summary.el (wl-summary-sync-update3): Call
8245         `wl-summary-buffer-number-column-detect'.
8246         (wl-summary-buffer-number-column-detect): Search from point-min.
8247
8248 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8249
8250         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8251         contains an address which is not included in original to or cc.
8252
8253 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8254
8255         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8256         begin-line does not exist.
8257         * wl-message.el (wl-message-uu-substring): Ditto.
8258
8259 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8260
8261         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8262         clear local variables.
8263         (wl-summary-exit): Call `elmo-commit'.
8264         (wl-summary-switch-to-clone-buffer): Call
8265         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8266         (wl-summary-goto-folder-subr): Ditto.
8267
8268         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8269         POP folder.
8270
8271 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8274         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8275         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8276         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8277         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8278         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8279
8280         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8281
8282 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8283
8284         * wl-summary.el (wl-summary-search-by-subject):
8285         Search parent message from the latest one.
8286
8287 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8288
8289         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8290         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8291
8292         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8293         New user option.
8294
8295         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8296         if elmo-nntp-use-killed-list is nil.
8297         Use `elmo-msgdb-append-to-killed-list'.
8298         (Append numbers confirmed as disappeared to the killed list.)
8299         (wl-summary-confirm-appends): Don't display negative number.
8300
8301 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8302
8303         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8304
8305 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8306
8307         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8308         range is `all'.
8309         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8310         `elmo-list-bigger-diff'.
8311
8312 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8313
8314         * wl-summary.el (wl-summary-buffer-exit-func):
8315         New buffer local variable.
8316         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8317
8318 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8319
8320         * wl-demo.el (wl-demo): Fix the last change.
8321
8322 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8323
8324         * wl-demo.el (wl-demo): Don't use `eval'.
8325
8326 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8327
8328         * wl-summary.el (wl-summary-buffer-thread-modified):
8329         New buffer-local variable.
8330         (wl-summary-set-thread-modified): New function.
8331         (wl-summary-thread-modified-p): New function.
8332         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8333         (wl-summary-yank-saved-message): Use function
8334         `wl-summary-set-thread-modified'
8335         (wl-summary-switch-to-clone-buffer): Add
8336         `wl-summary-buffer-thread-modified'.
8337
8338         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8339         (wl-summary-buffer-mark-saved-hook): Ditto.
8340         * wl-summary.el (wl-summary-msgdb-save): New hook
8341         `wl-summary-buffer-message-saved-hook' and
8342         `wl-summary-buffer-mark-saved-hook'.
8343
8344 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8345
8346         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8347
8348 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8349
8350         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8351         don't hide scroll bars under FSF Emacsen because it may incur an
8352         undesirable redrawing.
8353
8354 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8355
8356         * wl-draft.el (wl-draft-edit-string): Call
8357         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8358
8359 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8360
8361         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8362
8363 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8364
8365         * wl-summary.el (wl-summary-msgdb-load-async): Call
8366         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8367
8368 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8369
8370         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8371         fringes in demo buffer; center bitmap logo correctly even if old
8372         Mule is used.
8373
8374 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8375
8376         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8377
8378         * wl-refile.el (wl-refile-subject-alist): New variable.
8379         (wl-refile-subject-alist-file-name): Ditto.
8380         (wl-refile-alist-setup): Rewrite.
8381         (wl-refile-alist-save): Use `elmo-object-save'.
8382         Eliminated arguments.
8383         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8384         (wl-refile-guess-by-subject): New function.
8385         (wl-refile-guess-func-list): Added it.
8386
8387 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8388
8389         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8390         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8391
8392 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8393
8394         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8395         New buffer-local variable.
8396         (wl-summary-buffer-next-folder-func): Ditto.
8397         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8398         if non-nil.
8399         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8400         if non-nil.
8401         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8402         if non-nil.
8403         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8404         if non-nil.
8405
8406 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8407
8408         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8409         permanently in the demo buffer.
8410
8411 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8412
8413         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8414         `mime-entity-fetch-field'.
8415
8416         * wl.el (wl-exit): Delete plugged buffer.
8417
8418         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8419         XEmacs has menubar feature.
8420
8421 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8422
8423         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8424         cannot arrive at the beginning of the buffer under old Emacsen.
8425
8426 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8427
8428         * wl-address.el (wl-address-ldap-search):
8429         Call `ldap-search-entries' with `withdn' argument t.
8430         (wl-complete-field-body): Bind completion-ignore-case as t.
8431         Clear ldap search hash when it was sole completion.
8432         Use elmo-string for pattern string.
8433         (wl-ldap-alias-safe-string): Eliminated needless let.
8434
8435 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8436
8437         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8438         (wl-ldap-alias-sep): New constant.
8439         (wl-ldap-search-attribute-type-list): Ditto.
8440         (wl-ldap-get-value): New function.
8441         (wl-ldap-make-filter): Ditto.
8442         (wl-ldap-make-matched-value-list): Ditto.
8443         (wl-ldap-alias-safe-string): Ditto.
8444         (wl-ldap-register-dn-string): Ditto.
8445         (wl-address-ldap-search): Rewrite.
8446
8447 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8448
8449         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8450         thread is deleted.
8451         (wl-thread-delete-line-from-buffer): Ditto.
8452         (wl-thread-get-exist-children): New function.
8453
8454 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8455
8456         * wl-demo.el (wl-demo): Made it to select various image types.
8457         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8458         from `wl-title-logo'.
8459         (wl-logo-ascii): New variable.
8460         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8461         (wl-demo-copyright-notice): New constant.
8462
8463         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8464
8465 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8466
8467         * wl-vars.el (wl-summary-target-above): Renamed from
8468         wl-summary-temp-above.
8469         * wl-score.el (wl-score-get-score-alist): Use it.
8470         (wl-summary-score-update-all-lines): Use it.
8471         * wl-summary.el: Ditto. (make-variable-buffer-local).
8472
8473 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8474
8475         * wl-vars.el (wl-ldap-port): New user option.
8476
8477         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8478         Rewite whole implementation.
8479         (wl-complete-field-body): Fixed.
8480
8481 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8482
8483         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8484         Choose implementation at compile time.
8485
8486 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8487
8488         * wl-address.el (wl-ldap-search-internal): New function.
8489         (wl-complete-field-to): Use it.
8490
8491 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8492
8493         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8494         Use `let' instead of `let*'.
8495         Require 'wl-vars.
8496
8497         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8498         Define as defcustom.
8499         (wl-ldap-base): Ditto.
8500         (wl-use-ldap): Ditto.
8501
8502 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8503
8504         * wl-address.el (wl-ldap-search): New function.
8505         (wl-complete-field-body): Use `wl-ldap-search'.
8506         (wl-ldap-server): New variable.
8507         (wl-ldap-base): Ditto.
8508         (wl-use-ldap): Ditto.
8509
8510 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8511
8512         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8513         (Pointed out by Mito <mit@nines.nec.co.jp>).
8514         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8515         buffer-local variables like `wl-summary-redisplay-internal'.
8516         (wl-summary-redisplay-all-header): Likewise.  Update
8517         Summary view too.
8518
8519 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8520
8521         * wl-summary.el (wl-summary-jump-to-parent-message):
8522         Consider prefix argument.
8523
8524         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8525         when closed thread is deleted.
8526
8527 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8528
8529         * wl-summary.el (wl-summary-jump-to-parent-message):
8530         Consider thread modification.
8531
8532 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8533
8534         * wl-message.el (wl-message-normal-get-original-buffer): Use
8535         `save-excursion'.
8536
8537         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8538         (wl-summary-showto-folder-regexp): Ditto.
8539
8540 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8541
8542         * wl-util.el (wl-delete-alist): Doc fix.
8543         (wl-delete-associations): New function.
8544         (wl-inverse-alist): New function.
8545         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8546         Split temporary variables. Use `wl-delete-associations'
8547         and `wl-inverse-alist'.
8548         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8549
8550 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8551
8552         * wl-folder.el (wl-folder-prefetch-entity):
8553         Execute prefetching if new count is unknown.
8554
8555 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8556
8557         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8558
8559         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8560         delete entity.
8561         (wl-thread-set-parent): If insert as top, set linked as nil.
8562
8563         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8564         `wl-thread-cleanup-symbols' when view mode is thread.
8565
8566 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8567
8568         * wl-folder.el (wl-folder-create-folder-entity): Use
8569         with-current-buffer.
8570         (wl-local-folder-init): Call set-buffer to make sure we are in
8571         the Folder buffer. Don't touch buffer-local variables here.
8572         (wl-folder-mode): Initialize buffer-local variables here.
8573
8574         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8575         (wl-folder-entity-assign-id): Ditto.
8576         (wl-folder-create-entity-hashtb): Ditto.
8577         (wl-local-folder-init): Ditto.
8578         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8579
8580 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8581
8582         * wl-summary.el (wl-summary-default-from): Fix probrem when
8583         std11-extract-address-components return (nil "foo@bar").
8584
8585 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8586
8587         * wl-draft.el (wl-draft-clone-local-variables):
8588         Remove redundant `setq'.
8589
8590 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8591
8592         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8593         Bind wl-highlight-x-face-func as nil while highlighting header.
8594
8595 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8596
8597         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8598
8599 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8600
8601         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8602         elmo-msgdb-overview-hashtb from copy-variables.
8603         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8604         instead of `elmo-msgdb-overview-get-entity-by-number'.
8605         (wl-summary-auto-refile): Ditto.
8606
8607         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8608         `elmo-msgdb-overview-get-entity' instead of
8609         `elmo-msgdb-search-overview-entity'.  Use
8610         `elmo-msgdb-overview-get-entity' instead of
8611         `elmo-msgdb-overview-get-entity-by-number'.
8612         (wl-thread-insert-entity-sub): Ditto.
8613         (wl-thread-insert-message): Ditto.
8614
8615         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8616         `elmo-msgdb-overview-get-entity'.
8617         (wl-normal-message-redisplay): Ditto.
8618
8619 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8620
8621         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8622         `wl-thread-entities'.
8623         (wl-thread-delete-message): Fix remove top message from
8624         `wl-thread-entity-list'.
8625
8626         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8627         wl-append(nconc), because update-list is broken on Meadow.
8628
8629         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8630         updating process.
8631         (wl-summary-rescan): Ditto.
8632         (wl-summary-sync-update3): Ditto.
8633         * wl-thread.el (wl-thread-set-parent): Renamed from
8634         `wl-summary-set-parent'.
8635         (wl-thread-insert-message): Updating buffer faster.
8636         (wl-thread-delete-message): Updating buffer faster.
8637
8638         * wl-score.el (wl-summary-score-update-all-lines): Changed
8639         interval for display progress gauge.
8640
8641 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8642
8643         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8644         folder always-sticky.
8645         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8646         defmacro.
8647
8648 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8649
8650         * wl-vars.el (wl-draft-add-references): New user option.
8651
8652         * wl-draft.el (wl-draft-add-references): New function.
8653         (wl-draft-yank-from-mail-reply-buffer): Use it.
8654         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8655         as nil.
8656
8657 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8658
8659         * wl-thread.el (wl-thread-update-line-msgs): Called
8660         `wl-thread-update-line-on-buffer-sub'.
8661         (wl-thread-update-line-on-buffer): Delete routine of inserting
8662         thread.
8663         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8664         moved from `wl-thread-update-line-on-buffer'.
8665         Add threshold for displaying progress gauge.
8666         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8667         argument of `wl-thread-update-line-msgs'.
8668         Add threshold for displaying progress gauge.
8669         * wl-folder.el:
8670         Add threshold for displaying progress gauge.
8671         * wl-score.el: Ditto.
8672
8673         * wl-expire.el (wl-summary-expire): Display deleting info.
8674
8675 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8676
8677         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8678         `no-msg'.
8679         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8680         argument of `wl-thread-update-line-msgs'.
8681         (wl-summary-set-parent): Added optional argument `parent-number'.
8682         (wl-summary-buffer-saved-message): New buffer local variable.
8683         (wl-summary-save-current-message): New command.
8684         (wl-summary-yank-saved-message): Ditto.
8685         (wl-summary-mode-map): Added key binding for
8686         `wl-summary-save-current-message' (\ew) and
8687         `wl-summary-yank-saved-message' (\C-y).
8688         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8689
8690 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8691
8692         * wl-summary.el (wl-summary-mode-map): Added key binding for
8693         `wl-summary-set-parent' (ts).
8694
8695 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8696
8697         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8698         subject faster. If thread number is reverse, delayed updating
8699         thread.
8700         (wl-summary-search-by-subject): Ditto.
8701         (wl-summary-put-alike): Ditto.
8702         (wl-summary-get-alike): Ditto.
8703         (wl-summary-insert-headers): Insert header of all overview in
8704         buffer.
8705         (wl-summary-rescan): Delayed updating thread. Kill search subject
8706         buffer for wl-summary-search-by-subject.
8707         (wl-summary-sync-update3): Ditto.
8708         (wl-summary-exit): Ditto.
8709         (wl-summary-goto-bottom-of-current-thread): Change for linked
8710         thread.
8711         (wl-summary-overview-create-summary-line): Change line for linked
8712         thread.
8713
8714         * wl-summary.el (wl-summary-update-thread): Use
8715         wl-thread-maybe-get-children-num.
8716         (wl-summary-set-parent): If change parent, move sub thread.
8717         (wl-summary-redisplay-internal): Add horizontal recenter.
8718         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8719
8720         * wl-thread.el (wl-thread-entity-get-linked): New function.
8721         (wl-thread-entity-set-linked): New function.
8722         (wl-thread-create-entity): Add linked element.
8723         (wl-thread-entity-insert-as-top): Use wl-append.
8724         (wl-thread-maybe-get-children-num): If closing thread, return
8725         children msgs.
8726         (wl-thread-update-line-msgs): Displaying progress message.
8727         (wl-thread-update-line-on-buffer-sub): Use
8728         wl-thread-maybe-get-children-num.
8729         (wl-thread-update-line-on-buffer): If update line is not exists,
8730         insert thread.
8731         (wl-thread-delete-message): If delete top msg of thread, search
8732         parent by subject.
8733         (wl-thread-insert-entity): Use
8734         wl-thread-maybe-get-children-num.
8735
8736         * wl-highlight.el (wl-highlight-summary-current-line): change
8737         sregexp for linked thread.
8738         * wl-util.el (wl-count-lines): Count lines.
8739         (wl-horizontal-recenter): horizontal recenter.
8740         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8741         (wl-score-get-alike): Ditto.
8742         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8743         (wl-subject-length-limit): New variable.
8744         (wl-highlight-thread-indent-string-regexp): Changed for linked
8745         thread.
8746
8747 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8748
8749         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8750         New variable (revival).
8751         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8752         by subject matching if there's no in-reply-to nor references field
8753         (revival).
8754
8755 \f
8756 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8759         message.
8760
8761 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8762
8763         * wl-summary.el (wl-summary-reply): Return t if there was a
8764         message at cursor point.
8765         Added unwind-protect.
8766         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8767         returns t.
8768         (wl-summary-cancel-message): Do nothing when there's no message at
8769         cursor point.
8770         (wl-summary-forward): Ditto.
8771         (wl-summary-jump-to-parent-message): Ditto.
8772         (wl-summary-reedit): Ditto.
8773         (wl-summary-edit-addresses): Ditto.
8774         (wl-summary-pipe-message): Ditto.
8775         (wl-summary-print-message-with-ps-print): Ditto.
8776         (wl-summary-print-message): Ditto.
8777         (wl-summary-mark-as-important): Ditto.
8778         (wl-summary-mark-as-unread): Ditto.
8779
8780         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8781         message at cursor point.
8782         (wl-summary-reply-with-citation): Remove unwind-protect.
8783
8784         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8785         subject searching feature.
8786         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8787         Eliminated.
8788
8789 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8790
8791         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8792         New variable.
8793         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8794         by subject matching if there's no in-reply-to nor references field.
8795
8796         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8797
8798         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8799         when display is finished.
8800         (wl-folder-open-all): Ditto.
8801         (wl-folder-update-access-group): Ditto.
8802         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8803         * wl-thread.el (wl-thread-close-all): Ditto.
8804
8805         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8806         progress gauge only when it was displayed.
8807         * wl-folder.el (wl-folder-insert-entity): Ditto.
8808
8809 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8810
8811         * wl-summary.el (wl-summary-incorporate): Enclose
8812         `wl-summary-sync-force-update' with save-excursion.
8813
8814 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8815
8816         * wl-summary.el (wl-summary-prefetch-region):
8817         Pass current cursor point to `pos-visible-in-window-p' after
8818         moving cursor to the started point.
8819
8820 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8821
8822         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8823
8824         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8825         fields from the forwarding message.
8826         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8827         `ignored-fields'.
8828
8829 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8830
8831         * wl-mime.el (wl-message-request-partial):
8832         Eliminated argument `msgdb'.
8833         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8834         (wl-mime-combine-message/partial-pieces): Likewise.
8835         * tm-wl.el (wl-message-request-partial): Likewise.
8836         (wl-mime-combine-message/partial-pieces): Likewise.
8837
8838 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8839
8840         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8841         when display is finished.
8842
8843 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8844
8845         * wl-summary.el (wl-summary-goto-folder-subr):
8846         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8847
8848 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8849
8850         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8851         when cursor point is visible.
8852
8853 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8854
8855         * wl-expire.el (wl-expire-archive-get-max-number):
8856         Don't use `file-name-directory'.
8857
8858 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8859
8860         * wl-expire.el (wl-expire-archive-get-max-number):
8861         Use `file-name-directory'.
8862
8863 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8864
8865         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8866         only when there is progress.
8867
8868 2000-04-13  Mito <mit@nines.nec.co.jp>
8869
8870         * wl-summary.el (wl-summary-sync-marks): Display progress.
8871
8872 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8873
8874         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8875         (wl-summary-prev): Move cursor regardless of unread status.
8876         (wl-summary-next): Ditto.
8877
8878 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8879
8880         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8881         Added argument `target' and `number'.
8882         * tm-wl.el (wl-summary-burst-subr): New function.
8883         (wl-summary-burst): Use it.
8884
8885 2000-04-10  Mito <mit@nines.nec.co.jp>
8886
8887         * wl-mime.el (wl-burst): New function.
8888         (wl-summary-burst): Use it.
8889
8890 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8891
8892         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8893         as petname when there's no candidate.
8894
8895 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8896
8897         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8898         New variable.
8899         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8900
8901         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8902
8903         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8904
8905 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8906
8907         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8908         Use substring of `original' instead of buffer-substring.
8909         (wl-refile-evaluate-rule):
8910         Set `original' argument of wl-refile-expand-newtext.
8911
8912         * wl-summary.el
8913         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8914         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8915         (wl-summary-auto-refile): Check existence of destination folder just
8916         before marking.
8917
8918 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8919
8920         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8921         when wl-refile-get-field-value return nil.
8922
8923 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8924
8925         * wl-refile.el
8926         (wl-refile-expand-newtext): New function imported from Gnus.
8927         (wl-refile-evaluate-rule): Use it.
8928
8929 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8930
8931         * wl-summary.el (wl-summary-print-destination):
8932         Duplicate folder string to avoid putting text-property on
8933         original string.
8934
8935         * wl-refile.el (wl-refile-get-field-value): New function.
8936         (wl-refile-evaluate-rule): New function;
8937         Evaluate refile rule recursively.
8938         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8939         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8940         New function; Check existence of a target folder recursively.
8941         (wl-summary-auto-refile-check-refile-rule-alist):
8942         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8943
8944 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8945
8946         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8947
8948         * wl-folder.el (wl-create-folder-entity-from-buffer):
8949         Fixed problem when '}' character is contained in folder name.
8950
8951         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8952
8953 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8954
8955         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8956         (wl-fldmgr-add-completion-all-completions):
8957         Use wl-fldmgr-add-completion-hashtb.
8958
8959 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8960
8961         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8962         wl-fldmgr-add-completion-subr): New functions.
8963         * wl-folder.el (wl-folder-completion-func): New variable.
8964         * wl-summary.el (wl-summary-read-folder):
8965         Use wl-folder-completion-func.
8966
8967         * wl-refile.el: Eliminate throw & catch.
8968
8969         * wl.el (wl-plugged-sending-queue-status): Fixed.
8970
8971 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8972
8973         * wl-draft.el (wl-draft): Put category property on
8974         mail-header-separator.