5a6f5a49c238a92e66c498345665cf800c2593bf
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
4         to `defun', remove interactive form.
5         Set elmo-message-fetch-confirm when force-reload is non-nil.
6
7 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8
9         * wl-summary.el (toplevel): Removed unnecessary autoload.
10
11 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
12
13         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
14         the buffer is generated from another message buffer.
15
16 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
17
18         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
19         extracted from `wl-fldmgr-save-folders'.
20         (wl-fldmgr-delete): Call it after deletion.
21
22 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
23
24         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
25         multi-tty support.
26
27 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
28
29         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
30
31 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
32
33         * wl-summary.el (wl-summary-rescan): Remove unused variables.
34         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
35
36 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
37
38         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
39         unsubscribe list only if argument CLEAR is nil.
40
41 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
42
43         * wl-draft.el (wl-draft-reply): Decode subject before removing
44         Re: prefix.
45
46 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
47
48         * wl-summary.el (wl-summary-sort-by-size): New command.
49
50 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
51
52         * wl-summary.el (wl-summary-number-list-from-region): New
53         function.
54         (wl-summary-mark-as-read-region): Use it.
55         (wl-summary-mark-as-unread-region): Ditto.
56         (wl-summary-set-flags-region): Ditto and add optional argument
57         remove.
58         (wl-summary-mark-as-answered-region): Ditto.
59         (wl-summary-mark-as-important-region): Ditto.
60         (wl-summary-target-mark-mark-as-important): Added optional
61         argument remove.
62         (wl-summary-target-mark-mark-as-answered): Ditto.
63         (wl-summary-target-mark-set-flags): Ditto.
64
65 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
66
67         * wl-summary.el (wl-summary-set-flags-region): Call
68         `wl-summary-set-flags-internal' with number list instead of call
69         one by each message.
70         (wl-summary-target-mark-set-flags): Likewise.
71
72 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
73
74         * wl-summary.el (wl-summary-target-mark-operation): Add optional
75         argument `inverse' and use `wl-summary-delete-all-target-marks'.
76         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
77         (wl-summary-target-mark-mark-as-answered): Likewise.
78
79 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
80
81         * wl-summary.el (wl-summary-target-mark-forward): Use
82         `wl-summary-delete-all-target-marks' instead of
83         `wl-summary-delete-all-temp-marks'.
84         (wl-summary-target-mark-reply-with-citation): Ditto.
85         (wl-summary-target-mark-uudecode): Ditto.
86         (wl-summary-target-mark-set-flags): Ditto and remove needless
87         cursor move.
88
89 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
90
91         * wl-summary.el (wl-summary-target-mark-forward): Protect
92         wl-summary-buffer-target-mark-list from nreverse.
93         (wl-summary-target-mark-reply-with-citation): Ditto.
94
95 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
96
97         * wl-thread.el (wl-thread-update-indent-string-thread): Use
98         `elmo-display-progress-threshold'.
99
100 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
101
102         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
103         check `wl-summary-highlight'.
104         (wl-summary-window-scroll-functions): Respect value of
105         `wl-summary-highlight'.
106         (wl-summary-sync-update): Run hooks
107         `wl-summary-buffer-window-scroll-functions' at any time.
108
109 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
110
111         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
112         from `wl-summary-cleanup-temp-marks'.
113         (wl-summary-cleanup-temp-marks): Abolish argument.
114         * wl.el (wl-save-status): Revert previous change.
115         (wl-execute-temp-marks): New function, call
116         `wl-summary-exec-with-confirmation'.
117         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
118         (wl-folder-save-and-exec-marks): Abolished.
119
120 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
121
122         * wl-e21.el (wl-e21-display-image-p): Respect
123         `wl-highlight-folder-with-icon'.
124         (wl-e21-highlight-folder-group-line): Highlight mouse line
125         even if wl-e21-display-image-p is nil.
126
127         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
128         Respect value of `wl-summary-highlight'.
129
130         * wl.el (wl-save-status): Remove unused variable.
131
132         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
133         (wl-folder-mode-map): Bind it to "x".
134
135 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
136
137         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
138
139         * wl-thread.el (wl-thread-get-parent-list): Don't check
140         disconnected ancestors, neglecting needless work in
141         `wl-thread-update-indent-string-thread'.
142
143         * wl.el (wl-save): Take prefix argument to execute remaining marks.
144         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
145         argument, add argument default-keep to keep marks by default.
146
147         * Version number is increased to 2.11.30.
148
149         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
150         customization type and docstring.
151         (wl-draft-reply-without-argument-list): Ditto.
152
153 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
156
157         * wl-spam.el (wl-spam-mark-action-list): Ditto.
158
159 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
160
161         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
162
163 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
164
165         * wl-draft.el (wl-draft-config-exec): Narrow the range of
166         save-excursion so as not to include run-hooks.
167
168 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
169
170         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
171         Clarify that marks are going to be cleared.
172
173 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
174
175         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
176         according to 3rd element of wl-summary-flag-mark.
177
178         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
179
180 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
181
182         * wl-action.el (wl-summary-target-mark-all): Don't set
183         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
184
185 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
186
187         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
188         (wl-forward-subject-prefix): Ditto.
189         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
190         (wl-draft-reply-make-subject): Ditto.
191
192         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
193         `wl-draft-forward'.
194         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
195
196 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
197
198         * wl-action.el (wl-summary-target-mark-set-action): Stop if
199         target message does not exist.
200
201 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
202
203         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
204         `wl-subject-prefix-regexp'.
205         (wl-subject-forward-prefix-regexp): New variable.
206         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
207         `wl-draft-strip-subject-re' and take regexp as argument.
208         (wl-draft-forward): Use it.
209         (wl-draft-reply): Ditto.
210
211 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
212
213         * wl-e21.el (wl-highlight-plugged-current-line): Change for
214         emacs multi-tty support.
215
216 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
217
218         * wl-e21.el (wl-e21-display-image-p): Don't call
219         `display-images-p'.
220         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
221         support.
222         (wl-highlight-folder-current-line): Ditto.
223         (wl-folder-init-icons): Ditto.
224
225 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
226
227         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
228         the last line of summary in unplugged mode.
229
230 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
231
232         * wl-vars.el (wl-refile-rule-alist): Doc fix.
233
234 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
235
236         * wl-vars.el (wl-user-mail-address-regexp): New variable.
237         * wl-address.el (wl-address-user-mail-address-p): Use it.
238         (wl-address-delete-user-mail-addresses): Ditto.
239         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
240
241         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
242         (wl-address-delete-user-mail-addresses): Ditto.
243
244         * wl-address.el (wl-address-delete-user-mail-addresses): New
245         function.
246         * wl-refile.el (wl-refile-guess-by-history): Use it.
247         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
248         (wl-draft-make-mail-followup-to): Ditto and fix logic.
249
250         * wl-draft.el (wl-draft-edit-string): To judge sender address,
251         use wl-address-user-mail-address-p.
252
253 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
254
255         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
256         after opening group.
257
258 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
259
260         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
261         of elmo-set-buffer-multibyte.
262
263         * wl-message.el (wl-original-message-mode): Ditto.
264
265         * wl-score.el (wl-score-insert-header): Ditto.
266
267         * wl-summary.el
268         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
269         (wl-summary-goto-folder-subr): Ditto.
270         (wl-summary-insert-headers): Ditto.
271
272         * wl-util.el (wl-set-string-width): Ditto.
273
274         * Version number is increased to 2.11.29.
275
276 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
277
278         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
279         (wl-highlight-summary-line-help-echo-alist): New variable.
280         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
281         into `wl-highlight-summary-line-help-echo' and
282         `wl-highlight-flag-folder-help-echo'.
283         (wl-highlight-summary-line-string): Change accordingly.
284         (wl-highlight-summary-current-line): Ditto.
285
286 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
287
288         * wl-highlight.el (wl-highlight-message): Ignore white spaces
289         at the beginning of field body (Thanks to Markus Knittig).
290
291         * wl-draft.el (wl-draft-insert-current-message): Also check
292         summary buffer, remove unnecessary tag.
293
294 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
295
296         * wl-draft.el (wl-draft-insert-current-message): Cause error also
297         when wl-message-buffer is nil.
298
299         * wl-folder.el (wl-folder): Abolish unused argument.
300         Call wl-folder-init when wl-folder-entity is nil.
301         * wl.el (wl): Change accordingly.
302
303 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
304
305         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
306         multibyte string before insert into draft buffer.
307         (wl-draft-create-buffer): Always enable multibyte characters for
308         draft buffer.
309
310         * Version number is increased to 2.11.28.
311
312 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
313
314         * wl-folder.el (wl-folder-open-close): Handle blank line.
315         (wl-folder-jump-to-current-entity): Ditto.
316
317 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * Version number is increased to 2.11.27.
320
321 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
322
323         * wl-thread.el (wl-thread-insert-message): When the thread is
324         devided by wl-summary-max-thread-depth, insert line at the end of
325         buffer.
326
327 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * Version number is increased to 2.11.26.
330
331 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
332
333         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
334
335 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
336
337         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
338         value of stream-type and session.
339
340 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * Version number is increased to 2.11.25.
343
344 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
345
346         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
347         in a quit message.
348
349 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
350
351         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
352         (wl-summary-redisplay-no-mime-internal): Ditto.
353
354 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
355
356         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
357         * wl-vars.el (wl-smtp-connection-type): Ditto.
358
359 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
360
361         * wl-highlight.el (wl-highlight-message): Change to strict regexp
362         for the separator line and quote mail-header-separator.
363
364 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
365
366         * wl-spam.el (wl-message-check-spam): Fixed problem no display
367         result message.
368
369         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
370         `elmo-multiple-fields-body-list' with boundary as
371         mail-header-separator.
372
373 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
374
375         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
376
377 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
378
379         * wl-util.el (wl-list-diff): Remove unused function.
380
381         * wl-draft.el (wl-draft-send-confirm): Discard input before
382         confirmation.
383
384 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
387         order of flag and new.
388
389 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * wl-vars.el (wl-refile-policy-alist): Abolished.
392
393         * wl-action.el (wl-summary-set-action-refile): Follow the change
394         above.
395
396 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * wl-highlight.el (wl-highlight-signature-search): Don't use
399         re-search-backward for a long word since it is possible to crash
400         XEmacs because of a bug.
401
402 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
403
404         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
405
406 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
407
408         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
409         argument for wl-summary-sync-force-update.
410
411 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
412
413         * wl-summary.el (wl-summary-mode-map): Revival of
414         wl-summary-mark-as-important related bindings;
415         Bind 'F','tF','mF','rF','m&'.
416         (wl-summary-mark-as-important-region): Revival.
417         (wl-summary-target-mark-mark-as-important): Ditto.
418         (wl-summary-target-mark-operation): New function.
419         (wl-summary-target-mark-mark-as-answered): Use it.
420         (wl-summary-decide-flag): Don't set Important as default.
421         (wl-summary-mark-as-important-internal): Revival.
422         (wl-summary-mark-as-important): Ditto.
423
424         * wl-thread.el (wl-thread-mark-as-important): Ditto.
425
426         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
427         instead of facep.
428
429 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
430
431         * wl-dnd.el (wl-dnd-drop-func): Fix.
432
433         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
434         mouse-set-point instead of posn-point.
435
436         * wl-xmas.el (wl-completing-read-multiple): Define as function.
437
438         * wl-mule.el (wl-completing-read-multiple): Ditto.
439
440 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-demo.el (face-background-name): Defalias to avoid compile
443         warning.
444
445 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
446
447         * wl-summary.el (wl-summary-decide-flag): Use
448         wl-completing-read-multiple instead of completing-read-multiple.
449
450         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
451         New alias.
452
453         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
454         Use face-background-name instead of face-background.
455
456         * wl-vars.el (wl-summary-save-file-suffix): New user option.
457
458         * wl-summary.el (wl-summary-save): Use it.
459         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
460
461         * wl-mime.el (wl-mime-save-content): Fix last change.
462
463 2004-02-10  Len Trigg <lenbok@myrealbox.com>
464
465         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
466         New function.
467         (wl-summary-sort-specs): Added sort.
468         * wl-mime.el (wl-mime-save-content): Expand file name.
469
470 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
471
472         * wl-mime.el (wl-draft-preview-message): Fixed typo.
473
474         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
475
476 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
477
478         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
479         for flag if it is not defined.
480
481 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
482
483         * wl-e21.el (wl-highlight-folder-current-line): Use
484         elmo-folder-type-internal when elmo-folder-type returns nil.
485
486         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
487
488         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
489
490         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
491
492         * wl-e21.el (wl-summary-toolbar): Ditto.
493
494         * wl-vars.el (wl-demo-background-color): Abolished.
495         (wl-summary-persistent-mark-priority-list): Renamed from
496         wl-summary-flag-priority-list.
497         (wl-summary-flag-alist): New user option.
498         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
499         (wl-message-mode-line-format-spec-alist): Added 'F'.
500         (wl-message-mode-line-format): Likewise.
501         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
502         instead of wl-summary-important-mark.
503         (wl-file-folder-icon): New variable.
504
505         * wl-thread.el (wl-thread-set-flags): Renamed from
506         wl-thread-mark-as-important.
507
508         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
509         warning.
510         (wl-summary-mode-menu-spec): Follow the change of 
511         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
512         (wl-summary-mode-map): Follow the change of
513         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
514         (wl-summary-detect-mark-position): Follow the variable name change.
515         (wl-summary-set-flags-region): New function for the replacement of
516         wl-summary-mark-as-important-region.
517         (wl-summary-sync-marks): Sync all global-flags.
518         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
519         instead of elmo-message-flagged-p.
520         (wl-summary-persistent-mark-string): Follow the variable name change;
521         Put wl-summary-flag-mark if the message has global-flag.
522         (wl-summary-target-mark-set-flags): Renamed from 
523         wl-summary-target-mark-mark-as-important.
524         (wl-summary-decide-flag): New function.
525         (wl-summary-set-flags-internal): Renamed from
526         wl-summary-mark-as-important-internal.
527         (wl-summary-add-flags-internal): New function.
528         (wl-summary-remove-flags-internal): Ditto.
529         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
530         (wl-summary-mark-as-unimportant): Abolish.
531         (wl-summary-move-spec-alist): Changed `important' to `digest'.
532         (wl-summary-next-message): List flagged messages in the msgdb.
533
534         * wl-score.el (wl-summary-score-update-all-lines): Use
535         wl-summary-add-flags-internal instead of 
536
537         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
538
539         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
540         from wl-message-buffer-cur-flag (To avoid misunderstanding).
541         (wl-message-buffer-require-all-header): Renamed from
542         wl-message-buffer-all-header-flag (Ditto).
543         (wl-message-buffer-flag-indicator): New variable.
544         (wl-message-redisplay): Changed local varibale name from `flag' to
545         `display-type'; Set up wl-message-buffer-flag-indicator.
546         (wl-message-buffer-display): Changed varibale name from `flag' to
547         `display-type'.
548         (wl-message-display-internal): Likewise.
549
550         * wl-highlight.el (wl-highlight-demo-face): Define default background
551         color.
552         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
553
554         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
555
556         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
557         (wl-demo-setup-properties): Renamed from
558         `wl-demo-set-background-color'.
559         (wl-demo): Follow the change above.
560         
561         * Version number is increased to 2.11.24.
562
563 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-summary.el (wl-summary-toggle-thread): Call
566         `wl-summary-rescan' with disable-thread as non-nil.
567         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
568
569 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
570
571         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
572         foreground property of the face.
573         (wl-demo-insert-text): Don't set up face property here.
574         (wl-demo): Call wl-demo-set-background-color, anyway.
575
576 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
577
578         * wl-vars.el (wl-demo-background-color): The value can be nil.
579
580 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
581
582         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
583         to wl-summary-wheel-dispatcher.
584
585         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
586         wl-message-wheel-dispatcher.
587         (wl-message-wheel-dispatcher): New function.
588         (wl-summary-wheel-dispatcher): Ditto.
589
590 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
591
592         * wl-action.el (wl-summary-target-mark-all): List messages which are
593         not in the killed-list.
594
595         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
596         only when the folder is 'flag/important.
597
598         * wl-address.el (wl-complete-field-body): Complete if the last
599         character is a space.
600
601 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * wl-folder.el (wl-folder-clear-entity-info): Use
604         elmo-clear-hash-val.
605
606         * wl-fldmgr.el (wl-fldmgr-rename): Set
607         wl-folder-info-alist-modified as t.
608
609 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
610
611         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
612
613 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
614
615         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
616         (wl-folder-buffer-last-visited-entity-id): New buffer local
617         variable.
618         (wl-folder-revisit-last-visited-folder): New function.
619         (wl-folder-mode-map): Bind it to "C-i".
620         (wl-folder-set-current-entity-id): Set last visited folder.
621         * wl-summary.el (wl-summary-exit): Ditto.
622
623 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
626         before calling `recenter' in order to cope with an XEmacs bug.
627
628 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
629
630         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
631         to the default value.
632
633 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
634
635         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
636         change.
637         (wl-summary-sync-marks): Ditto.
638         (wl-summary-mark-as-read-internal): Ditto.
639         (wl-summary-mark-as-answered-internal): Ditto.
640         (wl-summary-mark-as-important-internal): Ditto.
641         (wl-summary-reply): Ditto.
642
643         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
644         instead of `elmo-folder-unflag-answered'.
645
646         * Version number is increased to 2.11.23.
647
648         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
649         the last change.
650
651 2004-01-11  Kenichi Okada  <okada@opaopa.org>
652
653         * wl-spam.el (wl-summary-exec-action-refile-with-register):
654         Specify "spam" or "good".
655
656 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
657
658         * wl-spam.el (wl-summary-exec-action-spam): Call
659         wl-folder-confirm-existence for spam folder.
660         (wl-spam-setup): Bind "mk".
661
662 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
665
666 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
667
668         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
669         destination folder is empty.
670
671 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
672
673         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
674         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
675
676         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
677         (wl-summary-refile-prev-destination-region): New function.
678         (wl-thread-refile-prev-destination): Ditto.
679         (wl-summary-target-mark-refile-prev-destination): Ditto.
680
681 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
682
683         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
684         (wl-demo-background-color): Changed default value.
685
686         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
687         color.
688
689         * wl-demo.el (wl-demo-set-background-color): New function.
690         (wl-demo): Call it.
691
692 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
693
694         * wl-address.el (wl-address-delete): Avoid mis-deleting.
695         * wl-address.el (wl-address-add-or-change): Don't add empty
696         address.
697
698 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
699
700         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
701
702 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
703
704         * wl-vars.el (wl-demo-image-filter-alist): New variable
705         (wl-demo-background-color): Ditto.
706
707         * wl-demo.el (wl-demo-xpm-set-background): New function.
708         (wl-demo-image-filter): Ditto.
709         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
710
711         * wl-vars.el (wl-demo-icon-name-alist): New variable.
712
713         * wl-demo.el (wl-demo-icon-name): Define as function.
714         (wl-demo-insert-image): Use it.
715
716 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
717
718         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
719
720 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
721
722         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
723
724 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
725
726         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
727
728 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
729
730         * wl-thread.el (wl-thread-mark-as-answered): New function.
731
732         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
733         answered" entry.
734         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
735         "r&" and wl-thread-mark-as-answered to "t&".
736         (wl-summary-mark-as-important-region): Refine to toggle mark.
737         (wl-summary-mark-as-answered-region): New function.
738         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
739         and 3rd argument.
740         (wl-summary-mark-as-important-internal): Likewise.
741
742 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-template.el (wl-template-preview): New internal variable.
745         (wl-template-preview-p): New function.
746         (wl-template-show): Bind `wl-template-preview' as t.
747
748 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
751         `elmo-message-entity-field' with 3rd argument which is non-nil.
752
753 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
754
755         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
756         Removed duplicate local bind `folder'.
757
758 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
761
762 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
765         duplicate definition.
766
767 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
768
769         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
770         non-nil, use it; Don't fetch message if there's no message in the
771         current cursor position.
772
773 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
774
775         * wl-util.el (wl-region-exists-p): Use region-active-p.
776         (wl-deactivate-region): New function.
777         * wl-message.el (wl-message-redisplay): Deactivate region.
778
779         * wl-summary.el (wl-summary-reply): Call
780         `wl-summary-set-message-buffer-or-redisplay' instead of
781         `wl-summary-redisplay-internal', don't move point.
782
783 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
786         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
787         by regexp.
788
789 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
792         if no need.
793
794 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
797         default value to nil.
798         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
799         `wl-summary-prepare-hook'; Replace refile action to
800         `wl-summary-exec-action-refile-with-register'.
801
802         * Version number is increased to 2.11.22.
803
804 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
805
806         * wl-summary.el (wl-summary-detect-mark-position): Set
807         `wl-summary-buffer-weekday-name-lang'.
808
809 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
810
811         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
812         (wl-summary-mark-as-read-all): Ditto.
813         (wl-summary-delete-messages-on-buffer): Ditto.
814         (wl-summary-sync-update): Ditto.
815         (wl-summary-mark-as-read-internal): Ditto.
816         (wl-summary-mark-as-answered-internal): Ditto.
817         (wl-summary-update-folder-info): Abolished.
818
819 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-summary.el (wl-summary-mark-as-read-all): Use
822         `wl-summary-update-folder-info' instead of
823         `wl-folder-update-unread'.
824
825 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
826
827         * wl-summary.el (wl-summary-update-folder-info): New function derived from
828         `wl-summary-folder-info-update'.
829         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
830         instead of `wl-summary-folder-info-update'.
831         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
832         `wl-folder-set-folder-updated'.
833         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
834         instead of `wl-folder-update-unread'.
835         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
836         the value of `wl-summary-buffer-unread-count' for the second parameter of
837         `wl-folder-update-unread'.
838
839         * Version number is increased to 2.11.21.
840
841 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
842
843         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
844         a local variable.
845
846 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * wl-spam.el (wl-summary-mark-spam): Show message only if call
849         interactively.
850
851         * wl-summary.el (wl-summary-mark-as-important-internal): New
852         internal function.
853         (wl-summary-mark-as-important): Use it.
854         (wl-summary-mark-as-unimportant): New function.
855         (wl-summary-sync-marks): Follow the API change.
856
857         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
858
859         * wl-mime.el (wl-summary-burst): Check target folder is writable.
860
861 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
862
863         * wl-folder.el (wl-folder-update-unread): Re-indent.
864         Narrow the scope of a local variable.
865
866 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
867
868         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
869         (wl-addrmgr-merge-entries): Ditto.
870         (wl-addrmgr): Added to address entry which exists in draft buffer
871         if no entry is in original.
872
873 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
874
875         * wl-batch.el: New file.
876
877 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
878
879         * wl-vars.el (wl-use-semi): Remove unused variable.
880
881 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
882
883         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
884         "?".
885
886 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
887
888         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
889         wl-summary-new-mark.
890         (wl-summary-new-cached-mark): New user option.
891         (wl-summary-score-marks): Follow the change above.
892         (wl-summary-auto-refile-skip-marks): Ditto.
893         (wl-summary-incorporate-marks): Ditto.
894         (wl-summary-expire-reserve-marks): Ditto.
895
896         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
897
898         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
899         (wl-summary-persistent-mark-string): Distinguished between cached
900         and uncached mark when the message is new.
901
902 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * wl-spam.el (wl-spam-domain): Renamed from
905         `wl-spam-folder-guess-domain'.
906         (wl-summary-exec-action-spam): Register as spam if domain of the
907         source folder is good.
908         (wl-summary-exec-action-refile-with-register): Register message if
909         domain of the source folder is not undecided.
910
911 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
914         detect thread loop.
915
916 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
919         and wl-summary-skip-mark-list.
920
921 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
924
925         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
926
927         * wl-spam.el (toplevel): Require wl-highlight.
928         (wl-spam-auto-check-policy-alist): Abolish.
929         (wl-spam-auto-check-folder-regexp-list): New user option.
930         (wl-spam-auto-check-marks): Ditto.
931         (wl-spam-mark-action-list): Ditto.
932         (wl-highlight-summary-spam-face): New face.
933         (wl-spam-auto-check-message-p): New function.
934         (wl-spam-map-spam-messages): Fixed message.
935         (wl-spam-register-spam-messages): Ditto.
936         (wl-spam-register-good-messages): Ditto.
937         (wl-summary-spam-map): Add and remove keybind.
938         (wl-summary-target-mark-spam): Abolish.
939         (wl-summary-refile-spam): Ditto.
940         (wl-summary-test-spam): New function.
941         (wl-summary-mark-spam): Ditto.
942         (wl-summary-auto-check-spam): Follow the above change.
943         (wl-summary-exec-action-spam): New function.
944         (wl-summary-exec-action-refile-with-register): Fixed message.
945         (wl-message-check-spam): New function.
946         (wl-spam-setup): Ditto.
947         (toplevel): Call it if this file is loaded interactivity.
948
949         * Version number is increased to 2.11.20.
950
951 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
952
953         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
954         when new optional argument `force' is non nil or modified.
955
956 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * wl.el (toplevel): Require wl-spam when compile.
959         (wl-save-status): Call wl-spam-save-status.
960
961         * wl-spam.el (wl-spam-register-spam-messages): New function.
962         (wl-spam-register-good-messages): Ditto.
963         (wl-spam-save-status): Ditto.
964         (wl-summary-mode-map): Bind
965         wl-summary-target-mark-register-as-spam to "ms" and
966         wl-summary-target-mark-register-as-good to "mn".
967         (wl-summary-register-as-spam): Abolish optional argument; Use
968         wl-spam-register-spam-messages.
969         (wl-summary-register-as-spam-all): Use
970         wl-spam-register-spam-messages.
971         (wl-summary-register-as-good): Abolish optional argument; Use
972         wl-spam-register-good-messages.
973         (wl-summary-register-as-good-all): Use
974         wl-spam-register-good-messages.
975         (wl-summary-target-mark-register-as-spam): New funtion.
976         (wl-summary-target-mark-register-as-good): Ditto.
977
978 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-spam.el: New file.
981
982 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
983
984         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
985
986         * wl-action.el (wl-auto-refile-guess-functions): New variable.
987         (wl-summary-auto-refile): Call wl-refile-guess with
988         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
989
990 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
991
992         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
993         with disable-thread argument non-nil.
994
995 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
996
997         * wl-summary.el (wl-summary-rescan): Added optional argument
998         disable-thread.
999         (wl-summary-sync): Call wl-summary-rescan with argument
1000         disable-thread.
1001         (wl-summary-input-range): Added new range `rescan-thread'.
1002
1003 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1004
1005         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1006
1007 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008
1009         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1010         internal variable.
1011         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1012         wl-summary-search-parent-by-subject-regexp and
1013         wl-summary-divide-thread-when-subject-changed as nil.
1014         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1015         (wl-summary-insert-thread): Search parent entity from
1016         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1017         thread loop.
1018
1019 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1020
1021         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1022
1023         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1024
1025         * wl-util.el (wl-require-update-all-folder-p): New function.
1026         (wl-get-assoc-list-value): Added `function' to match directive.
1027         (wl-collect-draft): Rewrite.
1028
1029         * wl-summary.el (wl-summary-sync-update): Clear faces
1030         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1031         are non-nil.
1032         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1033         argument as function.
1034         (wl-summary-input-range): Ditto.
1035
1036         * wl-folder.el (wl-draft-get-folder): New function.
1037         (wl-folder-get-elmo-folder): Consider draft folder.
1038
1039         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1040         (wl-draft-buffer-message-number): New buffer local variable.
1041         (wl-draft-folder-internal): New internal variable.
1042         (wl-draft-delete): Rewrite.
1043         (wl-draft-save): Ditto.
1044         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1045         wl-folder-get-elmo-folder.
1046         (wl-draft-config-info-operation): Ditto.
1047         (wl-jump-to-draft-folder): Ditto.
1048         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1049         (wl-draft-reedit): Rewrite.
1050
1051         * Version number is increased to 2.11.19.
1052         
1053 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1054
1055         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1056         variable.
1057
1058 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1061         Use ignore-errors instead of unwind-protect.
1062
1063 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1064
1065         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1066         for updating `wl-thread-entity-list'.
1067
1068 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1069
1070         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1071         parameter from calling `wl-thread-entity-get-older-brothers' and
1072         `wl-thread-entity-get-younger-brothers'.
1073         Replace nested `append' with a single one.
1074
1075 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-summary.el (wl-summary-mode): Don't use the return value of
1078         `make-local-hook'.
1079
1080 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1081
1082         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1083         instead of `let*'.
1084         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1085         of local variables.
1086
1087 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1088
1089         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1090         Renamed from wl-summary-window-scroll-functions.
1091         (wl-summary-window-scroll-functions): Don't set to variable.
1092         (wl-summary-display-top): Use run-hooks.
1093         (wl-summary-display-bottom): Ditto.
1094         (wl-summary-toggle-disp-msg): Ditto.
1095         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1096         Use it instead of wl-summary-window-scroll-functions.
1097         (wl-summary-goto-folder-subr): Don't call
1098         wl-summary-window-scroll-functions, use
1099         wl-summary-buffer-window-scroll-functions instead.
1100
1101 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1102
1103         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1104         make-local-variable.
1105
1106 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1107
1108         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1109         set-buffer-modified-p.
1110         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1111         (wl-summary-display-bottom): Ditto.
1112         (wl-summary-toggle-disp-msg): Ditto.
1113
1114 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1117
1118         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1119         (wl-summary-forward): Use elmo-message-entity-field instead of
1120         elmo-message-field.
1121
1122         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1123
1124 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1125
1126         * wl-summary.el (wl-summary-window-scroll-functions): No use
1127         `append'.
1128
1129 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1130
1131         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1132         function.
1133         (wl-summary-window-scroll-functions): Call it when both
1134         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1135         (wl-summary-temp-mark): Added optional argument number.
1136         (wl-summary-message-mark): Added optional argument flag.
1137         (wl-summary-persistent-mark): Added optional argument number and flag.
1138         (wl-summary-update-persistent-mark): Ditto.
1139         (wl-summary-update-status-marks): Set "r" for interactive spec.
1140
1141         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1142         argument number and flag.
1143
1144         * wl-action.el (wl-summary-registered-temp-mark): 
1145         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1146
1147 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1148
1149         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1150         internal variable (buffer local).
1151         (wl-summary-window-scroll-functions): New function.
1152         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1153         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1154         as nil.
1155         (wl-summary-update-status-marks): Added arguments beg, end and
1156         check.
1157         (wl-summary-update-mark-window): Use function.
1158         (wl-summary-sync-update): Follow the change above.
1159         (wl-summary-switch-to-clone-buffer): Copy
1160         wl-summary-buffer-unsync-mark-number-list.
1161         (wl-summary-goto-folder-subr): Set
1162         wl-summary-buffer-unsync-mark-number-list and
1163         use wl-summary-window-scroll-functions instead of
1164         wl-summary-lazy-highlight.
1165
1166         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1167
1168 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1169
1170         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1171
1172         * wl-summary.el (wl-summary-update-persistent-mark): Call
1173         wl-summary-set-message-modified.
1174
1175         * wl-summary.el (wl-summary-sync-update): Don't call
1176         wl-summary-update-status-marks.
1177
1178         * Version number is increased to 2.11.18.
1179
1180 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1181
1182         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1183         (wl-message-next-page): Ditto.
1184
1185 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1186
1187         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1188         local variable.  Change the order of a collected list into the
1189         same as the specified range.  Remove nil from a collected list.
1190
1191 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1192
1193         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1194         argument for elmo-folder-list-messages.
1195
1196 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1197
1198         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1199         change (wl-summary-count-unreads return a list instead of a cons
1200         cell).
1201
1202 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1203
1204         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1205         `wl-summary-folder-info-update'.
1206
1207 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-summary.el (wl-summary-set-message-modified): No use
1210         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1211         (wl-summary-set-mark-modified): Abolish.
1212         (wl-summary-mark-modified-p): Ditto.
1213         (wl-summary-save-view): Follow the change above.
1214
1215         * wl-expire.el (wl-summary-expire): Likewise.
1216
1217 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1218
1219         * wl-summary.el (wl-summary-detect-mark-position): Use
1220         modb-entity-handler.
1221         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1222
1223         * Version number is increased to 2.11.17.
1224
1225 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1226
1227         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1228         entity field value.
1229         (wl-summary-prefetch-msg): Ditto.
1230         (wl-summary-print-message-with-ps-print): Ditto.
1231
1232 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1233
1234         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1235         for dummy entity.
1236         (wl-summary-insert-thread): Use elmo-message-entity-field.
1237         (wl-summary-update-thread): Use elmo-message-entity-field and
1238         elmo-message-entity-number.
1239         (wl-summary-line-number):  Use elmo-message-entity-number.
1240         (wl-summary-line-size): Use elmo-message-entity-field.
1241         (wl-summary-line-subject): Ditto.
1242         (wl-summary-line-from): Ditto.
1243         (wl-summary-line-attached): Ditto.
1244         (wl-summary-create-line): Ditto.
1245         (wl-summary-create-line): Use elmo-message-entity-number.
1246         (wl-summary-print-message-with-ps-print): Use
1247         elmo-message-entity-field.
1248
1249 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1250
1251         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1252         change in elmo-msgdb-make-message-entity.
1253         (wl-summary-buffer-set-folder): Don't call
1254         wl-summary-detect-mark-position here.
1255         (wl-summary-rescan): Call elmo-message-entity-number.
1256         (wl-summary-sync-update): Ditto.
1257         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1258
1259         * wl-score.el (wl-score-header-index): Redefine 2th element.
1260         (wl-score-overview-entity-get-extra): Abolish.
1261         (wl-score-ov-entity-get): Rewrite.
1262         (wl-score-string-index<, wl-score-string-func<): Abolish.
1263         (wl-score-string<): New function.
1264         (wl-score-string-sort): Use it.
1265
1266         * wl-refile.el (wl-refile-guess-by-history): Use
1267         elmo-message-entity-field.
1268         (wl-refile-guess-by-from): Ditto.
1269         (wl-refile-guess-by-msgid): Ditto.
1270
1271         * Version number is increased to 2.11.16.
1272
1273 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1274
1275         * wl-folder.el (wl-folder-confirm-existence): Don't call
1276         file-exists-p if msgdb-path is nil.
1277         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1278         `wl-read-folder-hist' to `wl-read-folder-history'.
1279
1280 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1281
1282         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1283         `y-or-n-p'.
1284
1285 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1286
1287         * wl-score.el (wl-score-headers): Don't use
1288         elmo-folder-do-each-message-entity.
1289
1290         * Version number is increased to 2.11.15.
1291
1292 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1293
1294         * wl-summary.el (wl-summary-delete-all-msgs): Use
1295         elmo-folder-move-messages instead of elmo-folder-delete-messages
1296         and elmo-folder-detach-messages.
1297         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1298
1299         * wl-expire.el (wl-expire-delete): Ditto.
1300         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1301
1302 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1303
1304         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1305         (wl-message-header-narrowing-fields): Ditto.
1306         (wl-message-header-narrowing-lines): Ditto.
1307         (wl-message-header-narrowing-string): Ditto.
1308
1309         * wl-summary.el (wl-summary-mode-map): Bind
1310         wl-summary-toggle-header-narrowing to "C-cC-f".
1311         (wl-summary-toggle-header-narrowing): New function.
1312
1313         * wl-message.el (wl-message-buffer-create): Call
1314         wl-message-header-narrowing-setup.
1315         (wl-message-redisplay): Call wl-message-header-narrowing.
1316         (wl-message-header-narrowing): New function.
1317         (wl-message-header-narrowing-map): New keymap.
1318         (wl-message-header-narrowing-widen-map): New keymap.
1319         (wl-message-header-narrowing-again-at-mouse): New function.
1320         (wl-message-header-narrowing-1): Ditto.
1321         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1322         (wl-message-header-narrowing-setup): Ditto.
1323         (wl-message-header-narrowing-toggle): Ditto.
1324         
1325         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1326
1327         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1328         'flag as all.
1329         (wl-use-flag-folder-help-echo): New user option.
1330
1331         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1332         wl-summary-highlight as nil.
1333         (wl-summary-set-mark-modified): Follow the API change.
1334         (wl-summary-mark-modified-p): Ditto.
1335         (wl-summary-mark-as-read-all): Ditto.
1336         (wl-summary-sync-marks): Don't call
1337         elmo-folder-list-messages-with-global-mark.
1338         (wl-summary-mark-as-read-internal): Follow the API change.
1339         (wl-summary-mark-as-answered-internal): Ditto.
1340         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1341         Follow the API change.
1342         (wl-summary-create-line): Call with number argument.
1343         (wl-summary-reply): Follow the API change.
1344
1345         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1346         function.
1347         (wl-highlight-summary-line-string): Call it when
1348         wl-use-flag-folder-help-echo is non-nil.
1349         (wl-highlight-summary-current-line): Ditto.
1350         (elmo-flag-folder-referrer): Added autoload setting.
1351
1352         * wl-draft.el (wl-draft-kill): Follow the API change.
1353
1354         * Version number is increased to 2.11.14.
1355         
1356 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1357
1358         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1359
1360 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * Version number is increased to 2.11.13.
1363
1364 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1365
1366         * wl-draft.el (wl-draft-previous-history-element): Fixed
1367         unbalanced parenthesis and bind unbound local variables.
1368
1369 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1370
1371         * wl-draft.el (wl-draft-previous-history-element): New function.
1372         (wl-draft-next-history-element): Ditto.
1373         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1374         them to M-p and M-n.
1375
1376 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1377
1378         * Version number is increased to 2.11.12.
1379
1380 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1381
1382         * wl-draft.el (wl-draft-hide): Select buffer-window.
1383
1384 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1385
1386         * wl-summary.el (wl-summary-narrow-to-region): New function.
1387         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1388         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1389         (wl-summary-save-region): Use it.
1390         * wl-action.el (wl-summary-collect-numbers-region)
1391         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1392
1393 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1394
1395         * wl-folder.el (wl-folder-count-incorporates): Don't use
1396         `elmo-msgdb-mark-load'
1397
1398         * Version number is increased to 2.11.11.
1399
1400 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1401
1402         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1403         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1404
1405 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1406
1407         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1408
1409 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1410
1411         * Version number is increased to 2.11.10.
1412
1413 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-mime.el (wl-draft-attribute-value): Fixed.
1416
1417 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1418
1419         * wl-util.el (wl-copy-local-variables): New function.
1420
1421         * wl-mime.el (wl-draft-attribute-recipients): New function.
1422         (wl-draft-attribute-envelope-from): Ditto.
1423         (wl-draft-attribute-smtp-posting-server): Ditto.
1424         (wl-draft-attribute-smtp-posting-port): Ditto.
1425         (wl-draft-attribute-value): Ditto.
1426         (wl-draft-preview-message): Use it to get value for
1427         attributes. Reflect result of `wl-draft-config'.
1428
1429         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1430         and call `wl-summary-mark-as-read' before to call
1431         `wl-summary-unset-mark'.
1432         (wl-summary-target-mark-mark-as-unread): Likewise.
1433         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1434
1435 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1436
1437         * wl-mime.el (wl-draft-preview-message): Use actual value for
1438         attributes; Fix for small window.
1439
1440 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1441
1442         * wl-refile.el (wl-refile-get-field-value): Call
1443         `elmo-message-entity-field' with 3rd argument is non-nil.
1444
1445 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1446
1447         * wl-vars.el (wl-draft-preview-attributes): New user option.
1448         (wl-draft-preview-attributes-list): Ditto.
1449         (wl-draft-preview-attributes-buffer-lines): Ditto.
1450         (wl-draft-preview-attributes-buffer-name): Ditto.
1451
1452         * wl-mime.el (wl-draft-preview-message): Display attributes.
1453
1454 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1455
1456         * wl-summary.el (wl-summary-detect-mark-position): Bind
1457         wl-summary-flag-priority-list to '(new).
1458
1459 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1460
1461         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1462         funtion.
1463         (wl-highlight-summary-line-string): Use it.
1464         (wl-highlight-summary-current-line): Ditto.
1465
1466 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1467
1468         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1469         line even when the mark string is not changed.
1470
1471         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1472         argument change in the wl-summary-create-line.
1473         (wl-thread-insert-entity-sub): Ditto.
1474
1475         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1476         argument change in the wl-summary-create-line.
1477         (wl-summary-insert-sequential): Ditto.
1478         (wl-summary-update-thread): Ditto.
1479         (wl-summary-persistent-mark-string): New inline function.
1480         (wl-summary-message-mark): Use it.
1481         (wl-summary-create-line): Abolish argument wl-persistent-mark
1482         and added wl-flags, wl-cached.
1483
1484         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1485         mark to flags.
1486         (wl-highlight-summary-current-line): Decide the face not by the 
1487         persistent mark but flags.
1488
1489 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1490
1491         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1492         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1493         wl-summary-read-uncached-mark): Revive.
1494         (wl-summary-answered-cached-mark,
1495         wl-summary-answered-uncached-mark): New user option.
1496         (wl-summary-score-marks): Follow the change above.
1497         (wl-summary-auto-refile-skip-marks): Ditto.
1498         (wl-summary-incorporate-marks): Ditto.
1499         (wl-summary-expire-reserve-marks): Ditto.
1500         (wl-summary-flag-priority-list): New user option.
1501
1502         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1503         changes.
1504         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1505         of elmo-message-mark.
1506         (wl-summary-mark-as-read-internal): Ditto.
1507         (wl-summary-mark-as-answered): Ditto.
1508         (wl-summary-mark-as-important): Ditto.
1509         (wl-summary-redisplay-internal): Ditto.
1510         (wl-summary-redisplay-no-mime-internal): Ditto.
1511         (wl-summary-message-mark): New function.
1512         (wl-summary-insert-sequential): Use wl-summary-message-mark
1513         instead of elmo-message-mark.
1514         (wl-summary-update-thread): Ditto.
1515         (wl-summary-persistent-mark): Ditto.
1516         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1517         instead of elmo-message-mark.
1518
1519         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1520         wl-summary-message-mark instead of elmo-message-mark.
1521         (wl-thread-insert-entity-sub): Ditto.
1522         (wl-thread-get-children-msgs-uncached): Ditto.
1523
1524         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1525         variable name changes.
1526         (wl-highlight-summary-current-line): Ditto.
1527
1528         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1529         wl-summary-message-mark instead of elmo-message-mark.
1530
1531         * wl-expire.el (wl-expire-message-p): Ditto.
1532
1533         * wl-score.el (wl-score-headers): Ditto.
1534
1535         * Version number is increased to 2.11.9.
1536
1537         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1538         (wl-summary-sync-update): Follow the change above.
1539         (wl-summary-switch-to-clone-buffer): Ditto.
1540         (wl-summary-open-folder): Ditto.
1541
1542 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1543
1544         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1545         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1546
1547         * Version number is increased to 2.11.8.
1548
1549         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1550
1551         * wl-expire.el (wl-expire-refile): Follow the API change on
1552         `elmo-folder-move-messages'.
1553         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1554
1555         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1556         (wl-summary-exec-action-refile): Ditto.
1557         (wl-summary-exec-action-copy): Ditto.
1558         (wl-summary-no-auto-refile-message-p): No use
1559         `wl-summary-buffer-msgdb'.
1560         (wl-summary-auto-refile): Ditto.
1561
1562 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1563
1564         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1565
1566 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1567
1568         * wl-summary.el (wl-summary-sync): Treat no-sync.
1569
1570         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1571         (wl-default-sync-range): Ditto.
1572
1573 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1574
1575         * wl-refile.el (wl-refile-subject-learn): Call
1576         `elmo-message-entity-field' with 3rd argument is non-nil.
1577         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1578         instead of `elmo-msgdb-overview-entity-get-subject'.
1579
1580 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1581
1582         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1583         scan-type is rescan.
1584         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1585         new optional argument force is non-nil.
1586         (wl-summary-save-view-cache): Call it with force argument non-nil.
1587
1588         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1589
1590 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1591
1592         * wl-action.el (wl-summary-print-argument): Fixed last change.
1593
1594 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1595
1596         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1597         simplified.
1598         (wl-summary-target-mark-mark-as-unread): Likewise.
1599         (wl-summary-target-mark-mark-as-important): Likewise.
1600
1601 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1602
1603         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1604         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1605         (wl-summary-mark-as-important-region): Change accordingly.
1606         (wl-summary-target-mark-mark-as-important): Ditto.
1607
1608 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1609
1610         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1611
1612         * wl-action.el (wl-summary-print-argument): Print argument to
1613         right side of window if `wl-summary-print-argument-within-window'
1614         is non-nil.
1615
1616 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1617
1618         * wl-action.el (wl-summary-set-mark): Use
1619         `wl-summary-message-visible-p' to check visibility of the message
1620         and jump to message only when the message line is visible and have
1621         different number; Call wl-summary-unset-mark with number argument.
1622         (wl-summary-unset-mark): 
1623         Use `wl-summary-message-visible-p'
1624         to check visibility of the message and jump to message only when
1625         the message line is visible and have different number;
1626
1627 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1628
1629         * Version number is increased to 2.11.7.
1630
1631         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1632         and wl-folder-summary-line-format.
1633
1634         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1635         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1636         (wl-summary-set-score-mark): Use it.
1637         (wl-summary-target-mark-mark-as-read): Ditto.
1638         (wl-summary-target-mark-mark-as-unread): Ditto.
1639         (wl-summary-target-mark-mark-as-important): Ditto.
1640         (wl-summary-target-mark-msgs): Simplified.
1641         (wl-summary-detect-mark-position): Fixed problem when
1642         summary-line-format no contain persisten/temp mark spec.
1643         (wl-summary-temp-mark): Ditto.
1644         (wl-summary-persistent-mark): Ditto.
1645         (wl-summary-update-persistent-mark): Ditto.
1646
1647         * wl-action.el (wl-summary-set-mark): Ditto.
1648         (wl-summary-unset-mark): Ditto.
1649         All other related portions are changed.
1650
1651 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1652
1653         * Version number is increased to 2.11.6.
1654
1655 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1656
1657         * wl-util.el (wl-current-message-buffer): Define as function;
1658         Don't use the value of wl-messge-buffer.
1659
1660         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1661         persistent mark.
1662
1663         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1664         no current message, cause an error.
1665
1666 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1667
1668         * wl-summary.el (wl-summary-set-message-modified): Use
1669         elmo-folder-set-message-modified instead of
1670         elmo-folder-set-message-modified-internal.
1671
1672 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1673
1674         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1675         interactively.
1676         (wl-summary-sync): nokill->entirely.
1677         (wl-summary-sync-marks): Fixed message.
1678         (wl-summary-input-range): Added mark, nokill->entirely.
1679
1680         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1681         messages as read.
1682
1683 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1684
1685         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1686         update-noscore.
1687         (wl-summary-sync): Follow the change above.
1688
1689 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1690
1691         * wl-action.el (wl-summary-target-mark-all): Use
1692         elmo-folder-list-messages.
1693
1694 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1695
1696         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1697         (wl-summary-rescan): Set wl-summary-scored as nil.
1698         (wl-summary-sync-force-update): Follow the change above.
1699         (wl-summary-sync): Ditto.
1700         (wl-summary-sync-update): Added argument disable-killed.
1701         (wl-summary-insert-headers): Set visible-only argument for
1702         elmo-folder-list-messages.
1703         (wl-summary-input-range): Added update-nokill, update-noscore,
1704         all-nokill, all-noscore and mark.
1705
1706         * Version number is increased to 2.11.5.
1707
1708         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1709
1710 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1711
1712         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1713         (wl-summary-prefetch-region-no-mark): Change accordingly.
1714         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1715
1716 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1717
1718         * wl-address.el (wl-complete-field-to): Abolished.
1719         (wl-complete-address): Completion function for completing-read.
1720         * wl-action.el (wl-summary-get-resend-address): Use it.
1721
1722         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1723         wl-summary-update-mark and abolish unused argument.
1724         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1725         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1726         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1727         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1728         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1729         * wl-draft.el (wl-draft-kill): Ditto.
1730
1731         * wl-summary.el: Remove unused binding of case-fold-search.
1732         (wl-summary-replace-status-marks): Abolished.
1733
1734 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1735
1736         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1737         is specified or folder length is zero.
1738
1739 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1740
1741         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1742         (wl-folder-archive-current-entity): Ditto.
1743
1744 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1745
1746         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1747         retrieving message mark.
1748         (wl-summary-redisplay-internal): Ditto.
1749
1750         * wl-message.el (wl-message-buffer-display): Ignore errors while
1751         retrieving message-id field.
1752
1753         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1754         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1755         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1756         order of the arguments for `wl-expire-message-p'.
1757         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1758
1759         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1760         Check return value of wl-summary-reply.
1761         (wl-summary-reply): Recover window configuration when an error occured.
1762
1763 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1764
1765         * wl-summary.el (wl-summary-resend-message): Abolished, the
1766         feature is inherited by wl-summary-resend (put resend mark).
1767
1768 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1769
1770         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1771         wl-message-buffer to nil when the message is hide.
1772
1773 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1774
1775         * .cvsignore: New file.
1776
1777 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1778
1779         * wl-action.el (wl-summary-action-docstring): Add more info.
1780         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1781         duplicate definition.
1782         (wl-summary-define-mark-action): Functions wl-summary-*-region
1783         keep current position.
1784         (wl-summary-unregister-target-mark): Store result to the variable.
1785
1786 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1787
1788         * Version number is increased to 2.11.4.
1789
1790 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1791
1792         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1793         wl-summary-delete-all-temp-marks.
1794         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1795
1796         * wl-action.el (wl-summary-set-mark): Changed terminology
1797         refile-destination -> action-argument.
1798         (wl-summary-unset-mark): Ditto.
1799         (wl-summary-remove-argument): Ditto.
1800         (wl-summary-print-argument): Ditto.
1801
1802         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1803         (wl-thread-remove-argument-region): Ditto.
1804         (wl-thread-print-argument-region): Ditto.
1805         (wl-thread-close): Ditto.
1806         (wl-thread-open): Ditto.
1807
1808         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1809         (wl-highlight-refile-destination-face is abolished)
1810         (wl-highlight-action-argument-string): Ditto.
1811         (wl-highlight-summary-current-line): Highlight action argument.
1812
1813         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1814         color for light backgrounds.
1815         (wl-highlight-summary-answered-face): Ditto.
1816
1817 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1818
1819         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1820
1821         * wl-score.el (wl-summary-score-update-all-lines): Use
1822         wl-summary-set-mark.
1823         (wl-summary-score-update-all-lines): Kill expunged messages.
1824
1825         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1826
1827 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1828
1829         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1830         directly.
1831         (wl-score-overview-entity-get-lines): Ditto.
1832         (wl-score-overview-entity-get-xref): Ditto.
1833         (wl-score-get-latest-msgs): Ditto.
1834         (wl-summary-rescore): Ditto.
1835
1836         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1837         to "&".
1838         (wl-summary-mark-as-answered-internal): New inline function.
1839         (wl-summary-mark-as-answered): New function.
1840         (wl-summary-mark-as-unanswered): Ditto.
1841         (wl-summary-sync-marks): Modified for answered-mark synching.
1842
1843 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1844
1845         * wl-action.el (wl-summary-set-mark): Fixed last change.
1846
1847 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1848
1849         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1850         behavior of wl-summary-unread-message-hook
1851         (Pointed out by akira yamada <akira@arika.org>).
1852
1853 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1854
1855         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1856         wl-summary-delete.
1857         * wl-xmas.el (wl-summary-toolbar): Ditto.
1858
1859         * wl-action.el (wl-summary-set-mark): Don't override current
1860         temp-mark.
1861
1862         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1863
1864 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1865
1866         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1867         (wl-refile-msgid-learn): Ditto.
1868         (wl-refile-get-field-value): Ditto.
1869
1870         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1871
1872         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1873         (wl-expire-delete-reserved-messages): Renamed from
1874         wl-expire-reserve-marked-msgs-from-list.
1875         (wl-expire-delete): Removed argument `msgdb'.
1876         (wl-expire-refile): Ditto.
1877         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1878         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1879         mark-alist as argument.
1880         (wl-expire-archive-number1): Removed argument `msgdb'.
1881         (wl-expire-archive-number2): Ditto.
1882         (wl-expire-archive-date): Ditto.
1883         (wl-expire-localdir-date): Ditto.
1884         (wl-expire-hide): Ditto.
1885         (wl-archive-number1): Ditto.
1886         (wl-archive-number2): Ditto.
1887         (wl-archive-date): Ditto.
1888         (wl-archive-folder): Ditto.
1889         All other related portions are changed.
1890
1891 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1892
1893         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1894         mean move up and down. (suggested by Takashi Kawachi)
1895
1896 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1897
1898         * wl-acap.el (toplevel): Don't require un-define.
1899
1900 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1901
1902         * wl-thread.el (wl-thread-delete-message): Always update
1903         wl-summary-buffer-number-list.
1904
1905         * wl-action.el (wl-summary-print-destination): 
1906         Do nothing when folder is nil.
1907
1908 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1909
1910         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1911         persistent mark when prefetch is succeeded.
1912
1913 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1914
1915         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1916         instead of elmo-msgdb-delete-msgs.
1917         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1918         (wl-expire-hide): Ditto.
1919
1920         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1921
1922         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1923         elmo-msgdb interface.
1924         (wl-thread-get-exist-children): Likewise.
1925         (wl-thread-insert-message): Likewise.
1926         (wl-thread-msg-mark-as-important): Likewise.
1927         (wl-thread-insert-entity-sub): Likewise.
1928         (wl-thread-get-children-msgs-uncached): Likewise.
1929
1930         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1931         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1932         (wl-summary-sync-update): Likewise.
1933         (wl-summary-auto-select-msg-p): Likewise.
1934         (wl-summary-update-thread): Likewise.
1935         (wl-summary-mark-as-important): Likewise.
1936         (wl-summary-jump-to-msg-internal): Likewise.
1937         (wl-summary-redisplay-internal): Likewise.
1938         (wl-summary-print-message-with-ps-print): Likewise.
1939         (wl-summary-folder-info-update): Likewise.
1940
1941         * wl-folder.el (wl-folder-check-one-entity):
1942         elmo-folder-count-flags instead of wl-summary-count-unread.
1943
1944         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1945
1946         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1947
1948         * wl-summary.el (wl-summary-set-message-modified): 
1949         Call wl-summary-set-mark-modified.
1950         (wl-summary-delete-messages-on-buffer): Call
1951         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1952         (wl-summary-sync-update): Call elmo-folder-length instead of
1953         elmo-folder-messages.
1954         (wl-summary-insert-headers): Don't call
1955         elmo-folder-list-message-entities.
1956
1957 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1958
1959         * wl-action.el (wl-summary-define-mark-action): Call
1960         `wl-summary-set-mark' with argument `data'.
1961         (wl-summary-auto-refile): Fixed order of arguments when call
1962         `wl-summary-refile'.
1963
1964 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1965
1966         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1967
1968         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1969
1970         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1971         (Renamed from wl-highlight-summary-deleted-face).
1972         (wl-highlight-summary-resend-face): New face.
1973
1974         (wl-highlight-summary-deleted-face): Renamed from
1975         wl-highlight-summary-erased-face.
1976
1977         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1978
1979         * wl-action.el (wl-summary-get-resend-address): New function.
1980         (wl-summary-exec-action-resend): Ditto.
1981         (wl-summary-exec-action-resend-subr): Ditto.
1982
1983         * w-thread.el (wl-thread-copy): Removed definition.
1984         (wl-thread-refile): Ditto.
1985         (wl-thread-delete): Ditto.
1986         (wl-thread-target-mark): Ditto.
1987
1988         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1989         (wl-summary-target-mark-set-action): Fixed.
1990         (wl-summary-define-mark-action): Fixed quotation.
1991         (wl-summary-move-mark-list-messages): Display message.
1992         (wl-summary-define-mark-action): Define thread functions.
1993         (wl-summary-exec-action-refile): Changed message.
1994         (wl-summary-exec): Ditto.
1995
1996 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1997         
1998         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1999         '%%'.
2000
2001 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2002
2003         * wl.el (toplevel): Require wl-action.
2004         (wl-init): Call wl-summary-define-mark-action.
2005
2006         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2007
2008         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2009         wl-summary-delete and wl-summary-erase.
2010         (wl-summary-mode-map): Ditto.
2011
2012         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2013         wl-delete-folder-alist.
2014
2015         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2016         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2017         (toplevel): Moved mark & action related functions to the wl-action.el.
2018
2019         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2020         in wl-summary-mark-action-list.
2021         (wl-highlight-summary-current-line): Ditto.
2022
2023         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2024         empty lines.
2025
2026         * wl-action.el: New file. 
2027
2028 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2029
2030         * wl-summary.el (wl-summary-target-mark-replace): New function.
2031         (wl-summary-target-mark-prefetch): Use it.
2032         (wl-summary-target-mark-delete): Ditto.
2033         (toplevel): Rearranged definition order.
2034         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2035         (wl-summary-target-mark-erase): Rewrite.
2036         (wl-summary-erase-region): New function.
2037         (wl-summary-exec-action-erase): Changed message.
2038         (wl-summary-move-mark-list-messages): New function.
2039         (wl-summary-exec-action-delete): Use it.
2040         (wl-summary-exec-action-erase): Ditto.
2041
2042         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2043         (wl-summary-skip-mark-list): Added "d".
2044
2045         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2046         while searching.
2047
2048         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2049         and define using defcustom;
2050         Define 4th element as a face.
2051         
2052         * wl-summary.el (wl-summary-incorporate): Use 
2053         `wl-summary-prefetch-region-no-mark' instead of
2054         `wl-summary-prefetch-region'.
2055         (wl-summary-prefetch-region-no-mark): Revival of old
2056         `wl-summary-prefetch-region'.
2057         (wl-summary-mark-action-list): Moved to wl-vars.el
2058
2059         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2060         face according to the `wl-summary-mark-action-list'.
2061         (wl-highlight-summary-current-line): Ditto;
2062         Removed destination highlighting.
2063
2064         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2065         (wl-highlight-summary-line-string): Highlight for "i" mark.
2066         (wl-highlight-summary-current-line): Ditto.
2067
2068         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2069         no destination.
2070
2071         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2072         exists, just go ahead.
2073         (wl-summary-prefetch-region): Rewrite.
2074         (wl-summary-prefetch): Ditto.
2075         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2076         (wl-summary-exec-action-prefetch): New function.
2077         (wl-summary-target-mark-prefetch): Rewrite.
2078
2079 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2080
2081         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2082         (wl-highlight-summary-line-string): Added "d" and "D".
2083         (wl-highlight-summary-current-line): Ditto.
2084
2085         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2086         in wl-summary.el.
2087         (wl-thread-insert-entity-sub): Ditto.
2088         (wl-thread-remove-destination-region): Ditto.
2089         (wl-thread-print-destination-region): Ditto.
2090
2091         * wl-summary.el (wl-summary-buffer-refile-list,
2092         wl-summary-buffer-delete-list,
2093         wl-summary-buffer-copy-list): Abolish.
2094         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2095         All other related portions are changed.
2096         (wl-summary-mark-action-list): New variable.
2097         (wl-summary-set-mark): New function.
2098         (wl-summary-register-target-mark): Ditto.
2099         (wl-summary-unregister-target-mark): Ditto.
2100         (wl-summary-have-target-mark-p): Ditto.
2101         (wl-summary-register-temp-mark): Ditto.
2102         (wl-summary-unregister-temp-mark): Ditto.
2103         (wl-summary-registered-temp-mark): Ditto.
2104         (wl-summary-collect-temp-mark): Ditto.
2105         (wl-summary-unset-mark): Ditto.
2106         (wl-summary-set-target-mark): Ditto.
2107         (wl-summary-unset-target-mark): Ditto.
2108         (wl-summary-set-action-generic): Ditto.
2109         (wl-summary-unset-action-generic): Ditto.
2110         (wl-summary-exec-action-delete): Ditto.
2111         (wl-summary-exec-action-erase): Ditto.
2112         (wl-summary-set-action-refile): Ditto.
2113         (wl-summary-set-action-refile-subr): Ditto.
2114         (wl-summary-unset-action-refile): Ditto.
2115         (wl-summary-make-destination-numbers-list): Ditto.
2116         (wl-summary-exec-action-refile): Ditto.
2117         (wl-summary-set-action-copy): Ditto.
2118         (wl-summary-unset-action-copy): Ditto.
2119         (wl-summary-exec-action-copy): Ditto.
2120         (wl-summary-collect-numbers-region): Ditto.
2121         (wl-summary-delete): Rewrite.
2122         (wl-summary-erase): Ditto.
2123         (wl-summary-remove-destination): Ditto.
2124         (wl-summary-exec): Ditto.
2125         (wl-summary-exec-region): Ditto.
2126         (wl-summary-target-mark-erase): Ditto.
2127         (wl-summary-refile): Ditto.
2128         (wl-summary-copy): Ditto.
2129         (wl-summary-unmark): Ditto.
2130         (wl-summary-delete-all-mark): Ditto.
2131         (wl-summary-mark-line): Don't highlight.
2132         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2133         (wl-summary-target-mark-refile-subr): Rewrite.
2134
2135         (wl-summary-copy-prev-destination): Abolish.
2136
2137 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2138
2139         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2140         default values along the value of wl-on-mule.
2141         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2142         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2143         It is not used anywhere.
2144
2145 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2146
2147         * wl-summary.el (wl-summary-print-destination): Keep position.
2148         (wl-summary-cursor-move-surface): Keep horizontal position.
2149
2150 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2151
2152         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2153         write sendlog.
2154
2155 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2156
2157         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2158         `wl-summary-highlight'.
2159
2160 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2161
2162         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2163         trivial condition for temp-mark.
2164
2165 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2166
2167         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2168         when it hits killed buffer.
2169
2170 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2171
2172         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2173         * wl-news.el.in: `message' and `error' take format string.
2174
2175 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2176
2177         * wl-folder (wl-folder-insert-entity): Display a message,
2178         `...done', when the work finish.
2179         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2180
2181 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2182
2183         * wl-message.el (wl-message-redisplay): Remove unused local
2184         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2185
2186 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2187
2188         * wl-summary.el (wl-summary-replace-status-marks): Disable
2189         interactive use.
2190         (wl-summary-reedit): Check message existence at first.
2191         (wl-summary-mark-line): Fix doc, return value is indefinite.
2192
2193         * wl-highlight.el (wl-highlight-message): Arranged.
2194
2195         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2196         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2197         check temp-mark by wl-summary-temp-mark always.
2198         (wl-highlight-summary): Change accordingly.
2199         * wl-summary.el (wl-summary-mark-as-read-all)
2200         (wl-summary-delete-cache, wl-summary-set-score-mark)
2201         (wl-summary-mark-as-unread, wl-summary-unmark)
2202         (wl-summary-mark-line, wl-summary-mark-as-read)
2203         (wl-summary-mark-as-important): Ditto.
2204
2205         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2206         end of the window if possible.
2207         * wl-summary.el (wl-summary-sync-update): Support lazy
2208         highlighting.
2209         (wl-summary-toggle-disp-msg): Ditto.
2210
2211 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2212
2213         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2214
2215 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2216
2217         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2218         change.
2219
2220 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2221
2222         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2223         API.
2224         (wl-summary-sync-update): Ditto.
2225
2226         * wl-score.el (wl-score-get-score-alist): Changed argument.
2227         (wl-summary-rescore-msgs): Likewise.
2228         (wl-summary-score-headers): Likewise.
2229         (wl-score-headers): Likewise;
2230         Use elmo-folder-do-each-message-entity, etc.
2231         (wl-summary-score-effect): Follow the changes above.
2232         (wl-summary-rescore): Ditto.
2233         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2234         (wl-score-get-overview): Abolish.
2235
2236         * wl-summary.el (wl-summary-default-from): Follow the API change in
2237         elmo-msgdb.
2238         (wl-summary-count-unread): Ditto.
2239         (wl-summary-detect-mark-position): Ditto.
2240         (wl-summary-overview-entity-compare-by-date): Ditto.
2241         (wl-summary-overview-entity-compare-by-number): Ditto.
2242         (wl-summary-overview-entity-compare-by-from): Ditto.
2243         (wl-summary-overview-entity-compare-by-subject): Ditto.
2244         (wl-summary-get-list-info): Ditto.
2245         (wl-summary-rescan): Ditto.
2246         (wl-summary-jump-to-msg-by-message-id): Ditto.
2247         (wl-summary-sync-update): Ditto; Removed comment.
2248         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2249         (wl-summary-insert-message): Use wl-summary-insert
2250         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2251         (wl-summary-insert-headers): Changed argument overview to folder.
2252         (wl-summary-search-by-subject): Likewise.
2253         (wl-summary-insert-thread): Renamed from 
2254         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2255
2256         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2257         too.
2258
2259         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2260         wl-string-member.
2261
2262 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2263
2264         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2265         elmo-folder-append-buffer.
2266         (wl-draft-queue-append): Likewise.
2267
2268         * wl-mime.el (wl-message-delete-current-part): Ditto.
2269         (wl-summary-burst-subr): Ditto.
2270
2271         * wl-news.el.in (wl-news-send-news): Ditto.
2272
2273 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2274
2275         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2276         function.
2277         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2278         (wl-summary-update-mark): Enclose with save-excursion.
2279         (wl-summary-mark-as-read-internal): Fixed last change.
2280         (wl-summary-mark-as-important): Use 3rd argument of
2281         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2282         Don't use elmo-msgdb-set-mark.
2283         (wl-summary-redisplay-internal): If msgdb flag is already read,
2284         just update the mark on buffer.
2285
2286 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2287
2288         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2289         cut visible folder when elmo-folder-delete returns non-nil value.
2290
2291 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2292
2293         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2294         by Kenichi OKADA <okada@opaopa.org>).
2295
2296 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2297
2298         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2299
2300 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2301
2302         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2303         Fixed the last change, search group entity by its real name.
2304         (Thanks to: KOBAYASHI Shinji)
2305
2306 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2307
2308         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2309         (wl-fldmgr-access-display-all): Don't refer visible name.
2310         * wl-expire.el (wl-folder-archive-current-entity)
2311         (wl-folder-expire-current-entity): Ditto.
2312         * wl-folder.el (wl-folder-jump-to-current-entity)
2313         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2314         (wl-folder-open-folder-sub,wl-folder-open-all)
2315         (wl-folder-write-current-folder): Ditto.
2316         (wl-folder-insert-entity): Don't use petname for normal group.
2317         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2318         is the real name.
2319         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2320         Abolished.
2321
2322 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2323
2324         * wl-draft.el (wl-draft-create-buffer): Add
2325         `wl-summary-reply-with-citation'
2326
2327 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2328
2329         * wl-draft.el (wl-draft-reply): Fixed.
2330
2331 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2332
2333         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2334         when `wl-draft-send-confirm-with-preview' is non-nil.
2335         You can scroll up/down by j/k.
2336         (wl-draft-send-confirm-with-preview): New variable (default=t).
2337
2338 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2339
2340         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2341         (wl-fldmgr-save-folders): Fix comment.
2342
2343 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2344
2345         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2346         along the last change in `wl-folder-buffer-group-p'.
2347
2348 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2349
2350         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2351         folder.
2352
2353         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2354         the default value.
2355
2356         * wl-mime.el (wl-summary-burst): Update summary only when target
2357         folder equals current folder.
2358
2359 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2360
2361         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2362
2363 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2364
2365         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2366         value.
2367
2368 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2371         `map-extents' instead of `extent-at' repeatedly.
2372         (wl-highlight-folder-current-line): Ditto.
2373
2374         * wl-highlight.el: Remove useless dummy functions.
2375
2376 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2377
2378         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2379         (wl-folder-put-folder-property): New function to put text property.
2380         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2381         (wl-folder-insert-entity, wl-folder-update-diff-line)
2382         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2383         * wl-e21.el, wl-xmas.el, wl-mule.el
2384         (wl-highlight-folder-current-line): Ditto.
2385         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2386         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2387         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2388         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2389
2390 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2391
2392         * Version number is increased to 2.11.3.
2393
2394 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2395
2396         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2397         Resume current-buffer since it is assumed by remaining tasks.
2398
2399 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2400
2401         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2402         (wl-folder-completion-function): Abolished.
2403         (wl-folder-complete-folder): New function.
2404         (wl-folder-complete-filter-condition): Ditto.
2405         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2406         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2407
2408 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2409
2410         * wl-draft.el (wl-draft-send-confirm): New function.
2411         (wl-draft-send): Use it.
2412
2413         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2414         cursor-in-echo-area while confirming.
2415
2416         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2417
2418         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2419         searching via nntp if wl-summary-search-via-nntp is 'force.
2420         Otherwise, invoke searching in nntp folder only.
2421         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2422
2423         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2424         explicitly for mime-make-text-tag.
2425
2426 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2427
2428         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2429         `mime-make-text-tag' instead of `mime-create-tag'.
2430
2431 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2432
2433         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2434         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2435
2436 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2437
2438         * wl-score.el (wl-score-save): Bind print-length and print-level.
2439         (wl-score-pretty-print): Ditto.
2440         (wl-score-edit-insert-header-entry): Ditto.
2441
2442         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2443         "From" entry to be treated with wl-draft-eword-encode-address-list.
2444         * wl-mime.el (wl-draft-preview-message): Ditto.
2445
2446         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2447         (wl-summary-mark-as-unread): Ditto.
2448         (wl-summary-mark-as-read-region): Change accordingly.
2449         (wl-summary-mark-as-unread-region): Ditto.
2450         (wl-summary-target-mark-mark-as-read): Ditto.
2451         (wl-summary-target-mark-mark-as-unread): Ditto.
2452
2453 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2454
2455         * Version number is increased to 2.11.2.
2456
2457 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2458
2459         * wl-news.el.in (wl-news-previous-version-save): Bind
2460         print-length and print-level.
2461         * wl-thread.el (wl-thread-save-entities): Ditto.
2462         (wl-thread-save-top-list): Bind print-length.
2463
2464 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2465
2466         * wl-highlight.el (wl-highlight-summary-line-string): Use
2467         wl-summary-score-below-mark, wl-summary-score-over-mark.
2468         (wl-highlight-summary-current-line): Ditto.
2469
2470 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2471
2472         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2473         insert it.
2474
2475 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2476
2477         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2478
2479 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2480
2481         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2482         message without msgid.
2483         Rewrite with elmo-folder-move-messages.
2484         Set wl-message-buffer to nil.
2485
2486         * wl-summary.el (wl-summary-erase-subr): New function. Use
2487         elmo-folder-move-messages.
2488         (wl-summary-erase): Call it.
2489         (wl-summary-target-mark-erase): Ditto.
2490
2491 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2492
2493         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2494         it is not up-tp-date.
2495
2496 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2497
2498         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2499         buffer after calling `wl-summary-goto-folder-subr' without the
2500         argument `interactive'.
2501         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2502
2503 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2504
2505         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2506         `mime-create-tag'. Use `string=' instead of `looking-at'.
2507
2508 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2509
2510         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2511         to avoid compile warning.
2512
2513         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2514         entity-id when folder is given.
2515         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2516         save-excursion, use save-selected-window instead.
2517         Select folder buffer window if exists.
2518         (To correct behavior with wl-folder-move-cur-folder.)
2519
2520 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2521
2522         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2523
2524 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2525
2526         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2527         list-count instead of %d.
2528
2529 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2530
2531         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2532         (wl-news): Set it.
2533         (wl-news-append-to-folder): Use it.
2534
2535         * wl-news.el.in (wl-news-send-news): Append to specified folder
2536         instead of wl-default-folder.
2537         (wl-news-append-to-folder): Show error message with specified folder.
2538
2539         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2540                 In most major modes, Emacs assumes that any opening
2541                 delimiter found at the left margin is the start of a
2542                 top-level definition, or defun. Therefore, *never put an
2543                 opening delimiter at the left margin unless it should have
2544                 that significance.*
2545
2546         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2547
2548 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2549
2550         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2551
2552 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2553
2554         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2555
2556 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2557
2558         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2559         for sequential numbering case.
2560
2561 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2562
2563         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2564         value.
2565         (wl-draft-reply-without-argument-list): Ditto.
2566         (wl-draft-reply-myself-with-argument-list): Abolish.
2567         (wl-draft-reply-myself-without-argument-list): Ditto.
2568         * wl-draft.el (wl-draft-self-reply-p): New function.
2569         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2570
2571 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2572
2573         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2574         (avoid error for the case without byte-compiling)
2575
2576 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2577
2578         * wl-news.el.in (wl-news-append-to-folder): New function.
2579         (wl-news-exit): Rewrite.
2580         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2581
2582 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2583
2584         * wl-draft.el (wl-draft-reply-position): New function.
2585         (wl-draft-reply-position): Fix.
2586         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2587         (wl-summary-target-mark-reply-with-citation): Ditto.
2588         (wl-summary-reply-with-citation): Ditto.
2589         * wl-vars.el (wl-draft-reply-default-position): New variable.
2590
2591 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2592
2593         * wl-draft.el (wl-draft-send): Preview when interactive send.
2594
2595 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2596
2597         * wl-draft.el (wl-draft-reply): Set default position.
2598         * wl-summary.el (wl-summary-reply): Ditto.
2599         (wl-summary-reply-with-citation): Ditto.
2600         (wl-summary-target-mark-reply-with-citation): Ditto.
2601
2602 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2603
2604         * wl-news.el.in (wl-news-lang): Set default value according to
2605         current-language-environment.
2606         (wl-news-append-news): Do nothing when news-list is nil.
2607
2608 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2609
2610         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2611         (wl-news): Change message.
2612         (wl-news-exit): Check buffer.
2613         (wl-news-force-exit): New function.
2614         (wl-news-show-all): New function.
2615         (wl-news-discard-and-exit): Fix.
2616
2617 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2618
2619         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2620         according to current-language-environment.
2621
2622         * wl-news.el.in (wl-news): If arg, show all NEWS after
2623         wl-news-default-previous-version.
2624
2625 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2626
2627         * wl-news.el.in (wl-news-check): Rewritten.
2628         (wl-news-previous-version-load): Change data type.
2629         (wl-news-previous-version-save): Change data type.
2630         (wl-news-append-news): Add return value.
2631         (wl-news-check-news): New function.
2632         (wl-news-already-current-p): New function.
2633         (wl-news-send-news): Rewritten.
2634         (wl-news-mode-map): Add new keybind.
2635         (wl-news): Rewritten.
2636         (wl-news-exit): Rewritten.
2637         (wl-news-discard-and-mail): New function.
2638         (wl-news-send-to-address): Abolished.
2639         * wl.el (wl-init): Delete a message.
2640
2641 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2642
2643         * wl-news.el.in (wl-news-exit): Update previous version.
2644         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2645
2646 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2647
2648         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2649
2650 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2651
2652         * wl-news.el.in (wl-news): New function.
2653         (wl-news-mode): New function.
2654         (wl-news-next-line): New function.
2655         (wl-news-next-page): New function.
2656         (wl-news-exit): New function.
2657         (wl-news-buf-name): New variable.
2658         (wl-news-mode-map): New variable.
2659         (wl-news-winconf): New variable.
2660         (wl-news-append-news): Add an option.
2661
2662 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2663
2664         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2665
2666 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2667
2668         * wl-news.el.in (wl-news-send-to-address): New variable.
2669         (wl-news-send-news): Use it.
2670         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2671         Return updating status.
2672         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2673
2674 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2675
2676         * wl-news.el.in (wl-news-send-news): Delete
2677         Organization and X-Face.
2678
2679 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2680
2681         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2682         (wl-news-append-news): New function.
2683         (wl-news-send-news): New function.
2684
2685 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2686
2687         * Version number is increased to 2.11.1.
2688
2689 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2690
2691         * wl-news.el.in : New file.
2692
2693 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2694
2695         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2696         default value.
2697         (wl-draft-reply-without-argument-list): Ditto.
2698
2699 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2700
2701         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2702         (wl-message-buffer-prefetch-idle-time): Ditto.
2703         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2704
2705 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2706
2707         * wl-thread.el (wl-thread-insert-message): Use
2708         wl-summary-max-thread-depth.
2709
2710         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2711         loop detection.
2712
2713         * wl-message.el (wl-message-buffer-display): Back to the first page
2714         when cache is hit.
2715
2716 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2717
2718         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2719
2720         * wl-summary.el (wl-summary-insert-thread-entity):
2721         If the thread depth is reached to wl-summary-max-thread-depth,
2722         divide the thread.
2723
2724 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2725
2726         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2727         for elmo-remove-passwd.
2728
2729 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2730
2731         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2732         folder is sticky.
2733         (wl-folder-mark-as-read-all-entity): Ditto.
2734         (wl-folder-prefetch-entity): Ditto.
2735
2736 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2737
2738         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2739
2740 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2741
2742         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2743         Delete messages on buffer for unplugged operation.
2744         (wl-summary-erase): Ditto.
2745
2746 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2747
2748         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2749         take nil so as not to search parent by subject.
2750
2751 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2752
2753         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2754         (wl-folder-get-next-folder): Ditto.
2755         (wl-folder-get-path): Ditto.
2756
2757 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2758
2759         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2760         system and encode the region with it before verifying.
2761
2762 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2763
2764         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2765         system of the echo buffer before decoding.
2766
2767 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2768
2769         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2770         original contents.
2771
2772 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2773
2774         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2775         with argument 'any-exists.
2776
2777 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2778
2779         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2780         Use `wl-cs-autoconv'.
2781
2782 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2783
2784         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2785         by `mime-view-automatic-conversion'.
2786
2787         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2788         (wl-message-verify-pgp-nonmime): Ditto.
2789         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2790         Bind them to C-c:d and C-c:v respectively.
2791
2792         Merge following code by Teranishi-san from [wl-en:00167].
2793         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2794         (wl-mime-preview-application/pgp-encrypted): Ditto.
2795         (wl-mime-setup): Add entry.
2796
2797 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2798
2799         * wl-summary.el (wl-summary-target-mark-erase): New function.
2800         Bind it to "mD".
2801
2802 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2803
2804         * wl-vars.el (wl-draft-write-file-function): Fix.
2805         (wl-draft-reedit-hook): Changed default value.
2806
2807         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2808         wl-draft-reedit-hook.
2809         (wl-draft-remove-text-plain-tag): New function.
2810         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2811
2812         * wl-vars.el (wl-draft-write-file-function): New user option.
2813
2814         * wl-draft.el (wl-draft-prepare-edit): Use it for
2815         local-write-file-hooks.
2816         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2817
2818         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2819         (wl-draft-insert-mail-header-separator): Return the body beginning
2820         point.
2821         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2822         text/plain.
2823         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2824
2825 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2826
2827         * wl-summary.el (wl-summary-erase): New function to erase message
2828         without moving it to trash. Bind to "D".
2829
2830         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2831         as `keep' unless switch-function.
2832
2833 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2834
2835         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2836         message buffer by using `wl-summary-toggle-disp-msg'.
2837         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2838         buffer window.
2839         (wl-summary-supresedes-message): Ditto.
2840
2841         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2842         Do not delete other windows.
2843         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2844         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2845         (wl-draft-create-buffer): Set reply-or-forward also for target
2846         mark commands.
2847
2848 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2849
2850         * wl-draft.el (wl-user-agent-compose): Delete special case for
2851         switch-to-buffer-other-window.
2852
2853         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2854         (wl-summary-forward): Ditto.
2855
2856         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2857         function.
2858         (wl-draft-buffer-style): New use option.
2859
2860         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2861         (wl-draft): Follow the change above.
2862         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2863         wl-draft-buffer-style.
2864         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2865         switch-function.
2866
2867 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2868
2869         * wl-draft.el (wl-user-agent-compose): Delete special case for
2870         switch-to-buffer-other-window.
2871
2872         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2873         (wl-summary-forward): Ditto.
2874
2875         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2876         function.
2877         (wl-draft-buffer-style): New use option.
2878
2879         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2880         (wl-draft): Follow the change above.
2881         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2882         wl-draft-buffer-style.
2883         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2884         switch-function.
2885
2886 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2887
2888         * wl-address.el (wl-address-make-completion-entry): Extracted from
2889         `wl-address-make-completion-list'.
2890         (wl-address-enable-strict-loading): New variable.
2891         (wl-address-make-completion-list): Revive petname duplication
2892         inquiry, and enable it if `wl-address-enable-strict-loading'.
2893         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2894
2895 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2896
2897         * wl-message.el (wl-message-get-original-buffer): Avoid
2898         'Selecting deleted buffer' error when original buffer is killed.
2899
2900 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2901
2902         * wl-summary.el (wl-summary-next-message): Use
2903         elmo-message-accessible-p instead of elmo-message-cached-p.
2904
2905 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2906
2907         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2908
2909         * wl-thread.el (wl-thread-open-all-unread): Use
2910         elmo-folder-list-flagged instead of
2911         elmo-folder-list-messages-mark-match.
2912
2913         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2914         instead of elmo-folder-list-messages-mark-match.
2915         (wl-summary-move-spec-alist): New variable.
2916         (wl-summary-move-spec-plugged-alist,
2917         wl-summary-move-spec-unplugged-alist): Abolish.
2918         (wl-summary-next-message): Follow the change above.
2919         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2920         with 'no-msg' argument.
2921
2922         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2923         variable.
2924         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2925         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2926         (wl-message-buffer-prefetch-get-next): Follow the change above.
2927
2928 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2929
2930         * wl-version.el (wl-version): Changed codename.
2931
2932         * Version number is increased to 2.11.0.
2933
2934 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2935
2936         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2937         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2938         `wl-draft-config-variables'.
2939         (wl-draft-kill): Fixed problem when the draft is reedit.
2940
2941 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2942
2943         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2944         buffer-modified status (Thanks to
2945         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2946
2947 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2948
2949         * wl-util.el (wl-region-exists-p): New function.
2950
2951         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2952         Remove defvars for byte-compile warnings.
2953
2954 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2955
2956         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2957         defvar-maybe. Removed unused bind.
2958
2959 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2960
2961         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2962         summary buffer window before creating new frame.
2963         (wl-draft-reply): Ditto.
2964
2965 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2966
2967         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2968
2969 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2970
2971         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2972
2973 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2974
2975         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2976         instead of `kill-region'.
2977
2978 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2979
2980         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2981         (wl-highlight-summary-line-string): Use it.
2982         (wl-highlight-summary-current-line): Ditto.
2983
2984         * wl-mime.el (wl-message-delete-current-part): Check the class of
2985         mime-entity.
2986
2987         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2988
2989         * wl-summary.el (wl-summary-make-number-list): Initialize.
2990         (wl-summary-update-mark): New function.
2991         (wl-summary-reply): Put `answered' mark on the message.
2992         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2993
2994         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2995         (wl-draft-reply): Added optional argument `number';
2996         Set wl-draft-parent-number.
2997         (wl-draft-kill): Delete answered mark if it is a reply.
2998
2999 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3000
3001         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3002         that originates in mime-preview-follow-current-entity.
3003         (wl-draft-yank-current-message-entity): Use it if region is active.
3004
3005         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3006         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3007         `wl-message-delete-current-part'.
3008         * wl-mule.el (wl-message-define-keymap): Ditto.
3009         * wl-xmas.el (wl-message-define-keymap): Ditto.
3010
3011 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3012
3013         * wl-mime.el (wl-message-delete-current-part): New function.
3014         (wl-mime-node-id-to-string): Ditto.
3015
3016         * wl-mime.el (wl-message-delete-current-part): Use existing
3017         original buffer which corresponds current mime-view buffer.
3018         (fetched buffer might have different structure, possibly)
3019
3020         * wl-mime.el (wl-message-delete-current-part): Quit if the
3021         message content differs from the actual message.
3022
3023 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3024
3025         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3026         order.
3027         (wl-summary-search-by-subject): Search parent message from tail;
3028         Check the existence of the parent message on the current thread tree.
3029         (wl-summary-update-thread): Check whether the line is inserted.
3030
3031 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3032
3033         * wl-vars.el (wl-summary-line-format): Undo last change.
3034         * wl-summary.el (wl-summary-print-destination): Do not put
3035         invisible property when `wl-summary-width' is nil.
3036         (wl-summary-line-subject-minimum-length): Abolished.
3037         (wl-summary-line-subject): Ditto.
3038
3039 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3040
3041         * wl-vars.el (wl-summary-line-format): Change default value.
3042         (wl-summary-subject-length-limit): Abolished.
3043         * wl-summary.el (wl-summary-line-subject): Ditto.
3044
3045 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3046
3047         * wl-template.el (wl-template-select): Added optional argument.
3048         If optional argument is specified, reverse
3049         `wl-template-visible-select'.
3050
3051 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3052
3053         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3054         Take prefix argument to force asking the destination folder.
3055
3056 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3057
3058         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3059         count and update status.
3060
3061 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3062
3063         * wl-summary.el (wl-summary-redisplay-internal): If
3064         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3065         after fetching.
3066
3067 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3068
3069         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3070         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3071
3072         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3073
3074 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3075
3076         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3077         (All other related portions are changed).
3078         (wl-summary-mark-as-read-all): Rewrite.
3079
3080 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3081
3082         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3083         `wl-summary-mark-as-read'.
3084         (wl-summary-mark-as-unread): Rewrite.
3085         (wl-summary-mark-as-read): Added no-modeline argument.
3086         (wl-summary-resume-cache-status): Rewrite.
3087         (wl-summary-exec-subr): Remove unused local variable.
3088
3089 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3090
3091         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3092         logic to call `wl-summary-buffer-prev-folder-function'.
3093         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3094
3095 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3096
3097         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3098         is nil.
3099
3100 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3101
3102         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3103         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3104         (wl-mime-setup): Add its entry.
3105
3106 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3107
3108         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3109         (wl-summary-delete-cache): Likewise.
3110         (wl-summary-mark-as-read): Rewrite.
3111
3112 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3113
3114         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3115         `wl-summary-count-unread'.
3116
3117         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3118
3119         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3120
3121 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3122
3123         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3124         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3125         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3126         Renamed to the elmo-msgdb-*-mark.
3127         (wl-summary-score-marks): Follow the change above.
3128         (wl-summary-auto-refile-skip-marks): Ditto.
3129         (wl-summary-incorporate-marks): Ditto.
3130         (wl-summary-expire-reserve-marks): Ditto.
3131
3132         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3133         changes.
3134         (wl-thread-insert-top): Changed updating message.
3135
3136         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3137         variable.
3138         (wl-summary-count-unread): Count answered marks.
3139         (wl-summary-rescan): Call wl-summary-insert-message instead of
3140         wl-summary-append-message-func-internal.
3141         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3142         (wl-summary-prefetch-msg): Follow the variable name changes.
3143         (wl-summary-prefetch-region): Ditto.
3144         (wl-summary-mark-as-read-all): Follow the API changes;
3145         Don't call elmo-folder-replace-marks.
3146         (wl-summary-delete-cache): Follow the variable name changes.
3147         (wl-summary-resume-cache-status): Ditto.
3148         (wl-summary-update-status-marks): New function.
3149         (wl-summary-insert-message): New function.
3150         (wl-summary-sync-marks): Follow the variable name changes.
3151         (wl-summary-sync-update): Synchronize to the msgdb, too;
3152         Changed update messages.
3153         (wl-summary-make-number-list): Rewrite.
3154         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3155         (wl-summary-mark-as-unread): Follow the API changes.
3156         (wl-summary-exec-subr): Follow the variable name changes.
3157         (wl-summary-mark-as-read): Ditto.
3158         (wl-summary-move-spec-plugged-alist): Ditto.
3159         (wl-summary-move-spec-unplugged-alist): Ditto.
3160         (wl-summary-cursor-move-surface): Ditto.
3161
3162         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3163         variable name changes.
3164         (wl-highlight-summary-current-line): Ditto.
3165
3166         * wl-expire.el (wl-expire-refile): Follow the API change in
3167         elmo-folder-move-messages.
3168         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3169         (wl-summary-archive): Use elmo-folder-msgdb instead of
3170         elmo-msgdb-load.
3171
3172 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3173
3174         * wl-mime.el (wl-draft-preview-message): Restore the position
3175         before evaluating wl-draft-send-hook in preview buffer.
3176
3177 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3178
3179         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3180         when it creates new draft buffer.
3181
3182         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3183         without argument.
3184
3185         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3186         Evaluate content and if the value is string, insert it.
3187         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3188         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3189         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3190         wl-draft-config-sub-part-bottom): Use it.
3191
3192         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3193         with the folder name. The question was unintelligible when it is
3194         called from wl-save-status.
3195
3196 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3197
3198         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3199         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3200         cannot take second argument).
3201
3202 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3203
3204         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3205         as t. Since type and subtype are not case sensitive (RFC 2045).
3206
3207 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3208
3209         * wl-vars.el (wl-message-mode-line-format): New variable.
3210         (wl-message-mode-line-format-spec-alist): Ditto.
3211         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3212         (wl-message-redisplay): Use wl-message-mode-line-format.
3213
3214 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3215
3216         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3217
3218 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3219
3220         * wl-summary.el (wl-summary-default-from): Write description.
3221
3222 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3223
3224         * wl-vars.el (wl-ldap-objectclass): Abolish.
3225
3226         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3227         (wl-ldap-make-filter): Removed condition for objectclass.
3228         (wl-ldap-make-matched-value-list): Remove meaningless process.
3229         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3230         (wl-address-ldap-search): Don't add `*' to `pat' string;
3231         use ignore-errors; added `email';
3232         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3233         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3234         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3235
3236
3237 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3238
3239         * wl-draft.el (wl-draft-parent-folder): Write description.
3240         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3241
3242 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3243
3244         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3245         as "" (zero-length string) if no parent.
3246         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3247
3248 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3249
3250         * wl-address.el (wl-address-make-completion-list): Skip duplication
3251         checking.
3252         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3253         `append'.
3254
3255 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3256
3257         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3258         instead of `beginning-of-buffer'.
3259
3260 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3263
3264 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3267         Refer wl-message-buffer-name.
3268         (wl-message-wheel-down): Ditto.
3269
3270 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3271
3272         * wl-vars.el (wl-message-buffer-name): New user option.
3273
3274         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3275         directly instead of making alist dinamically.
3276
3277         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3278         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3279         wl-message-buffer-cache-name.
3280         (wl-message-buffer-cache-clean-up): Ditto.
3281
3282         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3283
3284         * Version number is increased to 2.9.15.
3285
3286 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * wl-vars.el (wl-summary-default-view-alist): New user option.
3289
3290         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3291
3292         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3293         while deleting address.
3294         (wl-draft-delete-myself-from-cc): Ditto.
3295
3296         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3297         If optional argument is specified, reverse sort order.
3298
3299         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3300
3301 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3302
3303         * wl-thread.el (wl-thread-insert-message): Return parent number if
3304         exists.
3305         (wl-thread-update-indent-string-region): Use
3306         wl-thread-update-line-on-buffer-sub instead of
3307         wl-thread-update-line-on-buffer.
3308
3309 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3310
3311         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3312         (wl-folder-close-all): Ditto.
3313
3314 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3315
3316         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3317         and mailing-list:.
3318         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3319         value.
3320         (wl-summary-line-list-info): Print mailing-list name even when 
3321         list-number is empty.
3322
3323 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3324
3325         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3326
3327         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3328         (wl-draft-open-file): Ditto.
3329         (wl-draft-random-alphabet): Ditto.
3330
3331         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3332         bindings.
3333
3334 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3335
3336         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3337         * wl-vars.el (wl-draft-config-alist): Ditto.
3338
3339 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3340
3341         * Version number is increased to 2.9.14.
3342
3343         * wl.el (wl): Don't set wl-init as nil when error occured while
3344         auto-checking folders.
3345
3346         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3347         `elmo-expand-newtext'.
3348
3349 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3350
3351         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3352         `this-command' so that `wl-folder-goto-folder' contained in
3353         `wl-summary-keep-cursor-command' work.
3354
3355 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3356
3357         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3358         message buffer displaying state.
3359
3360 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3361
3362         * wl-vars.el (wl-summary-default-view): New variable to specify
3363         default value for `wl-summary-buffer-view' instead of using
3364         set-default.
3365         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3366
3367 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3368
3369         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3370
3371         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3372
3373 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3374
3375         * wl-vars.el (wl-forward-subject-prefix): New variable.
3376         * wl-draft.el (wl-draft-forward): Use it.
3377
3378 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3379
3380         * wl-message.el (wl-message-prev-page): When it is called without
3381         lines argument, scroll down by wl-message-scroll-amount lines.
3382         (wl-message-next-page): Ditto.
3383         * wl-vars.el (wl-message-scroll-amount): Change default value
3384         to preserve current behavior.
3385
3386 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3387
3388         * wl-summary.el (wl-summary-prefetch-msg): Bind
3389         `wl-message-entity' to call `wl-summary-from-function'.
3390
3391 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3392
3393         * wl-message.el (wl-message-buffer-create): Run
3394         wl-message-buffer-created-hook.
3395
3396 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3397
3398         * wl-summary.el (wl-summary-sort-specs): New variable.
3399         (wl-summary-default-sort-spec): Ditto.
3400         (wl-summary-sort): Rewrite.
3401         (wl-summary-sort-by-list-info): New function.
3402
3403 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3404
3405         * wl-summary.el (wl-summary-get-list-info): New function.
3406         (wl-summary-sort): Rewrite.
3407         (wl-summary-line-list-info): Ditto.
3408         (wl-summary-line-list-count): Ditto.
3409         (wl-summary-refile-region): Fixed docstring.
3410
3411 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3412
3413         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3414         `wl-folder-entity-hashtb' as completion table.
3415
3416 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3419         only when this command is called interactively; silence the byte-
3420         compiler.
3421
3422 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3423
3424         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3425         active in XEmacs.
3426
3427 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3428
3429         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3430         plural lines.
3431
3432 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3433
3434         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3435         of current line when the cursor is on the header name.
3436         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3437
3438 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3439
3440         * wl-util.el (wl-read-directory-name): Return displayed directory
3441         as the default value also on XEmacs.
3442
3443 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3444
3445         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3446         formatting.
3447
3448 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3449
3450         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3451         argument and when it is non-nil, check face property before
3452         highlighting for each line.
3453         (wl-highlight-summary-window): Set it.
3454
3455 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3456
3457         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3458         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3459
3460         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3461         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3462         (wl-draft-get-fcc-list): Likewise.
3463
3464 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3465
3466         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3467         (wl-thread-entity-cur): Ditto.
3468         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3469         wl-thread-indent-regexp setting.
3470         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3471
3472         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3473         wl-summary-lazy-highlight.
3474         (wl-summary-display-bottom): Ditto.
3475
3476         * wl-thread.el (wl-thread-open-close): Likewise.
3477
3478         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3479         from and subject;
3480         Bind wl-draft-use-frame;
3481         Enclose with save-window-excursion;
3482         Use wl-draft-create-buffer instead of with-temp-buffer;
3483         Use wl-draft-prepare-edit;
3484         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3485         Use wl-draft-send instead of wl-draft-raw-send.
3486
3487 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3488
3489         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3490         of using wl-from.
3491
3492 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3493
3494         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3495         insert-buffer instead of clone-buffer.
3496         (wl-draft-doing-mime-bcc): New variable.
3497         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3498         infinite loop.
3499         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3500
3501         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3502         (wl-draft-mime-bcc-body): Ditto.
3503
3504         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3505         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3506         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3507         wl-draft-do-mime-bcc.
3508         (wl-draft-mime-bcc-field): New function.
3509         (wl-draft-do-mime-bcc): Ditto.
3510
3511         * wl-address.el (wl-address-complete-header-list): New variable.
3512         (wl-address-complete-header-regexp): Changed default value.
3513
3514         * Version number is increased to 2.9.13.
3515
3516 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3517
3518         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3519         it is differed.
3520
3521 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3522
3523         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3524         (wl-summary-line-list-count): Ditto.
3525
3526 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3527
3528         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3529         (wl-nntp-posting-function): New variable.
3530         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3531         `wl-nntp-posting-config-alist'.
3532
3533 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3534
3535         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3536         FLIM.
3537
3538 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3539
3540         * wl-summary.el (wl-summary-target-mark-refile-sub):
3541         Remove a nuisance funcall.
3542
3543 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3544
3545         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3546         as t for `try-completion'.
3547
3548 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3549
3550         * wl-summary.el (wl-summary-default-from): Use
3551         wl-address-header-extract-address instead of
3552         std11-extract-address-components.
3553         (wl-summary-simple-from): Ditto.
3554         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3555         (wl-summary-insert-headers): Show message.
3556         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3557         for whole line.
3558         (wl-summary-default-from): Revert last change.
3559         (wl-summary-simple-from): Ditto.
3560         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3561         (wl-summary-mark-as-read-region): Follow the change above.
3562         (wl-summary-sync-marks): Ditto.
3563         (wl-summary-target-mark-mark-as-read): Ditto.
3564         (wl-summary-redisplay-internal): Ditto.
3565         (wl-summary-redisplay-no-mime-internal): Ditto.
3566         (wl-summary-redisplay-all-header): Ditto.
3567         (wl-summary-mark-as-read): Removed argument `cached';
3568         Use current cache status to set cache mark.
3569         (wl-summary-redisplay-internal): Follow the change above.
3570         (wl-summary-redisplay-no-mime-internal): Ditto.
3571         (wl-summary-redisplay-all-header): Ditto.
3572
3573         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3574
3575         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3576         Don't call itself recursively (Adviced by Yamaoka-san).
3577
3578 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3579
3580         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3581         bind wl-summary-highlight as nil to avoid error caused by missing
3582         local variables.
3583
3584 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3585
3586         * wl-vars.el (wl-invalid-character-message): New user option.
3587
3588         * wl-util.el (wl-set-string-width): If truncated string-width is
3589         larger than specified width, use `wl-invalid-character-message'.
3590
3591 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3592
3593         * wl-summary.el (wl-summary-prefetch-msg): 
3594         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3595
3596 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3597
3598         * wl-vars.el (wl-summary-check-line-format): New user option.
3599         (wl-summary-line-format-file): Ditto.
3600
3601         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3602         variable.
3603         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3604         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3605         and `wl-summary-view-old-p' to check whether do a rescan or not.
3606         (wl-summary-view-old-p): New function.
3607         (wl-summary-line-format-changed-p): Ditto.
3608         (wl-summary-line-format-save): Ditto.
3609         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3610
3611         * wl-util.el (wl-set-string-width): Avoid using negative number
3612         for make-string.
3613
3614 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3615
3616         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3617         return value.
3618
3619         * wl-util.el (wl-set-string-width): Added optional argument
3620         `padding' (All other related portions are changed).
3621         (wl-line-parse-format): If the first letter of column number is
3622         `0', zero-padding the result (ex: "%05l").
3623
3624         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3625
3626 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3627
3628         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3629         sequential summary view.
3630
3631 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3634         if it doesn't have a -unix version.
3635
3636 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3637
3638         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3639
3640 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3641
3642         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3643         content.
3644         (wl-draft): Follow the change above.
3645
3646         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3647
3648         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3649         and wl-folder-summary-line-format-alist contain %T and %P.
3650
3651         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3652         (wl-summary-mode-line-format): New user option.
3653         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3654         (wl-summary-line-format): Changed default value.
3655         (wl-summary-lazy-highlight): Changed default value.
3656
3657         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3658         change in wl-summary-create-line.
3659         (wl-thread-insert-entity-sub): Ditto.
3660
3661         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3662         (wl-summary-buffer-unread-status): Ditto.
3663         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3664         (wl-summary-buffer-persistent-mark-column): Ditto.
3665         (wl-summary-buffer-mode-line-formatter): Ditto.
3666         (wl-summary-buffer-mode-line): Ditto.
3667         (wl-summary-message-regexp): Abolished.
3668         (All other related portions are changed.)
3669         (wl-summary-detect-mark-position): New function.
3670         (wl-summary-buffer-set-folder): Setup
3671         wl-summary-buffer-mode-line-formatter.
3672         (wl-summary-mode): Setup selective-display;
3673         Setup pre-idle-hook when xemacs.
3674         (wl-summary-update-modeline): Rewrite.
3675         (wl-summary-jump-to-msg): Define as function;
3676         Changed regexp for searching messages.
3677         (wl-summary-message-number): Rewrite.
3678         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3679         Do rescan when old type summary cache.
3680         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3681         (wl-summary-remove-destination): Use '\r' to detect EOL.
3682         (wl-summary-print-destination): Ditto.
3683         (wl-summary-temp-mark): New inline function.
3684         (wl-summary-persistent-mark): Ditto.
3685         (wl-summary-line-number): New function.
3686         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3687         (wl-summary-line-list-count): New function.
3688         (wl-summary-create-line): Added argument persistent-mark.
3689         (All other related portions are changed)
3690         (wl-summary-create-line): Insert '\r'.
3691         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3692         (wl-summary-cursor-move-surface): New inline function.
3693         (wl-summary-prev): Use it.
3694         (wl-summary-next): Ditto.
3695
3696         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3697         wl-summary-message-regexp.
3698         (wl-highlight-summary): Delete progress message.
3699         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3700
3701         * Version number is increased to 2.9.12.
3702
3703 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3704
3705         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3706         variable (nil: no minimum).
3707         (wl-summary-line-subject): Add some spaces after subject by
3708         wl-summary-line-subject-minimum-length.
3709
3710 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3711
3712         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3713         and removed `F'.
3714         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3715         change above).
3716
3717 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3718
3719         * wl-summary.el (wl-summary-line-list-count): Reverted.
3720         (example setting in samples/*/dot.wl is also updated)
3721
3722 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3723
3724         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3725
3726         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3727
3728         * wl-vars.el (wl-summary-line-format): Addes some description to the
3729         docstring.
3730
3731         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3732         (wl-summary-line-close-bracket): Ditto.
3733         (wl-summary-line-children-number): Ditto.
3734         (wl-summary-line-thread-indent): Ditto.
3735         (wl-summary-line-children-and-from): Ditto.
3736
3737         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3738         't', 'c', 'F' and added 'C'.
3739
3740         * wl-util.el (wl-set-string-width): Accept negative value.
3741         (wl-line-parse-format): Added "%number(" and "%)".
3742
3743 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3744
3745         * wl-summary.el (wl-summary-line-list-count): Change format of the
3746         return value.
3747
3748 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3749
3750         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3751         from the recent message.el.
3752         (wl-draft-point-in-header-p): Ditto.
3753         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3754         wl-draft-beginning-of-line.
3755         * wl-e21.el (wl-draft-mode-map): Ditto.
3756         * wl-xmas.el (wl-draft-mode-map): Ditto.
3757
3758         * wl-folder.el: Sort macrodefs by dependencies.
3759
3760 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3761
3762         * wl-summary.el (wl-summary-prev): Fixed regexp.
3763         (wl-summary-next): Ditto.
3764
3765 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3766
3767         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3768
3769 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3770
3771         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3772         for backward compatibility.
3773
3774 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3775
3776         * wl-summary.el (wl-summary-line-list-count): New function, merged
3777         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3778         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3779         list counts.
3780
3781 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3782
3783         * wl-summary.el (wl-summary-create-line): Ignore errors while
3784         timezone-fix-time.
3785
3786         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3787
3788         * wl-summary.el (wl-summary-sync-update): Ditto.
3789         (wl-summary-default-from): Use wl-message-entity
3790         instead of entity.
3791
3792         * wl-summary.el (wl-summary-create-line): Fix.
3793
3794         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3795         (wl-summary-line-format): New user option.
3796         (wl-folder-summary-line-format-alist): Ditto.
3797         (wl-summary-from-width): Abolished.
3798
3799         * wl-util.el (toplevel): Require 'bytecomp.
3800         (wl-line-parse-format): New function.
3801         (wl-line-formatter-setup): New macro.
3802
3803         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3804         (wl-summary-buffer-line-formatter): New buffer local variable.
3805         (wl-summary-switch-to-clone-buffer): Follow the change above.
3806         (wl-summary-message-regexp): Fix.
3807         (wl-summary-from-func-internal): Abolished.
3808         (wl-summary-subject-func-internal): Ditto.
3809         (wl-summary-subject-filter-func-internal): Ditto.
3810         (All other related portions are changed.)
3811         (wl-summary-buffer-set-folder):
3812         Set up wl-summary-buffer-number-column and 
3813         wl-summary-buffer-line-formatter
3814         (All other related portions are changed.)
3815         (wl-summary-buffer-number-column-detect): Abolished.
3816         (All other related portions are changed.)
3817         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3818         (wl-summary-delete-all-temp-marks-on-buffer): Use
3819         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3820         (wl-summary-target-mark-delete): Ditto.
3821         (wl-summary-target-mark-refile-subr): Ditto.
3822         (wl-summary-target-mark-mark-as-read): Ditto.
3823         (wl-summary-target-mark-mark-as-unread): Ditto.
3824         (wl-summary-target-mark-mark-as-important): Ditto.
3825         (wl-summary-target-mark-save): Ditto.
3826         (wl-summary-replace-status-marks): Renamed from
3827         wl-summary-set-status-marks-on-buffer;
3828         Use wl-summary-message-regexp instead of
3829         wl-summary-buffer-number-regexp.
3830         (wl-summary-sync-update): Follow the change above.
3831         (wl-summary-goto-previous-message-beginning): New function.
3832         (wl-summary-mark-as-unread): Use it.
3833         (wl-summary-mark-as-important): Ditto.
3834         (wl-summary-line-formatter): New variable.
3835         (wl-summary-line-year): New function.
3836         (wl-summary-line-day): Ditto.
3837         (wl-summary-line-day-of-week): Ditto.
3838         (wl-summary-line-hour): Ditto.
3839         (wl-summary-line-minute): Ditto.
3840         (wl-summary-line-open-bracket): Ditto.
3841         (wl-summary-line-close-bracket): Ditto.
3842         (wl-summary-line-children-number): Ditto.
3843         (wl-summary-line-thread-indent): Ditto.
3844         (wl-summary-line-size): Ditto.
3845         (wl-summary-line-subject): Ditto.
3846         (wl-summary-line-from): Ditto.
3847         (wl-summary-line-children-and-from): Ditto.
3848         (wl-summary-create-line): Rewritten.
3849         (wl-summary-format-date): Abolished.
3850
3851         * wl-highlight.el (wl-highlight-summary-current-line): Use
3852         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3853         Use thread structure to detect thread top message.
3854
3855         * wl-draft.el (wl-default-draft-cite): Don't use
3856         wl-summary-from-func-internal.
3857
3858         * wl-refile.el (wl-refile-subject-learn): Don't use
3859         wl-summary-subject-filter-func-internal.
3860         (wl-refile-guess-by-subject): Ditto.
3861
3862         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3863         parameters.
3864
3865         * wl-thread.el (wl-thread-update-indent-string-region):
3866         Use wl-thread-update-line-on-buffer instead of
3867         wl-thread-update-indent-string.
3868         (wl-thread-update-children-number): Redefine using
3869         wl-thread-update-line-on-buffer.
3870         (wl-thread-update-indent-string): Abolished.
3871
3872         * Version number is increased to 2.9.11.
3873
3874 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3875
3876         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3877         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3878         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3879
3880         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3881         as nil.
3882
3883         * wl-thread.el (wl-thread-open-all-unread): Use 
3884         elmo-folder-list-messages-mark-match.
3885         (wl-thread-insert-message): Removed argument `mark-alist'.
3886         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3887         elmo-msgdb-set-mark.
3888         (wl-thread-get-children-msgs-uncached): Likewise.
3889         (wl-thread-get-exist-children): Added argument include-self.
3890         (wl-thread-delete-message): Follow the change above.
3891
3892         * wl-summary.el (wl-summary-count-unread): Removed argument.
3893         (wl-summary-rescan): Follow the change above.
3894         (wl-summary-mark-as-read-region): Ditto
3895         (wl-summary-mark-as-unread-region): Ditto.
3896         (wl-summary-delete-messages-on-buffer): Ditto.
3897         (wl-summary-sync-update): Ditto.
3898         (wl-summary-switch-to-clone-buffer): Ditto.
3899         (wl-summary-goto-folder-subr): Ditto.
3900         (wl-summary-target-mark-mark-as-read): Ditto.
3901         (wl-summary-target-mark-mark-as-unread): Ditto.
3902         (wl-summary-target-mark-mark-as-important): Ditto.
3903         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3904         (wl-summary-update-thread): Removed argument `mark-alist'.
3905         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3906         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3907         (wl-summary-resume-cache-status): Likewise.
3908         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3909         elmo-msgdb-set-mark.
3910         (wl-summary-mark-as-read-all): Likewise.
3911         (wl-summary-delete-cache): Ditto.
3912         (wl-summary-auto-select-msg-p): Ditto.
3913         (wl-summary-mark-as-unread): Ditto.
3914         (wl-summary-no-auto-refile-message-p): Ditto.
3915         (wl-summary-mark-as-read): Ditto.
3916         (wl-summary-mark-as-important): Ditto.
3917         (wl-summary-auto-refile): Follow the change above.
3918         (wl-summary-delete-all-marks): Removed.
3919         (wl-summary-resume-marks-and-highlight): Ditto.
3920         (wl-summary-resume-marks): Ditto.
3921         (wl-summary-delete-important-msgs-from-list): Ditto.
3922         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3923
3924         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3925         wl-summary-count-unread.
3926
3927         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3928         (wl-summary-score-update-all-lines): Use
3929         elmo-msgdb-set-mark.
3930
3931 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3932
3933         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3934         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3935         (wl-summary-create-line): Renamed from
3936         wl-summary-overview-create-summary-line;
3937         Argument rearrangement.
3938         (wl-summary-update-thread): Follow the change above.
3939
3940         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3941         (wl-thread-insert-entity-sub): Likewise.
3942
3943         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3944         argument `overview', `mark-alist' and added `msgdb'.
3945
3946         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3947
3948         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3949         (wl-summary-rescan): Follow the change above.
3950         (wl-summary-sync-update): Ditto.
3951         (wl-summary-insert-thread-entity): Ditto;
3952         Don't use `let*' in every while loop;
3953         Detect infinite loop of threads.
3954         (wl-summary-update-thread): Removed argument `overview'.
3955
3956         * wl-thread.el (wl-thread-insert-message): Ditto.
3957
3958         * Version number is increased to 2.9.10.
3959
3960         * wl-message.el (wl-message-redisplay): Ignore errors while
3961         wl-message-redisplay-hook.
3962
3963 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3964
3965         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3966
3967 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3968
3969         * wl.el (wl): inhibit-quit while wl-folder.
3970
3971 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3972
3973         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3974         while msgdb access.
3975
3976 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3977
3978         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3979         even if no folder is not created.
3980
3981 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3982
3983         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3984
3985         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3986         implementation.
3987         (wl-summary-target-mark-thread): Ditto.
3988
3989         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3990
3991 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3992
3993         * wl-util.el (wl-display-bytes): Remove unused function.
3994
3995 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3996
3997         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3998         seems critical one (partially reverse the change in 2002/03/17).
3999
4000 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4001
4002         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4003         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4004
4005 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4006
4007         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4008         is not writable.
4009         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4010         plugged status instead of `'force' as 2nd argument.
4011
4012         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4013         is not creatable.
4014
4015         * Version number is increased to 2.9.9.
4016
4017 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4018
4019         * wl-summary.el (wl-summary-suspend): New function.
4020
4021 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4022
4023         * wl.el (wl): Do not check variables if check is nil.
4024         * wl-utils.el (wl-collect-draft): New function.
4025         * wl-folder.el (wl-folder-suspend): Put summary buffers
4026         and draft buffers at the end of buffer list.
4027         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4028
4029 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4030
4031         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4032         loop instead of recursive call.
4033
4034         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4035         2nd argument.
4036
4037 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4038
4039         * wl-draft.el (wl-draft-create-contents): Don't take neither
4040         (function . args) nor (string . something) any more.
4041
4042         * wl-version.el (wl-generate-user-agent-string): Return string
4043         without header symbol.
4044         * wl-draft.el (wl-draft-default-headers): Use it.
4045
4046         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4047         `wl-draft-insert-ccs' and return field value instead of inserting
4048         the header. Abolish cc argument.
4049         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4050
4051         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4052         rather than one with string car.
4053
4054         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4055         * wl-draft.el (wl-draft-create-contents): Add it after the default
4056         headers.
4057
4058         * wl-draft.el (wl-draft-create-contents): For the case of
4059         (symbol-or-string . function) insert header only when the function
4060         returns string value.
4061
4062 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4063
4064         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4065         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4066
4067 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4068
4069         * wl.el (wl-check-environment): Don't check Message-ID when
4070         `wl-insert-message-id' is nil.
4071         Revive checking if `wl-message-id-domain' contains "@".
4072
4073 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4074
4075         * wl.el (wl-check-environment): Merge examination for "@" at
4076         inappropriate position into the first string-match.
4077
4078         * wl-summary.el (wl-summary-target-mark-print): New function.
4079         (wl-summary-pipe-message-subr): Extracted from
4080         `wl-summary-pipe-message'.
4081         (wl-summary-target-mark-pipe): New function.
4082         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4083         `wl-summary-target-mark-pipe'.
4084
4085 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4086
4087         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4088
4089 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4090
4091         * wl.el (wl-check-environment): Use elmo-warning instead of
4092         error for non-critical ones.
4093         Remove trash folder check.
4094         (wl): Don't ignore error in wl-check-environment.
4095
4096         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4097         check, which is moved from `wl-check-environment'.
4098         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4099
4100 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4101
4102         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4103         guess anything, call wl-summary-write.
4104         (wl-summary-write): Create draft with blank To field.
4105         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4106
4107 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4108
4109         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4110         argument full as well for wl-folder-write-current-folder.
4111         If wl-*-write-current-folder cannot guess addressee, add blank
4112         To header.
4113         Rewrite condition for positioning cursor.
4114
4115 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4116
4117         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4118         summary buffer is present, use it.
4119         (wl-folder-jump-to-previous-summary): Ditto.
4120
4121 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4122
4123         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4124
4125         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4126         wl-summary-previous-buffer and wl-summary-next-buffer.
4127
4128         * wl-folder.el (wl-folder-mode-map): Bind
4129         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4130         (wl-folder-jump-to-next-summary): New function.
4131         (wl-folder-jump-to-previous-summary): Ditto.
4132
4133         * wl-draft.el (wl-draft): Rearranged.
4134
4135 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4136
4137         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4138         of header.
4139         (wl-draft): Collect arguments for the header as header-alist.
4140         (wl-draft-forward): Arrange arguments for wl-draft.
4141         (wl-draft-reply): Ditto.
4142         (wl-draft-edit-string): Ditto.
4143         * wl-summary.el (wl-summary-write): Ditto.
4144         (wl-summary-write-current-folder): Ditto.
4145
4146         * Version number is increased to 2.9.8.
4147
4148 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4149
4150         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4151
4152         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4153
4154         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4155         even if the guess failed.
4156
4157         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4158         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4159         wl-summary-write-current-folder.
4160         * wl-xmas.el: Ditto.
4161
4162 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4163
4164         * wl-summary.el (wl-summary-next-page): Force display message if
4165         message is not displayed yet.
4166         (wl-summary-prev-page): Ditto.
4167
4168 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4169
4170         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4171
4172 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4173
4174         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4175         add "Preview Message" and "Save Draft and Exit".
4176
4177 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4178
4179         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4180         if addrmgr is called from draft in splitted window.
4181
4182         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4183         * wl-mule.el: Ditto.
4184         * wl-xmas.el: Ditto.
4185
4186 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4187
4188         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4189
4190         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4191         * wl-xmas.el (wl-folder-toolbar): Ditto.
4192
4193 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4194
4195         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4196         and wl-draft-save-and-exit.
4197         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4198         * wl-xmas.el: Ditto.
4199         * wl-mule.el: Ditto.
4200
4201         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4202         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4203
4204 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4205
4206         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4207         lists for saving buffer.
4208
4209 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4210
4211         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4212         parent-folder argument instead of it.
4213         (wl-draft-create-buffer): Ditto.
4214         (wl-draft-forward): Ditto.
4215         (wl-draft-reply): Ditto.
4216         * wl-summary.el (wl-summary-write): Ditto.
4217         (wl-summary-write-current-folder): Ditto.
4218
4219         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4220         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4221         Folder buffer after composing.
4222
4223 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4226         header if the file `wl-x-face-file' already contains it.
4227
4228 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4229
4230         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4231         folder" entry.
4232         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4233         * wl-e21.el (wl-folder-toolbar): Ditto.
4234         * wl-xmas.el (wl-folder-toolbar): Ditto.
4235
4236 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4237
4238         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4239         wl-folder-goto-folder with sticky argument.
4240         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4241
4242 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4243
4244         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4245         and wl-summary-previous-buffer.
4246         (wl-summary-next-buffer): New function.
4247         (wl-summary-previous-buffer): Ditto.
4248
4249 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4250
4251         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4252         wl-folder-jump-to-current-entity-with-arg.
4253         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4254         `wl-folder-jump-to-current-entity'.
4255         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4256         `wl-summary-goto-folder-sticky'.
4257         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4258         `wl-summary-goto-folder'.
4259         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4260         Unless force-exit, do not clean temp. marks for sticky summary.
4261         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4262
4263 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4264
4265         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4266         not entire.
4267
4268 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4271         to `C-x C-s'.
4272         (wl-summary-save-status): New command.
4273         (wl-summary-exit): Don't clean-up temp marks when sticky.
4274         (Applied patch from Nakayama-san [wl: 09548])
4275         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4276         Do nothing when no mark data.
4277         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4278         Call `wl-summary-delete-all-temp-marks' before saving.
4279
4280 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4281
4282         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4283
4284 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4285
4286         * wl.el (wl-check-environment): Also cause error when (system-name)
4287         returns "localhost.localdomain". (Although it doesn't affect because
4288         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4289
4290 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4291
4292         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4293         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4294
4295         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4296         value.
4297
4298 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4299
4300         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4301         Likewise r-cc-list and r-ng-list.
4302
4303 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4304
4305         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4306         only if it is bound as variable.
4307
4308         * wl-mime.el (wl-draft-preview-message): Ditto.
4309
4310 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4311
4312         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4313         needless `goto-char'.
4314
4315         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4316         `wl-summary-redisplay-no-mime-internal' instead of
4317         `wl-summary-redisplay-no-mime'.
4318         (wl-summary-redisplay-no-mime): Changed argument;
4319         Call `wl-summary-redisplay-no-mime-internal'.
4320
4321         * wl-mime.el (wl-draft-preview-message): Bind
4322         `mime-header-encode-method-alist' locally.
4323
4324         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4325         (wl-draft-std11-parse-addresses): Added the first address check.
4326         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4327
4328         * Version number is increased to 2.9.7.
4329
4330 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4331
4332         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4333
4334 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4335
4336         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4337         related to scrollbar support, if there is no such a feature
4338         compiled in.
4339
4340 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4341
4342         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4343         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4344         for prefetch.
4345
4346 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4347
4348         * wl-summary.el (wl-summary-pick): Fix for no match.
4349
4350 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4351
4352         * wl-draft.el (wl-draft-save):
4353         Override `mime-header-encode-method-alist'.
4354
4355 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4356
4357         * wl-folder.el (wl-folder-pick): New function.
4358         Define key as "?".
4359
4360 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4361
4362         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4363         Fix for unplugged.
4364
4365 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4366
4367         * wl-folder.el (wl-folder-virtual): New function.
4368         Define key as "V".
4369
4370 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4371
4372         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4373         multi folder if entity is group.
4374
4375 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4376
4377         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4378         is nil.
4379
4380 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4381
4382         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4383         (wl-summary-target-mark-msgs): Return the number of marked messages.
4384
4385 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4386
4387         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4388         "first:" is specified.
4389
4390 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4391
4392         * wl-vars.el (wl-from): Use return value of function
4393         user-full-name instead of the variable user-full-name since
4394         XEmacs-20.4 doesn't set this variable.
4395
4396 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4397
4398         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4399         call `wl' directly.
4400
4401 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4402
4403         * wl-draft.el (wl-draft-reedit): Removed duplicated
4404         switch-to-buffers.
4405
4406 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * wl.el (wl-other-frame): Removed garbages.
4409
4410 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4411
4412         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4413
4414         * wl-xmas.el (wl-draft-key-setup): Ditto.
4415
4416         * wl-mule.el (wl-draft-key-setup): Ditto.
4417
4418         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4419         (wl-draft-reedit): Ditto.
4420         (wl-draft-prepare-edit): Add `wl-draft-save' to
4421         `local-write-file-hooks'.
4422         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4423         (wl-draft-reedit): Set buffer-file-name.
4424         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4425
4426
4427         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4428         call it.
4429         (wl-delete-startup-frame-function): New variable.
4430         (wl-other-frame): New function
4431         (Original was written by Yamaoka san [wl: 09239]).
4432
4433         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4434         if `wl-folder-use-frame'.
4435
4436 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4437
4438         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4439
4440 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4441
4442         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4443         New variable.
4444         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4445         (wl-message-buffer-prefetch-get-next): Use them.
4446         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4447
4448 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4449
4450         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4451         with unwind-protect.
4452
4453         * wl-draft.el (wl-draft-reedit): Rewrite.
4454         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4455         (wl-draft-save): Insert header separator if it does not exist;
4456         Removed condition-case.
4457
4458         * wl-summary.el (wl-summary-reedit): Revert last change.
4459
4460         * wl-draft.el (wl-draft-save): Rewrite.
4461         (wl-draft-create-buffer): Set buffer-file-name as nil.
4462
4463         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4464
4465         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4466
4467         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4468         nil.
4469
4470 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4471
4472         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4473         If count is nil, do not prefetch.
4474         (wl-message-buffer-prefetch-next): Next.
4475
4476 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4477
4478         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4479
4480 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4481
4482         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4483         `delete-backward-char'
4484         (wl-draft-prepare-edit): Check major-mode.
4485         (wl-draft-decode-header): Rewrite.
4486         (wl-draft): Fix.
4487
4488 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4489
4490         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4491
4492 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4493
4494         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4495         (wl-message-buffer-prefetch-get-next): Remove size checking.
4496         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4497
4498 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4499
4500         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4501         (wl-draft-default-headers): Fix.
4502
4503 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4504
4505         * wl-draft.el (wl-draft-default-headers): Insert return value of
4506         `wl-generate-mailer-string-function'.
4507
4508 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4509
4510         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4511         (wl-draft-insert-mail-header-separator): Ditto.
4512
4513         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4514         again (Reverted the change on 2002-01-17 by OKADA san).
4515
4516 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4517
4518         * wl-draft.el (wl-draft): Rewrite.
4519         (wl-draft-create-buffer): New function.
4520         (wl-draft-create-contents): Ditto.
4521         (wl-draft-prepare-edit): Ditto.
4522         (wl-draft-decode-header): Ditto.
4523         (wl-draft-decode-body): Ditto.
4524         (wl-draft-check-new-line): Ditto.
4525         (wl-draft-default-headers): Ditto.
4526         (wl-draft-insert-mail-header-separator): Ditto.
4527
4528 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4529
4530         * Version number is increased to 2.9.6.
4531
4532 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4533
4534         * wl-draft.el (wl-draft-delete-field): Optional argument.
4535         (wl-draft-delete-fields): Ditto.
4536
4537 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4538
4539         * wl-message.el (toplevel): Eliminated byte-compile warning.
4540         for `itimer-function', `delete-timer' and `itimer-list'.
4541
4542 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4543
4544         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4545         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4546         `wl-message-buffer-prefetch-threshold'.
4547         * wl-summary.el (wl-summary-redisplay-internal): Remove
4548         the check of `wl-message-buffer-prefetch-depth'.
4549
4550 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4551
4552         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4553         size of article.
4554         (wl-message-buffer-prefetch-subr): Remove size check.
4555
4556 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4557
4558         * wl-vars.el (wl-plugged): Make customizable.
4559
4560 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4561
4562         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4563         (wl-message-buffer-prefetch-set-timer): New function.
4564         (wl-message-buffer-prefetch-get-next): New function.
4565         (wl-message-buffer-prefetch): New function.
4566         (wl-message-buffer-prefetch-next): Rewrite.
4567         (wl-message-buffer-prefetch-subr): Rewrite.
4568         * wl-vars.el (wl-auto-prefetch-first): New variable.
4569         * wl-summary.el (wl-summary-goto-folder-subr): Call
4570         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4571
4572 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4573
4574         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4575         `wl-summary-unread-message-hook'.
4576
4577 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4578
4579         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4580         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4581         if range is `cache-status'.
4582
4583 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4584
4585         * wl-message.el (wl-message-buffer-prefetch-subr):
4586         Improve debug message.
4587
4588 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4589
4590         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4591         `wl-mail-send-pre-hook'.
4592         (wl-draft-send-mail-with-qmail): Ditto.
4593         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4594
4595 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4596
4597         * wl-message.el (wl-message-buffer-prefetch-subr):
4598         Fix for cancel-function-timers bug.
4599         (wl-message-buffer-prefetch-debug): Default value is t.
4600
4601 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4602
4603         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4604         (wl-message-buffer-prefetch-subr): Rewrite.
4605         Rename from `wl-message-buffer-prefetch'.
4606
4607 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608
4609         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4610         (wl-default-draft-cite-decorate-author): Ditto.
4611
4612         * wl-draft.el (wl-draft-cite-function): Removed.
4613         (wl-default-draft-cite-decorate-author): Ditto.
4614
4615 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4616
4617         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4618         (wl-default-draft-cite): Do not arrange author name if the value of
4619         `wl-default-draft-cite-decorate-author' is nil.
4620
4621 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4622
4623         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4624
4625         * wl-folder.el (wl-folder-check-one-entity): Don't care
4626         `elmo-folder-use-flag-p'.
4627
4628 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4629
4630         * wl-folder (wl-folder-check-one-entity): Fix
4631         problem if unread is nil.
4632
4633 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4634
4635         * wl-address.el (wl-address-make-completion-list): Check whether
4636         the address is a group list.
4637         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4638
4639 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4640
4641         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4642         The number of the messages of new and unread does not count
4643         correctly.
4644
4645         * wl-summary.el (wl-summary-count-unread): Changed to return
4646         `(new . unread)' instead of total.
4647         (wl-summary-sync-update): Follow the change above.
4648
4649         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4650
4651 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4652
4653         * wl-address.el (wl-address-make-completion-list): Do not enclose
4654         address by " <" and ">" if associated realname is "".
4655         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4656         This is against the promblem with group list in .addresses pointed
4657         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4658
4659 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4660
4661         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4662         message is a format control string.
4663         * wl-expire.el (wl-expire-append-log): Ditto.
4664         * wl-mime.el (wl-summary-burst-subr): Ditto.
4665         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4666         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4667
4668 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4669
4670         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4671         wl.el (wl-check-variables): Rename from `wl-check-type'.
4672         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4673         (wl-check-variables-2): New function.
4674         (wl): Call `wl-check-variables-2'.
4675
4676 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4677
4678         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4679         after renaming folder in access group.
4680
4681 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4682
4683         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4684         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4685         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4686         (wl-message-buffer-prefetch): Rewrite.
4687         (wl-message-buffer-prefetch-idle-time): Removed.
4688         * wl-summary.el (wl-summary-redisplay-internal):
4689         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4690         Error check for `wl-message-buffer-prefetch-depht'.
4691
4692 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4693
4694         * Version number is increased to 2.9.5.
4695         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4696
4697 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4698
4699         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4700         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4701         Based on the patch written by
4702         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4703
4704 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-draft.el (wl-draft-raw-send): Fix for
4707         `wl-news-send-pre-hook'
4708
4709 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * wl-utils.el (wl-message-id-function): New variable.
4712         * wl-draft.el (wl-draft-insert-required-fields):
4713         Use `wl-message-id-function'.
4714
4715 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4716
4717         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4718         * wl-utils.el (wl-draft-make-message-id-string):
4719         Use `wl-from' for domain part of Message-ID
4720         if `wl-message-id-use-wl-from' if non-nil.
4721         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4722
4723 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4724
4725         * wl.el (wl): Call `wl-check-type'
4726         Do not 'condition-case'.
4727
4728 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4729
4730         * wl.el (wl-check-type): New function.
4731         (wl-check-type-variables): New variable.
4732
4733 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4734
4735         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4736
4737 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4738
4739         * wl-draft.el (wl-smtp-password-key): New function.
4740         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4741         (wl-draft-send-mail-with-smtp): Ditto.
4742         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4743
4744 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4745
4746         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4747         * wl-utils.el (wl-unique-id-suffix): Remove.
4748
4749 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4750
4751         * Version number is increased to 2.9.4.
4752
4753 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4754
4755         * wl-utils.el (wl-unique-id-suffix): New variable.
4756         (wl-unique-id): Use `wl-unique-id-suffix'
4757
4758 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4759
4760         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4761         instead of `elmo-msgdb-search'.
4762
4763         * Version number is increased to 2.9.3.
4764
4765 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4766
4767         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4768
4769 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4770
4771         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4772         (wl-draft-dispatch-message): Changed for send-later.
4773         (wl-draft-queue-flush): Ditto.
4774         (wl-draft): Clear `wl-sent-message-queued'.
4775         (wl-draft-reedit): Ditto.
4776         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4777         * wl-vars.el (wl-draft-force-queuing): New variable.
4778         (wl-draft-force-queuing-mail): New variable.
4779         (wl-draft-force-queuing-news): New variable.
4780
4781 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4782
4783         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4784         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4785
4786 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4787
4788         * Version number is increased to 2.9.2.
4789
4790 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * wl-draft.el (wl-draft-elide-region): New user command.
4793         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4794
4795         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4796         command `wl-draft-elide-region'.
4797         * wl-mule.el: Ditto.
4798         * wl-xmas.el: Ditto.
4799
4800 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4801
4802         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4803         (wl-biff-check-folder-async): Removed needless let.
4804
4805 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4806
4807         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4808         wl-folder-get-elmo-folder.
4809         (wl-biff-check-folder): Set `biff' argument of
4810         `wl-folder-check-one-entity'.
4811         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4812
4813         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4814         (wl-folder-check-one-entity): Added `biff' argument;
4815         Setup `biff' slot of folder.
4816
4817         * Version number is increased to 2.9.1.
4818
4819 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4822         comment out and fixed.
4823         (wl-fldmgr-add-completion-subr): Ditto.
4824
4825         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4826         and msgdb.
4827
4828         * wl.el (wl-toggle-plugged): Save summary view.
4829
4830 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4831
4832         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4833
4834 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4835
4836         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4837
4838 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4841         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4842         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4843
4844         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4845         if it was failed.
4846         (wl-demo): Disable undo in the demo buffer.
4847
4848 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4849
4850         * wl-version.el (wl-version): Changed codename.
4851
4852         * Version number is increased to 2.9.0.
4853
4854 2001-12-14  Takuo KITAME <kitame@northeye.org>
4855
4856         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4857         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4858         (wl-folder-mark-as-read-all-current-entity): Ditto.
4859
4860 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4861
4862         * wl-vars.el (wl-from-width): Define as obsolete variable.
4863         (wl-subject-length-limit): Ditto.
4864
4865         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4866
4867         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4868         wl-summary-save-view.
4869
4870         * wl.el (wl-save-status): Ditto.
4871         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4872
4873         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4874         (wl-summary-exit): Follow the change above.
4875         (wl-summary-goto-folder-subr): Ditto.
4876
4877         * wl-folder.el (wl-folder-create-subr): Don't use
4878         `elmo-folder-creatable-p'.
4879
4880 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4881
4882         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4883
4884 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4887         rather than bitmap on Emacs 21.
4888         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4889         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4890         for xbm if the new redisplay engine is not available.
4891
4892 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4893
4894         * wl-folder.el (wl-folder-init-hook): New hook.
4895         (wl-folder-init): Run `wl-folder-init-hook'.
4896
4897 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4900
4901 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4902
4903         * wl-acap.el (wl-acap-cache-filename): New variable.
4904         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4905         (wl-acap-init): Use cache if no ACAP server found.
4906
4907 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4908
4909         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4910         `wl-acap-original-msgdb-dir'.
4911
4912         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4913         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4914
4915         * wl-mime.el (wl-mime-save-directory): Renamed from
4916         `wl-mime-save-dir'.
4917
4918 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4921
4922         * wl-demo.el: Require `path-util'.
4923         (wl-demo-bitmap-mule-available-p): New internal variable.
4924         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4925         `module-installed-p' instead.
4926         (wl-demo-insert-image): Use *.img file for a bitmap image.
4927         (wl-demo): Don't call the ascii demo recursively.
4928
4929 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4930
4931         * Version number is increased to 2.7.7.
4932
4933 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4934
4935         * wl.el (wl-exit): Eliminated byte-compile warning.
4936
4937 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4938
4939         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4940         obsolete variable using `elmo-define-obsolete-variable'.
4941         (wl-fetch-confirm-threshold): Ditto.
4942         (wl-cache-prefetch-folder-type-list): Ditto.
4943         (wl-cache-prefetch-folder-list): Ditto.
4944
4945 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4948         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4949         (wl-demo-insert-image): New function.
4950         (wl-demo-insert-text): New function.
4951         (wl-demo-image-type-alist): Redefine as a function.
4952         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4953         (wl-demo-with-temp-file-buffer): Removed.
4954         (wl-logo-xpm): Removed.
4955         (wl-logo-xbm): Removed.
4956         (wl-logo-bitmap): Removed.
4957
4958 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4959
4960         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4961         (wl-expire-localdir-get-folder-function): New user option.
4962         (wl-expire-localdir-get-folder): New function.
4963         (wl-expire-localdir-date): Ditto.
4964
4965 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4966
4967         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4968         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4969         Fixed unread number mismatch when all-unread < unread.
4970
4971 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4972
4973         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4974         (wl-fetch-confirm-threshold): Ditto.
4975
4976         * wl-summary.el (wl-summary-confirm-appends): Removed.
4977         (wl-summary-sync-update): Don't refer
4978         `wl-summary-update-confirm-threshold' (It is now abolished).
4979
4980         * wl-message.el (wl-message-display-internal): Don't refer
4981         `wl-fetch-confirm-threshold' (It is now abolished).
4982
4983 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4984
4985         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4986
4987 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4990         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4991         Change default value to nil.
4992         (wl-summary-indent-length-limit): The value can be nil, nil means
4993         unlimited.
4994
4995         * wl-summary.el: Don't set limit for indent length if the value of
4996         wl-summary-indent-length-limit is nil.
4997         If the value of wl-summary-width is nil, it means only that the width
4998         of summary is unlimited (nil doesn't mean that the indent length is
4999         unlimited).
5000
5001         * wl-thread.el: Ditto.
5002
5003 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5004
5005         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5006         be nil, nil means never confirm.
5007         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5008
5009 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5010
5011         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5012         means unlimited).
5013
5014 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5015
5016         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5017         Use `with-temp-buffer'.
5018
5019 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5020
5021         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5022         with new backquote style).
5023         (wl-folder-get-entity-from-buffer): Ditto.
5024
5025 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5026
5027         * wl-version.el (nemacs-version): Eliminated.
5028         (wl-extended-emacs-version2): Ignore nemacs.
5029         (wl-extended-emacs-version3): Ditto.
5030
5031 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5032
5033         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5034         (wl-draft-add-in-reply-to): New variable.
5035         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5036         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5037         (wl-draft-yank-from-mail-reply-buffer): Use
5038         `wl-draft-add-in-reply-to'.
5039         (wl-draft-insert-current-message): Ditto.
5040
5041 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5042
5043         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5044         typo (kill->hide).
5045         (wl-message-buffer-prefetch-folder-type-list): Added elements
5046         `mark' and `cache' instead of `internal'.
5047
5048 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5049
5050         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5051         resume msgdb directory.
5052
5053 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5054
5055         * wl.el (wl-exit): Call `wl-acap-exit'.
5056
5057         * wl-summary.el (wl-summary-message-string): New function.
5058         (wl-summary-reedit): Use it.
5059         (wl-summary-resend-bounced-mail): Remove needless let.
5060         (wl-summary-supersedes-message): Ditto.
5061         (wl-summary-save): Ditto.
5062
5063         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5064         (wl-acap-init): Set it.
5065         (wl-acap-exit): New function.
5066
5067 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5068
5069         * wl.el (wl-init): Revert (require 'mime-setup). move from
5070         toplevel.
5071
5072 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5073
5074         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5075         local variables.  Add error when guess function return invalid
5076         value.
5077
5078 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5079
5080         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5081         Change local variable name.
5082         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5083         (wl-folder-get-newsgroups): Return nil when non-news folder.
5084         * wl-summary.el (wl-summary-write-current-folder): State through
5085         when guess-list return nil.
5086         (wl-summary-write-current-folder-functions): Fixed docstring.
5087
5088         * wl.el (wl-exit): Changed confirm message.
5089
5090         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5091         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5092
5093         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5094
5095 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5096
5097         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5098         user option (Renamed from wl-cache-prefetch-folder-type-list).
5099         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5100         from wl-cache-prefetch-folder-list).
5101
5102         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5103         Move to wl-vars.el.
5104         (wl-message-buffer-prefetch-p): Changed to enable
5105         `wl-message-buffer-prefetch-folder-list'.
5106
5107         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5108         `ignore-cache'.
5109
5110 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5111
5112         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5113         `part-top' and `part-bottom'.
5114         (wl-draft-config-sub-part-top): New function.
5115         (wl-draft-config-sub-part-bottom): New function.
5116
5117 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5118
5119         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5120
5121 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5122
5123         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5124
5125 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5126
5127         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5128
5129         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5130         (wl-summary-write-current-folder): Ditto.
5131
5132 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5133
5134         * wl-folder.el (wl-folder-get-newsgroups): Use
5135         `elmo-folder-newsgroups'.
5136
5137 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5138
5139         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5140         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5141         `wl-draft-config-sub-header-bottom'.
5142
5143 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5144
5145         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5146         localnews folder.
5147
5148 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5149
5150         * wl-summary.el (wl-summary-mode): Undo last change.
5151
5152         * wl-folder.el (wl-folder-mode): Ditto.
5153
5154 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5155
5156         * wl-summary.el (wl-summary-mode): Locally set
5157         truncate-partial-window-width to nil.
5158         (for XEmacs)
5159
5160         * wl-folder.el (wl-folder-mode): Ditto.
5161
5162 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5163
5164         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5165
5166 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5167
5168         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5169         number.
5170
5171         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5172
5173         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5174
5175         * Version number is increased to 2.7.6.
5176
5177 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5178
5179         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5180
5181 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-summary.el (wl-summary-sync-update): Enclose network
5184         related portion with `unwind-protect'.
5185
5186 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5187
5188         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5189
5190 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5191
5192         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5193         element.
5194         * wl-vars.el (wl-message-body-button-alist): Ditto.
5195
5196         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5197         max match length.
5198         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5199
5200         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5201         for the max match length;
5202         Use 4th element value for the button string regexp group.
5203
5204         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5205         candidate exists, prompt to select.
5206
5207 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5208
5209         * wl-summary.el (wl-summary-jump-to-msg): Search before
5210         calibration point by `beginning-of-line'.
5211
5212 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5213
5214         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5215         for access group.
5216
5217 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5218
5219         * wl-message.el (wl-message-display-internal): Bind
5220         `default-mime-charset'.
5221
5222         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5223
5224         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5225
5226         * Version number is increased to 2.7.5.
5227
5228 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5229
5230         * wl-expire.el (wl-summary-archive): Fixed;
5231         Use `elmo-folder-name-internal'.
5232
5233 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5234
5235         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5236         from `elmo-folder-move-messages' caller.
5237         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5238
5239         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5240         related portions are changed).
5241
5242 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5243
5244         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5245         counter.
5246
5247 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5248
5249         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5250         buffer local and set it to nil.
5251
5252         * wl-message.el (wl-message-redisplay): Ditto.
5253
5254 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5255
5256         * wl-summary.el (wl-summary-mark-as-important): If message is
5257         already cached, set messag as read, otherwise encache and mark as read.
5258
5259 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5260
5261         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5262         point-min.
5263
5264 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5267         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5268         a keymap.
5269
5270 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5271
5272         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5273         parent.
5274
5275         * wl-mule.el (wl-message-define-keymap): Ditto.
5276
5277         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5278
5279         * wl-xmas.el (wl-message-display-internal-hook): Define.
5280         (wl-xmas-setup-message-toolbar): Define as function.
5281         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5282         (wl-message-overload-functions): Abolished.
5283         (wl-message-define-keymap): New function.
5284
5285         * wl-vars.el (wl-message-display-internal-hook): New variable.
5286         (wl-message-header-button-alist): New variable (Renamed from
5287         wl-highlight-message-header-button-alist).
5288         (wl-message-body-button-alist): Ditto.
5289
5290         * wl-mule.el (wl-message-define-keymap): New function.
5291         (wl-message-overload-functions): Abolished.
5292
5293         * wl-message.el (wl-message-add-buttons-to-body): New function.
5294         (wl-message-redisplay): Don't call wl-message-overload-functions;
5295         Call wl-message-add-buttons-to-header and
5296         wl-message-add-buttons-to-body.
5297         (wl-message-display-internal): Set keymap argument for
5298         elmo-mime-display-as-is, elmo-mime-message-display;
5299         Run wl-message-display-internal-hook.
5300         (wl-message-refer-article-or-url): Abolished.
5301
5302         * wl-highlight.el (wl-highlight-headers): Don't call
5303         wl-highlight-message-add-buttons-to-header.
5304         (wl-highlight-message-add-buttons-to-header): Abolished.
5305
5306
5307         * wl-e21.el (wl-message-display-internal-hook): Define.
5308         (wl-e21-setup-toolbar): Deleted duplicated binding.
5309         (wl-e21-setup-message-toolbar): Define as function.
5310         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5311         (wl-message-define-keymap): New function.
5312         (wl-message-overload-functions): Abolished.
5313
5314 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5315
5316         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5317         and elmo-folder-close.
5318
5319         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5320
5321 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5322
5323         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5324         boolean value.
5325         * wl-draft.el (wl-draft-do-fcc): Ditto.
5326
5327 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5328
5329         * wl-vars.el (wl-fcc-force-as-read): New variable.
5330         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5331         mark copied message as read.
5332
5333 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5334
5335         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5336
5337 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5338
5339         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5340         `wl-summary-target-above' instead of obsolete variable
5341         `wl-summary-temp-above'.
5342
5343         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5344         instead of `make-obsolete-variable'.
5345         * wl-refile.el (toplevel): Ditto.
5346
5347 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5350         with third argument t.
5351         (wl-draft): Set first argument for wl-plugged-init as t.
5352
5353         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5354         definition.
5355
5356 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5357
5358         * wl-vars.el: Tabify.
5359         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5360
5361         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5362         message.
5363
5364 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5365
5366         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5367         and set default to beep.
5368
5369 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5370
5371         * wl-vars.el (wl-draft-truncate-lines): New variable.
5372
5373         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5374         instead of wl-message-truncate-lines for truncate-lines.
5375
5376 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5377
5378         * wl-message.el (wl-message-display-internal): Call
5379         `wl-highlight-message' after `elmo-mime-display-as-is'.
5380
5381         * wl-mime.el (wl-mime-display-text/plain): New function.
5382         (wl-mime-display-header): Ditto.
5383         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5384         body-presentation-method for text/plain;
5385         Register `wl-mime-display-header' as a header-presentation-method;
5386         Don't set up `elmo-message-text-content-inserted-hook' and
5387         `elmo-message-header-inserted-hook'.
5388
5389         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5390         variable.
5391         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5392         as t if flag is 'all-header;
5393         Don't bind `elmo-message-ignored-field-list',
5394         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5395
5396 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5399         for xemacs with non-mule environment.
5400
5401 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5402
5403         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5404         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5405         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5406
5407 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5408
5409         * wl-vars.el (wl-interactive-send): Set default value as t.
5410
5411 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5412
5413         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5414         (wl-addrmgr-method-list): Abolished.
5415         (wl-addrmgr-change-method): Follow above change.
5416
5417         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5418
5419 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5420
5421         * wl-vars.el (wl-message-truncate-lines): Change default value
5422         to default-truncate-lines.
5423
5424         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5425
5426 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5427
5428         * wl-vars.el (wl-message-truncate-lines): New variable.
5429
5430         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5431         wl-message-truncate-lines.
5432
5433 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5434
5435         * wl-acap.el (wl-acap-init): Remove period from error message.
5436         (wl-acap-find-acap-service): Remove period from message.
5437
5438 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * wl.el (wl-check-environment): Undo last change.
5441
5442         * wl-vars.el (wl-from): Changed default value.
5443
5444         * wl-util.el (toplevel): Don't require tm-edit.
5445
5446         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5447         `wl-folder-init';
5448         Don't set mark on mail body.
5449         (wl-draft-reedit): Ditto.
5450
5451         * wl-address.el (wl-address-quote-specials): Define as an alias for
5452         elmo-address-quote-specials.
5453
5454 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5455
5456         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5457
5458         * wl-vars.el (wl-from): Set default value as nil.
5459         (wl-organization): Set default value as ORGANIZATION environment
5460         variable.
5461
5462         * wl-draft.el (wl-smtp-extension-bind): Check value of
5463         wl-smtp-connection-type.
5464
5465         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5466         error.
5467
5468 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5469
5470         * Version number is increased to 2.7.4.
5471
5472         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5473         arguments from `wl-highlight-x-face-function' caller.
5474         Use x-face-1.3.6.12 or later.
5475
5476 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5477
5478         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5479
5480 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5481
5482         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5483         (wl-fcc): Fix to accept function.
5484         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5485
5486 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5487
5488         * wl-acap.el (toplevel): Added `product-provide' declare.
5489         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5490
5491 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5492
5493         * wl.el (wl): Changed order of calling `elmo-init'
5494         and `elmo-folder-init'.
5495
5496 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5497
5498         * wl-mime.el (wl-summary-burst): Extract message when content-type
5499         of root entity is not only `multipart' but also `message/rfc822'.
5500         (wl-summary-burst-subr): Ditto.
5501
5502 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5503
5504         * wl-vars.el (toplevel): Require 'custom.
5505         (wl-trash-folder): Added to `wl-setting' group.
5506
5507         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5508         exists.
5509         (wl-addrmgr-draw): Insert empty line when no entry exists.
5510
5511         * wl-mule.el (wl-message-wheel-up): Fixed.
5512         (wl-message-wheel-down): Ditto.
5513
5514 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5515
5516         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5517         config is an anonymous lambda expression.
5518
5519 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5522         when Mule 2 is running.
5523
5524 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5525
5526         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5527
5528 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5529
5530         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5531         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5532
5533         * wl-address.el (wl-address-specials-regexp): Eliminated.
5534         (wl-address-quote-specials): Rewrite.
5535
5536 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5539         shy-groups for regexp.
5540
5541         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5542         character classes and Perl style shy-groups for regexp.
5543         (wl-highlight-plugged-current-line): Use Posix style character
5544         classes for regexp.
5545         (wl-e21-highlight-folder-by-numbers): Ditto.
5546         (wl-e21-display-image-p): Use `display-images-p' instead of
5547         `display-graphic-p'.
5548         (display-images-p): Make an alias to `display-graphic-p' if it is
5549         not available.  It is for Emacs version prior to 21.0.105.
5550
5551         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5552         `display-graphic-p'.
5553         (wl-demo-image-type-alist): Ditto.
5554         (display-images-p): Make an alias to `display-graphic-p' if it is
5555         not available.  It is for Emacs version prior to 21.0.105.
5556
5557 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5558
5559         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5560         support.
5561         (wl-generate-user-agent-string): Ditto.
5562
5563         * wl-version.el (wl-version): Update docsting.
5564         (wl-version-status): Ditto.
5565
5566 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5567
5568         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5569         21.0.105.  For Emacs 21.0.104 or earlier.
5570
5571 2001-09-03  Takuo KITAME <kitame@northeye.org>
5572
5573         * wl-e21.el (wl-plugged-init-icons): Use
5574         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5575         (wl-biff-init-icons): Ditto.
5576
5577 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5578
5579         * wl-highlight.el (wl-highlight-summary-current-line):
5580         Fixed highlighting refile/copy destination.
5581
5582         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5583         (wl-acap-store): Encode string by wl-acap-coding-system.
5584
5585 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5586
5587         * wl-acap.el (toplevel): Check and require 'un-define before
5588         'xemacs-ucs;
5589          Added checking for UTF-2000.
5590
5591 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5592
5593         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5594         Don't enclose with `eval-and-compile'.
5595
5596         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5597         wl-init is non-nil.
5598
5599         * wl-draft.el (wl-draft): Ditto.
5600
5601         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5602
5603         * wl-acap.el (toplevel): Require 'wl.
5604         (wl-acap-store): Call `elmo-init'.
5605
5606         * wl.el (wl): Changed position of `wl-check-environment'.
5607         (toplevel): Added autoload setting for wl-acap.
5608
5609         * wl-vars.el (wl-setting): New custom group.
5610         (wl-from): Added wl-setting group.
5611         (wl-user-mail-address-list): Ditto.
5612         (wl-organization): Ditto.
5613         (wl-subscribed-mailing-list): Ditto.
5614         (wl-envelope-from): Ditto.
5615         (wl-smtp-posting-user): Ditto.
5616         (wl-smtp-posting-server): Ditto.
5617         (wl-smtp-posting-port): Ditto.
5618         (wl-smtp-authenticate-type): Ditto.
5619         (wl-pop-before-smtp-user): Ditto.
5620         (wl-pop-before-smtp-server): Ditto.
5621         (wl-pop-before-smtp-port): Ditto.
5622         (wl-pop-before-smtp-authenticate-type): Ditto.
5623         (wl-nntp-posting-server): Ditto.
5624         (wl-nntp-posting-user): Ditto.
5625         (wl-nntp-posting-port): Ditto.
5626         (wl-fetch-confirm-threshold): Ditto.
5627         (wl-prefetch-threshold): Ditto.
5628         (wl-thread-insert-opened): Ditto.
5629         (wl-ldap-server): Ditto.
5630         (wl-ldap-port): Ditto.
5631         (wl-ldap-base): Ditto.
5632         (wl-ldap-objectclass): Ditto.
5633         (wl-use-ldap): Ditto.
5634         (wl-draft-config-alist): Ditto.
5635         (wl-draft-config-matchone): Ditto.
5636         (wl-template-alist): Ditto.
5637         (wl-message-sort-field-list): Ditto.
5638         (wl-message-ignored-field-list): Ditto.
5639         (wl-message-visible-field-list): Ditto.
5640         (wl-interactive-send): Ditto.
5641         (wl-summary-move-order): Ditto.
5642         (wl-auto-select-first): Ditto.
5643         (wl-auto-select-next): Ditto.
5644         (wl-interactive-save-folders): Ditto.
5645
5646         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5647         Initialization codes are moved from wl-local-folder-init.
5648         (wl-local-folder-init): Follow the change above.
5649         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5650
5651         * wl-acap.el: New file.
5652
5653         * Version number is increased to 2.7.3.
5654
5655 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5656
5657         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5658
5659 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5660
5661         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5662         (wl-addrmgr-address-entry-list): Ditto.
5663
5664 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5665
5666         * wl-e21.el (wl-draft-mode-map): Removed binding for
5667         `wl-draft-insert-x-face-field'.
5668
5669         * wl-mule.el (wl-draft-mode-map): Ditto.
5670
5671         * wl-xmas.el (wl-draft-mode-map): Ditto.
5672
5673         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5674         (wl-cs-autoconv): Ditto.
5675         (wl-cs-local): Ditto.
5676         (wl-use-scoring): Ditto.
5677         (wl-mime-charset): Ditto.
5678         (wl-folder-check-async): Ditto.
5679
5680         * wl.el (toplevel): Ignore nemacs and tm.
5681         (wl-exit): Ditto.
5682
5683         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5684         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5685         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5686         instead of wl-address-petname-add-or-change.
5687         (wl-summary-edit-addresses-subr): Use wl-address-delete
5688         instead of wl-address-petname-delete.
5689
5690         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5691
5692         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5693         if error occured.
5694
5695         * wl-message.el (require): Remove tm support.
5696
5697         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5698
5699         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5700         (wl-folder-jump-to-current-entity): Ditto.
5701         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5702
5703         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5704         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5705         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5706
5707         * wl-mule.el (wl-draft-key-setup): Ditto.
5708
5709         * wl-xmas.el (wl-draft-key-setup): Ditto.
5710
5711         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5712         (wl-draft-std11-parse-addresses): New function.
5713         (wl-draft-parse-mailbox-list): Use it.
5714         (wl-draft): Ignore nemacs.
5715         (wl-draft-reedit): Ditto.
5716
5717         * wl-addrmgr.el: New file.
5718         (Original is wl-rcpt.el written by
5719         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5720         Thanks Kitamoto-san.)
5721
5722         * wl-address.el (wl-address-make-address-list): Modified parsing
5723         process.
5724         (wl-address-delete): Renamed from `wl-address-petname-delete';
5725         Modify wl-address-list too.
5726         (wl-address-add-or-change): Renamed from
5727         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5728
5729 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5730
5731         * wl-highlight.el (wl-highlight-summary-current-line):
5732           Work with transient-mark-mode
5733
5734 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5735
5736         * Version number is increased to 2.7.2.
5737
5738         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5739         instead of elmo-dop-queue-method.
5740
5741 2001-08-06  SAITO Atsunori <sai@yedo.com>
5742
5743         * wl-vars.el (wl-ldap-objectclass): New user option.
5744
5745         * wl-address.el (wl-ldap-make-filter): Use it.
5746
5747 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5748
5749         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5750
5751 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5752
5753         * wl-folder.el (wl-folder): redisplay after folder insertion.
5754
5755         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5756
5757         * wl-summary.el (wl-summary-sync-update):
5758         Change status mark only when new-msgdb exists.
5759         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5760
5761 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * wl-summary.el (wl-summary-open-folder): New function.
5764         (wl-summary-goto-folder-subr): Use it.
5765         (wl-summary-mark-as-important): Fix;
5766         Encache only when no cache exists.
5767
5768 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5769
5770         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5771         Use with-current-buffer.
5772
5773 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5774
5775         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5776         before call `get-buffer'. Fixed parenthesis.
5777         (wl-score-get-header-entry): Clear message and help window when
5778         keyboard quit.
5779         (wl-score-edit-insert-header): Ditto.
5780
5781 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5782
5783         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5784         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5785         (wl-default-draft-cite): Fix.
5786
5787         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5788         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5789
5790 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5791
5792         * wl-message.el (wl-message-prev-page): Do same bahavior
5793         as summary when it is called in the message buffer.
5794         (wl-message-next-page): Ditto.
5795
5796 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5797
5798         * wl-summary.el (wl-summary-forward): Use cache if it is not
5799         section cache.
5800
5801 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5802
5803         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5804         Removed redundant require of elmo-vars.
5805         (wl-biff-state-indicator-on): Changed default value for
5806         xemacs with non-mule environment.
5807
5808         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5809         wl-message-buffer is nil;
5810         Hide progress bar after moving messages.
5811
5812 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5813
5814         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5815         message at cursor point is deleted.
5816
5817 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5818
5819         * wl-vars.el: Changed file coding system to euc-japan.
5820         Added -*-coding:-*- magic to the first line.
5821
5822         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5823         Search parent from the first message.
5824
5825         * Version number is increased to 2.7.1.
5826
5827 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5828
5829         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5830
5831 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5832
5833         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5834         refile/delete execution.
5835
5836         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5837         Fixed docstring.
5838
5839 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5840
5841         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5842         do update process;
5843         Don't update marks when update process is interrupted.
5844
5845 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5846
5847         * wl-summary.el (wl-summary-reply): Fixed problem when
5848         wl-draft-use-frame is non-nil.
5849         (wl-summary-forward): Ditto.
5850
5851         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5852         as nil.
5853         (wl-folder-mark-as-read-all-entity): Ditto.
5854         (wl-folder-prefetch-entity): Ditto.
5855
5856         * wl.el (wl): Check environment before wl-init.
5857
5858         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5859         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5860         instead of wl-summary-collect-unread.
5861         (wl-summary-reply): Split message window.
5862
5863 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5864
5865         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5866         only if current language environment is japanese,
5867
5868         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5869         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5870         (wl-folder-goto-folder-subr): Ditto.
5871
5872         * wl-draft.el (wl-draft-dispatch-message): Call
5873         `elmo-file-cache-get-path'.
5874
5875 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5876
5877         * wl-summary.el (wl-summary-cursor-move): If return value of
5878         wl-summary-next-message is not number, don't jump.
5879
5880 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5881
5882         * wl-summary.el (wl-summary-buffer-next-message-function): New
5883         variable.
5884         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5885         if it is bound.
5886
5887         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5888         string.
5889
5890         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5891         (wl-plugged-drawing): Ditto.
5892
5893 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5894
5895         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5896         process.
5897         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5898         with unwind-protect.
5899
5900         * wl.el (wl-init): Require mime-setup.
5901         (wl-check-environment): Don't require mime-setup.
5902
5903         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5904         instead of elmo-folder-type.
5905
5906         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5907         value as nil.
5908
5909 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5910
5911         * Version number is increased to 2.7.0.
5912
5913         * wl-version.el (wl-version): Changed codename.
5914
5915         * wl-summary.el (wl-summary-delete-cache): Fixed.
5916
5917         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5918         Workaround for net folders.
5919         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5920
5921         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5922         value to nil (According to the patch from
5923         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5924
5925         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5926         of elmo-folder-close.
5927
5928 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5929
5930         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5931         for postfix.
5932
5933 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5934
5935         * wl-summary.el (wl-summary-resend-message): Fixed.
5936
5937         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5938         Call wl-draft with `from' argument if its address is included in
5939         `wl-user-mail-address-list'.
5940         (wl-draft): Added `from' argument.
5941
5942         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5943         non-nil.
5944         (wl): Don't show demo if wl-demo is nil.
5945
5946         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5947         wl-summary-use-frame.
5948
5949         * wl-vars.el (wl-summary-use-frame): New user option.
5950         (wl-folder-use-frame): Changed docstring.
5951
5952         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5953         non-nil.
5954         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5955         wl-summary-use-frame.
5956
5957         * wl-vars.el (wl-folder-use-frame): New user option.
5958
5959         * wl-summary.el (wl-summary-exit): Back to folder frame if
5960         wl-folder-use-frame is non-nil.
5961         (wl-summary-redisplay-internal): Ignore cache if current folder
5962         is draft folder,
5963         (wl-summary-redisplay-no-mime): Ditto.
5964         (wl-summary-redisplay-all-header): Ditto.
5965
5966         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5967         if wl-folder-use-frame is non-nil.
5968
5969 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5970
5971         * wl-summary.el (wl-summary-sync-update): Bind
5972         elmo-folder-update-threshold.
5973         (wl-summary-mark-as-important): Enclosed server mark processing
5974         with `save-match-data'.
5975
5976         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5977         only when it is already defined.
5978
5979 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5980
5981         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5982         name of folder exclude localdir is wrong.
5983         * wl-folder.el (wl-folder-sync-entity):
5984         Set `wl-summary-always-sticky-folder-list' as nil.
5985         (wl-folder-mark-as-read-all-entity): Ditto.
5986         (wl-folder-prefetch-entity): Ditto.
5987
5988 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5989
5990         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5991         instead of `wl-summary-write-current-newsgroup'.
5992
5993 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5994
5995         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5996         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5997         non-nil and selected message is important, do not display.
5998
5999 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6000
6001         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6002
6003 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6006
6007         * wl-summary.el (wl-summary-mark-as-important): Set message number
6008         using wl-summary-message-number.
6009
6010 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6011
6012         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6013         destination folder is 'null.
6014
6015 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6016
6017         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6018         New function.
6019         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6020         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6021         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6022
6023 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6024
6025         * wl-mime.el (wl-mime-setup): Added setting for
6026         `mime-setup-signature-key-alist' to avoid overriding key bind for
6027         `wl-draft-send'.
6028
6029         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6030         for `wl-draft-send'.
6031         * wl-mule.el (wl-draft-overload-functions): Ditto.
6032         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6033         * wl-draft.el (wl-draft-send): Ditto.
6034
6035         * wl-message.el (wl-message-display-internal):
6036         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6037         (Patch is provided by <kita@coe.nttdata.co.jp>).
6038
6039 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6040
6041         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6042
6043 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6044
6045         * wl.el (wl): Fix for wl-demo.
6046
6047 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6048
6049         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6050
6051 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6052
6053         * wl-folder.el (wl-folder-prefetch-entity): Use
6054         `wl-folder-get-elmo-folder'.
6055         (wl-folder-count-incorporates): Do not use
6056         `wl-folder-get-elmo-folder'.
6057
6058 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6059
6060         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6061         instead of `elmo-folder-get-type'.
6062
6063 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6064
6065         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6066         position on Subject: field.
6067         (Advised by Mito <mit@nines.nec.co.jp>)
6068
6069 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6070
6071         * wl-folder.el (wl-folder-prefetch-entity): Use
6072         `wl-folder-get-elmo-folder'.
6073
6074 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6075
6076         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6077
6078         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6079         `process-duplicates' slot.
6080
6081         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6082         if detection failed.
6083
6084 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6085
6086         * wl-version.el (wl-version-status): Set to "alpha".
6087
6088 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6089
6090         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6091         Check wl-message-buffer lives before set-buffer.
6092
6093 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6094
6095         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6096         called in folder mode.
6097         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6098         * wl-summary.el (wl-summary-exit-pre-hook): Run
6099         `wl-summary-exit-pre-hook' before exit summary mode.
6100
6101 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6102
6103         * wl-version.el (wl-version-status): New variable.
6104         (wl-version-status-alist): Removed.
6105         (wl-version-status): Rule included.
6106
6107 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6108
6109         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6110         @sponichi.
6111
6112         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6113         when `mail-reply-buffer' is buffer-local variable.
6114         (Reported by <kita@coe.nttdata.co.jp>).
6115
6116 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6117
6118         * wl-vars.el (toplevel): Require 'elmo-util.
6119
6120 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6121
6122         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6123         (All other related portions are changed)
6124
6125         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6126
6127         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6128
6129 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6130
6131         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6132
6133 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6134
6135         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6136         Delete other windows to avoid an error.
6137         Use `point-marker' instead of `point' to remember the start point
6138         of body.
6139
6140         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6141
6142         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6143         number not to exceed all message number.
6144
6145 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6146
6147         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6148         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6149
6150 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6151
6152         * wl-summary.el (wl-summary-sync-force-update): Added argument
6153         no-check.
6154         (wl-summary-sync-update): Ditto.
6155         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6156         with `no-check'.
6157
6158         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6159         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6160         already running.
6161
6162 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6163
6164         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6165         `dst-folder-arg'.
6166         (wl-expire-archive-number1): Diito.
6167         (wl-expire-archive-number2): Diito.
6168         (wl-expire-archive-Date): Diito.
6169         (wl-archive-number1): Diito.
6170         (wl-archive-number2): Diito.
6171         (wl-archive-date): Diito.
6172         (wl-archive-folder-p): New function.
6173         (wl-summary-expire): Support of expand folder name at
6174         wl-expire-alist.
6175         * wl-util.el (wl-expand-newtext): Renamed from
6176         `wl-refile-expand-newtext'.
6177
6178 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6179
6180         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6181         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6182         `(elmo-msgdb-get-overview msgdb)'.
6183         (wl-summary-prefetch): Bind match data before call
6184         `wl-summay-prefetch-msg'.
6185         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6186         'off if `wl-summary-buffer-disp-msg' is non-nil.
6187         Fixed problem that couldn't show only one new or unread message when
6188         enter folder.
6189         (wl-summary-reply): Don't call `split-window-vertically' and other
6190         window.
6191
6192 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6193
6194         * wl-expire.el (wl-expire-refile): Fixed.
6195
6196 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6197
6198         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6199
6200         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6201         biff notification is removed.
6202
6203         * wl.el (wl): Changed position of `elmo-init'.
6204
6205         * wl-draft.el (wl-default-draft-cite): Use date field
6206         on the citation buffer.
6207
6208         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6209
6210         * wl-xmas.el (wl-folder-internal-icon-list): Added
6211         `wl-folder-shimbun-image'.
6212
6213         * wl-e21.el (wl-folder-internal-icon-list): Added
6214         `wl-folder-shimbun-image'.
6215
6216 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6217
6218         * wl.el (wl-init): Eliminated argument.
6219         (wl): Rewrite.
6220
6221         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6222         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6223         instead of `elmo-folder-msgdb-internal'.
6224         (wl-summary-sync-update): Ditto.
6225         (wl-summary-flush-pending-append-operations): Eliminated.
6226         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6227         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6228         `elmo-folder-open'.
6229
6230         * wl-mime.el (wl-summary-burst): Fixed.
6231
6232         * wl-folder.el (wl-folder-info-save): Check data type.
6233
6234         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6235         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6236         instead of `elmo-folder-msgdb-internal'.
6237         (wl-expire-hide): Ditto.
6238
6239
6240         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6241
6242 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6243
6244         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6245
6246 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6247
6248         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6249
6250 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6251
6252         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6253         Fixed `match-beginning' argument mismatch.
6254
6255 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6256
6257         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6258         the default value.
6259
6260 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6261
6262         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6263         instead of `elmo-nntp-default-port'.
6264
6265         * wl-vars.el: Fixed some doc strings.
6266
6267 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * wl-summary.el (wl-summary-prefetch-msg): Use
6270         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6271
6272         * wl-vars.el: Define *-func as obsolete variable using
6273         `elmo-define-obsolete-variable'.
6274
6275         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6276         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6277         instead of `wl-message-buffer-prefetch-threshold'.
6278
6279         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6280
6281         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6282
6283         * wl-draft.el (wl-caesar-region-func): Ditto.
6284
6285         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6286         Keep unread status in elmo-folder-move-messages.
6287         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6288
6289 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6290
6291         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6292         `wl-summary-buffer-exit-func'
6293         (wl-summary-buffer-message-redisplay-function): Renamed from
6294         `wl-summary-buffer-message-redisplay-func'
6295         (wl-summary-buffer-next-folder-function): Renamed from
6296         `wl-summary-buffer-next-folder-func'.
6297         (wl-summary-buffer-prev-folder-function): Renamed from
6298         `wl-summary-buffer-prev-folder-func'.
6299         (wl-summary-get-petname-function): Renamed from
6300         `wl-summary-get-petname-func'.
6301
6302         * wl-score.el (wl-score-edit-exit-function): Renamed from
6303         `wl-score-edit-exit-func'.
6304
6305         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6306         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6307
6308         * wl-util.el (wl-load-profile-function): Renamed from
6309         `wl-load-profile-func'.
6310
6311         * wl-folder.el (wl-folder-completion-function): Renamed from
6312         `wl-folder-completion-func'.
6313         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6314
6315         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6316         `wl-expire-archive-get-folder-func'.
6317         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6318         (wl-draft-send-mail-function): Renamed from
6319         `wl-draft-send-mail-func'.
6320         (wl-draft-send-news-function): Renamed from
6321         `wl-draft-send-news-func'.
6322         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6323         (wl-generate-mailer-string-function): Renamed from
6324         `wl-generate-mailer-string-func'.
6325         (wl-highlight-signature-search-function): Renamed from
6326         `wl-highlight-signature-search-func'.
6327         (wl-highlight-x-face-function): Renamed from
6328         `wl-highlight-x-face-func'
6329         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6330         (wl-ps-print-buffer-function): Renamed from
6331         `wl-ps-print-buffer-func'
6332         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6333         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6334         (wl-summary-subject-filter-function): Renamed from
6335         `wl-summary-subject-filter-func'.
6336
6337         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6338         `wl-draft-queue-flush-send-func'
6339         (wl-draft-cite-function): Renamed from
6340         `wl-draft-cite-func'
6341
6342         * wl-address.el (wl-address-init-function): Renamed from
6343         `wl-address-init-func'.
6344
6345 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6346
6347         * wl-draft.el (wl-draft-queue-flush): Don't call
6348         `elmo-dop-unlock-message'.
6349         * wl-draft.el (wl-draft-queue-append): Don't call
6350         `elmo-dop-lock-message'.
6351
6352         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6353         (wl-summary-buffer-folder-name): Ditto.
6354         (wl-summary-message-regexp): Added '-' (all other related portions
6355         are changed).
6356         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6357         wl-summary-buffer-folder-name.
6358
6359 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6360
6361         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6362         the number of mails in the folder buffer is not updated by wl-biff.
6363
6364 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6365
6366         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6367         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6368
6369 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6370
6371         * wl-summary.el (wl-summary-next-message):
6372         Return next message number when wl-summary-move-order is nil.
6373
6374 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6375
6376         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6377         `wl-summary-move-spec-alist'.
6378         (wl-summary-move-spec-unplugged-alist): New variable
6379         (Move spec for unplugged status).
6380         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6381         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6382
6383 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6384
6385         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6386         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6387
6388 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6389
6390         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6391         simple quotation to quote the anonymous function.
6392         * tm-wl.el (wl-draft-preview-message): Ditto.
6393
6394 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6395
6396         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6397         Eliminate redundant `save-excursion'.
6398         (wl-highlight-summary-current-line): Ditto.
6399
6400         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6401         accessing match data when `looking-at' failed.
6402
6403         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6404         `elmo-match-string' where users don't care about the speed.
6405         (wl-draft-save): Ditto.
6406
6407 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6408
6409         * wl-util.el (wl-regexp-opt): New function.
6410
6411         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6412         number from `wl-summary-buffer-number-list'.
6413         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6414         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6415         (wl-summary-move-spec-alist): Changed default setting.
6416
6417 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6418
6419         * wl-vars.el (wl-biff-notify-hook): New hook.
6420         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6421         the arrival of new mail.
6422         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6423         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6424
6425 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6426
6427         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6428
6429 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6430
6431         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6432
6433         * Version number is increased to 2.5.8.
6434
6435         * wl-thread.el (toplevel): require 'cl.
6436         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6437         (wl-thread-make-number-list): New function.
6438         (wl-thread-entity-make-number-list-from-children): Ditto.
6439         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6440         (wl-thread-entity-insert-as-children): Likewise.
6441         (wl-thread-delete-message): Likewise.
6442         (wl-meaning-of-mark): Eliminated.
6443         (wl-thread-next-failure-mark-p): Ditto.
6444         (wl-thread-entity-get-mark): Ditto.
6445         (wl-thread-meaning-alist-get-result): Ditto.
6446         (wl-thread-entity-check-prev-mark): Ditto.
6447         (wl-thread-entity-check-next-mark): Ditto.
6448         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6449         (wl-thread-entity-get-prev-marked-entity): Ditto.
6450         (wl-thread-get-prev-unread): Ditto.
6451         (wl-thread-jump-to-prev-unread): Ditto.
6452         (wl-thread-get-next-unread): Ditto.
6453         (wl-thread-jump-to-next-unread): Ditto.
6454         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6455         (wl-thread-entity-get-next-marked-entity): Ditto.
6456
6457         * wl-summary.el (wl-summary-buffer-number-list):
6458         New bufer-local variable.
6459         (wl-summary-switch-to-clone-buffer): Clone
6460         `wl-summary-buffer-number-list'.
6461         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6462         (wl-summary-cursor-move-regex): Eliminated.
6463         (wl-summary-cursor-up): Rewrite.
6464         (wl-summary-cursor-down): Ditto.
6465         (wl-summary-mode-spec-alist): New variable.
6466         (wl-summary-next-message): New inline function.
6467         (wl-summary-cursor-move): New function.
6468         (wl-summary-default-get-next-msg): Rewrite.
6469         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6470         (wl-summary-rescan): Ditto.
6471         (wl-summary-sync-all-init): Ditto.
6472         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6473         summary is not thread view.
6474         (wl-summary-sync-update): Ditto.
6475         (wl-summary-rescan): Ditto.
6476         (wl-summary-make-number-list): New function.
6477
6478         * wl-draft.el: "FCC" -> "Fcc".
6479
6480 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl-highlight.el (wl-highlight-summary-window):
6483         Call `set-buffer-modified-p'.
6484
6485         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6486         (wl): Call `elmo-init' and fix.
6487
6488         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6489         Use new variables.
6490
6491         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6492
6493 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6494
6495         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6496
6497 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6498
6499         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6500
6501 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6502
6503         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6504         `wl-use-toolbar' nor `display-graphic-p'.
6505         (wl-e21-setup-message-toolbar): Ditto.
6506         (wl-e21-setup-summary-toolbar): Ditto.
6507         (wl-e21-setup-folder-toolbar): Ditto.
6508
6509         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6510         (wl-plugged-init-icons): Ditto.
6511
6512         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6513         `display-graphic-p'.
6514         (wl-plugged-set-folder-icon): Ditto.
6515         (wl-highlight-plugged-current-line): Ditto.
6516         (wl-highlight-folder-current-line): Ditto.
6517         (wl-e21-highlight-folder-group-line): Ditto.
6518         (wl-e21-setup-toolbar): Ditto.
6519         (wl-e21-display-image-p): New macro.
6520
6521         * wl-demo.el (wl-demo): Simplified.
6522         (wl-demo-image-type-alist): Use `image-type-available-p' for
6523         checking whether the image type `xbm' is available.
6524
6525 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6526
6527         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6528         (wl-summary-input-range): Ditto.
6529
6530 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6531
6532         * wl-summary.el (wl-summary-edit-addresses): Use
6533         `wl-summary-get-original-buffer'
6534         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6535         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6536         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6537         (wl-summary-get-newsgroups): Eliminated.
6538         (wl-summary-set-crosspost): Ditto.
6539         (wl-summary-is-crosspost-folder): Ditto.
6540         (wl-crosspost-alist-load): Ditto.
6541         (wl-crosspost-alist-save): Ditto.
6542
6543         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6544         `elmo-setup-subscribed-newsgroups' instead of
6545         `elmo-nntp-make-groups-hashtb'.
6546         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6547         instead of `wl-crosspost-alist-save'.
6548
6549         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6550         of `elmo-folder-message-appendable-p'.
6551         (wl-mime-header-presentation-method): Eliminated.
6552
6553         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6554         (Error occurs in emacs21).
6555
6556         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6557         the current buffer).
6558
6559         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6560         instead of `wl-crosspost-alist-save'.
6561         (wl-init): `elmo-crosspost-message-alist-load'
6562         instead of `wl-crosspost-alist-load'
6563
6564         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6565         (wl-parse-newsgroups): Likewise.
6566         (wl-biff-notify): Run `wl-biff-notify-hook'.
6567
6568 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6571
6572         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6573         when `wl-summary-lazy-highlight' is non-nil.
6574         (wl-summary-goto-folder-subr): Highlight only when
6575         `wl-summary-lazy-highlight' is non-nil.
6576
6577         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6578         Don't display progress and highlight temp-mark when
6579         `wl-summary-lazy-highlight' is non-nil.
6580         (wl-highlight-summary-window): New function.
6581         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6582
6583 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6584
6585         * wl-summary.el (wl-summary-sync): Change `all-visible'
6586         from `all-shown'
6587         (wl-summary-input-range): Ditto.
6588
6589 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6590
6591         * wl-e21.el (wl-highlight-folder-current-line): Call
6592         `wl-folder-init-icons' when folder icons have not been initialized.
6593
6594         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6595
6596         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6597         (wl-demo-image-type-alist): New macro.
6598
6599 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6600
6601         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6602         display does not support graphics.
6603         (wl-plugged-init-icons): Ditto.
6604         (wl-folder-init-icons): Ditto.
6605
6606         * wl-demo.el (wl-demo): Chech closely whether the display
6607         supports graphics.
6608
6609 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6610
6611         * wl-summary.el (wl-summary-get-original-buffer): New function.
6612         (wl-summary-set-crosspost): Use it.
6613         (wl-summary-target-mark-uudecode): Ditto.
6614         (wl-summary-reedit): Ditto.
6615         (wl-summary-resend-bounced-mail): Ditto.
6616         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6617         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6618
6619         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6620         (wl-message-display-internal): Ditto.
6621
6622 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6623
6624         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6625
6626 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6627
6628         * wl-summary.el (wl-summary-save-view): Renamed from
6629         `wl-summary-save-status'.
6630
6631 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6632
6633         * wl-summary.el (wl-summary-sync): Added `all-shown'
6634
6635 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6636
6637         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6638
6639 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6640
6641         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6642
6643 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6644
6645         * wl-highlight.el (wl-highlight-summary-line-string): Use
6646         `zerop' instead of `= 0'.
6647         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6648
6649         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6650         for comparing numbers.
6651         (wl-template-prev): Use `zerop' instead of `eq 0'.
6652
6653         * wl-draft.el (wl-draft-insert-current-message): Use
6654         `with-current-buffer' instead of `save-excursion'.
6655         Use `zerop' instead of `eq 0'.
6656
6657 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6658
6659         * wl-draft.el (wl-draft-insert-ccs): New function.
6660         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6661         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6662
6663 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6664
6665         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6666
6667 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6668
6669         * wl-expire.el (wl-expire-refile): Don't call
6670         elmo-msgdb-add-msgs-to-seen-list;
6671         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6672         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6673
6674 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6675
6676         * wl-message.el (wl-message-prev-page): Ignore errors while
6677         scroll-down.
6678
6679 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6680
6681         * wl-mime.el: Use elmo-original-message-mode instead of
6682         mmelmo-original-mode.
6683
6684         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6685         `elmo-folder-get-spec';
6686         (wl-fldmgr-add-completion-all-completions):
6687         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6688
6689         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6690         of `elmo-folder-get-type'.
6691
6692         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6693         `elmo-folder-get-spec';
6694         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6695         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6696         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6697         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6698         `elmo-read-msg-no-cache';
6699         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6700         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6701         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6702         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6703         `elmo-cache-save';
6704         (wl-draft-reedit): Use `elmo-message-file-name'.
6705
6706         * wl-expire.el: Use `elmo-folder-name-internal';
6707         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6708         Use macro `wl-summary-buffer-msgdb' instead of variable
6709         `wl-summary-buffer-msgdb';
6710         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6711         Use macro `wl-summary-buffer-folder-name' instead of variable
6712         `wl-summary-buffer-folder-name'.
6713         * wl-score.el: Likewise.
6714
6715         * wl-message.el: Rewrite for new message buffer cache mechanism.
6716         (wl-message-buffer-cache-buffer-get): New macro.
6717         (wl-message-buffer-cache-folder-get): Ditto.
6718         (wl-message-buffer-cache-message-get): Ditto.
6719         (wl-message-buffer-cache-entry-make): Ditto.
6720         (wl-message-buffer-cache-hit): Ditto.
6721         (wl-message-buffer-cache-sort): New function.
6722         (wl-message-buffer-cache-add): Ditto.
6723         (wl-message-buffer-cache-delete): Ditto.
6724         (wl-message-buffer-cache-clean-up): Ditto.
6725         (wl-message-buffer-window): Rewrite.
6726         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6727         (wl-message-buffer-display): New function.
6728         (wl-message-display-internal): New function.
6729
6730 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6731
6732         * wl-folder.el: Use `elmo-folder-name-internal';
6733         Use `wl-folder-get-elmo-folder';
6734         Use `elmo-folder-list-messages' instead of
6735         `elmo-list-folder';
6736         Use `elmo-folder-get-primitive-list' instead of
6737         `elmo-folder-get-primitive-spec-list';
6738         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6739         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6740         Use `elmo-folder-create' instead of `elmo-create-folder'.
6741         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6742         (wl-folder-get-elmo-folder): New macro.
6743         (wl-folder-elmo-folder-cache-get): Ditto.
6744         (wl-folder-elmo-folder-cache-put): Ditto.
6745         (wl-folder-suspend): Call `elmo-quit'.
6746
6747         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6748         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6749         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6750         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6751         (toplevel): require 'cl.
6752         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6753
6754         * wl-summary.el: Rewrite to use new elmo interface.
6755
6756 \f
6757 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6758
6759         * wl-mime.el (wl-draft-preview-message):
6760         Run `wl-draft-send-hook' before collecting recipients information;
6761         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6762
6763         * tm-wl.el (wl-draft-preview-message): Ditto.
6764
6765 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6766
6767         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6768         wrong recipients are displayed when forwarded message.
6769
6770 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6771
6772         * Version number is increased to 2.5.7.
6773
6774 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6775
6776         * wl-message.el (wl-message-next-page): Bind
6777         `window-pixel-scroll-increment' to nil while scrolling up.
6778
6779 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6780
6781         * wl-vars.el (wl-save-hook): New hook.
6782         * wl.el (wl-save): Call `wl-save-hook'.
6783
6784 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6785
6786         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6787         Argument WITH-ARG instead of NO-ARG (negative mean).
6788         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6789         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6790         * wl-message.el (wl-message-follow-current-entity): Likewise.
6791
6792 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6793
6794         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6795         FROM was optional argument.
6796         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6797
6798 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6799
6800         * Version number is increased to 2.5.6.
6801
6802 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6803
6804         * wl-version.el (wl-version-show): Removed.
6805         (wl-version): Add `interactive'.
6806
6807 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6808
6809         * wl-summary.el (wl-summary-get-petname-func): New variable.
6810         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6811         instead of `wl-address-get-petname-1'.
6812         (wl-summary-simple-from): Ditto.
6813
6814         * wl-address.el (wl-address-get-petname-1): Define as function.
6815
6816 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6819         field in the original message.
6820         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6821
6822 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6823
6824         * wl-expire.el (wl-expire-hide):
6825         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6826
6827 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6828
6829         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6830         find decoder for To, Cc, and Subject.
6831
6832 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6833
6834         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6835         for checking `elmo-use-buffer-cache'.
6836         (wl-summary-mark-as-important): Fixed typo in comment.
6837
6838 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6839
6840         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6841         field in the original message.
6842         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6843
6844 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6845
6846         * wl-expire.el (wl-expire-hide):
6847         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6848
6849 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6850
6851         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6852         find decoder for To, Cc, and Subject.
6853
6854 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6855
6856         * Version number is increased to 2.5.5.
6857
6858         * wl-address.el (wl-address-specials-regexp): New constant.
6859         (wl-address-quote-specials): Use it.
6860
6861 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * wl-summary.el (wl-summary-rescan):
6864         Call `wl-summary-buffer-number-column-detect'.
6865         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6866
6867         * wl-message.el (wl-message-mode-map): Define.
6868         (wl-message-decode): Use it as local-map.
6869
6870 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6871
6872         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6873         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6874
6875 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6878
6879         * wl-mule.el (wl-read-event-char): Ditto.
6880
6881         * wl-e21.el (wl-read-event-char): Ditto.
6882
6883         * wl-nemacs.el (wl-read-event-char): Ditto.
6884         (read-event): Removed.
6885
6886         * wl-util.el (toplevel): Removed dummy definition of
6887         `read-event'.
6888         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6889
6890 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6891
6892         * wl-nemacs.el (elmo-archive-call-process): Moved to
6893         elmo-archive.el.
6894
6895 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6896
6897         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6898         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6899
6900         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6901         instead of magic-number 6.  Use `not' instead of `null' for symbol
6902         `nil' check (not empty list).
6903         (wl-draft-insert-x-face-field): Fixed paren style.
6904
6905         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6906         one-branch conditional statement, instead of `and' and `if'.
6907         (wl-draft-forward): Likewise.
6908         (wl-draft-add-references): Likewise.
6909         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6910
6911         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6912         conditional steatment.  Use `cond' instead of `if'.
6913         (wl-draft-confirm): Likewise.
6914
6915 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6916
6917         * wl-version.el (wl-version-show): Use `product-string-1'
6918         instead of `wl-version'.
6919         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6920
6921         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6922
6923 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6924
6925         * wl-highlight.el (wl-highlight-headers): Revert
6926         `wl-highlight-x-face-func' argument (`beg' and `end').
6927
6928 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6929
6930         * wl.el (toplevel): Move `product-provide' declare.
6931         * wl-demo.el (toplevel): Ditto.
6932         * wl-dnd.el (toplevel): Ditto.
6933         * wl-highlight.el (toplevel): Ditto.
6934         * wl-message.el (toplevel): Ditto.
6935         * wl-refile.el (toplevel): Ditto.
6936         * wl-util.el (toplevel): Ditto.
6937
6938 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6939
6940         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6941         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6942         (wl-thread-close-all): keep cursor position.
6943
6944 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6945
6946         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6947         (eq x 0).
6948         (wl-generate-user-agent-string-1): Fix conditional statement.
6949
6950 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6951
6952         * wl.el (wl-check-environment): Additional check for
6953         'wl-local-domain' and `wl-message-id-domain'.
6954
6955 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6956
6957         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6958
6959 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6960
6961         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6962         instead of `smtp-sasl-user-realm'.
6963
6964 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6965
6966         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6967
6968 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6969
6970         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6971         to the default value as well as `eword-lexical-analyzer'.
6972
6973 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6974
6975         * wl-version.el (wl-extended-emacs-version,
6976         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6977         `elmo-match-string' instead of `wl-match-string'.
6978
6979 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6980
6981         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6982         docstring.
6983
6984 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6985
6986         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6987
6988 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6989
6990         * wl-highlight.el (wl-highlight-headers): Remove
6991         `wl-highlight-x-face-func' argument (`beg' and `end').
6992
6993 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6994
6995         * wl-summary.el (wl-summary-mark-as-important):
6996         Remove cache if folder is local.
6997
6998 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6999
7000         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7001         to get existing e-mail address string.
7002
7003 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7004
7005         * wl-version.el (wl-generate-user-agent-string): Commentary.
7006         (wl-generate-user-agent-string-1): Use `when' for
7007         one-branch conditional statement, instead of `and' and `if'.
7008         (wl-extended-emacs-version, wl-extended-emacs-version2,
7009         wl-extended-emacs-version3): Ditto.
7010
7011 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7012
7013         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7014         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7015         condition-case; Remove initialization.
7016         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7017         (wl-summary-sync-update3): Added argument `sync-all';
7018         Eliminated local variable `msgdb';
7019         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7020         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7021         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7022
7023 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7024
7025         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7026         connection before call `wl-draft-send-mail-with-smtp'.
7027
7028 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7029
7030         * Version number is increased to 2.5.4.
7031
7032 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7033
7034         * wl.el (wl-check-environment): Additional check for
7035         'wl-local-domain' and `wl-message-id-domain'.
7036
7037 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7038
7039         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7040         buffer as command specific.
7041         (wl-folder-mark-as-read-all-entity): Ditto.
7042         (wl-folder-prefetch-entity): Ditto.
7043         (wl-folder-drop-unsync-entity): Ditto.
7044
7045         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7046         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7047         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7048
7049         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7050         save-excursion.
7051
7052 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7053
7054         * Version number is increased to 2.5.3.
7055
7056         * wl-summary.el (wl-summary-save-view-cache):
7057         Delete duplicated `write-region';
7058         Use `write-region-as-binary' instead of `as-binary-output-file' and
7059         `write-region'.
7060
7061 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7062
7063         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7064
7065 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7066
7067         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7068         instead of `smtp-via-smtp'.
7069
7070 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7071
7072         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7073
7074 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7075
7076         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7077         instead of `smtp-sasl-user-realm'.
7078
7079 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7080
7081         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7082
7083 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7084
7085         * Version number is increased to 2.5.2.
7086
7087 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7088
7089         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7090         does not exist.
7091         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7092         (wl-biff-start): Call `timer-activate' if timer already exists.
7093
7094         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7095         only when it is bound as function.
7096
7097 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7098
7099         * Version number is increased to 2.5.1.
7100
7101 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7104         Print refile/copy destination.
7105
7106 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7107
7108         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7109         queue-flush-only is non-nil.
7110
7111         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7112
7113         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7114         checking cache folder.
7115
7116 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7117
7118         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7119         `regexp-quote'.
7120
7121 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7122
7123         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7124         function.
7125         * wl-summary.el (wl-summary-write-current-folder-functions):
7126         Change default value.  Use it.
7127
7128 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7129
7130         * Version number is increased to 2.5.0.
7131
7132         * wl-version.el (wl-version): Changed codename.
7133
7134 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7135
7136         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7137         (wl-summary-supersedes-message): Ditto.
7138
7139 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7140
7141         * wl-refile.el (wl-refile-guess-functions): Renamed from
7142         `wl-refile-guess-func-list'.
7143
7144 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7147         Fixed problem when no rule was matched.
7148
7149 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7150
7151         * wl-summary.el (wl-summary-get-mark): Fixed
7152         `wl-summary-buffer-target-mark' check logic.
7153
7154 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7155
7156         * wl-folder.el (wl-folder-write-current-folder): Added group
7157         folder check.
7158
7159         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7160         `wl-summary-write-current-newsgroup'.
7161         (wl-summary-write-current-folder-functions): New variable.
7162         * wl-folder.el (wl-folder-get-newsgroups): New function.
7163         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7164         (wl-folder-write-current-folder): Renamed from
7165         `wl-folder-write-current-newsgroup'.
7166
7167 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7168
7169         * Version number is increased to 2.3.93.
7170
7171 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7174         (wl-ldap-make-matched-value-list): Ditto.
7175         (wl-ldap-alias-safe-string): Split e-mail address.
7176
7177         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7178         petname folder default was selected.
7179         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7180         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7181
7182 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7183
7184         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7185         to `wl-draft-config-exec'.
7186
7187         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7188         instead of calling `wl-draft-config-exec';
7189         Process group-list and show recipients in minibuffer.
7190
7191         * tm-wl.el (wl-draft-preview-message): Ditto.
7192
7193 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7194
7195         * wl.el (toplevel): Added (C) to copyright notice, and
7196         sync Author header.
7197         * tm-wl.el (toplevel): Ditto.
7198         * wl-address.el (toplevel): Ditto.
7199         * wl-demo.el (toplevel): Ditto.
7200         * wl-dnd.el (toplevel): Ditto.
7201         * wl-draft.el (toplevel): Ditto.
7202         * wl-e21.el (toplevel): Ditto.
7203         * wl-expire.el (toplevel): Ditto.
7204         * wl-folder.el (toplevel): Ditto.
7205         * wl-highlight.el (toplevel): Ditto.
7206         * wl-message.el (toplevel): Ditto.
7207         * wl-mime.el (toplevel): Ditto.
7208         * wl-mule.el (toplevel): Ditto.
7209         * wl-nemacs.el (toplevel): Ditto.
7210         * wl-refile.el (toplevel): Ditto.
7211         * wl-score.el (toplevel): Ditto.
7212         * wl-summary.el (toplevel): Ditto.
7213         * wl-template.el (toplevel): Ditto.
7214         * wl-thread.el (toplevel): Ditto.
7215         * wl-util.el (toplevel): Ditto.
7216         * wl-vars.el (toplevel): Ditto.
7217         * wl-xmas.el (toplevel): Ditto.
7218
7219 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7220
7221         * wl.el (wl-init): Added comment about `wl-init-hook'.
7222         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7223         * wl-vars.el (wl-init-hook): Added docs.
7224         (wl-make-plugged-hook): Removed useless docs.
7225         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7226         * wl-xmas.el (toplevel): Ditto.
7227
7228 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7229
7230         * wl-address.el (toplevel): Fixed multiple Author header format.
7231         * wl-demo.el (toplevel): Ditto.
7232         * wl-draft.el (toplevel): Ditto.
7233         * wl-folder.el (toplevel): Ditto.
7234         * wl-summary.el (toplevel): Ditto.
7235         * wl-thread.el (toplevel): Ditto.
7236         * wl-util.el (toplevel): Ditto.
7237         * wl-vars.el (toplevel): Ditto.
7238         * wl-version.el (toplevel): Ditto.
7239         * wl-xmas.el (toplevel): Ditto.
7240         * wl.el (toplevel): Ditto.
7241
7242         * wl-version.el (toplevel): Added require `elmo-version' for
7243         `product-version-as-string'.
7244
7245 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7246
7247         * wl-vars.el (wl-draft-send-hook): Changed default value to
7248         '(wl-draft-config-exec).
7249
7250         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7251         explicitly.
7252         (wl-draft): Set `wl-draft-config-exec-flag' before running
7253         `wl-mail-setup-hook'.
7254
7255         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7256         `wl-biff-init-icons' to `wl-init-hook' instead of
7257         `wl-make-plugged-hook'.
7258         (Because if `wl-draft' command is invoked at first,
7259         they are not initialized)
7260         Updated copyright notice.
7261
7262         * wl-e21.el (toplevel): Ditto;
7263
7264         * wl-demo.el (toplevel): Updated copyright notice.
7265         * wl-address.el (toplevel): Ditto.
7266         * wl-draft.el (toplevel): Ditto.
7267         * wl-version.el (toplevel): Ditto.
7268         * wl-folder.el (toplevel): Ditto.
7269         * wl-summary.el (toplevel): Ditto.
7270         * wl-thread.el (toplevel): Ditto.
7271         * wl-util.el (toplevel): Ditto.
7272         * wl-vars.el (toplevel): Ditto.
7273         * wl.el (toplevel): Ditto.
7274
7275 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7276
7277         * wl-highlight.el (wl-highlight-message): Fixed problem of
7278         highlighting failure which occured when the last field contains
7279         multiple lines in the draft buffer.
7280
7281         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7282         `wl-biff-start' if plugged.
7283
7284         * wl-util.el (wl-biff-check-folder): New function.
7285         (wl-biff-check-folders): Don't set session name prefix.
7286         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7287         (wl-biff-check-folder-async): Ditto.
7288
7289         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7290         in email address.
7291
7292 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7293
7294         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7295
7296         * wl-draft.el (wl-draft-strip-subject-re): New function.
7297
7298         * wl-draft.el (wl-draft-reply): Use it.
7299
7300 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7301
7302         * wl-message.el (wl-mmelmo-message-redisplay): Use
7303         `mime-display-message' instead of `wl-mime-display-message'.
7304
7305         * wl-mime.el (toplevel): Removed compatibility workaround
7306         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7307         (wl-mime-display-message): Abolished.
7308         (wl-mime-entity-read-field): Ditto.
7309         (wl-mime-combine-message/partial-pieces): Use
7310         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7311
7312 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7313
7314         * wl-template.el: Doc fixes.
7315
7316 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7317
7318         * wl-e21.el (wl-message-overload-functions): Do nothing if
7319         `current-local-map' is not available.
7320         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7321
7322 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7323
7324         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7325         representation.
7326
7327         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7328         number.
7329         (wl-fldmgr-save-folders): Don't use `format' when insert
7330         `wl-fldmgr-folders-header'.
7331
7332 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7333
7334         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7335
7336 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7337
7338         * wl-highlight.el (wl-highlight-message):
7339         Use `std11-field-end' to detect end point of the header field.
7340         Refer `wl-highlight-max-header-size'.
7341
7342         * wl-vars.el (wl-highlight-max-header-size): New variable.
7343
7344         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7345
7346         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7347         Set `for-draft' argument of wl-highlight-headers.
7348         (wl-draft): Ditto.
7349         (wl-draft-reedit): Ditto.
7350         (wl-user-agent-compose-internal): Ditto.
7351
7352 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7353
7354         * wl-message.el (wl-message-add-button): Use overlay.
7355
7356 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7359
7360         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7361         problem when group-list content is nothing.
7362         (Reported by Mito <mit@nines.nec.co.jp>)
7363
7364 2000-10-18  SAITO Atsunori <sai@yedo.com>
7365
7366         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7367
7368 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7369
7370         * tm-wl.el (toplevel): Use product-provide.
7371
7372 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * Version number is increased to 2.3.92.
7375
7376 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7377
7378         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7379         title text, use `display' property for left margin under Emacs 21.
7380
7381         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7382         properties.
7383         (wl-plugged-init-icons): Ditto.
7384
7385 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7386
7387         * wl.el (wl-save-status, wl-init): Remove last period in
7388         "...done." message.
7389         * tm-wl.el (wl-summary-burst): Ditto.
7390         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7391         wl-summary-resume-cache-status,
7392         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7393         wl-summary-sync-update3, wl-summary-highlight-msgs,
7394         wl-summary-flush-pending-append-operations,
7395         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7396         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7397         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7398         wl-thread-open-all): Ditto.
7399         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7400         * wl-mime.el (wl-summary-burst): Ditto.
7401         * wl-highlight.el (wl-highlight-summary): Ditto.
7402         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7403         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7404         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7405         * wl-address.el (wl-local-address-init): Ditto.
7406
7407 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7408
7409         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7410         `add-text-properties'.
7411         (wl-plugged-init-icons): Ditto.
7412         (wl-folder-init-icons): Use `propertize' instead of
7413         `put-text-property'.
7414         (wl-plugged-set-folder-icon): Ditto.
7415         (wl-e21-highlight-folder-group-line): Ditto.
7416
7417 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7418
7419         * wl-version.el (wl-version-status-alist): New variable.
7420         (wl-version-status): New function.
7421
7422         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7423         "Cc" part of the case "Reply-To".
7424
7425         * wl-draft.el (wl-draft-reply): Use result of
7426         `eword-extract-address-components'.
7427
7428         * wl-demo.el (wl-demo-icon-name): New constant.
7429         (wl-logo-xpm): Use it.
7430         (wl-logo-xbm): Ditto.
7431         (wl-logo-bitmap): Ditto.
7432
7433         * Version number is increased to 2.3.91.
7434
7435 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7436
7437         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7438         (wl-extended-emacs-version, wl-extended-emacs-version2,
7439         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7440         docstring.
7441
7442         * wl-version.el (wl-generate-user-agent-string-1): New function.
7443         (wl-generate-user-agent-string): Use it.
7444
7445         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7446         `mime-edit-insert-user-agent-field'.
7447         (wl-generate-user-agent-string): Check
7448         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7449
7450         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7451         instead of `if', when verbose case.
7452
7453 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7454
7455         * wl-expire.el (wl-summary-expire): Fix.
7456
7457 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7458
7459         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7460         and `elmo-lost+found-folder' if 'wl-draft.
7461         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7462
7463 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7464
7465         * wl-expire.el (wl-summary-expire): Change messages.
7466         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7467         `deleing-info' instead of "Deleting..."
7468
7469 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7470
7471         * wl-summary.el (wl-summary-refile-subr): Fix.
7472
7473 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7474
7475         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7476         if pipe folder.
7477
7478 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7479
7480         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7481
7482 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7483
7484         * wl-expire.el (wl-expire-hide): New function.
7485         (wl-summary-expire): Add `hide'.
7486
7487 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7488
7489         * wl-vars.el (wl-draft-reply-without-argument-list):
7490         Changed default value to consider `Reply-To:'.
7491         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7492
7493         * Version number is increased to 2.3.90.
7494
7495         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7496         elmo-imap4-get-session with unwind-protect.
7497         Don't cause error.
7498         (wl-summary-sync-marks): Don't check plugged nor folder type.
7499         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7500         (Always keep current buffer).
7501
7502 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7503
7504         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7505         Enclose with `save-excursion'.
7506
7507 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7508
7509         * wl-version.el (wl-version): Remove interactive.
7510
7511 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7512
7513         * wl-version.el (wl-generate-user-agent-string): Use
7514         `product-string-verbose' instead of `product-string-1'.
7515
7516 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7517
7518         * wl-vars.el (wl-draft-use-cache): New variable.
7519         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7520         if wl-draft-use-cache is non-nil.
7521
7522 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7523
7524         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7525         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7526
7527 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7530         (wl-thread-msg-mark-as-unread): Ditto.
7531
7532         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7533         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7534         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7535         Don't set mark in summary if return value of `elmo-mark-as-read'
7536         is nil.
7537         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7538         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7539         instead of `wl-thread-msg-mark-as-read'.
7540         (wl-summary-mark-as-unread-region): Ditto.
7541         (wl-summary-target-mark-mark-as-read): Ditto.
7542
7543         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7544
7545 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7546
7547         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7548
7549         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7550
7551 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7552
7553         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7554         face.
7555
7556 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7557
7558         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7559         `running-xemacs'.
7560
7561 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7562
7563         * wl-version.el (toplevel): Use `product-version-as-string' for
7564         set verstion-string, if defined.
7565
7566         * wl-version.el (wl-version-show): Insert string at point, when
7567         call with argument.
7568
7569         * wl-version.el (wl-generate-user-agent-string): Use
7570         `product-string-1' instead of `wl-appname', `wl-version' and
7571         `wl-codename'.
7572
7573 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7574
7575         * wl-address.el (toplevel): Use product-provide.
7576         * wl-demo.el (toplevel): Ditto.
7577         * wl-dnd.el (toplevel): Ditto.
7578         * wl-draft.el (toplevel): Ditto.
7579         * wl-e21.el (toplevel): Ditto.
7580         * wl-expire.el (toplevel): Ditto.
7581         * wl-fldmgr.el (toplevel): Ditto.
7582         * wl-folder.el (toplevel): Ditto.
7583         * wl-highlight.el (toplevel): Ditto.
7584         * wl-message.el (toplevel): Ditto.
7585         * wl-mime.el (toplevel): Ditto.
7586         * wl-mule.el (toplevel): Ditto.
7587         * wl-nemacs.el (toplevel): Ditto.
7588         * wl-refile.el (toplevel): Ditto.
7589         * wl-score.el (toplevel): Ditto.
7590         * wl-summary.el (toplevel): Ditto.
7591         * wl-template.el (toplevel): Ditto.
7592         * wl-thread.el (toplevel): Ditto.
7593         * wl-util.el (toplevel): Ditto.
7594         * wl-vars.el (toplevel): Ditto.
7595         * wl-xmas.el (toplevel): Ditto.
7596         * wl.el (toplevel): Ditto.
7597
7598 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7599
7600         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7601         instead of product.
7602
7603         * wl-version.el (wl-version): Compile time evalution elmo-version.
7604
7605 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7606
7607         * wl-summary.el (wl-summary-sync-force-update): Append queue
7608         `mark-as-read'if unplugged.
7609
7610 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7611
7612         * wl-version.el: New file.  Use product.el.
7613         * wl.el: add (require 'wl-version).
7614         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7615         for ~/.folders header.
7616         (wl-fldmgr-folders-header): Changed.
7617         * wl-demo.el (wl-demo): Use product.el.
7618
7619         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7620         wl-version.el.
7621         * wl-util.el (wl-version, wl-version-show): Ditto.
7622
7623         * wl-util.el (wl-generate-user-agent-string,
7624         wl-extended-emacs-version, wl-extended-emacs-version2,
7625         wl-extended-emacs-version3): Move to wl-version.el.
7626         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7627         xemacs-codename, mime-edit-insert-user-agent-field,
7628         mime-edit-user-agent-value, mime-editor/version,
7629         mime-editor/codename): Compile warning killer move to
7630         wl-version.el
7631
7632 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7633
7634         * wl-summary.el (wl-summary-refile-subr): Fix.
7635
7636 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7639         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7640
7641 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7642
7643         * wl.el (wl-check-environment): Check too many `@'.
7644
7645 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7646
7647         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7648
7649 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7650
7651         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7652         wl-draft-reply-myself-without-argument-list): Add variables.
7653         * wl-draft.el (wl-draft-reply): Use it.
7654
7655 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7656
7657         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7658         the 5th argument of `elmo-network-get-spec'.
7659
7660         * wl-thread.el (wl-thread-reparent-children): New inline function.
7661         (wl-thread-delete-message): Use it.
7662
7663         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7664         (wl-summary-score-update-all-lines): Don't use `dolist'.
7665
7666 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7667
7668         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7669         (require 'elmo-msgdb) for inline function.
7670
7671 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7672
7673         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7674
7675 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7676
7677         * wl-score.el (wl-score-headers): Fix for the confusing macro
7678         `elmo-kill-buffer'.
7679
7680 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7681
7682         * wl-summary.el: Don't use the 3rd argument of `require' because
7683         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7684         * wl-util.el: Ditto.
7685         * wl-draft.el: Ditto.
7686
7687 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7688
7689         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7690         window system is not used.
7691
7692 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7693
7694         * wl-thread.el: Don't use `mapcar' only for iteration.
7695         (wl-thread-resume-entity): Ditto.
7696         (wl-thread-delete-message): Ditto.
7697
7698         * wl-summary.el: Bind `dragdrop-drop-functions',
7699         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7700         of `require' for `timezone', `easymenu' and `ps-print';
7701         don't use `mapcar' only for iteration.
7702
7703         * wl-util.el: Bind `mule-version', `nemacs-version',
7704         `emacs-beta-version', `xemacs-codename',
7705         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7706         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7707         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7708         only for iteration.
7709
7710         * wl-score.el: Don't use `mapcar' only for iteration.
7711         (wl-score-simplify-buffer-fuzzy): Ditto.
7712         (wl-score-simplify-subject): Ditto.
7713         (wl-score-headers): Ditto.
7714         (wl-summary-score-update-all-lines): Ditto.
7715
7716         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7717         `enable-multibyte-characters' and `mule-version'.
7718
7719         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7720         `mapcar' only for iteration.
7721
7722         * wl-demo.el: Don't use `mapcar' only for iteration.
7723
7724         * wl-folder.el: Don't use `mapcar' only for iteration.
7725         (wl-folder-open-all): Ditto.
7726         (wl-folder-count-incorporates): Ditto.
7727
7728         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7729         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7730
7731         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7732         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7733         `smtp-connection-type'; specify 3rd argument of `require' for
7734         `timezone'; don't use `mapcar' only for iteration.
7735         (wl-draft-clone-local-variables): Don't use `mapcar'.
7736         (wl-draft-generate-clone-buffer): Ditto.
7737         (wl-user-agent-compose-internal): Ditto.
7738
7739         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7740
7741         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7742         (wl-save-status): Ditto.
7743
7744         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7745         for iteration.
7746
7747 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7748
7749         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7750         removed `Date'.
7751         (wl-fldmgr-make-filter-default): New user option.
7752
7753         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7754         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7755         (wl-fldmgr-filter-completion-alist): Abolish.
7756
7757         * wl.el (wl): Don't check servers if arg is non-nil.
7758
7759         * wl-draft.el (wl-draft-reply): Set only message-id string to
7760         In-Reply-To field.
7761
7762 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7763
7764         * wl-summary.el (wl-summary-pick): Rewrite.
7765
7766         * wl-draft.el (wl-draft-forward): Get references field from
7767         original buffer.
7768         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7769
7770 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7771
7772         * wl-draft.el (wl-draft-forward): Add references field.
7773
7774 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7775
7776         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7777         (wl-draft-reply): Use it.
7778
7779 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7780
7781         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7782         when Emacs 21 is running.
7783
7784         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7785         bindings.
7786
7787 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7788
7789         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7790         XPM icons transparent.
7791
7792         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7793         Emacs 21.
7794
7795 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7796
7797         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7798         nil.
7799
7800         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7801         when it is persistent.
7802         (wl-summary-sync-marks): Changed argument for
7803         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7804         (wl-summary-virtual): Use `elmo-read-search-condition'.
7805         (wl-summary-redisplay-internal): If folder is local, mark as read
7806         even when folder is plugged.
7807
7808 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7809
7810         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7811         of `tool-bar-lines' in the frame parameters.
7812         (after-make-frame-functions, post-command-hook): Don't modify the
7813         value.
7814         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7815         wl-e21-tool-bar-lines): Removed.
7816
7817 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7818
7819         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7820         properties `evaporate' and `wl-momentary-overlay' as well.
7821         (wl-highlight-summary-displaying): Ditto.
7822         (wl-delete-all-overlays): Don't delete overlay which does not have
7823         a property `wl-momentary-overlay'.
7824
7825         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7826         `display-mouse-p' and `display-graphic-p'.
7827         (wl-folder-init-icons): Don't search for XBM or the other files.
7828         (wl-plugged-set-folder-icon): Make icons if and only if
7829         `display-graphic-p' returns non-nil.
7830         (wl-highlight-plugged-current-line): Use `before-string' overlay
7831         property to show icon images.
7832         (wl-highlight-folder-current-line): Ditto.
7833         (wl-e21-highlight-folder-group-line): Ditto.
7834         (wl-e21-highlight-folder-by-numbers): Ditto.
7835         (wl-e21-insert-image): Removed.
7836         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7837         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7838         said.
7839         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7840         `wl-e21-force-switch-toolbar'.
7841         (wl-e21-make-icon-image): Removed.
7842         (wl-e21-setup-toolbar): Don't search for XBM files.
7843         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7844         the default value.
7845
7846 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7847
7848         * wl-util.el (wl-biff-check-folder-async): Set
7849         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7850
7851 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7852
7853         * wl-e21.el (after-make-frame-functions): Add
7854         `wl-e21-force-switch-toolbar'.
7855         (wl-e21-force-switch-toolbar): New function force to switch the
7856         toolbar appearance automatically.
7857         (post-command-hook): Add `wl-e21-switch-toolbar'.
7858         (wl-e21-switch-toolbar): New function to switch the toolbar
7859         appearance automatically.
7860         (wl-e21-tool-bar-lines): New buffer local variable.
7861
7862 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7863
7864         * wl-util.el (wl-biff-check-folders-running): New variable.
7865         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7866         (wl-biff-check-folder-async-callback):
7867         Set `wl-biff-check-folders-running'.
7868         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7869         with unwind-protect.
7870
7871         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7872         Enclose `wl-folder-auto-check' with unwind-protect.
7873
7874         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7875         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7876
7877         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7878
7879         * wl-util.el (wl-biff-notify): New inline function.
7880         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7881         locally.
7882         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7883         folder-list' is 1.
7884         Use `wl-biff-notify'.
7885         (wl-biff-check-folder-async-callback): New function.
7886         (wl-biff-check-folder-async): Ditto.
7887
7888         * wl-folder.el (wl-folder): Don't check folders.
7889         (wl-folder-auto-check): New function.
7890
7891 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7892
7893         * wl-util.el (wl-biff-start) [Emacs19+]:
7894         Use `timer-next-integral-multiple-of-time'.
7895         (wl-biff-check-folders): Use `wl-default-folder'
7896         if `wl-biff-check-folder-list' is nil.
7897
7898 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7899
7900         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7901         instead of `elmo-delete-lists'.
7902
7903 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7904
7905         * wl.el (wl-plugged-toggle-all): Set the value of
7906         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7907         (wl-plugged-toggle): Ditto.
7908         (wl-toggle-plugged): Ditto.
7909         (wl-plugged-init): Ditto.
7910
7911         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7912         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7913         instead of `wl-biff-state-indicator-off' and
7914         `wl-biff-state-indicator-on'; don't modify the value and the type
7915         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7916         (wl-plugged-init-icons): Set icons data to
7917         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7918         instead of `wl-plug-state-indicator-off' and
7919         `wl-plug-state-indicator-on'; don't modify the value and the type
7920         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7921
7922         * wl-vars.el (wl-modeline-biff-state-off,
7923         wl-modeline-biff-state-on, wl-modeline-biff-status,
7924         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7925         wl-modeline-plug-status): New internal variables.
7926         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7927         wl-biff-check-interval, wl-biff-check-folder-list): Change
7928         customization group from `wl-folder' to `wl-highlight'.
7929         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7930         wl-show-plug-status-on-modeline): Defcustomized.
7931
7932         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7933         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7934         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7935         a flag to `mode-line-buffer-identification'.
7936
7937         * wl-e21.el (wl-biff-init-icons): Set icons data to
7938         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7939         instead of `wl-biff-state-indicator-off' and
7940         `wl-biff-state-indicator-on'.
7941         (wl-plugged-init-icons): Set icons data to
7942         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7943         instead of `wl-plug-state-indicator-off' and
7944         `wl-plug-state-indicator-on'.
7945
7946 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7947
7948         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7949         excessive titles.
7950
7951 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7952
7953         * wl.el (wl-plugged-mode): Use revised
7954         `wl-mode-line-buffer-identification'.
7955         (wl-plugged-init): Don't use `force-mode-line-update'.
7956
7957         * wl-xmas.el (wl-draft-overload-functions): Use revised
7958         `wl-mode-line-buffer-identification'.
7959         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7960         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7961         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7962         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7963         `wl-make-plugged-hook';
7964         add `wl-folder-init-icons' and `wl-setup-folder' to
7965         `wl-folder-mode-hook'.
7966
7967         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7968         19 as well.
7969         (wl-mode-line-display-priority-list): New user option.
7970         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7971         Defcustomized.
7972         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7973         Add docs.
7974
7975         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7976         start.
7977         (wl-mode-line-buffer-identification): Revised as a function.
7978
7979         * wl-summary.el (wl-summary-mode): Use revised
7980         `wl-mode-line-buffer-identification'; don't call
7981         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7982         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7983         `wl-xmas-setup-summary'.
7984
7985         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7986         `wl-mode-line-buffer-identification'.
7987
7988         * wl-mule.el (wl-draft-overload-functions): Use revised
7989         `wl-mode-line-buffer-identification'.
7990
7991         * wl-folder.el (wl-make-plugged-alist): Don't call
7992         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7993         (wl-folder): Don't call `wl-folder-init-icons' directly.
7994         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7995         `wl-xmas-setup-folder' directly;
7996         use revised `wl-mode-line-buffer-identification'.
7997         (TopLevel): Don't bind `wl-biff-init-icons',
7998         `wl-plugged-init-icons', `wl-folder-init-icons',
7999         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8000
8001         * wl-e21.el (wl-draft-overload-functions): Use revised
8002         `wl-mode-line-buffer-identification'.
8003         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8004         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8005         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8006         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8007         `wl-make-plugged-hook';
8008         add `wl-folder-init-icons' and `wl-setup-folder' to
8009         `wl-folder-mode-hook'.
8010
8011 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8012             Katsumi Yamaoka    <yamaoka@jpl.org>
8013
8014         * wl.el (wl): Call `wl-biff-start'.
8015         (wl-exit): Call `wl-biff-stop'.
8016         (wl-plugged-mode): Show biff in modeline.
8017         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8018
8019         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8020         (wl-biff-init-icons): New function.
8021         (wl-plugged-init-icons): Don't make too much keymaps.
8022         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8023
8024         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8025         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8026         variables.
8027         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8028         options.
8029
8030         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8031         wl-biff-start, wl-biff-stop): New functions.
8032         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8033         (wl-biff-timer-name): New variable.
8034
8035         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8036
8037         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8038         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8039
8040         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8041         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8042
8043         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8044         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8045         `wl-folder-init-icons' to `ignore' if they are not available.
8046         (wl-folder-mode): Show biff in modeline.
8047
8048         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8049         (wl-biff-init-icons): New function.
8050         (wl-plugged-init-icons): Don't make too much keymaps.
8051         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8052
8053 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8054
8055         * wl-vars.el (wl-strict-diff-folders): Customization Type
8056         and doc fix.  Define as a list of regular expressions for
8057         folders or nil.
8058         * wl-folder.el (wl-folder-check-one-entity): Use
8059         `wl-string-match-member' instead of `wl-string-member' for
8060         `wl-strict-diff-folders'.
8061
8062 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8063
8064         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8065         (wl-highlight-folder-current-line): Use it; new implementation.
8066         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8067         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8068         `defsubst' instead of `defun'.
8069
8070         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8071         `wl-highlight-group-folder-by-numbers'; made it can also be a
8072         number.  See info for more details.
8073
8074         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8075         running.
8076
8077         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8078         to bind them.
8079
8080         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8081         (wl-highlight-folder-current-line): New implementation.
8082
8083         * wl-highlight.el (wl-highlight-folder-group-line): New
8084         implementation.
8085         (wl-delete-all-overlays): Rewrite as a marco.
8086         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8087
8088         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8089         running.
8090         (wl-folder-*-glyph): No need to bind them.
8091
8092         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8093         `wl-e21-highlight-folder-group-icon'; rewrite.
8094         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8095         `defsubst' instead of `defun'.
8096         (wl-folder-mode-map): Bind it when compiling.
8097
8098 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8099
8100         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8101
8102         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8103
8104 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8105
8106         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8107
8108 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8109
8110         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8111         (wl-highlight-folder-current-line): Use it.
8112
8113         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8114         in `id-name'.
8115
8116 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8117
8118         * wl.el: Require `wl-e21' when Emacs 21 is running.
8119
8120         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8121         default when Emacs 21 is running.
8122         (wl-use-highlight-mouse-line): Ditto.
8123         (wl-on-emacs21): New constant.
8124         (wl-on-emacs20): Removed.
8125
8126         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8127         Emacs 21 is running.
8128
8129         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8130         Emacs 21 is running.
8131
8132         * wl-e21.el: New file.
8133
8134 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8135
8136         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8137         (wl-toggle-plugged): Ditto.
8138         (wl-plugged-toggle): Ditto.
8139         (wl-plugged-toggle-all): Ditto.
8140
8141         * wl-vars.el (wl-plug-state-indicator): Refer
8142         `wl-plug-state-indicator-on' indirectly.
8143
8144 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8145
8146         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8147         Call `wl-folder-confirm-existence'.
8148
8149         * wl-folder.el (wl-folder-confirm-existence): Added optional
8150         argument `force'.
8151
8152 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8153
8154         * wl-summary.el (wl-summary-refile-subr): Assume
8155         `copy-or-refile' as symbol.
8156         (wl-summary-refile): Follow up above change.
8157         (wl-summary-copy): Ditto.  Doc fix.
8158
8159 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8160
8161         * wl-summary.el (wl-summary-pick): Don't bind
8162         `elmo-search-mime-charset'.
8163
8164         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8165         default using old backquote style.
8166         (wl-search-mime-charset): Abolished.
8167
8168         * wl-highlight.el (wl-highlight-headers):
8169         Call `point' after `re-search-forward'(for Nemacs).
8170
8171         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8172         for elmo-imap4.el.
8173
8174 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8175
8176         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8177         `wl-message-ignored-field-list' instead of
8178         `mime-view-ignored-field-list'.
8179
8180         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8181         Add interactive spec.
8182         (wl-folder-goto-bottom-of-current-folder): Ditto.
8183         (wl-folder-mode-map): Bind them.
8184
8185         * wl-vars.el (wl-message-ignored-field-list): New variable.
8186         (wl-message-visible-field-list): New variable.
8187
8188         * wl-mime.el (wl-mime-header-presentation-method): New function.
8189         (wl-mime-setup): Set header-presentation-method.
8190
8191 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8192
8193         * wl-nemacs.el (wl-draft-overload-functions): Set
8194         `mode-line-buffer-identification' instead of using
8195         `wl-make-modeline'.
8196
8197         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8198         instead of using `wl-make-modeline'.
8199
8200         * wl-xmas.el (wl-plugged-init-icons): Set up
8201         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8202         (wl-make-modeline): Abolish.
8203         (wl-draft-overload-functions): Set
8204         `mode-line-buffer-identification' instead of using
8205         `wl-make-modeline'.
8206
8207         * wl-util.el (wl-make-modeline-subr): Abolish.
8208         (wl-mode-line-buffer-identification): New alias.
8209
8210         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8211         (wl-summary-make-modeline): Abolish.
8212         (wl-summary-buffer-set-folder): Set
8213         `wl-summary-buffer-folder-indicator'.
8214         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8215         of using `wl-make-modeline'.
8216         (wl-summary-switch-to-clone-buffer): Don't set
8217         `mode-line-buffer-identification'.
8218         (wl-summary-goto-folder-subr): Ditto.
8219
8220         * wl-mule.el (wl-draft-overload-functions): Set
8221         `mode-line-buffer-identification' instead of using
8222         `wl-make-modeline'.
8223
8224         * wl-folder.el (wl-folder-mode): Set
8225         `mode-line-buffer-identification' instead of using
8226         `wl-make-modeline'.
8227         (wl-folder): Don't set `mode-line-buffer-identification'.
8228
8229 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8230
8231         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8232         instead of `member' for `wl-refile-guess-func-list' look-ups.
8233         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8234
8235 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8236
8237         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8238         `wl-message-button-dispatcher'.
8239
8240         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8241
8242         * wl-message.el (wl-message-button-dispatcher): Use it.
8243
8244         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8245         "In-Reply-To".
8246
8247         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8248         Bind `case-fold-search' to t.
8249
8250 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8251
8252         * wl-xmas.el (wl-message-overload-functions): Initialize
8253         `wl-message-button-map'.
8254
8255         * wl-mule.el (wl-message-overload-functions): Initialize
8256         `wl-message-button-map'.
8257
8258         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8259
8260         * wl-message.el (wl-message-button-map): New keymap.
8261         (wl-message-add-button): New function.
8262         (wl-message-button-dispatcher): New function.
8263         (wl-message-button-refer-article): New function.
8264
8265         * wl-highlight.el
8266         (wl-highlight-message-add-buttons-to-header): New function.
8267         (wl-highlight-headers): Use it.
8268
8269 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8270
8271         * wl-summary.el (wl-summary-default-from): Use
8272         `wl-address-get-petname-1'.
8273         (wl-summary-simple-from): Ditto.
8274
8275         * wl-address.el (wl-address-get-petname-1): New inline function.
8276         (wl-address-get-petname): Use it.
8277
8278 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8279
8280         * wl-summary.el (wl-summary-default-from): Return full-name part
8281         from the address if no petname was found.
8282         (wl-summary-simple-from): Ditto.
8283
8284         * wl-address.el (wl-address-get-petname): Return nil if no petname
8285         associated with the address was found.
8286
8287 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8288
8289         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8290         display is finished.
8291
8292 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8293
8294         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8295         `elmo-folder-exists-p' argument.
8296
8297 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8298
8299         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8300         the folder.
8301
8302 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8303
8304         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8305
8306         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8307         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8308
8309 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8310
8311         * wl-folder.el (wl-folder-create-subr): New function.
8312         (wl-folder-confirm-existence): Use it.
8313         (wl-folder-check-one-entity): Use it.
8314         Check the error symbol is derived from 'elmo-open-error.
8315
8316         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8317         `ignore-error'.
8318
8319 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8320
8321         * wl-util.el (toplevel): Add (eval-when-compile (require
8322         'elmo-util)).  (Maybe `provide' is typo.)
8323
8324 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8325
8326         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8327         (I don't know why this was needed.)
8328
8329         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8330         Follow up changes for stream-type.
8331
8332         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8333         (wl-draft-elmo-nntp-send): Ditto.
8334
8335         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8336         (wl-nntp-posting-stream-type): Ditto.
8337         (wl-pop-before-smtp-ssl): Abolished.
8338         (wl-nntp-posting-ssl): Ditto.
8339
8340         * wl-address.el (wl-address-quote-specials): New function.
8341         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8342
8343         * wl-draft.el (wl-draft-reply): Ditto.
8344
8345 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8346
8347         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8348         use function `wl-string-match-assoc'.
8349
8350 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8351
8352         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8353
8354         * wl-draft.el (wl-draft-deduce-address-list): New function.
8355         (wl-draft-parse-mailbox-list): Ditto.
8356         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8357         instead of `smtp-deduce-address-list'.
8358         (wl-draft-on-field-p): Follow group list.
8359
8360         * wl-address.el (wl-address-concat-token): New function.
8361         (wl-address-string-without-group-list-contents): Ditto.
8362         (wl-complete-field-body): Fixed problem of completion
8363         by japanese petname.
8364         (wl-address-make-completion-list): Rewrite.
8365
8366 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8367
8368         * wl-address.el (wl-address-make-completion-list): Completion by
8369         petname.
8370         (wl-complete-field-body): Likewise.
8371
8372 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8373
8374         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8375         contains invalid address syntax.
8376
8377 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8378
8379         * wl-folder.el (wl-folder-check-entity-async): Use
8380         `elmo-nntp-spec-hostname'.
8381
8382 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8383
8384         * wl-summary.el (wl-summary-msgdb-load-async): Use
8385         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8386
8387 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8388
8389         * wl-draft.el (wl-draft-reply): Set argument
8390         `content-transfer-encoding' as nil.
8391
8392 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8393
8394         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8395         `wl-refile-alist'.
8396
8397 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8398
8399         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8400         (wl-draft-edit-string): Ditto.
8401         (wl-draft-forward): Ditto.
8402         * wl-summary.el (wl-summary-write): Ditto.
8403
8404 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8405
8406         * wl-summary.el (wl-summary-sync-update3): Call
8407         `wl-summary-buffer-number-column-detect'.
8408         (wl-summary-buffer-number-column-detect): Search from point-min.
8409
8410 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8411
8412         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8413         contains an address which is not included in original to or cc.
8414
8415 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8416
8417         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8418         begin-line does not exist.
8419         * wl-message.el (wl-message-uu-substring): Ditto.
8420
8421 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8422
8423         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8424         clear local variables.
8425         (wl-summary-exit): Call `elmo-commit'.
8426         (wl-summary-switch-to-clone-buffer): Call
8427         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8428         (wl-summary-goto-folder-subr): Ditto.
8429
8430         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8431         POP folder.
8432
8433 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8434
8435         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8436         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8437         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8438         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8439         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8440         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8441
8442         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8443
8444 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8445
8446         * wl-summary.el (wl-summary-search-by-subject):
8447         Search parent message from the latest one.
8448
8449 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8450
8451         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8452         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8453
8454         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8455         New user option.
8456
8457         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8458         if elmo-nntp-use-killed-list is nil.
8459         Use `elmo-msgdb-append-to-killed-list'.
8460         (Append numbers confirmed as disappeared to the killed list.)
8461         (wl-summary-confirm-appends): Don't display negative number.
8462
8463 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8464
8465         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8466
8467 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8468
8469         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8470         range is `all'.
8471         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8472         `elmo-list-bigger-diff'.
8473
8474 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8475
8476         * wl-summary.el (wl-summary-buffer-exit-func):
8477         New buffer local variable.
8478         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8479
8480 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8481
8482         * wl-demo.el (wl-demo): Fix the last change.
8483
8484 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8485
8486         * wl-demo.el (wl-demo): Don't use `eval'.
8487
8488 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8489
8490         * wl-summary.el (wl-summary-buffer-thread-modified):
8491         New buffer-local variable.
8492         (wl-summary-set-thread-modified): New function.
8493         (wl-summary-thread-modified-p): New function.
8494         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8495         (wl-summary-yank-saved-message): Use function
8496         `wl-summary-set-thread-modified'
8497         (wl-summary-switch-to-clone-buffer): Add
8498         `wl-summary-buffer-thread-modified'.
8499
8500         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8501         (wl-summary-buffer-mark-saved-hook): Ditto.
8502         * wl-summary.el (wl-summary-msgdb-save): New hook
8503         `wl-summary-buffer-message-saved-hook' and
8504         `wl-summary-buffer-mark-saved-hook'.
8505
8506 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8507
8508         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8509
8510 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8511
8512         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8513         don't hide scroll bars under FSF Emacsen because it may incur an
8514         undesirable redrawing.
8515
8516 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8517
8518         * wl-draft.el (wl-draft-edit-string): Call
8519         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8520
8521 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8522
8523         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8524
8525 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8526
8527         * wl-summary.el (wl-summary-msgdb-load-async): Call
8528         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8529
8530 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8531
8532         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8533         fringes in demo buffer; center bitmap logo correctly even if old
8534         Mule is used.
8535
8536 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8537
8538         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8539
8540         * wl-refile.el (wl-refile-subject-alist): New variable.
8541         (wl-refile-subject-alist-file-name): Ditto.
8542         (wl-refile-alist-setup): Rewrite.
8543         (wl-refile-alist-save): Use `elmo-object-save'.
8544         Eliminated arguments.
8545         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8546         (wl-refile-guess-by-subject): New function.
8547         (wl-refile-guess-func-list): Added it.
8548
8549 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8550
8551         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8552         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8553
8554 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8555
8556         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8557         New buffer-local variable.
8558         (wl-summary-buffer-next-folder-func): Ditto.
8559         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8560         if non-nil.
8561         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8562         if non-nil.
8563         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8564         if non-nil.
8565         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8566         if non-nil.
8567
8568 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8569
8570         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8571         permanently in the demo buffer.
8572
8573 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8574
8575         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8576         `mime-entity-fetch-field'.
8577
8578         * wl.el (wl-exit): Delete plugged buffer.
8579
8580         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8581         XEmacs has menubar feature.
8582
8583 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8584
8585         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8586         cannot arrive at the beginning of the buffer under old Emacsen.
8587
8588 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8589
8590         * wl-address.el (wl-address-ldap-search):
8591         Call `ldap-search-entries' with `withdn' argument t.
8592         (wl-complete-field-body): Bind completion-ignore-case as t.
8593         Clear ldap search hash when it was sole completion.
8594         Use elmo-string for pattern string.
8595         (wl-ldap-alias-safe-string): Eliminated needless let.
8596
8597 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8598
8599         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8600         (wl-ldap-alias-sep): New constant.
8601         (wl-ldap-search-attribute-type-list): Ditto.
8602         (wl-ldap-get-value): New function.
8603         (wl-ldap-make-filter): Ditto.
8604         (wl-ldap-make-matched-value-list): Ditto.
8605         (wl-ldap-alias-safe-string): Ditto.
8606         (wl-ldap-register-dn-string): Ditto.
8607         (wl-address-ldap-search): Rewrite.
8608
8609 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8610
8611         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8612         thread is deleted.
8613         (wl-thread-delete-line-from-buffer): Ditto.
8614         (wl-thread-get-exist-children): New function.
8615
8616 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8617
8618         * wl-demo.el (wl-demo): Made it to select various image types.
8619         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8620         from `wl-title-logo'.
8621         (wl-logo-ascii): New variable.
8622         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8623         (wl-demo-copyright-notice): New constant.
8624
8625         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8626
8627 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8628
8629         * wl-vars.el (wl-summary-target-above): Renamed from
8630         wl-summary-temp-above.
8631         * wl-score.el (wl-score-get-score-alist): Use it.
8632         (wl-summary-score-update-all-lines): Use it.
8633         * wl-summary.el: Ditto. (make-variable-buffer-local).
8634
8635 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8636
8637         * wl-vars.el (wl-ldap-port): New user option.
8638
8639         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8640         Rewite whole implementation.
8641         (wl-complete-field-body): Fixed.
8642
8643 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8644
8645         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8646         Choose implementation at compile time.
8647
8648 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8649
8650         * wl-address.el (wl-ldap-search-internal): New function.
8651         (wl-complete-field-to): Use it.
8652
8653 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8654
8655         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8656         Use `let' instead of `let*'.
8657         Require 'wl-vars.
8658
8659         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8660         Define as defcustom.
8661         (wl-ldap-base): Ditto.
8662         (wl-use-ldap): Ditto.
8663
8664 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8665
8666         * wl-address.el (wl-ldap-search): New function.
8667         (wl-complete-field-body): Use `wl-ldap-search'.
8668         (wl-ldap-server): New variable.
8669         (wl-ldap-base): Ditto.
8670         (wl-use-ldap): Ditto.
8671
8672 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8673
8674         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8675         (Pointed out by Mito <mit@nines.nec.co.jp>).
8676         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8677         buffer-local variables like `wl-summary-redisplay-internal'.
8678         (wl-summary-redisplay-all-header): Likewise.  Update
8679         Summary view too.
8680
8681 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8682
8683         * wl-summary.el (wl-summary-jump-to-parent-message):
8684         Consider prefix argument.
8685
8686         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8687         when closed thread is deleted.
8688
8689 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8690
8691         * wl-summary.el (wl-summary-jump-to-parent-message):
8692         Consider thread modification.
8693
8694 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8695
8696         * wl-message.el (wl-message-normal-get-original-buffer): Use
8697         `save-excursion'.
8698
8699         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8700         (wl-summary-showto-folder-regexp): Ditto.
8701
8702 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8703
8704         * wl-util.el (wl-delete-alist): Doc fix.
8705         (wl-delete-associations): New function.
8706         (wl-inverse-alist): New function.
8707         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8708         Split temporary variables. Use `wl-delete-associations'
8709         and `wl-inverse-alist'.
8710         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8711
8712 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8713
8714         * wl-folder.el (wl-folder-prefetch-entity):
8715         Execute prefetching if new count is unknown.
8716
8717 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8718
8719         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8720
8721         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8722         delete entity.
8723         (wl-thread-set-parent): If insert as top, set linked as nil.
8724
8725         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8726         `wl-thread-cleanup-symbols' when view mode is thread.
8727
8728 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8729
8730         * wl-folder.el (wl-folder-create-folder-entity): Use
8731         with-current-buffer.
8732         (wl-local-folder-init): Call set-buffer to make sure we are in
8733         the Folder buffer. Don't touch buffer-local variables here.
8734         (wl-folder-mode): Initialize buffer-local variables here.
8735
8736         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8737         (wl-folder-entity-assign-id): Ditto.
8738         (wl-folder-create-entity-hashtb): Ditto.
8739         (wl-local-folder-init): Ditto.
8740         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8741
8742 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8743
8744         * wl-summary.el (wl-summary-default-from): Fix probrem when
8745         std11-extract-address-components return (nil "foo@bar").
8746
8747 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8748
8749         * wl-draft.el (wl-draft-clone-local-variables):
8750         Remove redundant `setq'.
8751
8752 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8753
8754         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8755         Bind wl-highlight-x-face-func as nil while highlighting header.
8756
8757 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8758
8759         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8760
8761 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8762
8763         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8764         elmo-msgdb-overview-hashtb from copy-variables.
8765         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8766         instead of `elmo-msgdb-overview-get-entity-by-number'.
8767         (wl-summary-auto-refile): Ditto.
8768
8769         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8770         `elmo-msgdb-overview-get-entity' instead of
8771         `elmo-msgdb-search-overview-entity'.  Use
8772         `elmo-msgdb-overview-get-entity' instead of
8773         `elmo-msgdb-overview-get-entity-by-number'.
8774         (wl-thread-insert-entity-sub): Ditto.
8775         (wl-thread-insert-message): Ditto.
8776
8777         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8778         `elmo-msgdb-overview-get-entity'.
8779         (wl-normal-message-redisplay): Ditto.
8780
8781 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8782
8783         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8784         `wl-thread-entities'.
8785         (wl-thread-delete-message): Fix remove top message from
8786         `wl-thread-entity-list'.
8787
8788         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8789         wl-append(nconc), because update-list is broken on Meadow.
8790
8791         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8792         updating process.
8793         (wl-summary-rescan): Ditto.
8794         (wl-summary-sync-update3): Ditto.
8795         * wl-thread.el (wl-thread-set-parent): Renamed from
8796         `wl-summary-set-parent'.
8797         (wl-thread-insert-message): Updating buffer faster.
8798         (wl-thread-delete-message): Updating buffer faster.
8799
8800         * wl-score.el (wl-summary-score-update-all-lines): Changed
8801         interval for display progress gauge.
8802
8803 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8804
8805         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8806         folder always-sticky.
8807         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8808         defmacro.
8809
8810 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-vars.el (wl-draft-add-references): New user option.
8813
8814         * wl-draft.el (wl-draft-add-references): New function.
8815         (wl-draft-yank-from-mail-reply-buffer): Use it.
8816         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8817         as nil.
8818
8819 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8820
8821         * wl-thread.el (wl-thread-update-line-msgs): Called
8822         `wl-thread-update-line-on-buffer-sub'.
8823         (wl-thread-update-line-on-buffer): Delete routine of inserting
8824         thread.
8825         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8826         moved from `wl-thread-update-line-on-buffer'.
8827         Add threshold for displaying progress gauge.
8828         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8829         argument of `wl-thread-update-line-msgs'.
8830         Add threshold for displaying progress gauge.
8831         * wl-folder.el:
8832         Add threshold for displaying progress gauge.
8833         * wl-score.el: Ditto.
8834
8835         * wl-expire.el (wl-summary-expire): Display deleting info.
8836
8837 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8838
8839         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8840         `no-msg'.
8841         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8842         argument of `wl-thread-update-line-msgs'.
8843         (wl-summary-set-parent): Added optional argument `parent-number'.
8844         (wl-summary-buffer-saved-message): New buffer local variable.
8845         (wl-summary-save-current-message): New command.
8846         (wl-summary-yank-saved-message): Ditto.
8847         (wl-summary-mode-map): Added key binding for
8848         `wl-summary-save-current-message' (\ew) and
8849         `wl-summary-yank-saved-message' (\C-y).
8850         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8851
8852 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8853
8854         * wl-summary.el (wl-summary-mode-map): Added key binding for
8855         `wl-summary-set-parent' (ts).
8856
8857 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8858
8859         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8860         subject faster. If thread number is reverse, delayed updating
8861         thread.
8862         (wl-summary-search-by-subject): Ditto.
8863         (wl-summary-put-alike): Ditto.
8864         (wl-summary-get-alike): Ditto.
8865         (wl-summary-insert-headers): Insert header of all overview in
8866         buffer.
8867         (wl-summary-rescan): Delayed updating thread. Kill search subject
8868         buffer for wl-summary-search-by-subject.
8869         (wl-summary-sync-update3): Ditto.
8870         (wl-summary-exit): Ditto.
8871         (wl-summary-goto-bottom-of-current-thread): Change for linked
8872         thread.
8873         (wl-summary-overview-create-summary-line): Change line for linked
8874         thread.
8875
8876         * wl-summary.el (wl-summary-update-thread): Use
8877         wl-thread-maybe-get-children-num.
8878         (wl-summary-set-parent): If change parent, move sub thread.
8879         (wl-summary-redisplay-internal): Add horizontal recenter.
8880         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8881
8882         * wl-thread.el (wl-thread-entity-get-linked): New function.
8883         (wl-thread-entity-set-linked): New function.
8884         (wl-thread-create-entity): Add linked element.
8885         (wl-thread-entity-insert-as-top): Use wl-append.
8886         (wl-thread-maybe-get-children-num): If closing thread, return
8887         children msgs.
8888         (wl-thread-update-line-msgs): Displaying progress message.
8889         (wl-thread-update-line-on-buffer-sub): Use
8890         wl-thread-maybe-get-children-num.
8891         (wl-thread-update-line-on-buffer): If update line is not exists,
8892         insert thread.
8893         (wl-thread-delete-message): If delete top msg of thread, search
8894         parent by subject.
8895         (wl-thread-insert-entity): Use
8896         wl-thread-maybe-get-children-num.
8897
8898         * wl-highlight.el (wl-highlight-summary-current-line): change
8899         sregexp for linked thread.
8900         * wl-util.el (wl-count-lines): Count lines.
8901         (wl-horizontal-recenter): horizontal recenter.
8902         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8903         (wl-score-get-alike): Ditto.
8904         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8905         (wl-subject-length-limit): New variable.
8906         (wl-highlight-thread-indent-string-regexp): Changed for linked
8907         thread.
8908
8909 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8910
8911         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8912         New variable (revival).
8913         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8914         by subject matching if there's no in-reply-to nor references field
8915         (revival).
8916
8917 \f
8918 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8919
8920         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8921         message.
8922
8923 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8924
8925         * wl-summary.el (wl-summary-reply): Return t if there was a
8926         message at cursor point.
8927         Added unwind-protect.
8928         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8929         returns t.
8930         (wl-summary-cancel-message): Do nothing when there's no message at
8931         cursor point.
8932         (wl-summary-forward): Ditto.
8933         (wl-summary-jump-to-parent-message): Ditto.
8934         (wl-summary-reedit): Ditto.
8935         (wl-summary-edit-addresses): Ditto.
8936         (wl-summary-pipe-message): Ditto.
8937         (wl-summary-print-message-with-ps-print): Ditto.
8938         (wl-summary-print-message): Ditto.
8939         (wl-summary-mark-as-important): Ditto.
8940         (wl-summary-mark-as-unread): Ditto.
8941
8942         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8943         message at cursor point.
8944         (wl-summary-reply-with-citation): Remove unwind-protect.
8945
8946         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8947         subject searching feature.
8948         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8949         Eliminated.
8950
8951 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8952
8953         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8954         New variable.
8955         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8956         by subject matching if there's no in-reply-to nor references field.
8957
8958         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8959
8960         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8961         when display is finished.
8962         (wl-folder-open-all): Ditto.
8963         (wl-folder-update-access-group): Ditto.
8964         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8965         * wl-thread.el (wl-thread-close-all): Ditto.
8966
8967         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8968         progress gauge only when it was displayed.
8969         * wl-folder.el (wl-folder-insert-entity): Ditto.
8970
8971 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8972
8973         * wl-summary.el (wl-summary-incorporate): Enclose
8974         `wl-summary-sync-force-update' with save-excursion.
8975
8976 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8977
8978         * wl-summary.el (wl-summary-prefetch-region):
8979         Pass current cursor point to `pos-visible-in-window-p' after
8980         moving cursor to the started point.
8981
8982 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8983
8984         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8985
8986         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8987         fields from the forwarding message.
8988         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8989         `ignored-fields'.
8990
8991 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-mime.el (wl-message-request-partial):
8994         Eliminated argument `msgdb'.
8995         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8996         (wl-mime-combine-message/partial-pieces): Likewise.
8997         * tm-wl.el (wl-message-request-partial): Likewise.
8998         (wl-mime-combine-message/partial-pieces): Likewise.
8999
9000 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9001
9002         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9003         when display is finished.
9004
9005 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9006
9007         * wl-summary.el (wl-summary-goto-folder-subr):
9008         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9009
9010 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9011
9012         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9013         when cursor point is visible.
9014
9015 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9016
9017         * wl-expire.el (wl-expire-archive-get-max-number):
9018         Don't use `file-name-directory'.
9019
9020 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9021
9022         * wl-expire.el (wl-expire-archive-get-max-number):
9023         Use `file-name-directory'.
9024
9025 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9026
9027         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9028         only when there is progress.
9029
9030 2000-04-13  Mito <mit@nines.nec.co.jp>
9031
9032         * wl-summary.el (wl-summary-sync-marks): Display progress.
9033
9034 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9035
9036         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9037         (wl-summary-prev): Move cursor regardless of unread status.
9038         (wl-summary-next): Ditto.
9039
9040 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9041
9042         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9043         Added argument `target' and `number'.
9044         * tm-wl.el (wl-summary-burst-subr): New function.
9045         (wl-summary-burst): Use it.
9046
9047 2000-04-10  Mito <mit@nines.nec.co.jp>
9048
9049         * wl-mime.el (wl-burst): New function.
9050         (wl-summary-burst): Use it.
9051
9052 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9053
9054         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9055         as petname when there's no candidate.
9056
9057 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9058
9059         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9060         New variable.
9061         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9062
9063         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9064
9065         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9066
9067 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9068
9069         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9070         Use substring of `original' instead of buffer-substring.
9071         (wl-refile-evaluate-rule):
9072         Set `original' argument of wl-refile-expand-newtext.
9073
9074         * wl-summary.el
9075         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9076         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9077         (wl-summary-auto-refile): Check existence of destination folder just
9078         before marking.
9079
9080 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9081
9082         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9083         when wl-refile-get-field-value return nil.
9084
9085 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9086
9087         * wl-refile.el
9088         (wl-refile-expand-newtext): New function imported from Gnus.
9089         (wl-refile-evaluate-rule): Use it.
9090
9091 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9092
9093         * wl-summary.el (wl-summary-print-destination):
9094         Duplicate folder string to avoid putting text-property on
9095         original string.
9096
9097         * wl-refile.el (wl-refile-get-field-value): New function.
9098         (wl-refile-evaluate-rule): New function;
9099         Evaluate refile rule recursively.
9100         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9101         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9102         New function; Check existence of a target folder recursively.
9103         (wl-summary-auto-refile-check-refile-rule-alist):
9104         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9105
9106 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9107
9108         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9109
9110         * wl-folder.el (wl-create-folder-entity-from-buffer):
9111         Fixed problem when '}' character is contained in folder name.
9112
9113         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9114
9115 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9116
9117         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9118         (wl-fldmgr-add-completion-all-completions):
9119         Use wl-fldmgr-add-completion-hashtb.
9120
9121 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9122
9123         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9124         wl-fldmgr-add-completion-subr): New functions.
9125         * wl-folder.el (wl-folder-completion-func): New variable.
9126         * wl-summary.el (wl-summary-read-folder):
9127         Use wl-folder-completion-func.
9128
9129         * wl-refile.el: Eliminate throw & catch.
9130
9131         * wl.el (wl-plugged-sending-queue-status): Fixed.
9132
9133 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9134
9135         * wl-draft.el (wl-draft): Put category property on
9136         mail-header-separator.