* wl-action.el (wl-summary-exec): Print failure count.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-action.el (wl-summary-exec): Print failure count.
4
5 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
6
7         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
8         to `defun', remove interactive form.
9         Set elmo-message-fetch-confirm when force-reload is non-nil.
10
11 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * wl-summary.el (toplevel): Removed unnecessary autoload.
14
15 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
16
17         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
18         the buffer is generated from another message buffer.
19
20 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
21
22         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
23         extracted from `wl-fldmgr-save-folders'.
24         (wl-fldmgr-delete): Call it after deletion.
25
26 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
27
28         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
29         multi-tty support.
30
31 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
32
33         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
34
35 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
36
37         * wl-summary.el (wl-summary-rescan): Remove unused variables.
38         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
39
40 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
41
42         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
43         unsubscribe list only if argument CLEAR is nil.
44
45 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
46
47         * wl-draft.el (wl-draft-reply): Decode subject before removing
48         Re: prefix.
49
50 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
51
52         * wl-summary.el (wl-summary-sort-by-size): New command.
53
54 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
55
56         * wl-summary.el (wl-summary-number-list-from-region): New
57         function.
58         (wl-summary-mark-as-read-region): Use it.
59         (wl-summary-mark-as-unread-region): Ditto.
60         (wl-summary-set-flags-region): Ditto and add optional argument
61         remove.
62         (wl-summary-mark-as-answered-region): Ditto.
63         (wl-summary-mark-as-important-region): Ditto.
64         (wl-summary-target-mark-mark-as-important): Added optional
65         argument remove.
66         (wl-summary-target-mark-mark-as-answered): Ditto.
67         (wl-summary-target-mark-set-flags): Ditto.
68
69 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
70
71         * wl-summary.el (wl-summary-set-flags-region): Call
72         `wl-summary-set-flags-internal' with number list instead of call
73         one by each message.
74         (wl-summary-target-mark-set-flags): Likewise.
75
76 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
77
78         * wl-summary.el (wl-summary-target-mark-operation): Add optional
79         argument `inverse' and use `wl-summary-delete-all-target-marks'.
80         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
81         (wl-summary-target-mark-mark-as-answered): Likewise.
82
83 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
84
85         * wl-summary.el (wl-summary-target-mark-forward): Use
86         `wl-summary-delete-all-target-marks' instead of
87         `wl-summary-delete-all-temp-marks'.
88         (wl-summary-target-mark-reply-with-citation): Ditto.
89         (wl-summary-target-mark-uudecode): Ditto.
90         (wl-summary-target-mark-set-flags): Ditto and remove needless
91         cursor move.
92
93 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
94
95         * wl-summary.el (wl-summary-target-mark-forward): Protect
96         wl-summary-buffer-target-mark-list from nreverse.
97         (wl-summary-target-mark-reply-with-citation): Ditto.
98
99 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
100
101         * wl-thread.el (wl-thread-update-indent-string-thread): Use
102         `elmo-display-progress-threshold'.
103
104 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
105
106         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
107         check `wl-summary-highlight'.
108         (wl-summary-window-scroll-functions): Respect value of
109         `wl-summary-highlight'.
110         (wl-summary-sync-update): Run hooks
111         `wl-summary-buffer-window-scroll-functions' at any time.
112
113 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
114
115         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
116         from `wl-summary-cleanup-temp-marks'.
117         (wl-summary-cleanup-temp-marks): Abolish argument.
118         * wl.el (wl-save-status): Revert previous change.
119         (wl-execute-temp-marks): New function, call
120         `wl-summary-exec-with-confirmation'.
121         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
122         (wl-folder-save-and-exec-marks): Abolished.
123
124 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
125
126         * wl-e21.el (wl-e21-display-image-p): Respect
127         `wl-highlight-folder-with-icon'.
128         (wl-e21-highlight-folder-group-line): Highlight mouse line
129         even if wl-e21-display-image-p is nil.
130
131         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
132         Respect value of `wl-summary-highlight'.
133
134         * wl.el (wl-save-status): Remove unused variable.
135
136         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
137         (wl-folder-mode-map): Bind it to "x".
138
139 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
140
141         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
142
143         * wl-thread.el (wl-thread-get-parent-list): Don't check
144         disconnected ancestors, neglecting needless work in
145         `wl-thread-update-indent-string-thread'.
146
147         * wl.el (wl-save): Take prefix argument to execute remaining marks.
148         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
149         argument, add argument default-keep to keep marks by default.
150
151         * Version number is increased to 2.11.30.
152
153         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
154         customization type and docstring.
155         (wl-draft-reply-without-argument-list): Ditto.
156
157 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
158
159         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
160
161         * wl-spam.el (wl-spam-mark-action-list): Ditto.
162
163 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
164
165         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
166
167 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
168
169         * wl-draft.el (wl-draft-config-exec): Narrow the range of
170         save-excursion so as not to include run-hooks.
171
172 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
173
174         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
175         Clarify that marks are going to be cleared.
176
177 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
178
179         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
180         according to 3rd element of wl-summary-flag-mark.
181
182         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
183
184 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
185
186         * wl-action.el (wl-summary-target-mark-all): Don't set
187         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
188
189 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
190
191         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
192         (wl-forward-subject-prefix): Ditto.
193         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
194         (wl-draft-reply-make-subject): Ditto.
195
196         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
197         `wl-draft-forward'.
198         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
199
200 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
201
202         * wl-action.el (wl-summary-target-mark-set-action): Stop if
203         target message does not exist.
204
205 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
206
207         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
208         `wl-subject-prefix-regexp'.
209         (wl-subject-forward-prefix-regexp): New variable.
210         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
211         `wl-draft-strip-subject-re' and take regexp as argument.
212         (wl-draft-forward): Use it.
213         (wl-draft-reply): Ditto.
214
215 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
216
217         * wl-e21.el (wl-highlight-plugged-current-line): Change for
218         emacs multi-tty support.
219
220 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
221
222         * wl-e21.el (wl-e21-display-image-p): Don't call
223         `display-images-p'.
224         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
225         support.
226         (wl-highlight-folder-current-line): Ditto.
227         (wl-folder-init-icons): Ditto.
228
229 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
230
231         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
232         the last line of summary in unplugged mode.
233
234 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
235
236         * wl-vars.el (wl-refile-rule-alist): Doc fix.
237
238 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
239
240         * wl-vars.el (wl-user-mail-address-regexp): New variable.
241         * wl-address.el (wl-address-user-mail-address-p): Use it.
242         (wl-address-delete-user-mail-addresses): Ditto.
243         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
244
245         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
246         (wl-address-delete-user-mail-addresses): Ditto.
247
248         * wl-address.el (wl-address-delete-user-mail-addresses): New
249         function.
250         * wl-refile.el (wl-refile-guess-by-history): Use it.
251         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
252         (wl-draft-make-mail-followup-to): Ditto and fix logic.
253
254         * wl-draft.el (wl-draft-edit-string): To judge sender address,
255         use wl-address-user-mail-address-p.
256
257 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
258
259         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
260         after opening group.
261
262 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
263
264         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
265         of elmo-set-buffer-multibyte.
266
267         * wl-message.el (wl-original-message-mode): Ditto.
268
269         * wl-score.el (wl-score-insert-header): Ditto.
270
271         * wl-summary.el
272         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
273         (wl-summary-goto-folder-subr): Ditto.
274         (wl-summary-insert-headers): Ditto.
275
276         * wl-util.el (wl-set-string-width): Ditto.
277
278         * Version number is increased to 2.11.29.
279
280 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
281
282         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
283         (wl-highlight-summary-line-help-echo-alist): New variable.
284         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
285         into `wl-highlight-summary-line-help-echo' and
286         `wl-highlight-flag-folder-help-echo'.
287         (wl-highlight-summary-line-string): Change accordingly.
288         (wl-highlight-summary-current-line): Ditto.
289
290 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
291
292         * wl-highlight.el (wl-highlight-message): Ignore white spaces
293         at the beginning of field body (Thanks to Markus Knittig).
294
295         * wl-draft.el (wl-draft-insert-current-message): Also check
296         summary buffer, remove unnecessary tag.
297
298 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
299
300         * wl-draft.el (wl-draft-insert-current-message): Cause error also
301         when wl-message-buffer is nil.
302
303         * wl-folder.el (wl-folder): Abolish unused argument.
304         Call wl-folder-init when wl-folder-entity is nil.
305         * wl.el (wl): Change accordingly.
306
307 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
308
309         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
310         multibyte string before insert into draft buffer.
311         (wl-draft-create-buffer): Always enable multibyte characters for
312         draft buffer.
313
314         * Version number is increased to 2.11.28.
315
316 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
317
318         * wl-folder.el (wl-folder-open-close): Handle blank line.
319         (wl-folder-jump-to-current-entity): Ditto.
320
321 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * Version number is increased to 2.11.27.
324
325 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
326
327         * wl-thread.el (wl-thread-insert-message): When the thread is
328         devided by wl-summary-max-thread-depth, insert line at the end of
329         buffer.
330
331 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
332
333         * Version number is increased to 2.11.26.
334
335 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
336
337         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
338
339 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
340
341         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
342         value of stream-type and session.
343
344 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * Version number is increased to 2.11.25.
347
348 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
349
350         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
351         in a quit message.
352
353 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
354
355         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
356         (wl-summary-redisplay-no-mime-internal): Ditto.
357
358 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
359
360         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
361         * wl-vars.el (wl-smtp-connection-type): Ditto.
362
363 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
364
365         * wl-highlight.el (wl-highlight-message): Change to strict regexp
366         for the separator line and quote mail-header-separator.
367
368 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
369
370         * wl-spam.el (wl-message-check-spam): Fixed problem no display
371         result message.
372
373         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
374         `elmo-multiple-fields-body-list' with boundary as
375         mail-header-separator.
376
377 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
378
379         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
380
381 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
382
383         * wl-util.el (wl-list-diff): Remove unused function.
384
385         * wl-draft.el (wl-draft-send-confirm): Discard input before
386         confirmation.
387
388 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
389
390         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
391         order of flag and new.
392
393 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394
395         * wl-vars.el (wl-refile-policy-alist): Abolished.
396
397         * wl-action.el (wl-summary-set-action-refile): Follow the change
398         above.
399
400 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * wl-highlight.el (wl-highlight-signature-search): Don't use
403         re-search-backward for a long word since it is possible to crash
404         XEmacs because of a bug.
405
406 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
407
408         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
409
410 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
411
412         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
413         argument for wl-summary-sync-force-update.
414
415 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
416
417         * wl-summary.el (wl-summary-mode-map): Revival of
418         wl-summary-mark-as-important related bindings;
419         Bind 'F','tF','mF','rF','m&'.
420         (wl-summary-mark-as-important-region): Revival.
421         (wl-summary-target-mark-mark-as-important): Ditto.
422         (wl-summary-target-mark-operation): New function.
423         (wl-summary-target-mark-mark-as-answered): Use it.
424         (wl-summary-decide-flag): Don't set Important as default.
425         (wl-summary-mark-as-important-internal): Revival.
426         (wl-summary-mark-as-important): Ditto.
427
428         * wl-thread.el (wl-thread-mark-as-important): Ditto.
429
430         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
431         instead of facep.
432
433 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
434
435         * wl-dnd.el (wl-dnd-drop-func): Fix.
436
437         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
438         mouse-set-point instead of posn-point.
439
440         * wl-xmas.el (wl-completing-read-multiple): Define as function.
441
442         * wl-mule.el (wl-completing-read-multiple): Ditto.
443
444 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
445
446         * wl-demo.el (face-background-name): Defalias to avoid compile
447         warning.
448
449 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
450
451         * wl-summary.el (wl-summary-decide-flag): Use
452         wl-completing-read-multiple instead of completing-read-multiple.
453
454         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
455         New alias.
456
457         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
458         Use face-background-name instead of face-background.
459
460         * wl-vars.el (wl-summary-save-file-suffix): New user option.
461
462         * wl-summary.el (wl-summary-save): Use it.
463         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
464
465         * wl-mime.el (wl-mime-save-content): Fix last change.
466
467 2004-02-10  Len Trigg <lenbok@myrealbox.com>
468
469         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
470         New function.
471         (wl-summary-sort-specs): Added sort.
472         * wl-mime.el (wl-mime-save-content): Expand file name.
473
474 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
475
476         * wl-mime.el (wl-draft-preview-message): Fixed typo.
477
478         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
479
480 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
483         for flag if it is not defined.
484
485 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
486
487         * wl-e21.el (wl-highlight-folder-current-line): Use
488         elmo-folder-type-internal when elmo-folder-type returns nil.
489
490         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
491
492         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
493
494         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
495
496         * wl-e21.el (wl-summary-toolbar): Ditto.
497
498         * wl-vars.el (wl-demo-background-color): Abolished.
499         (wl-summary-persistent-mark-priority-list): Renamed from
500         wl-summary-flag-priority-list.
501         (wl-summary-flag-alist): New user option.
502         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
503         (wl-message-mode-line-format-spec-alist): Added 'F'.
504         (wl-message-mode-line-format): Likewise.
505         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
506         instead of wl-summary-important-mark.
507         (wl-file-folder-icon): New variable.
508
509         * wl-thread.el (wl-thread-set-flags): Renamed from
510         wl-thread-mark-as-important.
511
512         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
513         warning.
514         (wl-summary-mode-menu-spec): Follow the change of 
515         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
516         (wl-summary-mode-map): Follow the change of
517         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
518         (wl-summary-detect-mark-position): Follow the variable name change.
519         (wl-summary-set-flags-region): New function for the replacement of
520         wl-summary-mark-as-important-region.
521         (wl-summary-sync-marks): Sync all global-flags.
522         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
523         instead of elmo-message-flagged-p.
524         (wl-summary-persistent-mark-string): Follow the variable name change;
525         Put wl-summary-flag-mark if the message has global-flag.
526         (wl-summary-target-mark-set-flags): Renamed from 
527         wl-summary-target-mark-mark-as-important.
528         (wl-summary-decide-flag): New function.
529         (wl-summary-set-flags-internal): Renamed from
530         wl-summary-mark-as-important-internal.
531         (wl-summary-add-flags-internal): New function.
532         (wl-summary-remove-flags-internal): Ditto.
533         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
534         (wl-summary-mark-as-unimportant): Abolish.
535         (wl-summary-move-spec-alist): Changed `important' to `digest'.
536         (wl-summary-next-message): List flagged messages in the msgdb.
537
538         * wl-score.el (wl-summary-score-update-all-lines): Use
539         wl-summary-add-flags-internal instead of 
540
541         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
542
543         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
544         from wl-message-buffer-cur-flag (To avoid misunderstanding).
545         (wl-message-buffer-require-all-header): Renamed from
546         wl-message-buffer-all-header-flag (Ditto).
547         (wl-message-buffer-flag-indicator): New variable.
548         (wl-message-redisplay): Changed local varibale name from `flag' to
549         `display-type'; Set up wl-message-buffer-flag-indicator.
550         (wl-message-buffer-display): Changed varibale name from `flag' to
551         `display-type'.
552         (wl-message-display-internal): Likewise.
553
554         * wl-highlight.el (wl-highlight-demo-face): Define default background
555         color.
556         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
557
558         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
559
560         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
561         (wl-demo-setup-properties): Renamed from
562         `wl-demo-set-background-color'.
563         (wl-demo): Follow the change above.
564         
565         * Version number is increased to 2.11.24.
566
567 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-summary.el (wl-summary-toggle-thread): Call
570         `wl-summary-rescan' with disable-thread as non-nil.
571         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
572
573 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
574
575         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
576         foreground property of the face.
577         (wl-demo-insert-text): Don't set up face property here.
578         (wl-demo): Call wl-demo-set-background-color, anyway.
579
580 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
581
582         * wl-vars.el (wl-demo-background-color): The value can be nil.
583
584 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
585
586         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
587         to wl-summary-wheel-dispatcher.
588
589         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
590         wl-message-wheel-dispatcher.
591         (wl-message-wheel-dispatcher): New function.
592         (wl-summary-wheel-dispatcher): Ditto.
593
594 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
595
596         * wl-action.el (wl-summary-target-mark-all): List messages which are
597         not in the killed-list.
598
599         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
600         only when the folder is 'flag/important.
601
602         * wl-address.el (wl-complete-field-body): Complete if the last
603         character is a space.
604
605 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
606
607         * wl-folder.el (wl-folder-clear-entity-info): Use
608         elmo-clear-hash-val.
609
610         * wl-fldmgr.el (wl-fldmgr-rename): Set
611         wl-folder-info-alist-modified as t.
612
613 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
614
615         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
616
617 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
618
619         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
620         (wl-folder-buffer-last-visited-entity-id): New buffer local
621         variable.
622         (wl-folder-revisit-last-visited-folder): New function.
623         (wl-folder-mode-map): Bind it to "C-i".
624         (wl-folder-set-current-entity-id): Set last visited folder.
625         * wl-summary.el (wl-summary-exit): Ditto.
626
627 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
630         before calling `recenter' in order to cope with an XEmacs bug.
631
632 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
633
634         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
635         to the default value.
636
637 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
640         change.
641         (wl-summary-sync-marks): Ditto.
642         (wl-summary-mark-as-read-internal): Ditto.
643         (wl-summary-mark-as-answered-internal): Ditto.
644         (wl-summary-mark-as-important-internal): Ditto.
645         (wl-summary-reply): Ditto.
646
647         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
648         instead of `elmo-folder-unflag-answered'.
649
650         * Version number is increased to 2.11.23.
651
652         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
653         the last change.
654
655 2004-01-11  Kenichi Okada  <okada@opaopa.org>
656
657         * wl-spam.el (wl-summary-exec-action-refile-with-register):
658         Specify "spam" or "good".
659
660 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
661
662         * wl-spam.el (wl-summary-exec-action-spam): Call
663         wl-folder-confirm-existence for spam folder.
664         (wl-spam-setup): Bind "mk".
665
666 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
669
670 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
671
672         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
673         destination folder is empty.
674
675 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
676
677         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
678         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
679
680         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
681         (wl-summary-refile-prev-destination-region): New function.
682         (wl-thread-refile-prev-destination): Ditto.
683         (wl-summary-target-mark-refile-prev-destination): Ditto.
684
685 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
686
687         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
688         (wl-demo-background-color): Changed default value.
689
690         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
691         color.
692
693         * wl-demo.el (wl-demo-set-background-color): New function.
694         (wl-demo): Call it.
695
696 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
697
698         * wl-address.el (wl-address-delete): Avoid mis-deleting.
699         * wl-address.el (wl-address-add-or-change): Don't add empty
700         address.
701
702 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
703
704         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
705
706 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
707
708         * wl-vars.el (wl-demo-image-filter-alist): New variable
709         (wl-demo-background-color): Ditto.
710
711         * wl-demo.el (wl-demo-xpm-set-background): New function.
712         (wl-demo-image-filter): Ditto.
713         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
714
715         * wl-vars.el (wl-demo-icon-name-alist): New variable.
716
717         * wl-demo.el (wl-demo-icon-name): Define as function.
718         (wl-demo-insert-image): Use it.
719
720 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
721
722         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
723
724 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
725
726         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
727
728 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
729
730         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
731
732 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-thread.el (wl-thread-mark-as-answered): New function.
735
736         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
737         answered" entry.
738         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
739         "r&" and wl-thread-mark-as-answered to "t&".
740         (wl-summary-mark-as-important-region): Refine to toggle mark.
741         (wl-summary-mark-as-answered-region): New function.
742         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
743         and 3rd argument.
744         (wl-summary-mark-as-important-internal): Likewise.
745
746 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
747
748         * wl-template.el (wl-template-preview): New internal variable.
749         (wl-template-preview-p): New function.
750         (wl-template-show): Bind `wl-template-preview' as t.
751
752 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
753
754         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
755         `elmo-message-entity-field' with 3rd argument which is non-nil.
756
757 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
758
759         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
760         Removed duplicate local bind `folder'.
761
762 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
765
766 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
769         duplicate definition.
770
771 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
772
773         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
774         non-nil, use it; Don't fetch message if there's no message in the
775         current cursor position.
776
777 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
778
779         * wl-util.el (wl-region-exists-p): Use region-active-p.
780         (wl-deactivate-region): New function.
781         * wl-message.el (wl-message-redisplay): Deactivate region.
782
783         * wl-summary.el (wl-summary-reply): Call
784         `wl-summary-set-message-buffer-or-redisplay' instead of
785         `wl-summary-redisplay-internal', don't move point.
786
787 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
788
789         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
790         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
791         by regexp.
792
793 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
796         if no need.
797
798 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
801         default value to nil.
802         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
803         `wl-summary-prepare-hook'; Replace refile action to
804         `wl-summary-exec-action-refile-with-register'.
805
806         * Version number is increased to 2.11.22.
807
808 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
809
810         * wl-summary.el (wl-summary-detect-mark-position): Set
811         `wl-summary-buffer-weekday-name-lang'.
812
813 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
814
815         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
816         (wl-summary-mark-as-read-all): Ditto.
817         (wl-summary-delete-messages-on-buffer): Ditto.
818         (wl-summary-sync-update): Ditto.
819         (wl-summary-mark-as-read-internal): Ditto.
820         (wl-summary-mark-as-answered-internal): Ditto.
821         (wl-summary-update-folder-info): Abolished.
822
823 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-summary.el (wl-summary-mark-as-read-all): Use
826         `wl-summary-update-folder-info' instead of
827         `wl-folder-update-unread'.
828
829 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
830
831         * wl-summary.el (wl-summary-update-folder-info): New function derived from
832         `wl-summary-folder-info-update'.
833         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
834         instead of `wl-summary-folder-info-update'.
835         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
836         `wl-folder-set-folder-updated'.
837         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
838         instead of `wl-folder-update-unread'.
839         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
840         the value of `wl-summary-buffer-unread-count' for the second parameter of
841         `wl-folder-update-unread'.
842
843         * Version number is increased to 2.11.21.
844
845 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
846
847         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
848         a local variable.
849
850 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
851
852         * wl-spam.el (wl-summary-mark-spam): Show message only if call
853         interactively.
854
855         * wl-summary.el (wl-summary-mark-as-important-internal): New
856         internal function.
857         (wl-summary-mark-as-important): Use it.
858         (wl-summary-mark-as-unimportant): New function.
859         (wl-summary-sync-marks): Follow the API change.
860
861         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
862
863         * wl-mime.el (wl-summary-burst): Check target folder is writable.
864
865 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
866
867         * wl-folder.el (wl-folder-update-unread): Re-indent.
868         Narrow the scope of a local variable.
869
870 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
873         (wl-addrmgr-merge-entries): Ditto.
874         (wl-addrmgr): Added to address entry which exists in draft buffer
875         if no entry is in original.
876
877 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
878
879         * wl-batch.el: New file.
880
881 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
882
883         * wl-vars.el (wl-use-semi): Remove unused variable.
884
885 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
886
887         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
888         "?".
889
890 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
891
892         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
893         wl-summary-new-mark.
894         (wl-summary-new-cached-mark): New user option.
895         (wl-summary-score-marks): Follow the change above.
896         (wl-summary-auto-refile-skip-marks): Ditto.
897         (wl-summary-incorporate-marks): Ditto.
898         (wl-summary-expire-reserve-marks): Ditto.
899
900         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
901
902         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
903         (wl-summary-persistent-mark-string): Distinguished between cached
904         and uncached mark when the message is new.
905
906 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
907
908         * wl-spam.el (wl-spam-domain): Renamed from
909         `wl-spam-folder-guess-domain'.
910         (wl-summary-exec-action-spam): Register as spam if domain of the
911         source folder is good.
912         (wl-summary-exec-action-refile-with-register): Register message if
913         domain of the source folder is not undecided.
914
915 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
918         detect thread loop.
919
920 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
921
922         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
923         and wl-summary-skip-mark-list.
924
925 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
926
927         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
928
929         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
930
931         * wl-spam.el (toplevel): Require wl-highlight.
932         (wl-spam-auto-check-policy-alist): Abolish.
933         (wl-spam-auto-check-folder-regexp-list): New user option.
934         (wl-spam-auto-check-marks): Ditto.
935         (wl-spam-mark-action-list): Ditto.
936         (wl-highlight-summary-spam-face): New face.
937         (wl-spam-auto-check-message-p): New function.
938         (wl-spam-map-spam-messages): Fixed message.
939         (wl-spam-register-spam-messages): Ditto.
940         (wl-spam-register-good-messages): Ditto.
941         (wl-summary-spam-map): Add and remove keybind.
942         (wl-summary-target-mark-spam): Abolish.
943         (wl-summary-refile-spam): Ditto.
944         (wl-summary-test-spam): New function.
945         (wl-summary-mark-spam): Ditto.
946         (wl-summary-auto-check-spam): Follow the above change.
947         (wl-summary-exec-action-spam): New function.
948         (wl-summary-exec-action-refile-with-register): Fixed message.
949         (wl-message-check-spam): New function.
950         (wl-spam-setup): Ditto.
951         (toplevel): Call it if this file is loaded interactivity.
952
953         * Version number is increased to 2.11.20.
954
955 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
958         when new optional argument `force' is non nil or modified.
959
960 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
961
962         * wl.el (toplevel): Require wl-spam when compile.
963         (wl-save-status): Call wl-spam-save-status.
964
965         * wl-spam.el (wl-spam-register-spam-messages): New function.
966         (wl-spam-register-good-messages): Ditto.
967         (wl-spam-save-status): Ditto.
968         (wl-summary-mode-map): Bind
969         wl-summary-target-mark-register-as-spam to "ms" and
970         wl-summary-target-mark-register-as-good to "mn".
971         (wl-summary-register-as-spam): Abolish optional argument; Use
972         wl-spam-register-spam-messages.
973         (wl-summary-register-as-spam-all): Use
974         wl-spam-register-spam-messages.
975         (wl-summary-register-as-good): Abolish optional argument; Use
976         wl-spam-register-good-messages.
977         (wl-summary-register-as-good-all): Use
978         wl-spam-register-good-messages.
979         (wl-summary-target-mark-register-as-spam): New funtion.
980         (wl-summary-target-mark-register-as-good): Ditto.
981
982 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
983
984         * wl-spam.el: New file.
985
986 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
987
988         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
989
990         * wl-action.el (wl-auto-refile-guess-functions): New variable.
991         (wl-summary-auto-refile): Call wl-refile-guess with
992         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
993
994 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
997         with disable-thread argument non-nil.
998
999 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1000
1001         * wl-summary.el (wl-summary-rescan): Added optional argument
1002         disable-thread.
1003         (wl-summary-sync): Call wl-summary-rescan with argument
1004         disable-thread.
1005         (wl-summary-input-range): Added new range `rescan-thread'.
1006
1007 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1008
1009         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1010
1011 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1012
1013         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1014         internal variable.
1015         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1016         wl-summary-search-parent-by-subject-regexp and
1017         wl-summary-divide-thread-when-subject-changed as nil.
1018         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1019         (wl-summary-insert-thread): Search parent entity from
1020         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1021         thread loop.
1022
1023 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1024
1025         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1026
1027         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1028
1029         * wl-util.el (wl-require-update-all-folder-p): New function.
1030         (wl-get-assoc-list-value): Added `function' to match directive.
1031         (wl-collect-draft): Rewrite.
1032
1033         * wl-summary.el (wl-summary-sync-update): Clear faces
1034         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1035         are non-nil.
1036         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1037         argument as function.
1038         (wl-summary-input-range): Ditto.
1039
1040         * wl-folder.el (wl-draft-get-folder): New function.
1041         (wl-folder-get-elmo-folder): Consider draft folder.
1042
1043         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1044         (wl-draft-buffer-message-number): New buffer local variable.
1045         (wl-draft-folder-internal): New internal variable.
1046         (wl-draft-delete): Rewrite.
1047         (wl-draft-save): Ditto.
1048         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1049         wl-folder-get-elmo-folder.
1050         (wl-draft-config-info-operation): Ditto.
1051         (wl-jump-to-draft-folder): Ditto.
1052         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1053         (wl-draft-reedit): Rewrite.
1054
1055         * Version number is increased to 2.11.19.
1056         
1057 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1058
1059         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1060         variable.
1061
1062 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1063
1064         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1065         Use ignore-errors instead of unwind-protect.
1066
1067 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1068
1069         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1070         for updating `wl-thread-entity-list'.
1071
1072 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1073
1074         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1075         parameter from calling `wl-thread-entity-get-older-brothers' and
1076         `wl-thread-entity-get-younger-brothers'.
1077         Replace nested `append' with a single one.
1078
1079 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1080
1081         * wl-summary.el (wl-summary-mode): Don't use the return value of
1082         `make-local-hook'.
1083
1084 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1085
1086         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1087         instead of `let*'.
1088         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1089         of local variables.
1090
1091 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1094         Renamed from wl-summary-window-scroll-functions.
1095         (wl-summary-window-scroll-functions): Don't set to variable.
1096         (wl-summary-display-top): Use run-hooks.
1097         (wl-summary-display-bottom): Ditto.
1098         (wl-summary-toggle-disp-msg): Ditto.
1099         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1100         Use it instead of wl-summary-window-scroll-functions.
1101         (wl-summary-goto-folder-subr): Don't call
1102         wl-summary-window-scroll-functions, use
1103         wl-summary-buffer-window-scroll-functions instead.
1104
1105 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1106
1107         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1108         make-local-variable.
1109
1110 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1111
1112         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1113         set-buffer-modified-p.
1114         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1115         (wl-summary-display-bottom): Ditto.
1116         (wl-summary-toggle-disp-msg): Ditto.
1117
1118 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1119
1120         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1121
1122         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1123         (wl-summary-forward): Use elmo-message-entity-field instead of
1124         elmo-message-field.
1125
1126         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1127
1128 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-summary.el (wl-summary-window-scroll-functions): No use
1131         `append'.
1132
1133 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1134
1135         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1136         function.
1137         (wl-summary-window-scroll-functions): Call it when both
1138         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1139         (wl-summary-temp-mark): Added optional argument number.
1140         (wl-summary-message-mark): Added optional argument flag.
1141         (wl-summary-persistent-mark): Added optional argument number and flag.
1142         (wl-summary-update-persistent-mark): Ditto.
1143         (wl-summary-update-status-marks): Set "r" for interactive spec.
1144
1145         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1146         argument number and flag.
1147
1148         * wl-action.el (wl-summary-registered-temp-mark): 
1149         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1150
1151 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1152
1153         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1154         internal variable (buffer local).
1155         (wl-summary-window-scroll-functions): New function.
1156         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1157         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1158         as nil.
1159         (wl-summary-update-status-marks): Added arguments beg, end and
1160         check.
1161         (wl-summary-update-mark-window): Use function.
1162         (wl-summary-sync-update): Follow the change above.
1163         (wl-summary-switch-to-clone-buffer): Copy
1164         wl-summary-buffer-unsync-mark-number-list.
1165         (wl-summary-goto-folder-subr): Set
1166         wl-summary-buffer-unsync-mark-number-list and
1167         use wl-summary-window-scroll-functions instead of
1168         wl-summary-lazy-highlight.
1169
1170         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1171
1172 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1173
1174         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1175
1176         * wl-summary.el (wl-summary-update-persistent-mark): Call
1177         wl-summary-set-message-modified.
1178
1179         * wl-summary.el (wl-summary-sync-update): Don't call
1180         wl-summary-update-status-marks.
1181
1182         * Version number is increased to 2.11.18.
1183
1184 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1185
1186         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1187         (wl-message-next-page): Ditto.
1188
1189 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1190
1191         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1192         local variable.  Change the order of a collected list into the
1193         same as the specified range.  Remove nil from a collected list.
1194
1195 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1196
1197         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1198         argument for elmo-folder-list-messages.
1199
1200 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201
1202         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1203         change (wl-summary-count-unreads return a list instead of a cons
1204         cell).
1205
1206 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1207
1208         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1209         `wl-summary-folder-info-update'.
1210
1211 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1212
1213         * wl-summary.el (wl-summary-set-message-modified): No use
1214         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1215         (wl-summary-set-mark-modified): Abolish.
1216         (wl-summary-mark-modified-p): Ditto.
1217         (wl-summary-save-view): Follow the change above.
1218
1219         * wl-expire.el (wl-summary-expire): Likewise.
1220
1221 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1222
1223         * wl-summary.el (wl-summary-detect-mark-position): Use
1224         modb-entity-handler.
1225         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1226
1227         * Version number is increased to 2.11.17.
1228
1229 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1230
1231         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1232         entity field value.
1233         (wl-summary-prefetch-msg): Ditto.
1234         (wl-summary-print-message-with-ps-print): Ditto.
1235
1236 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1237
1238         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1239         for dummy entity.
1240         (wl-summary-insert-thread): Use elmo-message-entity-field.
1241         (wl-summary-update-thread): Use elmo-message-entity-field and
1242         elmo-message-entity-number.
1243         (wl-summary-line-number):  Use elmo-message-entity-number.
1244         (wl-summary-line-size): Use elmo-message-entity-field.
1245         (wl-summary-line-subject): Ditto.
1246         (wl-summary-line-from): Ditto.
1247         (wl-summary-line-attached): Ditto.
1248         (wl-summary-create-line): Ditto.
1249         (wl-summary-create-line): Use elmo-message-entity-number.
1250         (wl-summary-print-message-with-ps-print): Use
1251         elmo-message-entity-field.
1252
1253 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1254
1255         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1256         change in elmo-msgdb-make-message-entity.
1257         (wl-summary-buffer-set-folder): Don't call
1258         wl-summary-detect-mark-position here.
1259         (wl-summary-rescan): Call elmo-message-entity-number.
1260         (wl-summary-sync-update): Ditto.
1261         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1262
1263         * wl-score.el (wl-score-header-index): Redefine 2th element.
1264         (wl-score-overview-entity-get-extra): Abolish.
1265         (wl-score-ov-entity-get): Rewrite.
1266         (wl-score-string-index<, wl-score-string-func<): Abolish.
1267         (wl-score-string<): New function.
1268         (wl-score-string-sort): Use it.
1269
1270         * wl-refile.el (wl-refile-guess-by-history): Use
1271         elmo-message-entity-field.
1272         (wl-refile-guess-by-from): Ditto.
1273         (wl-refile-guess-by-msgid): Ditto.
1274
1275         * Version number is increased to 2.11.16.
1276
1277 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1278
1279         * wl-folder.el (wl-folder-confirm-existence): Don't call
1280         file-exists-p if msgdb-path is nil.
1281         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1282         `wl-read-folder-hist' to `wl-read-folder-history'.
1283
1284 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1285
1286         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1287         `y-or-n-p'.
1288
1289 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1290
1291         * wl-score.el (wl-score-headers): Don't use
1292         elmo-folder-do-each-message-entity.
1293
1294         * Version number is increased to 2.11.15.
1295
1296 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1297
1298         * wl-summary.el (wl-summary-delete-all-msgs): Use
1299         elmo-folder-move-messages instead of elmo-folder-delete-messages
1300         and elmo-folder-detach-messages.
1301         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1302
1303         * wl-expire.el (wl-expire-delete): Ditto.
1304         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1305
1306 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1307
1308         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1309         (wl-message-header-narrowing-fields): Ditto.
1310         (wl-message-header-narrowing-lines): Ditto.
1311         (wl-message-header-narrowing-string): Ditto.
1312
1313         * wl-summary.el (wl-summary-mode-map): Bind
1314         wl-summary-toggle-header-narrowing to "C-cC-f".
1315         (wl-summary-toggle-header-narrowing): New function.
1316
1317         * wl-message.el (wl-message-buffer-create): Call
1318         wl-message-header-narrowing-setup.
1319         (wl-message-redisplay): Call wl-message-header-narrowing.
1320         (wl-message-header-narrowing): New function.
1321         (wl-message-header-narrowing-map): New keymap.
1322         (wl-message-header-narrowing-widen-map): New keymap.
1323         (wl-message-header-narrowing-again-at-mouse): New function.
1324         (wl-message-header-narrowing-1): Ditto.
1325         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1326         (wl-message-header-narrowing-setup): Ditto.
1327         (wl-message-header-narrowing-toggle): Ditto.
1328         
1329         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1330
1331         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1332         'flag as all.
1333         (wl-use-flag-folder-help-echo): New user option.
1334
1335         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1336         wl-summary-highlight as nil.
1337         (wl-summary-set-mark-modified): Follow the API change.
1338         (wl-summary-mark-modified-p): Ditto.
1339         (wl-summary-mark-as-read-all): Ditto.
1340         (wl-summary-sync-marks): Don't call
1341         elmo-folder-list-messages-with-global-mark.
1342         (wl-summary-mark-as-read-internal): Follow the API change.
1343         (wl-summary-mark-as-answered-internal): Ditto.
1344         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1345         Follow the API change.
1346         (wl-summary-create-line): Call with number argument.
1347         (wl-summary-reply): Follow the API change.
1348
1349         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1350         function.
1351         (wl-highlight-summary-line-string): Call it when
1352         wl-use-flag-folder-help-echo is non-nil.
1353         (wl-highlight-summary-current-line): Ditto.
1354         (elmo-flag-folder-referrer): Added autoload setting.
1355
1356         * wl-draft.el (wl-draft-kill): Follow the API change.
1357
1358         * Version number is increased to 2.11.14.
1359         
1360 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1363
1364 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1365
1366         * Version number is increased to 2.11.13.
1367
1368 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-draft.el (wl-draft-previous-history-element): Fixed
1371         unbalanced parenthesis and bind unbound local variables.
1372
1373 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1374
1375         * wl-draft.el (wl-draft-previous-history-element): New function.
1376         (wl-draft-next-history-element): Ditto.
1377         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1378         them to M-p and M-n.
1379
1380 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * Version number is increased to 2.11.12.
1383
1384 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1385
1386         * wl-draft.el (wl-draft-hide): Select buffer-window.
1387
1388 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1389
1390         * wl-summary.el (wl-summary-narrow-to-region): New function.
1391         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1392         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1393         (wl-summary-save-region): Use it.
1394         * wl-action.el (wl-summary-collect-numbers-region)
1395         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1396
1397 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1398
1399         * wl-folder.el (wl-folder-count-incorporates): Don't use
1400         `elmo-msgdb-mark-load'
1401
1402         * Version number is increased to 2.11.11.
1403
1404 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1405
1406         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1407         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1408
1409 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1410
1411         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1412
1413 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * Version number is increased to 2.11.10.
1416
1417 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1418
1419         * wl-mime.el (wl-draft-attribute-value): Fixed.
1420
1421 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * wl-util.el (wl-copy-local-variables): New function.
1424
1425         * wl-mime.el (wl-draft-attribute-recipients): New function.
1426         (wl-draft-attribute-envelope-from): Ditto.
1427         (wl-draft-attribute-smtp-posting-server): Ditto.
1428         (wl-draft-attribute-smtp-posting-port): Ditto.
1429         (wl-draft-attribute-value): Ditto.
1430         (wl-draft-preview-message): Use it to get value for
1431         attributes. Reflect result of `wl-draft-config'.
1432
1433         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1434         and call `wl-summary-mark-as-read' before to call
1435         `wl-summary-unset-mark'.
1436         (wl-summary-target-mark-mark-as-unread): Likewise.
1437         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1438
1439 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1440
1441         * wl-mime.el (wl-draft-preview-message): Use actual value for
1442         attributes; Fix for small window.
1443
1444 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1445
1446         * wl-refile.el (wl-refile-get-field-value): Call
1447         `elmo-message-entity-field' with 3rd argument is non-nil.
1448
1449 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1450
1451         * wl-vars.el (wl-draft-preview-attributes): New user option.
1452         (wl-draft-preview-attributes-list): Ditto.
1453         (wl-draft-preview-attributes-buffer-lines): Ditto.
1454         (wl-draft-preview-attributes-buffer-name): Ditto.
1455
1456         * wl-mime.el (wl-draft-preview-message): Display attributes.
1457
1458 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-summary.el (wl-summary-detect-mark-position): Bind
1461         wl-summary-flag-priority-list to '(new).
1462
1463 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1464
1465         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1466         funtion.
1467         (wl-highlight-summary-line-string): Use it.
1468         (wl-highlight-summary-current-line): Ditto.
1469
1470 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1471
1472         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1473         line even when the mark string is not changed.
1474
1475         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1476         argument change in the wl-summary-create-line.
1477         (wl-thread-insert-entity-sub): Ditto.
1478
1479         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1480         argument change in the wl-summary-create-line.
1481         (wl-summary-insert-sequential): Ditto.
1482         (wl-summary-update-thread): Ditto.
1483         (wl-summary-persistent-mark-string): New inline function.
1484         (wl-summary-message-mark): Use it.
1485         (wl-summary-create-line): Abolish argument wl-persistent-mark
1486         and added wl-flags, wl-cached.
1487
1488         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1489         mark to flags.
1490         (wl-highlight-summary-current-line): Decide the face not by the 
1491         persistent mark but flags.
1492
1493 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1494
1495         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1496         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1497         wl-summary-read-uncached-mark): Revive.
1498         (wl-summary-answered-cached-mark,
1499         wl-summary-answered-uncached-mark): New user option.
1500         (wl-summary-score-marks): Follow the change above.
1501         (wl-summary-auto-refile-skip-marks): Ditto.
1502         (wl-summary-incorporate-marks): Ditto.
1503         (wl-summary-expire-reserve-marks): Ditto.
1504         (wl-summary-flag-priority-list): New user option.
1505
1506         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1507         changes.
1508         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1509         of elmo-message-mark.
1510         (wl-summary-mark-as-read-internal): Ditto.
1511         (wl-summary-mark-as-answered): Ditto.
1512         (wl-summary-mark-as-important): Ditto.
1513         (wl-summary-redisplay-internal): Ditto.
1514         (wl-summary-redisplay-no-mime-internal): Ditto.
1515         (wl-summary-message-mark): New function.
1516         (wl-summary-insert-sequential): Use wl-summary-message-mark
1517         instead of elmo-message-mark.
1518         (wl-summary-update-thread): Ditto.
1519         (wl-summary-persistent-mark): Ditto.
1520         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1521         instead of elmo-message-mark.
1522
1523         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1524         wl-summary-message-mark instead of elmo-message-mark.
1525         (wl-thread-insert-entity-sub): Ditto.
1526         (wl-thread-get-children-msgs-uncached): Ditto.
1527
1528         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1529         variable name changes.
1530         (wl-highlight-summary-current-line): Ditto.
1531
1532         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1533         wl-summary-message-mark instead of elmo-message-mark.
1534
1535         * wl-expire.el (wl-expire-message-p): Ditto.
1536
1537         * wl-score.el (wl-score-headers): Ditto.
1538
1539         * Version number is increased to 2.11.9.
1540
1541         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1542         (wl-summary-sync-update): Follow the change above.
1543         (wl-summary-switch-to-clone-buffer): Ditto.
1544         (wl-summary-open-folder): Ditto.
1545
1546 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1547
1548         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1549         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1550
1551         * Version number is increased to 2.11.8.
1552
1553         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1554
1555         * wl-expire.el (wl-expire-refile): Follow the API change on
1556         `elmo-folder-move-messages'.
1557         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1558
1559         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1560         (wl-summary-exec-action-refile): Ditto.
1561         (wl-summary-exec-action-copy): Ditto.
1562         (wl-summary-no-auto-refile-message-p): No use
1563         `wl-summary-buffer-msgdb'.
1564         (wl-summary-auto-refile): Ditto.
1565
1566 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1567
1568         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1569
1570 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1571
1572         * wl-summary.el (wl-summary-sync): Treat no-sync.
1573
1574         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1575         (wl-default-sync-range): Ditto.
1576
1577 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1578
1579         * wl-refile.el (wl-refile-subject-learn): Call
1580         `elmo-message-entity-field' with 3rd argument is non-nil.
1581         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1582         instead of `elmo-msgdb-overview-entity-get-subject'.
1583
1584 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1585
1586         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1587         scan-type is rescan.
1588         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1589         new optional argument force is non-nil.
1590         (wl-summary-save-view-cache): Call it with force argument non-nil.
1591
1592         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1593
1594 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1595
1596         * wl-action.el (wl-summary-print-argument): Fixed last change.
1597
1598 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1599
1600         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1601         simplified.
1602         (wl-summary-target-mark-mark-as-unread): Likewise.
1603         (wl-summary-target-mark-mark-as-important): Likewise.
1604
1605 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1606
1607         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1608         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1609         (wl-summary-mark-as-important-region): Change accordingly.
1610         (wl-summary-target-mark-mark-as-important): Ditto.
1611
1612 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1613
1614         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1615
1616         * wl-action.el (wl-summary-print-argument): Print argument to
1617         right side of window if `wl-summary-print-argument-within-window'
1618         is non-nil.
1619
1620 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1621
1622         * wl-action.el (wl-summary-set-mark): Use
1623         `wl-summary-message-visible-p' to check visibility of the message
1624         and jump to message only when the message line is visible and have
1625         different number; Call wl-summary-unset-mark with number argument.
1626         (wl-summary-unset-mark): 
1627         Use `wl-summary-message-visible-p'
1628         to check visibility of the message and jump to message only when
1629         the message line is visible and have different number;
1630
1631 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1632
1633         * Version number is increased to 2.11.7.
1634
1635         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1636         and wl-folder-summary-line-format.
1637
1638         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1639         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1640         (wl-summary-set-score-mark): Use it.
1641         (wl-summary-target-mark-mark-as-read): Ditto.
1642         (wl-summary-target-mark-mark-as-unread): Ditto.
1643         (wl-summary-target-mark-mark-as-important): Ditto.
1644         (wl-summary-target-mark-msgs): Simplified.
1645         (wl-summary-detect-mark-position): Fixed problem when
1646         summary-line-format no contain persisten/temp mark spec.
1647         (wl-summary-temp-mark): Ditto.
1648         (wl-summary-persistent-mark): Ditto.
1649         (wl-summary-update-persistent-mark): Ditto.
1650
1651         * wl-action.el (wl-summary-set-mark): Ditto.
1652         (wl-summary-unset-mark): Ditto.
1653         All other related portions are changed.
1654
1655 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1656
1657         * Version number is increased to 2.11.6.
1658
1659 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1660
1661         * wl-util.el (wl-current-message-buffer): Define as function;
1662         Don't use the value of wl-messge-buffer.
1663
1664         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1665         persistent mark.
1666
1667         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1668         no current message, cause an error.
1669
1670 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1671
1672         * wl-summary.el (wl-summary-set-message-modified): Use
1673         elmo-folder-set-message-modified instead of
1674         elmo-folder-set-message-modified-internal.
1675
1676 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1677
1678         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1679         interactively.
1680         (wl-summary-sync): nokill->entirely.
1681         (wl-summary-sync-marks): Fixed message.
1682         (wl-summary-input-range): Added mark, nokill->entirely.
1683
1684         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1685         messages as read.
1686
1687 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1688
1689         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1690         update-noscore.
1691         (wl-summary-sync): Follow the change above.
1692
1693 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1694
1695         * wl-action.el (wl-summary-target-mark-all): Use
1696         elmo-folder-list-messages.
1697
1698 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1699
1700         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1701         (wl-summary-rescan): Set wl-summary-scored as nil.
1702         (wl-summary-sync-force-update): Follow the change above.
1703         (wl-summary-sync): Ditto.
1704         (wl-summary-sync-update): Added argument disable-killed.
1705         (wl-summary-insert-headers): Set visible-only argument for
1706         elmo-folder-list-messages.
1707         (wl-summary-input-range): Added update-nokill, update-noscore,
1708         all-nokill, all-noscore and mark.
1709
1710         * Version number is increased to 2.11.5.
1711
1712         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1713
1714 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1715
1716         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1717         (wl-summary-prefetch-region-no-mark): Change accordingly.
1718         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1719
1720 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1721
1722         * wl-address.el (wl-complete-field-to): Abolished.
1723         (wl-complete-address): Completion function for completing-read.
1724         * wl-action.el (wl-summary-get-resend-address): Use it.
1725
1726         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1727         wl-summary-update-mark and abolish unused argument.
1728         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1729         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1730         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1731         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1732         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1733         * wl-draft.el (wl-draft-kill): Ditto.
1734
1735         * wl-summary.el: Remove unused binding of case-fold-search.
1736         (wl-summary-replace-status-marks): Abolished.
1737
1738 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1739
1740         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1741         is specified or folder length is zero.
1742
1743 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1744
1745         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1746         (wl-folder-archive-current-entity): Ditto.
1747
1748 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1749
1750         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1751         retrieving message mark.
1752         (wl-summary-redisplay-internal): Ditto.
1753
1754         * wl-message.el (wl-message-buffer-display): Ignore errors while
1755         retrieving message-id field.
1756
1757         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1758         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1759         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1760         order of the arguments for `wl-expire-message-p'.
1761         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1762
1763         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1764         Check return value of wl-summary-reply.
1765         (wl-summary-reply): Recover window configuration when an error occured.
1766
1767 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1768
1769         * wl-summary.el (wl-summary-resend-message): Abolished, the
1770         feature is inherited by wl-summary-resend (put resend mark).
1771
1772 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1773
1774         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1775         wl-message-buffer to nil when the message is hide.
1776
1777 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1778
1779         * .cvsignore: New file.
1780
1781 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1782
1783         * wl-action.el (wl-summary-action-docstring): Add more info.
1784         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1785         duplicate definition.
1786         (wl-summary-define-mark-action): Functions wl-summary-*-region
1787         keep current position.
1788         (wl-summary-unregister-target-mark): Store result to the variable.
1789
1790 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1791
1792         * Version number is increased to 2.11.4.
1793
1794 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1795
1796         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1797         wl-summary-delete-all-temp-marks.
1798         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1799
1800         * wl-action.el (wl-summary-set-mark): Changed terminology
1801         refile-destination -> action-argument.
1802         (wl-summary-unset-mark): Ditto.
1803         (wl-summary-remove-argument): Ditto.
1804         (wl-summary-print-argument): Ditto.
1805
1806         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1807         (wl-thread-remove-argument-region): Ditto.
1808         (wl-thread-print-argument-region): Ditto.
1809         (wl-thread-close): Ditto.
1810         (wl-thread-open): Ditto.
1811
1812         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1813         (wl-highlight-refile-destination-face is abolished)
1814         (wl-highlight-action-argument-string): Ditto.
1815         (wl-highlight-summary-current-line): Highlight action argument.
1816
1817         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1818         color for light backgrounds.
1819         (wl-highlight-summary-answered-face): Ditto.
1820
1821 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1822
1823         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1824
1825         * wl-score.el (wl-summary-score-update-all-lines): Use
1826         wl-summary-set-mark.
1827         (wl-summary-score-update-all-lines): Kill expunged messages.
1828
1829         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1830
1831 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1832
1833         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1834         directly.
1835         (wl-score-overview-entity-get-lines): Ditto.
1836         (wl-score-overview-entity-get-xref): Ditto.
1837         (wl-score-get-latest-msgs): Ditto.
1838         (wl-summary-rescore): Ditto.
1839
1840         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1841         to "&".
1842         (wl-summary-mark-as-answered-internal): New inline function.
1843         (wl-summary-mark-as-answered): New function.
1844         (wl-summary-mark-as-unanswered): Ditto.
1845         (wl-summary-sync-marks): Modified for answered-mark synching.
1846
1847 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1848
1849         * wl-action.el (wl-summary-set-mark): Fixed last change.
1850
1851 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1852
1853         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1854         behavior of wl-summary-unread-message-hook
1855         (Pointed out by akira yamada <akira@arika.org>).
1856
1857 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1858
1859         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1860         wl-summary-delete.
1861         * wl-xmas.el (wl-summary-toolbar): Ditto.
1862
1863         * wl-action.el (wl-summary-set-mark): Don't override current
1864         temp-mark.
1865
1866         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1867
1868 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1869
1870         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1871         (wl-refile-msgid-learn): Ditto.
1872         (wl-refile-get-field-value): Ditto.
1873
1874         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1875
1876         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1877         (wl-expire-delete-reserved-messages): Renamed from
1878         wl-expire-reserve-marked-msgs-from-list.
1879         (wl-expire-delete): Removed argument `msgdb'.
1880         (wl-expire-refile): Ditto.
1881         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1882         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1883         mark-alist as argument.
1884         (wl-expire-archive-number1): Removed argument `msgdb'.
1885         (wl-expire-archive-number2): Ditto.
1886         (wl-expire-archive-date): Ditto.
1887         (wl-expire-localdir-date): Ditto.
1888         (wl-expire-hide): Ditto.
1889         (wl-archive-number1): Ditto.
1890         (wl-archive-number2): Ditto.
1891         (wl-archive-date): Ditto.
1892         (wl-archive-folder): Ditto.
1893         All other related portions are changed.
1894
1895 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1896
1897         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1898         mean move up and down. (suggested by Takashi Kawachi)
1899
1900 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1901
1902         * wl-acap.el (toplevel): Don't require un-define.
1903
1904 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1905
1906         * wl-thread.el (wl-thread-delete-message): Always update
1907         wl-summary-buffer-number-list.
1908
1909         * wl-action.el (wl-summary-print-destination): 
1910         Do nothing when folder is nil.
1911
1912 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1913
1914         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1915         persistent mark when prefetch is succeeded.
1916
1917 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1918
1919         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1920         instead of elmo-msgdb-delete-msgs.
1921         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1922         (wl-expire-hide): Ditto.
1923
1924         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1925
1926         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1927         elmo-msgdb interface.
1928         (wl-thread-get-exist-children): Likewise.
1929         (wl-thread-insert-message): Likewise.
1930         (wl-thread-msg-mark-as-important): Likewise.
1931         (wl-thread-insert-entity-sub): Likewise.
1932         (wl-thread-get-children-msgs-uncached): Likewise.
1933
1934         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1935         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1936         (wl-summary-sync-update): Likewise.
1937         (wl-summary-auto-select-msg-p): Likewise.
1938         (wl-summary-update-thread): Likewise.
1939         (wl-summary-mark-as-important): Likewise.
1940         (wl-summary-jump-to-msg-internal): Likewise.
1941         (wl-summary-redisplay-internal): Likewise.
1942         (wl-summary-print-message-with-ps-print): Likewise.
1943         (wl-summary-folder-info-update): Likewise.
1944
1945         * wl-folder.el (wl-folder-check-one-entity):
1946         elmo-folder-count-flags instead of wl-summary-count-unread.
1947
1948         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1949
1950         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1951
1952         * wl-summary.el (wl-summary-set-message-modified): 
1953         Call wl-summary-set-mark-modified.
1954         (wl-summary-delete-messages-on-buffer): Call
1955         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1956         (wl-summary-sync-update): Call elmo-folder-length instead of
1957         elmo-folder-messages.
1958         (wl-summary-insert-headers): Don't call
1959         elmo-folder-list-message-entities.
1960
1961 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1962
1963         * wl-action.el (wl-summary-define-mark-action): Call
1964         `wl-summary-set-mark' with argument `data'.
1965         (wl-summary-auto-refile): Fixed order of arguments when call
1966         `wl-summary-refile'.
1967
1968 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1969
1970         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1971
1972         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1973
1974         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1975         (Renamed from wl-highlight-summary-deleted-face).
1976         (wl-highlight-summary-resend-face): New face.
1977
1978         (wl-highlight-summary-deleted-face): Renamed from
1979         wl-highlight-summary-erased-face.
1980
1981         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1982
1983         * wl-action.el (wl-summary-get-resend-address): New function.
1984         (wl-summary-exec-action-resend): Ditto.
1985         (wl-summary-exec-action-resend-subr): Ditto.
1986
1987         * w-thread.el (wl-thread-copy): Removed definition.
1988         (wl-thread-refile): Ditto.
1989         (wl-thread-delete): Ditto.
1990         (wl-thread-target-mark): Ditto.
1991
1992         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1993         (wl-summary-target-mark-set-action): Fixed.
1994         (wl-summary-define-mark-action): Fixed quotation.
1995         (wl-summary-move-mark-list-messages): Display message.
1996         (wl-summary-define-mark-action): Define thread functions.
1997         (wl-summary-exec-action-refile): Changed message.
1998         (wl-summary-exec): Ditto.
1999
2000 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2001         
2002         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2003         '%%'.
2004
2005 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2006
2007         * wl.el (toplevel): Require wl-action.
2008         (wl-init): Call wl-summary-define-mark-action.
2009
2010         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2011
2012         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2013         wl-summary-delete and wl-summary-erase.
2014         (wl-summary-mode-map): Ditto.
2015
2016         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2017         wl-delete-folder-alist.
2018
2019         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2020         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2021         (toplevel): Moved mark & action related functions to the wl-action.el.
2022
2023         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2024         in wl-summary-mark-action-list.
2025         (wl-highlight-summary-current-line): Ditto.
2026
2027         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2028         empty lines.
2029
2030         * wl-action.el: New file. 
2031
2032 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2033
2034         * wl-summary.el (wl-summary-target-mark-replace): New function.
2035         (wl-summary-target-mark-prefetch): Use it.
2036         (wl-summary-target-mark-delete): Ditto.
2037         (toplevel): Rearranged definition order.
2038         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2039         (wl-summary-target-mark-erase): Rewrite.
2040         (wl-summary-erase-region): New function.
2041         (wl-summary-exec-action-erase): Changed message.
2042         (wl-summary-move-mark-list-messages): New function.
2043         (wl-summary-exec-action-delete): Use it.
2044         (wl-summary-exec-action-erase): Ditto.
2045
2046         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2047         (wl-summary-skip-mark-list): Added "d".
2048
2049         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2050         while searching.
2051
2052         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2053         and define using defcustom;
2054         Define 4th element as a face.
2055         
2056         * wl-summary.el (wl-summary-incorporate): Use 
2057         `wl-summary-prefetch-region-no-mark' instead of
2058         `wl-summary-prefetch-region'.
2059         (wl-summary-prefetch-region-no-mark): Revival of old
2060         `wl-summary-prefetch-region'.
2061         (wl-summary-mark-action-list): Moved to wl-vars.el
2062
2063         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2064         face according to the `wl-summary-mark-action-list'.
2065         (wl-highlight-summary-current-line): Ditto;
2066         Removed destination highlighting.
2067
2068         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2069         (wl-highlight-summary-line-string): Highlight for "i" mark.
2070         (wl-highlight-summary-current-line): Ditto.
2071
2072         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2073         no destination.
2074
2075         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2076         exists, just go ahead.
2077         (wl-summary-prefetch-region): Rewrite.
2078         (wl-summary-prefetch): Ditto.
2079         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2080         (wl-summary-exec-action-prefetch): New function.
2081         (wl-summary-target-mark-prefetch): Rewrite.
2082
2083 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2084
2085         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2086         (wl-highlight-summary-line-string): Added "d" and "D".
2087         (wl-highlight-summary-current-line): Ditto.
2088
2089         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2090         in wl-summary.el.
2091         (wl-thread-insert-entity-sub): Ditto.
2092         (wl-thread-remove-destination-region): Ditto.
2093         (wl-thread-print-destination-region): Ditto.
2094
2095         * wl-summary.el (wl-summary-buffer-refile-list,
2096         wl-summary-buffer-delete-list,
2097         wl-summary-buffer-copy-list): Abolish.
2098         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2099         All other related portions are changed.
2100         (wl-summary-mark-action-list): New variable.
2101         (wl-summary-set-mark): New function.
2102         (wl-summary-register-target-mark): Ditto.
2103         (wl-summary-unregister-target-mark): Ditto.
2104         (wl-summary-have-target-mark-p): Ditto.
2105         (wl-summary-register-temp-mark): Ditto.
2106         (wl-summary-unregister-temp-mark): Ditto.
2107         (wl-summary-registered-temp-mark): Ditto.
2108         (wl-summary-collect-temp-mark): Ditto.
2109         (wl-summary-unset-mark): Ditto.
2110         (wl-summary-set-target-mark): Ditto.
2111         (wl-summary-unset-target-mark): Ditto.
2112         (wl-summary-set-action-generic): Ditto.
2113         (wl-summary-unset-action-generic): Ditto.
2114         (wl-summary-exec-action-delete): Ditto.
2115         (wl-summary-exec-action-erase): Ditto.
2116         (wl-summary-set-action-refile): Ditto.
2117         (wl-summary-set-action-refile-subr): Ditto.
2118         (wl-summary-unset-action-refile): Ditto.
2119         (wl-summary-make-destination-numbers-list): Ditto.
2120         (wl-summary-exec-action-refile): Ditto.
2121         (wl-summary-set-action-copy): Ditto.
2122         (wl-summary-unset-action-copy): Ditto.
2123         (wl-summary-exec-action-copy): Ditto.
2124         (wl-summary-collect-numbers-region): Ditto.
2125         (wl-summary-delete): Rewrite.
2126         (wl-summary-erase): Ditto.
2127         (wl-summary-remove-destination): Ditto.
2128         (wl-summary-exec): Ditto.
2129         (wl-summary-exec-region): Ditto.
2130         (wl-summary-target-mark-erase): Ditto.
2131         (wl-summary-refile): Ditto.
2132         (wl-summary-copy): Ditto.
2133         (wl-summary-unmark): Ditto.
2134         (wl-summary-delete-all-mark): Ditto.
2135         (wl-summary-mark-line): Don't highlight.
2136         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2137         (wl-summary-target-mark-refile-subr): Rewrite.
2138
2139         (wl-summary-copy-prev-destination): Abolish.
2140
2141 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2142
2143         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2144         default values along the value of wl-on-mule.
2145         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2146         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2147         It is not used anywhere.
2148
2149 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2150
2151         * wl-summary.el (wl-summary-print-destination): Keep position.
2152         (wl-summary-cursor-move-surface): Keep horizontal position.
2153
2154 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2155
2156         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2157         write sendlog.
2158
2159 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2160
2161         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2162         `wl-summary-highlight'.
2163
2164 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2165
2166         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2167         trivial condition for temp-mark.
2168
2169 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2170
2171         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2172         when it hits killed buffer.
2173
2174 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2175
2176         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2177         * wl-news.el.in: `message' and `error' take format string.
2178
2179 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2180
2181         * wl-folder (wl-folder-insert-entity): Display a message,
2182         `...done', when the work finish.
2183         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2184
2185 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2186
2187         * wl-message.el (wl-message-redisplay): Remove unused local
2188         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2189
2190 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2191
2192         * wl-summary.el (wl-summary-replace-status-marks): Disable
2193         interactive use.
2194         (wl-summary-reedit): Check message existence at first.
2195         (wl-summary-mark-line): Fix doc, return value is indefinite.
2196
2197         * wl-highlight.el (wl-highlight-message): Arranged.
2198
2199         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2200         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2201         check temp-mark by wl-summary-temp-mark always.
2202         (wl-highlight-summary): Change accordingly.
2203         * wl-summary.el (wl-summary-mark-as-read-all)
2204         (wl-summary-delete-cache, wl-summary-set-score-mark)
2205         (wl-summary-mark-as-unread, wl-summary-unmark)
2206         (wl-summary-mark-line, wl-summary-mark-as-read)
2207         (wl-summary-mark-as-important): Ditto.
2208
2209         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2210         end of the window if possible.
2211         * wl-summary.el (wl-summary-sync-update): Support lazy
2212         highlighting.
2213         (wl-summary-toggle-disp-msg): Ditto.
2214
2215 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2216
2217         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2218
2219 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2220
2221         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2222         change.
2223
2224 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2225
2226         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2227         API.
2228         (wl-summary-sync-update): Ditto.
2229
2230         * wl-score.el (wl-score-get-score-alist): Changed argument.
2231         (wl-summary-rescore-msgs): Likewise.
2232         (wl-summary-score-headers): Likewise.
2233         (wl-score-headers): Likewise;
2234         Use elmo-folder-do-each-message-entity, etc.
2235         (wl-summary-score-effect): Follow the changes above.
2236         (wl-summary-rescore): Ditto.
2237         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2238         (wl-score-get-overview): Abolish.
2239
2240         * wl-summary.el (wl-summary-default-from): Follow the API change in
2241         elmo-msgdb.
2242         (wl-summary-count-unread): Ditto.
2243         (wl-summary-detect-mark-position): Ditto.
2244         (wl-summary-overview-entity-compare-by-date): Ditto.
2245         (wl-summary-overview-entity-compare-by-number): Ditto.
2246         (wl-summary-overview-entity-compare-by-from): Ditto.
2247         (wl-summary-overview-entity-compare-by-subject): Ditto.
2248         (wl-summary-get-list-info): Ditto.
2249         (wl-summary-rescan): Ditto.
2250         (wl-summary-jump-to-msg-by-message-id): Ditto.
2251         (wl-summary-sync-update): Ditto; Removed comment.
2252         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2253         (wl-summary-insert-message): Use wl-summary-insert
2254         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2255         (wl-summary-insert-headers): Changed argument overview to folder.
2256         (wl-summary-search-by-subject): Likewise.
2257         (wl-summary-insert-thread): Renamed from 
2258         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2259
2260         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2261         too.
2262
2263         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2264         wl-string-member.
2265
2266 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2267
2268         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2269         elmo-folder-append-buffer.
2270         (wl-draft-queue-append): Likewise.
2271
2272         * wl-mime.el (wl-message-delete-current-part): Ditto.
2273         (wl-summary-burst-subr): Ditto.
2274
2275         * wl-news.el.in (wl-news-send-news): Ditto.
2276
2277 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2278
2279         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2280         function.
2281         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2282         (wl-summary-update-mark): Enclose with save-excursion.
2283         (wl-summary-mark-as-read-internal): Fixed last change.
2284         (wl-summary-mark-as-important): Use 3rd argument of
2285         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2286         Don't use elmo-msgdb-set-mark.
2287         (wl-summary-redisplay-internal): If msgdb flag is already read,
2288         just update the mark on buffer.
2289
2290 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2291
2292         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2293         cut visible folder when elmo-folder-delete returns non-nil value.
2294
2295 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2296
2297         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2298         by Kenichi OKADA <okada@opaopa.org>).
2299
2300 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2301
2302         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2303
2304 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2305
2306         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2307         Fixed the last change, search group entity by its real name.
2308         (Thanks to: KOBAYASHI Shinji)
2309
2310 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2311
2312         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2313         (wl-fldmgr-access-display-all): Don't refer visible name.
2314         * wl-expire.el (wl-folder-archive-current-entity)
2315         (wl-folder-expire-current-entity): Ditto.
2316         * wl-folder.el (wl-folder-jump-to-current-entity)
2317         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2318         (wl-folder-open-folder-sub,wl-folder-open-all)
2319         (wl-folder-write-current-folder): Ditto.
2320         (wl-folder-insert-entity): Don't use petname for normal group.
2321         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2322         is the real name.
2323         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2324         Abolished.
2325
2326 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2327
2328         * wl-draft.el (wl-draft-create-buffer): Add
2329         `wl-summary-reply-with-citation'
2330
2331 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2332
2333         * wl-draft.el (wl-draft-reply): Fixed.
2334
2335 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2336
2337         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2338         when `wl-draft-send-confirm-with-preview' is non-nil.
2339         You can scroll up/down by j/k.
2340         (wl-draft-send-confirm-with-preview): New variable (default=t).
2341
2342 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2343
2344         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2345         (wl-fldmgr-save-folders): Fix comment.
2346
2347 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2348
2349         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2350         along the last change in `wl-folder-buffer-group-p'.
2351
2352 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2353
2354         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2355         folder.
2356
2357         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2358         the default value.
2359
2360         * wl-mime.el (wl-summary-burst): Update summary only when target
2361         folder equals current folder.
2362
2363 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2364
2365         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2366
2367 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2368
2369         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2370         value.
2371
2372 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2375         `map-extents' instead of `extent-at' repeatedly.
2376         (wl-highlight-folder-current-line): Ditto.
2377
2378         * wl-highlight.el: Remove useless dummy functions.
2379
2380 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2381
2382         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2383         (wl-folder-put-folder-property): New function to put text property.
2384         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2385         (wl-folder-insert-entity, wl-folder-update-diff-line)
2386         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2387         * wl-e21.el, wl-xmas.el, wl-mule.el
2388         (wl-highlight-folder-current-line): Ditto.
2389         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2390         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2391         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2392         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2393
2394 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2395
2396         * Version number is increased to 2.11.3.
2397
2398 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2399
2400         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2401         Resume current-buffer since it is assumed by remaining tasks.
2402
2403 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2404
2405         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2406         (wl-folder-completion-function): Abolished.
2407         (wl-folder-complete-folder): New function.
2408         (wl-folder-complete-filter-condition): Ditto.
2409         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2410         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2411
2412 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2413
2414         * wl-draft.el (wl-draft-send-confirm): New function.
2415         (wl-draft-send): Use it.
2416
2417         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2418         cursor-in-echo-area while confirming.
2419
2420         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2421
2422         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2423         searching via nntp if wl-summary-search-via-nntp is 'force.
2424         Otherwise, invoke searching in nntp folder only.
2425         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2426
2427         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2428         explicitly for mime-make-text-tag.
2429
2430 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2431
2432         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2433         `mime-make-text-tag' instead of `mime-create-tag'.
2434
2435 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2436
2437         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2438         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2439
2440 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2441
2442         * wl-score.el (wl-score-save): Bind print-length and print-level.
2443         (wl-score-pretty-print): Ditto.
2444         (wl-score-edit-insert-header-entry): Ditto.
2445
2446         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2447         "From" entry to be treated with wl-draft-eword-encode-address-list.
2448         * wl-mime.el (wl-draft-preview-message): Ditto.
2449
2450         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2451         (wl-summary-mark-as-unread): Ditto.
2452         (wl-summary-mark-as-read-region): Change accordingly.
2453         (wl-summary-mark-as-unread-region): Ditto.
2454         (wl-summary-target-mark-mark-as-read): Ditto.
2455         (wl-summary-target-mark-mark-as-unread): Ditto.
2456
2457 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2458
2459         * Version number is increased to 2.11.2.
2460
2461 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2462
2463         * wl-news.el.in (wl-news-previous-version-save): Bind
2464         print-length and print-level.
2465         * wl-thread.el (wl-thread-save-entities): Ditto.
2466         (wl-thread-save-top-list): Bind print-length.
2467
2468 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2469
2470         * wl-highlight.el (wl-highlight-summary-line-string): Use
2471         wl-summary-score-below-mark, wl-summary-score-over-mark.
2472         (wl-highlight-summary-current-line): Ditto.
2473
2474 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2475
2476         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2477         insert it.
2478
2479 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2480
2481         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2482
2483 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2484
2485         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2486         message without msgid.
2487         Rewrite with elmo-folder-move-messages.
2488         Set wl-message-buffer to nil.
2489
2490         * wl-summary.el (wl-summary-erase-subr): New function. Use
2491         elmo-folder-move-messages.
2492         (wl-summary-erase): Call it.
2493         (wl-summary-target-mark-erase): Ditto.
2494
2495 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2496
2497         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2498         it is not up-tp-date.
2499
2500 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2501
2502         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2503         buffer after calling `wl-summary-goto-folder-subr' without the
2504         argument `interactive'.
2505         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2506
2507 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2508
2509         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2510         `mime-create-tag'. Use `string=' instead of `looking-at'.
2511
2512 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2513
2514         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2515         to avoid compile warning.
2516
2517         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2518         entity-id when folder is given.
2519         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2520         save-excursion, use save-selected-window instead.
2521         Select folder buffer window if exists.
2522         (To correct behavior with wl-folder-move-cur-folder.)
2523
2524 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2525
2526         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2527
2528 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2529
2530         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2531         list-count instead of %d.
2532
2533 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2534
2535         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2536         (wl-news): Set it.
2537         (wl-news-append-to-folder): Use it.
2538
2539         * wl-news.el.in (wl-news-send-news): Append to specified folder
2540         instead of wl-default-folder.
2541         (wl-news-append-to-folder): Show error message with specified folder.
2542
2543         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2544                 In most major modes, Emacs assumes that any opening
2545                 delimiter found at the left margin is the start of a
2546                 top-level definition, or defun. Therefore, *never put an
2547                 opening delimiter at the left margin unless it should have
2548                 that significance.*
2549
2550         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2551
2552 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2553
2554         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2555
2556 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2557
2558         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2559
2560 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2561
2562         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2563         for sequential numbering case.
2564
2565 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2566
2567         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2568         value.
2569         (wl-draft-reply-without-argument-list): Ditto.
2570         (wl-draft-reply-myself-with-argument-list): Abolish.
2571         (wl-draft-reply-myself-without-argument-list): Ditto.
2572         * wl-draft.el (wl-draft-self-reply-p): New function.
2573         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2574
2575 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2576
2577         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2578         (avoid error for the case without byte-compiling)
2579
2580 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2581
2582         * wl-news.el.in (wl-news-append-to-folder): New function.
2583         (wl-news-exit): Rewrite.
2584         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2585
2586 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2587
2588         * wl-draft.el (wl-draft-reply-position): New function.
2589         (wl-draft-reply-position): Fix.
2590         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2591         (wl-summary-target-mark-reply-with-citation): Ditto.
2592         (wl-summary-reply-with-citation): Ditto.
2593         * wl-vars.el (wl-draft-reply-default-position): New variable.
2594
2595 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2596
2597         * wl-draft.el (wl-draft-send): Preview when interactive send.
2598
2599 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2600
2601         * wl-draft.el (wl-draft-reply): Set default position.
2602         * wl-summary.el (wl-summary-reply): Ditto.
2603         (wl-summary-reply-with-citation): Ditto.
2604         (wl-summary-target-mark-reply-with-citation): Ditto.
2605
2606 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2607
2608         * wl-news.el.in (wl-news-lang): Set default value according to
2609         current-language-environment.
2610         (wl-news-append-news): Do nothing when news-list is nil.
2611
2612 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2613
2614         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2615         (wl-news): Change message.
2616         (wl-news-exit): Check buffer.
2617         (wl-news-force-exit): New function.
2618         (wl-news-show-all): New function.
2619         (wl-news-discard-and-exit): Fix.
2620
2621 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2622
2623         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2624         according to current-language-environment.
2625
2626         * wl-news.el.in (wl-news): If arg, show all NEWS after
2627         wl-news-default-previous-version.
2628
2629 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2630
2631         * wl-news.el.in (wl-news-check): Rewritten.
2632         (wl-news-previous-version-load): Change data type.
2633         (wl-news-previous-version-save): Change data type.
2634         (wl-news-append-news): Add return value.
2635         (wl-news-check-news): New function.
2636         (wl-news-already-current-p): New function.
2637         (wl-news-send-news): Rewritten.
2638         (wl-news-mode-map): Add new keybind.
2639         (wl-news): Rewritten.
2640         (wl-news-exit): Rewritten.
2641         (wl-news-discard-and-mail): New function.
2642         (wl-news-send-to-address): Abolished.
2643         * wl.el (wl-init): Delete a message.
2644
2645 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2646
2647         * wl-news.el.in (wl-news-exit): Update previous version.
2648         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2649
2650 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2651
2652         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2653
2654 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2655
2656         * wl-news.el.in (wl-news): New function.
2657         (wl-news-mode): New function.
2658         (wl-news-next-line): New function.
2659         (wl-news-next-page): New function.
2660         (wl-news-exit): New function.
2661         (wl-news-buf-name): New variable.
2662         (wl-news-mode-map): New variable.
2663         (wl-news-winconf): New variable.
2664         (wl-news-append-news): Add an option.
2665
2666 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2667
2668         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2669
2670 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2671
2672         * wl-news.el.in (wl-news-send-to-address): New variable.
2673         (wl-news-send-news): Use it.
2674         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2675         Return updating status.
2676         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2677
2678 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2679
2680         * wl-news.el.in (wl-news-send-news): Delete
2681         Organization and X-Face.
2682
2683 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2684
2685         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2686         (wl-news-append-news): New function.
2687         (wl-news-send-news): New function.
2688
2689 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2690
2691         * Version number is increased to 2.11.1.
2692
2693 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2694
2695         * wl-news.el.in : New file.
2696
2697 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2698
2699         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2700         default value.
2701         (wl-draft-reply-without-argument-list): Ditto.
2702
2703 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2704
2705         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2706         (wl-message-buffer-prefetch-idle-time): Ditto.
2707         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2708
2709 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2710
2711         * wl-thread.el (wl-thread-insert-message): Use
2712         wl-summary-max-thread-depth.
2713
2714         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2715         loop detection.
2716
2717         * wl-message.el (wl-message-buffer-display): Back to the first page
2718         when cache is hit.
2719
2720 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2721
2722         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2723
2724         * wl-summary.el (wl-summary-insert-thread-entity):
2725         If the thread depth is reached to wl-summary-max-thread-depth,
2726         divide the thread.
2727
2728 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2729
2730         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2731         for elmo-remove-passwd.
2732
2733 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2734
2735         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2736         folder is sticky.
2737         (wl-folder-mark-as-read-all-entity): Ditto.
2738         (wl-folder-prefetch-entity): Ditto.
2739
2740 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2741
2742         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2743
2744 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2745
2746         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2747         Delete messages on buffer for unplugged operation.
2748         (wl-summary-erase): Ditto.
2749
2750 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2751
2752         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2753         take nil so as not to search parent by subject.
2754
2755 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2756
2757         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2758         (wl-folder-get-next-folder): Ditto.
2759         (wl-folder-get-path): Ditto.
2760
2761 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2762
2763         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2764         system and encode the region with it before verifying.
2765
2766 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2767
2768         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2769         system of the echo buffer before decoding.
2770
2771 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2772
2773         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2774         original contents.
2775
2776 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2777
2778         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2779         with argument 'any-exists.
2780
2781 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2782
2783         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2784         Use `wl-cs-autoconv'.
2785
2786 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2787
2788         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2789         by `mime-view-automatic-conversion'.
2790
2791         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2792         (wl-message-verify-pgp-nonmime): Ditto.
2793         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2794         Bind them to C-c:d and C-c:v respectively.
2795
2796         Merge following code by Teranishi-san from [wl-en:00167].
2797         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2798         (wl-mime-preview-application/pgp-encrypted): Ditto.
2799         (wl-mime-setup): Add entry.
2800
2801 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2802
2803         * wl-summary.el (wl-summary-target-mark-erase): New function.
2804         Bind it to "mD".
2805
2806 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2807
2808         * wl-vars.el (wl-draft-write-file-function): Fix.
2809         (wl-draft-reedit-hook): Changed default value.
2810
2811         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2812         wl-draft-reedit-hook.
2813         (wl-draft-remove-text-plain-tag): New function.
2814         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2815
2816         * wl-vars.el (wl-draft-write-file-function): New user option.
2817
2818         * wl-draft.el (wl-draft-prepare-edit): Use it for
2819         local-write-file-hooks.
2820         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2821
2822         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2823         (wl-draft-insert-mail-header-separator): Return the body beginning
2824         point.
2825         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2826         text/plain.
2827         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2828
2829 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2830
2831         * wl-summary.el (wl-summary-erase): New function to erase message
2832         without moving it to trash. Bind to "D".
2833
2834         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2835         as `keep' unless switch-function.
2836
2837 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2838
2839         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2840         message buffer by using `wl-summary-toggle-disp-msg'.
2841         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2842         buffer window.
2843         (wl-summary-supresedes-message): Ditto.
2844
2845         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2846         Do not delete other windows.
2847         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2848         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2849         (wl-draft-create-buffer): Set reply-or-forward also for target
2850         mark commands.
2851
2852 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2853
2854         * wl-draft.el (wl-user-agent-compose): Delete special case for
2855         switch-to-buffer-other-window.
2856
2857         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2858         (wl-summary-forward): Ditto.
2859
2860         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2861         function.
2862         (wl-draft-buffer-style): New use option.
2863
2864         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2865         (wl-draft): Follow the change above.
2866         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2867         wl-draft-buffer-style.
2868         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2869         switch-function.
2870
2871 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2872
2873         * wl-draft.el (wl-user-agent-compose): Delete special case for
2874         switch-to-buffer-other-window.
2875
2876         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2877         (wl-summary-forward): Ditto.
2878
2879         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2880         function.
2881         (wl-draft-buffer-style): New use option.
2882
2883         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2884         (wl-draft): Follow the change above.
2885         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2886         wl-draft-buffer-style.
2887         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2888         switch-function.
2889
2890 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2891
2892         * wl-address.el (wl-address-make-completion-entry): Extracted from
2893         `wl-address-make-completion-list'.
2894         (wl-address-enable-strict-loading): New variable.
2895         (wl-address-make-completion-list): Revive petname duplication
2896         inquiry, and enable it if `wl-address-enable-strict-loading'.
2897         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2898
2899 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2900
2901         * wl-message.el (wl-message-get-original-buffer): Avoid
2902         'Selecting deleted buffer' error when original buffer is killed.
2903
2904 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2905
2906         * wl-summary.el (wl-summary-next-message): Use
2907         elmo-message-accessible-p instead of elmo-message-cached-p.
2908
2909 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2910
2911         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2912
2913         * wl-thread.el (wl-thread-open-all-unread): Use
2914         elmo-folder-list-flagged instead of
2915         elmo-folder-list-messages-mark-match.
2916
2917         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2918         instead of elmo-folder-list-messages-mark-match.
2919         (wl-summary-move-spec-alist): New variable.
2920         (wl-summary-move-spec-plugged-alist,
2921         wl-summary-move-spec-unplugged-alist): Abolish.
2922         (wl-summary-next-message): Follow the change above.
2923         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2924         with 'no-msg' argument.
2925
2926         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2927         variable.
2928         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2929         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2930         (wl-message-buffer-prefetch-get-next): Follow the change above.
2931
2932 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2933
2934         * wl-version.el (wl-version): Changed codename.
2935
2936         * Version number is increased to 2.11.0.
2937
2938 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939
2940         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2941         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2942         `wl-draft-config-variables'.
2943         (wl-draft-kill): Fixed problem when the draft is reedit.
2944
2945 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2946
2947         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2948         buffer-modified status (Thanks to
2949         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2950
2951 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2952
2953         * wl-util.el (wl-region-exists-p): New function.
2954
2955         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2956         Remove defvars for byte-compile warnings.
2957
2958 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2959
2960         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2961         defvar-maybe. Removed unused bind.
2962
2963 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2964
2965         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2966         summary buffer window before creating new frame.
2967         (wl-draft-reply): Ditto.
2968
2969 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970
2971         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2972
2973 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2974
2975         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2976
2977 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2978
2979         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2980         instead of `kill-region'.
2981
2982 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2983
2984         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2985         (wl-highlight-summary-line-string): Use it.
2986         (wl-highlight-summary-current-line): Ditto.
2987
2988         * wl-mime.el (wl-message-delete-current-part): Check the class of
2989         mime-entity.
2990
2991         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2992
2993         * wl-summary.el (wl-summary-make-number-list): Initialize.
2994         (wl-summary-update-mark): New function.
2995         (wl-summary-reply): Put `answered' mark on the message.
2996         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2997
2998         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2999         (wl-draft-reply): Added optional argument `number';
3000         Set wl-draft-parent-number.
3001         (wl-draft-kill): Delete answered mark if it is a reply.
3002
3003 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3004
3005         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3006         that originates in mime-preview-follow-current-entity.
3007         (wl-draft-yank-current-message-entity): Use it if region is active.
3008
3009         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3010         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3011         `wl-message-delete-current-part'.
3012         * wl-mule.el (wl-message-define-keymap): Ditto.
3013         * wl-xmas.el (wl-message-define-keymap): Ditto.
3014
3015 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3016
3017         * wl-mime.el (wl-message-delete-current-part): New function.
3018         (wl-mime-node-id-to-string): Ditto.
3019
3020         * wl-mime.el (wl-message-delete-current-part): Use existing
3021         original buffer which corresponds current mime-view buffer.
3022         (fetched buffer might have different structure, possibly)
3023
3024         * wl-mime.el (wl-message-delete-current-part): Quit if the
3025         message content differs from the actual message.
3026
3027 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3028
3029         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3030         order.
3031         (wl-summary-search-by-subject): Search parent message from tail;
3032         Check the existence of the parent message on the current thread tree.
3033         (wl-summary-update-thread): Check whether the line is inserted.
3034
3035 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3036
3037         * wl-vars.el (wl-summary-line-format): Undo last change.
3038         * wl-summary.el (wl-summary-print-destination): Do not put
3039         invisible property when `wl-summary-width' is nil.
3040         (wl-summary-line-subject-minimum-length): Abolished.
3041         (wl-summary-line-subject): Ditto.
3042
3043 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3044
3045         * wl-vars.el (wl-summary-line-format): Change default value.
3046         (wl-summary-subject-length-limit): Abolished.
3047         * wl-summary.el (wl-summary-line-subject): Ditto.
3048
3049 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * wl-template.el (wl-template-select): Added optional argument.
3052         If optional argument is specified, reverse
3053         `wl-template-visible-select'.
3054
3055 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3056
3057         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3058         Take prefix argument to force asking the destination folder.
3059
3060 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3061
3062         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3063         count and update status.
3064
3065 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3066
3067         * wl-summary.el (wl-summary-redisplay-internal): If
3068         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3069         after fetching.
3070
3071 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3072
3073         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3074         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3075
3076         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3077
3078 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3079
3080         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3081         (All other related portions are changed).
3082         (wl-summary-mark-as-read-all): Rewrite.
3083
3084 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3085
3086         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3087         `wl-summary-mark-as-read'.
3088         (wl-summary-mark-as-unread): Rewrite.
3089         (wl-summary-mark-as-read): Added no-modeline argument.
3090         (wl-summary-resume-cache-status): Rewrite.
3091         (wl-summary-exec-subr): Remove unused local variable.
3092
3093 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3094
3095         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3096         logic to call `wl-summary-buffer-prev-folder-function'.
3097         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3098
3099 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3100
3101         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3102         is nil.
3103
3104 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3105
3106         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3107         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3108         (wl-mime-setup): Add its entry.
3109
3110 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3111
3112         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3113         (wl-summary-delete-cache): Likewise.
3114         (wl-summary-mark-as-read): Rewrite.
3115
3116 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3117
3118         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3119         `wl-summary-count-unread'.
3120
3121         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3122
3123         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3124
3125 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3126
3127         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3128         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3129         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3130         Renamed to the elmo-msgdb-*-mark.
3131         (wl-summary-score-marks): Follow the change above.
3132         (wl-summary-auto-refile-skip-marks): Ditto.
3133         (wl-summary-incorporate-marks): Ditto.
3134         (wl-summary-expire-reserve-marks): Ditto.
3135
3136         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3137         changes.
3138         (wl-thread-insert-top): Changed updating message.
3139
3140         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3141         variable.
3142         (wl-summary-count-unread): Count answered marks.
3143         (wl-summary-rescan): Call wl-summary-insert-message instead of
3144         wl-summary-append-message-func-internal.
3145         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3146         (wl-summary-prefetch-msg): Follow the variable name changes.
3147         (wl-summary-prefetch-region): Ditto.
3148         (wl-summary-mark-as-read-all): Follow the API changes;
3149         Don't call elmo-folder-replace-marks.
3150         (wl-summary-delete-cache): Follow the variable name changes.
3151         (wl-summary-resume-cache-status): Ditto.
3152         (wl-summary-update-status-marks): New function.
3153         (wl-summary-insert-message): New function.
3154         (wl-summary-sync-marks): Follow the variable name changes.
3155         (wl-summary-sync-update): Synchronize to the msgdb, too;
3156         Changed update messages.
3157         (wl-summary-make-number-list): Rewrite.
3158         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3159         (wl-summary-mark-as-unread): Follow the API changes.
3160         (wl-summary-exec-subr): Follow the variable name changes.
3161         (wl-summary-mark-as-read): Ditto.
3162         (wl-summary-move-spec-plugged-alist): Ditto.
3163         (wl-summary-move-spec-unplugged-alist): Ditto.
3164         (wl-summary-cursor-move-surface): Ditto.
3165
3166         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3167         variable name changes.
3168         (wl-highlight-summary-current-line): Ditto.
3169
3170         * wl-expire.el (wl-expire-refile): Follow the API change in
3171         elmo-folder-move-messages.
3172         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3173         (wl-summary-archive): Use elmo-folder-msgdb instead of
3174         elmo-msgdb-load.
3175
3176 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3177
3178         * wl-mime.el (wl-draft-preview-message): Restore the position
3179         before evaluating wl-draft-send-hook in preview buffer.
3180
3181 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3182
3183         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3184         when it creates new draft buffer.
3185
3186         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3187         without argument.
3188
3189         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3190         Evaluate content and if the value is string, insert it.
3191         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3192         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3193         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3194         wl-draft-config-sub-part-bottom): Use it.
3195
3196         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3197         with the folder name. The question was unintelligible when it is
3198         called from wl-save-status.
3199
3200 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3201
3202         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3203         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3204         cannot take second argument).
3205
3206 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3207
3208         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3209         as t. Since type and subtype are not case sensitive (RFC 2045).
3210
3211 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3212
3213         * wl-vars.el (wl-message-mode-line-format): New variable.
3214         (wl-message-mode-line-format-spec-alist): Ditto.
3215         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3216         (wl-message-redisplay): Use wl-message-mode-line-format.
3217
3218 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3219
3220         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3221
3222 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3223
3224         * wl-summary.el (wl-summary-default-from): Write description.
3225
3226 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3227
3228         * wl-vars.el (wl-ldap-objectclass): Abolish.
3229
3230         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3231         (wl-ldap-make-filter): Removed condition for objectclass.
3232         (wl-ldap-make-matched-value-list): Remove meaningless process.
3233         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3234         (wl-address-ldap-search): Don't add `*' to `pat' string;
3235         use ignore-errors; added `email';
3236         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3237         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3238         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3239
3240
3241 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3242
3243         * wl-draft.el (wl-draft-parent-folder): Write description.
3244         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3245
3246 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3247
3248         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3249         as "" (zero-length string) if no parent.
3250         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3251
3252 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3253
3254         * wl-address.el (wl-address-make-completion-list): Skip duplication
3255         checking.
3256         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3257         `append'.
3258
3259 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3260
3261         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3262         instead of `beginning-of-buffer'.
3263
3264 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3267
3268 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3269
3270         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3271         Refer wl-message-buffer-name.
3272         (wl-message-wheel-down): Ditto.
3273
3274 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3275
3276         * wl-vars.el (wl-message-buffer-name): New user option.
3277
3278         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3279         directly instead of making alist dinamically.
3280
3281         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3282         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3283         wl-message-buffer-cache-name.
3284         (wl-message-buffer-cache-clean-up): Ditto.
3285
3286         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3287
3288         * Version number is increased to 2.9.15.
3289
3290 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3291
3292         * wl-vars.el (wl-summary-default-view-alist): New user option.
3293
3294         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3295
3296         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3297         while deleting address.
3298         (wl-draft-delete-myself-from-cc): Ditto.
3299
3300         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3301         If optional argument is specified, reverse sort order.
3302
3303         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3304
3305 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3306
3307         * wl-thread.el (wl-thread-insert-message): Return parent number if
3308         exists.
3309         (wl-thread-update-indent-string-region): Use
3310         wl-thread-update-line-on-buffer-sub instead of
3311         wl-thread-update-line-on-buffer.
3312
3313 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3314
3315         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3316         (wl-folder-close-all): Ditto.
3317
3318 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3319
3320         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3321         and mailing-list:.
3322         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3323         value.
3324         (wl-summary-line-list-info): Print mailing-list name even when 
3325         list-number is empty.
3326
3327 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3328
3329         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3330
3331         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3332         (wl-draft-open-file): Ditto.
3333         (wl-draft-random-alphabet): Ditto.
3334
3335         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3336         bindings.
3337
3338 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3339
3340         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3341         * wl-vars.el (wl-draft-config-alist): Ditto.
3342
3343 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3344
3345         * Version number is increased to 2.9.14.
3346
3347         * wl.el (wl): Don't set wl-init as nil when error occured while
3348         auto-checking folders.
3349
3350         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3351         `elmo-expand-newtext'.
3352
3353 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3354
3355         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3356         `this-command' so that `wl-folder-goto-folder' contained in
3357         `wl-summary-keep-cursor-command' work.
3358
3359 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3360
3361         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3362         message buffer displaying state.
3363
3364 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3365
3366         * wl-vars.el (wl-summary-default-view): New variable to specify
3367         default value for `wl-summary-buffer-view' instead of using
3368         set-default.
3369         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3370
3371 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3372
3373         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3374
3375         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3376
3377 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3378
3379         * wl-vars.el (wl-forward-subject-prefix): New variable.
3380         * wl-draft.el (wl-draft-forward): Use it.
3381
3382 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3383
3384         * wl-message.el (wl-message-prev-page): When it is called without
3385         lines argument, scroll down by wl-message-scroll-amount lines.
3386         (wl-message-next-page): Ditto.
3387         * wl-vars.el (wl-message-scroll-amount): Change default value
3388         to preserve current behavior.
3389
3390 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3391
3392         * wl-summary.el (wl-summary-prefetch-msg): Bind
3393         `wl-message-entity' to call `wl-summary-from-function'.
3394
3395 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3396
3397         * wl-message.el (wl-message-buffer-create): Run
3398         wl-message-buffer-created-hook.
3399
3400 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3401
3402         * wl-summary.el (wl-summary-sort-specs): New variable.
3403         (wl-summary-default-sort-spec): Ditto.
3404         (wl-summary-sort): Rewrite.
3405         (wl-summary-sort-by-list-info): New function.
3406
3407 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3408
3409         * wl-summary.el (wl-summary-get-list-info): New function.
3410         (wl-summary-sort): Rewrite.
3411         (wl-summary-line-list-info): Ditto.
3412         (wl-summary-line-list-count): Ditto.
3413         (wl-summary-refile-region): Fixed docstring.
3414
3415 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3416
3417         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3418         `wl-folder-entity-hashtb' as completion table.
3419
3420 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3423         only when this command is called interactively; silence the byte-
3424         compiler.
3425
3426 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3427
3428         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3429         active in XEmacs.
3430
3431 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3432
3433         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3434         plural lines.
3435
3436 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3437
3438         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3439         of current line when the cursor is on the header name.
3440         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3441
3442 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3443
3444         * wl-util.el (wl-read-directory-name): Return displayed directory
3445         as the default value also on XEmacs.
3446
3447 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3448
3449         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3450         formatting.
3451
3452 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3453
3454         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3455         argument and when it is non-nil, check face property before
3456         highlighting for each line.
3457         (wl-highlight-summary-window): Set it.
3458
3459 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3460
3461         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3462         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3463
3464         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3465         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3466         (wl-draft-get-fcc-list): Likewise.
3467
3468 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3469
3470         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3471         (wl-thread-entity-cur): Ditto.
3472         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3473         wl-thread-indent-regexp setting.
3474         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3475
3476         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3477         wl-summary-lazy-highlight.
3478         (wl-summary-display-bottom): Ditto.
3479
3480         * wl-thread.el (wl-thread-open-close): Likewise.
3481
3482         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3483         from and subject;
3484         Bind wl-draft-use-frame;
3485         Enclose with save-window-excursion;
3486         Use wl-draft-create-buffer instead of with-temp-buffer;
3487         Use wl-draft-prepare-edit;
3488         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3489         Use wl-draft-send instead of wl-draft-raw-send.
3490
3491 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3492
3493         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3494         of using wl-from.
3495
3496 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3497
3498         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3499         insert-buffer instead of clone-buffer.
3500         (wl-draft-doing-mime-bcc): New variable.
3501         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3502         infinite loop.
3503         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3504
3505         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3506         (wl-draft-mime-bcc-body): Ditto.
3507
3508         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3509         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3510         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3511         wl-draft-do-mime-bcc.
3512         (wl-draft-mime-bcc-field): New function.
3513         (wl-draft-do-mime-bcc): Ditto.
3514
3515         * wl-address.el (wl-address-complete-header-list): New variable.
3516         (wl-address-complete-header-regexp): Changed default value.
3517
3518         * Version number is increased to 2.9.13.
3519
3520 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3521
3522         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3523         it is differed.
3524
3525 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3526
3527         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3528         (wl-summary-line-list-count): Ditto.
3529
3530 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3531
3532         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3533         (wl-nntp-posting-function): New variable.
3534         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3535         `wl-nntp-posting-config-alist'.
3536
3537 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3538
3539         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3540         FLIM.
3541
3542 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3543
3544         * wl-summary.el (wl-summary-target-mark-refile-sub):
3545         Remove a nuisance funcall.
3546
3547 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3548
3549         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3550         as t for `try-completion'.
3551
3552 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3553
3554         * wl-summary.el (wl-summary-default-from): Use
3555         wl-address-header-extract-address instead of
3556         std11-extract-address-components.
3557         (wl-summary-simple-from): Ditto.
3558         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3559         (wl-summary-insert-headers): Show message.
3560         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3561         for whole line.
3562         (wl-summary-default-from): Revert last change.
3563         (wl-summary-simple-from): Ditto.
3564         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3565         (wl-summary-mark-as-read-region): Follow the change above.
3566         (wl-summary-sync-marks): Ditto.
3567         (wl-summary-target-mark-mark-as-read): Ditto.
3568         (wl-summary-redisplay-internal): Ditto.
3569         (wl-summary-redisplay-no-mime-internal): Ditto.
3570         (wl-summary-redisplay-all-header): Ditto.
3571         (wl-summary-mark-as-read): Removed argument `cached';
3572         Use current cache status to set cache mark.
3573         (wl-summary-redisplay-internal): Follow the change above.
3574         (wl-summary-redisplay-no-mime-internal): Ditto.
3575         (wl-summary-redisplay-all-header): Ditto.
3576
3577         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3578
3579         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3580         Don't call itself recursively (Adviced by Yamaoka-san).
3581
3582 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3583
3584         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3585         bind wl-summary-highlight as nil to avoid error caused by missing
3586         local variables.
3587
3588 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3589
3590         * wl-vars.el (wl-invalid-character-message): New user option.
3591
3592         * wl-util.el (wl-set-string-width): If truncated string-width is
3593         larger than specified width, use `wl-invalid-character-message'.
3594
3595 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3596
3597         * wl-summary.el (wl-summary-prefetch-msg): 
3598         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3599
3600 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3601
3602         * wl-vars.el (wl-summary-check-line-format): New user option.
3603         (wl-summary-line-format-file): Ditto.
3604
3605         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3606         variable.
3607         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3608         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3609         and `wl-summary-view-old-p' to check whether do a rescan or not.
3610         (wl-summary-view-old-p): New function.
3611         (wl-summary-line-format-changed-p): Ditto.
3612         (wl-summary-line-format-save): Ditto.
3613         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3614
3615         * wl-util.el (wl-set-string-width): Avoid using negative number
3616         for make-string.
3617
3618 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3619
3620         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3621         return value.
3622
3623         * wl-util.el (wl-set-string-width): Added optional argument
3624         `padding' (All other related portions are changed).
3625         (wl-line-parse-format): If the first letter of column number is
3626         `0', zero-padding the result (ex: "%05l").
3627
3628         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3629
3630 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3631
3632         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3633         sequential summary view.
3634
3635 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3638         if it doesn't have a -unix version.
3639
3640 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3641
3642         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3643
3644 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3645
3646         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3647         content.
3648         (wl-draft): Follow the change above.
3649
3650         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3651
3652         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3653         and wl-folder-summary-line-format-alist contain %T and %P.
3654
3655         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3656         (wl-summary-mode-line-format): New user option.
3657         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3658         (wl-summary-line-format): Changed default value.
3659         (wl-summary-lazy-highlight): Changed default value.
3660
3661         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3662         change in wl-summary-create-line.
3663         (wl-thread-insert-entity-sub): Ditto.
3664
3665         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3666         (wl-summary-buffer-unread-status): Ditto.
3667         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3668         (wl-summary-buffer-persistent-mark-column): Ditto.
3669         (wl-summary-buffer-mode-line-formatter): Ditto.
3670         (wl-summary-buffer-mode-line): Ditto.
3671         (wl-summary-message-regexp): Abolished.
3672         (All other related portions are changed.)
3673         (wl-summary-detect-mark-position): New function.
3674         (wl-summary-buffer-set-folder): Setup
3675         wl-summary-buffer-mode-line-formatter.
3676         (wl-summary-mode): Setup selective-display;
3677         Setup pre-idle-hook when xemacs.
3678         (wl-summary-update-modeline): Rewrite.
3679         (wl-summary-jump-to-msg): Define as function;
3680         Changed regexp for searching messages.
3681         (wl-summary-message-number): Rewrite.
3682         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3683         Do rescan when old type summary cache.
3684         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3685         (wl-summary-remove-destination): Use '\r' to detect EOL.
3686         (wl-summary-print-destination): Ditto.
3687         (wl-summary-temp-mark): New inline function.
3688         (wl-summary-persistent-mark): Ditto.
3689         (wl-summary-line-number): New function.
3690         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3691         (wl-summary-line-list-count): New function.
3692         (wl-summary-create-line): Added argument persistent-mark.
3693         (All other related portions are changed)
3694         (wl-summary-create-line): Insert '\r'.
3695         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3696         (wl-summary-cursor-move-surface): New inline function.
3697         (wl-summary-prev): Use it.
3698         (wl-summary-next): Ditto.
3699
3700         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3701         wl-summary-message-regexp.
3702         (wl-highlight-summary): Delete progress message.
3703         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3704
3705         * Version number is increased to 2.9.12.
3706
3707 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3708
3709         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3710         variable (nil: no minimum).
3711         (wl-summary-line-subject): Add some spaces after subject by
3712         wl-summary-line-subject-minimum-length.
3713
3714 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3715
3716         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3717         and removed `F'.
3718         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3719         change above).
3720
3721 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3722
3723         * wl-summary.el (wl-summary-line-list-count): Reverted.
3724         (example setting in samples/*/dot.wl is also updated)
3725
3726 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3727
3728         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3729
3730         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3731
3732         * wl-vars.el (wl-summary-line-format): Addes some description to the
3733         docstring.
3734
3735         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3736         (wl-summary-line-close-bracket): Ditto.
3737         (wl-summary-line-children-number): Ditto.
3738         (wl-summary-line-thread-indent): Ditto.
3739         (wl-summary-line-children-and-from): Ditto.
3740
3741         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3742         't', 'c', 'F' and added 'C'.
3743
3744         * wl-util.el (wl-set-string-width): Accept negative value.
3745         (wl-line-parse-format): Added "%number(" and "%)".
3746
3747 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3748
3749         * wl-summary.el (wl-summary-line-list-count): Change format of the
3750         return value.
3751
3752 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3753
3754         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3755         from the recent message.el.
3756         (wl-draft-point-in-header-p): Ditto.
3757         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3758         wl-draft-beginning-of-line.
3759         * wl-e21.el (wl-draft-mode-map): Ditto.
3760         * wl-xmas.el (wl-draft-mode-map): Ditto.
3761
3762         * wl-folder.el: Sort macrodefs by dependencies.
3763
3764 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3765
3766         * wl-summary.el (wl-summary-prev): Fixed regexp.
3767         (wl-summary-next): Ditto.
3768
3769 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3770
3771         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3772
3773 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3774
3775         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3776         for backward compatibility.
3777
3778 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3779
3780         * wl-summary.el (wl-summary-line-list-count): New function, merged
3781         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3782         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3783         list counts.
3784
3785 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3786
3787         * wl-summary.el (wl-summary-create-line): Ignore errors while
3788         timezone-fix-time.
3789
3790         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3791
3792         * wl-summary.el (wl-summary-sync-update): Ditto.
3793         (wl-summary-default-from): Use wl-message-entity
3794         instead of entity.
3795
3796         * wl-summary.el (wl-summary-create-line): Fix.
3797
3798         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3799         (wl-summary-line-format): New user option.
3800         (wl-folder-summary-line-format-alist): Ditto.
3801         (wl-summary-from-width): Abolished.
3802
3803         * wl-util.el (toplevel): Require 'bytecomp.
3804         (wl-line-parse-format): New function.
3805         (wl-line-formatter-setup): New macro.
3806
3807         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3808         (wl-summary-buffer-line-formatter): New buffer local variable.
3809         (wl-summary-switch-to-clone-buffer): Follow the change above.
3810         (wl-summary-message-regexp): Fix.
3811         (wl-summary-from-func-internal): Abolished.
3812         (wl-summary-subject-func-internal): Ditto.
3813         (wl-summary-subject-filter-func-internal): Ditto.
3814         (All other related portions are changed.)
3815         (wl-summary-buffer-set-folder):
3816         Set up wl-summary-buffer-number-column and 
3817         wl-summary-buffer-line-formatter
3818         (All other related portions are changed.)
3819         (wl-summary-buffer-number-column-detect): Abolished.
3820         (All other related portions are changed.)
3821         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3822         (wl-summary-delete-all-temp-marks-on-buffer): Use
3823         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3824         (wl-summary-target-mark-delete): Ditto.
3825         (wl-summary-target-mark-refile-subr): Ditto.
3826         (wl-summary-target-mark-mark-as-read): Ditto.
3827         (wl-summary-target-mark-mark-as-unread): Ditto.
3828         (wl-summary-target-mark-mark-as-important): Ditto.
3829         (wl-summary-target-mark-save): Ditto.
3830         (wl-summary-replace-status-marks): Renamed from
3831         wl-summary-set-status-marks-on-buffer;
3832         Use wl-summary-message-regexp instead of
3833         wl-summary-buffer-number-regexp.
3834         (wl-summary-sync-update): Follow the change above.
3835         (wl-summary-goto-previous-message-beginning): New function.
3836         (wl-summary-mark-as-unread): Use it.
3837         (wl-summary-mark-as-important): Ditto.
3838         (wl-summary-line-formatter): New variable.
3839         (wl-summary-line-year): New function.
3840         (wl-summary-line-day): Ditto.
3841         (wl-summary-line-day-of-week): Ditto.
3842         (wl-summary-line-hour): Ditto.
3843         (wl-summary-line-minute): Ditto.
3844         (wl-summary-line-open-bracket): Ditto.
3845         (wl-summary-line-close-bracket): Ditto.
3846         (wl-summary-line-children-number): Ditto.
3847         (wl-summary-line-thread-indent): Ditto.
3848         (wl-summary-line-size): Ditto.
3849         (wl-summary-line-subject): Ditto.
3850         (wl-summary-line-from): Ditto.
3851         (wl-summary-line-children-and-from): Ditto.
3852         (wl-summary-create-line): Rewritten.
3853         (wl-summary-format-date): Abolished.
3854
3855         * wl-highlight.el (wl-highlight-summary-current-line): Use
3856         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3857         Use thread structure to detect thread top message.
3858
3859         * wl-draft.el (wl-default-draft-cite): Don't use
3860         wl-summary-from-func-internal.
3861
3862         * wl-refile.el (wl-refile-subject-learn): Don't use
3863         wl-summary-subject-filter-func-internal.
3864         (wl-refile-guess-by-subject): Ditto.
3865
3866         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3867         parameters.
3868
3869         * wl-thread.el (wl-thread-update-indent-string-region):
3870         Use wl-thread-update-line-on-buffer instead of
3871         wl-thread-update-indent-string.
3872         (wl-thread-update-children-number): Redefine using
3873         wl-thread-update-line-on-buffer.
3874         (wl-thread-update-indent-string): Abolished.
3875
3876         * Version number is increased to 2.9.11.
3877
3878 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3879
3880         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3881         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3882         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3883
3884         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3885         as nil.
3886
3887         * wl-thread.el (wl-thread-open-all-unread): Use 
3888         elmo-folder-list-messages-mark-match.
3889         (wl-thread-insert-message): Removed argument `mark-alist'.
3890         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3891         elmo-msgdb-set-mark.
3892         (wl-thread-get-children-msgs-uncached): Likewise.
3893         (wl-thread-get-exist-children): Added argument include-self.
3894         (wl-thread-delete-message): Follow the change above.
3895
3896         * wl-summary.el (wl-summary-count-unread): Removed argument.
3897         (wl-summary-rescan): Follow the change above.
3898         (wl-summary-mark-as-read-region): Ditto
3899         (wl-summary-mark-as-unread-region): Ditto.
3900         (wl-summary-delete-messages-on-buffer): Ditto.
3901         (wl-summary-sync-update): Ditto.
3902         (wl-summary-switch-to-clone-buffer): Ditto.
3903         (wl-summary-goto-folder-subr): Ditto.
3904         (wl-summary-target-mark-mark-as-read): Ditto.
3905         (wl-summary-target-mark-mark-as-unread): Ditto.
3906         (wl-summary-target-mark-mark-as-important): Ditto.
3907         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3908         (wl-summary-update-thread): Removed argument `mark-alist'.
3909         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3910         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3911         (wl-summary-resume-cache-status): Likewise.
3912         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3913         elmo-msgdb-set-mark.
3914         (wl-summary-mark-as-read-all): Likewise.
3915         (wl-summary-delete-cache): Ditto.
3916         (wl-summary-auto-select-msg-p): Ditto.
3917         (wl-summary-mark-as-unread): Ditto.
3918         (wl-summary-no-auto-refile-message-p): Ditto.
3919         (wl-summary-mark-as-read): Ditto.
3920         (wl-summary-mark-as-important): Ditto.
3921         (wl-summary-auto-refile): Follow the change above.
3922         (wl-summary-delete-all-marks): Removed.
3923         (wl-summary-resume-marks-and-highlight): Ditto.
3924         (wl-summary-resume-marks): Ditto.
3925         (wl-summary-delete-important-msgs-from-list): Ditto.
3926         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3927
3928         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3929         wl-summary-count-unread.
3930
3931         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3932         (wl-summary-score-update-all-lines): Use
3933         elmo-msgdb-set-mark.
3934
3935 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3936
3937         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3938         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3939         (wl-summary-create-line): Renamed from
3940         wl-summary-overview-create-summary-line;
3941         Argument rearrangement.
3942         (wl-summary-update-thread): Follow the change above.
3943
3944         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3945         (wl-thread-insert-entity-sub): Likewise.
3946
3947         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3948         argument `overview', `mark-alist' and added `msgdb'.
3949
3950         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3951
3952         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3953         (wl-summary-rescan): Follow the change above.
3954         (wl-summary-sync-update): Ditto.
3955         (wl-summary-insert-thread-entity): Ditto;
3956         Don't use `let*' in every while loop;
3957         Detect infinite loop of threads.
3958         (wl-summary-update-thread): Removed argument `overview'.
3959
3960         * wl-thread.el (wl-thread-insert-message): Ditto.
3961
3962         * Version number is increased to 2.9.10.
3963
3964         * wl-message.el (wl-message-redisplay): Ignore errors while
3965         wl-message-redisplay-hook.
3966
3967 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3968
3969         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3970
3971 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3972
3973         * wl.el (wl): inhibit-quit while wl-folder.
3974
3975 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3976
3977         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3978         while msgdb access.
3979
3980 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3981
3982         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3983         even if no folder is not created.
3984
3985 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3986
3987         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3988
3989         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3990         implementation.
3991         (wl-summary-target-mark-thread): Ditto.
3992
3993         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3994
3995 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3996
3997         * wl-util.el (wl-display-bytes): Remove unused function.
3998
3999 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4000
4001         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4002         seems critical one (partially reverse the change in 2002/03/17).
4003
4004 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4005
4006         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4007         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4008
4009 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4010
4011         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4012         is not writable.
4013         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4014         plugged status instead of `'force' as 2nd argument.
4015
4016         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4017         is not creatable.
4018
4019         * Version number is increased to 2.9.9.
4020
4021 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4022
4023         * wl-summary.el (wl-summary-suspend): New function.
4024
4025 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4026
4027         * wl.el (wl): Do not check variables if check is nil.
4028         * wl-utils.el (wl-collect-draft): New function.
4029         * wl-folder.el (wl-folder-suspend): Put summary buffers
4030         and draft buffers at the end of buffer list.
4031         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4032
4033 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4034
4035         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4036         loop instead of recursive call.
4037
4038         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4039         2nd argument.
4040
4041 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4042
4043         * wl-draft.el (wl-draft-create-contents): Don't take neither
4044         (function . args) nor (string . something) any more.
4045
4046         * wl-version.el (wl-generate-user-agent-string): Return string
4047         without header symbol.
4048         * wl-draft.el (wl-draft-default-headers): Use it.
4049
4050         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4051         `wl-draft-insert-ccs' and return field value instead of inserting
4052         the header. Abolish cc argument.
4053         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4054
4055         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4056         rather than one with string car.
4057
4058         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4059         * wl-draft.el (wl-draft-create-contents): Add it after the default
4060         headers.
4061
4062         * wl-draft.el (wl-draft-create-contents): For the case of
4063         (symbol-or-string . function) insert header only when the function
4064         returns string value.
4065
4066 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4067
4068         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4069         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4070
4071 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4072
4073         * wl.el (wl-check-environment): Don't check Message-ID when
4074         `wl-insert-message-id' is nil.
4075         Revive checking if `wl-message-id-domain' contains "@".
4076
4077 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4078
4079         * wl.el (wl-check-environment): Merge examination for "@" at
4080         inappropriate position into the first string-match.
4081
4082         * wl-summary.el (wl-summary-target-mark-print): New function.
4083         (wl-summary-pipe-message-subr): Extracted from
4084         `wl-summary-pipe-message'.
4085         (wl-summary-target-mark-pipe): New function.
4086         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4087         `wl-summary-target-mark-pipe'.
4088
4089 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4090
4091         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4092
4093 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4094
4095         * wl.el (wl-check-environment): Use elmo-warning instead of
4096         error for non-critical ones.
4097         Remove trash folder check.
4098         (wl): Don't ignore error in wl-check-environment.
4099
4100         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4101         check, which is moved from `wl-check-environment'.
4102         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4103
4104 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4105
4106         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4107         guess anything, call wl-summary-write.
4108         (wl-summary-write): Create draft with blank To field.
4109         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4110
4111 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4112
4113         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4114         argument full as well for wl-folder-write-current-folder.
4115         If wl-*-write-current-folder cannot guess addressee, add blank
4116         To header.
4117         Rewrite condition for positioning cursor.
4118
4119 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4120
4121         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4122         summary buffer is present, use it.
4123         (wl-folder-jump-to-previous-summary): Ditto.
4124
4125 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4126
4127         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4128
4129         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4130         wl-summary-previous-buffer and wl-summary-next-buffer.
4131
4132         * wl-folder.el (wl-folder-mode-map): Bind
4133         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4134         (wl-folder-jump-to-next-summary): New function.
4135         (wl-folder-jump-to-previous-summary): Ditto.
4136
4137         * wl-draft.el (wl-draft): Rearranged.
4138
4139 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4140
4141         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4142         of header.
4143         (wl-draft): Collect arguments for the header as header-alist.
4144         (wl-draft-forward): Arrange arguments for wl-draft.
4145         (wl-draft-reply): Ditto.
4146         (wl-draft-edit-string): Ditto.
4147         * wl-summary.el (wl-summary-write): Ditto.
4148         (wl-summary-write-current-folder): Ditto.
4149
4150         * Version number is increased to 2.9.8.
4151
4152 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4153
4154         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4155
4156         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4157
4158         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4159         even if the guess failed.
4160
4161         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4162         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4163         wl-summary-write-current-folder.
4164         * wl-xmas.el: Ditto.
4165
4166 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4167
4168         * wl-summary.el (wl-summary-next-page): Force display message if
4169         message is not displayed yet.
4170         (wl-summary-prev-page): Ditto.
4171
4172 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4173
4174         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4175
4176 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4177
4178         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4179         add "Preview Message" and "Save Draft and Exit".
4180
4181 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4182
4183         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4184         if addrmgr is called from draft in splitted window.
4185
4186         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4187         * wl-mule.el: Ditto.
4188         * wl-xmas.el: Ditto.
4189
4190 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4191
4192         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4193
4194         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4195         * wl-xmas.el (wl-folder-toolbar): Ditto.
4196
4197 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4198
4199         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4200         and wl-draft-save-and-exit.
4201         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4202         * wl-xmas.el: Ditto.
4203         * wl-mule.el: Ditto.
4204
4205         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4206         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4207
4208 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4209
4210         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4211         lists for saving buffer.
4212
4213 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4214
4215         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4216         parent-folder argument instead of it.
4217         (wl-draft-create-buffer): Ditto.
4218         (wl-draft-forward): Ditto.
4219         (wl-draft-reply): Ditto.
4220         * wl-summary.el (wl-summary-write): Ditto.
4221         (wl-summary-write-current-folder): Ditto.
4222
4223         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4224         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4225         Folder buffer after composing.
4226
4227 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4230         header if the file `wl-x-face-file' already contains it.
4231
4232 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4233
4234         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4235         folder" entry.
4236         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4237         * wl-e21.el (wl-folder-toolbar): Ditto.
4238         * wl-xmas.el (wl-folder-toolbar): Ditto.
4239
4240 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4241
4242         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4243         wl-folder-goto-folder with sticky argument.
4244         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4245
4246 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4247
4248         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4249         and wl-summary-previous-buffer.
4250         (wl-summary-next-buffer): New function.
4251         (wl-summary-previous-buffer): Ditto.
4252
4253 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4254
4255         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4256         wl-folder-jump-to-current-entity-with-arg.
4257         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4258         `wl-folder-jump-to-current-entity'.
4259         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4260         `wl-summary-goto-folder-sticky'.
4261         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4262         `wl-summary-goto-folder'.
4263         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4264         Unless force-exit, do not clean temp. marks for sticky summary.
4265         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4266
4267 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4268
4269         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4270         not entire.
4271
4272 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4273
4274         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4275         to `C-x C-s'.
4276         (wl-summary-save-status): New command.
4277         (wl-summary-exit): Don't clean-up temp marks when sticky.
4278         (Applied patch from Nakayama-san [wl: 09548])
4279         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4280         Do nothing when no mark data.
4281         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4282         Call `wl-summary-delete-all-temp-marks' before saving.
4283
4284 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4285
4286         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4287
4288 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4289
4290         * wl.el (wl-check-environment): Also cause error when (system-name)
4291         returns "localhost.localdomain". (Although it doesn't affect because
4292         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4293
4294 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4295
4296         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4297         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4298
4299         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4300         value.
4301
4302 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4303
4304         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4305         Likewise r-cc-list and r-ng-list.
4306
4307 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4308
4309         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4310         only if it is bound as variable.
4311
4312         * wl-mime.el (wl-draft-preview-message): Ditto.
4313
4314 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4315
4316         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4317         needless `goto-char'.
4318
4319         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4320         `wl-summary-redisplay-no-mime-internal' instead of
4321         `wl-summary-redisplay-no-mime'.
4322         (wl-summary-redisplay-no-mime): Changed argument;
4323         Call `wl-summary-redisplay-no-mime-internal'.
4324
4325         * wl-mime.el (wl-draft-preview-message): Bind
4326         `mime-header-encode-method-alist' locally.
4327
4328         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4329         (wl-draft-std11-parse-addresses): Added the first address check.
4330         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4331
4332         * Version number is increased to 2.9.7.
4333
4334 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4335
4336         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4337
4338 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4339
4340         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4341         related to scrollbar support, if there is no such a feature
4342         compiled in.
4343
4344 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4345
4346         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4347         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4348         for prefetch.
4349
4350 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4351
4352         * wl-summary.el (wl-summary-pick): Fix for no match.
4353
4354 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4355
4356         * wl-draft.el (wl-draft-save):
4357         Override `mime-header-encode-method-alist'.
4358
4359 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4360
4361         * wl-folder.el (wl-folder-pick): New function.
4362         Define key as "?".
4363
4364 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4365
4366         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4367         Fix for unplugged.
4368
4369 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4370
4371         * wl-folder.el (wl-folder-virtual): New function.
4372         Define key as "V".
4373
4374 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4375
4376         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4377         multi folder if entity is group.
4378
4379 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4380
4381         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4382         is nil.
4383
4384 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4385
4386         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4387         (wl-summary-target-mark-msgs): Return the number of marked messages.
4388
4389 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4390
4391         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4392         "first:" is specified.
4393
4394 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4395
4396         * wl-vars.el (wl-from): Use return value of function
4397         user-full-name instead of the variable user-full-name since
4398         XEmacs-20.4 doesn't set this variable.
4399
4400 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4401
4402         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4403         call `wl' directly.
4404
4405 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4406
4407         * wl-draft.el (wl-draft-reedit): Removed duplicated
4408         switch-to-buffers.
4409
4410 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * wl.el (wl-other-frame): Removed garbages.
4413
4414 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4415
4416         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4417
4418         * wl-xmas.el (wl-draft-key-setup): Ditto.
4419
4420         * wl-mule.el (wl-draft-key-setup): Ditto.
4421
4422         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4423         (wl-draft-reedit): Ditto.
4424         (wl-draft-prepare-edit): Add `wl-draft-save' to
4425         `local-write-file-hooks'.
4426         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4427         (wl-draft-reedit): Set buffer-file-name.
4428         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4429
4430
4431         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4432         call it.
4433         (wl-delete-startup-frame-function): New variable.
4434         (wl-other-frame): New function
4435         (Original was written by Yamaoka san [wl: 09239]).
4436
4437         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4438         if `wl-folder-use-frame'.
4439
4440 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4441
4442         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4443
4444 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4445
4446         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4447         New variable.
4448         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4449         (wl-message-buffer-prefetch-get-next): Use them.
4450         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4451
4452 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4453
4454         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4455         with unwind-protect.
4456
4457         * wl-draft.el (wl-draft-reedit): Rewrite.
4458         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4459         (wl-draft-save): Insert header separator if it does not exist;
4460         Removed condition-case.
4461
4462         * wl-summary.el (wl-summary-reedit): Revert last change.
4463
4464         * wl-draft.el (wl-draft-save): Rewrite.
4465         (wl-draft-create-buffer): Set buffer-file-name as nil.
4466
4467         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4468
4469         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4470
4471         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4472         nil.
4473
4474 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4475
4476         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4477         If count is nil, do not prefetch.
4478         (wl-message-buffer-prefetch-next): Next.
4479
4480 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4481
4482         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4483
4484 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4485
4486         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4487         `delete-backward-char'
4488         (wl-draft-prepare-edit): Check major-mode.
4489         (wl-draft-decode-header): Rewrite.
4490         (wl-draft): Fix.
4491
4492 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4493
4494         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4495
4496 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4497
4498         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4499         (wl-message-buffer-prefetch-get-next): Remove size checking.
4500         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4501
4502 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4503
4504         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4505         (wl-draft-default-headers): Fix.
4506
4507 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4508
4509         * wl-draft.el (wl-draft-default-headers): Insert return value of
4510         `wl-generate-mailer-string-function'.
4511
4512 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4513
4514         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4515         (wl-draft-insert-mail-header-separator): Ditto.
4516
4517         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4518         again (Reverted the change on 2002-01-17 by OKADA san).
4519
4520 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4521
4522         * wl-draft.el (wl-draft): Rewrite.
4523         (wl-draft-create-buffer): New function.
4524         (wl-draft-create-contents): Ditto.
4525         (wl-draft-prepare-edit): Ditto.
4526         (wl-draft-decode-header): Ditto.
4527         (wl-draft-decode-body): Ditto.
4528         (wl-draft-check-new-line): Ditto.
4529         (wl-draft-default-headers): Ditto.
4530         (wl-draft-insert-mail-header-separator): Ditto.
4531
4532 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4533
4534         * Version number is increased to 2.9.6.
4535
4536 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4537
4538         * wl-draft.el (wl-draft-delete-field): Optional argument.
4539         (wl-draft-delete-fields): Ditto.
4540
4541 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4542
4543         * wl-message.el (toplevel): Eliminated byte-compile warning.
4544         for `itimer-function', `delete-timer' and `itimer-list'.
4545
4546 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4547
4548         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4549         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4550         `wl-message-buffer-prefetch-threshold'.
4551         * wl-summary.el (wl-summary-redisplay-internal): Remove
4552         the check of `wl-message-buffer-prefetch-depth'.
4553
4554 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4555
4556         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4557         size of article.
4558         (wl-message-buffer-prefetch-subr): Remove size check.
4559
4560 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl-vars.el (wl-plugged): Make customizable.
4563
4564 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4565
4566         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4567         (wl-message-buffer-prefetch-set-timer): New function.
4568         (wl-message-buffer-prefetch-get-next): New function.
4569         (wl-message-buffer-prefetch): New function.
4570         (wl-message-buffer-prefetch-next): Rewrite.
4571         (wl-message-buffer-prefetch-subr): Rewrite.
4572         * wl-vars.el (wl-auto-prefetch-first): New variable.
4573         * wl-summary.el (wl-summary-goto-folder-subr): Call
4574         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4575
4576 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4577
4578         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4579         `wl-summary-unread-message-hook'.
4580
4581 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4582
4583         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4584         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4585         if range is `cache-status'.
4586
4587 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4588
4589         * wl-message.el (wl-message-buffer-prefetch-subr):
4590         Improve debug message.
4591
4592 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4593
4594         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4595         `wl-mail-send-pre-hook'.
4596         (wl-draft-send-mail-with-qmail): Ditto.
4597         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4598
4599 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4600
4601         * wl-message.el (wl-message-buffer-prefetch-subr):
4602         Fix for cancel-function-timers bug.
4603         (wl-message-buffer-prefetch-debug): Default value is t.
4604
4605 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4606
4607         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4608         (wl-message-buffer-prefetch-subr): Rewrite.
4609         Rename from `wl-message-buffer-prefetch'.
4610
4611 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4614         (wl-default-draft-cite-decorate-author): Ditto.
4615
4616         * wl-draft.el (wl-draft-cite-function): Removed.
4617         (wl-default-draft-cite-decorate-author): Ditto.
4618
4619 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4620
4621         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4622         (wl-default-draft-cite): Do not arrange author name if the value of
4623         `wl-default-draft-cite-decorate-author' is nil.
4624
4625 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4626
4627         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4628
4629         * wl-folder.el (wl-folder-check-one-entity): Don't care
4630         `elmo-folder-use-flag-p'.
4631
4632 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4633
4634         * wl-folder (wl-folder-check-one-entity): Fix
4635         problem if unread is nil.
4636
4637 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4638
4639         * wl-address.el (wl-address-make-completion-list): Check whether
4640         the address is a group list.
4641         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4642
4643 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4644
4645         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4646         The number of the messages of new and unread does not count
4647         correctly.
4648
4649         * wl-summary.el (wl-summary-count-unread): Changed to return
4650         `(new . unread)' instead of total.
4651         (wl-summary-sync-update): Follow the change above.
4652
4653         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4654
4655 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4656
4657         * wl-address.el (wl-address-make-completion-list): Do not enclose
4658         address by " <" and ">" if associated realname is "".
4659         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4660         This is against the promblem with group list in .addresses pointed
4661         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4662
4663 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4666         message is a format control string.
4667         * wl-expire.el (wl-expire-append-log): Ditto.
4668         * wl-mime.el (wl-summary-burst-subr): Ditto.
4669         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4670         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4671
4672 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4673
4674         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4675         wl.el (wl-check-variables): Rename from `wl-check-type'.
4676         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4677         (wl-check-variables-2): New function.
4678         (wl): Call `wl-check-variables-2'.
4679
4680 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4681
4682         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4683         after renaming folder in access group.
4684
4685 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4686
4687         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4688         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4689         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4690         (wl-message-buffer-prefetch): Rewrite.
4691         (wl-message-buffer-prefetch-idle-time): Removed.
4692         * wl-summary.el (wl-summary-redisplay-internal):
4693         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4694         Error check for `wl-message-buffer-prefetch-depht'.
4695
4696 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4697
4698         * Version number is increased to 2.9.5.
4699         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4700
4701 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4702
4703         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4704         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4705         Based on the patch written by
4706         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4707
4708 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4709
4710         * wl-draft.el (wl-draft-raw-send): Fix for
4711         `wl-news-send-pre-hook'
4712
4713 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4714
4715         * wl-utils.el (wl-message-id-function): New variable.
4716         * wl-draft.el (wl-draft-insert-required-fields):
4717         Use `wl-message-id-function'.
4718
4719 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4720
4721         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4722         * wl-utils.el (wl-draft-make-message-id-string):
4723         Use `wl-from' for domain part of Message-ID
4724         if `wl-message-id-use-wl-from' if non-nil.
4725         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4726
4727 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4728
4729         * wl.el (wl): Call `wl-check-type'
4730         Do not 'condition-case'.
4731
4732 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4733
4734         * wl.el (wl-check-type): New function.
4735         (wl-check-type-variables): New variable.
4736
4737 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4738
4739         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4740
4741 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4742
4743         * wl-draft.el (wl-smtp-password-key): New function.
4744         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4745         (wl-draft-send-mail-with-smtp): Ditto.
4746         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4747
4748 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4749
4750         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4751         * wl-utils.el (wl-unique-id-suffix): Remove.
4752
4753 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4754
4755         * Version number is increased to 2.9.4.
4756
4757 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4758
4759         * wl-utils.el (wl-unique-id-suffix): New variable.
4760         (wl-unique-id): Use `wl-unique-id-suffix'
4761
4762 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4763
4764         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4765         instead of `elmo-msgdb-search'.
4766
4767         * Version number is increased to 2.9.3.
4768
4769 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4770
4771         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4772
4773 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4774
4775         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4776         (wl-draft-dispatch-message): Changed for send-later.
4777         (wl-draft-queue-flush): Ditto.
4778         (wl-draft): Clear `wl-sent-message-queued'.
4779         (wl-draft-reedit): Ditto.
4780         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4781         * wl-vars.el (wl-draft-force-queuing): New variable.
4782         (wl-draft-force-queuing-mail): New variable.
4783         (wl-draft-force-queuing-news): New variable.
4784
4785 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4786
4787         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4788         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4789
4790 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4791
4792         * Version number is increased to 2.9.2.
4793
4794 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * wl-draft.el (wl-draft-elide-region): New user command.
4797         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4798
4799         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4800         command `wl-draft-elide-region'.
4801         * wl-mule.el: Ditto.
4802         * wl-xmas.el: Ditto.
4803
4804 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4805
4806         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4807         (wl-biff-check-folder-async): Removed needless let.
4808
4809 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4810
4811         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4812         wl-folder-get-elmo-folder.
4813         (wl-biff-check-folder): Set `biff' argument of
4814         `wl-folder-check-one-entity'.
4815         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4816
4817         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4818         (wl-folder-check-one-entity): Added `biff' argument;
4819         Setup `biff' slot of folder.
4820
4821         * Version number is increased to 2.9.1.
4822
4823 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4824
4825         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4826         comment out and fixed.
4827         (wl-fldmgr-add-completion-subr): Ditto.
4828
4829         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4830         and msgdb.
4831
4832         * wl.el (wl-toggle-plugged): Save summary view.
4833
4834 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4835
4836         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4837
4838 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4839
4840         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4841
4842 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4845         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4846         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4847
4848         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4849         if it was failed.
4850         (wl-demo): Disable undo in the demo buffer.
4851
4852 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4853
4854         * wl-version.el (wl-version): Changed codename.
4855
4856         * Version number is increased to 2.9.0.
4857
4858 2001-12-14  Takuo KITAME <kitame@northeye.org>
4859
4860         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4861         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4862         (wl-folder-mark-as-read-all-current-entity): Ditto.
4863
4864 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4865
4866         * wl-vars.el (wl-from-width): Define as obsolete variable.
4867         (wl-subject-length-limit): Ditto.
4868
4869         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4870
4871         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4872         wl-summary-save-view.
4873
4874         * wl.el (wl-save-status): Ditto.
4875         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4876
4877         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4878         (wl-summary-exit): Follow the change above.
4879         (wl-summary-goto-folder-subr): Ditto.
4880
4881         * wl-folder.el (wl-folder-create-subr): Don't use
4882         `elmo-folder-creatable-p'.
4883
4884 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4885
4886         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4887
4888 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4891         rather than bitmap on Emacs 21.
4892         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4893         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4894         for xbm if the new redisplay engine is not available.
4895
4896 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4897
4898         * wl-folder.el (wl-folder-init-hook): New hook.
4899         (wl-folder-init): Run `wl-folder-init-hook'.
4900
4901 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4904
4905 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4906
4907         * wl-acap.el (wl-acap-cache-filename): New variable.
4908         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4909         (wl-acap-init): Use cache if no ACAP server found.
4910
4911 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4912
4913         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4914         `wl-acap-original-msgdb-dir'.
4915
4916         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4917         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4918
4919         * wl-mime.el (wl-mime-save-directory): Renamed from
4920         `wl-mime-save-dir'.
4921
4922 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4925
4926         * wl-demo.el: Require `path-util'.
4927         (wl-demo-bitmap-mule-available-p): New internal variable.
4928         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4929         `module-installed-p' instead.
4930         (wl-demo-insert-image): Use *.img file for a bitmap image.
4931         (wl-demo): Don't call the ascii demo recursively.
4932
4933 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4934
4935         * Version number is increased to 2.7.7.
4936
4937 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4938
4939         * wl.el (wl-exit): Eliminated byte-compile warning.
4940
4941 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4942
4943         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4944         obsolete variable using `elmo-define-obsolete-variable'.
4945         (wl-fetch-confirm-threshold): Ditto.
4946         (wl-cache-prefetch-folder-type-list): Ditto.
4947         (wl-cache-prefetch-folder-list): Ditto.
4948
4949 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4952         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4953         (wl-demo-insert-image): New function.
4954         (wl-demo-insert-text): New function.
4955         (wl-demo-image-type-alist): Redefine as a function.
4956         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4957         (wl-demo-with-temp-file-buffer): Removed.
4958         (wl-logo-xpm): Removed.
4959         (wl-logo-xbm): Removed.
4960         (wl-logo-bitmap): Removed.
4961
4962 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4963
4964         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4965         (wl-expire-localdir-get-folder-function): New user option.
4966         (wl-expire-localdir-get-folder): New function.
4967         (wl-expire-localdir-date): Ditto.
4968
4969 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4970
4971         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4972         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4973         Fixed unread number mismatch when all-unread < unread.
4974
4975 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4976
4977         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4978         (wl-fetch-confirm-threshold): Ditto.
4979
4980         * wl-summary.el (wl-summary-confirm-appends): Removed.
4981         (wl-summary-sync-update): Don't refer
4982         `wl-summary-update-confirm-threshold' (It is now abolished).
4983
4984         * wl-message.el (wl-message-display-internal): Don't refer
4985         `wl-fetch-confirm-threshold' (It is now abolished).
4986
4987 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4990
4991 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4992
4993         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4994         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4995         Change default value to nil.
4996         (wl-summary-indent-length-limit): The value can be nil, nil means
4997         unlimited.
4998
4999         * wl-summary.el: Don't set limit for indent length if the value of
5000         wl-summary-indent-length-limit is nil.
5001         If the value of wl-summary-width is nil, it means only that the width
5002         of summary is unlimited (nil doesn't mean that the indent length is
5003         unlimited).
5004
5005         * wl-thread.el: Ditto.
5006
5007 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5008
5009         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5010         be nil, nil means never confirm.
5011         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5012
5013 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5014
5015         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5016         means unlimited).
5017
5018 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5019
5020         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5021         Use `with-temp-buffer'.
5022
5023 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5024
5025         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5026         with new backquote style).
5027         (wl-folder-get-entity-from-buffer): Ditto.
5028
5029 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5030
5031         * wl-version.el (nemacs-version): Eliminated.
5032         (wl-extended-emacs-version2): Ignore nemacs.
5033         (wl-extended-emacs-version3): Ditto.
5034
5035 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5036
5037         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5038         (wl-draft-add-in-reply-to): New variable.
5039         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5040         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5041         (wl-draft-yank-from-mail-reply-buffer): Use
5042         `wl-draft-add-in-reply-to'.
5043         (wl-draft-insert-current-message): Ditto.
5044
5045 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5046
5047         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5048         typo (kill->hide).
5049         (wl-message-buffer-prefetch-folder-type-list): Added elements
5050         `mark' and `cache' instead of `internal'.
5051
5052 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5053
5054         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5055         resume msgdb directory.
5056
5057 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5058
5059         * wl.el (wl-exit): Call `wl-acap-exit'.
5060
5061         * wl-summary.el (wl-summary-message-string): New function.
5062         (wl-summary-reedit): Use it.
5063         (wl-summary-resend-bounced-mail): Remove needless let.
5064         (wl-summary-supersedes-message): Ditto.
5065         (wl-summary-save): Ditto.
5066
5067         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5068         (wl-acap-init): Set it.
5069         (wl-acap-exit): New function.
5070
5071 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5072
5073         * wl.el (wl-init): Revert (require 'mime-setup). move from
5074         toplevel.
5075
5076 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5077
5078         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5079         local variables.  Add error when guess function return invalid
5080         value.
5081
5082 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5083
5084         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5085         Change local variable name.
5086         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5087         (wl-folder-get-newsgroups): Return nil when non-news folder.
5088         * wl-summary.el (wl-summary-write-current-folder): State through
5089         when guess-list return nil.
5090         (wl-summary-write-current-folder-functions): Fixed docstring.
5091
5092         * wl.el (wl-exit): Changed confirm message.
5093
5094         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5095         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5096
5097         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5098
5099 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5100
5101         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5102         user option (Renamed from wl-cache-prefetch-folder-type-list).
5103         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5104         from wl-cache-prefetch-folder-list).
5105
5106         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5107         Move to wl-vars.el.
5108         (wl-message-buffer-prefetch-p): Changed to enable
5109         `wl-message-buffer-prefetch-folder-list'.
5110
5111         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5112         `ignore-cache'.
5113
5114 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5115
5116         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5117         `part-top' and `part-bottom'.
5118         (wl-draft-config-sub-part-top): New function.
5119         (wl-draft-config-sub-part-bottom): New function.
5120
5121 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5122
5123         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5124
5125 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5126
5127         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5128
5129 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5130
5131         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5132
5133         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5134         (wl-summary-write-current-folder): Ditto.
5135
5136 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5137
5138         * wl-folder.el (wl-folder-get-newsgroups): Use
5139         `elmo-folder-newsgroups'.
5140
5141 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5142
5143         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5144         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5145         `wl-draft-config-sub-header-bottom'.
5146
5147 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5148
5149         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5150         localnews folder.
5151
5152 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5153
5154         * wl-summary.el (wl-summary-mode): Undo last change.
5155
5156         * wl-folder.el (wl-folder-mode): Ditto.
5157
5158 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5159
5160         * wl-summary.el (wl-summary-mode): Locally set
5161         truncate-partial-window-width to nil.
5162         (for XEmacs)
5163
5164         * wl-folder.el (wl-folder-mode): Ditto.
5165
5166 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5167
5168         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5169
5170 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5171
5172         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5173         number.
5174
5175         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5176
5177         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5178
5179         * Version number is increased to 2.7.6.
5180
5181 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5184
5185 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5186
5187         * wl-summary.el (wl-summary-sync-update): Enclose network
5188         related portion with `unwind-protect'.
5189
5190 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5191
5192         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5193
5194 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5197         element.
5198         * wl-vars.el (wl-message-body-button-alist): Ditto.
5199
5200         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5201         max match length.
5202         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5203
5204         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5205         for the max match length;
5206         Use 4th element value for the button string regexp group.
5207
5208         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5209         candidate exists, prompt to select.
5210
5211 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5212
5213         * wl-summary.el (wl-summary-jump-to-msg): Search before
5214         calibration point by `beginning-of-line'.
5215
5216 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5217
5218         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5219         for access group.
5220
5221 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5222
5223         * wl-message.el (wl-message-display-internal): Bind
5224         `default-mime-charset'.
5225
5226         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5227
5228         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5229
5230         * Version number is increased to 2.7.5.
5231
5232 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5233
5234         * wl-expire.el (wl-summary-archive): Fixed;
5235         Use `elmo-folder-name-internal'.
5236
5237 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5238
5239         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5240         from `elmo-folder-move-messages' caller.
5241         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5242
5243         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5244         related portions are changed).
5245
5246 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5247
5248         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5249         counter.
5250
5251 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5252
5253         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5254         buffer local and set it to nil.
5255
5256         * wl-message.el (wl-message-redisplay): Ditto.
5257
5258 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5259
5260         * wl-summary.el (wl-summary-mark-as-important): If message is
5261         already cached, set messag as read, otherwise encache and mark as read.
5262
5263 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5264
5265         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5266         point-min.
5267
5268 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5271         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5272         a keymap.
5273
5274 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5275
5276         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5277         parent.
5278
5279         * wl-mule.el (wl-message-define-keymap): Ditto.
5280
5281         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5282
5283         * wl-xmas.el (wl-message-display-internal-hook): Define.
5284         (wl-xmas-setup-message-toolbar): Define as function.
5285         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5286         (wl-message-overload-functions): Abolished.
5287         (wl-message-define-keymap): New function.
5288
5289         * wl-vars.el (wl-message-display-internal-hook): New variable.
5290         (wl-message-header-button-alist): New variable (Renamed from
5291         wl-highlight-message-header-button-alist).
5292         (wl-message-body-button-alist): Ditto.
5293
5294         * wl-mule.el (wl-message-define-keymap): New function.
5295         (wl-message-overload-functions): Abolished.
5296
5297         * wl-message.el (wl-message-add-buttons-to-body): New function.
5298         (wl-message-redisplay): Don't call wl-message-overload-functions;
5299         Call wl-message-add-buttons-to-header and
5300         wl-message-add-buttons-to-body.
5301         (wl-message-display-internal): Set keymap argument for
5302         elmo-mime-display-as-is, elmo-mime-message-display;
5303         Run wl-message-display-internal-hook.
5304         (wl-message-refer-article-or-url): Abolished.
5305
5306         * wl-highlight.el (wl-highlight-headers): Don't call
5307         wl-highlight-message-add-buttons-to-header.
5308         (wl-highlight-message-add-buttons-to-header): Abolished.
5309
5310
5311         * wl-e21.el (wl-message-display-internal-hook): Define.
5312         (wl-e21-setup-toolbar): Deleted duplicated binding.
5313         (wl-e21-setup-message-toolbar): Define as function.
5314         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5315         (wl-message-define-keymap): New function.
5316         (wl-message-overload-functions): Abolished.
5317
5318 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5319
5320         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5321         and elmo-folder-close.
5322
5323         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5324
5325 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5326
5327         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5328         boolean value.
5329         * wl-draft.el (wl-draft-do-fcc): Ditto.
5330
5331 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5332
5333         * wl-vars.el (wl-fcc-force-as-read): New variable.
5334         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5335         mark copied message as read.
5336
5337 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5338
5339         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5340
5341 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5342
5343         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5344         `wl-summary-target-above' instead of obsolete variable
5345         `wl-summary-temp-above'.
5346
5347         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5348         instead of `make-obsolete-variable'.
5349         * wl-refile.el (toplevel): Ditto.
5350
5351 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5354         with third argument t.
5355         (wl-draft): Set first argument for wl-plugged-init as t.
5356
5357         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5358         definition.
5359
5360 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5361
5362         * wl-vars.el: Tabify.
5363         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5364
5365         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5366         message.
5367
5368 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5369
5370         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5371         and set default to beep.
5372
5373 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5374
5375         * wl-vars.el (wl-draft-truncate-lines): New variable.
5376
5377         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5378         instead of wl-message-truncate-lines for truncate-lines.
5379
5380 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * wl-message.el (wl-message-display-internal): Call
5383         `wl-highlight-message' after `elmo-mime-display-as-is'.
5384
5385         * wl-mime.el (wl-mime-display-text/plain): New function.
5386         (wl-mime-display-header): Ditto.
5387         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5388         body-presentation-method for text/plain;
5389         Register `wl-mime-display-header' as a header-presentation-method;
5390         Don't set up `elmo-message-text-content-inserted-hook' and
5391         `elmo-message-header-inserted-hook'.
5392
5393         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5394         variable.
5395         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5396         as t if flag is 'all-header;
5397         Don't bind `elmo-message-ignored-field-list',
5398         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5399
5400 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5403         for xemacs with non-mule environment.
5404
5405 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5406
5407         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5408         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5409         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5410
5411 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5412
5413         * wl-vars.el (wl-interactive-send): Set default value as t.
5414
5415 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5416
5417         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5418         (wl-addrmgr-method-list): Abolished.
5419         (wl-addrmgr-change-method): Follow above change.
5420
5421         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5422
5423 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5424
5425         * wl-vars.el (wl-message-truncate-lines): Change default value
5426         to default-truncate-lines.
5427
5428         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5429
5430 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5431
5432         * wl-vars.el (wl-message-truncate-lines): New variable.
5433
5434         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5435         wl-message-truncate-lines.
5436
5437 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5438
5439         * wl-acap.el (wl-acap-init): Remove period from error message.
5440         (wl-acap-find-acap-service): Remove period from message.
5441
5442 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5443
5444         * wl.el (wl-check-environment): Undo last change.
5445
5446         * wl-vars.el (wl-from): Changed default value.
5447
5448         * wl-util.el (toplevel): Don't require tm-edit.
5449
5450         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5451         `wl-folder-init';
5452         Don't set mark on mail body.
5453         (wl-draft-reedit): Ditto.
5454
5455         * wl-address.el (wl-address-quote-specials): Define as an alias for
5456         elmo-address-quote-specials.
5457
5458 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5459
5460         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5461
5462         * wl-vars.el (wl-from): Set default value as nil.
5463         (wl-organization): Set default value as ORGANIZATION environment
5464         variable.
5465
5466         * wl-draft.el (wl-smtp-extension-bind): Check value of
5467         wl-smtp-connection-type.
5468
5469         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5470         error.
5471
5472 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5473
5474         * Version number is increased to 2.7.4.
5475
5476         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5477         arguments from `wl-highlight-x-face-function' caller.
5478         Use x-face-1.3.6.12 or later.
5479
5480 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5481
5482         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5483
5484 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5485
5486         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5487         (wl-fcc): Fix to accept function.
5488         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5489
5490 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5491
5492         * wl-acap.el (toplevel): Added `product-provide' declare.
5493         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5494
5495 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5496
5497         * wl.el (wl): Changed order of calling `elmo-init'
5498         and `elmo-folder-init'.
5499
5500 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5501
5502         * wl-mime.el (wl-summary-burst): Extract message when content-type
5503         of root entity is not only `multipart' but also `message/rfc822'.
5504         (wl-summary-burst-subr): Ditto.
5505
5506 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5507
5508         * wl-vars.el (toplevel): Require 'custom.
5509         (wl-trash-folder): Added to `wl-setting' group.
5510
5511         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5512         exists.
5513         (wl-addrmgr-draw): Insert empty line when no entry exists.
5514
5515         * wl-mule.el (wl-message-wheel-up): Fixed.
5516         (wl-message-wheel-down): Ditto.
5517
5518 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5519
5520         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5521         config is an anonymous lambda expression.
5522
5523 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5526         when Mule 2 is running.
5527
5528 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5529
5530         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5531
5532 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5533
5534         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5535         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5536
5537         * wl-address.el (wl-address-specials-regexp): Eliminated.
5538         (wl-address-quote-specials): Rewrite.
5539
5540 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5543         shy-groups for regexp.
5544
5545         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5546         character classes and Perl style shy-groups for regexp.
5547         (wl-highlight-plugged-current-line): Use Posix style character
5548         classes for regexp.
5549         (wl-e21-highlight-folder-by-numbers): Ditto.
5550         (wl-e21-display-image-p): Use `display-images-p' instead of
5551         `display-graphic-p'.
5552         (display-images-p): Make an alias to `display-graphic-p' if it is
5553         not available.  It is for Emacs version prior to 21.0.105.
5554
5555         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5556         `display-graphic-p'.
5557         (wl-demo-image-type-alist): Ditto.
5558         (display-images-p): Make an alias to `display-graphic-p' if it is
5559         not available.  It is for Emacs version prior to 21.0.105.
5560
5561 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5562
5563         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5564         support.
5565         (wl-generate-user-agent-string): Ditto.
5566
5567         * wl-version.el (wl-version): Update docsting.
5568         (wl-version-status): Ditto.
5569
5570 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5571
5572         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5573         21.0.105.  For Emacs 21.0.104 or earlier.
5574
5575 2001-09-03  Takuo KITAME <kitame@northeye.org>
5576
5577         * wl-e21.el (wl-plugged-init-icons): Use
5578         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5579         (wl-biff-init-icons): Ditto.
5580
5581 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5582
5583         * wl-highlight.el (wl-highlight-summary-current-line):
5584         Fixed highlighting refile/copy destination.
5585
5586         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5587         (wl-acap-store): Encode string by wl-acap-coding-system.
5588
5589 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5590
5591         * wl-acap.el (toplevel): Check and require 'un-define before
5592         'xemacs-ucs;
5593          Added checking for UTF-2000.
5594
5595 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5596
5597         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5598         Don't enclose with `eval-and-compile'.
5599
5600         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5601         wl-init is non-nil.
5602
5603         * wl-draft.el (wl-draft): Ditto.
5604
5605         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5606
5607         * wl-acap.el (toplevel): Require 'wl.
5608         (wl-acap-store): Call `elmo-init'.
5609
5610         * wl.el (wl): Changed position of `wl-check-environment'.
5611         (toplevel): Added autoload setting for wl-acap.
5612
5613         * wl-vars.el (wl-setting): New custom group.
5614         (wl-from): Added wl-setting group.
5615         (wl-user-mail-address-list): Ditto.
5616         (wl-organization): Ditto.
5617         (wl-subscribed-mailing-list): Ditto.
5618         (wl-envelope-from): Ditto.
5619         (wl-smtp-posting-user): Ditto.
5620         (wl-smtp-posting-server): Ditto.
5621         (wl-smtp-posting-port): Ditto.
5622         (wl-smtp-authenticate-type): Ditto.
5623         (wl-pop-before-smtp-user): Ditto.
5624         (wl-pop-before-smtp-server): Ditto.
5625         (wl-pop-before-smtp-port): Ditto.
5626         (wl-pop-before-smtp-authenticate-type): Ditto.
5627         (wl-nntp-posting-server): Ditto.
5628         (wl-nntp-posting-user): Ditto.
5629         (wl-nntp-posting-port): Ditto.
5630         (wl-fetch-confirm-threshold): Ditto.
5631         (wl-prefetch-threshold): Ditto.
5632         (wl-thread-insert-opened): Ditto.
5633         (wl-ldap-server): Ditto.
5634         (wl-ldap-port): Ditto.
5635         (wl-ldap-base): Ditto.
5636         (wl-ldap-objectclass): Ditto.
5637         (wl-use-ldap): Ditto.
5638         (wl-draft-config-alist): Ditto.
5639         (wl-draft-config-matchone): Ditto.
5640         (wl-template-alist): Ditto.
5641         (wl-message-sort-field-list): Ditto.
5642         (wl-message-ignored-field-list): Ditto.
5643         (wl-message-visible-field-list): Ditto.
5644         (wl-interactive-send): Ditto.
5645         (wl-summary-move-order): Ditto.
5646         (wl-auto-select-first): Ditto.
5647         (wl-auto-select-next): Ditto.
5648         (wl-interactive-save-folders): Ditto.
5649
5650         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5651         Initialization codes are moved from wl-local-folder-init.
5652         (wl-local-folder-init): Follow the change above.
5653         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5654
5655         * wl-acap.el: New file.
5656
5657         * Version number is increased to 2.7.3.
5658
5659 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5660
5661         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5662
5663 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5664
5665         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5666         (wl-addrmgr-address-entry-list): Ditto.
5667
5668 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5669
5670         * wl-e21.el (wl-draft-mode-map): Removed binding for
5671         `wl-draft-insert-x-face-field'.
5672
5673         * wl-mule.el (wl-draft-mode-map): Ditto.
5674
5675         * wl-xmas.el (wl-draft-mode-map): Ditto.
5676
5677         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5678         (wl-cs-autoconv): Ditto.
5679         (wl-cs-local): Ditto.
5680         (wl-use-scoring): Ditto.
5681         (wl-mime-charset): Ditto.
5682         (wl-folder-check-async): Ditto.
5683
5684         * wl.el (toplevel): Ignore nemacs and tm.
5685         (wl-exit): Ditto.
5686
5687         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5688         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5689         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5690         instead of wl-address-petname-add-or-change.
5691         (wl-summary-edit-addresses-subr): Use wl-address-delete
5692         instead of wl-address-petname-delete.
5693
5694         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5695
5696         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5697         if error occured.
5698
5699         * wl-message.el (require): Remove tm support.
5700
5701         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5702
5703         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5704         (wl-folder-jump-to-current-entity): Ditto.
5705         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5706
5707         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5708         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5709         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5710
5711         * wl-mule.el (wl-draft-key-setup): Ditto.
5712
5713         * wl-xmas.el (wl-draft-key-setup): Ditto.
5714
5715         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5716         (wl-draft-std11-parse-addresses): New function.
5717         (wl-draft-parse-mailbox-list): Use it.
5718         (wl-draft): Ignore nemacs.
5719         (wl-draft-reedit): Ditto.
5720
5721         * wl-addrmgr.el: New file.
5722         (Original is wl-rcpt.el written by
5723         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5724         Thanks Kitamoto-san.)
5725
5726         * wl-address.el (wl-address-make-address-list): Modified parsing
5727         process.
5728         (wl-address-delete): Renamed from `wl-address-petname-delete';
5729         Modify wl-address-list too.
5730         (wl-address-add-or-change): Renamed from
5731         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5732
5733 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5734
5735         * wl-highlight.el (wl-highlight-summary-current-line):
5736           Work with transient-mark-mode
5737
5738 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5739
5740         * Version number is increased to 2.7.2.
5741
5742         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5743         instead of elmo-dop-queue-method.
5744
5745 2001-08-06  SAITO Atsunori <sai@yedo.com>
5746
5747         * wl-vars.el (wl-ldap-objectclass): New user option.
5748
5749         * wl-address.el (wl-ldap-make-filter): Use it.
5750
5751 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5752
5753         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5754
5755 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5756
5757         * wl-folder.el (wl-folder): redisplay after folder insertion.
5758
5759         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5760
5761         * wl-summary.el (wl-summary-sync-update):
5762         Change status mark only when new-msgdb exists.
5763         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5764
5765 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5766
5767         * wl-summary.el (wl-summary-open-folder): New function.
5768         (wl-summary-goto-folder-subr): Use it.
5769         (wl-summary-mark-as-important): Fix;
5770         Encache only when no cache exists.
5771
5772 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5773
5774         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5775         Use with-current-buffer.
5776
5777 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5778
5779         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5780         before call `get-buffer'. Fixed parenthesis.
5781         (wl-score-get-header-entry): Clear message and help window when
5782         keyboard quit.
5783         (wl-score-edit-insert-header): Ditto.
5784
5785 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5786
5787         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5788         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5789         (wl-default-draft-cite): Fix.
5790
5791         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5792         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5793
5794 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5795
5796         * wl-message.el (wl-message-prev-page): Do same bahavior
5797         as summary when it is called in the message buffer.
5798         (wl-message-next-page): Ditto.
5799
5800 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5801
5802         * wl-summary.el (wl-summary-forward): Use cache if it is not
5803         section cache.
5804
5805 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5806
5807         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5808         Removed redundant require of elmo-vars.
5809         (wl-biff-state-indicator-on): Changed default value for
5810         xemacs with non-mule environment.
5811
5812         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5813         wl-message-buffer is nil;
5814         Hide progress bar after moving messages.
5815
5816 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5817
5818         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5819         message at cursor point is deleted.
5820
5821 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5822
5823         * wl-vars.el: Changed file coding system to euc-japan.
5824         Added -*-coding:-*- magic to the first line.
5825
5826         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5827         Search parent from the first message.
5828
5829         * Version number is increased to 2.7.1.
5830
5831 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5832
5833         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5834
5835 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5836
5837         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5838         refile/delete execution.
5839
5840         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5841         Fixed docstring.
5842
5843 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5844
5845         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5846         do update process;
5847         Don't update marks when update process is interrupted.
5848
5849 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5850
5851         * wl-summary.el (wl-summary-reply): Fixed problem when
5852         wl-draft-use-frame is non-nil.
5853         (wl-summary-forward): Ditto.
5854
5855         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5856         as nil.
5857         (wl-folder-mark-as-read-all-entity): Ditto.
5858         (wl-folder-prefetch-entity): Ditto.
5859
5860         * wl.el (wl): Check environment before wl-init.
5861
5862         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5863         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5864         instead of wl-summary-collect-unread.
5865         (wl-summary-reply): Split message window.
5866
5867 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5868
5869         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5870         only if current language environment is japanese,
5871
5872         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5873         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5874         (wl-folder-goto-folder-subr): Ditto.
5875
5876         * wl-draft.el (wl-draft-dispatch-message): Call
5877         `elmo-file-cache-get-path'.
5878
5879 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5880
5881         * wl-summary.el (wl-summary-cursor-move): If return value of
5882         wl-summary-next-message is not number, don't jump.
5883
5884 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5885
5886         * wl-summary.el (wl-summary-buffer-next-message-function): New
5887         variable.
5888         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5889         if it is bound.
5890
5891         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5892         string.
5893
5894         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5895         (wl-plugged-drawing): Ditto.
5896
5897 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5898
5899         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5900         process.
5901         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5902         with unwind-protect.
5903
5904         * wl.el (wl-init): Require mime-setup.
5905         (wl-check-environment): Don't require mime-setup.
5906
5907         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5908         instead of elmo-folder-type.
5909
5910         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5911         value as nil.
5912
5913 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5914
5915         * Version number is increased to 2.7.0.
5916
5917         * wl-version.el (wl-version): Changed codename.
5918
5919         * wl-summary.el (wl-summary-delete-cache): Fixed.
5920
5921         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5922         Workaround for net folders.
5923         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5924
5925         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5926         value to nil (According to the patch from
5927         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5928
5929         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5930         of elmo-folder-close.
5931
5932 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5933
5934         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5935         for postfix.
5936
5937 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5938
5939         * wl-summary.el (wl-summary-resend-message): Fixed.
5940
5941         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5942         Call wl-draft with `from' argument if its address is included in
5943         `wl-user-mail-address-list'.
5944         (wl-draft): Added `from' argument.
5945
5946         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5947         non-nil.
5948         (wl): Don't show demo if wl-demo is nil.
5949
5950         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5951         wl-summary-use-frame.
5952
5953         * wl-vars.el (wl-summary-use-frame): New user option.
5954         (wl-folder-use-frame): Changed docstring.
5955
5956         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5957         non-nil.
5958         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5959         wl-summary-use-frame.
5960
5961         * wl-vars.el (wl-folder-use-frame): New user option.
5962
5963         * wl-summary.el (wl-summary-exit): Back to folder frame if
5964         wl-folder-use-frame is non-nil.
5965         (wl-summary-redisplay-internal): Ignore cache if current folder
5966         is draft folder,
5967         (wl-summary-redisplay-no-mime): Ditto.
5968         (wl-summary-redisplay-all-header): Ditto.
5969
5970         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5971         if wl-folder-use-frame is non-nil.
5972
5973 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5974
5975         * wl-summary.el (wl-summary-sync-update): Bind
5976         elmo-folder-update-threshold.
5977         (wl-summary-mark-as-important): Enclosed server mark processing
5978         with `save-match-data'.
5979
5980         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5981         only when it is already defined.
5982
5983 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5984
5985         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5986         name of folder exclude localdir is wrong.
5987         * wl-folder.el (wl-folder-sync-entity):
5988         Set `wl-summary-always-sticky-folder-list' as nil.
5989         (wl-folder-mark-as-read-all-entity): Ditto.
5990         (wl-folder-prefetch-entity): Ditto.
5991
5992 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5993
5994         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5995         instead of `wl-summary-write-current-newsgroup'.
5996
5997 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5998
5999         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6000         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6001         non-nil and selected message is important, do not display.
6002
6003 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6004
6005         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6006
6007 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6008
6009         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6010
6011         * wl-summary.el (wl-summary-mark-as-important): Set message number
6012         using wl-summary-message-number.
6013
6014 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6015
6016         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6017         destination folder is 'null.
6018
6019 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6020
6021         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6022         New function.
6023         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6024         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6025         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6026
6027 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6028
6029         * wl-mime.el (wl-mime-setup): Added setting for
6030         `mime-setup-signature-key-alist' to avoid overriding key bind for
6031         `wl-draft-send'.
6032
6033         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6034         for `wl-draft-send'.
6035         * wl-mule.el (wl-draft-overload-functions): Ditto.
6036         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6037         * wl-draft.el (wl-draft-send): Ditto.
6038
6039         * wl-message.el (wl-message-display-internal):
6040         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6041         (Patch is provided by <kita@coe.nttdata.co.jp>).
6042
6043 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6044
6045         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6046
6047 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6048
6049         * wl.el (wl): Fix for wl-demo.
6050
6051 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6052
6053         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6054
6055 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6056
6057         * wl-folder.el (wl-folder-prefetch-entity): Use
6058         `wl-folder-get-elmo-folder'.
6059         (wl-folder-count-incorporates): Do not use
6060         `wl-folder-get-elmo-folder'.
6061
6062 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6063
6064         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6065         instead of `elmo-folder-get-type'.
6066
6067 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6068
6069         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6070         position on Subject: field.
6071         (Advised by Mito <mit@nines.nec.co.jp>)
6072
6073 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6074
6075         * wl-folder.el (wl-folder-prefetch-entity): Use
6076         `wl-folder-get-elmo-folder'.
6077
6078 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6079
6080         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6081
6082         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6083         `process-duplicates' slot.
6084
6085         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6086         if detection failed.
6087
6088 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6089
6090         * wl-version.el (wl-version-status): Set to "alpha".
6091
6092 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6093
6094         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6095         Check wl-message-buffer lives before set-buffer.
6096
6097 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6098
6099         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6100         called in folder mode.
6101         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6102         * wl-summary.el (wl-summary-exit-pre-hook): Run
6103         `wl-summary-exit-pre-hook' before exit summary mode.
6104
6105 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6106
6107         * wl-version.el (wl-version-status): New variable.
6108         (wl-version-status-alist): Removed.
6109         (wl-version-status): Rule included.
6110
6111 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6112
6113         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6114         @sponichi.
6115
6116         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6117         when `mail-reply-buffer' is buffer-local variable.
6118         (Reported by <kita@coe.nttdata.co.jp>).
6119
6120 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6121
6122         * wl-vars.el (toplevel): Require 'elmo-util.
6123
6124 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6125
6126         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6127         (All other related portions are changed)
6128
6129         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6130
6131         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6132
6133 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6134
6135         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6136
6137 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6138
6139         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6140         Delete other windows to avoid an error.
6141         Use `point-marker' instead of `point' to remember the start point
6142         of body.
6143
6144         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6145
6146         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6147         number not to exceed all message number.
6148
6149 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6150
6151         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6152         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6153
6154 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6155
6156         * wl-summary.el (wl-summary-sync-force-update): Added argument
6157         no-check.
6158         (wl-summary-sync-update): Ditto.
6159         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6160         with `no-check'.
6161
6162         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6163         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6164         already running.
6165
6166 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6167
6168         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6169         `dst-folder-arg'.
6170         (wl-expire-archive-number1): Diito.
6171         (wl-expire-archive-number2): Diito.
6172         (wl-expire-archive-Date): Diito.
6173         (wl-archive-number1): Diito.
6174         (wl-archive-number2): Diito.
6175         (wl-archive-date): Diito.
6176         (wl-archive-folder-p): New function.
6177         (wl-summary-expire): Support of expand folder name at
6178         wl-expire-alist.
6179         * wl-util.el (wl-expand-newtext): Renamed from
6180         `wl-refile-expand-newtext'.
6181
6182 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6183
6184         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6185         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6186         `(elmo-msgdb-get-overview msgdb)'.
6187         (wl-summary-prefetch): Bind match data before call
6188         `wl-summay-prefetch-msg'.
6189         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6190         'off if `wl-summary-buffer-disp-msg' is non-nil.
6191         Fixed problem that couldn't show only one new or unread message when
6192         enter folder.
6193         (wl-summary-reply): Don't call `split-window-vertically' and other
6194         window.
6195
6196 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6197
6198         * wl-expire.el (wl-expire-refile): Fixed.
6199
6200 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6201
6202         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6203
6204         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6205         biff notification is removed.
6206
6207         * wl.el (wl): Changed position of `elmo-init'.
6208
6209         * wl-draft.el (wl-default-draft-cite): Use date field
6210         on the citation buffer.
6211
6212         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6213
6214         * wl-xmas.el (wl-folder-internal-icon-list): Added
6215         `wl-folder-shimbun-image'.
6216
6217         * wl-e21.el (wl-folder-internal-icon-list): Added
6218         `wl-folder-shimbun-image'.
6219
6220 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6221
6222         * wl.el (wl-init): Eliminated argument.
6223         (wl): Rewrite.
6224
6225         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6226         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6227         instead of `elmo-folder-msgdb-internal'.
6228         (wl-summary-sync-update): Ditto.
6229         (wl-summary-flush-pending-append-operations): Eliminated.
6230         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6231         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6232         `elmo-folder-open'.
6233
6234         * wl-mime.el (wl-summary-burst): Fixed.
6235
6236         * wl-folder.el (wl-folder-info-save): Check data type.
6237
6238         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6239         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6240         instead of `elmo-folder-msgdb-internal'.
6241         (wl-expire-hide): Ditto.
6242
6243
6244         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6245
6246 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6247
6248         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6249
6250 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6251
6252         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6253
6254 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6255
6256         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6257         Fixed `match-beginning' argument mismatch.
6258
6259 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6260
6261         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6262         the default value.
6263
6264 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6265
6266         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6267         instead of `elmo-nntp-default-port'.
6268
6269         * wl-vars.el: Fixed some doc strings.
6270
6271 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6272
6273         * wl-summary.el (wl-summary-prefetch-msg): Use
6274         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6275
6276         * wl-vars.el: Define *-func as obsolete variable using
6277         `elmo-define-obsolete-variable'.
6278
6279         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6280         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6281         instead of `wl-message-buffer-prefetch-threshold'.
6282
6283         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6284
6285         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6286
6287         * wl-draft.el (wl-caesar-region-func): Ditto.
6288
6289         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6290         Keep unread status in elmo-folder-move-messages.
6291         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6292
6293 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6294
6295         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6296         `wl-summary-buffer-exit-func'
6297         (wl-summary-buffer-message-redisplay-function): Renamed from
6298         `wl-summary-buffer-message-redisplay-func'
6299         (wl-summary-buffer-next-folder-function): Renamed from
6300         `wl-summary-buffer-next-folder-func'.
6301         (wl-summary-buffer-prev-folder-function): Renamed from
6302         `wl-summary-buffer-prev-folder-func'.
6303         (wl-summary-get-petname-function): Renamed from
6304         `wl-summary-get-petname-func'.
6305
6306         * wl-score.el (wl-score-edit-exit-function): Renamed from
6307         `wl-score-edit-exit-func'.
6308
6309         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6310         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6311
6312         * wl-util.el (wl-load-profile-function): Renamed from
6313         `wl-load-profile-func'.
6314
6315         * wl-folder.el (wl-folder-completion-function): Renamed from
6316         `wl-folder-completion-func'.
6317         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6318
6319         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6320         `wl-expire-archive-get-folder-func'.
6321         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6322         (wl-draft-send-mail-function): Renamed from
6323         `wl-draft-send-mail-func'.
6324         (wl-draft-send-news-function): Renamed from
6325         `wl-draft-send-news-func'.
6326         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6327         (wl-generate-mailer-string-function): Renamed from
6328         `wl-generate-mailer-string-func'.
6329         (wl-highlight-signature-search-function): Renamed from
6330         `wl-highlight-signature-search-func'.
6331         (wl-highlight-x-face-function): Renamed from
6332         `wl-highlight-x-face-func'
6333         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6334         (wl-ps-print-buffer-function): Renamed from
6335         `wl-ps-print-buffer-func'
6336         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6337         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6338         (wl-summary-subject-filter-function): Renamed from
6339         `wl-summary-subject-filter-func'.
6340
6341         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6342         `wl-draft-queue-flush-send-func'
6343         (wl-draft-cite-function): Renamed from
6344         `wl-draft-cite-func'
6345
6346         * wl-address.el (wl-address-init-function): Renamed from
6347         `wl-address-init-func'.
6348
6349 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6350
6351         * wl-draft.el (wl-draft-queue-flush): Don't call
6352         `elmo-dop-unlock-message'.
6353         * wl-draft.el (wl-draft-queue-append): Don't call
6354         `elmo-dop-lock-message'.
6355
6356         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6357         (wl-summary-buffer-folder-name): Ditto.
6358         (wl-summary-message-regexp): Added '-' (all other related portions
6359         are changed).
6360         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6361         wl-summary-buffer-folder-name.
6362
6363 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6364
6365         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6366         the number of mails in the folder buffer is not updated by wl-biff.
6367
6368 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6369
6370         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6371         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6372
6373 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6374
6375         * wl-summary.el (wl-summary-next-message):
6376         Return next message number when wl-summary-move-order is nil.
6377
6378 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6379
6380         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6381         `wl-summary-move-spec-alist'.
6382         (wl-summary-move-spec-unplugged-alist): New variable
6383         (Move spec for unplugged status).
6384         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6385         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6386
6387 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6388
6389         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6390         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6391
6392 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6393
6394         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6395         simple quotation to quote the anonymous function.
6396         * tm-wl.el (wl-draft-preview-message): Ditto.
6397
6398 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6399
6400         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6401         Eliminate redundant `save-excursion'.
6402         (wl-highlight-summary-current-line): Ditto.
6403
6404         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6405         accessing match data when `looking-at' failed.
6406
6407         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6408         `elmo-match-string' where users don't care about the speed.
6409         (wl-draft-save): Ditto.
6410
6411 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6412
6413         * wl-util.el (wl-regexp-opt): New function.
6414
6415         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6416         number from `wl-summary-buffer-number-list'.
6417         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6418         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6419         (wl-summary-move-spec-alist): Changed default setting.
6420
6421 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6422
6423         * wl-vars.el (wl-biff-notify-hook): New hook.
6424         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6425         the arrival of new mail.
6426         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6427         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6428
6429 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6430
6431         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6432
6433 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6434
6435         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6436
6437         * Version number is increased to 2.5.8.
6438
6439         * wl-thread.el (toplevel): require 'cl.
6440         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6441         (wl-thread-make-number-list): New function.
6442         (wl-thread-entity-make-number-list-from-children): Ditto.
6443         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6444         (wl-thread-entity-insert-as-children): Likewise.
6445         (wl-thread-delete-message): Likewise.
6446         (wl-meaning-of-mark): Eliminated.
6447         (wl-thread-next-failure-mark-p): Ditto.
6448         (wl-thread-entity-get-mark): Ditto.
6449         (wl-thread-meaning-alist-get-result): Ditto.
6450         (wl-thread-entity-check-prev-mark): Ditto.
6451         (wl-thread-entity-check-next-mark): Ditto.
6452         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6453         (wl-thread-entity-get-prev-marked-entity): Ditto.
6454         (wl-thread-get-prev-unread): Ditto.
6455         (wl-thread-jump-to-prev-unread): Ditto.
6456         (wl-thread-get-next-unread): Ditto.
6457         (wl-thread-jump-to-next-unread): Ditto.
6458         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6459         (wl-thread-entity-get-next-marked-entity): Ditto.
6460
6461         * wl-summary.el (wl-summary-buffer-number-list):
6462         New bufer-local variable.
6463         (wl-summary-switch-to-clone-buffer): Clone
6464         `wl-summary-buffer-number-list'.
6465         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6466         (wl-summary-cursor-move-regex): Eliminated.
6467         (wl-summary-cursor-up): Rewrite.
6468         (wl-summary-cursor-down): Ditto.
6469         (wl-summary-mode-spec-alist): New variable.
6470         (wl-summary-next-message): New inline function.
6471         (wl-summary-cursor-move): New function.
6472         (wl-summary-default-get-next-msg): Rewrite.
6473         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6474         (wl-summary-rescan): Ditto.
6475         (wl-summary-sync-all-init): Ditto.
6476         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6477         summary is not thread view.
6478         (wl-summary-sync-update): Ditto.
6479         (wl-summary-rescan): Ditto.
6480         (wl-summary-make-number-list): New function.
6481
6482         * wl-draft.el: "FCC" -> "Fcc".
6483
6484 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-highlight.el (wl-highlight-summary-window):
6487         Call `set-buffer-modified-p'.
6488
6489         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6490         (wl): Call `elmo-init' and fix.
6491
6492         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6493         Use new variables.
6494
6495         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6496
6497 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6498
6499         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6500
6501 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6502
6503         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6504
6505 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6506
6507         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6508         `wl-use-toolbar' nor `display-graphic-p'.
6509         (wl-e21-setup-message-toolbar): Ditto.
6510         (wl-e21-setup-summary-toolbar): Ditto.
6511         (wl-e21-setup-folder-toolbar): Ditto.
6512
6513         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6514         (wl-plugged-init-icons): Ditto.
6515
6516         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6517         `display-graphic-p'.
6518         (wl-plugged-set-folder-icon): Ditto.
6519         (wl-highlight-plugged-current-line): Ditto.
6520         (wl-highlight-folder-current-line): Ditto.
6521         (wl-e21-highlight-folder-group-line): Ditto.
6522         (wl-e21-setup-toolbar): Ditto.
6523         (wl-e21-display-image-p): New macro.
6524
6525         * wl-demo.el (wl-demo): Simplified.
6526         (wl-demo-image-type-alist): Use `image-type-available-p' for
6527         checking whether the image type `xbm' is available.
6528
6529 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6530
6531         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6532         (wl-summary-input-range): Ditto.
6533
6534 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6535
6536         * wl-summary.el (wl-summary-edit-addresses): Use
6537         `wl-summary-get-original-buffer'
6538         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6539         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6540         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6541         (wl-summary-get-newsgroups): Eliminated.
6542         (wl-summary-set-crosspost): Ditto.
6543         (wl-summary-is-crosspost-folder): Ditto.
6544         (wl-crosspost-alist-load): Ditto.
6545         (wl-crosspost-alist-save): Ditto.
6546
6547         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6548         `elmo-setup-subscribed-newsgroups' instead of
6549         `elmo-nntp-make-groups-hashtb'.
6550         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6551         instead of `wl-crosspost-alist-save'.
6552
6553         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6554         of `elmo-folder-message-appendable-p'.
6555         (wl-mime-header-presentation-method): Eliminated.
6556
6557         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6558         (Error occurs in emacs21).
6559
6560         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6561         the current buffer).
6562
6563         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6564         instead of `wl-crosspost-alist-save'.
6565         (wl-init): `elmo-crosspost-message-alist-load'
6566         instead of `wl-crosspost-alist-load'
6567
6568         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6569         (wl-parse-newsgroups): Likewise.
6570         (wl-biff-notify): Run `wl-biff-notify-hook'.
6571
6572 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6573
6574         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6575
6576         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6577         when `wl-summary-lazy-highlight' is non-nil.
6578         (wl-summary-goto-folder-subr): Highlight only when
6579         `wl-summary-lazy-highlight' is non-nil.
6580
6581         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6582         Don't display progress and highlight temp-mark when
6583         `wl-summary-lazy-highlight' is non-nil.
6584         (wl-highlight-summary-window): New function.
6585         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6586
6587 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6588
6589         * wl-summary.el (wl-summary-sync): Change `all-visible'
6590         from `all-shown'
6591         (wl-summary-input-range): Ditto.
6592
6593 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6594
6595         * wl-e21.el (wl-highlight-folder-current-line): Call
6596         `wl-folder-init-icons' when folder icons have not been initialized.
6597
6598         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6599
6600         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6601         (wl-demo-image-type-alist): New macro.
6602
6603 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6604
6605         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6606         display does not support graphics.
6607         (wl-plugged-init-icons): Ditto.
6608         (wl-folder-init-icons): Ditto.
6609
6610         * wl-demo.el (wl-demo): Chech closely whether the display
6611         supports graphics.
6612
6613 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6614
6615         * wl-summary.el (wl-summary-get-original-buffer): New function.
6616         (wl-summary-set-crosspost): Use it.
6617         (wl-summary-target-mark-uudecode): Ditto.
6618         (wl-summary-reedit): Ditto.
6619         (wl-summary-resend-bounced-mail): Ditto.
6620         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6621         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6622
6623         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6624         (wl-message-display-internal): Ditto.
6625
6626 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6627
6628         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6629
6630 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6631
6632         * wl-summary.el (wl-summary-save-view): Renamed from
6633         `wl-summary-save-status'.
6634
6635 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6636
6637         * wl-summary.el (wl-summary-sync): Added `all-shown'
6638
6639 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6640
6641         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6642
6643 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6644
6645         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6646
6647 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6648
6649         * wl-highlight.el (wl-highlight-summary-line-string): Use
6650         `zerop' instead of `= 0'.
6651         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6652
6653         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6654         for comparing numbers.
6655         (wl-template-prev): Use `zerop' instead of `eq 0'.
6656
6657         * wl-draft.el (wl-draft-insert-current-message): Use
6658         `with-current-buffer' instead of `save-excursion'.
6659         Use `zerop' instead of `eq 0'.
6660
6661 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6662
6663         * wl-draft.el (wl-draft-insert-ccs): New function.
6664         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6665         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6666
6667 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6668
6669         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6670
6671 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6672
6673         * wl-expire.el (wl-expire-refile): Don't call
6674         elmo-msgdb-add-msgs-to-seen-list;
6675         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6676         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6677
6678 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6679
6680         * wl-message.el (wl-message-prev-page): Ignore errors while
6681         scroll-down.
6682
6683 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6684
6685         * wl-mime.el: Use elmo-original-message-mode instead of
6686         mmelmo-original-mode.
6687
6688         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6689         `elmo-folder-get-spec';
6690         (wl-fldmgr-add-completion-all-completions):
6691         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6692
6693         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6694         of `elmo-folder-get-type'.
6695
6696         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6697         `elmo-folder-get-spec';
6698         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6699         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6700         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6701         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6702         `elmo-read-msg-no-cache';
6703         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6704         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6705         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6706         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6707         `elmo-cache-save';
6708         (wl-draft-reedit): Use `elmo-message-file-name'.
6709
6710         * wl-expire.el: Use `elmo-folder-name-internal';
6711         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6712         Use macro `wl-summary-buffer-msgdb' instead of variable
6713         `wl-summary-buffer-msgdb';
6714         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6715         Use macro `wl-summary-buffer-folder-name' instead of variable
6716         `wl-summary-buffer-folder-name'.
6717         * wl-score.el: Likewise.
6718
6719         * wl-message.el: Rewrite for new message buffer cache mechanism.
6720         (wl-message-buffer-cache-buffer-get): New macro.
6721         (wl-message-buffer-cache-folder-get): Ditto.
6722         (wl-message-buffer-cache-message-get): Ditto.
6723         (wl-message-buffer-cache-entry-make): Ditto.
6724         (wl-message-buffer-cache-hit): Ditto.
6725         (wl-message-buffer-cache-sort): New function.
6726         (wl-message-buffer-cache-add): Ditto.
6727         (wl-message-buffer-cache-delete): Ditto.
6728         (wl-message-buffer-cache-clean-up): Ditto.
6729         (wl-message-buffer-window): Rewrite.
6730         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6731         (wl-message-buffer-display): New function.
6732         (wl-message-display-internal): New function.
6733
6734 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6735
6736         * wl-folder.el: Use `elmo-folder-name-internal';
6737         Use `wl-folder-get-elmo-folder';
6738         Use `elmo-folder-list-messages' instead of
6739         `elmo-list-folder';
6740         Use `elmo-folder-get-primitive-list' instead of
6741         `elmo-folder-get-primitive-spec-list';
6742         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6743         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6744         Use `elmo-folder-create' instead of `elmo-create-folder'.
6745         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6746         (wl-folder-get-elmo-folder): New macro.
6747         (wl-folder-elmo-folder-cache-get): Ditto.
6748         (wl-folder-elmo-folder-cache-put): Ditto.
6749         (wl-folder-suspend): Call `elmo-quit'.
6750
6751         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6752         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6753         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6754         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6755         (toplevel): require 'cl.
6756         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6757
6758         * wl-summary.el: Rewrite to use new elmo interface.
6759
6760 \f
6761 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6762
6763         * wl-mime.el (wl-draft-preview-message):
6764         Run `wl-draft-send-hook' before collecting recipients information;
6765         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6766
6767         * tm-wl.el (wl-draft-preview-message): Ditto.
6768
6769 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6770
6771         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6772         wrong recipients are displayed when forwarded message.
6773
6774 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * Version number is increased to 2.5.7.
6777
6778 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6779
6780         * wl-message.el (wl-message-next-page): Bind
6781         `window-pixel-scroll-increment' to nil while scrolling up.
6782
6783 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6784
6785         * wl-vars.el (wl-save-hook): New hook.
6786         * wl.el (wl-save): Call `wl-save-hook'.
6787
6788 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6789
6790         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6791         Argument WITH-ARG instead of NO-ARG (negative mean).
6792         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6793         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6794         * wl-message.el (wl-message-follow-current-entity): Likewise.
6795
6796 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6797
6798         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6799         FROM was optional argument.
6800         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6801
6802 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6803
6804         * Version number is increased to 2.5.6.
6805
6806 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6807
6808         * wl-version.el (wl-version-show): Removed.
6809         (wl-version): Add `interactive'.
6810
6811 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6812
6813         * wl-summary.el (wl-summary-get-petname-func): New variable.
6814         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6815         instead of `wl-address-get-petname-1'.
6816         (wl-summary-simple-from): Ditto.
6817
6818         * wl-address.el (wl-address-get-petname-1): Define as function.
6819
6820 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6821
6822         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6823         field in the original message.
6824         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6825
6826 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6827
6828         * wl-expire.el (wl-expire-hide):
6829         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6830
6831 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6832
6833         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6834         find decoder for To, Cc, and Subject.
6835
6836 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6837
6838         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6839         for checking `elmo-use-buffer-cache'.
6840         (wl-summary-mark-as-important): Fixed typo in comment.
6841
6842 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6845         field in the original message.
6846         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6847
6848 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6849
6850         * wl-expire.el (wl-expire-hide):
6851         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6852
6853 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6854
6855         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6856         find decoder for To, Cc, and Subject.
6857
6858 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6859
6860         * Version number is increased to 2.5.5.
6861
6862         * wl-address.el (wl-address-specials-regexp): New constant.
6863         (wl-address-quote-specials): Use it.
6864
6865 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl-summary.el (wl-summary-rescan):
6868         Call `wl-summary-buffer-number-column-detect'.
6869         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6870
6871         * wl-message.el (wl-message-mode-map): Define.
6872         (wl-message-decode): Use it as local-map.
6873
6874 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6875
6876         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6877         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6878
6879 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6880
6881         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6882
6883         * wl-mule.el (wl-read-event-char): Ditto.
6884
6885         * wl-e21.el (wl-read-event-char): Ditto.
6886
6887         * wl-nemacs.el (wl-read-event-char): Ditto.
6888         (read-event): Removed.
6889
6890         * wl-util.el (toplevel): Removed dummy definition of
6891         `read-event'.
6892         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6893
6894 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6895
6896         * wl-nemacs.el (elmo-archive-call-process): Moved to
6897         elmo-archive.el.
6898
6899 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6900
6901         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6902         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6903
6904         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6905         instead of magic-number 6.  Use `not' instead of `null' for symbol
6906         `nil' check (not empty list).
6907         (wl-draft-insert-x-face-field): Fixed paren style.
6908
6909         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6910         one-branch conditional statement, instead of `and' and `if'.
6911         (wl-draft-forward): Likewise.
6912         (wl-draft-add-references): Likewise.
6913         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6914
6915         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6916         conditional steatment.  Use `cond' instead of `if'.
6917         (wl-draft-confirm): Likewise.
6918
6919 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6920
6921         * wl-version.el (wl-version-show): Use `product-string-1'
6922         instead of `wl-version'.
6923         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6924
6925         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6926
6927 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6928
6929         * wl-highlight.el (wl-highlight-headers): Revert
6930         `wl-highlight-x-face-func' argument (`beg' and `end').
6931
6932 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6933
6934         * wl.el (toplevel): Move `product-provide' declare.
6935         * wl-demo.el (toplevel): Ditto.
6936         * wl-dnd.el (toplevel): Ditto.
6937         * wl-highlight.el (toplevel): Ditto.
6938         * wl-message.el (toplevel): Ditto.
6939         * wl-refile.el (toplevel): Ditto.
6940         * wl-util.el (toplevel): Ditto.
6941
6942 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6943
6944         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6945         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6946         (wl-thread-close-all): keep cursor position.
6947
6948 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6949
6950         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6951         (eq x 0).
6952         (wl-generate-user-agent-string-1): Fix conditional statement.
6953
6954 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6955
6956         * wl.el (wl-check-environment): Additional check for
6957         'wl-local-domain' and `wl-message-id-domain'.
6958
6959 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6960
6961         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6962
6963 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6964
6965         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6966         instead of `smtp-sasl-user-realm'.
6967
6968 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6969
6970         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6971
6972 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6973
6974         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6975         to the default value as well as `eword-lexical-analyzer'.
6976
6977 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6978
6979         * wl-version.el (wl-extended-emacs-version,
6980         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6981         `elmo-match-string' instead of `wl-match-string'.
6982
6983 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6984
6985         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6986         docstring.
6987
6988 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6989
6990         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6991
6992 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6993
6994         * wl-highlight.el (wl-highlight-headers): Remove
6995         `wl-highlight-x-face-func' argument (`beg' and `end').
6996
6997 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6998
6999         * wl-summary.el (wl-summary-mark-as-important):
7000         Remove cache if folder is local.
7001
7002 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7003
7004         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7005         to get existing e-mail address string.
7006
7007 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7008
7009         * wl-version.el (wl-generate-user-agent-string): Commentary.
7010         (wl-generate-user-agent-string-1): Use `when' for
7011         one-branch conditional statement, instead of `and' and `if'.
7012         (wl-extended-emacs-version, wl-extended-emacs-version2,
7013         wl-extended-emacs-version3): Ditto.
7014
7015 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7016
7017         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7018         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7019         condition-case; Remove initialization.
7020         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7021         (wl-summary-sync-update3): Added argument `sync-all';
7022         Eliminated local variable `msgdb';
7023         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7024         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7025         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7026
7027 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7028
7029         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7030         connection before call `wl-draft-send-mail-with-smtp'.
7031
7032 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7033
7034         * Version number is increased to 2.5.4.
7035
7036 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7037
7038         * wl.el (wl-check-environment): Additional check for
7039         'wl-local-domain' and `wl-message-id-domain'.
7040
7041 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7042
7043         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7044         buffer as command specific.
7045         (wl-folder-mark-as-read-all-entity): Ditto.
7046         (wl-folder-prefetch-entity): Ditto.
7047         (wl-folder-drop-unsync-entity): Ditto.
7048
7049         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7050         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7051         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7052
7053         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7054         save-excursion.
7055
7056 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * Version number is increased to 2.5.3.
7059
7060         * wl-summary.el (wl-summary-save-view-cache):
7061         Delete duplicated `write-region';
7062         Use `write-region-as-binary' instead of `as-binary-output-file' and
7063         `write-region'.
7064
7065 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7066
7067         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7068
7069 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7070
7071         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7072         instead of `smtp-via-smtp'.
7073
7074 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7075
7076         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7077
7078 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7079
7080         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7081         instead of `smtp-sasl-user-realm'.
7082
7083 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7084
7085         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7086
7087 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7088
7089         * Version number is increased to 2.5.2.
7090
7091 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7092
7093         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7094         does not exist.
7095         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7096         (wl-biff-start): Call `timer-activate' if timer already exists.
7097
7098         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7099         only when it is bound as function.
7100
7101 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * Version number is increased to 2.5.1.
7104
7105 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7108         Print refile/copy destination.
7109
7110 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7111
7112         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7113         queue-flush-only is non-nil.
7114
7115         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7116
7117         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7118         checking cache folder.
7119
7120 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7121
7122         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7123         `regexp-quote'.
7124
7125 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7126
7127         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7128         function.
7129         * wl-summary.el (wl-summary-write-current-folder-functions):
7130         Change default value.  Use it.
7131
7132 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7133
7134         * Version number is increased to 2.5.0.
7135
7136         * wl-version.el (wl-version): Changed codename.
7137
7138 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7139
7140         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7141         (wl-summary-supersedes-message): Ditto.
7142
7143 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7144
7145         * wl-refile.el (wl-refile-guess-functions): Renamed from
7146         `wl-refile-guess-func-list'.
7147
7148 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7149
7150         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7151         Fixed problem when no rule was matched.
7152
7153 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7154
7155         * wl-summary.el (wl-summary-get-mark): Fixed
7156         `wl-summary-buffer-target-mark' check logic.
7157
7158 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7159
7160         * wl-folder.el (wl-folder-write-current-folder): Added group
7161         folder check.
7162
7163         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7164         `wl-summary-write-current-newsgroup'.
7165         (wl-summary-write-current-folder-functions): New variable.
7166         * wl-folder.el (wl-folder-get-newsgroups): New function.
7167         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7168         (wl-folder-write-current-folder): Renamed from
7169         `wl-folder-write-current-newsgroup'.
7170
7171 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7172
7173         * Version number is increased to 2.3.93.
7174
7175 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7176
7177         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7178         (wl-ldap-make-matched-value-list): Ditto.
7179         (wl-ldap-alias-safe-string): Split e-mail address.
7180
7181         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7182         petname folder default was selected.
7183         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7184         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7185
7186 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7187
7188         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7189         to `wl-draft-config-exec'.
7190
7191         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7192         instead of calling `wl-draft-config-exec';
7193         Process group-list and show recipients in minibuffer.
7194
7195         * tm-wl.el (wl-draft-preview-message): Ditto.
7196
7197 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7198
7199         * wl.el (toplevel): Added (C) to copyright notice, and
7200         sync Author header.
7201         * tm-wl.el (toplevel): Ditto.
7202         * wl-address.el (toplevel): Ditto.
7203         * wl-demo.el (toplevel): Ditto.
7204         * wl-dnd.el (toplevel): Ditto.
7205         * wl-draft.el (toplevel): Ditto.
7206         * wl-e21.el (toplevel): Ditto.
7207         * wl-expire.el (toplevel): Ditto.
7208         * wl-folder.el (toplevel): Ditto.
7209         * wl-highlight.el (toplevel): Ditto.
7210         * wl-message.el (toplevel): Ditto.
7211         * wl-mime.el (toplevel): Ditto.
7212         * wl-mule.el (toplevel): Ditto.
7213         * wl-nemacs.el (toplevel): Ditto.
7214         * wl-refile.el (toplevel): Ditto.
7215         * wl-score.el (toplevel): Ditto.
7216         * wl-summary.el (toplevel): Ditto.
7217         * wl-template.el (toplevel): Ditto.
7218         * wl-thread.el (toplevel): Ditto.
7219         * wl-util.el (toplevel): Ditto.
7220         * wl-vars.el (toplevel): Ditto.
7221         * wl-xmas.el (toplevel): Ditto.
7222
7223 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7224
7225         * wl.el (wl-init): Added comment about `wl-init-hook'.
7226         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7227         * wl-vars.el (wl-init-hook): Added docs.
7228         (wl-make-plugged-hook): Removed useless docs.
7229         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7230         * wl-xmas.el (toplevel): Ditto.
7231
7232 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7233
7234         * wl-address.el (toplevel): Fixed multiple Author header format.
7235         * wl-demo.el (toplevel): Ditto.
7236         * wl-draft.el (toplevel): Ditto.
7237         * wl-folder.el (toplevel): Ditto.
7238         * wl-summary.el (toplevel): Ditto.
7239         * wl-thread.el (toplevel): Ditto.
7240         * wl-util.el (toplevel): Ditto.
7241         * wl-vars.el (toplevel): Ditto.
7242         * wl-version.el (toplevel): Ditto.
7243         * wl-xmas.el (toplevel): Ditto.
7244         * wl.el (toplevel): Ditto.
7245
7246         * wl-version.el (toplevel): Added require `elmo-version' for
7247         `product-version-as-string'.
7248
7249 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * wl-vars.el (wl-draft-send-hook): Changed default value to
7252         '(wl-draft-config-exec).
7253
7254         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7255         explicitly.
7256         (wl-draft): Set `wl-draft-config-exec-flag' before running
7257         `wl-mail-setup-hook'.
7258
7259         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7260         `wl-biff-init-icons' to `wl-init-hook' instead of
7261         `wl-make-plugged-hook'.
7262         (Because if `wl-draft' command is invoked at first,
7263         they are not initialized)
7264         Updated copyright notice.
7265
7266         * wl-e21.el (toplevel): Ditto;
7267
7268         * wl-demo.el (toplevel): Updated copyright notice.
7269         * wl-address.el (toplevel): Ditto.
7270         * wl-draft.el (toplevel): Ditto.
7271         * wl-version.el (toplevel): Ditto.
7272         * wl-folder.el (toplevel): Ditto.
7273         * wl-summary.el (toplevel): Ditto.
7274         * wl-thread.el (toplevel): Ditto.
7275         * wl-util.el (toplevel): Ditto.
7276         * wl-vars.el (toplevel): Ditto.
7277         * wl.el (toplevel): Ditto.
7278
7279 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7280
7281         * wl-highlight.el (wl-highlight-message): Fixed problem of
7282         highlighting failure which occured when the last field contains
7283         multiple lines in the draft buffer.
7284
7285         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7286         `wl-biff-start' if plugged.
7287
7288         * wl-util.el (wl-biff-check-folder): New function.
7289         (wl-biff-check-folders): Don't set session name prefix.
7290         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7291         (wl-biff-check-folder-async): Ditto.
7292
7293         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7294         in email address.
7295
7296 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7297
7298         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7299
7300         * wl-draft.el (wl-draft-strip-subject-re): New function.
7301
7302         * wl-draft.el (wl-draft-reply): Use it.
7303
7304 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7305
7306         * wl-message.el (wl-mmelmo-message-redisplay): Use
7307         `mime-display-message' instead of `wl-mime-display-message'.
7308
7309         * wl-mime.el (toplevel): Removed compatibility workaround
7310         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7311         (wl-mime-display-message): Abolished.
7312         (wl-mime-entity-read-field): Ditto.
7313         (wl-mime-combine-message/partial-pieces): Use
7314         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7315
7316 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7317
7318         * wl-template.el: Doc fixes.
7319
7320 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7321
7322         * wl-e21.el (wl-message-overload-functions): Do nothing if
7323         `current-local-map' is not available.
7324         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7325
7326 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7327
7328         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7329         representation.
7330
7331         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7332         number.
7333         (wl-fldmgr-save-folders): Don't use `format' when insert
7334         `wl-fldmgr-folders-header'.
7335
7336 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7337
7338         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7339
7340 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7341
7342         * wl-highlight.el (wl-highlight-message):
7343         Use `std11-field-end' to detect end point of the header field.
7344         Refer `wl-highlight-max-header-size'.
7345
7346         * wl-vars.el (wl-highlight-max-header-size): New variable.
7347
7348         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7349
7350         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7351         Set `for-draft' argument of wl-highlight-headers.
7352         (wl-draft): Ditto.
7353         (wl-draft-reedit): Ditto.
7354         (wl-user-agent-compose-internal): Ditto.
7355
7356 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7357
7358         * wl-message.el (wl-message-add-button): Use overlay.
7359
7360 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7361
7362         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7363
7364         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7365         problem when group-list content is nothing.
7366         (Reported by Mito <mit@nines.nec.co.jp>)
7367
7368 2000-10-18  SAITO Atsunori <sai@yedo.com>
7369
7370         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7371
7372 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7373
7374         * tm-wl.el (toplevel): Use product-provide.
7375
7376 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7377
7378         * Version number is increased to 2.3.92.
7379
7380 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7381
7382         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7383         title text, use `display' property for left margin under Emacs 21.
7384
7385         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7386         properties.
7387         (wl-plugged-init-icons): Ditto.
7388
7389 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7390
7391         * wl.el (wl-save-status, wl-init): Remove last period in
7392         "...done." message.
7393         * tm-wl.el (wl-summary-burst): Ditto.
7394         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7395         wl-summary-resume-cache-status,
7396         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7397         wl-summary-sync-update3, wl-summary-highlight-msgs,
7398         wl-summary-flush-pending-append-operations,
7399         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7400         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7401         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7402         wl-thread-open-all): Ditto.
7403         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7404         * wl-mime.el (wl-summary-burst): Ditto.
7405         * wl-highlight.el (wl-highlight-summary): Ditto.
7406         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7407         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7408         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7409         * wl-address.el (wl-local-address-init): Ditto.
7410
7411 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7412
7413         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7414         `add-text-properties'.
7415         (wl-plugged-init-icons): Ditto.
7416         (wl-folder-init-icons): Use `propertize' instead of
7417         `put-text-property'.
7418         (wl-plugged-set-folder-icon): Ditto.
7419         (wl-e21-highlight-folder-group-line): Ditto.
7420
7421 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7422
7423         * wl-version.el (wl-version-status-alist): New variable.
7424         (wl-version-status): New function.
7425
7426         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7427         "Cc" part of the case "Reply-To".
7428
7429         * wl-draft.el (wl-draft-reply): Use result of
7430         `eword-extract-address-components'.
7431
7432         * wl-demo.el (wl-demo-icon-name): New constant.
7433         (wl-logo-xpm): Use it.
7434         (wl-logo-xbm): Ditto.
7435         (wl-logo-bitmap): Ditto.
7436
7437         * Version number is increased to 2.3.91.
7438
7439 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7440
7441         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7442         (wl-extended-emacs-version, wl-extended-emacs-version2,
7443         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7444         docstring.
7445
7446         * wl-version.el (wl-generate-user-agent-string-1): New function.
7447         (wl-generate-user-agent-string): Use it.
7448
7449         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7450         `mime-edit-insert-user-agent-field'.
7451         (wl-generate-user-agent-string): Check
7452         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7453
7454         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7455         instead of `if', when verbose case.
7456
7457 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7458
7459         * wl-expire.el (wl-summary-expire): Fix.
7460
7461 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7462
7463         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7464         and `elmo-lost+found-folder' if 'wl-draft.
7465         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7466
7467 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7468
7469         * wl-expire.el (wl-summary-expire): Change messages.
7470         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7471         `deleing-info' instead of "Deleting..."
7472
7473 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7474
7475         * wl-summary.el (wl-summary-refile-subr): Fix.
7476
7477 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7478
7479         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7480         if pipe folder.
7481
7482 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7483
7484         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7485
7486 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7487
7488         * wl-expire.el (wl-expire-hide): New function.
7489         (wl-summary-expire): Add `hide'.
7490
7491 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7492
7493         * wl-vars.el (wl-draft-reply-without-argument-list):
7494         Changed default value to consider `Reply-To:'.
7495         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7496
7497         * Version number is increased to 2.3.90.
7498
7499         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7500         elmo-imap4-get-session with unwind-protect.
7501         Don't cause error.
7502         (wl-summary-sync-marks): Don't check plugged nor folder type.
7503         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7504         (Always keep current buffer).
7505
7506 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7507
7508         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7509         Enclose with `save-excursion'.
7510
7511 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7512
7513         * wl-version.el (wl-version): Remove interactive.
7514
7515 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7516
7517         * wl-version.el (wl-generate-user-agent-string): Use
7518         `product-string-verbose' instead of `product-string-1'.
7519
7520 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7521
7522         * wl-vars.el (wl-draft-use-cache): New variable.
7523         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7524         if wl-draft-use-cache is non-nil.
7525
7526 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7527
7528         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7529         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7530
7531 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7532
7533         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7534         (wl-thread-msg-mark-as-unread): Ditto.
7535
7536         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7537         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7538         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7539         Don't set mark in summary if return value of `elmo-mark-as-read'
7540         is nil.
7541         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7542         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7543         instead of `wl-thread-msg-mark-as-read'.
7544         (wl-summary-mark-as-unread-region): Ditto.
7545         (wl-summary-target-mark-mark-as-read): Ditto.
7546
7547         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7548
7549 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7550
7551         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7552
7553         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7554
7555 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7556
7557         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7558         face.
7559
7560 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7561
7562         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7563         `running-xemacs'.
7564
7565 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7566
7567         * wl-version.el (toplevel): Use `product-version-as-string' for
7568         set verstion-string, if defined.
7569
7570         * wl-version.el (wl-version-show): Insert string at point, when
7571         call with argument.
7572
7573         * wl-version.el (wl-generate-user-agent-string): Use
7574         `product-string-1' instead of `wl-appname', `wl-version' and
7575         `wl-codename'.
7576
7577 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7578
7579         * wl-address.el (toplevel): Use product-provide.
7580         * wl-demo.el (toplevel): Ditto.
7581         * wl-dnd.el (toplevel): Ditto.
7582         * wl-draft.el (toplevel): Ditto.
7583         * wl-e21.el (toplevel): Ditto.
7584         * wl-expire.el (toplevel): Ditto.
7585         * wl-fldmgr.el (toplevel): Ditto.
7586         * wl-folder.el (toplevel): Ditto.
7587         * wl-highlight.el (toplevel): Ditto.
7588         * wl-message.el (toplevel): Ditto.
7589         * wl-mime.el (toplevel): Ditto.
7590         * wl-mule.el (toplevel): Ditto.
7591         * wl-nemacs.el (toplevel): Ditto.
7592         * wl-refile.el (toplevel): Ditto.
7593         * wl-score.el (toplevel): Ditto.
7594         * wl-summary.el (toplevel): Ditto.
7595         * wl-template.el (toplevel): Ditto.
7596         * wl-thread.el (toplevel): Ditto.
7597         * wl-util.el (toplevel): Ditto.
7598         * wl-vars.el (toplevel): Ditto.
7599         * wl-xmas.el (toplevel): Ditto.
7600         * wl.el (toplevel): Ditto.
7601
7602 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7603
7604         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7605         instead of product.
7606
7607         * wl-version.el (wl-version): Compile time evalution elmo-version.
7608
7609 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7610
7611         * wl-summary.el (wl-summary-sync-force-update): Append queue
7612         `mark-as-read'if unplugged.
7613
7614 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7615
7616         * wl-version.el: New file.  Use product.el.
7617         * wl.el: add (require 'wl-version).
7618         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7619         for ~/.folders header.
7620         (wl-fldmgr-folders-header): Changed.
7621         * wl-demo.el (wl-demo): Use product.el.
7622
7623         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7624         wl-version.el.
7625         * wl-util.el (wl-version, wl-version-show): Ditto.
7626
7627         * wl-util.el (wl-generate-user-agent-string,
7628         wl-extended-emacs-version, wl-extended-emacs-version2,
7629         wl-extended-emacs-version3): Move to wl-version.el.
7630         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7631         xemacs-codename, mime-edit-insert-user-agent-field,
7632         mime-edit-user-agent-value, mime-editor/version,
7633         mime-editor/codename): Compile warning killer move to
7634         wl-version.el
7635
7636 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7637
7638         * wl-summary.el (wl-summary-refile-subr): Fix.
7639
7640 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7641
7642         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7643         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7644
7645 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7646
7647         * wl.el (wl-check-environment): Check too many `@'.
7648
7649 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7650
7651         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7652
7653 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7654
7655         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7656         wl-draft-reply-myself-without-argument-list): Add variables.
7657         * wl-draft.el (wl-draft-reply): Use it.
7658
7659 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7660
7661         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7662         the 5th argument of `elmo-network-get-spec'.
7663
7664         * wl-thread.el (wl-thread-reparent-children): New inline function.
7665         (wl-thread-delete-message): Use it.
7666
7667         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7668         (wl-summary-score-update-all-lines): Don't use `dolist'.
7669
7670 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7671
7672         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7673         (require 'elmo-msgdb) for inline function.
7674
7675 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7676
7677         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7678
7679 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7680
7681         * wl-score.el (wl-score-headers): Fix for the confusing macro
7682         `elmo-kill-buffer'.
7683
7684 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7685
7686         * wl-summary.el: Don't use the 3rd argument of `require' because
7687         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7688         * wl-util.el: Ditto.
7689         * wl-draft.el: Ditto.
7690
7691 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7692
7693         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7694         window system is not used.
7695
7696 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7697
7698         * wl-thread.el: Don't use `mapcar' only for iteration.
7699         (wl-thread-resume-entity): Ditto.
7700         (wl-thread-delete-message): Ditto.
7701
7702         * wl-summary.el: Bind `dragdrop-drop-functions',
7703         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7704         of `require' for `timezone', `easymenu' and `ps-print';
7705         don't use `mapcar' only for iteration.
7706
7707         * wl-util.el: Bind `mule-version', `nemacs-version',
7708         `emacs-beta-version', `xemacs-codename',
7709         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7710         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7711         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7712         only for iteration.
7713
7714         * wl-score.el: Don't use `mapcar' only for iteration.
7715         (wl-score-simplify-buffer-fuzzy): Ditto.
7716         (wl-score-simplify-subject): Ditto.
7717         (wl-score-headers): Ditto.
7718         (wl-summary-score-update-all-lines): Ditto.
7719
7720         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7721         `enable-multibyte-characters' and `mule-version'.
7722
7723         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7724         `mapcar' only for iteration.
7725
7726         * wl-demo.el: Don't use `mapcar' only for iteration.
7727
7728         * wl-folder.el: Don't use `mapcar' only for iteration.
7729         (wl-folder-open-all): Ditto.
7730         (wl-folder-count-incorporates): Ditto.
7731
7732         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7733         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7734
7735         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7736         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7737         `smtp-connection-type'; specify 3rd argument of `require' for
7738         `timezone'; don't use `mapcar' only for iteration.
7739         (wl-draft-clone-local-variables): Don't use `mapcar'.
7740         (wl-draft-generate-clone-buffer): Ditto.
7741         (wl-user-agent-compose-internal): Ditto.
7742
7743         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7744
7745         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7746         (wl-save-status): Ditto.
7747
7748         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7749         for iteration.
7750
7751 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7752
7753         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7754         removed `Date'.
7755         (wl-fldmgr-make-filter-default): New user option.
7756
7757         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7758         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7759         (wl-fldmgr-filter-completion-alist): Abolish.
7760
7761         * wl.el (wl): Don't check servers if arg is non-nil.
7762
7763         * wl-draft.el (wl-draft-reply): Set only message-id string to
7764         In-Reply-To field.
7765
7766 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7767
7768         * wl-summary.el (wl-summary-pick): Rewrite.
7769
7770         * wl-draft.el (wl-draft-forward): Get references field from
7771         original buffer.
7772         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7773
7774 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7775
7776         * wl-draft.el (wl-draft-forward): Add references field.
7777
7778 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7779
7780         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7781         (wl-draft-reply): Use it.
7782
7783 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7784
7785         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7786         when Emacs 21 is running.
7787
7788         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7789         bindings.
7790
7791 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7792
7793         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7794         XPM icons transparent.
7795
7796         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7797         Emacs 21.
7798
7799 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7802         nil.
7803
7804         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7805         when it is persistent.
7806         (wl-summary-sync-marks): Changed argument for
7807         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7808         (wl-summary-virtual): Use `elmo-read-search-condition'.
7809         (wl-summary-redisplay-internal): If folder is local, mark as read
7810         even when folder is plugged.
7811
7812 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7813
7814         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7815         of `tool-bar-lines' in the frame parameters.
7816         (after-make-frame-functions, post-command-hook): Don't modify the
7817         value.
7818         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7819         wl-e21-tool-bar-lines): Removed.
7820
7821 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7822
7823         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7824         properties `evaporate' and `wl-momentary-overlay' as well.
7825         (wl-highlight-summary-displaying): Ditto.
7826         (wl-delete-all-overlays): Don't delete overlay which does not have
7827         a property `wl-momentary-overlay'.
7828
7829         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7830         `display-mouse-p' and `display-graphic-p'.
7831         (wl-folder-init-icons): Don't search for XBM or the other files.
7832         (wl-plugged-set-folder-icon): Make icons if and only if
7833         `display-graphic-p' returns non-nil.
7834         (wl-highlight-plugged-current-line): Use `before-string' overlay
7835         property to show icon images.
7836         (wl-highlight-folder-current-line): Ditto.
7837         (wl-e21-highlight-folder-group-line): Ditto.
7838         (wl-e21-highlight-folder-by-numbers): Ditto.
7839         (wl-e21-insert-image): Removed.
7840         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7841         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7842         said.
7843         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7844         `wl-e21-force-switch-toolbar'.
7845         (wl-e21-make-icon-image): Removed.
7846         (wl-e21-setup-toolbar): Don't search for XBM files.
7847         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7848         the default value.
7849
7850 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7851
7852         * wl-util.el (wl-biff-check-folder-async): Set
7853         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7854
7855 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7856
7857         * wl-e21.el (after-make-frame-functions): Add
7858         `wl-e21-force-switch-toolbar'.
7859         (wl-e21-force-switch-toolbar): New function force to switch the
7860         toolbar appearance automatically.
7861         (post-command-hook): Add `wl-e21-switch-toolbar'.
7862         (wl-e21-switch-toolbar): New function to switch the toolbar
7863         appearance automatically.
7864         (wl-e21-tool-bar-lines): New buffer local variable.
7865
7866 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7867
7868         * wl-util.el (wl-biff-check-folders-running): New variable.
7869         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7870         (wl-biff-check-folder-async-callback):
7871         Set `wl-biff-check-folders-running'.
7872         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7873         with unwind-protect.
7874
7875         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7876         Enclose `wl-folder-auto-check' with unwind-protect.
7877
7878         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7879         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7880
7881         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7882
7883         * wl-util.el (wl-biff-notify): New inline function.
7884         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7885         locally.
7886         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7887         folder-list' is 1.
7888         Use `wl-biff-notify'.
7889         (wl-biff-check-folder-async-callback): New function.
7890         (wl-biff-check-folder-async): Ditto.
7891
7892         * wl-folder.el (wl-folder): Don't check folders.
7893         (wl-folder-auto-check): New function.
7894
7895 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7896
7897         * wl-util.el (wl-biff-start) [Emacs19+]:
7898         Use `timer-next-integral-multiple-of-time'.
7899         (wl-biff-check-folders): Use `wl-default-folder'
7900         if `wl-biff-check-folder-list' is nil.
7901
7902 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7903
7904         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7905         instead of `elmo-delete-lists'.
7906
7907 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7908
7909         * wl.el (wl-plugged-toggle-all): Set the value of
7910         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7911         (wl-plugged-toggle): Ditto.
7912         (wl-toggle-plugged): Ditto.
7913         (wl-plugged-init): Ditto.
7914
7915         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7916         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7917         instead of `wl-biff-state-indicator-off' and
7918         `wl-biff-state-indicator-on'; don't modify the value and the type
7919         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7920         (wl-plugged-init-icons): Set icons data to
7921         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7922         instead of `wl-plug-state-indicator-off' and
7923         `wl-plug-state-indicator-on'; don't modify the value and the type
7924         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7925
7926         * wl-vars.el (wl-modeline-biff-state-off,
7927         wl-modeline-biff-state-on, wl-modeline-biff-status,
7928         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7929         wl-modeline-plug-status): New internal variables.
7930         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7931         wl-biff-check-interval, wl-biff-check-folder-list): Change
7932         customization group from `wl-folder' to `wl-highlight'.
7933         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7934         wl-show-plug-status-on-modeline): Defcustomized.
7935
7936         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7937         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7938         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7939         a flag to `mode-line-buffer-identification'.
7940
7941         * wl-e21.el (wl-biff-init-icons): Set icons data to
7942         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7943         instead of `wl-biff-state-indicator-off' and
7944         `wl-biff-state-indicator-on'.
7945         (wl-plugged-init-icons): Set icons data to
7946         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7947         instead of `wl-plug-state-indicator-off' and
7948         `wl-plug-state-indicator-on'.
7949
7950 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7951
7952         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7953         excessive titles.
7954
7955 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7956
7957         * wl.el (wl-plugged-mode): Use revised
7958         `wl-mode-line-buffer-identification'.
7959         (wl-plugged-init): Don't use `force-mode-line-update'.
7960
7961         * wl-xmas.el (wl-draft-overload-functions): Use revised
7962         `wl-mode-line-buffer-identification'.
7963         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7964         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7965         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7966         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7967         `wl-make-plugged-hook';
7968         add `wl-folder-init-icons' and `wl-setup-folder' to
7969         `wl-folder-mode-hook'.
7970
7971         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7972         19 as well.
7973         (wl-mode-line-display-priority-list): New user option.
7974         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7975         Defcustomized.
7976         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7977         Add docs.
7978
7979         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7980         start.
7981         (wl-mode-line-buffer-identification): Revised as a function.
7982
7983         * wl-summary.el (wl-summary-mode): Use revised
7984         `wl-mode-line-buffer-identification'; don't call
7985         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7986         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7987         `wl-xmas-setup-summary'.
7988
7989         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7990         `wl-mode-line-buffer-identification'.
7991
7992         * wl-mule.el (wl-draft-overload-functions): Use revised
7993         `wl-mode-line-buffer-identification'.
7994
7995         * wl-folder.el (wl-make-plugged-alist): Don't call
7996         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7997         (wl-folder): Don't call `wl-folder-init-icons' directly.
7998         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7999         `wl-xmas-setup-folder' directly;
8000         use revised `wl-mode-line-buffer-identification'.
8001         (TopLevel): Don't bind `wl-biff-init-icons',
8002         `wl-plugged-init-icons', `wl-folder-init-icons',
8003         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8004
8005         * wl-e21.el (wl-draft-overload-functions): Use revised
8006         `wl-mode-line-buffer-identification'.
8007         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8008         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8009         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8010         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8011         `wl-make-plugged-hook';
8012         add `wl-folder-init-icons' and `wl-setup-folder' to
8013         `wl-folder-mode-hook'.
8014
8015 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8016             Katsumi Yamaoka    <yamaoka@jpl.org>
8017
8018         * wl.el (wl): Call `wl-biff-start'.
8019         (wl-exit): Call `wl-biff-stop'.
8020         (wl-plugged-mode): Show biff in modeline.
8021         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8022
8023         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8024         (wl-biff-init-icons): New function.
8025         (wl-plugged-init-icons): Don't make too much keymaps.
8026         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8027
8028         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8029         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8030         variables.
8031         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8032         options.
8033
8034         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8035         wl-biff-start, wl-biff-stop): New functions.
8036         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8037         (wl-biff-timer-name): New variable.
8038
8039         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8040
8041         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8042         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8043
8044         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8045         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8046
8047         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8048         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8049         `wl-folder-init-icons' to `ignore' if they are not available.
8050         (wl-folder-mode): Show biff in modeline.
8051
8052         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8053         (wl-biff-init-icons): New function.
8054         (wl-plugged-init-icons): Don't make too much keymaps.
8055         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8056
8057 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8058
8059         * wl-vars.el (wl-strict-diff-folders): Customization Type
8060         and doc fix.  Define as a list of regular expressions for
8061         folders or nil.
8062         * wl-folder.el (wl-folder-check-one-entity): Use
8063         `wl-string-match-member' instead of `wl-string-member' for
8064         `wl-strict-diff-folders'.
8065
8066 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8067
8068         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8069         (wl-highlight-folder-current-line): Use it; new implementation.
8070         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8071         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8072         `defsubst' instead of `defun'.
8073
8074         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8075         `wl-highlight-group-folder-by-numbers'; made it can also be a
8076         number.  See info for more details.
8077
8078         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8079         running.
8080
8081         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8082         to bind them.
8083
8084         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8085         (wl-highlight-folder-current-line): New implementation.
8086
8087         * wl-highlight.el (wl-highlight-folder-group-line): New
8088         implementation.
8089         (wl-delete-all-overlays): Rewrite as a marco.
8090         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8091
8092         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8093         running.
8094         (wl-folder-*-glyph): No need to bind them.
8095
8096         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8097         `wl-e21-highlight-folder-group-icon'; rewrite.
8098         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8099         `defsubst' instead of `defun'.
8100         (wl-folder-mode-map): Bind it when compiling.
8101
8102 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8103
8104         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8105
8106         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8107
8108 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8109
8110         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8111
8112 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8113
8114         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8115         (wl-highlight-folder-current-line): Use it.
8116
8117         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8118         in `id-name'.
8119
8120 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8121
8122         * wl.el: Require `wl-e21' when Emacs 21 is running.
8123
8124         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8125         default when Emacs 21 is running.
8126         (wl-use-highlight-mouse-line): Ditto.
8127         (wl-on-emacs21): New constant.
8128         (wl-on-emacs20): Removed.
8129
8130         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8131         Emacs 21 is running.
8132
8133         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8134         Emacs 21 is running.
8135
8136         * wl-e21.el: New file.
8137
8138 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8139
8140         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8141         (wl-toggle-plugged): Ditto.
8142         (wl-plugged-toggle): Ditto.
8143         (wl-plugged-toggle-all): Ditto.
8144
8145         * wl-vars.el (wl-plug-state-indicator): Refer
8146         `wl-plug-state-indicator-on' indirectly.
8147
8148 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8149
8150         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8151         Call `wl-folder-confirm-existence'.
8152
8153         * wl-folder.el (wl-folder-confirm-existence): Added optional
8154         argument `force'.
8155
8156 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8157
8158         * wl-summary.el (wl-summary-refile-subr): Assume
8159         `copy-or-refile' as symbol.
8160         (wl-summary-refile): Follow up above change.
8161         (wl-summary-copy): Ditto.  Doc fix.
8162
8163 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8164
8165         * wl-summary.el (wl-summary-pick): Don't bind
8166         `elmo-search-mime-charset'.
8167
8168         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8169         default using old backquote style.
8170         (wl-search-mime-charset): Abolished.
8171
8172         * wl-highlight.el (wl-highlight-headers):
8173         Call `point' after `re-search-forward'(for Nemacs).
8174
8175         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8176         for elmo-imap4.el.
8177
8178 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8179
8180         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8181         `wl-message-ignored-field-list' instead of
8182         `mime-view-ignored-field-list'.
8183
8184         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8185         Add interactive spec.
8186         (wl-folder-goto-bottom-of-current-folder): Ditto.
8187         (wl-folder-mode-map): Bind them.
8188
8189         * wl-vars.el (wl-message-ignored-field-list): New variable.
8190         (wl-message-visible-field-list): New variable.
8191
8192         * wl-mime.el (wl-mime-header-presentation-method): New function.
8193         (wl-mime-setup): Set header-presentation-method.
8194
8195 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8196
8197         * wl-nemacs.el (wl-draft-overload-functions): Set
8198         `mode-line-buffer-identification' instead of using
8199         `wl-make-modeline'.
8200
8201         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8202         instead of using `wl-make-modeline'.
8203
8204         * wl-xmas.el (wl-plugged-init-icons): Set up
8205         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8206         (wl-make-modeline): Abolish.
8207         (wl-draft-overload-functions): Set
8208         `mode-line-buffer-identification' instead of using
8209         `wl-make-modeline'.
8210
8211         * wl-util.el (wl-make-modeline-subr): Abolish.
8212         (wl-mode-line-buffer-identification): New alias.
8213
8214         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8215         (wl-summary-make-modeline): Abolish.
8216         (wl-summary-buffer-set-folder): Set
8217         `wl-summary-buffer-folder-indicator'.
8218         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8219         of using `wl-make-modeline'.
8220         (wl-summary-switch-to-clone-buffer): Don't set
8221         `mode-line-buffer-identification'.
8222         (wl-summary-goto-folder-subr): Ditto.
8223
8224         * wl-mule.el (wl-draft-overload-functions): Set
8225         `mode-line-buffer-identification' instead of using
8226         `wl-make-modeline'.
8227
8228         * wl-folder.el (wl-folder-mode): Set
8229         `mode-line-buffer-identification' instead of using
8230         `wl-make-modeline'.
8231         (wl-folder): Don't set `mode-line-buffer-identification'.
8232
8233 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8234
8235         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8236         instead of `member' for `wl-refile-guess-func-list' look-ups.
8237         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8238
8239 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8240
8241         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8242         `wl-message-button-dispatcher'.
8243
8244         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8245
8246         * wl-message.el (wl-message-button-dispatcher): Use it.
8247
8248         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8249         "In-Reply-To".
8250
8251         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8252         Bind `case-fold-search' to t.
8253
8254 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8255
8256         * wl-xmas.el (wl-message-overload-functions): Initialize
8257         `wl-message-button-map'.
8258
8259         * wl-mule.el (wl-message-overload-functions): Initialize
8260         `wl-message-button-map'.
8261
8262         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8263
8264         * wl-message.el (wl-message-button-map): New keymap.
8265         (wl-message-add-button): New function.
8266         (wl-message-button-dispatcher): New function.
8267         (wl-message-button-refer-article): New function.
8268
8269         * wl-highlight.el
8270         (wl-highlight-message-add-buttons-to-header): New function.
8271         (wl-highlight-headers): Use it.
8272
8273 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8274
8275         * wl-summary.el (wl-summary-default-from): Use
8276         `wl-address-get-petname-1'.
8277         (wl-summary-simple-from): Ditto.
8278
8279         * wl-address.el (wl-address-get-petname-1): New inline function.
8280         (wl-address-get-petname): Use it.
8281
8282 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8283
8284         * wl-summary.el (wl-summary-default-from): Return full-name part
8285         from the address if no petname was found.
8286         (wl-summary-simple-from): Ditto.
8287
8288         * wl-address.el (wl-address-get-petname): Return nil if no petname
8289         associated with the address was found.
8290
8291 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8292
8293         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8294         display is finished.
8295
8296 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8297
8298         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8299         `elmo-folder-exists-p' argument.
8300
8301 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8302
8303         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8304         the folder.
8305
8306 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8307
8308         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8309
8310         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8311         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8312
8313 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8314
8315         * wl-folder.el (wl-folder-create-subr): New function.
8316         (wl-folder-confirm-existence): Use it.
8317         (wl-folder-check-one-entity): Use it.
8318         Check the error symbol is derived from 'elmo-open-error.
8319
8320         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8321         `ignore-error'.
8322
8323 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8324
8325         * wl-util.el (toplevel): Add (eval-when-compile (require
8326         'elmo-util)).  (Maybe `provide' is typo.)
8327
8328 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8329
8330         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8331         (I don't know why this was needed.)
8332
8333         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8334         Follow up changes for stream-type.
8335
8336         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8337         (wl-draft-elmo-nntp-send): Ditto.
8338
8339         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8340         (wl-nntp-posting-stream-type): Ditto.
8341         (wl-pop-before-smtp-ssl): Abolished.
8342         (wl-nntp-posting-ssl): Ditto.
8343
8344         * wl-address.el (wl-address-quote-specials): New function.
8345         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8346
8347         * wl-draft.el (wl-draft-reply): Ditto.
8348
8349 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8350
8351         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8352         use function `wl-string-match-assoc'.
8353
8354 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8355
8356         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8357
8358         * wl-draft.el (wl-draft-deduce-address-list): New function.
8359         (wl-draft-parse-mailbox-list): Ditto.
8360         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8361         instead of `smtp-deduce-address-list'.
8362         (wl-draft-on-field-p): Follow group list.
8363
8364         * wl-address.el (wl-address-concat-token): New function.
8365         (wl-address-string-without-group-list-contents): Ditto.
8366         (wl-complete-field-body): Fixed problem of completion
8367         by japanese petname.
8368         (wl-address-make-completion-list): Rewrite.
8369
8370 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8371
8372         * wl-address.el (wl-address-make-completion-list): Completion by
8373         petname.
8374         (wl-complete-field-body): Likewise.
8375
8376 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8377
8378         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8379         contains invalid address syntax.
8380
8381 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8382
8383         * wl-folder.el (wl-folder-check-entity-async): Use
8384         `elmo-nntp-spec-hostname'.
8385
8386 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8387
8388         * wl-summary.el (wl-summary-msgdb-load-async): Use
8389         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8390
8391 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8392
8393         * wl-draft.el (wl-draft-reply): Set argument
8394         `content-transfer-encoding' as nil.
8395
8396 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8397
8398         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8399         `wl-refile-alist'.
8400
8401 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8402
8403         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8404         (wl-draft-edit-string): Ditto.
8405         (wl-draft-forward): Ditto.
8406         * wl-summary.el (wl-summary-write): Ditto.
8407
8408 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8409
8410         * wl-summary.el (wl-summary-sync-update3): Call
8411         `wl-summary-buffer-number-column-detect'.
8412         (wl-summary-buffer-number-column-detect): Search from point-min.
8413
8414 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8415
8416         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8417         contains an address which is not included in original to or cc.
8418
8419 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8420
8421         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8422         begin-line does not exist.
8423         * wl-message.el (wl-message-uu-substring): Ditto.
8424
8425 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8426
8427         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8428         clear local variables.
8429         (wl-summary-exit): Call `elmo-commit'.
8430         (wl-summary-switch-to-clone-buffer): Call
8431         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8432         (wl-summary-goto-folder-subr): Ditto.
8433
8434         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8435         POP folder.
8436
8437 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8438
8439         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8440         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8441         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8442         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8443         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8444         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8445
8446         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8447
8448 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8449
8450         * wl-summary.el (wl-summary-search-by-subject):
8451         Search parent message from the latest one.
8452
8453 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8454
8455         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8456         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8457
8458         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8459         New user option.
8460
8461         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8462         if elmo-nntp-use-killed-list is nil.
8463         Use `elmo-msgdb-append-to-killed-list'.
8464         (Append numbers confirmed as disappeared to the killed list.)
8465         (wl-summary-confirm-appends): Don't display negative number.
8466
8467 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8468
8469         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8470
8471 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8472
8473         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8474         range is `all'.
8475         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8476         `elmo-list-bigger-diff'.
8477
8478 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8479
8480         * wl-summary.el (wl-summary-buffer-exit-func):
8481         New buffer local variable.
8482         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8483
8484 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8485
8486         * wl-demo.el (wl-demo): Fix the last change.
8487
8488 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8489
8490         * wl-demo.el (wl-demo): Don't use `eval'.
8491
8492 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8493
8494         * wl-summary.el (wl-summary-buffer-thread-modified):
8495         New buffer-local variable.
8496         (wl-summary-set-thread-modified): New function.
8497         (wl-summary-thread-modified-p): New function.
8498         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8499         (wl-summary-yank-saved-message): Use function
8500         `wl-summary-set-thread-modified'
8501         (wl-summary-switch-to-clone-buffer): Add
8502         `wl-summary-buffer-thread-modified'.
8503
8504         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8505         (wl-summary-buffer-mark-saved-hook): Ditto.
8506         * wl-summary.el (wl-summary-msgdb-save): New hook
8507         `wl-summary-buffer-message-saved-hook' and
8508         `wl-summary-buffer-mark-saved-hook'.
8509
8510 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8511
8512         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8513
8514 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8515
8516         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8517         don't hide scroll bars under FSF Emacsen because it may incur an
8518         undesirable redrawing.
8519
8520 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8521
8522         * wl-draft.el (wl-draft-edit-string): Call
8523         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8524
8525 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8526
8527         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8528
8529 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8530
8531         * wl-summary.el (wl-summary-msgdb-load-async): Call
8532         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8533
8534 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8535
8536         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8537         fringes in demo buffer; center bitmap logo correctly even if old
8538         Mule is used.
8539
8540 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8541
8542         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8543
8544         * wl-refile.el (wl-refile-subject-alist): New variable.
8545         (wl-refile-subject-alist-file-name): Ditto.
8546         (wl-refile-alist-setup): Rewrite.
8547         (wl-refile-alist-save): Use `elmo-object-save'.
8548         Eliminated arguments.
8549         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8550         (wl-refile-guess-by-subject): New function.
8551         (wl-refile-guess-func-list): Added it.
8552
8553 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8554
8555         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8556         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8557
8558 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8559
8560         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8561         New buffer-local variable.
8562         (wl-summary-buffer-next-folder-func): Ditto.
8563         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8564         if non-nil.
8565         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8566         if non-nil.
8567         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8568         if non-nil.
8569         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8570         if non-nil.
8571
8572 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8573
8574         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8575         permanently in the demo buffer.
8576
8577 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8578
8579         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8580         `mime-entity-fetch-field'.
8581
8582         * wl.el (wl-exit): Delete plugged buffer.
8583
8584         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8585         XEmacs has menubar feature.
8586
8587 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8588
8589         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8590         cannot arrive at the beginning of the buffer under old Emacsen.
8591
8592 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8593
8594         * wl-address.el (wl-address-ldap-search):
8595         Call `ldap-search-entries' with `withdn' argument t.
8596         (wl-complete-field-body): Bind completion-ignore-case as t.
8597         Clear ldap search hash when it was sole completion.
8598         Use elmo-string for pattern string.
8599         (wl-ldap-alias-safe-string): Eliminated needless let.
8600
8601 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8602
8603         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8604         (wl-ldap-alias-sep): New constant.
8605         (wl-ldap-search-attribute-type-list): Ditto.
8606         (wl-ldap-get-value): New function.
8607         (wl-ldap-make-filter): Ditto.
8608         (wl-ldap-make-matched-value-list): Ditto.
8609         (wl-ldap-alias-safe-string): Ditto.
8610         (wl-ldap-register-dn-string): Ditto.
8611         (wl-address-ldap-search): Rewrite.
8612
8613 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8614
8615         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8616         thread is deleted.
8617         (wl-thread-delete-line-from-buffer): Ditto.
8618         (wl-thread-get-exist-children): New function.
8619
8620 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8621
8622         * wl-demo.el (wl-demo): Made it to select various image types.
8623         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8624         from `wl-title-logo'.
8625         (wl-logo-ascii): New variable.
8626         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8627         (wl-demo-copyright-notice): New constant.
8628
8629         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8630
8631 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8632
8633         * wl-vars.el (wl-summary-target-above): Renamed from
8634         wl-summary-temp-above.
8635         * wl-score.el (wl-score-get-score-alist): Use it.
8636         (wl-summary-score-update-all-lines): Use it.
8637         * wl-summary.el: Ditto. (make-variable-buffer-local).
8638
8639 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8640
8641         * wl-vars.el (wl-ldap-port): New user option.
8642
8643         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8644         Rewite whole implementation.
8645         (wl-complete-field-body): Fixed.
8646
8647 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8648
8649         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8650         Choose implementation at compile time.
8651
8652 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8653
8654         * wl-address.el (wl-ldap-search-internal): New function.
8655         (wl-complete-field-to): Use it.
8656
8657 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8658
8659         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8660         Use `let' instead of `let*'.
8661         Require 'wl-vars.
8662
8663         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8664         Define as defcustom.
8665         (wl-ldap-base): Ditto.
8666         (wl-use-ldap): Ditto.
8667
8668 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8669
8670         * wl-address.el (wl-ldap-search): New function.
8671         (wl-complete-field-body): Use `wl-ldap-search'.
8672         (wl-ldap-server): New variable.
8673         (wl-ldap-base): Ditto.
8674         (wl-use-ldap): Ditto.
8675
8676 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8677
8678         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8679         (Pointed out by Mito <mit@nines.nec.co.jp>).
8680         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8681         buffer-local variables like `wl-summary-redisplay-internal'.
8682         (wl-summary-redisplay-all-header): Likewise.  Update
8683         Summary view too.
8684
8685 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8686
8687         * wl-summary.el (wl-summary-jump-to-parent-message):
8688         Consider prefix argument.
8689
8690         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8691         when closed thread is deleted.
8692
8693 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8694
8695         * wl-summary.el (wl-summary-jump-to-parent-message):
8696         Consider thread modification.
8697
8698 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8699
8700         * wl-message.el (wl-message-normal-get-original-buffer): Use
8701         `save-excursion'.
8702
8703         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8704         (wl-summary-showto-folder-regexp): Ditto.
8705
8706 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8707
8708         * wl-util.el (wl-delete-alist): Doc fix.
8709         (wl-delete-associations): New function.
8710         (wl-inverse-alist): New function.
8711         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8712         Split temporary variables. Use `wl-delete-associations'
8713         and `wl-inverse-alist'.
8714         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8715
8716 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8717
8718         * wl-folder.el (wl-folder-prefetch-entity):
8719         Execute prefetching if new count is unknown.
8720
8721 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8722
8723         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8724
8725         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8726         delete entity.
8727         (wl-thread-set-parent): If insert as top, set linked as nil.
8728
8729         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8730         `wl-thread-cleanup-symbols' when view mode is thread.
8731
8732 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8733
8734         * wl-folder.el (wl-folder-create-folder-entity): Use
8735         with-current-buffer.
8736         (wl-local-folder-init): Call set-buffer to make sure we are in
8737         the Folder buffer. Don't touch buffer-local variables here.
8738         (wl-folder-mode): Initialize buffer-local variables here.
8739
8740         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8741         (wl-folder-entity-assign-id): Ditto.
8742         (wl-folder-create-entity-hashtb): Ditto.
8743         (wl-local-folder-init): Ditto.
8744         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8745
8746 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8747
8748         * wl-summary.el (wl-summary-default-from): Fix probrem when
8749         std11-extract-address-components return (nil "foo@bar").
8750
8751 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8752
8753         * wl-draft.el (wl-draft-clone-local-variables):
8754         Remove redundant `setq'.
8755
8756 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8759         Bind wl-highlight-x-face-func as nil while highlighting header.
8760
8761 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8762
8763         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8764
8765 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8766
8767         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8768         elmo-msgdb-overview-hashtb from copy-variables.
8769         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8770         instead of `elmo-msgdb-overview-get-entity-by-number'.
8771         (wl-summary-auto-refile): Ditto.
8772
8773         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8774         `elmo-msgdb-overview-get-entity' instead of
8775         `elmo-msgdb-search-overview-entity'.  Use
8776         `elmo-msgdb-overview-get-entity' instead of
8777         `elmo-msgdb-overview-get-entity-by-number'.
8778         (wl-thread-insert-entity-sub): Ditto.
8779         (wl-thread-insert-message): Ditto.
8780
8781         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8782         `elmo-msgdb-overview-get-entity'.
8783         (wl-normal-message-redisplay): Ditto.
8784
8785 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8786
8787         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8788         `wl-thread-entities'.
8789         (wl-thread-delete-message): Fix remove top message from
8790         `wl-thread-entity-list'.
8791
8792         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8793         wl-append(nconc), because update-list is broken on Meadow.
8794
8795         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8796         updating process.
8797         (wl-summary-rescan): Ditto.
8798         (wl-summary-sync-update3): Ditto.
8799         * wl-thread.el (wl-thread-set-parent): Renamed from
8800         `wl-summary-set-parent'.
8801         (wl-thread-insert-message): Updating buffer faster.
8802         (wl-thread-delete-message): Updating buffer faster.
8803
8804         * wl-score.el (wl-summary-score-update-all-lines): Changed
8805         interval for display progress gauge.
8806
8807 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8808
8809         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8810         folder always-sticky.
8811         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8812         defmacro.
8813
8814 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8815
8816         * wl-vars.el (wl-draft-add-references): New user option.
8817
8818         * wl-draft.el (wl-draft-add-references): New function.
8819         (wl-draft-yank-from-mail-reply-buffer): Use it.
8820         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8821         as nil.
8822
8823 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8824
8825         * wl-thread.el (wl-thread-update-line-msgs): Called
8826         `wl-thread-update-line-on-buffer-sub'.
8827         (wl-thread-update-line-on-buffer): Delete routine of inserting
8828         thread.
8829         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8830         moved from `wl-thread-update-line-on-buffer'.
8831         Add threshold for displaying progress gauge.
8832         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8833         argument of `wl-thread-update-line-msgs'.
8834         Add threshold for displaying progress gauge.
8835         * wl-folder.el:
8836         Add threshold for displaying progress gauge.
8837         * wl-score.el: Ditto.
8838
8839         * wl-expire.el (wl-summary-expire): Display deleting info.
8840
8841 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8842
8843         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8844         `no-msg'.
8845         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8846         argument of `wl-thread-update-line-msgs'.
8847         (wl-summary-set-parent): Added optional argument `parent-number'.
8848         (wl-summary-buffer-saved-message): New buffer local variable.
8849         (wl-summary-save-current-message): New command.
8850         (wl-summary-yank-saved-message): Ditto.
8851         (wl-summary-mode-map): Added key binding for
8852         `wl-summary-save-current-message' (\ew) and
8853         `wl-summary-yank-saved-message' (\C-y).
8854         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8855
8856 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8857
8858         * wl-summary.el (wl-summary-mode-map): Added key binding for
8859         `wl-summary-set-parent' (ts).
8860
8861 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8862
8863         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8864         subject faster. If thread number is reverse, delayed updating
8865         thread.
8866         (wl-summary-search-by-subject): Ditto.
8867         (wl-summary-put-alike): Ditto.
8868         (wl-summary-get-alike): Ditto.
8869         (wl-summary-insert-headers): Insert header of all overview in
8870         buffer.
8871         (wl-summary-rescan): Delayed updating thread. Kill search subject
8872         buffer for wl-summary-search-by-subject.
8873         (wl-summary-sync-update3): Ditto.
8874         (wl-summary-exit): Ditto.
8875         (wl-summary-goto-bottom-of-current-thread): Change for linked
8876         thread.
8877         (wl-summary-overview-create-summary-line): Change line for linked
8878         thread.
8879
8880         * wl-summary.el (wl-summary-update-thread): Use
8881         wl-thread-maybe-get-children-num.
8882         (wl-summary-set-parent): If change parent, move sub thread.
8883         (wl-summary-redisplay-internal): Add horizontal recenter.
8884         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8885
8886         * wl-thread.el (wl-thread-entity-get-linked): New function.
8887         (wl-thread-entity-set-linked): New function.
8888         (wl-thread-create-entity): Add linked element.
8889         (wl-thread-entity-insert-as-top): Use wl-append.
8890         (wl-thread-maybe-get-children-num): If closing thread, return
8891         children msgs.
8892         (wl-thread-update-line-msgs): Displaying progress message.
8893         (wl-thread-update-line-on-buffer-sub): Use
8894         wl-thread-maybe-get-children-num.
8895         (wl-thread-update-line-on-buffer): If update line is not exists,
8896         insert thread.
8897         (wl-thread-delete-message): If delete top msg of thread, search
8898         parent by subject.
8899         (wl-thread-insert-entity): Use
8900         wl-thread-maybe-get-children-num.
8901
8902         * wl-highlight.el (wl-highlight-summary-current-line): change
8903         sregexp for linked thread.
8904         * wl-util.el (wl-count-lines): Count lines.
8905         (wl-horizontal-recenter): horizontal recenter.
8906         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8907         (wl-score-get-alike): Ditto.
8908         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8909         (wl-subject-length-limit): New variable.
8910         (wl-highlight-thread-indent-string-regexp): Changed for linked
8911         thread.
8912
8913 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8914
8915         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8916         New variable (revival).
8917         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8918         by subject matching if there's no in-reply-to nor references field
8919         (revival).
8920
8921 \f
8922 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8923
8924         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8925         message.
8926
8927 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8928
8929         * wl-summary.el (wl-summary-reply): Return t if there was a
8930         message at cursor point.
8931         Added unwind-protect.
8932         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8933         returns t.
8934         (wl-summary-cancel-message): Do nothing when there's no message at
8935         cursor point.
8936         (wl-summary-forward): Ditto.
8937         (wl-summary-jump-to-parent-message): Ditto.
8938         (wl-summary-reedit): Ditto.
8939         (wl-summary-edit-addresses): Ditto.
8940         (wl-summary-pipe-message): Ditto.
8941         (wl-summary-print-message-with-ps-print): Ditto.
8942         (wl-summary-print-message): Ditto.
8943         (wl-summary-mark-as-important): Ditto.
8944         (wl-summary-mark-as-unread): Ditto.
8945
8946         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8947         message at cursor point.
8948         (wl-summary-reply-with-citation): Remove unwind-protect.
8949
8950         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8951         subject searching feature.
8952         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8953         Eliminated.
8954
8955 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8956
8957         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8958         New variable.
8959         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8960         by subject matching if there's no in-reply-to nor references field.
8961
8962         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8963
8964         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8965         when display is finished.
8966         (wl-folder-open-all): Ditto.
8967         (wl-folder-update-access-group): Ditto.
8968         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8969         * wl-thread.el (wl-thread-close-all): Ditto.
8970
8971         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8972         progress gauge only when it was displayed.
8973         * wl-folder.el (wl-folder-insert-entity): Ditto.
8974
8975 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8976
8977         * wl-summary.el (wl-summary-incorporate): Enclose
8978         `wl-summary-sync-force-update' with save-excursion.
8979
8980 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8981
8982         * wl-summary.el (wl-summary-prefetch-region):
8983         Pass current cursor point to `pos-visible-in-window-p' after
8984         moving cursor to the started point.
8985
8986 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8987
8988         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8989
8990         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8991         fields from the forwarding message.
8992         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8993         `ignored-fields'.
8994
8995 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8996
8997         * wl-mime.el (wl-message-request-partial):
8998         Eliminated argument `msgdb'.
8999         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9000         (wl-mime-combine-message/partial-pieces): Likewise.
9001         * tm-wl.el (wl-message-request-partial): Likewise.
9002         (wl-mime-combine-message/partial-pieces): Likewise.
9003
9004 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9005
9006         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9007         when display is finished.
9008
9009 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9010
9011         * wl-summary.el (wl-summary-goto-folder-subr):
9012         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9013
9014 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9015
9016         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9017         when cursor point is visible.
9018
9019 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9020
9021         * wl-expire.el (wl-expire-archive-get-max-number):
9022         Don't use `file-name-directory'.
9023
9024 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9025
9026         * wl-expire.el (wl-expire-archive-get-max-number):
9027         Use `file-name-directory'.
9028
9029 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9030
9031         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9032         only when there is progress.
9033
9034 2000-04-13  Mito <mit@nines.nec.co.jp>
9035
9036         * wl-summary.el (wl-summary-sync-marks): Display progress.
9037
9038 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9039
9040         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9041         (wl-summary-prev): Move cursor regardless of unread status.
9042         (wl-summary-next): Ditto.
9043
9044 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9045
9046         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9047         Added argument `target' and `number'.
9048         * tm-wl.el (wl-summary-burst-subr): New function.
9049         (wl-summary-burst): Use it.
9050
9051 2000-04-10  Mito <mit@nines.nec.co.jp>
9052
9053         * wl-mime.el (wl-burst): New function.
9054         (wl-summary-burst): Use it.
9055
9056 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9057
9058         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9059         as petname when there's no candidate.
9060
9061 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9062
9063         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9064         New variable.
9065         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9066
9067         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9068
9069         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9070
9071 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9072
9073         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9074         Use substring of `original' instead of buffer-substring.
9075         (wl-refile-evaluate-rule):
9076         Set `original' argument of wl-refile-expand-newtext.
9077
9078         * wl-summary.el
9079         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9080         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9081         (wl-summary-auto-refile): Check existence of destination folder just
9082         before marking.
9083
9084 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9085
9086         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9087         when wl-refile-get-field-value return nil.
9088
9089 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9090
9091         * wl-refile.el
9092         (wl-refile-expand-newtext): New function imported from Gnus.
9093         (wl-refile-evaluate-rule): Use it.
9094
9095 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9096
9097         * wl-summary.el (wl-summary-print-destination):
9098         Duplicate folder string to avoid putting text-property on
9099         original string.
9100
9101         * wl-refile.el (wl-refile-get-field-value): New function.
9102         (wl-refile-evaluate-rule): New function;
9103         Evaluate refile rule recursively.
9104         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9105         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9106         New function; Check existence of a target folder recursively.
9107         (wl-summary-auto-refile-check-refile-rule-alist):
9108         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9109
9110 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9111
9112         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9113
9114         * wl-folder.el (wl-create-folder-entity-from-buffer):
9115         Fixed problem when '}' character is contained in folder name.
9116
9117         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9118
9119 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9120
9121         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9122         (wl-fldmgr-add-completion-all-completions):
9123         Use wl-fldmgr-add-completion-hashtb.
9124
9125 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9126
9127         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9128         wl-fldmgr-add-completion-subr): New functions.
9129         * wl-folder.el (wl-folder-completion-func): New variable.
9130         * wl-summary.el (wl-summary-read-folder):
9131         Use wl-folder-completion-func.
9132
9133         * wl-refile.el: Eliminate throw & catch.
9134
9135         * wl.el (wl-plugged-sending-queue-status): Fixed.
9136
9137 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9138
9139         * wl-draft.el (wl-draft): Put category property on
9140         mail-header-separator.