bec7079ff630a896863c41c0e07d3c5f252f5e94
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl.el (wl): Set timer for biff process even if prefix argument
4         is given or auto-checking is quitted.
5
6         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
7         immediately.
8         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
9         (wl-toggle-plugged): Ditto.
10
11         * wl-vars.el (wl-biff-use-idle-timer): New variable.
12         * wl-util.el (wl-biff-start): Use idle timer if
13         `wl-biff-use-idle-timer' is non-nil.
14
15 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
16
17         * wl-highlight.el (wl-highlight-message): Fix description.
18
19 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
20
21         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
22         tty.
23
24 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
25
26         * wl-action.el (wl-summary-exec): Print failure count.
27
28 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
29
30         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
31         to `defun', remove interactive form.
32         Set elmo-message-fetch-confirm when force-reload is non-nil.
33
34 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
35
36         * wl-summary.el (toplevel): Removed unnecessary autoload.
37
38 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
39
40         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
41         the buffer is generated from another message buffer.
42
43 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
44
45         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
46         extracted from `wl-fldmgr-save-folders'.
47         (wl-fldmgr-delete): Call it after deletion.
48
49 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
50
51         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
52         multi-tty support.
53
54 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
55
56         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
57
58 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
59
60         * wl-summary.el (wl-summary-rescan): Remove unused variables.
61         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
62
63 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
64
65         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
66         unsubscribe list only if argument CLEAR is nil.
67
68 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
69
70         * wl-draft.el (wl-draft-reply): Decode subject before removing
71         Re: prefix.
72
73 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
74
75         * wl-summary.el (wl-summary-sort-by-size): New command.
76
77 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
78
79         * wl-summary.el (wl-summary-number-list-from-region): New
80         function.
81         (wl-summary-mark-as-read-region): Use it.
82         (wl-summary-mark-as-unread-region): Ditto.
83         (wl-summary-set-flags-region): Ditto and add optional argument
84         remove.
85         (wl-summary-mark-as-answered-region): Ditto.
86         (wl-summary-mark-as-important-region): Ditto.
87         (wl-summary-target-mark-mark-as-important): Added optional
88         argument remove.
89         (wl-summary-target-mark-mark-as-answered): Ditto.
90         (wl-summary-target-mark-set-flags): Ditto.
91
92 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
93
94         * wl-summary.el (wl-summary-set-flags-region): Call
95         `wl-summary-set-flags-internal' with number list instead of call
96         one by each message.
97         (wl-summary-target-mark-set-flags): Likewise.
98
99 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
100
101         * wl-summary.el (wl-summary-target-mark-operation): Add optional
102         argument `inverse' and use `wl-summary-delete-all-target-marks'.
103         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
104         (wl-summary-target-mark-mark-as-answered): Likewise.
105
106 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
107
108         * wl-summary.el (wl-summary-target-mark-forward): Use
109         `wl-summary-delete-all-target-marks' instead of
110         `wl-summary-delete-all-temp-marks'.
111         (wl-summary-target-mark-reply-with-citation): Ditto.
112         (wl-summary-target-mark-uudecode): Ditto.
113         (wl-summary-target-mark-set-flags): Ditto and remove needless
114         cursor move.
115
116 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
117
118         * wl-summary.el (wl-summary-target-mark-forward): Protect
119         wl-summary-buffer-target-mark-list from nreverse.
120         (wl-summary-target-mark-reply-with-citation): Ditto.
121
122 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
123
124         * wl-thread.el (wl-thread-update-indent-string-thread): Use
125         `elmo-display-progress-threshold'.
126
127 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
128
129         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
130         check `wl-summary-highlight'.
131         (wl-summary-window-scroll-functions): Respect value of
132         `wl-summary-highlight'.
133         (wl-summary-sync-update): Run hooks
134         `wl-summary-buffer-window-scroll-functions' at any time.
135
136 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
137
138         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
139         from `wl-summary-cleanup-temp-marks'.
140         (wl-summary-cleanup-temp-marks): Abolish argument.
141         * wl.el (wl-save-status): Revert previous change.
142         (wl-execute-temp-marks): New function, call
143         `wl-summary-exec-with-confirmation'.
144         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
145         (wl-folder-save-and-exec-marks): Abolished.
146
147 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
148
149         * wl-e21.el (wl-e21-display-image-p): Respect
150         `wl-highlight-folder-with-icon'.
151         (wl-e21-highlight-folder-group-line): Highlight mouse line
152         even if wl-e21-display-image-p is nil.
153
154         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
155         Respect value of `wl-summary-highlight'.
156
157         * wl.el (wl-save-status): Remove unused variable.
158
159         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
160         (wl-folder-mode-map): Bind it to "x".
161
162 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
163
164         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
165
166         * wl-thread.el (wl-thread-get-parent-list): Don't check
167         disconnected ancestors, neglecting needless work in
168         `wl-thread-update-indent-string-thread'.
169
170         * wl.el (wl-save): Take prefix argument to execute remaining marks.
171         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
172         argument, add argument default-keep to keep marks by default.
173
174         * Version number is increased to 2.11.30.
175
176         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
177         customization type and docstring.
178         (wl-draft-reply-without-argument-list): Ditto.
179
180 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
181
182         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
183
184         * wl-spam.el (wl-spam-mark-action-list): Ditto.
185
186 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
187
188         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
189
190 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
191
192         * wl-draft.el (wl-draft-config-exec): Narrow the range of
193         save-excursion so as not to include run-hooks.
194
195 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
196
197         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
198         Clarify that marks are going to be cleared.
199
200 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
201
202         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
203         according to 3rd element of wl-summary-flag-mark.
204
205         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
206
207 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
208
209         * wl-action.el (wl-summary-target-mark-all): Don't set
210         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
211
212 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
213
214         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
215         (wl-forward-subject-prefix): Ditto.
216         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
217         (wl-draft-reply-make-subject): Ditto.
218
219         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
220         `wl-draft-forward'.
221         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
222
223 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
224
225         * wl-action.el (wl-summary-target-mark-set-action): Stop if
226         target message does not exist.
227
228 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
229
230         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
231         `wl-subject-prefix-regexp'.
232         (wl-subject-forward-prefix-regexp): New variable.
233         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
234         `wl-draft-strip-subject-re' and take regexp as argument.
235         (wl-draft-forward): Use it.
236         (wl-draft-reply): Ditto.
237
238 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
239
240         * wl-e21.el (wl-highlight-plugged-current-line): Change for
241         emacs multi-tty support.
242
243 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
244
245         * wl-e21.el (wl-e21-display-image-p): Don't call
246         `display-images-p'.
247         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
248         support.
249         (wl-highlight-folder-current-line): Ditto.
250         (wl-folder-init-icons): Ditto.
251
252 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
253
254         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
255         the last line of summary in unplugged mode.
256
257 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
258
259         * wl-vars.el (wl-refile-rule-alist): Doc fix.
260
261 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
262
263         * wl-vars.el (wl-user-mail-address-regexp): New variable.
264         * wl-address.el (wl-address-user-mail-address-p): Use it.
265         (wl-address-delete-user-mail-addresses): Ditto.
266         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
267
268         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
269         (wl-address-delete-user-mail-addresses): Ditto.
270
271         * wl-address.el (wl-address-delete-user-mail-addresses): New
272         function.
273         * wl-refile.el (wl-refile-guess-by-history): Use it.
274         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
275         (wl-draft-make-mail-followup-to): Ditto and fix logic.
276
277         * wl-draft.el (wl-draft-edit-string): To judge sender address,
278         use wl-address-user-mail-address-p.
279
280 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
281
282         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
283         after opening group.
284
285 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
288         of elmo-set-buffer-multibyte.
289
290         * wl-message.el (wl-original-message-mode): Ditto.
291
292         * wl-score.el (wl-score-insert-header): Ditto.
293
294         * wl-summary.el
295         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
296         (wl-summary-goto-folder-subr): Ditto.
297         (wl-summary-insert-headers): Ditto.
298
299         * wl-util.el (wl-set-string-width): Ditto.
300
301         * Version number is increased to 2.11.29.
302
303 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
304
305         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
306         (wl-highlight-summary-line-help-echo-alist): New variable.
307         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
308         into `wl-highlight-summary-line-help-echo' and
309         `wl-highlight-flag-folder-help-echo'.
310         (wl-highlight-summary-line-string): Change accordingly.
311         (wl-highlight-summary-current-line): Ditto.
312
313 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
314
315         * wl-highlight.el (wl-highlight-message): Ignore white spaces
316         at the beginning of field body (Thanks to Markus Knittig).
317
318         * wl-draft.el (wl-draft-insert-current-message): Also check
319         summary buffer, remove unnecessary tag.
320
321 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
322
323         * wl-draft.el (wl-draft-insert-current-message): Cause error also
324         when wl-message-buffer is nil.
325
326         * wl-folder.el (wl-folder): Abolish unused argument.
327         Call wl-folder-init when wl-folder-entity is nil.
328         * wl.el (wl): Change accordingly.
329
330 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
331
332         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
333         multibyte string before insert into draft buffer.
334         (wl-draft-create-buffer): Always enable multibyte characters for
335         draft buffer.
336
337         * Version number is increased to 2.11.28.
338
339 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
340
341         * wl-folder.el (wl-folder-open-close): Handle blank line.
342         (wl-folder-jump-to-current-entity): Ditto.
343
344 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * Version number is increased to 2.11.27.
347
348 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
349
350         * wl-thread.el (wl-thread-insert-message): When the thread is
351         devided by wl-summary-max-thread-depth, insert line at the end of
352         buffer.
353
354 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * Version number is increased to 2.11.26.
357
358 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
359
360         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
361
362 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
363
364         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
365         value of stream-type and session.
366
367 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
368
369         * Version number is increased to 2.11.25.
370
371 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
372
373         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
374         in a quit message.
375
376 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
377
378         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
379         (wl-summary-redisplay-no-mime-internal): Ditto.
380
381 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
382
383         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
384         * wl-vars.el (wl-smtp-connection-type): Ditto.
385
386 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
387
388         * wl-highlight.el (wl-highlight-message): Change to strict regexp
389         for the separator line and quote mail-header-separator.
390
391 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-spam.el (wl-message-check-spam): Fixed problem no display
394         result message.
395
396         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
397         `elmo-multiple-fields-body-list' with boundary as
398         mail-header-separator.
399
400 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
401
402         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
403
404 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
405
406         * wl-util.el (wl-list-diff): Remove unused function.
407
408         * wl-draft.el (wl-draft-send-confirm): Discard input before
409         confirmation.
410
411 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
412
413         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
414         order of flag and new.
415
416 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
417
418         * wl-vars.el (wl-refile-policy-alist): Abolished.
419
420         * wl-action.el (wl-summary-set-action-refile): Follow the change
421         above.
422
423 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * wl-highlight.el (wl-highlight-signature-search): Don't use
426         re-search-backward for a long word since it is possible to crash
427         XEmacs because of a bug.
428
429 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
430
431         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
432
433 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
434
435         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
436         argument for wl-summary-sync-force-update.
437
438 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
439
440         * wl-summary.el (wl-summary-mode-map): Revival of
441         wl-summary-mark-as-important related bindings;
442         Bind 'F','tF','mF','rF','m&'.
443         (wl-summary-mark-as-important-region): Revival.
444         (wl-summary-target-mark-mark-as-important): Ditto.
445         (wl-summary-target-mark-operation): New function.
446         (wl-summary-target-mark-mark-as-answered): Use it.
447         (wl-summary-decide-flag): Don't set Important as default.
448         (wl-summary-mark-as-important-internal): Revival.
449         (wl-summary-mark-as-important): Ditto.
450
451         * wl-thread.el (wl-thread-mark-as-important): Ditto.
452
453         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
454         instead of facep.
455
456 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
457
458         * wl-dnd.el (wl-dnd-drop-func): Fix.
459
460         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
461         mouse-set-point instead of posn-point.
462
463         * wl-xmas.el (wl-completing-read-multiple): Define as function.
464
465         * wl-mule.el (wl-completing-read-multiple): Ditto.
466
467 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-demo.el (face-background-name): Defalias to avoid compile
470         warning.
471
472 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
473
474         * wl-summary.el (wl-summary-decide-flag): Use
475         wl-completing-read-multiple instead of completing-read-multiple.
476
477         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
478         New alias.
479
480         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
481         Use face-background-name instead of face-background.
482
483         * wl-vars.el (wl-summary-save-file-suffix): New user option.
484
485         * wl-summary.el (wl-summary-save): Use it.
486         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
487
488         * wl-mime.el (wl-mime-save-content): Fix last change.
489
490 2004-02-10  Len Trigg <lenbok@myrealbox.com>
491
492         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
493         New function.
494         (wl-summary-sort-specs): Added sort.
495         * wl-mime.el (wl-mime-save-content): Expand file name.
496
497 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
498
499         * wl-mime.el (wl-draft-preview-message): Fixed typo.
500
501         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
502
503 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
506         for flag if it is not defined.
507
508 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
509
510         * wl-e21.el (wl-highlight-folder-current-line): Use
511         elmo-folder-type-internal when elmo-folder-type returns nil.
512
513         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
514
515         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
516
517         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
518
519         * wl-e21.el (wl-summary-toolbar): Ditto.
520
521         * wl-vars.el (wl-demo-background-color): Abolished.
522         (wl-summary-persistent-mark-priority-list): Renamed from
523         wl-summary-flag-priority-list.
524         (wl-summary-flag-alist): New user option.
525         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
526         (wl-message-mode-line-format-spec-alist): Added 'F'.
527         (wl-message-mode-line-format): Likewise.
528         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
529         instead of wl-summary-important-mark.
530         (wl-file-folder-icon): New variable.
531
532         * wl-thread.el (wl-thread-set-flags): Renamed from
533         wl-thread-mark-as-important.
534
535         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
536         warning.
537         (wl-summary-mode-menu-spec): Follow the change of 
538         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
539         (wl-summary-mode-map): Follow the change of
540         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
541         (wl-summary-detect-mark-position): Follow the variable name change.
542         (wl-summary-set-flags-region): New function for the replacement of
543         wl-summary-mark-as-important-region.
544         (wl-summary-sync-marks): Sync all global-flags.
545         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
546         instead of elmo-message-flagged-p.
547         (wl-summary-persistent-mark-string): Follow the variable name change;
548         Put wl-summary-flag-mark if the message has global-flag.
549         (wl-summary-target-mark-set-flags): Renamed from 
550         wl-summary-target-mark-mark-as-important.
551         (wl-summary-decide-flag): New function.
552         (wl-summary-set-flags-internal): Renamed from
553         wl-summary-mark-as-important-internal.
554         (wl-summary-add-flags-internal): New function.
555         (wl-summary-remove-flags-internal): Ditto.
556         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
557         (wl-summary-mark-as-unimportant): Abolish.
558         (wl-summary-move-spec-alist): Changed `important' to `digest'.
559         (wl-summary-next-message): List flagged messages in the msgdb.
560
561         * wl-score.el (wl-summary-score-update-all-lines): Use
562         wl-summary-add-flags-internal instead of 
563
564         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
565
566         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
567         from wl-message-buffer-cur-flag (To avoid misunderstanding).
568         (wl-message-buffer-require-all-header): Renamed from
569         wl-message-buffer-all-header-flag (Ditto).
570         (wl-message-buffer-flag-indicator): New variable.
571         (wl-message-redisplay): Changed local varibale name from `flag' to
572         `display-type'; Set up wl-message-buffer-flag-indicator.
573         (wl-message-buffer-display): Changed varibale name from `flag' to
574         `display-type'.
575         (wl-message-display-internal): Likewise.
576
577         * wl-highlight.el (wl-highlight-demo-face): Define default background
578         color.
579         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
580
581         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
582
583         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
584         (wl-demo-setup-properties): Renamed from
585         `wl-demo-set-background-color'.
586         (wl-demo): Follow the change above.
587         
588         * Version number is increased to 2.11.24.
589
590 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
591
592         * wl-summary.el (wl-summary-toggle-thread): Call
593         `wl-summary-rescan' with disable-thread as non-nil.
594         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
595
596 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
597
598         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
599         foreground property of the face.
600         (wl-demo-insert-text): Don't set up face property here.
601         (wl-demo): Call wl-demo-set-background-color, anyway.
602
603 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
604
605         * wl-vars.el (wl-demo-background-color): The value can be nil.
606
607 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
608
609         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
610         to wl-summary-wheel-dispatcher.
611
612         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
613         wl-message-wheel-dispatcher.
614         (wl-message-wheel-dispatcher): New function.
615         (wl-summary-wheel-dispatcher): Ditto.
616
617 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
618
619         * wl-action.el (wl-summary-target-mark-all): List messages which are
620         not in the killed-list.
621
622         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
623         only when the folder is 'flag/important.
624
625         * wl-address.el (wl-complete-field-body): Complete if the last
626         character is a space.
627
628 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
629
630         * wl-folder.el (wl-folder-clear-entity-info): Use
631         elmo-clear-hash-val.
632
633         * wl-fldmgr.el (wl-fldmgr-rename): Set
634         wl-folder-info-alist-modified as t.
635
636 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
637
638         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
639
640 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
641
642         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
643         (wl-folder-buffer-last-visited-entity-id): New buffer local
644         variable.
645         (wl-folder-revisit-last-visited-folder): New function.
646         (wl-folder-mode-map): Bind it to "C-i".
647         (wl-folder-set-current-entity-id): Set last visited folder.
648         * wl-summary.el (wl-summary-exit): Ditto.
649
650 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
653         before calling `recenter' in order to cope with an XEmacs bug.
654
655 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
656
657         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
658         to the default value.
659
660 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
661
662         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
663         change.
664         (wl-summary-sync-marks): Ditto.
665         (wl-summary-mark-as-read-internal): Ditto.
666         (wl-summary-mark-as-answered-internal): Ditto.
667         (wl-summary-mark-as-important-internal): Ditto.
668         (wl-summary-reply): Ditto.
669
670         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
671         instead of `elmo-folder-unflag-answered'.
672
673         * Version number is increased to 2.11.23.
674
675         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
676         the last change.
677
678 2004-01-11  Kenichi Okada  <okada@opaopa.org>
679
680         * wl-spam.el (wl-summary-exec-action-refile-with-register):
681         Specify "spam" or "good".
682
683 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
684
685         * wl-spam.el (wl-summary-exec-action-spam): Call
686         wl-folder-confirm-existence for spam folder.
687         (wl-spam-setup): Bind "mk".
688
689 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
692
693 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
694
695         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
696         destination folder is empty.
697
698 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
699
700         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
701         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
702
703         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
704         (wl-summary-refile-prev-destination-region): New function.
705         (wl-thread-refile-prev-destination): Ditto.
706         (wl-summary-target-mark-refile-prev-destination): Ditto.
707
708 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
709
710         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
711         (wl-demo-background-color): Changed default value.
712
713         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
714         color.
715
716         * wl-demo.el (wl-demo-set-background-color): New function.
717         (wl-demo): Call it.
718
719 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
720
721         * wl-address.el (wl-address-delete): Avoid mis-deleting.
722         * wl-address.el (wl-address-add-or-change): Don't add empty
723         address.
724
725 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
726
727         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
728
729 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
730
731         * wl-vars.el (wl-demo-image-filter-alist): New variable
732         (wl-demo-background-color): Ditto.
733
734         * wl-demo.el (wl-demo-xpm-set-background): New function.
735         (wl-demo-image-filter): Ditto.
736         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
737
738         * wl-vars.el (wl-demo-icon-name-alist): New variable.
739
740         * wl-demo.el (wl-demo-icon-name): Define as function.
741         (wl-demo-insert-image): Use it.
742
743 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
744
745         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
746
747 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
748
749         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
750
751 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
752
753         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
754
755 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
756
757         * wl-thread.el (wl-thread-mark-as-answered): New function.
758
759         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
760         answered" entry.
761         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
762         "r&" and wl-thread-mark-as-answered to "t&".
763         (wl-summary-mark-as-important-region): Refine to toggle mark.
764         (wl-summary-mark-as-answered-region): New function.
765         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
766         and 3rd argument.
767         (wl-summary-mark-as-important-internal): Likewise.
768
769 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-template.el (wl-template-preview): New internal variable.
772         (wl-template-preview-p): New function.
773         (wl-template-show): Bind `wl-template-preview' as t.
774
775 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
778         `elmo-message-entity-field' with 3rd argument which is non-nil.
779
780 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
783         Removed duplicate local bind `folder'.
784
785 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
788
789 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
792         duplicate definition.
793
794 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
795
796         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
797         non-nil, use it; Don't fetch message if there's no message in the
798         current cursor position.
799
800 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-util.el (wl-region-exists-p): Use region-active-p.
803         (wl-deactivate-region): New function.
804         * wl-message.el (wl-message-redisplay): Deactivate region.
805
806         * wl-summary.el (wl-summary-reply): Call
807         `wl-summary-set-message-buffer-or-redisplay' instead of
808         `wl-summary-redisplay-internal', don't move point.
809
810 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
813         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
814         by regexp.
815
816 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
817
818         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
819         if no need.
820
821 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
824         default value to nil.
825         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
826         `wl-summary-prepare-hook'; Replace refile action to
827         `wl-summary-exec-action-refile-with-register'.
828
829         * Version number is increased to 2.11.22.
830
831 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * wl-summary.el (wl-summary-detect-mark-position): Set
834         `wl-summary-buffer-weekday-name-lang'.
835
836 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
837
838         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
839         (wl-summary-mark-as-read-all): Ditto.
840         (wl-summary-delete-messages-on-buffer): Ditto.
841         (wl-summary-sync-update): Ditto.
842         (wl-summary-mark-as-read-internal): Ditto.
843         (wl-summary-mark-as-answered-internal): Ditto.
844         (wl-summary-update-folder-info): Abolished.
845
846 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * wl-summary.el (wl-summary-mark-as-read-all): Use
849         `wl-summary-update-folder-info' instead of
850         `wl-folder-update-unread'.
851
852 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
853
854         * wl-summary.el (wl-summary-update-folder-info): New function derived from
855         `wl-summary-folder-info-update'.
856         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
857         instead of `wl-summary-folder-info-update'.
858         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
859         `wl-folder-set-folder-updated'.
860         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
861         instead of `wl-folder-update-unread'.
862         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
863         the value of `wl-summary-buffer-unread-count' for the second parameter of
864         `wl-folder-update-unread'.
865
866         * Version number is increased to 2.11.21.
867
868 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
869
870         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
871         a local variable.
872
873 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * wl-spam.el (wl-summary-mark-spam): Show message only if call
876         interactively.
877
878         * wl-summary.el (wl-summary-mark-as-important-internal): New
879         internal function.
880         (wl-summary-mark-as-important): Use it.
881         (wl-summary-mark-as-unimportant): New function.
882         (wl-summary-sync-marks): Follow the API change.
883
884         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
885
886         * wl-mime.el (wl-summary-burst): Check target folder is writable.
887
888 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
889
890         * wl-folder.el (wl-folder-update-unread): Re-indent.
891         Narrow the scope of a local variable.
892
893 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
896         (wl-addrmgr-merge-entries): Ditto.
897         (wl-addrmgr): Added to address entry which exists in draft buffer
898         if no entry is in original.
899
900 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
901
902         * wl-batch.el: New file.
903
904 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
905
906         * wl-vars.el (wl-use-semi): Remove unused variable.
907
908 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
909
910         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
911         "?".
912
913 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
916         wl-summary-new-mark.
917         (wl-summary-new-cached-mark): New user option.
918         (wl-summary-score-marks): Follow the change above.
919         (wl-summary-auto-refile-skip-marks): Ditto.
920         (wl-summary-incorporate-marks): Ditto.
921         (wl-summary-expire-reserve-marks): Ditto.
922
923         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
924
925         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
926         (wl-summary-persistent-mark-string): Distinguished between cached
927         and uncached mark when the message is new.
928
929 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-spam.el (wl-spam-domain): Renamed from
932         `wl-spam-folder-guess-domain'.
933         (wl-summary-exec-action-spam): Register as spam if domain of the
934         source folder is good.
935         (wl-summary-exec-action-refile-with-register): Register message if
936         domain of the source folder is not undecided.
937
938 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
939
940         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
941         detect thread loop.
942
943 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
944
945         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
946         and wl-summary-skip-mark-list.
947
948 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
949
950         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
951
952         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
953
954         * wl-spam.el (toplevel): Require wl-highlight.
955         (wl-spam-auto-check-policy-alist): Abolish.
956         (wl-spam-auto-check-folder-regexp-list): New user option.
957         (wl-spam-auto-check-marks): Ditto.
958         (wl-spam-mark-action-list): Ditto.
959         (wl-highlight-summary-spam-face): New face.
960         (wl-spam-auto-check-message-p): New function.
961         (wl-spam-map-spam-messages): Fixed message.
962         (wl-spam-register-spam-messages): Ditto.
963         (wl-spam-register-good-messages): Ditto.
964         (wl-summary-spam-map): Add and remove keybind.
965         (wl-summary-target-mark-spam): Abolish.
966         (wl-summary-refile-spam): Ditto.
967         (wl-summary-test-spam): New function.
968         (wl-summary-mark-spam): Ditto.
969         (wl-summary-auto-check-spam): Follow the above change.
970         (wl-summary-exec-action-spam): New function.
971         (wl-summary-exec-action-refile-with-register): Fixed message.
972         (wl-message-check-spam): New function.
973         (wl-spam-setup): Ditto.
974         (toplevel): Call it if this file is loaded interactivity.
975
976         * Version number is increased to 2.11.20.
977
978 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
981         when new optional argument `force' is non nil or modified.
982
983 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
984
985         * wl.el (toplevel): Require wl-spam when compile.
986         (wl-save-status): Call wl-spam-save-status.
987
988         * wl-spam.el (wl-spam-register-spam-messages): New function.
989         (wl-spam-register-good-messages): Ditto.
990         (wl-spam-save-status): Ditto.
991         (wl-summary-mode-map): Bind
992         wl-summary-target-mark-register-as-spam to "ms" and
993         wl-summary-target-mark-register-as-good to "mn".
994         (wl-summary-register-as-spam): Abolish optional argument; Use
995         wl-spam-register-spam-messages.
996         (wl-summary-register-as-spam-all): Use
997         wl-spam-register-spam-messages.
998         (wl-summary-register-as-good): Abolish optional argument; Use
999         wl-spam-register-good-messages.
1000         (wl-summary-register-as-good-all): Use
1001         wl-spam-register-good-messages.
1002         (wl-summary-target-mark-register-as-spam): New funtion.
1003         (wl-summary-target-mark-register-as-good): Ditto.
1004
1005 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * wl-spam.el: New file.
1008
1009 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1012
1013         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1014         (wl-summary-auto-refile): Call wl-refile-guess with
1015         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1016
1017 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018
1019         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1020         with disable-thread argument non-nil.
1021
1022 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1023
1024         * wl-summary.el (wl-summary-rescan): Added optional argument
1025         disable-thread.
1026         (wl-summary-sync): Call wl-summary-rescan with argument
1027         disable-thread.
1028         (wl-summary-input-range): Added new range `rescan-thread'.
1029
1030 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1031
1032         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1033
1034 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1035
1036         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1037         internal variable.
1038         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1039         wl-summary-search-parent-by-subject-regexp and
1040         wl-summary-divide-thread-when-subject-changed as nil.
1041         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1042         (wl-summary-insert-thread): Search parent entity from
1043         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1044         thread loop.
1045
1046 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1047
1048         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1049
1050         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1051
1052         * wl-util.el (wl-require-update-all-folder-p): New function.
1053         (wl-get-assoc-list-value): Added `function' to match directive.
1054         (wl-collect-draft): Rewrite.
1055
1056         * wl-summary.el (wl-summary-sync-update): Clear faces
1057         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1058         are non-nil.
1059         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1060         argument as function.
1061         (wl-summary-input-range): Ditto.
1062
1063         * wl-folder.el (wl-draft-get-folder): New function.
1064         (wl-folder-get-elmo-folder): Consider draft folder.
1065
1066         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1067         (wl-draft-buffer-message-number): New buffer local variable.
1068         (wl-draft-folder-internal): New internal variable.
1069         (wl-draft-delete): Rewrite.
1070         (wl-draft-save): Ditto.
1071         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1072         wl-folder-get-elmo-folder.
1073         (wl-draft-config-info-operation): Ditto.
1074         (wl-jump-to-draft-folder): Ditto.
1075         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1076         (wl-draft-reedit): Rewrite.
1077
1078         * Version number is increased to 2.11.19.
1079         
1080 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1081
1082         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1083         variable.
1084
1085 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1088         Use ignore-errors instead of unwind-protect.
1089
1090 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1091
1092         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1093         for updating `wl-thread-entity-list'.
1094
1095 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1096
1097         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1098         parameter from calling `wl-thread-entity-get-older-brothers' and
1099         `wl-thread-entity-get-younger-brothers'.
1100         Replace nested `append' with a single one.
1101
1102 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-summary.el (wl-summary-mode): Don't use the return value of
1105         `make-local-hook'.
1106
1107 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1108
1109         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1110         instead of `let*'.
1111         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1112         of local variables.
1113
1114 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1117         Renamed from wl-summary-window-scroll-functions.
1118         (wl-summary-window-scroll-functions): Don't set to variable.
1119         (wl-summary-display-top): Use run-hooks.
1120         (wl-summary-display-bottom): Ditto.
1121         (wl-summary-toggle-disp-msg): Ditto.
1122         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1123         Use it instead of wl-summary-window-scroll-functions.
1124         (wl-summary-goto-folder-subr): Don't call
1125         wl-summary-window-scroll-functions, use
1126         wl-summary-buffer-window-scroll-functions instead.
1127
1128 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1131         make-local-variable.
1132
1133 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1134
1135         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1136         set-buffer-modified-p.
1137         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1138         (wl-summary-display-bottom): Ditto.
1139         (wl-summary-toggle-disp-msg): Ditto.
1140
1141 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1144
1145         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1146         (wl-summary-forward): Use elmo-message-entity-field instead of
1147         elmo-message-field.
1148
1149         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1150
1151 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1152
1153         * wl-summary.el (wl-summary-window-scroll-functions): No use
1154         `append'.
1155
1156 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1157
1158         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1159         function.
1160         (wl-summary-window-scroll-functions): Call it when both
1161         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1162         (wl-summary-temp-mark): Added optional argument number.
1163         (wl-summary-message-mark): Added optional argument flag.
1164         (wl-summary-persistent-mark): Added optional argument number and flag.
1165         (wl-summary-update-persistent-mark): Ditto.
1166         (wl-summary-update-status-marks): Set "r" for interactive spec.
1167
1168         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1169         argument number and flag.
1170
1171         * wl-action.el (wl-summary-registered-temp-mark): 
1172         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1173
1174 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1175
1176         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1177         internal variable (buffer local).
1178         (wl-summary-window-scroll-functions): New function.
1179         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1180         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1181         as nil.
1182         (wl-summary-update-status-marks): Added arguments beg, end and
1183         check.
1184         (wl-summary-update-mark-window): Use function.
1185         (wl-summary-sync-update): Follow the change above.
1186         (wl-summary-switch-to-clone-buffer): Copy
1187         wl-summary-buffer-unsync-mark-number-list.
1188         (wl-summary-goto-folder-subr): Set
1189         wl-summary-buffer-unsync-mark-number-list and
1190         use wl-summary-window-scroll-functions instead of
1191         wl-summary-lazy-highlight.
1192
1193         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1194
1195 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1196
1197         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1198
1199         * wl-summary.el (wl-summary-update-persistent-mark): Call
1200         wl-summary-set-message-modified.
1201
1202         * wl-summary.el (wl-summary-sync-update): Don't call
1203         wl-summary-update-status-marks.
1204
1205         * Version number is increased to 2.11.18.
1206
1207 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1208
1209         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1210         (wl-message-next-page): Ditto.
1211
1212 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1213
1214         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1215         local variable.  Change the order of a collected list into the
1216         same as the specified range.  Remove nil from a collected list.
1217
1218 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1219
1220         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1221         argument for elmo-folder-list-messages.
1222
1223 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1224
1225         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1226         change (wl-summary-count-unreads return a list instead of a cons
1227         cell).
1228
1229 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1230
1231         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1232         `wl-summary-folder-info-update'.
1233
1234 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1235
1236         * wl-summary.el (wl-summary-set-message-modified): No use
1237         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1238         (wl-summary-set-mark-modified): Abolish.
1239         (wl-summary-mark-modified-p): Ditto.
1240         (wl-summary-save-view): Follow the change above.
1241
1242         * wl-expire.el (wl-summary-expire): Likewise.
1243
1244 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1245
1246         * wl-summary.el (wl-summary-detect-mark-position): Use
1247         modb-entity-handler.
1248         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1249
1250         * Version number is increased to 2.11.17.
1251
1252 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1253
1254         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1255         entity field value.
1256         (wl-summary-prefetch-msg): Ditto.
1257         (wl-summary-print-message-with-ps-print): Ditto.
1258
1259 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1260
1261         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1262         for dummy entity.
1263         (wl-summary-insert-thread): Use elmo-message-entity-field.
1264         (wl-summary-update-thread): Use elmo-message-entity-field and
1265         elmo-message-entity-number.
1266         (wl-summary-line-number):  Use elmo-message-entity-number.
1267         (wl-summary-line-size): Use elmo-message-entity-field.
1268         (wl-summary-line-subject): Ditto.
1269         (wl-summary-line-from): Ditto.
1270         (wl-summary-line-attached): Ditto.
1271         (wl-summary-create-line): Ditto.
1272         (wl-summary-create-line): Use elmo-message-entity-number.
1273         (wl-summary-print-message-with-ps-print): Use
1274         elmo-message-entity-field.
1275
1276 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1277
1278         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1279         change in elmo-msgdb-make-message-entity.
1280         (wl-summary-buffer-set-folder): Don't call
1281         wl-summary-detect-mark-position here.
1282         (wl-summary-rescan): Call elmo-message-entity-number.
1283         (wl-summary-sync-update): Ditto.
1284         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1285
1286         * wl-score.el (wl-score-header-index): Redefine 2th element.
1287         (wl-score-overview-entity-get-extra): Abolish.
1288         (wl-score-ov-entity-get): Rewrite.
1289         (wl-score-string-index<, wl-score-string-func<): Abolish.
1290         (wl-score-string<): New function.
1291         (wl-score-string-sort): Use it.
1292
1293         * wl-refile.el (wl-refile-guess-by-history): Use
1294         elmo-message-entity-field.
1295         (wl-refile-guess-by-from): Ditto.
1296         (wl-refile-guess-by-msgid): Ditto.
1297
1298         * Version number is increased to 2.11.16.
1299
1300 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1301
1302         * wl-folder.el (wl-folder-confirm-existence): Don't call
1303         file-exists-p if msgdb-path is nil.
1304         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1305         `wl-read-folder-hist' to `wl-read-folder-history'.
1306
1307 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1308
1309         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1310         `y-or-n-p'.
1311
1312 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-score.el (wl-score-headers): Don't use
1315         elmo-folder-do-each-message-entity.
1316
1317         * Version number is increased to 2.11.15.
1318
1319 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1320
1321         * wl-summary.el (wl-summary-delete-all-msgs): Use
1322         elmo-folder-move-messages instead of elmo-folder-delete-messages
1323         and elmo-folder-detach-messages.
1324         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1325
1326         * wl-expire.el (wl-expire-delete): Ditto.
1327         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1328
1329 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1330
1331         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1332         (wl-message-header-narrowing-fields): Ditto.
1333         (wl-message-header-narrowing-lines): Ditto.
1334         (wl-message-header-narrowing-string): Ditto.
1335
1336         * wl-summary.el (wl-summary-mode-map): Bind
1337         wl-summary-toggle-header-narrowing to "C-cC-f".
1338         (wl-summary-toggle-header-narrowing): New function.
1339
1340         * wl-message.el (wl-message-buffer-create): Call
1341         wl-message-header-narrowing-setup.
1342         (wl-message-redisplay): Call wl-message-header-narrowing.
1343         (wl-message-header-narrowing): New function.
1344         (wl-message-header-narrowing-map): New keymap.
1345         (wl-message-header-narrowing-widen-map): New keymap.
1346         (wl-message-header-narrowing-again-at-mouse): New function.
1347         (wl-message-header-narrowing-1): Ditto.
1348         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1349         (wl-message-header-narrowing-setup): Ditto.
1350         (wl-message-header-narrowing-toggle): Ditto.
1351         
1352         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1353
1354         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1355         'flag as all.
1356         (wl-use-flag-folder-help-echo): New user option.
1357
1358         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1359         wl-summary-highlight as nil.
1360         (wl-summary-set-mark-modified): Follow the API change.
1361         (wl-summary-mark-modified-p): Ditto.
1362         (wl-summary-mark-as-read-all): Ditto.
1363         (wl-summary-sync-marks): Don't call
1364         elmo-folder-list-messages-with-global-mark.
1365         (wl-summary-mark-as-read-internal): Follow the API change.
1366         (wl-summary-mark-as-answered-internal): Ditto.
1367         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1368         Follow the API change.
1369         (wl-summary-create-line): Call with number argument.
1370         (wl-summary-reply): Follow the API change.
1371
1372         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1373         function.
1374         (wl-highlight-summary-line-string): Call it when
1375         wl-use-flag-folder-help-echo is non-nil.
1376         (wl-highlight-summary-current-line): Ditto.
1377         (elmo-flag-folder-referrer): Added autoload setting.
1378
1379         * wl-draft.el (wl-draft-kill): Follow the API change.
1380
1381         * Version number is increased to 2.11.14.
1382         
1383 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1384
1385         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1386
1387 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1388
1389         * Version number is increased to 2.11.13.
1390
1391 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1392
1393         * wl-draft.el (wl-draft-previous-history-element): Fixed
1394         unbalanced parenthesis and bind unbound local variables.
1395
1396 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1397
1398         * wl-draft.el (wl-draft-previous-history-element): New function.
1399         (wl-draft-next-history-element): Ditto.
1400         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1401         them to M-p and M-n.
1402
1403 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1404
1405         * Version number is increased to 2.11.12.
1406
1407 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1408
1409         * wl-draft.el (wl-draft-hide): Select buffer-window.
1410
1411 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1412
1413         * wl-summary.el (wl-summary-narrow-to-region): New function.
1414         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1415         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1416         (wl-summary-save-region): Use it.
1417         * wl-action.el (wl-summary-collect-numbers-region)
1418         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1419
1420 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1421
1422         * wl-folder.el (wl-folder-count-incorporates): Don't use
1423         `elmo-msgdb-mark-load'
1424
1425         * Version number is increased to 2.11.11.
1426
1427 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1428
1429         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1430         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1431
1432 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1433
1434         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1435
1436 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1437
1438         * Version number is increased to 2.11.10.
1439
1440 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1441
1442         * wl-mime.el (wl-draft-attribute-value): Fixed.
1443
1444 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1445
1446         * wl-util.el (wl-copy-local-variables): New function.
1447
1448         * wl-mime.el (wl-draft-attribute-recipients): New function.
1449         (wl-draft-attribute-envelope-from): Ditto.
1450         (wl-draft-attribute-smtp-posting-server): Ditto.
1451         (wl-draft-attribute-smtp-posting-port): Ditto.
1452         (wl-draft-attribute-value): Ditto.
1453         (wl-draft-preview-message): Use it to get value for
1454         attributes. Reflect result of `wl-draft-config'.
1455
1456         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1457         and call `wl-summary-mark-as-read' before to call
1458         `wl-summary-unset-mark'.
1459         (wl-summary-target-mark-mark-as-unread): Likewise.
1460         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1461
1462 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1463
1464         * wl-mime.el (wl-draft-preview-message): Use actual value for
1465         attributes; Fix for small window.
1466
1467 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1468
1469         * wl-refile.el (wl-refile-get-field-value): Call
1470         `elmo-message-entity-field' with 3rd argument is non-nil.
1471
1472 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1473
1474         * wl-vars.el (wl-draft-preview-attributes): New user option.
1475         (wl-draft-preview-attributes-list): Ditto.
1476         (wl-draft-preview-attributes-buffer-lines): Ditto.
1477         (wl-draft-preview-attributes-buffer-name): Ditto.
1478
1479         * wl-mime.el (wl-draft-preview-message): Display attributes.
1480
1481 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1482
1483         * wl-summary.el (wl-summary-detect-mark-position): Bind
1484         wl-summary-flag-priority-list to '(new).
1485
1486 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1487
1488         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1489         funtion.
1490         (wl-highlight-summary-line-string): Use it.
1491         (wl-highlight-summary-current-line): Ditto.
1492
1493 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1496         line even when the mark string is not changed.
1497
1498         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1499         argument change in the wl-summary-create-line.
1500         (wl-thread-insert-entity-sub): Ditto.
1501
1502         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1503         argument change in the wl-summary-create-line.
1504         (wl-summary-insert-sequential): Ditto.
1505         (wl-summary-update-thread): Ditto.
1506         (wl-summary-persistent-mark-string): New inline function.
1507         (wl-summary-message-mark): Use it.
1508         (wl-summary-create-line): Abolish argument wl-persistent-mark
1509         and added wl-flags, wl-cached.
1510
1511         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1512         mark to flags.
1513         (wl-highlight-summary-current-line): Decide the face not by the 
1514         persistent mark but flags.
1515
1516 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1517
1518         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1519         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1520         wl-summary-read-uncached-mark): Revive.
1521         (wl-summary-answered-cached-mark,
1522         wl-summary-answered-uncached-mark): New user option.
1523         (wl-summary-score-marks): Follow the change above.
1524         (wl-summary-auto-refile-skip-marks): Ditto.
1525         (wl-summary-incorporate-marks): Ditto.
1526         (wl-summary-expire-reserve-marks): Ditto.
1527         (wl-summary-flag-priority-list): New user option.
1528
1529         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1530         changes.
1531         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1532         of elmo-message-mark.
1533         (wl-summary-mark-as-read-internal): Ditto.
1534         (wl-summary-mark-as-answered): Ditto.
1535         (wl-summary-mark-as-important): Ditto.
1536         (wl-summary-redisplay-internal): Ditto.
1537         (wl-summary-redisplay-no-mime-internal): Ditto.
1538         (wl-summary-message-mark): New function.
1539         (wl-summary-insert-sequential): Use wl-summary-message-mark
1540         instead of elmo-message-mark.
1541         (wl-summary-update-thread): Ditto.
1542         (wl-summary-persistent-mark): Ditto.
1543         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1544         instead of elmo-message-mark.
1545
1546         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1547         wl-summary-message-mark instead of elmo-message-mark.
1548         (wl-thread-insert-entity-sub): Ditto.
1549         (wl-thread-get-children-msgs-uncached): Ditto.
1550
1551         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1552         variable name changes.
1553         (wl-highlight-summary-current-line): Ditto.
1554
1555         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1556         wl-summary-message-mark instead of elmo-message-mark.
1557
1558         * wl-expire.el (wl-expire-message-p): Ditto.
1559
1560         * wl-score.el (wl-score-headers): Ditto.
1561
1562         * Version number is increased to 2.11.9.
1563
1564         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1565         (wl-summary-sync-update): Follow the change above.
1566         (wl-summary-switch-to-clone-buffer): Ditto.
1567         (wl-summary-open-folder): Ditto.
1568
1569 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1570
1571         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1572         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1573
1574         * Version number is increased to 2.11.8.
1575
1576         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1577
1578         * wl-expire.el (wl-expire-refile): Follow the API change on
1579         `elmo-folder-move-messages'.
1580         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1581
1582         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1583         (wl-summary-exec-action-refile): Ditto.
1584         (wl-summary-exec-action-copy): Ditto.
1585         (wl-summary-no-auto-refile-message-p): No use
1586         `wl-summary-buffer-msgdb'.
1587         (wl-summary-auto-refile): Ditto.
1588
1589 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1590
1591         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1592
1593 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1594
1595         * wl-summary.el (wl-summary-sync): Treat no-sync.
1596
1597         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1598         (wl-default-sync-range): Ditto.
1599
1600 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1601
1602         * wl-refile.el (wl-refile-subject-learn): Call
1603         `elmo-message-entity-field' with 3rd argument is non-nil.
1604         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1605         instead of `elmo-msgdb-overview-entity-get-subject'.
1606
1607 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1608
1609         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1610         scan-type is rescan.
1611         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1612         new optional argument force is non-nil.
1613         (wl-summary-save-view-cache): Call it with force argument non-nil.
1614
1615         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1616
1617 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1618
1619         * wl-action.el (wl-summary-print-argument): Fixed last change.
1620
1621 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1622
1623         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1624         simplified.
1625         (wl-summary-target-mark-mark-as-unread): Likewise.
1626         (wl-summary-target-mark-mark-as-important): Likewise.
1627
1628 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1629
1630         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1631         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1632         (wl-summary-mark-as-important-region): Change accordingly.
1633         (wl-summary-target-mark-mark-as-important): Ditto.
1634
1635 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1636
1637         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1638
1639         * wl-action.el (wl-summary-print-argument): Print argument to
1640         right side of window if `wl-summary-print-argument-within-window'
1641         is non-nil.
1642
1643 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1644
1645         * wl-action.el (wl-summary-set-mark): Use
1646         `wl-summary-message-visible-p' to check visibility of the message
1647         and jump to message only when the message line is visible and have
1648         different number; Call wl-summary-unset-mark with number argument.
1649         (wl-summary-unset-mark): 
1650         Use `wl-summary-message-visible-p'
1651         to check visibility of the message and jump to message only when
1652         the message line is visible and have different number;
1653
1654 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1655
1656         * Version number is increased to 2.11.7.
1657
1658         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1659         and wl-folder-summary-line-format.
1660
1661         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1662         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1663         (wl-summary-set-score-mark): Use it.
1664         (wl-summary-target-mark-mark-as-read): Ditto.
1665         (wl-summary-target-mark-mark-as-unread): Ditto.
1666         (wl-summary-target-mark-mark-as-important): Ditto.
1667         (wl-summary-target-mark-msgs): Simplified.
1668         (wl-summary-detect-mark-position): Fixed problem when
1669         summary-line-format no contain persisten/temp mark spec.
1670         (wl-summary-temp-mark): Ditto.
1671         (wl-summary-persistent-mark): Ditto.
1672         (wl-summary-update-persistent-mark): Ditto.
1673
1674         * wl-action.el (wl-summary-set-mark): Ditto.
1675         (wl-summary-unset-mark): Ditto.
1676         All other related portions are changed.
1677
1678 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1679
1680         * Version number is increased to 2.11.6.
1681
1682 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1683
1684         * wl-util.el (wl-current-message-buffer): Define as function;
1685         Don't use the value of wl-messge-buffer.
1686
1687         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1688         persistent mark.
1689
1690         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1691         no current message, cause an error.
1692
1693 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1694
1695         * wl-summary.el (wl-summary-set-message-modified): Use
1696         elmo-folder-set-message-modified instead of
1697         elmo-folder-set-message-modified-internal.
1698
1699 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1700
1701         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1702         interactively.
1703         (wl-summary-sync): nokill->entirely.
1704         (wl-summary-sync-marks): Fixed message.
1705         (wl-summary-input-range): Added mark, nokill->entirely.
1706
1707         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1708         messages as read.
1709
1710 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1711
1712         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1713         update-noscore.
1714         (wl-summary-sync): Follow the change above.
1715
1716 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1717
1718         * wl-action.el (wl-summary-target-mark-all): Use
1719         elmo-folder-list-messages.
1720
1721 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1722
1723         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1724         (wl-summary-rescan): Set wl-summary-scored as nil.
1725         (wl-summary-sync-force-update): Follow the change above.
1726         (wl-summary-sync): Ditto.
1727         (wl-summary-sync-update): Added argument disable-killed.
1728         (wl-summary-insert-headers): Set visible-only argument for
1729         elmo-folder-list-messages.
1730         (wl-summary-input-range): Added update-nokill, update-noscore,
1731         all-nokill, all-noscore and mark.
1732
1733         * Version number is increased to 2.11.5.
1734
1735         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1736
1737 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1738
1739         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1740         (wl-summary-prefetch-region-no-mark): Change accordingly.
1741         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1742
1743 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1744
1745         * wl-address.el (wl-complete-field-to): Abolished.
1746         (wl-complete-address): Completion function for completing-read.
1747         * wl-action.el (wl-summary-get-resend-address): Use it.
1748
1749         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1750         wl-summary-update-mark and abolish unused argument.
1751         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1752         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1753         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1754         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1755         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1756         * wl-draft.el (wl-draft-kill): Ditto.
1757
1758         * wl-summary.el: Remove unused binding of case-fold-search.
1759         (wl-summary-replace-status-marks): Abolished.
1760
1761 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1762
1763         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1764         is specified or folder length is zero.
1765
1766 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1767
1768         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1769         (wl-folder-archive-current-entity): Ditto.
1770
1771 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1772
1773         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1774         retrieving message mark.
1775         (wl-summary-redisplay-internal): Ditto.
1776
1777         * wl-message.el (wl-message-buffer-display): Ignore errors while
1778         retrieving message-id field.
1779
1780         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1781         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1782         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1783         order of the arguments for `wl-expire-message-p'.
1784         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1785
1786         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1787         Check return value of wl-summary-reply.
1788         (wl-summary-reply): Recover window configuration when an error occured.
1789
1790 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1791
1792         * wl-summary.el (wl-summary-resend-message): Abolished, the
1793         feature is inherited by wl-summary-resend (put resend mark).
1794
1795 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1796
1797         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1798         wl-message-buffer to nil when the message is hide.
1799
1800 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1801
1802         * .cvsignore: New file.
1803
1804 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1805
1806         * wl-action.el (wl-summary-action-docstring): Add more info.
1807         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1808         duplicate definition.
1809         (wl-summary-define-mark-action): Functions wl-summary-*-region
1810         keep current position.
1811         (wl-summary-unregister-target-mark): Store result to the variable.
1812
1813 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1814
1815         * Version number is increased to 2.11.4.
1816
1817 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1818
1819         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1820         wl-summary-delete-all-temp-marks.
1821         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1822
1823         * wl-action.el (wl-summary-set-mark): Changed terminology
1824         refile-destination -> action-argument.
1825         (wl-summary-unset-mark): Ditto.
1826         (wl-summary-remove-argument): Ditto.
1827         (wl-summary-print-argument): Ditto.
1828
1829         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1830         (wl-thread-remove-argument-region): Ditto.
1831         (wl-thread-print-argument-region): Ditto.
1832         (wl-thread-close): Ditto.
1833         (wl-thread-open): Ditto.
1834
1835         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1836         (wl-highlight-refile-destination-face is abolished)
1837         (wl-highlight-action-argument-string): Ditto.
1838         (wl-highlight-summary-current-line): Highlight action argument.
1839
1840         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1841         color for light backgrounds.
1842         (wl-highlight-summary-answered-face): Ditto.
1843
1844 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1845
1846         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1847
1848         * wl-score.el (wl-summary-score-update-all-lines): Use
1849         wl-summary-set-mark.
1850         (wl-summary-score-update-all-lines): Kill expunged messages.
1851
1852         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1853
1854 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1855
1856         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1857         directly.
1858         (wl-score-overview-entity-get-lines): Ditto.
1859         (wl-score-overview-entity-get-xref): Ditto.
1860         (wl-score-get-latest-msgs): Ditto.
1861         (wl-summary-rescore): Ditto.
1862
1863         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1864         to "&".
1865         (wl-summary-mark-as-answered-internal): New inline function.
1866         (wl-summary-mark-as-answered): New function.
1867         (wl-summary-mark-as-unanswered): Ditto.
1868         (wl-summary-sync-marks): Modified for answered-mark synching.
1869
1870 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1871
1872         * wl-action.el (wl-summary-set-mark): Fixed last change.
1873
1874 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1875
1876         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1877         behavior of wl-summary-unread-message-hook
1878         (Pointed out by akira yamada <akira@arika.org>).
1879
1880 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1881
1882         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1883         wl-summary-delete.
1884         * wl-xmas.el (wl-summary-toolbar): Ditto.
1885
1886         * wl-action.el (wl-summary-set-mark): Don't override current
1887         temp-mark.
1888
1889         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1890
1891 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1892
1893         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1894         (wl-refile-msgid-learn): Ditto.
1895         (wl-refile-get-field-value): Ditto.
1896
1897         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1898
1899         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1900         (wl-expire-delete-reserved-messages): Renamed from
1901         wl-expire-reserve-marked-msgs-from-list.
1902         (wl-expire-delete): Removed argument `msgdb'.
1903         (wl-expire-refile): Ditto.
1904         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1905         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1906         mark-alist as argument.
1907         (wl-expire-archive-number1): Removed argument `msgdb'.
1908         (wl-expire-archive-number2): Ditto.
1909         (wl-expire-archive-date): Ditto.
1910         (wl-expire-localdir-date): Ditto.
1911         (wl-expire-hide): Ditto.
1912         (wl-archive-number1): Ditto.
1913         (wl-archive-number2): Ditto.
1914         (wl-archive-date): Ditto.
1915         (wl-archive-folder): Ditto.
1916         All other related portions are changed.
1917
1918 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1919
1920         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1921         mean move up and down. (suggested by Takashi Kawachi)
1922
1923 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1924
1925         * wl-acap.el (toplevel): Don't require un-define.
1926
1927 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1928
1929         * wl-thread.el (wl-thread-delete-message): Always update
1930         wl-summary-buffer-number-list.
1931
1932         * wl-action.el (wl-summary-print-destination): 
1933         Do nothing when folder is nil.
1934
1935 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1936
1937         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1938         persistent mark when prefetch is succeeded.
1939
1940 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1941
1942         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1943         instead of elmo-msgdb-delete-msgs.
1944         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1945         (wl-expire-hide): Ditto.
1946
1947         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1948
1949         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1950         elmo-msgdb interface.
1951         (wl-thread-get-exist-children): Likewise.
1952         (wl-thread-insert-message): Likewise.
1953         (wl-thread-msg-mark-as-important): Likewise.
1954         (wl-thread-insert-entity-sub): Likewise.
1955         (wl-thread-get-children-msgs-uncached): Likewise.
1956
1957         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1958         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1959         (wl-summary-sync-update): Likewise.
1960         (wl-summary-auto-select-msg-p): Likewise.
1961         (wl-summary-update-thread): Likewise.
1962         (wl-summary-mark-as-important): Likewise.
1963         (wl-summary-jump-to-msg-internal): Likewise.
1964         (wl-summary-redisplay-internal): Likewise.
1965         (wl-summary-print-message-with-ps-print): Likewise.
1966         (wl-summary-folder-info-update): Likewise.
1967
1968         * wl-folder.el (wl-folder-check-one-entity):
1969         elmo-folder-count-flags instead of wl-summary-count-unread.
1970
1971         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1972
1973         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1974
1975         * wl-summary.el (wl-summary-set-message-modified): 
1976         Call wl-summary-set-mark-modified.
1977         (wl-summary-delete-messages-on-buffer): Call
1978         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1979         (wl-summary-sync-update): Call elmo-folder-length instead of
1980         elmo-folder-messages.
1981         (wl-summary-insert-headers): Don't call
1982         elmo-folder-list-message-entities.
1983
1984 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1985
1986         * wl-action.el (wl-summary-define-mark-action): Call
1987         `wl-summary-set-mark' with argument `data'.
1988         (wl-summary-auto-refile): Fixed order of arguments when call
1989         `wl-summary-refile'.
1990
1991 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1992
1993         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1994
1995         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1996
1997         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1998         (Renamed from wl-highlight-summary-deleted-face).
1999         (wl-highlight-summary-resend-face): New face.
2000
2001         (wl-highlight-summary-deleted-face): Renamed from
2002         wl-highlight-summary-erased-face.
2003
2004         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2005
2006         * wl-action.el (wl-summary-get-resend-address): New function.
2007         (wl-summary-exec-action-resend): Ditto.
2008         (wl-summary-exec-action-resend-subr): Ditto.
2009
2010         * w-thread.el (wl-thread-copy): Removed definition.
2011         (wl-thread-refile): Ditto.
2012         (wl-thread-delete): Ditto.
2013         (wl-thread-target-mark): Ditto.
2014
2015         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2016         (wl-summary-target-mark-set-action): Fixed.
2017         (wl-summary-define-mark-action): Fixed quotation.
2018         (wl-summary-move-mark-list-messages): Display message.
2019         (wl-summary-define-mark-action): Define thread functions.
2020         (wl-summary-exec-action-refile): Changed message.
2021         (wl-summary-exec): Ditto.
2022
2023 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2024         
2025         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2026         '%%'.
2027
2028 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2029
2030         * wl.el (toplevel): Require wl-action.
2031         (wl-init): Call wl-summary-define-mark-action.
2032
2033         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2034
2035         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2036         wl-summary-delete and wl-summary-erase.
2037         (wl-summary-mode-map): Ditto.
2038
2039         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2040         wl-delete-folder-alist.
2041
2042         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2043         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2044         (toplevel): Moved mark & action related functions to the wl-action.el.
2045
2046         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2047         in wl-summary-mark-action-list.
2048         (wl-highlight-summary-current-line): Ditto.
2049
2050         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2051         empty lines.
2052
2053         * wl-action.el: New file. 
2054
2055 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2056
2057         * wl-summary.el (wl-summary-target-mark-replace): New function.
2058         (wl-summary-target-mark-prefetch): Use it.
2059         (wl-summary-target-mark-delete): Ditto.
2060         (toplevel): Rearranged definition order.
2061         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2062         (wl-summary-target-mark-erase): Rewrite.
2063         (wl-summary-erase-region): New function.
2064         (wl-summary-exec-action-erase): Changed message.
2065         (wl-summary-move-mark-list-messages): New function.
2066         (wl-summary-exec-action-delete): Use it.
2067         (wl-summary-exec-action-erase): Ditto.
2068
2069         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2070         (wl-summary-skip-mark-list): Added "d".
2071
2072         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2073         while searching.
2074
2075         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2076         and define using defcustom;
2077         Define 4th element as a face.
2078         
2079         * wl-summary.el (wl-summary-incorporate): Use 
2080         `wl-summary-prefetch-region-no-mark' instead of
2081         `wl-summary-prefetch-region'.
2082         (wl-summary-prefetch-region-no-mark): Revival of old
2083         `wl-summary-prefetch-region'.
2084         (wl-summary-mark-action-list): Moved to wl-vars.el
2085
2086         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2087         face according to the `wl-summary-mark-action-list'.
2088         (wl-highlight-summary-current-line): Ditto;
2089         Removed destination highlighting.
2090
2091         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2092         (wl-highlight-summary-line-string): Highlight for "i" mark.
2093         (wl-highlight-summary-current-line): Ditto.
2094
2095         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2096         no destination.
2097
2098         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2099         exists, just go ahead.
2100         (wl-summary-prefetch-region): Rewrite.
2101         (wl-summary-prefetch): Ditto.
2102         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2103         (wl-summary-exec-action-prefetch): New function.
2104         (wl-summary-target-mark-prefetch): Rewrite.
2105
2106 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2109         (wl-highlight-summary-line-string): Added "d" and "D".
2110         (wl-highlight-summary-current-line): Ditto.
2111
2112         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2113         in wl-summary.el.
2114         (wl-thread-insert-entity-sub): Ditto.
2115         (wl-thread-remove-destination-region): Ditto.
2116         (wl-thread-print-destination-region): Ditto.
2117
2118         * wl-summary.el (wl-summary-buffer-refile-list,
2119         wl-summary-buffer-delete-list,
2120         wl-summary-buffer-copy-list): Abolish.
2121         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2122         All other related portions are changed.
2123         (wl-summary-mark-action-list): New variable.
2124         (wl-summary-set-mark): New function.
2125         (wl-summary-register-target-mark): Ditto.
2126         (wl-summary-unregister-target-mark): Ditto.
2127         (wl-summary-have-target-mark-p): Ditto.
2128         (wl-summary-register-temp-mark): Ditto.
2129         (wl-summary-unregister-temp-mark): Ditto.
2130         (wl-summary-registered-temp-mark): Ditto.
2131         (wl-summary-collect-temp-mark): Ditto.
2132         (wl-summary-unset-mark): Ditto.
2133         (wl-summary-set-target-mark): Ditto.
2134         (wl-summary-unset-target-mark): Ditto.
2135         (wl-summary-set-action-generic): Ditto.
2136         (wl-summary-unset-action-generic): Ditto.
2137         (wl-summary-exec-action-delete): Ditto.
2138         (wl-summary-exec-action-erase): Ditto.
2139         (wl-summary-set-action-refile): Ditto.
2140         (wl-summary-set-action-refile-subr): Ditto.
2141         (wl-summary-unset-action-refile): Ditto.
2142         (wl-summary-make-destination-numbers-list): Ditto.
2143         (wl-summary-exec-action-refile): Ditto.
2144         (wl-summary-set-action-copy): Ditto.
2145         (wl-summary-unset-action-copy): Ditto.
2146         (wl-summary-exec-action-copy): Ditto.
2147         (wl-summary-collect-numbers-region): Ditto.
2148         (wl-summary-delete): Rewrite.
2149         (wl-summary-erase): Ditto.
2150         (wl-summary-remove-destination): Ditto.
2151         (wl-summary-exec): Ditto.
2152         (wl-summary-exec-region): Ditto.
2153         (wl-summary-target-mark-erase): Ditto.
2154         (wl-summary-refile): Ditto.
2155         (wl-summary-copy): Ditto.
2156         (wl-summary-unmark): Ditto.
2157         (wl-summary-delete-all-mark): Ditto.
2158         (wl-summary-mark-line): Don't highlight.
2159         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2160         (wl-summary-target-mark-refile-subr): Rewrite.
2161
2162         (wl-summary-copy-prev-destination): Abolish.
2163
2164 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2165
2166         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2167         default values along the value of wl-on-mule.
2168         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2169         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2170         It is not used anywhere.
2171
2172 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2173
2174         * wl-summary.el (wl-summary-print-destination): Keep position.
2175         (wl-summary-cursor-move-surface): Keep horizontal position.
2176
2177 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2178
2179         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2180         write sendlog.
2181
2182 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2183
2184         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2185         `wl-summary-highlight'.
2186
2187 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2188
2189         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2190         trivial condition for temp-mark.
2191
2192 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2193
2194         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2195         when it hits killed buffer.
2196
2197 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2198
2199         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2200         * wl-news.el.in: `message' and `error' take format string.
2201
2202 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2203
2204         * wl-folder (wl-folder-insert-entity): Display a message,
2205         `...done', when the work finish.
2206         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2207
2208 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2209
2210         * wl-message.el (wl-message-redisplay): Remove unused local
2211         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2212
2213 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2214
2215         * wl-summary.el (wl-summary-replace-status-marks): Disable
2216         interactive use.
2217         (wl-summary-reedit): Check message existence at first.
2218         (wl-summary-mark-line): Fix doc, return value is indefinite.
2219
2220         * wl-highlight.el (wl-highlight-message): Arranged.
2221
2222         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2223         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2224         check temp-mark by wl-summary-temp-mark always.
2225         (wl-highlight-summary): Change accordingly.
2226         * wl-summary.el (wl-summary-mark-as-read-all)
2227         (wl-summary-delete-cache, wl-summary-set-score-mark)
2228         (wl-summary-mark-as-unread, wl-summary-unmark)
2229         (wl-summary-mark-line, wl-summary-mark-as-read)
2230         (wl-summary-mark-as-important): Ditto.
2231
2232         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2233         end of the window if possible.
2234         * wl-summary.el (wl-summary-sync-update): Support lazy
2235         highlighting.
2236         (wl-summary-toggle-disp-msg): Ditto.
2237
2238 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2239
2240         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2241
2242 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2243
2244         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2245         change.
2246
2247 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2248
2249         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2250         API.
2251         (wl-summary-sync-update): Ditto.
2252
2253         * wl-score.el (wl-score-get-score-alist): Changed argument.
2254         (wl-summary-rescore-msgs): Likewise.
2255         (wl-summary-score-headers): Likewise.
2256         (wl-score-headers): Likewise;
2257         Use elmo-folder-do-each-message-entity, etc.
2258         (wl-summary-score-effect): Follow the changes above.
2259         (wl-summary-rescore): Ditto.
2260         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2261         (wl-score-get-overview): Abolish.
2262
2263         * wl-summary.el (wl-summary-default-from): Follow the API change in
2264         elmo-msgdb.
2265         (wl-summary-count-unread): Ditto.
2266         (wl-summary-detect-mark-position): Ditto.
2267         (wl-summary-overview-entity-compare-by-date): Ditto.
2268         (wl-summary-overview-entity-compare-by-number): Ditto.
2269         (wl-summary-overview-entity-compare-by-from): Ditto.
2270         (wl-summary-overview-entity-compare-by-subject): Ditto.
2271         (wl-summary-get-list-info): Ditto.
2272         (wl-summary-rescan): Ditto.
2273         (wl-summary-jump-to-msg-by-message-id): Ditto.
2274         (wl-summary-sync-update): Ditto; Removed comment.
2275         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2276         (wl-summary-insert-message): Use wl-summary-insert
2277         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2278         (wl-summary-insert-headers): Changed argument overview to folder.
2279         (wl-summary-search-by-subject): Likewise.
2280         (wl-summary-insert-thread): Renamed from 
2281         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2282
2283         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2284         too.
2285
2286         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2287         wl-string-member.
2288
2289 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2290
2291         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2292         elmo-folder-append-buffer.
2293         (wl-draft-queue-append): Likewise.
2294
2295         * wl-mime.el (wl-message-delete-current-part): Ditto.
2296         (wl-summary-burst-subr): Ditto.
2297
2298         * wl-news.el.in (wl-news-send-news): Ditto.
2299
2300 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2301
2302         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2303         function.
2304         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2305         (wl-summary-update-mark): Enclose with save-excursion.
2306         (wl-summary-mark-as-read-internal): Fixed last change.
2307         (wl-summary-mark-as-important): Use 3rd argument of
2308         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2309         Don't use elmo-msgdb-set-mark.
2310         (wl-summary-redisplay-internal): If msgdb flag is already read,
2311         just update the mark on buffer.
2312
2313 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2314
2315         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2316         cut visible folder when elmo-folder-delete returns non-nil value.
2317
2318 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2319
2320         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2321         by Kenichi OKADA <okada@opaopa.org>).
2322
2323 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2324
2325         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2326
2327 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2328
2329         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2330         Fixed the last change, search group entity by its real name.
2331         (Thanks to: KOBAYASHI Shinji)
2332
2333 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2334
2335         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2336         (wl-fldmgr-access-display-all): Don't refer visible name.
2337         * wl-expire.el (wl-folder-archive-current-entity)
2338         (wl-folder-expire-current-entity): Ditto.
2339         * wl-folder.el (wl-folder-jump-to-current-entity)
2340         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2341         (wl-folder-open-folder-sub,wl-folder-open-all)
2342         (wl-folder-write-current-folder): Ditto.
2343         (wl-folder-insert-entity): Don't use petname for normal group.
2344         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2345         is the real name.
2346         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2347         Abolished.
2348
2349 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2350
2351         * wl-draft.el (wl-draft-create-buffer): Add
2352         `wl-summary-reply-with-citation'
2353
2354 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2355
2356         * wl-draft.el (wl-draft-reply): Fixed.
2357
2358 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2359
2360         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2361         when `wl-draft-send-confirm-with-preview' is non-nil.
2362         You can scroll up/down by j/k.
2363         (wl-draft-send-confirm-with-preview): New variable (default=t).
2364
2365 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2366
2367         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2368         (wl-fldmgr-save-folders): Fix comment.
2369
2370 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2371
2372         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2373         along the last change in `wl-folder-buffer-group-p'.
2374
2375 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2376
2377         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2378         folder.
2379
2380         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2381         the default value.
2382
2383         * wl-mime.el (wl-summary-burst): Update summary only when target
2384         folder equals current folder.
2385
2386 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2387
2388         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2389
2390 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2391
2392         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2393         value.
2394
2395 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2396
2397         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2398         `map-extents' instead of `extent-at' repeatedly.
2399         (wl-highlight-folder-current-line): Ditto.
2400
2401         * wl-highlight.el: Remove useless dummy functions.
2402
2403 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2404
2405         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2406         (wl-folder-put-folder-property): New function to put text property.
2407         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2408         (wl-folder-insert-entity, wl-folder-update-diff-line)
2409         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2410         * wl-e21.el, wl-xmas.el, wl-mule.el
2411         (wl-highlight-folder-current-line): Ditto.
2412         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2413         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2414         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2415         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2416
2417 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2418
2419         * Version number is increased to 2.11.3.
2420
2421 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2422
2423         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2424         Resume current-buffer since it is assumed by remaining tasks.
2425
2426 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2427
2428         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2429         (wl-folder-completion-function): Abolished.
2430         (wl-folder-complete-folder): New function.
2431         (wl-folder-complete-filter-condition): Ditto.
2432         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2433         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2434
2435 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2436
2437         * wl-draft.el (wl-draft-send-confirm): New function.
2438         (wl-draft-send): Use it.
2439
2440         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2441         cursor-in-echo-area while confirming.
2442
2443         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2444
2445         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2446         searching via nntp if wl-summary-search-via-nntp is 'force.
2447         Otherwise, invoke searching in nntp folder only.
2448         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2449
2450         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2451         explicitly for mime-make-text-tag.
2452
2453 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2454
2455         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2456         `mime-make-text-tag' instead of `mime-create-tag'.
2457
2458 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2459
2460         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2461         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2462
2463 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2464
2465         * wl-score.el (wl-score-save): Bind print-length and print-level.
2466         (wl-score-pretty-print): Ditto.
2467         (wl-score-edit-insert-header-entry): Ditto.
2468
2469         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2470         "From" entry to be treated with wl-draft-eword-encode-address-list.
2471         * wl-mime.el (wl-draft-preview-message): Ditto.
2472
2473         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2474         (wl-summary-mark-as-unread): Ditto.
2475         (wl-summary-mark-as-read-region): Change accordingly.
2476         (wl-summary-mark-as-unread-region): Ditto.
2477         (wl-summary-target-mark-mark-as-read): Ditto.
2478         (wl-summary-target-mark-mark-as-unread): Ditto.
2479
2480 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2481
2482         * Version number is increased to 2.11.2.
2483
2484 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2485
2486         * wl-news.el.in (wl-news-previous-version-save): Bind
2487         print-length and print-level.
2488         * wl-thread.el (wl-thread-save-entities): Ditto.
2489         (wl-thread-save-top-list): Bind print-length.
2490
2491 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2492
2493         * wl-highlight.el (wl-highlight-summary-line-string): Use
2494         wl-summary-score-below-mark, wl-summary-score-over-mark.
2495         (wl-highlight-summary-current-line): Ditto.
2496
2497 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2498
2499         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2500         insert it.
2501
2502 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2503
2504         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2505
2506 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2507
2508         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2509         message without msgid.
2510         Rewrite with elmo-folder-move-messages.
2511         Set wl-message-buffer to nil.
2512
2513         * wl-summary.el (wl-summary-erase-subr): New function. Use
2514         elmo-folder-move-messages.
2515         (wl-summary-erase): Call it.
2516         (wl-summary-target-mark-erase): Ditto.
2517
2518 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2519
2520         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2521         it is not up-tp-date.
2522
2523 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2524
2525         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2526         buffer after calling `wl-summary-goto-folder-subr' without the
2527         argument `interactive'.
2528         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2529
2530 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2531
2532         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2533         `mime-create-tag'. Use `string=' instead of `looking-at'.
2534
2535 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2536
2537         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2538         to avoid compile warning.
2539
2540         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2541         entity-id when folder is given.
2542         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2543         save-excursion, use save-selected-window instead.
2544         Select folder buffer window if exists.
2545         (To correct behavior with wl-folder-move-cur-folder.)
2546
2547 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2548
2549         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2550
2551 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2552
2553         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2554         list-count instead of %d.
2555
2556 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2557
2558         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2559         (wl-news): Set it.
2560         (wl-news-append-to-folder): Use it.
2561
2562         * wl-news.el.in (wl-news-send-news): Append to specified folder
2563         instead of wl-default-folder.
2564         (wl-news-append-to-folder): Show error message with specified folder.
2565
2566         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2567                 In most major modes, Emacs assumes that any opening
2568                 delimiter found at the left margin is the start of a
2569                 top-level definition, or defun. Therefore, *never put an
2570                 opening delimiter at the left margin unless it should have
2571                 that significance.*
2572
2573         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2574
2575 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2576
2577         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2578
2579 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2580
2581         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2582
2583 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2584
2585         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2586         for sequential numbering case.
2587
2588 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2589
2590         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2591         value.
2592         (wl-draft-reply-without-argument-list): Ditto.
2593         (wl-draft-reply-myself-with-argument-list): Abolish.
2594         (wl-draft-reply-myself-without-argument-list): Ditto.
2595         * wl-draft.el (wl-draft-self-reply-p): New function.
2596         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2597
2598 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2599
2600         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2601         (avoid error for the case without byte-compiling)
2602
2603 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2604
2605         * wl-news.el.in (wl-news-append-to-folder): New function.
2606         (wl-news-exit): Rewrite.
2607         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2608
2609 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2610
2611         * wl-draft.el (wl-draft-reply-position): New function.
2612         (wl-draft-reply-position): Fix.
2613         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2614         (wl-summary-target-mark-reply-with-citation): Ditto.
2615         (wl-summary-reply-with-citation): Ditto.
2616         * wl-vars.el (wl-draft-reply-default-position): New variable.
2617
2618 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2619
2620         * wl-draft.el (wl-draft-send): Preview when interactive send.
2621
2622 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2623
2624         * wl-draft.el (wl-draft-reply): Set default position.
2625         * wl-summary.el (wl-summary-reply): Ditto.
2626         (wl-summary-reply-with-citation): Ditto.
2627         (wl-summary-target-mark-reply-with-citation): Ditto.
2628
2629 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2630
2631         * wl-news.el.in (wl-news-lang): Set default value according to
2632         current-language-environment.
2633         (wl-news-append-news): Do nothing when news-list is nil.
2634
2635 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2636
2637         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2638         (wl-news): Change message.
2639         (wl-news-exit): Check buffer.
2640         (wl-news-force-exit): New function.
2641         (wl-news-show-all): New function.
2642         (wl-news-discard-and-exit): Fix.
2643
2644 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2645
2646         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2647         according to current-language-environment.
2648
2649         * wl-news.el.in (wl-news): If arg, show all NEWS after
2650         wl-news-default-previous-version.
2651
2652 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2653
2654         * wl-news.el.in (wl-news-check): Rewritten.
2655         (wl-news-previous-version-load): Change data type.
2656         (wl-news-previous-version-save): Change data type.
2657         (wl-news-append-news): Add return value.
2658         (wl-news-check-news): New function.
2659         (wl-news-already-current-p): New function.
2660         (wl-news-send-news): Rewritten.
2661         (wl-news-mode-map): Add new keybind.
2662         (wl-news): Rewritten.
2663         (wl-news-exit): Rewritten.
2664         (wl-news-discard-and-mail): New function.
2665         (wl-news-send-to-address): Abolished.
2666         * wl.el (wl-init): Delete a message.
2667
2668 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2669
2670         * wl-news.el.in (wl-news-exit): Update previous version.
2671         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2672
2673 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2674
2675         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2676
2677 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2678
2679         * wl-news.el.in (wl-news): New function.
2680         (wl-news-mode): New function.
2681         (wl-news-next-line): New function.
2682         (wl-news-next-page): New function.
2683         (wl-news-exit): New function.
2684         (wl-news-buf-name): New variable.
2685         (wl-news-mode-map): New variable.
2686         (wl-news-winconf): New variable.
2687         (wl-news-append-news): Add an option.
2688
2689 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2690
2691         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2692
2693 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2694
2695         * wl-news.el.in (wl-news-send-to-address): New variable.
2696         (wl-news-send-news): Use it.
2697         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2698         Return updating status.
2699         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2700
2701 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2702
2703         * wl-news.el.in (wl-news-send-news): Delete
2704         Organization and X-Face.
2705
2706 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2707
2708         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2709         (wl-news-append-news): New function.
2710         (wl-news-send-news): New function.
2711
2712 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2713
2714         * Version number is increased to 2.11.1.
2715
2716 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2717
2718         * wl-news.el.in : New file.
2719
2720 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2721
2722         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2723         default value.
2724         (wl-draft-reply-without-argument-list): Ditto.
2725
2726 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2727
2728         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2729         (wl-message-buffer-prefetch-idle-time): Ditto.
2730         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2731
2732 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2733
2734         * wl-thread.el (wl-thread-insert-message): Use
2735         wl-summary-max-thread-depth.
2736
2737         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2738         loop detection.
2739
2740         * wl-message.el (wl-message-buffer-display): Back to the first page
2741         when cache is hit.
2742
2743 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2744
2745         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2746
2747         * wl-summary.el (wl-summary-insert-thread-entity):
2748         If the thread depth is reached to wl-summary-max-thread-depth,
2749         divide the thread.
2750
2751 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2752
2753         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2754         for elmo-remove-passwd.
2755
2756 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2757
2758         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2759         folder is sticky.
2760         (wl-folder-mark-as-read-all-entity): Ditto.
2761         (wl-folder-prefetch-entity): Ditto.
2762
2763 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2764
2765         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2766
2767 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2768
2769         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2770         Delete messages on buffer for unplugged operation.
2771         (wl-summary-erase): Ditto.
2772
2773 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2774
2775         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2776         take nil so as not to search parent by subject.
2777
2778 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2779
2780         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2781         (wl-folder-get-next-folder): Ditto.
2782         (wl-folder-get-path): Ditto.
2783
2784 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2785
2786         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2787         system and encode the region with it before verifying.
2788
2789 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2790
2791         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2792         system of the echo buffer before decoding.
2793
2794 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2795
2796         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2797         original contents.
2798
2799 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2800
2801         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2802         with argument 'any-exists.
2803
2804 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2805
2806         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2807         Use `wl-cs-autoconv'.
2808
2809 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2810
2811         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2812         by `mime-view-automatic-conversion'.
2813
2814         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2815         (wl-message-verify-pgp-nonmime): Ditto.
2816         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2817         Bind them to C-c:d and C-c:v respectively.
2818
2819         Merge following code by Teranishi-san from [wl-en:00167].
2820         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2821         (wl-mime-preview-application/pgp-encrypted): Ditto.
2822         (wl-mime-setup): Add entry.
2823
2824 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2825
2826         * wl-summary.el (wl-summary-target-mark-erase): New function.
2827         Bind it to "mD".
2828
2829 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2830
2831         * wl-vars.el (wl-draft-write-file-function): Fix.
2832         (wl-draft-reedit-hook): Changed default value.
2833
2834         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2835         wl-draft-reedit-hook.
2836         (wl-draft-remove-text-plain-tag): New function.
2837         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2838
2839         * wl-vars.el (wl-draft-write-file-function): New user option.
2840
2841         * wl-draft.el (wl-draft-prepare-edit): Use it for
2842         local-write-file-hooks.
2843         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2844
2845         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2846         (wl-draft-insert-mail-header-separator): Return the body beginning
2847         point.
2848         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2849         text/plain.
2850         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2851
2852 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2853
2854         * wl-summary.el (wl-summary-erase): New function to erase message
2855         without moving it to trash. Bind to "D".
2856
2857         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2858         as `keep' unless switch-function.
2859
2860 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2861
2862         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2863         message buffer by using `wl-summary-toggle-disp-msg'.
2864         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2865         buffer window.
2866         (wl-summary-supresedes-message): Ditto.
2867
2868         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2869         Do not delete other windows.
2870         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2871         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2872         (wl-draft-create-buffer): Set reply-or-forward also for target
2873         mark commands.
2874
2875 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2876
2877         * wl-draft.el (wl-user-agent-compose): Delete special case for
2878         switch-to-buffer-other-window.
2879
2880         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2881         (wl-summary-forward): Ditto.
2882
2883         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2884         function.
2885         (wl-draft-buffer-style): New use option.
2886
2887         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2888         (wl-draft): Follow the change above.
2889         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2890         wl-draft-buffer-style.
2891         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2892         switch-function.
2893
2894 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2895
2896         * wl-draft.el (wl-user-agent-compose): Delete special case for
2897         switch-to-buffer-other-window.
2898
2899         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2900         (wl-summary-forward): Ditto.
2901
2902         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2903         function.
2904         (wl-draft-buffer-style): New use option.
2905
2906         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2907         (wl-draft): Follow the change above.
2908         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2909         wl-draft-buffer-style.
2910         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2911         switch-function.
2912
2913 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2914
2915         * wl-address.el (wl-address-make-completion-entry): Extracted from
2916         `wl-address-make-completion-list'.
2917         (wl-address-enable-strict-loading): New variable.
2918         (wl-address-make-completion-list): Revive petname duplication
2919         inquiry, and enable it if `wl-address-enable-strict-loading'.
2920         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2921
2922 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2923
2924         * wl-message.el (wl-message-get-original-buffer): Avoid
2925         'Selecting deleted buffer' error when original buffer is killed.
2926
2927 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2928
2929         * wl-summary.el (wl-summary-next-message): Use
2930         elmo-message-accessible-p instead of elmo-message-cached-p.
2931
2932 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2933
2934         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2935
2936         * wl-thread.el (wl-thread-open-all-unread): Use
2937         elmo-folder-list-flagged instead of
2938         elmo-folder-list-messages-mark-match.
2939
2940         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2941         instead of elmo-folder-list-messages-mark-match.
2942         (wl-summary-move-spec-alist): New variable.
2943         (wl-summary-move-spec-plugged-alist,
2944         wl-summary-move-spec-unplugged-alist): Abolish.
2945         (wl-summary-next-message): Follow the change above.
2946         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2947         with 'no-msg' argument.
2948
2949         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2950         variable.
2951         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2952         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2953         (wl-message-buffer-prefetch-get-next): Follow the change above.
2954
2955 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2956
2957         * wl-version.el (wl-version): Changed codename.
2958
2959         * Version number is increased to 2.11.0.
2960
2961 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2962
2963         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2964         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2965         `wl-draft-config-variables'.
2966         (wl-draft-kill): Fixed problem when the draft is reedit.
2967
2968 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2969
2970         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2971         buffer-modified status (Thanks to
2972         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2973
2974 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2975
2976         * wl-util.el (wl-region-exists-p): New function.
2977
2978         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2979         Remove defvars for byte-compile warnings.
2980
2981 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2984         defvar-maybe. Removed unused bind.
2985
2986 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2987
2988         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2989         summary buffer window before creating new frame.
2990         (wl-draft-reply): Ditto.
2991
2992 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2993
2994         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2995
2996 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2997
2998         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2999
3000 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3001
3002         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3003         instead of `kill-region'.
3004
3005 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3006
3007         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3008         (wl-highlight-summary-line-string): Use it.
3009         (wl-highlight-summary-current-line): Ditto.
3010
3011         * wl-mime.el (wl-message-delete-current-part): Check the class of
3012         mime-entity.
3013
3014         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3015
3016         * wl-summary.el (wl-summary-make-number-list): Initialize.
3017         (wl-summary-update-mark): New function.
3018         (wl-summary-reply): Put `answered' mark on the message.
3019         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3020
3021         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3022         (wl-draft-reply): Added optional argument `number';
3023         Set wl-draft-parent-number.
3024         (wl-draft-kill): Delete answered mark if it is a reply.
3025
3026 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3027
3028         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3029         that originates in mime-preview-follow-current-entity.
3030         (wl-draft-yank-current-message-entity): Use it if region is active.
3031
3032         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3033         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3034         `wl-message-delete-current-part'.
3035         * wl-mule.el (wl-message-define-keymap): Ditto.
3036         * wl-xmas.el (wl-message-define-keymap): Ditto.
3037
3038 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3039
3040         * wl-mime.el (wl-message-delete-current-part): New function.
3041         (wl-mime-node-id-to-string): Ditto.
3042
3043         * wl-mime.el (wl-message-delete-current-part): Use existing
3044         original buffer which corresponds current mime-view buffer.
3045         (fetched buffer might have different structure, possibly)
3046
3047         * wl-mime.el (wl-message-delete-current-part): Quit if the
3048         message content differs from the actual message.
3049
3050 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3051
3052         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3053         order.
3054         (wl-summary-search-by-subject): Search parent message from tail;
3055         Check the existence of the parent message on the current thread tree.
3056         (wl-summary-update-thread): Check whether the line is inserted.
3057
3058 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3059
3060         * wl-vars.el (wl-summary-line-format): Undo last change.
3061         * wl-summary.el (wl-summary-print-destination): Do not put
3062         invisible property when `wl-summary-width' is nil.
3063         (wl-summary-line-subject-minimum-length): Abolished.
3064         (wl-summary-line-subject): Ditto.
3065
3066 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3067
3068         * wl-vars.el (wl-summary-line-format): Change default value.
3069         (wl-summary-subject-length-limit): Abolished.
3070         * wl-summary.el (wl-summary-line-subject): Ditto.
3071
3072 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3073
3074         * wl-template.el (wl-template-select): Added optional argument.
3075         If optional argument is specified, reverse
3076         `wl-template-visible-select'.
3077
3078 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3079
3080         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3081         Take prefix argument to force asking the destination folder.
3082
3083 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3084
3085         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3086         count and update status.
3087
3088 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3089
3090         * wl-summary.el (wl-summary-redisplay-internal): If
3091         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3092         after fetching.
3093
3094 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3095
3096         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3097         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3098
3099         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3100
3101 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3102
3103         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3104         (All other related portions are changed).
3105         (wl-summary-mark-as-read-all): Rewrite.
3106
3107 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3108
3109         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3110         `wl-summary-mark-as-read'.
3111         (wl-summary-mark-as-unread): Rewrite.
3112         (wl-summary-mark-as-read): Added no-modeline argument.
3113         (wl-summary-resume-cache-status): Rewrite.
3114         (wl-summary-exec-subr): Remove unused local variable.
3115
3116 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3117
3118         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3119         logic to call `wl-summary-buffer-prev-folder-function'.
3120         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3121
3122 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3123
3124         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3125         is nil.
3126
3127 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3128
3129         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3130         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3131         (wl-mime-setup): Add its entry.
3132
3133 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3134
3135         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3136         (wl-summary-delete-cache): Likewise.
3137         (wl-summary-mark-as-read): Rewrite.
3138
3139 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3140
3141         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3142         `wl-summary-count-unread'.
3143
3144         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3145
3146         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3147
3148 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3149
3150         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3151         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3152         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3153         Renamed to the elmo-msgdb-*-mark.
3154         (wl-summary-score-marks): Follow the change above.
3155         (wl-summary-auto-refile-skip-marks): Ditto.
3156         (wl-summary-incorporate-marks): Ditto.
3157         (wl-summary-expire-reserve-marks): Ditto.
3158
3159         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3160         changes.
3161         (wl-thread-insert-top): Changed updating message.
3162
3163         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3164         variable.
3165         (wl-summary-count-unread): Count answered marks.
3166         (wl-summary-rescan): Call wl-summary-insert-message instead of
3167         wl-summary-append-message-func-internal.
3168         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3169         (wl-summary-prefetch-msg): Follow the variable name changes.
3170         (wl-summary-prefetch-region): Ditto.
3171         (wl-summary-mark-as-read-all): Follow the API changes;
3172         Don't call elmo-folder-replace-marks.
3173         (wl-summary-delete-cache): Follow the variable name changes.
3174         (wl-summary-resume-cache-status): Ditto.
3175         (wl-summary-update-status-marks): New function.
3176         (wl-summary-insert-message): New function.
3177         (wl-summary-sync-marks): Follow the variable name changes.
3178         (wl-summary-sync-update): Synchronize to the msgdb, too;
3179         Changed update messages.
3180         (wl-summary-make-number-list): Rewrite.
3181         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3182         (wl-summary-mark-as-unread): Follow the API changes.
3183         (wl-summary-exec-subr): Follow the variable name changes.
3184         (wl-summary-mark-as-read): Ditto.
3185         (wl-summary-move-spec-plugged-alist): Ditto.
3186         (wl-summary-move-spec-unplugged-alist): Ditto.
3187         (wl-summary-cursor-move-surface): Ditto.
3188
3189         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3190         variable name changes.
3191         (wl-highlight-summary-current-line): Ditto.
3192
3193         * wl-expire.el (wl-expire-refile): Follow the API change in
3194         elmo-folder-move-messages.
3195         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3196         (wl-summary-archive): Use elmo-folder-msgdb instead of
3197         elmo-msgdb-load.
3198
3199 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3200
3201         * wl-mime.el (wl-draft-preview-message): Restore the position
3202         before evaluating wl-draft-send-hook in preview buffer.
3203
3204 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3205
3206         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3207         when it creates new draft buffer.
3208
3209         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3210         without argument.
3211
3212         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3213         Evaluate content and if the value is string, insert it.
3214         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3215         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3216         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3217         wl-draft-config-sub-part-bottom): Use it.
3218
3219         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3220         with the folder name. The question was unintelligible when it is
3221         called from wl-save-status.
3222
3223 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3224
3225         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3226         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3227         cannot take second argument).
3228
3229 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3230
3231         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3232         as t. Since type and subtype are not case sensitive (RFC 2045).
3233
3234 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3235
3236         * wl-vars.el (wl-message-mode-line-format): New variable.
3237         (wl-message-mode-line-format-spec-alist): Ditto.
3238         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3239         (wl-message-redisplay): Use wl-message-mode-line-format.
3240
3241 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3242
3243         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3244
3245 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3246
3247         * wl-summary.el (wl-summary-default-from): Write description.
3248
3249 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3250
3251         * wl-vars.el (wl-ldap-objectclass): Abolish.
3252
3253         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3254         (wl-ldap-make-filter): Removed condition for objectclass.
3255         (wl-ldap-make-matched-value-list): Remove meaningless process.
3256         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3257         (wl-address-ldap-search): Don't add `*' to `pat' string;
3258         use ignore-errors; added `email';
3259         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3260         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3261         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3262
3263
3264 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3265
3266         * wl-draft.el (wl-draft-parent-folder): Write description.
3267         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3268
3269 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3272         as "" (zero-length string) if no parent.
3273         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3274
3275 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3276
3277         * wl-address.el (wl-address-make-completion-list): Skip duplication
3278         checking.
3279         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3280         `append'.
3281
3282 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3283
3284         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3285         instead of `beginning-of-buffer'.
3286
3287 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3290
3291 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3292
3293         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3294         Refer wl-message-buffer-name.
3295         (wl-message-wheel-down): Ditto.
3296
3297 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3298
3299         * wl-vars.el (wl-message-buffer-name): New user option.
3300
3301         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3302         directly instead of making alist dinamically.
3303
3304         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3305         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3306         wl-message-buffer-cache-name.
3307         (wl-message-buffer-cache-clean-up): Ditto.
3308
3309         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3310
3311         * Version number is increased to 2.9.15.
3312
3313 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3314
3315         * wl-vars.el (wl-summary-default-view-alist): New user option.
3316
3317         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3318
3319         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3320         while deleting address.
3321         (wl-draft-delete-myself-from-cc): Ditto.
3322
3323         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3324         If optional argument is specified, reverse sort order.
3325
3326         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3327
3328 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3329
3330         * wl-thread.el (wl-thread-insert-message): Return parent number if
3331         exists.
3332         (wl-thread-update-indent-string-region): Use
3333         wl-thread-update-line-on-buffer-sub instead of
3334         wl-thread-update-line-on-buffer.
3335
3336 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3337
3338         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3339         (wl-folder-close-all): Ditto.
3340
3341 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3342
3343         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3344         and mailing-list:.
3345         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3346         value.
3347         (wl-summary-line-list-info): Print mailing-list name even when 
3348         list-number is empty.
3349
3350 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3351
3352         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3353
3354         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3355         (wl-draft-open-file): Ditto.
3356         (wl-draft-random-alphabet): Ditto.
3357
3358         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3359         bindings.
3360
3361 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3362
3363         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3364         * wl-vars.el (wl-draft-config-alist): Ditto.
3365
3366 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3367
3368         * Version number is increased to 2.9.14.
3369
3370         * wl.el (wl): Don't set wl-init as nil when error occured while
3371         auto-checking folders.
3372
3373         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3374         `elmo-expand-newtext'.
3375
3376 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3377
3378         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3379         `this-command' so that `wl-folder-goto-folder' contained in
3380         `wl-summary-keep-cursor-command' work.
3381
3382 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3383
3384         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3385         message buffer displaying state.
3386
3387 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3388
3389         * wl-vars.el (wl-summary-default-view): New variable to specify
3390         default value for `wl-summary-buffer-view' instead of using
3391         set-default.
3392         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3393
3394 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3395
3396         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3397
3398         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3399
3400 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3401
3402         * wl-vars.el (wl-forward-subject-prefix): New variable.
3403         * wl-draft.el (wl-draft-forward): Use it.
3404
3405 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3406
3407         * wl-message.el (wl-message-prev-page): When it is called without
3408         lines argument, scroll down by wl-message-scroll-amount lines.
3409         (wl-message-next-page): Ditto.
3410         * wl-vars.el (wl-message-scroll-amount): Change default value
3411         to preserve current behavior.
3412
3413 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3414
3415         * wl-summary.el (wl-summary-prefetch-msg): Bind
3416         `wl-message-entity' to call `wl-summary-from-function'.
3417
3418 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3419
3420         * wl-message.el (wl-message-buffer-create): Run
3421         wl-message-buffer-created-hook.
3422
3423 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3424
3425         * wl-summary.el (wl-summary-sort-specs): New variable.
3426         (wl-summary-default-sort-spec): Ditto.
3427         (wl-summary-sort): Rewrite.
3428         (wl-summary-sort-by-list-info): New function.
3429
3430 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3431
3432         * wl-summary.el (wl-summary-get-list-info): New function.
3433         (wl-summary-sort): Rewrite.
3434         (wl-summary-line-list-info): Ditto.
3435         (wl-summary-line-list-count): Ditto.
3436         (wl-summary-refile-region): Fixed docstring.
3437
3438 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3439
3440         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3441         `wl-folder-entity-hashtb' as completion table.
3442
3443 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3446         only when this command is called interactively; silence the byte-
3447         compiler.
3448
3449 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3450
3451         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3452         active in XEmacs.
3453
3454 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3455
3456         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3457         plural lines.
3458
3459 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3460
3461         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3462         of current line when the cursor is on the header name.
3463         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3464
3465 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3466
3467         * wl-util.el (wl-read-directory-name): Return displayed directory
3468         as the default value also on XEmacs.
3469
3470 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3471
3472         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3473         formatting.
3474
3475 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3476
3477         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3478         argument and when it is non-nil, check face property before
3479         highlighting for each line.
3480         (wl-highlight-summary-window): Set it.
3481
3482 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3483
3484         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3485         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3486
3487         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3488         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3489         (wl-draft-get-fcc-list): Likewise.
3490
3491 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3492
3493         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3494         (wl-thread-entity-cur): Ditto.
3495         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3496         wl-thread-indent-regexp setting.
3497         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3498
3499         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3500         wl-summary-lazy-highlight.
3501         (wl-summary-display-bottom): Ditto.
3502
3503         * wl-thread.el (wl-thread-open-close): Likewise.
3504
3505         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3506         from and subject;
3507         Bind wl-draft-use-frame;
3508         Enclose with save-window-excursion;
3509         Use wl-draft-create-buffer instead of with-temp-buffer;
3510         Use wl-draft-prepare-edit;
3511         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3512         Use wl-draft-send instead of wl-draft-raw-send.
3513
3514 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3515
3516         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3517         of using wl-from.
3518
3519 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3520
3521         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3522         insert-buffer instead of clone-buffer.
3523         (wl-draft-doing-mime-bcc): New variable.
3524         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3525         infinite loop.
3526         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3527
3528         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3529         (wl-draft-mime-bcc-body): Ditto.
3530
3531         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3532         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3533         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3534         wl-draft-do-mime-bcc.
3535         (wl-draft-mime-bcc-field): New function.
3536         (wl-draft-do-mime-bcc): Ditto.
3537
3538         * wl-address.el (wl-address-complete-header-list): New variable.
3539         (wl-address-complete-header-regexp): Changed default value.
3540
3541         * Version number is increased to 2.9.13.
3542
3543 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3544
3545         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3546         it is differed.
3547
3548 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3549
3550         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3551         (wl-summary-line-list-count): Ditto.
3552
3553 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3554
3555         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3556         (wl-nntp-posting-function): New variable.
3557         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3558         `wl-nntp-posting-config-alist'.
3559
3560 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3561
3562         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3563         FLIM.
3564
3565 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3566
3567         * wl-summary.el (wl-summary-target-mark-refile-sub):
3568         Remove a nuisance funcall.
3569
3570 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3571
3572         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3573         as t for `try-completion'.
3574
3575 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3576
3577         * wl-summary.el (wl-summary-default-from): Use
3578         wl-address-header-extract-address instead of
3579         std11-extract-address-components.
3580         (wl-summary-simple-from): Ditto.
3581         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3582         (wl-summary-insert-headers): Show message.
3583         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3584         for whole line.
3585         (wl-summary-default-from): Revert last change.
3586         (wl-summary-simple-from): Ditto.
3587         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3588         (wl-summary-mark-as-read-region): Follow the change above.
3589         (wl-summary-sync-marks): Ditto.
3590         (wl-summary-target-mark-mark-as-read): Ditto.
3591         (wl-summary-redisplay-internal): Ditto.
3592         (wl-summary-redisplay-no-mime-internal): Ditto.
3593         (wl-summary-redisplay-all-header): Ditto.
3594         (wl-summary-mark-as-read): Removed argument `cached';
3595         Use current cache status to set cache mark.
3596         (wl-summary-redisplay-internal): Follow the change above.
3597         (wl-summary-redisplay-no-mime-internal): Ditto.
3598         (wl-summary-redisplay-all-header): Ditto.
3599
3600         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3601
3602         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3603         Don't call itself recursively (Adviced by Yamaoka-san).
3604
3605 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3606
3607         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3608         bind wl-summary-highlight as nil to avoid error caused by missing
3609         local variables.
3610
3611 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3612
3613         * wl-vars.el (wl-invalid-character-message): New user option.
3614
3615         * wl-util.el (wl-set-string-width): If truncated string-width is
3616         larger than specified width, use `wl-invalid-character-message'.
3617
3618 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3619
3620         * wl-summary.el (wl-summary-prefetch-msg): 
3621         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3622
3623 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3624
3625         * wl-vars.el (wl-summary-check-line-format): New user option.
3626         (wl-summary-line-format-file): Ditto.
3627
3628         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3629         variable.
3630         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3631         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3632         and `wl-summary-view-old-p' to check whether do a rescan or not.
3633         (wl-summary-view-old-p): New function.
3634         (wl-summary-line-format-changed-p): Ditto.
3635         (wl-summary-line-format-save): Ditto.
3636         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3637
3638         * wl-util.el (wl-set-string-width): Avoid using negative number
3639         for make-string.
3640
3641 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3642
3643         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3644         return value.
3645
3646         * wl-util.el (wl-set-string-width): Added optional argument
3647         `padding' (All other related portions are changed).
3648         (wl-line-parse-format): If the first letter of column number is
3649         `0', zero-padding the result (ex: "%05l").
3650
3651         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3652
3653 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3654
3655         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3656         sequential summary view.
3657
3658 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3661         if it doesn't have a -unix version.
3662
3663 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3664
3665         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3666
3667 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3668
3669         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3670         content.
3671         (wl-draft): Follow the change above.
3672
3673         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3674
3675         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3676         and wl-folder-summary-line-format-alist contain %T and %P.
3677
3678         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3679         (wl-summary-mode-line-format): New user option.
3680         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3681         (wl-summary-line-format): Changed default value.
3682         (wl-summary-lazy-highlight): Changed default value.
3683
3684         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3685         change in wl-summary-create-line.
3686         (wl-thread-insert-entity-sub): Ditto.
3687
3688         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3689         (wl-summary-buffer-unread-status): Ditto.
3690         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3691         (wl-summary-buffer-persistent-mark-column): Ditto.
3692         (wl-summary-buffer-mode-line-formatter): Ditto.
3693         (wl-summary-buffer-mode-line): Ditto.
3694         (wl-summary-message-regexp): Abolished.
3695         (All other related portions are changed.)
3696         (wl-summary-detect-mark-position): New function.
3697         (wl-summary-buffer-set-folder): Setup
3698         wl-summary-buffer-mode-line-formatter.
3699         (wl-summary-mode): Setup selective-display;
3700         Setup pre-idle-hook when xemacs.
3701         (wl-summary-update-modeline): Rewrite.
3702         (wl-summary-jump-to-msg): Define as function;
3703         Changed regexp for searching messages.
3704         (wl-summary-message-number): Rewrite.
3705         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3706         Do rescan when old type summary cache.
3707         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3708         (wl-summary-remove-destination): Use '\r' to detect EOL.
3709         (wl-summary-print-destination): Ditto.
3710         (wl-summary-temp-mark): New inline function.
3711         (wl-summary-persistent-mark): Ditto.
3712         (wl-summary-line-number): New function.
3713         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3714         (wl-summary-line-list-count): New function.
3715         (wl-summary-create-line): Added argument persistent-mark.
3716         (All other related portions are changed)
3717         (wl-summary-create-line): Insert '\r'.
3718         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3719         (wl-summary-cursor-move-surface): New inline function.
3720         (wl-summary-prev): Use it.
3721         (wl-summary-next): Ditto.
3722
3723         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3724         wl-summary-message-regexp.
3725         (wl-highlight-summary): Delete progress message.
3726         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3727
3728         * Version number is increased to 2.9.12.
3729
3730 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3731
3732         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3733         variable (nil: no minimum).
3734         (wl-summary-line-subject): Add some spaces after subject by
3735         wl-summary-line-subject-minimum-length.
3736
3737 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3738
3739         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3740         and removed `F'.
3741         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3742         change above).
3743
3744 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3745
3746         * wl-summary.el (wl-summary-line-list-count): Reverted.
3747         (example setting in samples/*/dot.wl is also updated)
3748
3749 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3750
3751         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3752
3753         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3754
3755         * wl-vars.el (wl-summary-line-format): Addes some description to the
3756         docstring.
3757
3758         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3759         (wl-summary-line-close-bracket): Ditto.
3760         (wl-summary-line-children-number): Ditto.
3761         (wl-summary-line-thread-indent): Ditto.
3762         (wl-summary-line-children-and-from): Ditto.
3763
3764         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3765         't', 'c', 'F' and added 'C'.
3766
3767         * wl-util.el (wl-set-string-width): Accept negative value.
3768         (wl-line-parse-format): Added "%number(" and "%)".
3769
3770 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3771
3772         * wl-summary.el (wl-summary-line-list-count): Change format of the
3773         return value.
3774
3775 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3776
3777         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3778         from the recent message.el.
3779         (wl-draft-point-in-header-p): Ditto.
3780         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3781         wl-draft-beginning-of-line.
3782         * wl-e21.el (wl-draft-mode-map): Ditto.
3783         * wl-xmas.el (wl-draft-mode-map): Ditto.
3784
3785         * wl-folder.el: Sort macrodefs by dependencies.
3786
3787 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3788
3789         * wl-summary.el (wl-summary-prev): Fixed regexp.
3790         (wl-summary-next): Ditto.
3791
3792 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3793
3794         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3795
3796 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3797
3798         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3799         for backward compatibility.
3800
3801 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3802
3803         * wl-summary.el (wl-summary-line-list-count): New function, merged
3804         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3805         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3806         list counts.
3807
3808 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3809
3810         * wl-summary.el (wl-summary-create-line): Ignore errors while
3811         timezone-fix-time.
3812
3813         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3814
3815         * wl-summary.el (wl-summary-sync-update): Ditto.
3816         (wl-summary-default-from): Use wl-message-entity
3817         instead of entity.
3818
3819         * wl-summary.el (wl-summary-create-line): Fix.
3820
3821         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3822         (wl-summary-line-format): New user option.
3823         (wl-folder-summary-line-format-alist): Ditto.
3824         (wl-summary-from-width): Abolished.
3825
3826         * wl-util.el (toplevel): Require 'bytecomp.
3827         (wl-line-parse-format): New function.
3828         (wl-line-formatter-setup): New macro.
3829
3830         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3831         (wl-summary-buffer-line-formatter): New buffer local variable.
3832         (wl-summary-switch-to-clone-buffer): Follow the change above.
3833         (wl-summary-message-regexp): Fix.
3834         (wl-summary-from-func-internal): Abolished.
3835         (wl-summary-subject-func-internal): Ditto.
3836         (wl-summary-subject-filter-func-internal): Ditto.
3837         (All other related portions are changed.)
3838         (wl-summary-buffer-set-folder):
3839         Set up wl-summary-buffer-number-column and 
3840         wl-summary-buffer-line-formatter
3841         (All other related portions are changed.)
3842         (wl-summary-buffer-number-column-detect): Abolished.
3843         (All other related portions are changed.)
3844         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3845         (wl-summary-delete-all-temp-marks-on-buffer): Use
3846         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3847         (wl-summary-target-mark-delete): Ditto.
3848         (wl-summary-target-mark-refile-subr): Ditto.
3849         (wl-summary-target-mark-mark-as-read): Ditto.
3850         (wl-summary-target-mark-mark-as-unread): Ditto.
3851         (wl-summary-target-mark-mark-as-important): Ditto.
3852         (wl-summary-target-mark-save): Ditto.
3853         (wl-summary-replace-status-marks): Renamed from
3854         wl-summary-set-status-marks-on-buffer;
3855         Use wl-summary-message-regexp instead of
3856         wl-summary-buffer-number-regexp.
3857         (wl-summary-sync-update): Follow the change above.
3858         (wl-summary-goto-previous-message-beginning): New function.
3859         (wl-summary-mark-as-unread): Use it.
3860         (wl-summary-mark-as-important): Ditto.
3861         (wl-summary-line-formatter): New variable.
3862         (wl-summary-line-year): New function.
3863         (wl-summary-line-day): Ditto.
3864         (wl-summary-line-day-of-week): Ditto.
3865         (wl-summary-line-hour): Ditto.
3866         (wl-summary-line-minute): Ditto.
3867         (wl-summary-line-open-bracket): Ditto.
3868         (wl-summary-line-close-bracket): Ditto.
3869         (wl-summary-line-children-number): Ditto.
3870         (wl-summary-line-thread-indent): Ditto.
3871         (wl-summary-line-size): Ditto.
3872         (wl-summary-line-subject): Ditto.
3873         (wl-summary-line-from): Ditto.
3874         (wl-summary-line-children-and-from): Ditto.
3875         (wl-summary-create-line): Rewritten.
3876         (wl-summary-format-date): Abolished.
3877
3878         * wl-highlight.el (wl-highlight-summary-current-line): Use
3879         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3880         Use thread structure to detect thread top message.
3881
3882         * wl-draft.el (wl-default-draft-cite): Don't use
3883         wl-summary-from-func-internal.
3884
3885         * wl-refile.el (wl-refile-subject-learn): Don't use
3886         wl-summary-subject-filter-func-internal.
3887         (wl-refile-guess-by-subject): Ditto.
3888
3889         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3890         parameters.
3891
3892         * wl-thread.el (wl-thread-update-indent-string-region):
3893         Use wl-thread-update-line-on-buffer instead of
3894         wl-thread-update-indent-string.
3895         (wl-thread-update-children-number): Redefine using
3896         wl-thread-update-line-on-buffer.
3897         (wl-thread-update-indent-string): Abolished.
3898
3899         * Version number is increased to 2.9.11.
3900
3901 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3902
3903         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3904         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3905         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3906
3907         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3908         as nil.
3909
3910         * wl-thread.el (wl-thread-open-all-unread): Use 
3911         elmo-folder-list-messages-mark-match.
3912         (wl-thread-insert-message): Removed argument `mark-alist'.
3913         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3914         elmo-msgdb-set-mark.
3915         (wl-thread-get-children-msgs-uncached): Likewise.
3916         (wl-thread-get-exist-children): Added argument include-self.
3917         (wl-thread-delete-message): Follow the change above.
3918
3919         * wl-summary.el (wl-summary-count-unread): Removed argument.
3920         (wl-summary-rescan): Follow the change above.
3921         (wl-summary-mark-as-read-region): Ditto
3922         (wl-summary-mark-as-unread-region): Ditto.
3923         (wl-summary-delete-messages-on-buffer): Ditto.
3924         (wl-summary-sync-update): Ditto.
3925         (wl-summary-switch-to-clone-buffer): Ditto.
3926         (wl-summary-goto-folder-subr): Ditto.
3927         (wl-summary-target-mark-mark-as-read): Ditto.
3928         (wl-summary-target-mark-mark-as-unread): Ditto.
3929         (wl-summary-target-mark-mark-as-important): Ditto.
3930         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3931         (wl-summary-update-thread): Removed argument `mark-alist'.
3932         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3933         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3934         (wl-summary-resume-cache-status): Likewise.
3935         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3936         elmo-msgdb-set-mark.
3937         (wl-summary-mark-as-read-all): Likewise.
3938         (wl-summary-delete-cache): Ditto.
3939         (wl-summary-auto-select-msg-p): Ditto.
3940         (wl-summary-mark-as-unread): Ditto.
3941         (wl-summary-no-auto-refile-message-p): Ditto.
3942         (wl-summary-mark-as-read): Ditto.
3943         (wl-summary-mark-as-important): Ditto.
3944         (wl-summary-auto-refile): Follow the change above.
3945         (wl-summary-delete-all-marks): Removed.
3946         (wl-summary-resume-marks-and-highlight): Ditto.
3947         (wl-summary-resume-marks): Ditto.
3948         (wl-summary-delete-important-msgs-from-list): Ditto.
3949         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3950
3951         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3952         wl-summary-count-unread.
3953
3954         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3955         (wl-summary-score-update-all-lines): Use
3956         elmo-msgdb-set-mark.
3957
3958 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3959
3960         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3961         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3962         (wl-summary-create-line): Renamed from
3963         wl-summary-overview-create-summary-line;
3964         Argument rearrangement.
3965         (wl-summary-update-thread): Follow the change above.
3966
3967         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3968         (wl-thread-insert-entity-sub): Likewise.
3969
3970         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3971         argument `overview', `mark-alist' and added `msgdb'.
3972
3973         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3974
3975         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3976         (wl-summary-rescan): Follow the change above.
3977         (wl-summary-sync-update): Ditto.
3978         (wl-summary-insert-thread-entity): Ditto;
3979         Don't use `let*' in every while loop;
3980         Detect infinite loop of threads.
3981         (wl-summary-update-thread): Removed argument `overview'.
3982
3983         * wl-thread.el (wl-thread-insert-message): Ditto.
3984
3985         * Version number is increased to 2.9.10.
3986
3987         * wl-message.el (wl-message-redisplay): Ignore errors while
3988         wl-message-redisplay-hook.
3989
3990 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3991
3992         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3993
3994 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3995
3996         * wl.el (wl): inhibit-quit while wl-folder.
3997
3998 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3999
4000         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4001         while msgdb access.
4002
4003 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4004
4005         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4006         even if no folder is not created.
4007
4008 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4009
4010         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4011
4012         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4013         implementation.
4014         (wl-summary-target-mark-thread): Ditto.
4015
4016         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4017
4018 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4019
4020         * wl-util.el (wl-display-bytes): Remove unused function.
4021
4022 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4023
4024         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4025         seems critical one (partially reverse the change in 2002/03/17).
4026
4027 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4028
4029         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4030         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4031
4032 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4033
4034         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4035         is not writable.
4036         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4037         plugged status instead of `'force' as 2nd argument.
4038
4039         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4040         is not creatable.
4041
4042         * Version number is increased to 2.9.9.
4043
4044 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4045
4046         * wl-summary.el (wl-summary-suspend): New function.
4047
4048 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4049
4050         * wl.el (wl): Do not check variables if check is nil.
4051         * wl-utils.el (wl-collect-draft): New function.
4052         * wl-folder.el (wl-folder-suspend): Put summary buffers
4053         and draft buffers at the end of buffer list.
4054         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4055
4056 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4057
4058         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4059         loop instead of recursive call.
4060
4061         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4062         2nd argument.
4063
4064 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4065
4066         * wl-draft.el (wl-draft-create-contents): Don't take neither
4067         (function . args) nor (string . something) any more.
4068
4069         * wl-version.el (wl-generate-user-agent-string): Return string
4070         without header symbol.
4071         * wl-draft.el (wl-draft-default-headers): Use it.
4072
4073         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4074         `wl-draft-insert-ccs' and return field value instead of inserting
4075         the header. Abolish cc argument.
4076         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4077
4078         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4079         rather than one with string car.
4080
4081         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4082         * wl-draft.el (wl-draft-create-contents): Add it after the default
4083         headers.
4084
4085         * wl-draft.el (wl-draft-create-contents): For the case of
4086         (symbol-or-string . function) insert header only when the function
4087         returns string value.
4088
4089 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4090
4091         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4092         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4093
4094 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4095
4096         * wl.el (wl-check-environment): Don't check Message-ID when
4097         `wl-insert-message-id' is nil.
4098         Revive checking if `wl-message-id-domain' contains "@".
4099
4100 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4101
4102         * wl.el (wl-check-environment): Merge examination for "@" at
4103         inappropriate position into the first string-match.
4104
4105         * wl-summary.el (wl-summary-target-mark-print): New function.
4106         (wl-summary-pipe-message-subr): Extracted from
4107         `wl-summary-pipe-message'.
4108         (wl-summary-target-mark-pipe): New function.
4109         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4110         `wl-summary-target-mark-pipe'.
4111
4112 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4113
4114         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4115
4116 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4117
4118         * wl.el (wl-check-environment): Use elmo-warning instead of
4119         error for non-critical ones.
4120         Remove trash folder check.
4121         (wl): Don't ignore error in wl-check-environment.
4122
4123         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4124         check, which is moved from `wl-check-environment'.
4125         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4126
4127 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4128
4129         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4130         guess anything, call wl-summary-write.
4131         (wl-summary-write): Create draft with blank To field.
4132         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4133
4134 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4135
4136         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4137         argument full as well for wl-folder-write-current-folder.
4138         If wl-*-write-current-folder cannot guess addressee, add blank
4139         To header.
4140         Rewrite condition for positioning cursor.
4141
4142 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4143
4144         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4145         summary buffer is present, use it.
4146         (wl-folder-jump-to-previous-summary): Ditto.
4147
4148 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4149
4150         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4151
4152         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4153         wl-summary-previous-buffer and wl-summary-next-buffer.
4154
4155         * wl-folder.el (wl-folder-mode-map): Bind
4156         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4157         (wl-folder-jump-to-next-summary): New function.
4158         (wl-folder-jump-to-previous-summary): Ditto.
4159
4160         * wl-draft.el (wl-draft): Rearranged.
4161
4162 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4163
4164         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4165         of header.
4166         (wl-draft): Collect arguments for the header as header-alist.
4167         (wl-draft-forward): Arrange arguments for wl-draft.
4168         (wl-draft-reply): Ditto.
4169         (wl-draft-edit-string): Ditto.
4170         * wl-summary.el (wl-summary-write): Ditto.
4171         (wl-summary-write-current-folder): Ditto.
4172
4173         * Version number is increased to 2.9.8.
4174
4175 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4176
4177         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4178
4179         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4180
4181         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4182         even if the guess failed.
4183
4184         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4185         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4186         wl-summary-write-current-folder.
4187         * wl-xmas.el: Ditto.
4188
4189 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4190
4191         * wl-summary.el (wl-summary-next-page): Force display message if
4192         message is not displayed yet.
4193         (wl-summary-prev-page): Ditto.
4194
4195 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4196
4197         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4198
4199 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4200
4201         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4202         add "Preview Message" and "Save Draft and Exit".
4203
4204 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4205
4206         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4207         if addrmgr is called from draft in splitted window.
4208
4209         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4210         * wl-mule.el: Ditto.
4211         * wl-xmas.el: Ditto.
4212
4213 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4214
4215         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4216
4217         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4218         * wl-xmas.el (wl-folder-toolbar): Ditto.
4219
4220 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4221
4222         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4223         and wl-draft-save-and-exit.
4224         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4225         * wl-xmas.el: Ditto.
4226         * wl-mule.el: Ditto.
4227
4228         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4229         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4230
4231 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4232
4233         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4234         lists for saving buffer.
4235
4236 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4237
4238         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4239         parent-folder argument instead of it.
4240         (wl-draft-create-buffer): Ditto.
4241         (wl-draft-forward): Ditto.
4242         (wl-draft-reply): Ditto.
4243         * wl-summary.el (wl-summary-write): Ditto.
4244         (wl-summary-write-current-folder): Ditto.
4245
4246         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4247         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4248         Folder buffer after composing.
4249
4250 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4253         header if the file `wl-x-face-file' already contains it.
4254
4255 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4256
4257         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4258         folder" entry.
4259         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4260         * wl-e21.el (wl-folder-toolbar): Ditto.
4261         * wl-xmas.el (wl-folder-toolbar): Ditto.
4262
4263 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4264
4265         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4266         wl-folder-goto-folder with sticky argument.
4267         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4268
4269 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4270
4271         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4272         and wl-summary-previous-buffer.
4273         (wl-summary-next-buffer): New function.
4274         (wl-summary-previous-buffer): Ditto.
4275
4276 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4277
4278         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4279         wl-folder-jump-to-current-entity-with-arg.
4280         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4281         `wl-folder-jump-to-current-entity'.
4282         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4283         `wl-summary-goto-folder-sticky'.
4284         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4285         `wl-summary-goto-folder'.
4286         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4287         Unless force-exit, do not clean temp. marks for sticky summary.
4288         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4289
4290 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4291
4292         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4293         not entire.
4294
4295 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4296
4297         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4298         to `C-x C-s'.
4299         (wl-summary-save-status): New command.
4300         (wl-summary-exit): Don't clean-up temp marks when sticky.
4301         (Applied patch from Nakayama-san [wl: 09548])
4302         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4303         Do nothing when no mark data.
4304         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4305         Call `wl-summary-delete-all-temp-marks' before saving.
4306
4307 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4308
4309         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4310
4311 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4312
4313         * wl.el (wl-check-environment): Also cause error when (system-name)
4314         returns "localhost.localdomain". (Although it doesn't affect because
4315         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4316
4317 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4318
4319         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4320         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4321
4322         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4323         value.
4324
4325 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4326
4327         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4328         Likewise r-cc-list and r-ng-list.
4329
4330 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4331
4332         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4333         only if it is bound as variable.
4334
4335         * wl-mime.el (wl-draft-preview-message): Ditto.
4336
4337 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4338
4339         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4340         needless `goto-char'.
4341
4342         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4343         `wl-summary-redisplay-no-mime-internal' instead of
4344         `wl-summary-redisplay-no-mime'.
4345         (wl-summary-redisplay-no-mime): Changed argument;
4346         Call `wl-summary-redisplay-no-mime-internal'.
4347
4348         * wl-mime.el (wl-draft-preview-message): Bind
4349         `mime-header-encode-method-alist' locally.
4350
4351         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4352         (wl-draft-std11-parse-addresses): Added the first address check.
4353         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4354
4355         * Version number is increased to 2.9.7.
4356
4357 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4358
4359         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4360
4361 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4362
4363         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4364         related to scrollbar support, if there is no such a feature
4365         compiled in.
4366
4367 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4368
4369         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4370         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4371         for prefetch.
4372
4373 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4374
4375         * wl-summary.el (wl-summary-pick): Fix for no match.
4376
4377 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4378
4379         * wl-draft.el (wl-draft-save):
4380         Override `mime-header-encode-method-alist'.
4381
4382 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4383
4384         * wl-folder.el (wl-folder-pick): New function.
4385         Define key as "?".
4386
4387 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4388
4389         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4390         Fix for unplugged.
4391
4392 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4393
4394         * wl-folder.el (wl-folder-virtual): New function.
4395         Define key as "V".
4396
4397 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4398
4399         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4400         multi folder if entity is group.
4401
4402 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4403
4404         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4405         is nil.
4406
4407 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4408
4409         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4410         (wl-summary-target-mark-msgs): Return the number of marked messages.
4411
4412 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4413
4414         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4415         "first:" is specified.
4416
4417 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4418
4419         * wl-vars.el (wl-from): Use return value of function
4420         user-full-name instead of the variable user-full-name since
4421         XEmacs-20.4 doesn't set this variable.
4422
4423 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4424
4425         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4426         call `wl' directly.
4427
4428 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4429
4430         * wl-draft.el (wl-draft-reedit): Removed duplicated
4431         switch-to-buffers.
4432
4433 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * wl.el (wl-other-frame): Removed garbages.
4436
4437 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4438
4439         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4440
4441         * wl-xmas.el (wl-draft-key-setup): Ditto.
4442
4443         * wl-mule.el (wl-draft-key-setup): Ditto.
4444
4445         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4446         (wl-draft-reedit): Ditto.
4447         (wl-draft-prepare-edit): Add `wl-draft-save' to
4448         `local-write-file-hooks'.
4449         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4450         (wl-draft-reedit): Set buffer-file-name.
4451         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4452
4453
4454         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4455         call it.
4456         (wl-delete-startup-frame-function): New variable.
4457         (wl-other-frame): New function
4458         (Original was written by Yamaoka san [wl: 09239]).
4459
4460         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4461         if `wl-folder-use-frame'.
4462
4463 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4464
4465         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4466
4467 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4468
4469         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4470         New variable.
4471         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4472         (wl-message-buffer-prefetch-get-next): Use them.
4473         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4474
4475 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4476
4477         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4478         with unwind-protect.
4479
4480         * wl-draft.el (wl-draft-reedit): Rewrite.
4481         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4482         (wl-draft-save): Insert header separator if it does not exist;
4483         Removed condition-case.
4484
4485         * wl-summary.el (wl-summary-reedit): Revert last change.
4486
4487         * wl-draft.el (wl-draft-save): Rewrite.
4488         (wl-draft-create-buffer): Set buffer-file-name as nil.
4489
4490         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4491
4492         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4493
4494         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4495         nil.
4496
4497 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4498
4499         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4500         If count is nil, do not prefetch.
4501         (wl-message-buffer-prefetch-next): Next.
4502
4503 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4504
4505         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4506
4507 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4508
4509         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4510         `delete-backward-char'
4511         (wl-draft-prepare-edit): Check major-mode.
4512         (wl-draft-decode-header): Rewrite.
4513         (wl-draft): Fix.
4514
4515 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4516
4517         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4518
4519 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4520
4521         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4522         (wl-message-buffer-prefetch-get-next): Remove size checking.
4523         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4524
4525 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4526
4527         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4528         (wl-draft-default-headers): Fix.
4529
4530 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4531
4532         * wl-draft.el (wl-draft-default-headers): Insert return value of
4533         `wl-generate-mailer-string-function'.
4534
4535 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4536
4537         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4538         (wl-draft-insert-mail-header-separator): Ditto.
4539
4540         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4541         again (Reverted the change on 2002-01-17 by OKADA san).
4542
4543 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4544
4545         * wl-draft.el (wl-draft): Rewrite.
4546         (wl-draft-create-buffer): New function.
4547         (wl-draft-create-contents): Ditto.
4548         (wl-draft-prepare-edit): Ditto.
4549         (wl-draft-decode-header): Ditto.
4550         (wl-draft-decode-body): Ditto.
4551         (wl-draft-check-new-line): Ditto.
4552         (wl-draft-default-headers): Ditto.
4553         (wl-draft-insert-mail-header-separator): Ditto.
4554
4555 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4556
4557         * Version number is increased to 2.9.6.
4558
4559 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4560
4561         * wl-draft.el (wl-draft-delete-field): Optional argument.
4562         (wl-draft-delete-fields): Ditto.
4563
4564 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4565
4566         * wl-message.el (toplevel): Eliminated byte-compile warning.
4567         for `itimer-function', `delete-timer' and `itimer-list'.
4568
4569 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4570
4571         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4572         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4573         `wl-message-buffer-prefetch-threshold'.
4574         * wl-summary.el (wl-summary-redisplay-internal): Remove
4575         the check of `wl-message-buffer-prefetch-depth'.
4576
4577 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4578
4579         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4580         size of article.
4581         (wl-message-buffer-prefetch-subr): Remove size check.
4582
4583 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4584
4585         * wl-vars.el (wl-plugged): Make customizable.
4586
4587 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4588
4589         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4590         (wl-message-buffer-prefetch-set-timer): New function.
4591         (wl-message-buffer-prefetch-get-next): New function.
4592         (wl-message-buffer-prefetch): New function.
4593         (wl-message-buffer-prefetch-next): Rewrite.
4594         (wl-message-buffer-prefetch-subr): Rewrite.
4595         * wl-vars.el (wl-auto-prefetch-first): New variable.
4596         * wl-summary.el (wl-summary-goto-folder-subr): Call
4597         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4598
4599 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4600
4601         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4602         `wl-summary-unread-message-hook'.
4603
4604 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4605
4606         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4607         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4608         if range is `cache-status'.
4609
4610 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4611
4612         * wl-message.el (wl-message-buffer-prefetch-subr):
4613         Improve debug message.
4614
4615 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4616
4617         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4618         `wl-mail-send-pre-hook'.
4619         (wl-draft-send-mail-with-qmail): Ditto.
4620         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4621
4622 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4623
4624         * wl-message.el (wl-message-buffer-prefetch-subr):
4625         Fix for cancel-function-timers bug.
4626         (wl-message-buffer-prefetch-debug): Default value is t.
4627
4628 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4629
4630         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4631         (wl-message-buffer-prefetch-subr): Rewrite.
4632         Rename from `wl-message-buffer-prefetch'.
4633
4634 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4635
4636         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4637         (wl-default-draft-cite-decorate-author): Ditto.
4638
4639         * wl-draft.el (wl-draft-cite-function): Removed.
4640         (wl-default-draft-cite-decorate-author): Ditto.
4641
4642 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4643
4644         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4645         (wl-default-draft-cite): Do not arrange author name if the value of
4646         `wl-default-draft-cite-decorate-author' is nil.
4647
4648 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4649
4650         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4651
4652         * wl-folder.el (wl-folder-check-one-entity): Don't care
4653         `elmo-folder-use-flag-p'.
4654
4655 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4656
4657         * wl-folder (wl-folder-check-one-entity): Fix
4658         problem if unread is nil.
4659
4660 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4661
4662         * wl-address.el (wl-address-make-completion-list): Check whether
4663         the address is a group list.
4664         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4665
4666 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4667
4668         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4669         The number of the messages of new and unread does not count
4670         correctly.
4671
4672         * wl-summary.el (wl-summary-count-unread): Changed to return
4673         `(new . unread)' instead of total.
4674         (wl-summary-sync-update): Follow the change above.
4675
4676         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4677
4678 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * wl-address.el (wl-address-make-completion-list): Do not enclose
4681         address by " <" and ">" if associated realname is "".
4682         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4683         This is against the promblem with group list in .addresses pointed
4684         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4685
4686 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4687
4688         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4689         message is a format control string.
4690         * wl-expire.el (wl-expire-append-log): Ditto.
4691         * wl-mime.el (wl-summary-burst-subr): Ditto.
4692         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4693         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4694
4695 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4696
4697         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4698         wl.el (wl-check-variables): Rename from `wl-check-type'.
4699         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4700         (wl-check-variables-2): New function.
4701         (wl): Call `wl-check-variables-2'.
4702
4703 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4704
4705         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4706         after renaming folder in access group.
4707
4708 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4709
4710         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4711         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4712         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4713         (wl-message-buffer-prefetch): Rewrite.
4714         (wl-message-buffer-prefetch-idle-time): Removed.
4715         * wl-summary.el (wl-summary-redisplay-internal):
4716         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4717         Error check for `wl-message-buffer-prefetch-depht'.
4718
4719 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4720
4721         * Version number is increased to 2.9.5.
4722         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4723
4724 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4725
4726         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4727         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4728         Based on the patch written by
4729         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4730
4731 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4732
4733         * wl-draft.el (wl-draft-raw-send): Fix for
4734         `wl-news-send-pre-hook'
4735
4736 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4737
4738         * wl-utils.el (wl-message-id-function): New variable.
4739         * wl-draft.el (wl-draft-insert-required-fields):
4740         Use `wl-message-id-function'.
4741
4742 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4743
4744         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4745         * wl-utils.el (wl-draft-make-message-id-string):
4746         Use `wl-from' for domain part of Message-ID
4747         if `wl-message-id-use-wl-from' if non-nil.
4748         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4749
4750 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4751
4752         * wl.el (wl): Call `wl-check-type'
4753         Do not 'condition-case'.
4754
4755 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4756
4757         * wl.el (wl-check-type): New function.
4758         (wl-check-type-variables): New variable.
4759
4760 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4761
4762         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4763
4764 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4765
4766         * wl-draft.el (wl-smtp-password-key): New function.
4767         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4768         (wl-draft-send-mail-with-smtp): Ditto.
4769         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4770
4771 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4772
4773         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4774         * wl-utils.el (wl-unique-id-suffix): Remove.
4775
4776 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4777
4778         * Version number is increased to 2.9.4.
4779
4780 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4781
4782         * wl-utils.el (wl-unique-id-suffix): New variable.
4783         (wl-unique-id): Use `wl-unique-id-suffix'
4784
4785 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4786
4787         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4788         instead of `elmo-msgdb-search'.
4789
4790         * Version number is increased to 2.9.3.
4791
4792 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4793
4794         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4795
4796 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4797
4798         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4799         (wl-draft-dispatch-message): Changed for send-later.
4800         (wl-draft-queue-flush): Ditto.
4801         (wl-draft): Clear `wl-sent-message-queued'.
4802         (wl-draft-reedit): Ditto.
4803         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4804         * wl-vars.el (wl-draft-force-queuing): New variable.
4805         (wl-draft-force-queuing-mail): New variable.
4806         (wl-draft-force-queuing-news): New variable.
4807
4808 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4809
4810         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4811         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4812
4813 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4814
4815         * Version number is increased to 2.9.2.
4816
4817 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * wl-draft.el (wl-draft-elide-region): New user command.
4820         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4821
4822         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4823         command `wl-draft-elide-region'.
4824         * wl-mule.el: Ditto.
4825         * wl-xmas.el: Ditto.
4826
4827 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4828
4829         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4830         (wl-biff-check-folder-async): Removed needless let.
4831
4832 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4833
4834         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4835         wl-folder-get-elmo-folder.
4836         (wl-biff-check-folder): Set `biff' argument of
4837         `wl-folder-check-one-entity'.
4838         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4839
4840         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4841         (wl-folder-check-one-entity): Added `biff' argument;
4842         Setup `biff' slot of folder.
4843
4844         * Version number is increased to 2.9.1.
4845
4846 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4847
4848         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4849         comment out and fixed.
4850         (wl-fldmgr-add-completion-subr): Ditto.
4851
4852         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4853         and msgdb.
4854
4855         * wl.el (wl-toggle-plugged): Save summary view.
4856
4857 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4858
4859         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4860
4861 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4862
4863         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4864
4865 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4868         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4869         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4870
4871         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4872         if it was failed.
4873         (wl-demo): Disable undo in the demo buffer.
4874
4875 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4876
4877         * wl-version.el (wl-version): Changed codename.
4878
4879         * Version number is increased to 2.9.0.
4880
4881 2001-12-14  Takuo KITAME <kitame@northeye.org>
4882
4883         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4884         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4885         (wl-folder-mark-as-read-all-current-entity): Ditto.
4886
4887 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4888
4889         * wl-vars.el (wl-from-width): Define as obsolete variable.
4890         (wl-subject-length-limit): Ditto.
4891
4892         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4893
4894         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4895         wl-summary-save-view.
4896
4897         * wl.el (wl-save-status): Ditto.
4898         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4899
4900         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4901         (wl-summary-exit): Follow the change above.
4902         (wl-summary-goto-folder-subr): Ditto.
4903
4904         * wl-folder.el (wl-folder-create-subr): Don't use
4905         `elmo-folder-creatable-p'.
4906
4907 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4908
4909         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4910
4911 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4914         rather than bitmap on Emacs 21.
4915         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4916         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4917         for xbm if the new redisplay engine is not available.
4918
4919 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4920
4921         * wl-folder.el (wl-folder-init-hook): New hook.
4922         (wl-folder-init): Run `wl-folder-init-hook'.
4923
4924 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4925
4926         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4927
4928 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4929
4930         * wl-acap.el (wl-acap-cache-filename): New variable.
4931         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4932         (wl-acap-init): Use cache if no ACAP server found.
4933
4934 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4935
4936         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4937         `wl-acap-original-msgdb-dir'.
4938
4939         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4940         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4941
4942         * wl-mime.el (wl-mime-save-directory): Renamed from
4943         `wl-mime-save-dir'.
4944
4945 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4948
4949         * wl-demo.el: Require `path-util'.
4950         (wl-demo-bitmap-mule-available-p): New internal variable.
4951         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4952         `module-installed-p' instead.
4953         (wl-demo-insert-image): Use *.img file for a bitmap image.
4954         (wl-demo): Don't call the ascii demo recursively.
4955
4956 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4957
4958         * Version number is increased to 2.7.7.
4959
4960 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4961
4962         * wl.el (wl-exit): Eliminated byte-compile warning.
4963
4964 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4965
4966         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4967         obsolete variable using `elmo-define-obsolete-variable'.
4968         (wl-fetch-confirm-threshold): Ditto.
4969         (wl-cache-prefetch-folder-type-list): Ditto.
4970         (wl-cache-prefetch-folder-list): Ditto.
4971
4972 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4975         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4976         (wl-demo-insert-image): New function.
4977         (wl-demo-insert-text): New function.
4978         (wl-demo-image-type-alist): Redefine as a function.
4979         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4980         (wl-demo-with-temp-file-buffer): Removed.
4981         (wl-logo-xpm): Removed.
4982         (wl-logo-xbm): Removed.
4983         (wl-logo-bitmap): Removed.
4984
4985 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4986
4987         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4988         (wl-expire-localdir-get-folder-function): New user option.
4989         (wl-expire-localdir-get-folder): New function.
4990         (wl-expire-localdir-date): Ditto.
4991
4992 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4993
4994         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4995         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4996         Fixed unread number mismatch when all-unread < unread.
4997
4998 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4999
5000         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5001         (wl-fetch-confirm-threshold): Ditto.
5002
5003         * wl-summary.el (wl-summary-confirm-appends): Removed.
5004         (wl-summary-sync-update): Don't refer
5005         `wl-summary-update-confirm-threshold' (It is now abolished).
5006
5007         * wl-message.el (wl-message-display-internal): Don't refer
5008         `wl-fetch-confirm-threshold' (It is now abolished).
5009
5010 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5013
5014 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5015
5016         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5017         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5018         Change default value to nil.
5019         (wl-summary-indent-length-limit): The value can be nil, nil means
5020         unlimited.
5021
5022         * wl-summary.el: Don't set limit for indent length if the value of
5023         wl-summary-indent-length-limit is nil.
5024         If the value of wl-summary-width is nil, it means only that the width
5025         of summary is unlimited (nil doesn't mean that the indent length is
5026         unlimited).
5027
5028         * wl-thread.el: Ditto.
5029
5030 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5031
5032         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5033         be nil, nil means never confirm.
5034         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5035
5036 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5037
5038         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5039         means unlimited).
5040
5041 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5042
5043         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5044         Use `with-temp-buffer'.
5045
5046 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5049         with new backquote style).
5050         (wl-folder-get-entity-from-buffer): Ditto.
5051
5052 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5053
5054         * wl-version.el (nemacs-version): Eliminated.
5055         (wl-extended-emacs-version2): Ignore nemacs.
5056         (wl-extended-emacs-version3): Ditto.
5057
5058 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5059
5060         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5061         (wl-draft-add-in-reply-to): New variable.
5062         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5063         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5064         (wl-draft-yank-from-mail-reply-buffer): Use
5065         `wl-draft-add-in-reply-to'.
5066         (wl-draft-insert-current-message): Ditto.
5067
5068 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5069
5070         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5071         typo (kill->hide).
5072         (wl-message-buffer-prefetch-folder-type-list): Added elements
5073         `mark' and `cache' instead of `internal'.
5074
5075 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5076
5077         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5078         resume msgdb directory.
5079
5080 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5081
5082         * wl.el (wl-exit): Call `wl-acap-exit'.
5083
5084         * wl-summary.el (wl-summary-message-string): New function.
5085         (wl-summary-reedit): Use it.
5086         (wl-summary-resend-bounced-mail): Remove needless let.
5087         (wl-summary-supersedes-message): Ditto.
5088         (wl-summary-save): Ditto.
5089
5090         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5091         (wl-acap-init): Set it.
5092         (wl-acap-exit): New function.
5093
5094 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5095
5096         * wl.el (wl-init): Revert (require 'mime-setup). move from
5097         toplevel.
5098
5099 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5100
5101         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5102         local variables.  Add error when guess function return invalid
5103         value.
5104
5105 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5106
5107         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5108         Change local variable name.
5109         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5110         (wl-folder-get-newsgroups): Return nil when non-news folder.
5111         * wl-summary.el (wl-summary-write-current-folder): State through
5112         when guess-list return nil.
5113         (wl-summary-write-current-folder-functions): Fixed docstring.
5114
5115         * wl.el (wl-exit): Changed confirm message.
5116
5117         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5118         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5119
5120         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5121
5122 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5123
5124         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5125         user option (Renamed from wl-cache-prefetch-folder-type-list).
5126         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5127         from wl-cache-prefetch-folder-list).
5128
5129         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5130         Move to wl-vars.el.
5131         (wl-message-buffer-prefetch-p): Changed to enable
5132         `wl-message-buffer-prefetch-folder-list'.
5133
5134         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5135         `ignore-cache'.
5136
5137 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5138
5139         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5140         `part-top' and `part-bottom'.
5141         (wl-draft-config-sub-part-top): New function.
5142         (wl-draft-config-sub-part-bottom): New function.
5143
5144 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5145
5146         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5147
5148 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5149
5150         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5151
5152 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5153
5154         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5155
5156         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5157         (wl-summary-write-current-folder): Ditto.
5158
5159 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5160
5161         * wl-folder.el (wl-folder-get-newsgroups): Use
5162         `elmo-folder-newsgroups'.
5163
5164 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5165
5166         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5167         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5168         `wl-draft-config-sub-header-bottom'.
5169
5170 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5171
5172         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5173         localnews folder.
5174
5175 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5176
5177         * wl-summary.el (wl-summary-mode): Undo last change.
5178
5179         * wl-folder.el (wl-folder-mode): Ditto.
5180
5181 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5182
5183         * wl-summary.el (wl-summary-mode): Locally set
5184         truncate-partial-window-width to nil.
5185         (for XEmacs)
5186
5187         * wl-folder.el (wl-folder-mode): Ditto.
5188
5189 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5190
5191         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5192
5193 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5194
5195         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5196         number.
5197
5198         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5199
5200         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5201
5202         * Version number is increased to 2.7.6.
5203
5204 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5205
5206         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5207
5208 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5209
5210         * wl-summary.el (wl-summary-sync-update): Enclose network
5211         related portion with `unwind-protect'.
5212
5213 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5214
5215         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5216
5217 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5218
5219         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5220         element.
5221         * wl-vars.el (wl-message-body-button-alist): Ditto.
5222
5223         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5224         max match length.
5225         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5226
5227         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5228         for the max match length;
5229         Use 4th element value for the button string regexp group.
5230
5231         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5232         candidate exists, prompt to select.
5233
5234 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5235
5236         * wl-summary.el (wl-summary-jump-to-msg): Search before
5237         calibration point by `beginning-of-line'.
5238
5239 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5240
5241         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5242         for access group.
5243
5244 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl-message.el (wl-message-display-internal): Bind
5247         `default-mime-charset'.
5248
5249         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5250
5251         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5252
5253         * Version number is increased to 2.7.5.
5254
5255 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5256
5257         * wl-expire.el (wl-summary-archive): Fixed;
5258         Use `elmo-folder-name-internal'.
5259
5260 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5261
5262         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5263         from `elmo-folder-move-messages' caller.
5264         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5265
5266         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5267         related portions are changed).
5268
5269 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5270
5271         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5272         counter.
5273
5274 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5275
5276         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5277         buffer local and set it to nil.
5278
5279         * wl-message.el (wl-message-redisplay): Ditto.
5280
5281 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl-summary.el (wl-summary-mark-as-important): If message is
5284         already cached, set messag as read, otherwise encache and mark as read.
5285
5286 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5287
5288         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5289         point-min.
5290
5291 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5294         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5295         a keymap.
5296
5297 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5298
5299         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5300         parent.
5301
5302         * wl-mule.el (wl-message-define-keymap): Ditto.
5303
5304         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5305
5306         * wl-xmas.el (wl-message-display-internal-hook): Define.
5307         (wl-xmas-setup-message-toolbar): Define as function.
5308         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5309         (wl-message-overload-functions): Abolished.
5310         (wl-message-define-keymap): New function.
5311
5312         * wl-vars.el (wl-message-display-internal-hook): New variable.
5313         (wl-message-header-button-alist): New variable (Renamed from
5314         wl-highlight-message-header-button-alist).
5315         (wl-message-body-button-alist): Ditto.
5316
5317         * wl-mule.el (wl-message-define-keymap): New function.
5318         (wl-message-overload-functions): Abolished.
5319
5320         * wl-message.el (wl-message-add-buttons-to-body): New function.
5321         (wl-message-redisplay): Don't call wl-message-overload-functions;
5322         Call wl-message-add-buttons-to-header and
5323         wl-message-add-buttons-to-body.
5324         (wl-message-display-internal): Set keymap argument for
5325         elmo-mime-display-as-is, elmo-mime-message-display;
5326         Run wl-message-display-internal-hook.
5327         (wl-message-refer-article-or-url): Abolished.
5328
5329         * wl-highlight.el (wl-highlight-headers): Don't call
5330         wl-highlight-message-add-buttons-to-header.
5331         (wl-highlight-message-add-buttons-to-header): Abolished.
5332
5333
5334         * wl-e21.el (wl-message-display-internal-hook): Define.
5335         (wl-e21-setup-toolbar): Deleted duplicated binding.
5336         (wl-e21-setup-message-toolbar): Define as function.
5337         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5338         (wl-message-define-keymap): New function.
5339         (wl-message-overload-functions): Abolished.
5340
5341 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5342
5343         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5344         and elmo-folder-close.
5345
5346         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5347
5348 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5349
5350         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5351         boolean value.
5352         * wl-draft.el (wl-draft-do-fcc): Ditto.
5353
5354 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5355
5356         * wl-vars.el (wl-fcc-force-as-read): New variable.
5357         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5358         mark copied message as read.
5359
5360 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5361
5362         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5363
5364 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5365
5366         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5367         `wl-summary-target-above' instead of obsolete variable
5368         `wl-summary-temp-above'.
5369
5370         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5371         instead of `make-obsolete-variable'.
5372         * wl-refile.el (toplevel): Ditto.
5373
5374 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5375
5376         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5377         with third argument t.
5378         (wl-draft): Set first argument for wl-plugged-init as t.
5379
5380         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5381         definition.
5382
5383 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5384
5385         * wl-vars.el: Tabify.
5386         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5387
5388         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5389         message.
5390
5391 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5392
5393         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5394         and set default to beep.
5395
5396 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5397
5398         * wl-vars.el (wl-draft-truncate-lines): New variable.
5399
5400         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5401         instead of wl-message-truncate-lines for truncate-lines.
5402
5403 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5404
5405         * wl-message.el (wl-message-display-internal): Call
5406         `wl-highlight-message' after `elmo-mime-display-as-is'.
5407
5408         * wl-mime.el (wl-mime-display-text/plain): New function.
5409         (wl-mime-display-header): Ditto.
5410         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5411         body-presentation-method for text/plain;
5412         Register `wl-mime-display-header' as a header-presentation-method;
5413         Don't set up `elmo-message-text-content-inserted-hook' and
5414         `elmo-message-header-inserted-hook'.
5415
5416         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5417         variable.
5418         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5419         as t if flag is 'all-header;
5420         Don't bind `elmo-message-ignored-field-list',
5421         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5422
5423 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5426         for xemacs with non-mule environment.
5427
5428 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5429
5430         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5431         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5432         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5433
5434 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5435
5436         * wl-vars.el (wl-interactive-send): Set default value as t.
5437
5438 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5441         (wl-addrmgr-method-list): Abolished.
5442         (wl-addrmgr-change-method): Follow above change.
5443
5444         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5445
5446 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5447
5448         * wl-vars.el (wl-message-truncate-lines): Change default value
5449         to default-truncate-lines.
5450
5451         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5452
5453 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5454
5455         * wl-vars.el (wl-message-truncate-lines): New variable.
5456
5457         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5458         wl-message-truncate-lines.
5459
5460 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5461
5462         * wl-acap.el (wl-acap-init): Remove period from error message.
5463         (wl-acap-find-acap-service): Remove period from message.
5464
5465 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5466
5467         * wl.el (wl-check-environment): Undo last change.
5468
5469         * wl-vars.el (wl-from): Changed default value.
5470
5471         * wl-util.el (toplevel): Don't require tm-edit.
5472
5473         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5474         `wl-folder-init';
5475         Don't set mark on mail body.
5476         (wl-draft-reedit): Ditto.
5477
5478         * wl-address.el (wl-address-quote-specials): Define as an alias for
5479         elmo-address-quote-specials.
5480
5481 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5482
5483         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5484
5485         * wl-vars.el (wl-from): Set default value as nil.
5486         (wl-organization): Set default value as ORGANIZATION environment
5487         variable.
5488
5489         * wl-draft.el (wl-smtp-extension-bind): Check value of
5490         wl-smtp-connection-type.
5491
5492         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5493         error.
5494
5495 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5496
5497         * Version number is increased to 2.7.4.
5498
5499         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5500         arguments from `wl-highlight-x-face-function' caller.
5501         Use x-face-1.3.6.12 or later.
5502
5503 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5504
5505         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5506
5507 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5508
5509         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5510         (wl-fcc): Fix to accept function.
5511         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5512
5513 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5514
5515         * wl-acap.el (toplevel): Added `product-provide' declare.
5516         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5517
5518 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5519
5520         * wl.el (wl): Changed order of calling `elmo-init'
5521         and `elmo-folder-init'.
5522
5523 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5524
5525         * wl-mime.el (wl-summary-burst): Extract message when content-type
5526         of root entity is not only `multipart' but also `message/rfc822'.
5527         (wl-summary-burst-subr): Ditto.
5528
5529 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5530
5531         * wl-vars.el (toplevel): Require 'custom.
5532         (wl-trash-folder): Added to `wl-setting' group.
5533
5534         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5535         exists.
5536         (wl-addrmgr-draw): Insert empty line when no entry exists.
5537
5538         * wl-mule.el (wl-message-wheel-up): Fixed.
5539         (wl-message-wheel-down): Ditto.
5540
5541 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5542
5543         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5544         config is an anonymous lambda expression.
5545
5546 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5549         when Mule 2 is running.
5550
5551 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5552
5553         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5554
5555 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5556
5557         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5558         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5559
5560         * wl-address.el (wl-address-specials-regexp): Eliminated.
5561         (wl-address-quote-specials): Rewrite.
5562
5563 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5566         shy-groups for regexp.
5567
5568         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5569         character classes and Perl style shy-groups for regexp.
5570         (wl-highlight-plugged-current-line): Use Posix style character
5571         classes for regexp.
5572         (wl-e21-highlight-folder-by-numbers): Ditto.
5573         (wl-e21-display-image-p): Use `display-images-p' instead of
5574         `display-graphic-p'.
5575         (display-images-p): Make an alias to `display-graphic-p' if it is
5576         not available.  It is for Emacs version prior to 21.0.105.
5577
5578         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5579         `display-graphic-p'.
5580         (wl-demo-image-type-alist): Ditto.
5581         (display-images-p): Make an alias to `display-graphic-p' if it is
5582         not available.  It is for Emacs version prior to 21.0.105.
5583
5584 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5585
5586         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5587         support.
5588         (wl-generate-user-agent-string): Ditto.
5589
5590         * wl-version.el (wl-version): Update docsting.
5591         (wl-version-status): Ditto.
5592
5593 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5594
5595         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5596         21.0.105.  For Emacs 21.0.104 or earlier.
5597
5598 2001-09-03  Takuo KITAME <kitame@northeye.org>
5599
5600         * wl-e21.el (wl-plugged-init-icons): Use
5601         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5602         (wl-biff-init-icons): Ditto.
5603
5604 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5605
5606         * wl-highlight.el (wl-highlight-summary-current-line):
5607         Fixed highlighting refile/copy destination.
5608
5609         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5610         (wl-acap-store): Encode string by wl-acap-coding-system.
5611
5612 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5613
5614         * wl-acap.el (toplevel): Check and require 'un-define before
5615         'xemacs-ucs;
5616          Added checking for UTF-2000.
5617
5618 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5619
5620         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5621         Don't enclose with `eval-and-compile'.
5622
5623         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5624         wl-init is non-nil.
5625
5626         * wl-draft.el (wl-draft): Ditto.
5627
5628         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5629
5630         * wl-acap.el (toplevel): Require 'wl.
5631         (wl-acap-store): Call `elmo-init'.
5632
5633         * wl.el (wl): Changed position of `wl-check-environment'.
5634         (toplevel): Added autoload setting for wl-acap.
5635
5636         * wl-vars.el (wl-setting): New custom group.
5637         (wl-from): Added wl-setting group.
5638         (wl-user-mail-address-list): Ditto.
5639         (wl-organization): Ditto.
5640         (wl-subscribed-mailing-list): Ditto.
5641         (wl-envelope-from): Ditto.
5642         (wl-smtp-posting-user): Ditto.
5643         (wl-smtp-posting-server): Ditto.
5644         (wl-smtp-posting-port): Ditto.
5645         (wl-smtp-authenticate-type): Ditto.
5646         (wl-pop-before-smtp-user): Ditto.
5647         (wl-pop-before-smtp-server): Ditto.
5648         (wl-pop-before-smtp-port): Ditto.
5649         (wl-pop-before-smtp-authenticate-type): Ditto.
5650         (wl-nntp-posting-server): Ditto.
5651         (wl-nntp-posting-user): Ditto.
5652         (wl-nntp-posting-port): Ditto.
5653         (wl-fetch-confirm-threshold): Ditto.
5654         (wl-prefetch-threshold): Ditto.
5655         (wl-thread-insert-opened): Ditto.
5656         (wl-ldap-server): Ditto.
5657         (wl-ldap-port): Ditto.
5658         (wl-ldap-base): Ditto.
5659         (wl-ldap-objectclass): Ditto.
5660         (wl-use-ldap): Ditto.
5661         (wl-draft-config-alist): Ditto.
5662         (wl-draft-config-matchone): Ditto.
5663         (wl-template-alist): Ditto.
5664         (wl-message-sort-field-list): Ditto.
5665         (wl-message-ignored-field-list): Ditto.
5666         (wl-message-visible-field-list): Ditto.
5667         (wl-interactive-send): Ditto.
5668         (wl-summary-move-order): Ditto.
5669         (wl-auto-select-first): Ditto.
5670         (wl-auto-select-next): Ditto.
5671         (wl-interactive-save-folders): Ditto.
5672
5673         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5674         Initialization codes are moved from wl-local-folder-init.
5675         (wl-local-folder-init): Follow the change above.
5676         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5677
5678         * wl-acap.el: New file.
5679
5680         * Version number is increased to 2.7.3.
5681
5682 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5683
5684         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5685
5686 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5687
5688         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5689         (wl-addrmgr-address-entry-list): Ditto.
5690
5691 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * wl-e21.el (wl-draft-mode-map): Removed binding for
5694         `wl-draft-insert-x-face-field'.
5695
5696         * wl-mule.el (wl-draft-mode-map): Ditto.
5697
5698         * wl-xmas.el (wl-draft-mode-map): Ditto.
5699
5700         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5701         (wl-cs-autoconv): Ditto.
5702         (wl-cs-local): Ditto.
5703         (wl-use-scoring): Ditto.
5704         (wl-mime-charset): Ditto.
5705         (wl-folder-check-async): Ditto.
5706
5707         * wl.el (toplevel): Ignore nemacs and tm.
5708         (wl-exit): Ditto.
5709
5710         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5711         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5712         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5713         instead of wl-address-petname-add-or-change.
5714         (wl-summary-edit-addresses-subr): Use wl-address-delete
5715         instead of wl-address-petname-delete.
5716
5717         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5718
5719         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5720         if error occured.
5721
5722         * wl-message.el (require): Remove tm support.
5723
5724         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5725
5726         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5727         (wl-folder-jump-to-current-entity): Ditto.
5728         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5729
5730         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5731         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5732         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5733
5734         * wl-mule.el (wl-draft-key-setup): Ditto.
5735
5736         * wl-xmas.el (wl-draft-key-setup): Ditto.
5737
5738         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5739         (wl-draft-std11-parse-addresses): New function.
5740         (wl-draft-parse-mailbox-list): Use it.
5741         (wl-draft): Ignore nemacs.
5742         (wl-draft-reedit): Ditto.
5743
5744         * wl-addrmgr.el: New file.
5745         (Original is wl-rcpt.el written by
5746         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5747         Thanks Kitamoto-san.)
5748
5749         * wl-address.el (wl-address-make-address-list): Modified parsing
5750         process.
5751         (wl-address-delete): Renamed from `wl-address-petname-delete';
5752         Modify wl-address-list too.
5753         (wl-address-add-or-change): Renamed from
5754         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5755
5756 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5757
5758         * wl-highlight.el (wl-highlight-summary-current-line):
5759           Work with transient-mark-mode
5760
5761 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * Version number is increased to 2.7.2.
5764
5765         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5766         instead of elmo-dop-queue-method.
5767
5768 2001-08-06  SAITO Atsunori <sai@yedo.com>
5769
5770         * wl-vars.el (wl-ldap-objectclass): New user option.
5771
5772         * wl-address.el (wl-ldap-make-filter): Use it.
5773
5774 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5777
5778 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5779
5780         * wl-folder.el (wl-folder): redisplay after folder insertion.
5781
5782         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5783
5784         * wl-summary.el (wl-summary-sync-update):
5785         Change status mark only when new-msgdb exists.
5786         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5787
5788 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5789
5790         * wl-summary.el (wl-summary-open-folder): New function.
5791         (wl-summary-goto-folder-subr): Use it.
5792         (wl-summary-mark-as-important): Fix;
5793         Encache only when no cache exists.
5794
5795 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5796
5797         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5798         Use with-current-buffer.
5799
5800 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5801
5802         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5803         before call `get-buffer'. Fixed parenthesis.
5804         (wl-score-get-header-entry): Clear message and help window when
5805         keyboard quit.
5806         (wl-score-edit-insert-header): Ditto.
5807
5808 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5809
5810         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5811         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5812         (wl-default-draft-cite): Fix.
5813
5814         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5815         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5816
5817 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5818
5819         * wl-message.el (wl-message-prev-page): Do same bahavior
5820         as summary when it is called in the message buffer.
5821         (wl-message-next-page): Ditto.
5822
5823 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5824
5825         * wl-summary.el (wl-summary-forward): Use cache if it is not
5826         section cache.
5827
5828 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5831         Removed redundant require of elmo-vars.
5832         (wl-biff-state-indicator-on): Changed default value for
5833         xemacs with non-mule environment.
5834
5835         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5836         wl-message-buffer is nil;
5837         Hide progress bar after moving messages.
5838
5839 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5840
5841         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5842         message at cursor point is deleted.
5843
5844 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5845
5846         * wl-vars.el: Changed file coding system to euc-japan.
5847         Added -*-coding:-*- magic to the first line.
5848
5849         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5850         Search parent from the first message.
5851
5852         * Version number is increased to 2.7.1.
5853
5854 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5855
5856         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5857
5858 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5859
5860         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5861         refile/delete execution.
5862
5863         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5864         Fixed docstring.
5865
5866 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5867
5868         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5869         do update process;
5870         Don't update marks when update process is interrupted.
5871
5872 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5873
5874         * wl-summary.el (wl-summary-reply): Fixed problem when
5875         wl-draft-use-frame is non-nil.
5876         (wl-summary-forward): Ditto.
5877
5878         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5879         as nil.
5880         (wl-folder-mark-as-read-all-entity): Ditto.
5881         (wl-folder-prefetch-entity): Ditto.
5882
5883         * wl.el (wl): Check environment before wl-init.
5884
5885         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5886         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5887         instead of wl-summary-collect-unread.
5888         (wl-summary-reply): Split message window.
5889
5890 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5891
5892         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5893         only if current language environment is japanese,
5894
5895         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5896         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5897         (wl-folder-goto-folder-subr): Ditto.
5898
5899         * wl-draft.el (wl-draft-dispatch-message): Call
5900         `elmo-file-cache-get-path'.
5901
5902 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-summary.el (wl-summary-cursor-move): If return value of
5905         wl-summary-next-message is not number, don't jump.
5906
5907 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-summary.el (wl-summary-buffer-next-message-function): New
5910         variable.
5911         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5912         if it is bound.
5913
5914         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5915         string.
5916
5917         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5918         (wl-plugged-drawing): Ditto.
5919
5920 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5923         process.
5924         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5925         with unwind-protect.
5926
5927         * wl.el (wl-init): Require mime-setup.
5928         (wl-check-environment): Don't require mime-setup.
5929
5930         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5931         instead of elmo-folder-type.
5932
5933         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5934         value as nil.
5935
5936 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * Version number is increased to 2.7.0.
5939
5940         * wl-version.el (wl-version): Changed codename.
5941
5942         * wl-summary.el (wl-summary-delete-cache): Fixed.
5943
5944         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5945         Workaround for net folders.
5946         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5947
5948         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5949         value to nil (According to the patch from
5950         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5951
5952         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5953         of elmo-folder-close.
5954
5955 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5956
5957         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5958         for postfix.
5959
5960 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5961
5962         * wl-summary.el (wl-summary-resend-message): Fixed.
5963
5964         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5965         Call wl-draft with `from' argument if its address is included in
5966         `wl-user-mail-address-list'.
5967         (wl-draft): Added `from' argument.
5968
5969         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5970         non-nil.
5971         (wl): Don't show demo if wl-demo is nil.
5972
5973         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5974         wl-summary-use-frame.
5975
5976         * wl-vars.el (wl-summary-use-frame): New user option.
5977         (wl-folder-use-frame): Changed docstring.
5978
5979         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5980         non-nil.
5981         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5982         wl-summary-use-frame.
5983
5984         * wl-vars.el (wl-folder-use-frame): New user option.
5985
5986         * wl-summary.el (wl-summary-exit): Back to folder frame if
5987         wl-folder-use-frame is non-nil.
5988         (wl-summary-redisplay-internal): Ignore cache if current folder
5989         is draft folder,
5990         (wl-summary-redisplay-no-mime): Ditto.
5991         (wl-summary-redisplay-all-header): Ditto.
5992
5993         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5994         if wl-folder-use-frame is non-nil.
5995
5996 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5997
5998         * wl-summary.el (wl-summary-sync-update): Bind
5999         elmo-folder-update-threshold.
6000         (wl-summary-mark-as-important): Enclosed server mark processing
6001         with `save-match-data'.
6002
6003         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6004         only when it is already defined.
6005
6006 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6007
6008         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6009         name of folder exclude localdir is wrong.
6010         * wl-folder.el (wl-folder-sync-entity):
6011         Set `wl-summary-always-sticky-folder-list' as nil.
6012         (wl-folder-mark-as-read-all-entity): Ditto.
6013         (wl-folder-prefetch-entity): Ditto.
6014
6015 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6016
6017         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6018         instead of `wl-summary-write-current-newsgroup'.
6019
6020 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6021
6022         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6023         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6024         non-nil and selected message is important, do not display.
6025
6026 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6027
6028         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6029
6030 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6031
6032         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6033
6034         * wl-summary.el (wl-summary-mark-as-important): Set message number
6035         using wl-summary-message-number.
6036
6037 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6038
6039         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6040         destination folder is 'null.
6041
6042 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6043
6044         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6045         New function.
6046         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6047         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6048         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6049
6050 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6051
6052         * wl-mime.el (wl-mime-setup): Added setting for
6053         `mime-setup-signature-key-alist' to avoid overriding key bind for
6054         `wl-draft-send'.
6055
6056         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6057         for `wl-draft-send'.
6058         * wl-mule.el (wl-draft-overload-functions): Ditto.
6059         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6060         * wl-draft.el (wl-draft-send): Ditto.
6061
6062         * wl-message.el (wl-message-display-internal):
6063         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6064         (Patch is provided by <kita@coe.nttdata.co.jp>).
6065
6066 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6067
6068         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6069
6070 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6071
6072         * wl.el (wl): Fix for wl-demo.
6073
6074 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6075
6076         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6077
6078 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6079
6080         * wl-folder.el (wl-folder-prefetch-entity): Use
6081         `wl-folder-get-elmo-folder'.
6082         (wl-folder-count-incorporates): Do not use
6083         `wl-folder-get-elmo-folder'.
6084
6085 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6086
6087         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6088         instead of `elmo-folder-get-type'.
6089
6090 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6091
6092         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6093         position on Subject: field.
6094         (Advised by Mito <mit@nines.nec.co.jp>)
6095
6096 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6097
6098         * wl-folder.el (wl-folder-prefetch-entity): Use
6099         `wl-folder-get-elmo-folder'.
6100
6101 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6104
6105         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6106         `process-duplicates' slot.
6107
6108         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6109         if detection failed.
6110
6111 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6112
6113         * wl-version.el (wl-version-status): Set to "alpha".
6114
6115 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6116
6117         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6118         Check wl-message-buffer lives before set-buffer.
6119
6120 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6121
6122         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6123         called in folder mode.
6124         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6125         * wl-summary.el (wl-summary-exit-pre-hook): Run
6126         `wl-summary-exit-pre-hook' before exit summary mode.
6127
6128 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6129
6130         * wl-version.el (wl-version-status): New variable.
6131         (wl-version-status-alist): Removed.
6132         (wl-version-status): Rule included.
6133
6134 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6135
6136         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6137         @sponichi.
6138
6139         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6140         when `mail-reply-buffer' is buffer-local variable.
6141         (Reported by <kita@coe.nttdata.co.jp>).
6142
6143 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6144
6145         * wl-vars.el (toplevel): Require 'elmo-util.
6146
6147 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6148
6149         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6150         (All other related portions are changed)
6151
6152         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6153
6154         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6155
6156 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6157
6158         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6159
6160 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6161
6162         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6163         Delete other windows to avoid an error.
6164         Use `point-marker' instead of `point' to remember the start point
6165         of body.
6166
6167         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6168
6169         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6170         number not to exceed all message number.
6171
6172 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6173
6174         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6175         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6176
6177 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6178
6179         * wl-summary.el (wl-summary-sync-force-update): Added argument
6180         no-check.
6181         (wl-summary-sync-update): Ditto.
6182         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6183         with `no-check'.
6184
6185         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6186         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6187         already running.
6188
6189 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6190
6191         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6192         `dst-folder-arg'.
6193         (wl-expire-archive-number1): Diito.
6194         (wl-expire-archive-number2): Diito.
6195         (wl-expire-archive-Date): Diito.
6196         (wl-archive-number1): Diito.
6197         (wl-archive-number2): Diito.
6198         (wl-archive-date): Diito.
6199         (wl-archive-folder-p): New function.
6200         (wl-summary-expire): Support of expand folder name at
6201         wl-expire-alist.
6202         * wl-util.el (wl-expand-newtext): Renamed from
6203         `wl-refile-expand-newtext'.
6204
6205 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6206
6207         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6208         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6209         `(elmo-msgdb-get-overview msgdb)'.
6210         (wl-summary-prefetch): Bind match data before call
6211         `wl-summay-prefetch-msg'.
6212         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6213         'off if `wl-summary-buffer-disp-msg' is non-nil.
6214         Fixed problem that couldn't show only one new or unread message when
6215         enter folder.
6216         (wl-summary-reply): Don't call `split-window-vertically' and other
6217         window.
6218
6219 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6220
6221         * wl-expire.el (wl-expire-refile): Fixed.
6222
6223 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6224
6225         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6226
6227         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6228         biff notification is removed.
6229
6230         * wl.el (wl): Changed position of `elmo-init'.
6231
6232         * wl-draft.el (wl-default-draft-cite): Use date field
6233         on the citation buffer.
6234
6235         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6236
6237         * wl-xmas.el (wl-folder-internal-icon-list): Added
6238         `wl-folder-shimbun-image'.
6239
6240         * wl-e21.el (wl-folder-internal-icon-list): Added
6241         `wl-folder-shimbun-image'.
6242
6243 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6244
6245         * wl.el (wl-init): Eliminated argument.
6246         (wl): Rewrite.
6247
6248         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6249         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6250         instead of `elmo-folder-msgdb-internal'.
6251         (wl-summary-sync-update): Ditto.
6252         (wl-summary-flush-pending-append-operations): Eliminated.
6253         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6254         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6255         `elmo-folder-open'.
6256
6257         * wl-mime.el (wl-summary-burst): Fixed.
6258
6259         * wl-folder.el (wl-folder-info-save): Check data type.
6260
6261         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6262         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6263         instead of `elmo-folder-msgdb-internal'.
6264         (wl-expire-hide): Ditto.
6265
6266
6267         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6268
6269 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6270
6271         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6272
6273 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6274
6275         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6276
6277 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6278
6279         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6280         Fixed `match-beginning' argument mismatch.
6281
6282 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6283
6284         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6285         the default value.
6286
6287 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6288
6289         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6290         instead of `elmo-nntp-default-port'.
6291
6292         * wl-vars.el: Fixed some doc strings.
6293
6294 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6295
6296         * wl-summary.el (wl-summary-prefetch-msg): Use
6297         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6298
6299         * wl-vars.el: Define *-func as obsolete variable using
6300         `elmo-define-obsolete-variable'.
6301
6302         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6303         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6304         instead of `wl-message-buffer-prefetch-threshold'.
6305
6306         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6307
6308         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6309
6310         * wl-draft.el (wl-caesar-region-func): Ditto.
6311
6312         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6313         Keep unread status in elmo-folder-move-messages.
6314         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6315
6316 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6317
6318         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6319         `wl-summary-buffer-exit-func'
6320         (wl-summary-buffer-message-redisplay-function): Renamed from
6321         `wl-summary-buffer-message-redisplay-func'
6322         (wl-summary-buffer-next-folder-function): Renamed from
6323         `wl-summary-buffer-next-folder-func'.
6324         (wl-summary-buffer-prev-folder-function): Renamed from
6325         `wl-summary-buffer-prev-folder-func'.
6326         (wl-summary-get-petname-function): Renamed from
6327         `wl-summary-get-petname-func'.
6328
6329         * wl-score.el (wl-score-edit-exit-function): Renamed from
6330         `wl-score-edit-exit-func'.
6331
6332         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6333         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6334
6335         * wl-util.el (wl-load-profile-function): Renamed from
6336         `wl-load-profile-func'.
6337
6338         * wl-folder.el (wl-folder-completion-function): Renamed from
6339         `wl-folder-completion-func'.
6340         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6341
6342         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6343         `wl-expire-archive-get-folder-func'.
6344         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6345         (wl-draft-send-mail-function): Renamed from
6346         `wl-draft-send-mail-func'.
6347         (wl-draft-send-news-function): Renamed from
6348         `wl-draft-send-news-func'.
6349         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6350         (wl-generate-mailer-string-function): Renamed from
6351         `wl-generate-mailer-string-func'.
6352         (wl-highlight-signature-search-function): Renamed from
6353         `wl-highlight-signature-search-func'.
6354         (wl-highlight-x-face-function): Renamed from
6355         `wl-highlight-x-face-func'
6356         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6357         (wl-ps-print-buffer-function): Renamed from
6358         `wl-ps-print-buffer-func'
6359         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6360         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6361         (wl-summary-subject-filter-function): Renamed from
6362         `wl-summary-subject-filter-func'.
6363
6364         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6365         `wl-draft-queue-flush-send-func'
6366         (wl-draft-cite-function): Renamed from
6367         `wl-draft-cite-func'
6368
6369         * wl-address.el (wl-address-init-function): Renamed from
6370         `wl-address-init-func'.
6371
6372 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * wl-draft.el (wl-draft-queue-flush): Don't call
6375         `elmo-dop-unlock-message'.
6376         * wl-draft.el (wl-draft-queue-append): Don't call
6377         `elmo-dop-lock-message'.
6378
6379         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6380         (wl-summary-buffer-folder-name): Ditto.
6381         (wl-summary-message-regexp): Added '-' (all other related portions
6382         are changed).
6383         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6384         wl-summary-buffer-folder-name.
6385
6386 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6387
6388         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6389         the number of mails in the folder buffer is not updated by wl-biff.
6390
6391 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6392
6393         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6394         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6395
6396 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6397
6398         * wl-summary.el (wl-summary-next-message):
6399         Return next message number when wl-summary-move-order is nil.
6400
6401 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6402
6403         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6404         `wl-summary-move-spec-alist'.
6405         (wl-summary-move-spec-unplugged-alist): New variable
6406         (Move spec for unplugged status).
6407         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6408         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6409
6410 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6411
6412         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6413         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6414
6415 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6416
6417         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6418         simple quotation to quote the anonymous function.
6419         * tm-wl.el (wl-draft-preview-message): Ditto.
6420
6421 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6422
6423         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6424         Eliminate redundant `save-excursion'.
6425         (wl-highlight-summary-current-line): Ditto.
6426
6427         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6428         accessing match data when `looking-at' failed.
6429
6430         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6431         `elmo-match-string' where users don't care about the speed.
6432         (wl-draft-save): Ditto.
6433
6434 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6435
6436         * wl-util.el (wl-regexp-opt): New function.
6437
6438         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6439         number from `wl-summary-buffer-number-list'.
6440         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6441         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6442         (wl-summary-move-spec-alist): Changed default setting.
6443
6444 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6445
6446         * wl-vars.el (wl-biff-notify-hook): New hook.
6447         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6448         the arrival of new mail.
6449         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6450         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6451
6452 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6455
6456 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6457
6458         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6459
6460         * Version number is increased to 2.5.8.
6461
6462         * wl-thread.el (toplevel): require 'cl.
6463         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6464         (wl-thread-make-number-list): New function.
6465         (wl-thread-entity-make-number-list-from-children): Ditto.
6466         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6467         (wl-thread-entity-insert-as-children): Likewise.
6468         (wl-thread-delete-message): Likewise.
6469         (wl-meaning-of-mark): Eliminated.
6470         (wl-thread-next-failure-mark-p): Ditto.
6471         (wl-thread-entity-get-mark): Ditto.
6472         (wl-thread-meaning-alist-get-result): Ditto.
6473         (wl-thread-entity-check-prev-mark): Ditto.
6474         (wl-thread-entity-check-next-mark): Ditto.
6475         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6476         (wl-thread-entity-get-prev-marked-entity): Ditto.
6477         (wl-thread-get-prev-unread): Ditto.
6478         (wl-thread-jump-to-prev-unread): Ditto.
6479         (wl-thread-get-next-unread): Ditto.
6480         (wl-thread-jump-to-next-unread): Ditto.
6481         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6482         (wl-thread-entity-get-next-marked-entity): Ditto.
6483
6484         * wl-summary.el (wl-summary-buffer-number-list):
6485         New bufer-local variable.
6486         (wl-summary-switch-to-clone-buffer): Clone
6487         `wl-summary-buffer-number-list'.
6488         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6489         (wl-summary-cursor-move-regex): Eliminated.
6490         (wl-summary-cursor-up): Rewrite.
6491         (wl-summary-cursor-down): Ditto.
6492         (wl-summary-mode-spec-alist): New variable.
6493         (wl-summary-next-message): New inline function.
6494         (wl-summary-cursor-move): New function.
6495         (wl-summary-default-get-next-msg): Rewrite.
6496         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6497         (wl-summary-rescan): Ditto.
6498         (wl-summary-sync-all-init): Ditto.
6499         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6500         summary is not thread view.
6501         (wl-summary-sync-update): Ditto.
6502         (wl-summary-rescan): Ditto.
6503         (wl-summary-make-number-list): New function.
6504
6505         * wl-draft.el: "FCC" -> "Fcc".
6506
6507 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6508
6509         * wl-highlight.el (wl-highlight-summary-window):
6510         Call `set-buffer-modified-p'.
6511
6512         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6513         (wl): Call `elmo-init' and fix.
6514
6515         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6516         Use new variables.
6517
6518         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6519
6520 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6521
6522         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6523
6524 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6525
6526         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6527
6528 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6529
6530         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6531         `wl-use-toolbar' nor `display-graphic-p'.
6532         (wl-e21-setup-message-toolbar): Ditto.
6533         (wl-e21-setup-summary-toolbar): Ditto.
6534         (wl-e21-setup-folder-toolbar): Ditto.
6535
6536         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6537         (wl-plugged-init-icons): Ditto.
6538
6539         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6540         `display-graphic-p'.
6541         (wl-plugged-set-folder-icon): Ditto.
6542         (wl-highlight-plugged-current-line): Ditto.
6543         (wl-highlight-folder-current-line): Ditto.
6544         (wl-e21-highlight-folder-group-line): Ditto.
6545         (wl-e21-setup-toolbar): Ditto.
6546         (wl-e21-display-image-p): New macro.
6547
6548         * wl-demo.el (wl-demo): Simplified.
6549         (wl-demo-image-type-alist): Use `image-type-available-p' for
6550         checking whether the image type `xbm' is available.
6551
6552 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6553
6554         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6555         (wl-summary-input-range): Ditto.
6556
6557 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * wl-summary.el (wl-summary-edit-addresses): Use
6560         `wl-summary-get-original-buffer'
6561         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6562         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6563         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6564         (wl-summary-get-newsgroups): Eliminated.
6565         (wl-summary-set-crosspost): Ditto.
6566         (wl-summary-is-crosspost-folder): Ditto.
6567         (wl-crosspost-alist-load): Ditto.
6568         (wl-crosspost-alist-save): Ditto.
6569
6570         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6571         `elmo-setup-subscribed-newsgroups' instead of
6572         `elmo-nntp-make-groups-hashtb'.
6573         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6574         instead of `wl-crosspost-alist-save'.
6575
6576         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6577         of `elmo-folder-message-appendable-p'.
6578         (wl-mime-header-presentation-method): Eliminated.
6579
6580         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6581         (Error occurs in emacs21).
6582
6583         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6584         the current buffer).
6585
6586         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6587         instead of `wl-crosspost-alist-save'.
6588         (wl-init): `elmo-crosspost-message-alist-load'
6589         instead of `wl-crosspost-alist-load'
6590
6591         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6592         (wl-parse-newsgroups): Likewise.
6593         (wl-biff-notify): Run `wl-biff-notify-hook'.
6594
6595 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6596
6597         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6598
6599         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6600         when `wl-summary-lazy-highlight' is non-nil.
6601         (wl-summary-goto-folder-subr): Highlight only when
6602         `wl-summary-lazy-highlight' is non-nil.
6603
6604         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6605         Don't display progress and highlight temp-mark when
6606         `wl-summary-lazy-highlight' is non-nil.
6607         (wl-highlight-summary-window): New function.
6608         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6609
6610 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6611
6612         * wl-summary.el (wl-summary-sync): Change `all-visible'
6613         from `all-shown'
6614         (wl-summary-input-range): Ditto.
6615
6616 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6617
6618         * wl-e21.el (wl-highlight-folder-current-line): Call
6619         `wl-folder-init-icons' when folder icons have not been initialized.
6620
6621         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6622
6623         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6624         (wl-demo-image-type-alist): New macro.
6625
6626 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6627
6628         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6629         display does not support graphics.
6630         (wl-plugged-init-icons): Ditto.
6631         (wl-folder-init-icons): Ditto.
6632
6633         * wl-demo.el (wl-demo): Chech closely whether the display
6634         supports graphics.
6635
6636 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6637
6638         * wl-summary.el (wl-summary-get-original-buffer): New function.
6639         (wl-summary-set-crosspost): Use it.
6640         (wl-summary-target-mark-uudecode): Ditto.
6641         (wl-summary-reedit): Ditto.
6642         (wl-summary-resend-bounced-mail): Ditto.
6643         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6644         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6645
6646         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6647         (wl-message-display-internal): Ditto.
6648
6649 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6652
6653 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6654
6655         * wl-summary.el (wl-summary-save-view): Renamed from
6656         `wl-summary-save-status'.
6657
6658 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6659
6660         * wl-summary.el (wl-summary-sync): Added `all-shown'
6661
6662 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6663
6664         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6665
6666 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6667
6668         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6669
6670 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6671
6672         * wl-highlight.el (wl-highlight-summary-line-string): Use
6673         `zerop' instead of `= 0'.
6674         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6675
6676         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6677         for comparing numbers.
6678         (wl-template-prev): Use `zerop' instead of `eq 0'.
6679
6680         * wl-draft.el (wl-draft-insert-current-message): Use
6681         `with-current-buffer' instead of `save-excursion'.
6682         Use `zerop' instead of `eq 0'.
6683
6684 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6685
6686         * wl-draft.el (wl-draft-insert-ccs): New function.
6687         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6688         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6689
6690 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6691
6692         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6693
6694 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6695
6696         * wl-expire.el (wl-expire-refile): Don't call
6697         elmo-msgdb-add-msgs-to-seen-list;
6698         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6699         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6700
6701 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6702
6703         * wl-message.el (wl-message-prev-page): Ignore errors while
6704         scroll-down.
6705
6706 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6707
6708         * wl-mime.el: Use elmo-original-message-mode instead of
6709         mmelmo-original-mode.
6710
6711         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6712         `elmo-folder-get-spec';
6713         (wl-fldmgr-add-completion-all-completions):
6714         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6715
6716         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6717         of `elmo-folder-get-type'.
6718
6719         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6720         `elmo-folder-get-spec';
6721         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6722         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6723         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6724         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6725         `elmo-read-msg-no-cache';
6726         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6727         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6728         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6729         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6730         `elmo-cache-save';
6731         (wl-draft-reedit): Use `elmo-message-file-name'.
6732
6733         * wl-expire.el: Use `elmo-folder-name-internal';
6734         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6735         Use macro `wl-summary-buffer-msgdb' instead of variable
6736         `wl-summary-buffer-msgdb';
6737         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6738         Use macro `wl-summary-buffer-folder-name' instead of variable
6739         `wl-summary-buffer-folder-name'.
6740         * wl-score.el: Likewise.
6741
6742         * wl-message.el: Rewrite for new message buffer cache mechanism.
6743         (wl-message-buffer-cache-buffer-get): New macro.
6744         (wl-message-buffer-cache-folder-get): Ditto.
6745         (wl-message-buffer-cache-message-get): Ditto.
6746         (wl-message-buffer-cache-entry-make): Ditto.
6747         (wl-message-buffer-cache-hit): Ditto.
6748         (wl-message-buffer-cache-sort): New function.
6749         (wl-message-buffer-cache-add): Ditto.
6750         (wl-message-buffer-cache-delete): Ditto.
6751         (wl-message-buffer-cache-clean-up): Ditto.
6752         (wl-message-buffer-window): Rewrite.
6753         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6754         (wl-message-buffer-display): New function.
6755         (wl-message-display-internal): New function.
6756
6757 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6758
6759         * wl-folder.el: Use `elmo-folder-name-internal';
6760         Use `wl-folder-get-elmo-folder';
6761         Use `elmo-folder-list-messages' instead of
6762         `elmo-list-folder';
6763         Use `elmo-folder-get-primitive-list' instead of
6764         `elmo-folder-get-primitive-spec-list';
6765         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6766         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6767         Use `elmo-folder-create' instead of `elmo-create-folder'.
6768         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6769         (wl-folder-get-elmo-folder): New macro.
6770         (wl-folder-elmo-folder-cache-get): Ditto.
6771         (wl-folder-elmo-folder-cache-put): Ditto.
6772         (wl-folder-suspend): Call `elmo-quit'.
6773
6774         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6775         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6776         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6777         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6778         (toplevel): require 'cl.
6779         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6780
6781         * wl-summary.el: Rewrite to use new elmo interface.
6782
6783 \f
6784 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6785
6786         * wl-mime.el (wl-draft-preview-message):
6787         Run `wl-draft-send-hook' before collecting recipients information;
6788         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6789
6790         * tm-wl.el (wl-draft-preview-message): Ditto.
6791
6792 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6793
6794         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6795         wrong recipients are displayed when forwarded message.
6796
6797 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6798
6799         * Version number is increased to 2.5.7.
6800
6801 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6802
6803         * wl-message.el (wl-message-next-page): Bind
6804         `window-pixel-scroll-increment' to nil while scrolling up.
6805
6806 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6807
6808         * wl-vars.el (wl-save-hook): New hook.
6809         * wl.el (wl-save): Call `wl-save-hook'.
6810
6811 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6812
6813         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6814         Argument WITH-ARG instead of NO-ARG (negative mean).
6815         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6816         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6817         * wl-message.el (wl-message-follow-current-entity): Likewise.
6818
6819 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6820
6821         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6822         FROM was optional argument.
6823         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6824
6825 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6826
6827         * Version number is increased to 2.5.6.
6828
6829 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6830
6831         * wl-version.el (wl-version-show): Removed.
6832         (wl-version): Add `interactive'.
6833
6834 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6835
6836         * wl-summary.el (wl-summary-get-petname-func): New variable.
6837         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6838         instead of `wl-address-get-petname-1'.
6839         (wl-summary-simple-from): Ditto.
6840
6841         * wl-address.el (wl-address-get-petname-1): Define as function.
6842
6843 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6844
6845         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6846         field in the original message.
6847         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6848
6849 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6850
6851         * wl-expire.el (wl-expire-hide):
6852         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6853
6854 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6855
6856         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6857         find decoder for To, Cc, and Subject.
6858
6859 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6860
6861         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6862         for checking `elmo-use-buffer-cache'.
6863         (wl-summary-mark-as-important): Fixed typo in comment.
6864
6865 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6868         field in the original message.
6869         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6870
6871 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6872
6873         * wl-expire.el (wl-expire-hide):
6874         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6875
6876 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6877
6878         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6879         find decoder for To, Cc, and Subject.
6880
6881 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6882
6883         * Version number is increased to 2.5.5.
6884
6885         * wl-address.el (wl-address-specials-regexp): New constant.
6886         (wl-address-quote-specials): Use it.
6887
6888 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6889
6890         * wl-summary.el (wl-summary-rescan):
6891         Call `wl-summary-buffer-number-column-detect'.
6892         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6893
6894         * wl-message.el (wl-message-mode-map): Define.
6895         (wl-message-decode): Use it as local-map.
6896
6897 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6898
6899         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6900         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6901
6902 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6905
6906         * wl-mule.el (wl-read-event-char): Ditto.
6907
6908         * wl-e21.el (wl-read-event-char): Ditto.
6909
6910         * wl-nemacs.el (wl-read-event-char): Ditto.
6911         (read-event): Removed.
6912
6913         * wl-util.el (toplevel): Removed dummy definition of
6914         `read-event'.
6915         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6916
6917 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6918
6919         * wl-nemacs.el (elmo-archive-call-process): Moved to
6920         elmo-archive.el.
6921
6922 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6923
6924         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6925         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6926
6927         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6928         instead of magic-number 6.  Use `not' instead of `null' for symbol
6929         `nil' check (not empty list).
6930         (wl-draft-insert-x-face-field): Fixed paren style.
6931
6932         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6933         one-branch conditional statement, instead of `and' and `if'.
6934         (wl-draft-forward): Likewise.
6935         (wl-draft-add-references): Likewise.
6936         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6937
6938         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6939         conditional steatment.  Use `cond' instead of `if'.
6940         (wl-draft-confirm): Likewise.
6941
6942 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6943
6944         * wl-version.el (wl-version-show): Use `product-string-1'
6945         instead of `wl-version'.
6946         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6947
6948         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6949
6950 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6951
6952         * wl-highlight.el (wl-highlight-headers): Revert
6953         `wl-highlight-x-face-func' argument (`beg' and `end').
6954
6955 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6956
6957         * wl.el (toplevel): Move `product-provide' declare.
6958         * wl-demo.el (toplevel): Ditto.
6959         * wl-dnd.el (toplevel): Ditto.
6960         * wl-highlight.el (toplevel): Ditto.
6961         * wl-message.el (toplevel): Ditto.
6962         * wl-refile.el (toplevel): Ditto.
6963         * wl-util.el (toplevel): Ditto.
6964
6965 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6968         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6969         (wl-thread-close-all): keep cursor position.
6970
6971 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6972
6973         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6974         (eq x 0).
6975         (wl-generate-user-agent-string-1): Fix conditional statement.
6976
6977 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6978
6979         * wl.el (wl-check-environment): Additional check for
6980         'wl-local-domain' and `wl-message-id-domain'.
6981
6982 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6983
6984         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6985
6986 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6987
6988         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6989         instead of `smtp-sasl-user-realm'.
6990
6991 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6992
6993         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6994
6995 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6996
6997         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6998         to the default value as well as `eword-lexical-analyzer'.
6999
7000 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7001
7002         * wl-version.el (wl-extended-emacs-version,
7003         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7004         `elmo-match-string' instead of `wl-match-string'.
7005
7006 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7007
7008         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7009         docstring.
7010
7011 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7012
7013         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7014
7015 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7016
7017         * wl-highlight.el (wl-highlight-headers): Remove
7018         `wl-highlight-x-face-func' argument (`beg' and `end').
7019
7020 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7021
7022         * wl-summary.el (wl-summary-mark-as-important):
7023         Remove cache if folder is local.
7024
7025 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7026
7027         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7028         to get existing e-mail address string.
7029
7030 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7031
7032         * wl-version.el (wl-generate-user-agent-string): Commentary.
7033         (wl-generate-user-agent-string-1): Use `when' for
7034         one-branch conditional statement, instead of `and' and `if'.
7035         (wl-extended-emacs-version, wl-extended-emacs-version2,
7036         wl-extended-emacs-version3): Ditto.
7037
7038 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7039
7040         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7041         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7042         condition-case; Remove initialization.
7043         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7044         (wl-summary-sync-update3): Added argument `sync-all';
7045         Eliminated local variable `msgdb';
7046         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7047         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7048         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7049
7050 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7051
7052         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7053         connection before call `wl-draft-send-mail-with-smtp'.
7054
7055 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7056
7057         * Version number is increased to 2.5.4.
7058
7059 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7060
7061         * wl.el (wl-check-environment): Additional check for
7062         'wl-local-domain' and `wl-message-id-domain'.
7063
7064 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7065
7066         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7067         buffer as command specific.
7068         (wl-folder-mark-as-read-all-entity): Ditto.
7069         (wl-folder-prefetch-entity): Ditto.
7070         (wl-folder-drop-unsync-entity): Ditto.
7071
7072         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7073         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7074         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7075
7076         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7077         save-excursion.
7078
7079 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7080
7081         * Version number is increased to 2.5.3.
7082
7083         * wl-summary.el (wl-summary-save-view-cache):
7084         Delete duplicated `write-region';
7085         Use `write-region-as-binary' instead of `as-binary-output-file' and
7086         `write-region'.
7087
7088 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7089
7090         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7091
7092 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7093
7094         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7095         instead of `smtp-via-smtp'.
7096
7097 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7098
7099         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7100
7101 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7102
7103         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7104         instead of `smtp-sasl-user-realm'.
7105
7106 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7107
7108         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7109
7110 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7111
7112         * Version number is increased to 2.5.2.
7113
7114 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7115
7116         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7117         does not exist.
7118         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7119         (wl-biff-start): Call `timer-activate' if timer already exists.
7120
7121         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7122         only when it is bound as function.
7123
7124 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7125
7126         * Version number is increased to 2.5.1.
7127
7128 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7129
7130         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7131         Print refile/copy destination.
7132
7133 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7136         queue-flush-only is non-nil.
7137
7138         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7139
7140         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7141         checking cache folder.
7142
7143 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7144
7145         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7146         `regexp-quote'.
7147
7148 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7149
7150         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7151         function.
7152         * wl-summary.el (wl-summary-write-current-folder-functions):
7153         Change default value.  Use it.
7154
7155 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7156
7157         * Version number is increased to 2.5.0.
7158
7159         * wl-version.el (wl-version): Changed codename.
7160
7161 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7162
7163         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7164         (wl-summary-supersedes-message): Ditto.
7165
7166 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7167
7168         * wl-refile.el (wl-refile-guess-functions): Renamed from
7169         `wl-refile-guess-func-list'.
7170
7171 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7174         Fixed problem when no rule was matched.
7175
7176 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7177
7178         * wl-summary.el (wl-summary-get-mark): Fixed
7179         `wl-summary-buffer-target-mark' check logic.
7180
7181 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7182
7183         * wl-folder.el (wl-folder-write-current-folder): Added group
7184         folder check.
7185
7186         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7187         `wl-summary-write-current-newsgroup'.
7188         (wl-summary-write-current-folder-functions): New variable.
7189         * wl-folder.el (wl-folder-get-newsgroups): New function.
7190         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7191         (wl-folder-write-current-folder): Renamed from
7192         `wl-folder-write-current-newsgroup'.
7193
7194 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7195
7196         * Version number is increased to 2.3.93.
7197
7198 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7199
7200         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7201         (wl-ldap-make-matched-value-list): Ditto.
7202         (wl-ldap-alias-safe-string): Split e-mail address.
7203
7204         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7205         petname folder default was selected.
7206         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7207         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7208
7209 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7212         to `wl-draft-config-exec'.
7213
7214         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7215         instead of calling `wl-draft-config-exec';
7216         Process group-list and show recipients in minibuffer.
7217
7218         * tm-wl.el (wl-draft-preview-message): Ditto.
7219
7220 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7221
7222         * wl.el (toplevel): Added (C) to copyright notice, and
7223         sync Author header.
7224         * tm-wl.el (toplevel): Ditto.
7225         * wl-address.el (toplevel): Ditto.
7226         * wl-demo.el (toplevel): Ditto.
7227         * wl-dnd.el (toplevel): Ditto.
7228         * wl-draft.el (toplevel): Ditto.
7229         * wl-e21.el (toplevel): Ditto.
7230         * wl-expire.el (toplevel): Ditto.
7231         * wl-folder.el (toplevel): Ditto.
7232         * wl-highlight.el (toplevel): Ditto.
7233         * wl-message.el (toplevel): Ditto.
7234         * wl-mime.el (toplevel): Ditto.
7235         * wl-mule.el (toplevel): Ditto.
7236         * wl-nemacs.el (toplevel): Ditto.
7237         * wl-refile.el (toplevel): Ditto.
7238         * wl-score.el (toplevel): Ditto.
7239         * wl-summary.el (toplevel): Ditto.
7240         * wl-template.el (toplevel): Ditto.
7241         * wl-thread.el (toplevel): Ditto.
7242         * wl-util.el (toplevel): Ditto.
7243         * wl-vars.el (toplevel): Ditto.
7244         * wl-xmas.el (toplevel): Ditto.
7245
7246 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7247
7248         * wl.el (wl-init): Added comment about `wl-init-hook'.
7249         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7250         * wl-vars.el (wl-init-hook): Added docs.
7251         (wl-make-plugged-hook): Removed useless docs.
7252         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7253         * wl-xmas.el (toplevel): Ditto.
7254
7255 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7256
7257         * wl-address.el (toplevel): Fixed multiple Author header format.
7258         * wl-demo.el (toplevel): Ditto.
7259         * wl-draft.el (toplevel): Ditto.
7260         * wl-folder.el (toplevel): Ditto.
7261         * wl-summary.el (toplevel): Ditto.
7262         * wl-thread.el (toplevel): Ditto.
7263         * wl-util.el (toplevel): Ditto.
7264         * wl-vars.el (toplevel): Ditto.
7265         * wl-version.el (toplevel): Ditto.
7266         * wl-xmas.el (toplevel): Ditto.
7267         * wl.el (toplevel): Ditto.
7268
7269         * wl-version.el (toplevel): Added require `elmo-version' for
7270         `product-version-as-string'.
7271
7272 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7273
7274         * wl-vars.el (wl-draft-send-hook): Changed default value to
7275         '(wl-draft-config-exec).
7276
7277         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7278         explicitly.
7279         (wl-draft): Set `wl-draft-config-exec-flag' before running
7280         `wl-mail-setup-hook'.
7281
7282         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7283         `wl-biff-init-icons' to `wl-init-hook' instead of
7284         `wl-make-plugged-hook'.
7285         (Because if `wl-draft' command is invoked at first,
7286         they are not initialized)
7287         Updated copyright notice.
7288
7289         * wl-e21.el (toplevel): Ditto;
7290
7291         * wl-demo.el (toplevel): Updated copyright notice.
7292         * wl-address.el (toplevel): Ditto.
7293         * wl-draft.el (toplevel): Ditto.
7294         * wl-version.el (toplevel): Ditto.
7295         * wl-folder.el (toplevel): Ditto.
7296         * wl-summary.el (toplevel): Ditto.
7297         * wl-thread.el (toplevel): Ditto.
7298         * wl-util.el (toplevel): Ditto.
7299         * wl-vars.el (toplevel): Ditto.
7300         * wl.el (toplevel): Ditto.
7301
7302 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl-highlight.el (wl-highlight-message): Fixed problem of
7305         highlighting failure which occured when the last field contains
7306         multiple lines in the draft buffer.
7307
7308         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7309         `wl-biff-start' if plugged.
7310
7311         * wl-util.el (wl-biff-check-folder): New function.
7312         (wl-biff-check-folders): Don't set session name prefix.
7313         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7314         (wl-biff-check-folder-async): Ditto.
7315
7316         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7317         in email address.
7318
7319 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7320
7321         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7322
7323         * wl-draft.el (wl-draft-strip-subject-re): New function.
7324
7325         * wl-draft.el (wl-draft-reply): Use it.
7326
7327 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7328
7329         * wl-message.el (wl-mmelmo-message-redisplay): Use
7330         `mime-display-message' instead of `wl-mime-display-message'.
7331
7332         * wl-mime.el (toplevel): Removed compatibility workaround
7333         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7334         (wl-mime-display-message): Abolished.
7335         (wl-mime-entity-read-field): Ditto.
7336         (wl-mime-combine-message/partial-pieces): Use
7337         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7338
7339 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7340
7341         * wl-template.el: Doc fixes.
7342
7343 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7344
7345         * wl-e21.el (wl-message-overload-functions): Do nothing if
7346         `current-local-map' is not available.
7347         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7348
7349 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7350
7351         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7352         representation.
7353
7354         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7355         number.
7356         (wl-fldmgr-save-folders): Don't use `format' when insert
7357         `wl-fldmgr-folders-header'.
7358
7359 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7360
7361         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7362
7363 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * wl-highlight.el (wl-highlight-message):
7366         Use `std11-field-end' to detect end point of the header field.
7367         Refer `wl-highlight-max-header-size'.
7368
7369         * wl-vars.el (wl-highlight-max-header-size): New variable.
7370
7371         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7372
7373         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7374         Set `for-draft' argument of wl-highlight-headers.
7375         (wl-draft): Ditto.
7376         (wl-draft-reedit): Ditto.
7377         (wl-user-agent-compose-internal): Ditto.
7378
7379 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7380
7381         * wl-message.el (wl-message-add-button): Use overlay.
7382
7383 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7384
7385         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7386
7387         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7388         problem when group-list content is nothing.
7389         (Reported by Mito <mit@nines.nec.co.jp>)
7390
7391 2000-10-18  SAITO Atsunori <sai@yedo.com>
7392
7393         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7394
7395 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7396
7397         * tm-wl.el (toplevel): Use product-provide.
7398
7399 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7400
7401         * Version number is increased to 2.3.92.
7402
7403 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7404
7405         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7406         title text, use `display' property for left margin under Emacs 21.
7407
7408         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7409         properties.
7410         (wl-plugged-init-icons): Ditto.
7411
7412 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7413
7414         * wl.el (wl-save-status, wl-init): Remove last period in
7415         "...done." message.
7416         * tm-wl.el (wl-summary-burst): Ditto.
7417         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7418         wl-summary-resume-cache-status,
7419         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7420         wl-summary-sync-update3, wl-summary-highlight-msgs,
7421         wl-summary-flush-pending-append-operations,
7422         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7423         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7424         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7425         wl-thread-open-all): Ditto.
7426         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7427         * wl-mime.el (wl-summary-burst): Ditto.
7428         * wl-highlight.el (wl-highlight-summary): Ditto.
7429         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7430         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7431         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7432         * wl-address.el (wl-local-address-init): Ditto.
7433
7434 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7435
7436         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7437         `add-text-properties'.
7438         (wl-plugged-init-icons): Ditto.
7439         (wl-folder-init-icons): Use `propertize' instead of
7440         `put-text-property'.
7441         (wl-plugged-set-folder-icon): Ditto.
7442         (wl-e21-highlight-folder-group-line): Ditto.
7443
7444 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7445
7446         * wl-version.el (wl-version-status-alist): New variable.
7447         (wl-version-status): New function.
7448
7449         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7450         "Cc" part of the case "Reply-To".
7451
7452         * wl-draft.el (wl-draft-reply): Use result of
7453         `eword-extract-address-components'.
7454
7455         * wl-demo.el (wl-demo-icon-name): New constant.
7456         (wl-logo-xpm): Use it.
7457         (wl-logo-xbm): Ditto.
7458         (wl-logo-bitmap): Ditto.
7459
7460         * Version number is increased to 2.3.91.
7461
7462 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7463
7464         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7465         (wl-extended-emacs-version, wl-extended-emacs-version2,
7466         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7467         docstring.
7468
7469         * wl-version.el (wl-generate-user-agent-string-1): New function.
7470         (wl-generate-user-agent-string): Use it.
7471
7472         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7473         `mime-edit-insert-user-agent-field'.
7474         (wl-generate-user-agent-string): Check
7475         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7476
7477         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7478         instead of `if', when verbose case.
7479
7480 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7481
7482         * wl-expire.el (wl-summary-expire): Fix.
7483
7484 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7485
7486         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7487         and `elmo-lost+found-folder' if 'wl-draft.
7488         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7489
7490 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7491
7492         * wl-expire.el (wl-summary-expire): Change messages.
7493         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7494         `deleing-info' instead of "Deleting..."
7495
7496 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7497
7498         * wl-summary.el (wl-summary-refile-subr): Fix.
7499
7500 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7501
7502         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7503         if pipe folder.
7504
7505 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7506
7507         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7508
7509 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7510
7511         * wl-expire.el (wl-expire-hide): New function.
7512         (wl-summary-expire): Add `hide'.
7513
7514 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7515
7516         * wl-vars.el (wl-draft-reply-without-argument-list):
7517         Changed default value to consider `Reply-To:'.
7518         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7519
7520         * Version number is increased to 2.3.90.
7521
7522         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7523         elmo-imap4-get-session with unwind-protect.
7524         Don't cause error.
7525         (wl-summary-sync-marks): Don't check plugged nor folder type.
7526         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7527         (Always keep current buffer).
7528
7529 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7530
7531         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7532         Enclose with `save-excursion'.
7533
7534 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7535
7536         * wl-version.el (wl-version): Remove interactive.
7537
7538 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7539
7540         * wl-version.el (wl-generate-user-agent-string): Use
7541         `product-string-verbose' instead of `product-string-1'.
7542
7543 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7544
7545         * wl-vars.el (wl-draft-use-cache): New variable.
7546         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7547         if wl-draft-use-cache is non-nil.
7548
7549 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7550
7551         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7552         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7553
7554 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7555
7556         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7557         (wl-thread-msg-mark-as-unread): Ditto.
7558
7559         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7560         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7561         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7562         Don't set mark in summary if return value of `elmo-mark-as-read'
7563         is nil.
7564         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7565         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7566         instead of `wl-thread-msg-mark-as-read'.
7567         (wl-summary-mark-as-unread-region): Ditto.
7568         (wl-summary-target-mark-mark-as-read): Ditto.
7569
7570         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7571
7572 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7575
7576         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7577
7578 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7581         face.
7582
7583 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7584
7585         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7586         `running-xemacs'.
7587
7588 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7589
7590         * wl-version.el (toplevel): Use `product-version-as-string' for
7591         set verstion-string, if defined.
7592
7593         * wl-version.el (wl-version-show): Insert string at point, when
7594         call with argument.
7595
7596         * wl-version.el (wl-generate-user-agent-string): Use
7597         `product-string-1' instead of `wl-appname', `wl-version' and
7598         `wl-codename'.
7599
7600 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7601
7602         * wl-address.el (toplevel): Use product-provide.
7603         * wl-demo.el (toplevel): Ditto.
7604         * wl-dnd.el (toplevel): Ditto.
7605         * wl-draft.el (toplevel): Ditto.
7606         * wl-e21.el (toplevel): Ditto.
7607         * wl-expire.el (toplevel): Ditto.
7608         * wl-fldmgr.el (toplevel): Ditto.
7609         * wl-folder.el (toplevel): Ditto.
7610         * wl-highlight.el (toplevel): Ditto.
7611         * wl-message.el (toplevel): Ditto.
7612         * wl-mime.el (toplevel): Ditto.
7613         * wl-mule.el (toplevel): Ditto.
7614         * wl-nemacs.el (toplevel): Ditto.
7615         * wl-refile.el (toplevel): Ditto.
7616         * wl-score.el (toplevel): Ditto.
7617         * wl-summary.el (toplevel): Ditto.
7618         * wl-template.el (toplevel): Ditto.
7619         * wl-thread.el (toplevel): Ditto.
7620         * wl-util.el (toplevel): Ditto.
7621         * wl-vars.el (toplevel): Ditto.
7622         * wl-xmas.el (toplevel): Ditto.
7623         * wl.el (toplevel): Ditto.
7624
7625 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7626
7627         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7628         instead of product.
7629
7630         * wl-version.el (wl-version): Compile time evalution elmo-version.
7631
7632 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7633
7634         * wl-summary.el (wl-summary-sync-force-update): Append queue
7635         `mark-as-read'if unplugged.
7636
7637 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7638
7639         * wl-version.el: New file.  Use product.el.
7640         * wl.el: add (require 'wl-version).
7641         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7642         for ~/.folders header.
7643         (wl-fldmgr-folders-header): Changed.
7644         * wl-demo.el (wl-demo): Use product.el.
7645
7646         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7647         wl-version.el.
7648         * wl-util.el (wl-version, wl-version-show): Ditto.
7649
7650         * wl-util.el (wl-generate-user-agent-string,
7651         wl-extended-emacs-version, wl-extended-emacs-version2,
7652         wl-extended-emacs-version3): Move to wl-version.el.
7653         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7654         xemacs-codename, mime-edit-insert-user-agent-field,
7655         mime-edit-user-agent-value, mime-editor/version,
7656         mime-editor/codename): Compile warning killer move to
7657         wl-version.el
7658
7659 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7660
7661         * wl-summary.el (wl-summary-refile-subr): Fix.
7662
7663 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7664
7665         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7666         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7667
7668 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7669
7670         * wl.el (wl-check-environment): Check too many `@'.
7671
7672 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7673
7674         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7675
7676 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7677
7678         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7679         wl-draft-reply-myself-without-argument-list): Add variables.
7680         * wl-draft.el (wl-draft-reply): Use it.
7681
7682 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7683
7684         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7685         the 5th argument of `elmo-network-get-spec'.
7686
7687         * wl-thread.el (wl-thread-reparent-children): New inline function.
7688         (wl-thread-delete-message): Use it.
7689
7690         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7691         (wl-summary-score-update-all-lines): Don't use `dolist'.
7692
7693 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7694
7695         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7696         (require 'elmo-msgdb) for inline function.
7697
7698 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7699
7700         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7701
7702 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7703
7704         * wl-score.el (wl-score-headers): Fix for the confusing macro
7705         `elmo-kill-buffer'.
7706
7707 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7708
7709         * wl-summary.el: Don't use the 3rd argument of `require' because
7710         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7711         * wl-util.el: Ditto.
7712         * wl-draft.el: Ditto.
7713
7714 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7715
7716         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7717         window system is not used.
7718
7719 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7720
7721         * wl-thread.el: Don't use `mapcar' only for iteration.
7722         (wl-thread-resume-entity): Ditto.
7723         (wl-thread-delete-message): Ditto.
7724
7725         * wl-summary.el: Bind `dragdrop-drop-functions',
7726         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7727         of `require' for `timezone', `easymenu' and `ps-print';
7728         don't use `mapcar' only for iteration.
7729
7730         * wl-util.el: Bind `mule-version', `nemacs-version',
7731         `emacs-beta-version', `xemacs-codename',
7732         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7733         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7734         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7735         only for iteration.
7736
7737         * wl-score.el: Don't use `mapcar' only for iteration.
7738         (wl-score-simplify-buffer-fuzzy): Ditto.
7739         (wl-score-simplify-subject): Ditto.
7740         (wl-score-headers): Ditto.
7741         (wl-summary-score-update-all-lines): Ditto.
7742
7743         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7744         `enable-multibyte-characters' and `mule-version'.
7745
7746         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7747         `mapcar' only for iteration.
7748
7749         * wl-demo.el: Don't use `mapcar' only for iteration.
7750
7751         * wl-folder.el: Don't use `mapcar' only for iteration.
7752         (wl-folder-open-all): Ditto.
7753         (wl-folder-count-incorporates): Ditto.
7754
7755         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7756         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7757
7758         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7759         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7760         `smtp-connection-type'; specify 3rd argument of `require' for
7761         `timezone'; don't use `mapcar' only for iteration.
7762         (wl-draft-clone-local-variables): Don't use `mapcar'.
7763         (wl-draft-generate-clone-buffer): Ditto.
7764         (wl-user-agent-compose-internal): Ditto.
7765
7766         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7767
7768         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7769         (wl-save-status): Ditto.
7770
7771         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7772         for iteration.
7773
7774 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7775
7776         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7777         removed `Date'.
7778         (wl-fldmgr-make-filter-default): New user option.
7779
7780         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7781         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7782         (wl-fldmgr-filter-completion-alist): Abolish.
7783
7784         * wl.el (wl): Don't check servers if arg is non-nil.
7785
7786         * wl-draft.el (wl-draft-reply): Set only message-id string to
7787         In-Reply-To field.
7788
7789 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * wl-summary.el (wl-summary-pick): Rewrite.
7792
7793         * wl-draft.el (wl-draft-forward): Get references field from
7794         original buffer.
7795         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7796
7797 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7798
7799         * wl-draft.el (wl-draft-forward): Add references field.
7800
7801 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7802
7803         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7804         (wl-draft-reply): Use it.
7805
7806 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7807
7808         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7809         when Emacs 21 is running.
7810
7811         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7812         bindings.
7813
7814 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7815
7816         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7817         XPM icons transparent.
7818
7819         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7820         Emacs 21.
7821
7822 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7825         nil.
7826
7827         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7828         when it is persistent.
7829         (wl-summary-sync-marks): Changed argument for
7830         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7831         (wl-summary-virtual): Use `elmo-read-search-condition'.
7832         (wl-summary-redisplay-internal): If folder is local, mark as read
7833         even when folder is plugged.
7834
7835 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7836
7837         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7838         of `tool-bar-lines' in the frame parameters.
7839         (after-make-frame-functions, post-command-hook): Don't modify the
7840         value.
7841         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7842         wl-e21-tool-bar-lines): Removed.
7843
7844 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7845
7846         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7847         properties `evaporate' and `wl-momentary-overlay' as well.
7848         (wl-highlight-summary-displaying): Ditto.
7849         (wl-delete-all-overlays): Don't delete overlay which does not have
7850         a property `wl-momentary-overlay'.
7851
7852         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7853         `display-mouse-p' and `display-graphic-p'.
7854         (wl-folder-init-icons): Don't search for XBM or the other files.
7855         (wl-plugged-set-folder-icon): Make icons if and only if
7856         `display-graphic-p' returns non-nil.
7857         (wl-highlight-plugged-current-line): Use `before-string' overlay
7858         property to show icon images.
7859         (wl-highlight-folder-current-line): Ditto.
7860         (wl-e21-highlight-folder-group-line): Ditto.
7861         (wl-e21-highlight-folder-by-numbers): Ditto.
7862         (wl-e21-insert-image): Removed.
7863         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7864         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7865         said.
7866         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7867         `wl-e21-force-switch-toolbar'.
7868         (wl-e21-make-icon-image): Removed.
7869         (wl-e21-setup-toolbar): Don't search for XBM files.
7870         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7871         the default value.
7872
7873 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7874
7875         * wl-util.el (wl-biff-check-folder-async): Set
7876         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7877
7878 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7879
7880         * wl-e21.el (after-make-frame-functions): Add
7881         `wl-e21-force-switch-toolbar'.
7882         (wl-e21-force-switch-toolbar): New function force to switch the
7883         toolbar appearance automatically.
7884         (post-command-hook): Add `wl-e21-switch-toolbar'.
7885         (wl-e21-switch-toolbar): New function to switch the toolbar
7886         appearance automatically.
7887         (wl-e21-tool-bar-lines): New buffer local variable.
7888
7889 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7890
7891         * wl-util.el (wl-biff-check-folders-running): New variable.
7892         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7893         (wl-biff-check-folder-async-callback):
7894         Set `wl-biff-check-folders-running'.
7895         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7896         with unwind-protect.
7897
7898         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7899         Enclose `wl-folder-auto-check' with unwind-protect.
7900
7901         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7902         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7903
7904         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7905
7906         * wl-util.el (wl-biff-notify): New inline function.
7907         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7908         locally.
7909         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7910         folder-list' is 1.
7911         Use `wl-biff-notify'.
7912         (wl-biff-check-folder-async-callback): New function.
7913         (wl-biff-check-folder-async): Ditto.
7914
7915         * wl-folder.el (wl-folder): Don't check folders.
7916         (wl-folder-auto-check): New function.
7917
7918 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7919
7920         * wl-util.el (wl-biff-start) [Emacs19+]:
7921         Use `timer-next-integral-multiple-of-time'.
7922         (wl-biff-check-folders): Use `wl-default-folder'
7923         if `wl-biff-check-folder-list' is nil.
7924
7925 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7926
7927         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7928         instead of `elmo-delete-lists'.
7929
7930 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7931
7932         * wl.el (wl-plugged-toggle-all): Set the value of
7933         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7934         (wl-plugged-toggle): Ditto.
7935         (wl-toggle-plugged): Ditto.
7936         (wl-plugged-init): Ditto.
7937
7938         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7939         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7940         instead of `wl-biff-state-indicator-off' and
7941         `wl-biff-state-indicator-on'; don't modify the value and the type
7942         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7943         (wl-plugged-init-icons): Set icons data to
7944         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7945         instead of `wl-plug-state-indicator-off' and
7946         `wl-plug-state-indicator-on'; don't modify the value and the type
7947         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7948
7949         * wl-vars.el (wl-modeline-biff-state-off,
7950         wl-modeline-biff-state-on, wl-modeline-biff-status,
7951         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7952         wl-modeline-plug-status): New internal variables.
7953         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7954         wl-biff-check-interval, wl-biff-check-folder-list): Change
7955         customization group from `wl-folder' to `wl-highlight'.
7956         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7957         wl-show-plug-status-on-modeline): Defcustomized.
7958
7959         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7960         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7961         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7962         a flag to `mode-line-buffer-identification'.
7963
7964         * wl-e21.el (wl-biff-init-icons): Set icons data to
7965         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7966         instead of `wl-biff-state-indicator-off' and
7967         `wl-biff-state-indicator-on'.
7968         (wl-plugged-init-icons): Set icons data to
7969         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7970         instead of `wl-plug-state-indicator-off' and
7971         `wl-plug-state-indicator-on'.
7972
7973 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7974
7975         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7976         excessive titles.
7977
7978 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7979
7980         * wl.el (wl-plugged-mode): Use revised
7981         `wl-mode-line-buffer-identification'.
7982         (wl-plugged-init): Don't use `force-mode-line-update'.
7983
7984         * wl-xmas.el (wl-draft-overload-functions): Use revised
7985         `wl-mode-line-buffer-identification'.
7986         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7987         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7988         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7989         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7990         `wl-make-plugged-hook';
7991         add `wl-folder-init-icons' and `wl-setup-folder' to
7992         `wl-folder-mode-hook'.
7993
7994         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7995         19 as well.
7996         (wl-mode-line-display-priority-list): New user option.
7997         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7998         Defcustomized.
7999         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8000         Add docs.
8001
8002         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8003         start.
8004         (wl-mode-line-buffer-identification): Revised as a function.
8005
8006         * wl-summary.el (wl-summary-mode): Use revised
8007         `wl-mode-line-buffer-identification'; don't call
8008         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8009         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8010         `wl-xmas-setup-summary'.
8011
8012         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8013         `wl-mode-line-buffer-identification'.
8014
8015         * wl-mule.el (wl-draft-overload-functions): Use revised
8016         `wl-mode-line-buffer-identification'.
8017
8018         * wl-folder.el (wl-make-plugged-alist): Don't call
8019         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8020         (wl-folder): Don't call `wl-folder-init-icons' directly.
8021         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8022         `wl-xmas-setup-folder' directly;
8023         use revised `wl-mode-line-buffer-identification'.
8024         (TopLevel): Don't bind `wl-biff-init-icons',
8025         `wl-plugged-init-icons', `wl-folder-init-icons',
8026         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8027
8028         * wl-e21.el (wl-draft-overload-functions): Use revised
8029         `wl-mode-line-buffer-identification'.
8030         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8031         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8032         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8033         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8034         `wl-make-plugged-hook';
8035         add `wl-folder-init-icons' and `wl-setup-folder' to
8036         `wl-folder-mode-hook'.
8037
8038 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8039             Katsumi Yamaoka    <yamaoka@jpl.org>
8040
8041         * wl.el (wl): Call `wl-biff-start'.
8042         (wl-exit): Call `wl-biff-stop'.
8043         (wl-plugged-mode): Show biff in modeline.
8044         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8045
8046         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8047         (wl-biff-init-icons): New function.
8048         (wl-plugged-init-icons): Don't make too much keymaps.
8049         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8050
8051         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8052         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8053         variables.
8054         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8055         options.
8056
8057         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8058         wl-biff-start, wl-biff-stop): New functions.
8059         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8060         (wl-biff-timer-name): New variable.
8061
8062         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8063
8064         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8065         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8066
8067         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8068         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8069
8070         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8071         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8072         `wl-folder-init-icons' to `ignore' if they are not available.
8073         (wl-folder-mode): Show biff in modeline.
8074
8075         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8076         (wl-biff-init-icons): New function.
8077         (wl-plugged-init-icons): Don't make too much keymaps.
8078         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8079
8080 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8081
8082         * wl-vars.el (wl-strict-diff-folders): Customization Type
8083         and doc fix.  Define as a list of regular expressions for
8084         folders or nil.
8085         * wl-folder.el (wl-folder-check-one-entity): Use
8086         `wl-string-match-member' instead of `wl-string-member' for
8087         `wl-strict-diff-folders'.
8088
8089 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8090
8091         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8092         (wl-highlight-folder-current-line): Use it; new implementation.
8093         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8094         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8095         `defsubst' instead of `defun'.
8096
8097         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8098         `wl-highlight-group-folder-by-numbers'; made it can also be a
8099         number.  See info for more details.
8100
8101         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8102         running.
8103
8104         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8105         to bind them.
8106
8107         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8108         (wl-highlight-folder-current-line): New implementation.
8109
8110         * wl-highlight.el (wl-highlight-folder-group-line): New
8111         implementation.
8112         (wl-delete-all-overlays): Rewrite as a marco.
8113         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8114
8115         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8116         running.
8117         (wl-folder-*-glyph): No need to bind them.
8118
8119         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8120         `wl-e21-highlight-folder-group-icon'; rewrite.
8121         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8122         `defsubst' instead of `defun'.
8123         (wl-folder-mode-map): Bind it when compiling.
8124
8125 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8126
8127         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8128
8129         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8130
8131 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8132
8133         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8134
8135 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8136
8137         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8138         (wl-highlight-folder-current-line): Use it.
8139
8140         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8141         in `id-name'.
8142
8143 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8144
8145         * wl.el: Require `wl-e21' when Emacs 21 is running.
8146
8147         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8148         default when Emacs 21 is running.
8149         (wl-use-highlight-mouse-line): Ditto.
8150         (wl-on-emacs21): New constant.
8151         (wl-on-emacs20): Removed.
8152
8153         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8154         Emacs 21 is running.
8155
8156         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8157         Emacs 21 is running.
8158
8159         * wl-e21.el: New file.
8160
8161 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8162
8163         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8164         (wl-toggle-plugged): Ditto.
8165         (wl-plugged-toggle): Ditto.
8166         (wl-plugged-toggle-all): Ditto.
8167
8168         * wl-vars.el (wl-plug-state-indicator): Refer
8169         `wl-plug-state-indicator-on' indirectly.
8170
8171 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8174         Call `wl-folder-confirm-existence'.
8175
8176         * wl-folder.el (wl-folder-confirm-existence): Added optional
8177         argument `force'.
8178
8179 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8180
8181         * wl-summary.el (wl-summary-refile-subr): Assume
8182         `copy-or-refile' as symbol.
8183         (wl-summary-refile): Follow up above change.
8184         (wl-summary-copy): Ditto.  Doc fix.
8185
8186 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8187
8188         * wl-summary.el (wl-summary-pick): Don't bind
8189         `elmo-search-mime-charset'.
8190
8191         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8192         default using old backquote style.
8193         (wl-search-mime-charset): Abolished.
8194
8195         * wl-highlight.el (wl-highlight-headers):
8196         Call `point' after `re-search-forward'(for Nemacs).
8197
8198         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8199         for elmo-imap4.el.
8200
8201 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8202
8203         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8204         `wl-message-ignored-field-list' instead of
8205         `mime-view-ignored-field-list'.
8206
8207         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8208         Add interactive spec.
8209         (wl-folder-goto-bottom-of-current-folder): Ditto.
8210         (wl-folder-mode-map): Bind them.
8211
8212         * wl-vars.el (wl-message-ignored-field-list): New variable.
8213         (wl-message-visible-field-list): New variable.
8214
8215         * wl-mime.el (wl-mime-header-presentation-method): New function.
8216         (wl-mime-setup): Set header-presentation-method.
8217
8218 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8219
8220         * wl-nemacs.el (wl-draft-overload-functions): Set
8221         `mode-line-buffer-identification' instead of using
8222         `wl-make-modeline'.
8223
8224         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8225         instead of using `wl-make-modeline'.
8226
8227         * wl-xmas.el (wl-plugged-init-icons): Set up
8228         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8229         (wl-make-modeline): Abolish.
8230         (wl-draft-overload-functions): Set
8231         `mode-line-buffer-identification' instead of using
8232         `wl-make-modeline'.
8233
8234         * wl-util.el (wl-make-modeline-subr): Abolish.
8235         (wl-mode-line-buffer-identification): New alias.
8236
8237         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8238         (wl-summary-make-modeline): Abolish.
8239         (wl-summary-buffer-set-folder): Set
8240         `wl-summary-buffer-folder-indicator'.
8241         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8242         of using `wl-make-modeline'.
8243         (wl-summary-switch-to-clone-buffer): Don't set
8244         `mode-line-buffer-identification'.
8245         (wl-summary-goto-folder-subr): Ditto.
8246
8247         * wl-mule.el (wl-draft-overload-functions): Set
8248         `mode-line-buffer-identification' instead of using
8249         `wl-make-modeline'.
8250
8251         * wl-folder.el (wl-folder-mode): Set
8252         `mode-line-buffer-identification' instead of using
8253         `wl-make-modeline'.
8254         (wl-folder): Don't set `mode-line-buffer-identification'.
8255
8256 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8257
8258         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8259         instead of `member' for `wl-refile-guess-func-list' look-ups.
8260         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8261
8262 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8263
8264         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8265         `wl-message-button-dispatcher'.
8266
8267         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8268
8269         * wl-message.el (wl-message-button-dispatcher): Use it.
8270
8271         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8272         "In-Reply-To".
8273
8274         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8275         Bind `case-fold-search' to t.
8276
8277 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8278
8279         * wl-xmas.el (wl-message-overload-functions): Initialize
8280         `wl-message-button-map'.
8281
8282         * wl-mule.el (wl-message-overload-functions): Initialize
8283         `wl-message-button-map'.
8284
8285         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8286
8287         * wl-message.el (wl-message-button-map): New keymap.
8288         (wl-message-add-button): New function.
8289         (wl-message-button-dispatcher): New function.
8290         (wl-message-button-refer-article): New function.
8291
8292         * wl-highlight.el
8293         (wl-highlight-message-add-buttons-to-header): New function.
8294         (wl-highlight-headers): Use it.
8295
8296 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8297
8298         * wl-summary.el (wl-summary-default-from): Use
8299         `wl-address-get-petname-1'.
8300         (wl-summary-simple-from): Ditto.
8301
8302         * wl-address.el (wl-address-get-petname-1): New inline function.
8303         (wl-address-get-petname): Use it.
8304
8305 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8306
8307         * wl-summary.el (wl-summary-default-from): Return full-name part
8308         from the address if no petname was found.
8309         (wl-summary-simple-from): Ditto.
8310
8311         * wl-address.el (wl-address-get-petname): Return nil if no petname
8312         associated with the address was found.
8313
8314 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8315
8316         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8317         display is finished.
8318
8319 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8320
8321         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8322         `elmo-folder-exists-p' argument.
8323
8324 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8325
8326         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8327         the folder.
8328
8329 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8330
8331         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8332
8333         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8334         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8335
8336 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8337
8338         * wl-folder.el (wl-folder-create-subr): New function.
8339         (wl-folder-confirm-existence): Use it.
8340         (wl-folder-check-one-entity): Use it.
8341         Check the error symbol is derived from 'elmo-open-error.
8342
8343         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8344         `ignore-error'.
8345
8346 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8347
8348         * wl-util.el (toplevel): Add (eval-when-compile (require
8349         'elmo-util)).  (Maybe `provide' is typo.)
8350
8351 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8352
8353         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8354         (I don't know why this was needed.)
8355
8356         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8357         Follow up changes for stream-type.
8358
8359         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8360         (wl-draft-elmo-nntp-send): Ditto.
8361
8362         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8363         (wl-nntp-posting-stream-type): Ditto.
8364         (wl-pop-before-smtp-ssl): Abolished.
8365         (wl-nntp-posting-ssl): Ditto.
8366
8367         * wl-address.el (wl-address-quote-specials): New function.
8368         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8369
8370         * wl-draft.el (wl-draft-reply): Ditto.
8371
8372 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8373
8374         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8375         use function `wl-string-match-assoc'.
8376
8377 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8378
8379         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8380
8381         * wl-draft.el (wl-draft-deduce-address-list): New function.
8382         (wl-draft-parse-mailbox-list): Ditto.
8383         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8384         instead of `smtp-deduce-address-list'.
8385         (wl-draft-on-field-p): Follow group list.
8386
8387         * wl-address.el (wl-address-concat-token): New function.
8388         (wl-address-string-without-group-list-contents): Ditto.
8389         (wl-complete-field-body): Fixed problem of completion
8390         by japanese petname.
8391         (wl-address-make-completion-list): Rewrite.
8392
8393 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8394
8395         * wl-address.el (wl-address-make-completion-list): Completion by
8396         petname.
8397         (wl-complete-field-body): Likewise.
8398
8399 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8400
8401         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8402         contains invalid address syntax.
8403
8404 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8405
8406         * wl-folder.el (wl-folder-check-entity-async): Use
8407         `elmo-nntp-spec-hostname'.
8408
8409 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8410
8411         * wl-summary.el (wl-summary-msgdb-load-async): Use
8412         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8413
8414 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8415
8416         * wl-draft.el (wl-draft-reply): Set argument
8417         `content-transfer-encoding' as nil.
8418
8419 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8420
8421         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8422         `wl-refile-alist'.
8423
8424 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8425
8426         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8427         (wl-draft-edit-string): Ditto.
8428         (wl-draft-forward): Ditto.
8429         * wl-summary.el (wl-summary-write): Ditto.
8430
8431 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8432
8433         * wl-summary.el (wl-summary-sync-update3): Call
8434         `wl-summary-buffer-number-column-detect'.
8435         (wl-summary-buffer-number-column-detect): Search from point-min.
8436
8437 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8438
8439         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8440         contains an address which is not included in original to or cc.
8441
8442 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8443
8444         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8445         begin-line does not exist.
8446         * wl-message.el (wl-message-uu-substring): Ditto.
8447
8448 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8449
8450         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8451         clear local variables.
8452         (wl-summary-exit): Call `elmo-commit'.
8453         (wl-summary-switch-to-clone-buffer): Call
8454         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8455         (wl-summary-goto-folder-subr): Ditto.
8456
8457         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8458         POP folder.
8459
8460 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8461
8462         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8463         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8464         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8465         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8466         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8467         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8468
8469         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8470
8471 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8472
8473         * wl-summary.el (wl-summary-search-by-subject):
8474         Search parent message from the latest one.
8475
8476 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8477
8478         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8479         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8480
8481         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8482         New user option.
8483
8484         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8485         if elmo-nntp-use-killed-list is nil.
8486         Use `elmo-msgdb-append-to-killed-list'.
8487         (Append numbers confirmed as disappeared to the killed list.)
8488         (wl-summary-confirm-appends): Don't display negative number.
8489
8490 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8491
8492         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8493
8494 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8495
8496         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8497         range is `all'.
8498         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8499         `elmo-list-bigger-diff'.
8500
8501 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8502
8503         * wl-summary.el (wl-summary-buffer-exit-func):
8504         New buffer local variable.
8505         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8506
8507 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8508
8509         * wl-demo.el (wl-demo): Fix the last change.
8510
8511 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8512
8513         * wl-demo.el (wl-demo): Don't use `eval'.
8514
8515 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8516
8517         * wl-summary.el (wl-summary-buffer-thread-modified):
8518         New buffer-local variable.
8519         (wl-summary-set-thread-modified): New function.
8520         (wl-summary-thread-modified-p): New function.
8521         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8522         (wl-summary-yank-saved-message): Use function
8523         `wl-summary-set-thread-modified'
8524         (wl-summary-switch-to-clone-buffer): Add
8525         `wl-summary-buffer-thread-modified'.
8526
8527         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8528         (wl-summary-buffer-mark-saved-hook): Ditto.
8529         * wl-summary.el (wl-summary-msgdb-save): New hook
8530         `wl-summary-buffer-message-saved-hook' and
8531         `wl-summary-buffer-mark-saved-hook'.
8532
8533 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8534
8535         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8536
8537 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8538
8539         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8540         don't hide scroll bars under FSF Emacsen because it may incur an
8541         undesirable redrawing.
8542
8543 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8544
8545         * wl-draft.el (wl-draft-edit-string): Call
8546         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8547
8548 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8549
8550         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8551
8552 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8553
8554         * wl-summary.el (wl-summary-msgdb-load-async): Call
8555         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8556
8557 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8558
8559         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8560         fringes in demo buffer; center bitmap logo correctly even if old
8561         Mule is used.
8562
8563 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8564
8565         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8566
8567         * wl-refile.el (wl-refile-subject-alist): New variable.
8568         (wl-refile-subject-alist-file-name): Ditto.
8569         (wl-refile-alist-setup): Rewrite.
8570         (wl-refile-alist-save): Use `elmo-object-save'.
8571         Eliminated arguments.
8572         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8573         (wl-refile-guess-by-subject): New function.
8574         (wl-refile-guess-func-list): Added it.
8575
8576 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8577
8578         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8579         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8580
8581 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8582
8583         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8584         New buffer-local variable.
8585         (wl-summary-buffer-next-folder-func): Ditto.
8586         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8587         if non-nil.
8588         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8589         if non-nil.
8590         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8591         if non-nil.
8592         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8593         if non-nil.
8594
8595 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8596
8597         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8598         permanently in the demo buffer.
8599
8600 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8601
8602         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8603         `mime-entity-fetch-field'.
8604
8605         * wl.el (wl-exit): Delete plugged buffer.
8606
8607         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8608         XEmacs has menubar feature.
8609
8610 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8611
8612         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8613         cannot arrive at the beginning of the buffer under old Emacsen.
8614
8615 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8616
8617         * wl-address.el (wl-address-ldap-search):
8618         Call `ldap-search-entries' with `withdn' argument t.
8619         (wl-complete-field-body): Bind completion-ignore-case as t.
8620         Clear ldap search hash when it was sole completion.
8621         Use elmo-string for pattern string.
8622         (wl-ldap-alias-safe-string): Eliminated needless let.
8623
8624 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8625
8626         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8627         (wl-ldap-alias-sep): New constant.
8628         (wl-ldap-search-attribute-type-list): Ditto.
8629         (wl-ldap-get-value): New function.
8630         (wl-ldap-make-filter): Ditto.
8631         (wl-ldap-make-matched-value-list): Ditto.
8632         (wl-ldap-alias-safe-string): Ditto.
8633         (wl-ldap-register-dn-string): Ditto.
8634         (wl-address-ldap-search): Rewrite.
8635
8636 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8637
8638         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8639         thread is deleted.
8640         (wl-thread-delete-line-from-buffer): Ditto.
8641         (wl-thread-get-exist-children): New function.
8642
8643 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8644
8645         * wl-demo.el (wl-demo): Made it to select various image types.
8646         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8647         from `wl-title-logo'.
8648         (wl-logo-ascii): New variable.
8649         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8650         (wl-demo-copyright-notice): New constant.
8651
8652         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8653
8654 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8655
8656         * wl-vars.el (wl-summary-target-above): Renamed from
8657         wl-summary-temp-above.
8658         * wl-score.el (wl-score-get-score-alist): Use it.
8659         (wl-summary-score-update-all-lines): Use it.
8660         * wl-summary.el: Ditto. (make-variable-buffer-local).
8661
8662 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8663
8664         * wl-vars.el (wl-ldap-port): New user option.
8665
8666         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8667         Rewite whole implementation.
8668         (wl-complete-field-body): Fixed.
8669
8670 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8671
8672         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8673         Choose implementation at compile time.
8674
8675 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8676
8677         * wl-address.el (wl-ldap-search-internal): New function.
8678         (wl-complete-field-to): Use it.
8679
8680 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8681
8682         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8683         Use `let' instead of `let*'.
8684         Require 'wl-vars.
8685
8686         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8687         Define as defcustom.
8688         (wl-ldap-base): Ditto.
8689         (wl-use-ldap): Ditto.
8690
8691 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8692
8693         * wl-address.el (wl-ldap-search): New function.
8694         (wl-complete-field-body): Use `wl-ldap-search'.
8695         (wl-ldap-server): New variable.
8696         (wl-ldap-base): Ditto.
8697         (wl-use-ldap): Ditto.
8698
8699 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8700
8701         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8702         (Pointed out by Mito <mit@nines.nec.co.jp>).
8703         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8704         buffer-local variables like `wl-summary-redisplay-internal'.
8705         (wl-summary-redisplay-all-header): Likewise.  Update
8706         Summary view too.
8707
8708 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8709
8710         * wl-summary.el (wl-summary-jump-to-parent-message):
8711         Consider prefix argument.
8712
8713         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8714         when closed thread is deleted.
8715
8716 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8717
8718         * wl-summary.el (wl-summary-jump-to-parent-message):
8719         Consider thread modification.
8720
8721 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8722
8723         * wl-message.el (wl-message-normal-get-original-buffer): Use
8724         `save-excursion'.
8725
8726         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8727         (wl-summary-showto-folder-regexp): Ditto.
8728
8729 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8730
8731         * wl-util.el (wl-delete-alist): Doc fix.
8732         (wl-delete-associations): New function.
8733         (wl-inverse-alist): New function.
8734         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8735         Split temporary variables. Use `wl-delete-associations'
8736         and `wl-inverse-alist'.
8737         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8738
8739 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8740
8741         * wl-folder.el (wl-folder-prefetch-entity):
8742         Execute prefetching if new count is unknown.
8743
8744 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8745
8746         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8747
8748         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8749         delete entity.
8750         (wl-thread-set-parent): If insert as top, set linked as nil.
8751
8752         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8753         `wl-thread-cleanup-symbols' when view mode is thread.
8754
8755 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8756
8757         * wl-folder.el (wl-folder-create-folder-entity): Use
8758         with-current-buffer.
8759         (wl-local-folder-init): Call set-buffer to make sure we are in
8760         the Folder buffer. Don't touch buffer-local variables here.
8761         (wl-folder-mode): Initialize buffer-local variables here.
8762
8763         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8764         (wl-folder-entity-assign-id): Ditto.
8765         (wl-folder-create-entity-hashtb): Ditto.
8766         (wl-local-folder-init): Ditto.
8767         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8768
8769 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8770
8771         * wl-summary.el (wl-summary-default-from): Fix probrem when
8772         std11-extract-address-components return (nil "foo@bar").
8773
8774 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8775
8776         * wl-draft.el (wl-draft-clone-local-variables):
8777         Remove redundant `setq'.
8778
8779 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8780
8781         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8782         Bind wl-highlight-x-face-func as nil while highlighting header.
8783
8784 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8785
8786         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8787
8788 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8789
8790         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8791         elmo-msgdb-overview-hashtb from copy-variables.
8792         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8793         instead of `elmo-msgdb-overview-get-entity-by-number'.
8794         (wl-summary-auto-refile): Ditto.
8795
8796         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8797         `elmo-msgdb-overview-get-entity' instead of
8798         `elmo-msgdb-search-overview-entity'.  Use
8799         `elmo-msgdb-overview-get-entity' instead of
8800         `elmo-msgdb-overview-get-entity-by-number'.
8801         (wl-thread-insert-entity-sub): Ditto.
8802         (wl-thread-insert-message): Ditto.
8803
8804         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8805         `elmo-msgdb-overview-get-entity'.
8806         (wl-normal-message-redisplay): Ditto.
8807
8808 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8809
8810         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8811         `wl-thread-entities'.
8812         (wl-thread-delete-message): Fix remove top message from
8813         `wl-thread-entity-list'.
8814
8815         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8816         wl-append(nconc), because update-list is broken on Meadow.
8817
8818         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8819         updating process.
8820         (wl-summary-rescan): Ditto.
8821         (wl-summary-sync-update3): Ditto.
8822         * wl-thread.el (wl-thread-set-parent): Renamed from
8823         `wl-summary-set-parent'.
8824         (wl-thread-insert-message): Updating buffer faster.
8825         (wl-thread-delete-message): Updating buffer faster.
8826
8827         * wl-score.el (wl-summary-score-update-all-lines): Changed
8828         interval for display progress gauge.
8829
8830 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8831
8832         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8833         folder always-sticky.
8834         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8835         defmacro.
8836
8837 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8838
8839         * wl-vars.el (wl-draft-add-references): New user option.
8840
8841         * wl-draft.el (wl-draft-add-references): New function.
8842         (wl-draft-yank-from-mail-reply-buffer): Use it.
8843         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8844         as nil.
8845
8846 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8847
8848         * wl-thread.el (wl-thread-update-line-msgs): Called
8849         `wl-thread-update-line-on-buffer-sub'.
8850         (wl-thread-update-line-on-buffer): Delete routine of inserting
8851         thread.
8852         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8853         moved from `wl-thread-update-line-on-buffer'.
8854         Add threshold for displaying progress gauge.
8855         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8856         argument of `wl-thread-update-line-msgs'.
8857         Add threshold for displaying progress gauge.
8858         * wl-folder.el:
8859         Add threshold for displaying progress gauge.
8860         * wl-score.el: Ditto.
8861
8862         * wl-expire.el (wl-summary-expire): Display deleting info.
8863
8864 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8865
8866         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8867         `no-msg'.
8868         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8869         argument of `wl-thread-update-line-msgs'.
8870         (wl-summary-set-parent): Added optional argument `parent-number'.
8871         (wl-summary-buffer-saved-message): New buffer local variable.
8872         (wl-summary-save-current-message): New command.
8873         (wl-summary-yank-saved-message): Ditto.
8874         (wl-summary-mode-map): Added key binding for
8875         `wl-summary-save-current-message' (\ew) and
8876         `wl-summary-yank-saved-message' (\C-y).
8877         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8878
8879 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8880
8881         * wl-summary.el (wl-summary-mode-map): Added key binding for
8882         `wl-summary-set-parent' (ts).
8883
8884 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8885
8886         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8887         subject faster. If thread number is reverse, delayed updating
8888         thread.
8889         (wl-summary-search-by-subject): Ditto.
8890         (wl-summary-put-alike): Ditto.
8891         (wl-summary-get-alike): Ditto.
8892         (wl-summary-insert-headers): Insert header of all overview in
8893         buffer.
8894         (wl-summary-rescan): Delayed updating thread. Kill search subject
8895         buffer for wl-summary-search-by-subject.
8896         (wl-summary-sync-update3): Ditto.
8897         (wl-summary-exit): Ditto.
8898         (wl-summary-goto-bottom-of-current-thread): Change for linked
8899         thread.
8900         (wl-summary-overview-create-summary-line): Change line for linked
8901         thread.
8902
8903         * wl-summary.el (wl-summary-update-thread): Use
8904         wl-thread-maybe-get-children-num.
8905         (wl-summary-set-parent): If change parent, move sub thread.
8906         (wl-summary-redisplay-internal): Add horizontal recenter.
8907         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8908
8909         * wl-thread.el (wl-thread-entity-get-linked): New function.
8910         (wl-thread-entity-set-linked): New function.
8911         (wl-thread-create-entity): Add linked element.
8912         (wl-thread-entity-insert-as-top): Use wl-append.
8913         (wl-thread-maybe-get-children-num): If closing thread, return
8914         children msgs.
8915         (wl-thread-update-line-msgs): Displaying progress message.
8916         (wl-thread-update-line-on-buffer-sub): Use
8917         wl-thread-maybe-get-children-num.
8918         (wl-thread-update-line-on-buffer): If update line is not exists,
8919         insert thread.
8920         (wl-thread-delete-message): If delete top msg of thread, search
8921         parent by subject.
8922         (wl-thread-insert-entity): Use
8923         wl-thread-maybe-get-children-num.
8924
8925         * wl-highlight.el (wl-highlight-summary-current-line): change
8926         sregexp for linked thread.
8927         * wl-util.el (wl-count-lines): Count lines.
8928         (wl-horizontal-recenter): horizontal recenter.
8929         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8930         (wl-score-get-alike): Ditto.
8931         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8932         (wl-subject-length-limit): New variable.
8933         (wl-highlight-thread-indent-string-regexp): Changed for linked
8934         thread.
8935
8936 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8937
8938         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8939         New variable (revival).
8940         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8941         by subject matching if there's no in-reply-to nor references field
8942         (revival).
8943
8944 \f
8945 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8946
8947         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8948         message.
8949
8950 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8951
8952         * wl-summary.el (wl-summary-reply): Return t if there was a
8953         message at cursor point.
8954         Added unwind-protect.
8955         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8956         returns t.
8957         (wl-summary-cancel-message): Do nothing when there's no message at
8958         cursor point.
8959         (wl-summary-forward): Ditto.
8960         (wl-summary-jump-to-parent-message): Ditto.
8961         (wl-summary-reedit): Ditto.
8962         (wl-summary-edit-addresses): Ditto.
8963         (wl-summary-pipe-message): Ditto.
8964         (wl-summary-print-message-with-ps-print): Ditto.
8965         (wl-summary-print-message): Ditto.
8966         (wl-summary-mark-as-important): Ditto.
8967         (wl-summary-mark-as-unread): Ditto.
8968
8969         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8970         message at cursor point.
8971         (wl-summary-reply-with-citation): Remove unwind-protect.
8972
8973         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8974         subject searching feature.
8975         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8976         Eliminated.
8977
8978 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8979
8980         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8981         New variable.
8982         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8983         by subject matching if there's no in-reply-to nor references field.
8984
8985         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8986
8987         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8988         when display is finished.
8989         (wl-folder-open-all): Ditto.
8990         (wl-folder-update-access-group): Ditto.
8991         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8992         * wl-thread.el (wl-thread-close-all): Ditto.
8993
8994         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8995         progress gauge only when it was displayed.
8996         * wl-folder.el (wl-folder-insert-entity): Ditto.
8997
8998 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8999
9000         * wl-summary.el (wl-summary-incorporate): Enclose
9001         `wl-summary-sync-force-update' with save-excursion.
9002
9003 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9004
9005         * wl-summary.el (wl-summary-prefetch-region):
9006         Pass current cursor point to `pos-visible-in-window-p' after
9007         moving cursor to the started point.
9008
9009 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9010
9011         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9012
9013         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9014         fields from the forwarding message.
9015         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9016         `ignored-fields'.
9017
9018 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9019
9020         * wl-mime.el (wl-message-request-partial):
9021         Eliminated argument `msgdb'.
9022         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9023         (wl-mime-combine-message/partial-pieces): Likewise.
9024         * tm-wl.el (wl-message-request-partial): Likewise.
9025         (wl-mime-combine-message/partial-pieces): Likewise.
9026
9027 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9028
9029         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9030         when display is finished.
9031
9032 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9033
9034         * wl-summary.el (wl-summary-goto-folder-subr):
9035         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9036
9037 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9038
9039         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9040         when cursor point is visible.
9041
9042 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9043
9044         * wl-expire.el (wl-expire-archive-get-max-number):
9045         Don't use `file-name-directory'.
9046
9047 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9048
9049         * wl-expire.el (wl-expire-archive-get-max-number):
9050         Use `file-name-directory'.
9051
9052 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9055         only when there is progress.
9056
9057 2000-04-13  Mito <mit@nines.nec.co.jp>
9058
9059         * wl-summary.el (wl-summary-sync-marks): Display progress.
9060
9061 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9062
9063         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9064         (wl-summary-prev): Move cursor regardless of unread status.
9065         (wl-summary-next): Ditto.
9066
9067 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9068
9069         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9070         Added argument `target' and `number'.
9071         * tm-wl.el (wl-summary-burst-subr): New function.
9072         (wl-summary-burst): Use it.
9073
9074 2000-04-10  Mito <mit@nines.nec.co.jp>
9075
9076         * wl-mime.el (wl-burst): New function.
9077         (wl-summary-burst): Use it.
9078
9079 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9080
9081         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9082         as petname when there's no candidate.
9083
9084 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9085
9086         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9087         New variable.
9088         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9089
9090         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9091
9092         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9093
9094 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9095
9096         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9097         Use substring of `original' instead of buffer-substring.
9098         (wl-refile-evaluate-rule):
9099         Set `original' argument of wl-refile-expand-newtext.
9100
9101         * wl-summary.el
9102         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9103         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9104         (wl-summary-auto-refile): Check existence of destination folder just
9105         before marking.
9106
9107 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9108
9109         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9110         when wl-refile-get-field-value return nil.
9111
9112 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9113
9114         * wl-refile.el
9115         (wl-refile-expand-newtext): New function imported from Gnus.
9116         (wl-refile-evaluate-rule): Use it.
9117
9118 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9119
9120         * wl-summary.el (wl-summary-print-destination):
9121         Duplicate folder string to avoid putting text-property on
9122         original string.
9123
9124         * wl-refile.el (wl-refile-get-field-value): New function.
9125         (wl-refile-evaluate-rule): New function;
9126         Evaluate refile rule recursively.
9127         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9128         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9129         New function; Check existence of a target folder recursively.
9130         (wl-summary-auto-refile-check-refile-rule-alist):
9131         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9132
9133 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9134
9135         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9136
9137         * wl-folder.el (wl-create-folder-entity-from-buffer):
9138         Fixed problem when '}' character is contained in folder name.
9139
9140         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9141
9142 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9143
9144         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9145         (wl-fldmgr-add-completion-all-completions):
9146         Use wl-fldmgr-add-completion-hashtb.
9147
9148 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9149
9150         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9151         wl-fldmgr-add-completion-subr): New functions.
9152         * wl-folder.el (wl-folder-completion-func): New variable.
9153         * wl-summary.el (wl-summary-read-folder):
9154         Use wl-folder-completion-func.
9155
9156         * wl-refile.el: Eliminate throw & catch.
9157
9158         * wl.el (wl-plugged-sending-queue-status): Fixed.
9159
9160 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9161
9162         * wl-draft.el (wl-draft): Put category property on
9163         mail-header-separator.