1626966fe981026601303d99f38ebc5031159595
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-number-list-from-region): New
4         function.
5         (wl-summary-mark-as-read-region): Use it.
6         (wl-summary-mark-as-unread-region): Ditto.
7         (wl-summary-set-flags-region): Ditto and add optional argument
8         remove.
9         (wl-summary-mark-as-answered-region): Ditto.
10         (wl-summary-mark-as-important-region): Ditto.
11         (wl-summary-target-mark-mark-as-important): Added optional
12         argument remove.
13         (wl-summary-target-mark-mark-as-answered): Ditto.
14         (wl-summary-target-mark-set-flags): Ditto.
15
16 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
17
18         * wl-summary.el (wl-summary-set-flags-region): Call
19         `wl-summary-set-flags-internal' with number list instead of call
20         one by each message.
21         (wl-summary-target-mark-set-flags): Likewise.
22
23 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
24
25         * wl-summary.el (wl-summary-target-mark-operation): Add optional
26         argument `inverse' and use `wl-summary-delete-all-target-marks'.
27         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
28         (wl-summary-target-mark-mark-as-answered): Likewise.
29
30 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
31
32         * wl-summary.el (wl-summary-target-mark-forward): Use
33         `wl-summary-delete-all-target-marks' instead of
34         `wl-summary-delete-all-temp-marks'.
35         (wl-summary-target-mark-reply-with-citation): Ditto.
36         (wl-summary-target-mark-uudecode): Ditto.
37         (wl-summary-target-mark-set-flags): Ditto and remove needless
38         cursor move.
39
40 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
41
42         * wl-summary.el (wl-summary-target-mark-forward): Protect
43         wl-summary-buffer-target-mark-list from nreverse.
44         (wl-summary-target-mark-reply-with-citation): Ditto.
45
46 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
47
48         * wl-thread.el (wl-thread-update-indent-string-thread): Use
49         `elmo-display-progress-threshold'.
50
51 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
52
53         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
54         check `wl-summary-highlight'.
55         (wl-summary-window-scroll-functions): Respect value of
56         `wl-summary-highlight'.
57         (wl-summary-sync-update): Run hooks
58         `wl-summary-buffer-window-scroll-functions' at any time.
59
60 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
61
62         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
63         from `wl-summary-cleanup-temp-marks'.
64         (wl-summary-cleanup-temp-marks): Abolish argument.
65         * wl.el (wl-save-status): Revert previous change.
66         (wl-execute-temp-marks): New function, call
67         `wl-summary-exec-with-confirmation'.
68         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
69         (wl-folder-save-and-exec-marks): Abolished.
70
71 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
72
73         * wl-e21.el (wl-e21-display-image-p): Respect
74         `wl-highlight-folder-with-icon'.
75         (wl-e21-highlight-folder-group-line): Highlight mouse line
76         even if wl-e21-display-image-p is nil.
77
78         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
79         Respect value of `wl-summary-highlight'.
80
81         * wl.el (wl-save-status): Remove unused variable.
82
83         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
84         (wl-folder-mode-map): Bind it to "x".
85
86 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
87
88         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
89
90         * wl-thread.el (wl-thread-get-parent-list): Don't check
91         disconnected ancestors, neglecting needless work in
92         `wl-thread-update-indent-string-thread'.
93
94         * wl.el (wl-save): Take prefix argument to execute remaining marks.
95         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
96         argument, add argument default-keep to keep marks by default.
97
98         * Version number is increased to 2.11.30.
99
100         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
101         customization type and docstring.
102         (wl-draft-reply-without-argument-list): Ditto.
103
104 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
105
106         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
107
108         * wl-spam.el (wl-spam-mark-action-list): Ditto.
109
110 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
111
112         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
113
114 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
115
116         * wl-draft.el (wl-draft-config-exec): Narrow the range of
117         save-excursion so as not to include run-hooks.
118
119 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
120
121         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
122         Clarify that marks are going to be cleared.
123
124 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
125
126         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
127         according to 3rd element of wl-summary-flag-mark.
128
129         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
130
131 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
132
133         * wl-action.el (wl-summary-target-mark-all): Don't set
134         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
135
136 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
137
138         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
139         (wl-forward-subject-prefix): Ditto.
140         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
141         (wl-draft-reply-make-subject): Ditto.
142
143         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
144         `wl-draft-forward'.
145         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
146
147 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
148
149         * wl-action.el (wl-summary-target-mark-set-action): Stop if
150         target message does not exist.
151
152 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
153
154         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
155         `wl-subject-prefix-regexp'.
156         (wl-subject-forward-prefix-regexp): New variable.
157         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
158         `wl-draft-strip-subject-re' and take regexp as argument.
159         (wl-draft-forward): Use it.
160         (wl-draft-reply): Ditto.
161
162 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
163
164         * wl-e21.el (wl-highlight-plugged-current-line): Change for
165         emacs multi-tty support.
166
167 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
168
169         * wl-e21.el (wl-e21-display-image-p): Don't call
170         `display-images-p'.
171         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
172         support.
173         (wl-highlight-folder-current-line): Ditto.
174         (wl-folder-init-icons): Ditto.
175
176 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
177
178         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
179         the last line of summary in unplugged mode.
180
181 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
182
183         * wl-vars.el (wl-refile-rule-alist): Doc fix.
184
185 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
186
187         * wl-vars.el (wl-user-mail-address-regexp): New variable.
188         * wl-address.el (wl-address-user-mail-address-p): Use it.
189         (wl-address-delete-user-mail-addresses): Ditto.
190         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
191
192         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
193         (wl-address-delete-user-mail-addresses): Ditto.
194
195         * wl-address.el (wl-address-delete-user-mail-addresses): New
196         function.
197         * wl-refile.el (wl-refile-guess-by-history): Use it.
198         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
199         (wl-draft-make-mail-followup-to): Ditto and fix logic.
200
201         * wl-draft.el (wl-draft-edit-string): To judge sender address,
202         use wl-address-user-mail-address-p.
203
204 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
205
206         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
207         after opening group.
208
209 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
212         of elmo-set-buffer-multibyte.
213
214         * wl-message.el (wl-original-message-mode): Ditto.
215
216         * wl-score.el (wl-score-insert-header): Ditto.
217
218         * wl-summary.el
219         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
220         (wl-summary-goto-folder-subr): Ditto.
221         (wl-summary-insert-headers): Ditto.
222
223         * wl-util.el (wl-set-string-width): Ditto.
224
225         * Version number is increased to 2.11.29.
226
227 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
228
229         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
230         (wl-highlight-summary-line-help-echo-alist): New variable.
231         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
232         into `wl-highlight-summary-line-help-echo' and
233         `wl-highlight-flag-folder-help-echo'.
234         (wl-highlight-summary-line-string): Change accordingly.
235         (wl-highlight-summary-current-line): Ditto.
236
237 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
238
239         * wl-highlight.el (wl-highlight-message): Ignore white spaces
240         at the beginning of field body (Thanks to Markus Knittig).
241
242         * wl-draft.el (wl-draft-insert-current-message): Also check
243         summary buffer, remove unnecessary tag.
244
245 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
246
247         * wl-draft.el (wl-draft-insert-current-message): Cause error also
248         when wl-message-buffer is nil.
249
250         * wl-folder.el (wl-folder): Abolish unused argument.
251         Call wl-folder-init when wl-folder-entity is nil.
252         * wl.el (wl): Change accordingly.
253
254 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
255
256         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
257         multibyte string before insert into draft buffer.
258         (wl-draft-create-buffer): Always enable multibyte characters for
259         draft buffer.
260
261         * Version number is increased to 2.11.28.
262
263 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
264
265         * wl-folder.el (wl-folder-open-close): Handle blank line.
266         (wl-folder-jump-to-current-entity): Ditto.
267
268 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * Version number is increased to 2.11.27.
271
272 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
273
274         * wl-thread.el (wl-thread-insert-message): When the thread is
275         devided by wl-summary-max-thread-depth, insert line at the end of
276         buffer.
277
278 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
279
280         * Version number is increased to 2.11.26.
281
282 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
283
284         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
285
286 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
287
288         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
289         value of stream-type and session.
290
291 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * Version number is increased to 2.11.25.
294
295 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
296
297         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
298         in a quit message.
299
300 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
301
302         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
303         (wl-summary-redisplay-no-mime-internal): Ditto.
304
305 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
306
307         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
308         * wl-vars.el (wl-smtp-connection-type): Ditto.
309
310 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
311
312         * wl-highlight.el (wl-highlight-message): Change to strict regexp
313         for the separator line and quote mail-header-separator.
314
315 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
316
317         * wl-spam.el (wl-message-check-spam): Fixed problem no display
318         result message.
319
320         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
321         `elmo-multiple-fields-body-list' with boundary as
322         mail-header-separator.
323
324 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
325
326         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
327
328 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
329
330         * wl-util.el (wl-list-diff): Remove unused function.
331
332         * wl-draft.el (wl-draft-send-confirm): Discard input before
333         confirmation.
334
335 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
338         order of flag and new.
339
340 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * wl-vars.el (wl-refile-policy-alist): Abolished.
343
344         * wl-action.el (wl-summary-set-action-refile): Follow the change
345         above.
346
347 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
348
349         * wl-highlight.el (wl-highlight-signature-search): Don't use
350         re-search-backward for a long word since it is possible to crash
351         XEmacs because of a bug.
352
353 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
354
355         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
356
357 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
358
359         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
360         argument for wl-summary-sync-force-update.
361
362 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
363
364         * wl-summary.el (wl-summary-mode-map): Revival of
365         wl-summary-mark-as-important related bindings;
366         Bind 'F','tF','mF','rF','m&'.
367         (wl-summary-mark-as-important-region): Revival.
368         (wl-summary-target-mark-mark-as-important): Ditto.
369         (wl-summary-target-mark-operation): New function.
370         (wl-summary-target-mark-mark-as-answered): Use it.
371         (wl-summary-decide-flag): Don't set Important as default.
372         (wl-summary-mark-as-important-internal): Revival.
373         (wl-summary-mark-as-important): Ditto.
374
375         * wl-thread.el (wl-thread-mark-as-important): Ditto.
376
377         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
378         instead of facep.
379
380 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
381
382         * wl-dnd.el (wl-dnd-drop-func): Fix.
383
384         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
385         mouse-set-point instead of posn-point.
386
387         * wl-xmas.el (wl-completing-read-multiple): Define as function.
388
389         * wl-mule.el (wl-completing-read-multiple): Ditto.
390
391 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-demo.el (face-background-name): Defalias to avoid compile
394         warning.
395
396 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
397
398         * wl-summary.el (wl-summary-decide-flag): Use
399         wl-completing-read-multiple instead of completing-read-multiple.
400
401         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
402         New alias.
403
404         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
405         Use face-background-name instead of face-background.
406
407         * wl-vars.el (wl-summary-save-file-suffix): New user option.
408
409         * wl-summary.el (wl-summary-save): Use it.
410         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
411
412         * wl-mime.el (wl-mime-save-content): Fix last change.
413
414 2004-02-10  Len Trigg <lenbok@myrealbox.com>
415
416         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
417         New function.
418         (wl-summary-sort-specs): Added sort.
419         * wl-mime.el (wl-mime-save-content): Expand file name.
420
421 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
422
423         * wl-mime.el (wl-draft-preview-message): Fixed typo.
424
425         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
426
427 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
428
429         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
430         for flag if it is not defined.
431
432 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
433
434         * wl-e21.el (wl-highlight-folder-current-line): Use
435         elmo-folder-type-internal when elmo-folder-type returns nil.
436
437         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
438
439         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
440
441         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
442
443         * wl-e21.el (wl-summary-toolbar): Ditto.
444
445         * wl-vars.el (wl-demo-background-color): Abolished.
446         (wl-summary-persistent-mark-priority-list): Renamed from
447         wl-summary-flag-priority-list.
448         (wl-summary-flag-alist): New user option.
449         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
450         (wl-message-mode-line-format-spec-alist): Added 'F'.
451         (wl-message-mode-line-format): Likewise.
452         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
453         instead of wl-summary-important-mark.
454         (wl-file-folder-icon): New variable.
455
456         * wl-thread.el (wl-thread-set-flags): Renamed from
457         wl-thread-mark-as-important.
458
459         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
460         warning.
461         (wl-summary-mode-menu-spec): Follow the change of 
462         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
463         (wl-summary-mode-map): Follow the change of
464         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
465         (wl-summary-detect-mark-position): Follow the variable name change.
466         (wl-summary-set-flags-region): New function for the replacement of
467         wl-summary-mark-as-important-region.
468         (wl-summary-sync-marks): Sync all global-flags.
469         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
470         instead of elmo-message-flagged-p.
471         (wl-summary-persistent-mark-string): Follow the variable name change;
472         Put wl-summary-flag-mark if the message has global-flag.
473         (wl-summary-target-mark-set-flags): Renamed from 
474         wl-summary-target-mark-mark-as-important.
475         (wl-summary-decide-flag): New function.
476         (wl-summary-set-flags-internal): Renamed from
477         wl-summary-mark-as-important-internal.
478         (wl-summary-add-flags-internal): New function.
479         (wl-summary-remove-flags-internal): Ditto.
480         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
481         (wl-summary-mark-as-unimportant): Abolish.
482         (wl-summary-move-spec-alist): Changed `important' to `digest'.
483         (wl-summary-next-message): List flagged messages in the msgdb.
484
485         * wl-score.el (wl-summary-score-update-all-lines): Use
486         wl-summary-add-flags-internal instead of 
487
488         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
489
490         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
491         from wl-message-buffer-cur-flag (To avoid misunderstanding).
492         (wl-message-buffer-require-all-header): Renamed from
493         wl-message-buffer-all-header-flag (Ditto).
494         (wl-message-buffer-flag-indicator): New variable.
495         (wl-message-redisplay): Changed local varibale name from `flag' to
496         `display-type'; Set up wl-message-buffer-flag-indicator.
497         (wl-message-buffer-display): Changed varibale name from `flag' to
498         `display-type'.
499         (wl-message-display-internal): Likewise.
500
501         * wl-highlight.el (wl-highlight-demo-face): Define default background
502         color.
503         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
504
505         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
506
507         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
508         (wl-demo-setup-properties): Renamed from
509         `wl-demo-set-background-color'.
510         (wl-demo): Follow the change above.
511         
512         * Version number is increased to 2.11.24.
513
514 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * wl-summary.el (wl-summary-toggle-thread): Call
517         `wl-summary-rescan' with disable-thread as non-nil.
518         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
519
520 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
521
522         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
523         foreground property of the face.
524         (wl-demo-insert-text): Don't set up face property here.
525         (wl-demo): Call wl-demo-set-background-color, anyway.
526
527 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
528
529         * wl-vars.el (wl-demo-background-color): The value can be nil.
530
531 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
532
533         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
534         to wl-summary-wheel-dispatcher.
535
536         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
537         wl-message-wheel-dispatcher.
538         (wl-message-wheel-dispatcher): New function.
539         (wl-summary-wheel-dispatcher): Ditto.
540
541 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
542
543         * wl-action.el (wl-summary-target-mark-all): List messages which are
544         not in the killed-list.
545
546         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
547         only when the folder is 'flag/important.
548
549         * wl-address.el (wl-complete-field-body): Complete if the last
550         character is a space.
551
552 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-folder.el (wl-folder-clear-entity-info): Use
555         elmo-clear-hash-val.
556
557         * wl-fldmgr.el (wl-fldmgr-rename): Set
558         wl-folder-info-alist-modified as t.
559
560 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
561
562         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
563
564 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
565
566         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
567         (wl-folder-buffer-last-visited-entity-id): New buffer local
568         variable.
569         (wl-folder-revisit-last-visited-folder): New function.
570         (wl-folder-mode-map): Bind it to "C-i".
571         (wl-folder-set-current-entity-id): Set last visited folder.
572         * wl-summary.el (wl-summary-exit): Ditto.
573
574 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
577         before calling `recenter' in order to cope with an XEmacs bug.
578
579 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
580
581         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
582         to the default value.
583
584 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
587         change.
588         (wl-summary-sync-marks): Ditto.
589         (wl-summary-mark-as-read-internal): Ditto.
590         (wl-summary-mark-as-answered-internal): Ditto.
591         (wl-summary-mark-as-important-internal): Ditto.
592         (wl-summary-reply): Ditto.
593
594         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
595         instead of `elmo-folder-unflag-answered'.
596
597         * Version number is increased to 2.11.23.
598
599         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
600         the last change.
601
602 2004-01-11  Kenichi Okada  <okada@opaopa.org>
603
604         * wl-spam.el (wl-summary-exec-action-refile-with-register):
605         Specify "spam" or "good".
606
607 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
608
609         * wl-spam.el (wl-summary-exec-action-spam): Call
610         wl-folder-confirm-existence for spam folder.
611         (wl-spam-setup): Bind "mk".
612
613 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
614
615         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
616
617 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
618
619         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
620         destination folder is empty.
621
622 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
623
624         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
625         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
626
627         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
628         (wl-summary-refile-prev-destination-region): New function.
629         (wl-thread-refile-prev-destination): Ditto.
630         (wl-summary-target-mark-refile-prev-destination): Ditto.
631
632 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
633
634         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
635         (wl-demo-background-color): Changed default value.
636
637         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
638         color.
639
640         * wl-demo.el (wl-demo-set-background-color): New function.
641         (wl-demo): Call it.
642
643 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * wl-address.el (wl-address-delete): Avoid mis-deleting.
646         * wl-address.el (wl-address-add-or-change): Don't add empty
647         address.
648
649 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
650
651         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
652
653 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
654
655         * wl-vars.el (wl-demo-image-filter-alist): New variable
656         (wl-demo-background-color): Ditto.
657
658         * wl-demo.el (wl-demo-xpm-set-background): New function.
659         (wl-demo-image-filter): Ditto.
660         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
661
662         * wl-vars.el (wl-demo-icon-name-alist): New variable.
663
664         * wl-demo.el (wl-demo-icon-name): Define as function.
665         (wl-demo-insert-image): Use it.
666
667 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
668
669         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
670
671 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
672
673         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
674
675 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
676
677         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
678
679 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * wl-thread.el (wl-thread-mark-as-answered): New function.
682
683         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
684         answered" entry.
685         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
686         "r&" and wl-thread-mark-as-answered to "t&".
687         (wl-summary-mark-as-important-region): Refine to toggle mark.
688         (wl-summary-mark-as-answered-region): New function.
689         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
690         and 3rd argument.
691         (wl-summary-mark-as-important-internal): Likewise.
692
693 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
694
695         * wl-template.el (wl-template-preview): New internal variable.
696         (wl-template-preview-p): New function.
697         (wl-template-show): Bind `wl-template-preview' as t.
698
699 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
702         `elmo-message-entity-field' with 3rd argument which is non-nil.
703
704 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
705
706         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
707         Removed duplicate local bind `folder'.
708
709 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
710
711         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
712
713 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
716         duplicate definition.
717
718 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
719
720         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
721         non-nil, use it; Don't fetch message if there's no message in the
722         current cursor position.
723
724 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
725
726         * wl-util.el (wl-region-exists-p): Use region-active-p.
727         (wl-deactivate-region): New function.
728         * wl-message.el (wl-message-redisplay): Deactivate region.
729
730         * wl-summary.el (wl-summary-reply): Call
731         `wl-summary-set-message-buffer-or-redisplay' instead of
732         `wl-summary-redisplay-internal', don't move point.
733
734 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
735
736         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
737         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
738         by regexp.
739
740 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
741
742         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
743         if no need.
744
745 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
746
747         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
748         default value to nil.
749         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
750         `wl-summary-prepare-hook'; Replace refile action to
751         `wl-summary-exec-action-refile-with-register'.
752
753         * Version number is increased to 2.11.22.
754
755 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
756
757         * wl-summary.el (wl-summary-detect-mark-position): Set
758         `wl-summary-buffer-weekday-name-lang'.
759
760 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
761
762         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
763         (wl-summary-mark-as-read-all): Ditto.
764         (wl-summary-delete-messages-on-buffer): Ditto.
765         (wl-summary-sync-update): Ditto.
766         (wl-summary-mark-as-read-internal): Ditto.
767         (wl-summary-mark-as-answered-internal): Ditto.
768         (wl-summary-update-folder-info): Abolished.
769
770 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * wl-summary.el (wl-summary-mark-as-read-all): Use
773         `wl-summary-update-folder-info' instead of
774         `wl-folder-update-unread'.
775
776 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
777
778         * wl-summary.el (wl-summary-update-folder-info): New function derived from
779         `wl-summary-folder-info-update'.
780         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
781         instead of `wl-summary-folder-info-update'.
782         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
783         `wl-folder-set-folder-updated'.
784         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
785         instead of `wl-folder-update-unread'.
786         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
787         the value of `wl-summary-buffer-unread-count' for the second parameter of
788         `wl-folder-update-unread'.
789
790         * Version number is increased to 2.11.21.
791
792 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
793
794         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
795         a local variable.
796
797 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
798
799         * wl-spam.el (wl-summary-mark-spam): Show message only if call
800         interactively.
801
802         * wl-summary.el (wl-summary-mark-as-important-internal): New
803         internal function.
804         (wl-summary-mark-as-important): Use it.
805         (wl-summary-mark-as-unimportant): New function.
806         (wl-summary-sync-marks): Follow the API change.
807
808         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
809
810         * wl-mime.el (wl-summary-burst): Check target folder is writable.
811
812 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
813
814         * wl-folder.el (wl-folder-update-unread): Re-indent.
815         Narrow the scope of a local variable.
816
817 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
818
819         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
820         (wl-addrmgr-merge-entries): Ditto.
821         (wl-addrmgr): Added to address entry which exists in draft buffer
822         if no entry is in original.
823
824 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
825
826         * wl-batch.el: New file.
827
828 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
829
830         * wl-vars.el (wl-use-semi): Remove unused variable.
831
832 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
833
834         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
835         "?".
836
837 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
838
839         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
840         wl-summary-new-mark.
841         (wl-summary-new-cached-mark): New user option.
842         (wl-summary-score-marks): Follow the change above.
843         (wl-summary-auto-refile-skip-marks): Ditto.
844         (wl-summary-incorporate-marks): Ditto.
845         (wl-summary-expire-reserve-marks): Ditto.
846
847         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
848
849         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
850         (wl-summary-persistent-mark-string): Distinguished between cached
851         and uncached mark when the message is new.
852
853 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
854
855         * wl-spam.el (wl-spam-domain): Renamed from
856         `wl-spam-folder-guess-domain'.
857         (wl-summary-exec-action-spam): Register as spam if domain of the
858         source folder is good.
859         (wl-summary-exec-action-refile-with-register): Register message if
860         domain of the source folder is not undecided.
861
862 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
865         detect thread loop.
866
867 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
870         and wl-summary-skip-mark-list.
871
872 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
875
876         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
877
878         * wl-spam.el (toplevel): Require wl-highlight.
879         (wl-spam-auto-check-policy-alist): Abolish.
880         (wl-spam-auto-check-folder-regexp-list): New user option.
881         (wl-spam-auto-check-marks): Ditto.
882         (wl-spam-mark-action-list): Ditto.
883         (wl-highlight-summary-spam-face): New face.
884         (wl-spam-auto-check-message-p): New function.
885         (wl-spam-map-spam-messages): Fixed message.
886         (wl-spam-register-spam-messages): Ditto.
887         (wl-spam-register-good-messages): Ditto.
888         (wl-summary-spam-map): Add and remove keybind.
889         (wl-summary-target-mark-spam): Abolish.
890         (wl-summary-refile-spam): Ditto.
891         (wl-summary-test-spam): New function.
892         (wl-summary-mark-spam): Ditto.
893         (wl-summary-auto-check-spam): Follow the above change.
894         (wl-summary-exec-action-spam): New function.
895         (wl-summary-exec-action-refile-with-register): Fixed message.
896         (wl-message-check-spam): New function.
897         (wl-spam-setup): Ditto.
898         (toplevel): Call it if this file is loaded interactivity.
899
900         * Version number is increased to 2.11.20.
901
902 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
905         when new optional argument `force' is non nil or modified.
906
907 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
908
909         * wl.el (toplevel): Require wl-spam when compile.
910         (wl-save-status): Call wl-spam-save-status.
911
912         * wl-spam.el (wl-spam-register-spam-messages): New function.
913         (wl-spam-register-good-messages): Ditto.
914         (wl-spam-save-status): Ditto.
915         (wl-summary-mode-map): Bind
916         wl-summary-target-mark-register-as-spam to "ms" and
917         wl-summary-target-mark-register-as-good to "mn".
918         (wl-summary-register-as-spam): Abolish optional argument; Use
919         wl-spam-register-spam-messages.
920         (wl-summary-register-as-spam-all): Use
921         wl-spam-register-spam-messages.
922         (wl-summary-register-as-good): Abolish optional argument; Use
923         wl-spam-register-good-messages.
924         (wl-summary-register-as-good-all): Use
925         wl-spam-register-good-messages.
926         (wl-summary-target-mark-register-as-spam): New funtion.
927         (wl-summary-target-mark-register-as-good): Ditto.
928
929 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-spam.el: New file.
932
933 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
936
937         * wl-action.el (wl-auto-refile-guess-functions): New variable.
938         (wl-summary-auto-refile): Call wl-refile-guess with
939         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
940
941 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
944         with disable-thread argument non-nil.
945
946 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
947
948         * wl-summary.el (wl-summary-rescan): Added optional argument
949         disable-thread.
950         (wl-summary-sync): Call wl-summary-rescan with argument
951         disable-thread.
952         (wl-summary-input-range): Added new range `rescan-thread'.
953
954 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
955
956         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
957
958 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
959
960         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
961         internal variable.
962         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
963         wl-summary-search-parent-by-subject-regexp and
964         wl-summary-divide-thread-when-subject-changed as nil.
965         (wl-summary-insert-sequential): If entity is nil, nothing to do.
966         (wl-summary-insert-thread): Search parent entity from
967         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
968         thread loop.
969
970 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
971
972         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
973
974         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
975
976         * wl-util.el (wl-require-update-all-folder-p): New function.
977         (wl-get-assoc-list-value): Added `function' to match directive.
978         (wl-collect-draft): Rewrite.
979
980         * wl-summary.el (wl-summary-sync-update): Clear faces
981         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
982         are non-nil.
983         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
984         argument as function.
985         (wl-summary-input-range): Ditto.
986
987         * wl-folder.el (wl-draft-get-folder): New function.
988         (wl-folder-get-elmo-folder): Consider draft folder.
989
990         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
991         (wl-draft-buffer-message-number): New buffer local variable.
992         (wl-draft-folder-internal): New internal variable.
993         (wl-draft-delete): Rewrite.
994         (wl-draft-save): Ditto.
995         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
996         wl-folder-get-elmo-folder.
997         (wl-draft-config-info-operation): Ditto.
998         (wl-jump-to-draft-folder): Ditto.
999         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1000         (wl-draft-reedit): Rewrite.
1001
1002         * Version number is increased to 2.11.19.
1003         
1004 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1005
1006         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1007         variable.
1008
1009 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1012         Use ignore-errors instead of unwind-protect.
1013
1014 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1015
1016         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1017         for updating `wl-thread-entity-list'.
1018
1019 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1020
1021         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1022         parameter from calling `wl-thread-entity-get-older-brothers' and
1023         `wl-thread-entity-get-younger-brothers'.
1024         Replace nested `append' with a single one.
1025
1026 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * wl-summary.el (wl-summary-mode): Don't use the return value of
1029         `make-local-hook'.
1030
1031 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1032
1033         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1034         instead of `let*'.
1035         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1036         of local variables.
1037
1038 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1039
1040         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1041         Renamed from wl-summary-window-scroll-functions.
1042         (wl-summary-window-scroll-functions): Don't set to variable.
1043         (wl-summary-display-top): Use run-hooks.
1044         (wl-summary-display-bottom): Ditto.
1045         (wl-summary-toggle-disp-msg): Ditto.
1046         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1047         Use it instead of wl-summary-window-scroll-functions.
1048         (wl-summary-goto-folder-subr): Don't call
1049         wl-summary-window-scroll-functions, use
1050         wl-summary-buffer-window-scroll-functions instead.
1051
1052 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1053
1054         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1055         make-local-variable.
1056
1057 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1058
1059         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1060         set-buffer-modified-p.
1061         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1062         (wl-summary-display-bottom): Ditto.
1063         (wl-summary-toggle-disp-msg): Ditto.
1064
1065 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1068
1069         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1070         (wl-summary-forward): Use elmo-message-entity-field instead of
1071         elmo-message-field.
1072
1073         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1074
1075 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-summary.el (wl-summary-window-scroll-functions): No use
1078         `append'.
1079
1080 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1081
1082         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1083         function.
1084         (wl-summary-window-scroll-functions): Call it when both
1085         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1086         (wl-summary-temp-mark): Added optional argument number.
1087         (wl-summary-message-mark): Added optional argument flag.
1088         (wl-summary-persistent-mark): Added optional argument number and flag.
1089         (wl-summary-update-persistent-mark): Ditto.
1090         (wl-summary-update-status-marks): Set "r" for interactive spec.
1091
1092         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1093         argument number and flag.
1094
1095         * wl-action.el (wl-summary-registered-temp-mark): 
1096         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1097
1098 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1101         internal variable (buffer local).
1102         (wl-summary-window-scroll-functions): New function.
1103         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1104         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1105         as nil.
1106         (wl-summary-update-status-marks): Added arguments beg, end and
1107         check.
1108         (wl-summary-update-mark-window): Use function.
1109         (wl-summary-sync-update): Follow the change above.
1110         (wl-summary-switch-to-clone-buffer): Copy
1111         wl-summary-buffer-unsync-mark-number-list.
1112         (wl-summary-goto-folder-subr): Set
1113         wl-summary-buffer-unsync-mark-number-list and
1114         use wl-summary-window-scroll-functions instead of
1115         wl-summary-lazy-highlight.
1116
1117         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1118
1119 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1120
1121         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1122
1123         * wl-summary.el (wl-summary-update-persistent-mark): Call
1124         wl-summary-set-message-modified.
1125
1126         * wl-summary.el (wl-summary-sync-update): Don't call
1127         wl-summary-update-status-marks.
1128
1129         * Version number is increased to 2.11.18.
1130
1131 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1132
1133         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1134         (wl-message-next-page): Ditto.
1135
1136 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1137
1138         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1139         local variable.  Change the order of a collected list into the
1140         same as the specified range.  Remove nil from a collected list.
1141
1142 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1145         argument for elmo-folder-list-messages.
1146
1147 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1148
1149         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1150         change (wl-summary-count-unreads return a list instead of a cons
1151         cell).
1152
1153 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1154
1155         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1156         `wl-summary-folder-info-update'.
1157
1158 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * wl-summary.el (wl-summary-set-message-modified): No use
1161         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1162         (wl-summary-set-mark-modified): Abolish.
1163         (wl-summary-mark-modified-p): Ditto.
1164         (wl-summary-save-view): Follow the change above.
1165
1166         * wl-expire.el (wl-summary-expire): Likewise.
1167
1168 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1169
1170         * wl-summary.el (wl-summary-detect-mark-position): Use
1171         modb-entity-handler.
1172         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1173
1174         * Version number is increased to 2.11.17.
1175
1176 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1177
1178         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1179         entity field value.
1180         (wl-summary-prefetch-msg): Ditto.
1181         (wl-summary-print-message-with-ps-print): Ditto.
1182
1183 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1184
1185         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1186         for dummy entity.
1187         (wl-summary-insert-thread): Use elmo-message-entity-field.
1188         (wl-summary-update-thread): Use elmo-message-entity-field and
1189         elmo-message-entity-number.
1190         (wl-summary-line-number):  Use elmo-message-entity-number.
1191         (wl-summary-line-size): Use elmo-message-entity-field.
1192         (wl-summary-line-subject): Ditto.
1193         (wl-summary-line-from): Ditto.
1194         (wl-summary-line-attached): Ditto.
1195         (wl-summary-create-line): Ditto.
1196         (wl-summary-create-line): Use elmo-message-entity-number.
1197         (wl-summary-print-message-with-ps-print): Use
1198         elmo-message-entity-field.
1199
1200 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1201
1202         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1203         change in elmo-msgdb-make-message-entity.
1204         (wl-summary-buffer-set-folder): Don't call
1205         wl-summary-detect-mark-position here.
1206         (wl-summary-rescan): Call elmo-message-entity-number.
1207         (wl-summary-sync-update): Ditto.
1208         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1209
1210         * wl-score.el (wl-score-header-index): Redefine 2th element.
1211         (wl-score-overview-entity-get-extra): Abolish.
1212         (wl-score-ov-entity-get): Rewrite.
1213         (wl-score-string-index<, wl-score-string-func<): Abolish.
1214         (wl-score-string<): New function.
1215         (wl-score-string-sort): Use it.
1216
1217         * wl-refile.el (wl-refile-guess-by-history): Use
1218         elmo-message-entity-field.
1219         (wl-refile-guess-by-from): Ditto.
1220         (wl-refile-guess-by-msgid): Ditto.
1221
1222         * Version number is increased to 2.11.16.
1223
1224 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1225
1226         * wl-folder.el (wl-folder-confirm-existence): Don't call
1227         file-exists-p if msgdb-path is nil.
1228         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1229         `wl-read-folder-hist' to `wl-read-folder-history'.
1230
1231 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1232
1233         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1234         `y-or-n-p'.
1235
1236 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1237
1238         * wl-score.el (wl-score-headers): Don't use
1239         elmo-folder-do-each-message-entity.
1240
1241         * Version number is increased to 2.11.15.
1242
1243 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1244
1245         * wl-summary.el (wl-summary-delete-all-msgs): Use
1246         elmo-folder-move-messages instead of elmo-folder-delete-messages
1247         and elmo-folder-detach-messages.
1248         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1249
1250         * wl-expire.el (wl-expire-delete): Ditto.
1251         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1252
1253 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1254
1255         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1256         (wl-message-header-narrowing-fields): Ditto.
1257         (wl-message-header-narrowing-lines): Ditto.
1258         (wl-message-header-narrowing-string): Ditto.
1259
1260         * wl-summary.el (wl-summary-mode-map): Bind
1261         wl-summary-toggle-header-narrowing to "C-cC-f".
1262         (wl-summary-toggle-header-narrowing): New function.
1263
1264         * wl-message.el (wl-message-buffer-create): Call
1265         wl-message-header-narrowing-setup.
1266         (wl-message-redisplay): Call wl-message-header-narrowing.
1267         (wl-message-header-narrowing): New function.
1268         (wl-message-header-narrowing-map): New keymap.
1269         (wl-message-header-narrowing-widen-map): New keymap.
1270         (wl-message-header-narrowing-again-at-mouse): New function.
1271         (wl-message-header-narrowing-1): Ditto.
1272         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1273         (wl-message-header-narrowing-setup): Ditto.
1274         (wl-message-header-narrowing-toggle): Ditto.
1275         
1276         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1277
1278         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1279         'flag as all.
1280         (wl-use-flag-folder-help-echo): New user option.
1281
1282         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1283         wl-summary-highlight as nil.
1284         (wl-summary-set-mark-modified): Follow the API change.
1285         (wl-summary-mark-modified-p): Ditto.
1286         (wl-summary-mark-as-read-all): Ditto.
1287         (wl-summary-sync-marks): Don't call
1288         elmo-folder-list-messages-with-global-mark.
1289         (wl-summary-mark-as-read-internal): Follow the API change.
1290         (wl-summary-mark-as-answered-internal): Ditto.
1291         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1292         Follow the API change.
1293         (wl-summary-create-line): Call with number argument.
1294         (wl-summary-reply): Follow the API change.
1295
1296         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1297         function.
1298         (wl-highlight-summary-line-string): Call it when
1299         wl-use-flag-folder-help-echo is non-nil.
1300         (wl-highlight-summary-current-line): Ditto.
1301         (elmo-flag-folder-referrer): Added autoload setting.
1302
1303         * wl-draft.el (wl-draft-kill): Follow the API change.
1304
1305         * Version number is increased to 2.11.14.
1306         
1307 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1308
1309         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1310
1311 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1312
1313         * Version number is increased to 2.11.13.
1314
1315 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1316
1317         * wl-draft.el (wl-draft-previous-history-element): Fixed
1318         unbalanced parenthesis and bind unbound local variables.
1319
1320 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1321
1322         * wl-draft.el (wl-draft-previous-history-element): New function.
1323         (wl-draft-next-history-element): Ditto.
1324         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1325         them to M-p and M-n.
1326
1327 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1328
1329         * Version number is increased to 2.11.12.
1330
1331 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1332
1333         * wl-draft.el (wl-draft-hide): Select buffer-window.
1334
1335 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1336
1337         * wl-summary.el (wl-summary-narrow-to-region): New function.
1338         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1339         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1340         (wl-summary-save-region): Use it.
1341         * wl-action.el (wl-summary-collect-numbers-region)
1342         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1343
1344 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1345
1346         * wl-folder.el (wl-folder-count-incorporates): Don't use
1347         `elmo-msgdb-mark-load'
1348
1349         * Version number is increased to 2.11.11.
1350
1351 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1352
1353         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1354         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1355
1356 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1357
1358         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1359
1360 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * Version number is increased to 2.11.10.
1363
1364 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1365
1366         * wl-mime.el (wl-draft-attribute-value): Fixed.
1367
1368 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-util.el (wl-copy-local-variables): New function.
1371
1372         * wl-mime.el (wl-draft-attribute-recipients): New function.
1373         (wl-draft-attribute-envelope-from): Ditto.
1374         (wl-draft-attribute-smtp-posting-server): Ditto.
1375         (wl-draft-attribute-smtp-posting-port): Ditto.
1376         (wl-draft-attribute-value): Ditto.
1377         (wl-draft-preview-message): Use it to get value for
1378         attributes. Reflect result of `wl-draft-config'.
1379
1380         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1381         and call `wl-summary-mark-as-read' before to call
1382         `wl-summary-unset-mark'.
1383         (wl-summary-target-mark-mark-as-unread): Likewise.
1384         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1385
1386 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1387
1388         * wl-mime.el (wl-draft-preview-message): Use actual value for
1389         attributes; Fix for small window.
1390
1391 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1392
1393         * wl-refile.el (wl-refile-get-field-value): Call
1394         `elmo-message-entity-field' with 3rd argument is non-nil.
1395
1396 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1397
1398         * wl-vars.el (wl-draft-preview-attributes): New user option.
1399         (wl-draft-preview-attributes-list): Ditto.
1400         (wl-draft-preview-attributes-buffer-lines): Ditto.
1401         (wl-draft-preview-attributes-buffer-name): Ditto.
1402
1403         * wl-mime.el (wl-draft-preview-message): Display attributes.
1404
1405 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1406
1407         * wl-summary.el (wl-summary-detect-mark-position): Bind
1408         wl-summary-flag-priority-list to '(new).
1409
1410 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1411
1412         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1413         funtion.
1414         (wl-highlight-summary-line-string): Use it.
1415         (wl-highlight-summary-current-line): Ditto.
1416
1417 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1418
1419         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1420         line even when the mark string is not changed.
1421
1422         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1423         argument change in the wl-summary-create-line.
1424         (wl-thread-insert-entity-sub): Ditto.
1425
1426         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1427         argument change in the wl-summary-create-line.
1428         (wl-summary-insert-sequential): Ditto.
1429         (wl-summary-update-thread): Ditto.
1430         (wl-summary-persistent-mark-string): New inline function.
1431         (wl-summary-message-mark): Use it.
1432         (wl-summary-create-line): Abolish argument wl-persistent-mark
1433         and added wl-flags, wl-cached.
1434
1435         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1436         mark to flags.
1437         (wl-highlight-summary-current-line): Decide the face not by the 
1438         persistent mark but flags.
1439
1440 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1441
1442         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1443         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1444         wl-summary-read-uncached-mark): Revive.
1445         (wl-summary-answered-cached-mark,
1446         wl-summary-answered-uncached-mark): New user option.
1447         (wl-summary-score-marks): Follow the change above.
1448         (wl-summary-auto-refile-skip-marks): Ditto.
1449         (wl-summary-incorporate-marks): Ditto.
1450         (wl-summary-expire-reserve-marks): Ditto.
1451         (wl-summary-flag-priority-list): New user option.
1452
1453         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1454         changes.
1455         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1456         of elmo-message-mark.
1457         (wl-summary-mark-as-read-internal): Ditto.
1458         (wl-summary-mark-as-answered): Ditto.
1459         (wl-summary-mark-as-important): Ditto.
1460         (wl-summary-redisplay-internal): Ditto.
1461         (wl-summary-redisplay-no-mime-internal): Ditto.
1462         (wl-summary-message-mark): New function.
1463         (wl-summary-insert-sequential): Use wl-summary-message-mark
1464         instead of elmo-message-mark.
1465         (wl-summary-update-thread): Ditto.
1466         (wl-summary-persistent-mark): Ditto.
1467         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1468         instead of elmo-message-mark.
1469
1470         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1471         wl-summary-message-mark instead of elmo-message-mark.
1472         (wl-thread-insert-entity-sub): Ditto.
1473         (wl-thread-get-children-msgs-uncached): Ditto.
1474
1475         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1476         variable name changes.
1477         (wl-highlight-summary-current-line): Ditto.
1478
1479         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1480         wl-summary-message-mark instead of elmo-message-mark.
1481
1482         * wl-expire.el (wl-expire-message-p): Ditto.
1483
1484         * wl-score.el (wl-score-headers): Ditto.
1485
1486         * Version number is increased to 2.11.9.
1487
1488         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1489         (wl-summary-sync-update): Follow the change above.
1490         (wl-summary-switch-to-clone-buffer): Ditto.
1491         (wl-summary-open-folder): Ditto.
1492
1493 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1494
1495         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1496         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1497
1498         * Version number is increased to 2.11.8.
1499
1500         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1501
1502         * wl-expire.el (wl-expire-refile): Follow the API change on
1503         `elmo-folder-move-messages'.
1504         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1505
1506         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1507         (wl-summary-exec-action-refile): Ditto.
1508         (wl-summary-exec-action-copy): Ditto.
1509         (wl-summary-no-auto-refile-message-p): No use
1510         `wl-summary-buffer-msgdb'.
1511         (wl-summary-auto-refile): Ditto.
1512
1513 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1514
1515         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1516
1517 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1518
1519         * wl-summary.el (wl-summary-sync): Treat no-sync.
1520
1521         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1522         (wl-default-sync-range): Ditto.
1523
1524 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * wl-refile.el (wl-refile-subject-learn): Call
1527         `elmo-message-entity-field' with 3rd argument is non-nil.
1528         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1529         instead of `elmo-msgdb-overview-entity-get-subject'.
1530
1531 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1532
1533         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1534         scan-type is rescan.
1535         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1536         new optional argument force is non-nil.
1537         (wl-summary-save-view-cache): Call it with force argument non-nil.
1538
1539         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1540
1541 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1542
1543         * wl-action.el (wl-summary-print-argument): Fixed last change.
1544
1545 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1546
1547         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1548         simplified.
1549         (wl-summary-target-mark-mark-as-unread): Likewise.
1550         (wl-summary-target-mark-mark-as-important): Likewise.
1551
1552 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1553
1554         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1555         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1556         (wl-summary-mark-as-important-region): Change accordingly.
1557         (wl-summary-target-mark-mark-as-important): Ditto.
1558
1559 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1560
1561         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1562
1563         * wl-action.el (wl-summary-print-argument): Print argument to
1564         right side of window if `wl-summary-print-argument-within-window'
1565         is non-nil.
1566
1567 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1568
1569         * wl-action.el (wl-summary-set-mark): Use
1570         `wl-summary-message-visible-p' to check visibility of the message
1571         and jump to message only when the message line is visible and have
1572         different number; Call wl-summary-unset-mark with number argument.
1573         (wl-summary-unset-mark): 
1574         Use `wl-summary-message-visible-p'
1575         to check visibility of the message and jump to message only when
1576         the message line is visible and have different number;
1577
1578 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1579
1580         * Version number is increased to 2.11.7.
1581
1582         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1583         and wl-folder-summary-line-format.
1584
1585         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1586         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1587         (wl-summary-set-score-mark): Use it.
1588         (wl-summary-target-mark-mark-as-read): Ditto.
1589         (wl-summary-target-mark-mark-as-unread): Ditto.
1590         (wl-summary-target-mark-mark-as-important): Ditto.
1591         (wl-summary-target-mark-msgs): Simplified.
1592         (wl-summary-detect-mark-position): Fixed problem when
1593         summary-line-format no contain persisten/temp mark spec.
1594         (wl-summary-temp-mark): Ditto.
1595         (wl-summary-persistent-mark): Ditto.
1596         (wl-summary-update-persistent-mark): Ditto.
1597
1598         * wl-action.el (wl-summary-set-mark): Ditto.
1599         (wl-summary-unset-mark): Ditto.
1600         All other related portions are changed.
1601
1602 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1603
1604         * Version number is increased to 2.11.6.
1605
1606 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1607
1608         * wl-util.el (wl-current-message-buffer): Define as function;
1609         Don't use the value of wl-messge-buffer.
1610
1611         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1612         persistent mark.
1613
1614         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1615         no current message, cause an error.
1616
1617 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1618
1619         * wl-summary.el (wl-summary-set-message-modified): Use
1620         elmo-folder-set-message-modified instead of
1621         elmo-folder-set-message-modified-internal.
1622
1623 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1624
1625         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1626         interactively.
1627         (wl-summary-sync): nokill->entirely.
1628         (wl-summary-sync-marks): Fixed message.
1629         (wl-summary-input-range): Added mark, nokill->entirely.
1630
1631         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1632         messages as read.
1633
1634 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1635
1636         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1637         update-noscore.
1638         (wl-summary-sync): Follow the change above.
1639
1640 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1641
1642         * wl-action.el (wl-summary-target-mark-all): Use
1643         elmo-folder-list-messages.
1644
1645 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1646
1647         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1648         (wl-summary-rescan): Set wl-summary-scored as nil.
1649         (wl-summary-sync-force-update): Follow the change above.
1650         (wl-summary-sync): Ditto.
1651         (wl-summary-sync-update): Added argument disable-killed.
1652         (wl-summary-insert-headers): Set visible-only argument for
1653         elmo-folder-list-messages.
1654         (wl-summary-input-range): Added update-nokill, update-noscore,
1655         all-nokill, all-noscore and mark.
1656
1657         * Version number is increased to 2.11.5.
1658
1659         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1660
1661 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1662
1663         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1664         (wl-summary-prefetch-region-no-mark): Change accordingly.
1665         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1666
1667 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1668
1669         * wl-address.el (wl-complete-field-to): Abolished.
1670         (wl-complete-address): Completion function for completing-read.
1671         * wl-action.el (wl-summary-get-resend-address): Use it.
1672
1673         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1674         wl-summary-update-mark and abolish unused argument.
1675         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1676         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1677         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1678         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1679         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1680         * wl-draft.el (wl-draft-kill): Ditto.
1681
1682         * wl-summary.el: Remove unused binding of case-fold-search.
1683         (wl-summary-replace-status-marks): Abolished.
1684
1685 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1686
1687         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1688         is specified or folder length is zero.
1689
1690 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1693         (wl-folder-archive-current-entity): Ditto.
1694
1695 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1696
1697         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1698         retrieving message mark.
1699         (wl-summary-redisplay-internal): Ditto.
1700
1701         * wl-message.el (wl-message-buffer-display): Ignore errors while
1702         retrieving message-id field.
1703
1704         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1705         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1706         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1707         order of the arguments for `wl-expire-message-p'.
1708         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1709
1710         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1711         Check return value of wl-summary-reply.
1712         (wl-summary-reply): Recover window configuration when an error occured.
1713
1714 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1715
1716         * wl-summary.el (wl-summary-resend-message): Abolished, the
1717         feature is inherited by wl-summary-resend (put resend mark).
1718
1719 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1720
1721         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1722         wl-message-buffer to nil when the message is hide.
1723
1724 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1725
1726         * .cvsignore: New file.
1727
1728 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1729
1730         * wl-action.el (wl-summary-action-docstring): Add more info.
1731         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1732         duplicate definition.
1733         (wl-summary-define-mark-action): Functions wl-summary-*-region
1734         keep current position.
1735         (wl-summary-unregister-target-mark): Store result to the variable.
1736
1737 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1738
1739         * Version number is increased to 2.11.4.
1740
1741 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1742
1743         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1744         wl-summary-delete-all-temp-marks.
1745         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1746
1747         * wl-action.el (wl-summary-set-mark): Changed terminology
1748         refile-destination -> action-argument.
1749         (wl-summary-unset-mark): Ditto.
1750         (wl-summary-remove-argument): Ditto.
1751         (wl-summary-print-argument): Ditto.
1752
1753         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1754         (wl-thread-remove-argument-region): Ditto.
1755         (wl-thread-print-argument-region): Ditto.
1756         (wl-thread-close): Ditto.
1757         (wl-thread-open): Ditto.
1758
1759         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1760         (wl-highlight-refile-destination-face is abolished)
1761         (wl-highlight-action-argument-string): Ditto.
1762         (wl-highlight-summary-current-line): Highlight action argument.
1763
1764         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1765         color for light backgrounds.
1766         (wl-highlight-summary-answered-face): Ditto.
1767
1768 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1769
1770         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1771
1772         * wl-score.el (wl-summary-score-update-all-lines): Use
1773         wl-summary-set-mark.
1774         (wl-summary-score-update-all-lines): Kill expunged messages.
1775
1776         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1777
1778 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1779
1780         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1781         directly.
1782         (wl-score-overview-entity-get-lines): Ditto.
1783         (wl-score-overview-entity-get-xref): Ditto.
1784         (wl-score-get-latest-msgs): Ditto.
1785         (wl-summary-rescore): Ditto.
1786
1787         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1788         to "&".
1789         (wl-summary-mark-as-answered-internal): New inline function.
1790         (wl-summary-mark-as-answered): New function.
1791         (wl-summary-mark-as-unanswered): Ditto.
1792         (wl-summary-sync-marks): Modified for answered-mark synching.
1793
1794 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1795
1796         * wl-action.el (wl-summary-set-mark): Fixed last change.
1797
1798 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1799
1800         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1801         behavior of wl-summary-unread-message-hook
1802         (Pointed out by akira yamada <akira@arika.org>).
1803
1804 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1805
1806         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1807         wl-summary-delete.
1808         * wl-xmas.el (wl-summary-toolbar): Ditto.
1809
1810         * wl-action.el (wl-summary-set-mark): Don't override current
1811         temp-mark.
1812
1813         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1814
1815 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1816
1817         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1818         (wl-refile-msgid-learn): Ditto.
1819         (wl-refile-get-field-value): Ditto.
1820
1821         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1822
1823         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1824         (wl-expire-delete-reserved-messages): Renamed from
1825         wl-expire-reserve-marked-msgs-from-list.
1826         (wl-expire-delete): Removed argument `msgdb'.
1827         (wl-expire-refile): Ditto.
1828         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1829         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1830         mark-alist as argument.
1831         (wl-expire-archive-number1): Removed argument `msgdb'.
1832         (wl-expire-archive-number2): Ditto.
1833         (wl-expire-archive-date): Ditto.
1834         (wl-expire-localdir-date): Ditto.
1835         (wl-expire-hide): Ditto.
1836         (wl-archive-number1): Ditto.
1837         (wl-archive-number2): Ditto.
1838         (wl-archive-date): Ditto.
1839         (wl-archive-folder): Ditto.
1840         All other related portions are changed.
1841
1842 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1843
1844         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1845         mean move up and down. (suggested by Takashi Kawachi)
1846
1847 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1848
1849         * wl-acap.el (toplevel): Don't require un-define.
1850
1851 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1852
1853         * wl-thread.el (wl-thread-delete-message): Always update
1854         wl-summary-buffer-number-list.
1855
1856         * wl-action.el (wl-summary-print-destination): 
1857         Do nothing when folder is nil.
1858
1859 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1860
1861         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1862         persistent mark when prefetch is succeeded.
1863
1864 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1865
1866         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1867         instead of elmo-msgdb-delete-msgs.
1868         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1869         (wl-expire-hide): Ditto.
1870
1871         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1872
1873         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1874         elmo-msgdb interface.
1875         (wl-thread-get-exist-children): Likewise.
1876         (wl-thread-insert-message): Likewise.
1877         (wl-thread-msg-mark-as-important): Likewise.
1878         (wl-thread-insert-entity-sub): Likewise.
1879         (wl-thread-get-children-msgs-uncached): Likewise.
1880
1881         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1882         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1883         (wl-summary-sync-update): Likewise.
1884         (wl-summary-auto-select-msg-p): Likewise.
1885         (wl-summary-update-thread): Likewise.
1886         (wl-summary-mark-as-important): Likewise.
1887         (wl-summary-jump-to-msg-internal): Likewise.
1888         (wl-summary-redisplay-internal): Likewise.
1889         (wl-summary-print-message-with-ps-print): Likewise.
1890         (wl-summary-folder-info-update): Likewise.
1891
1892         * wl-folder.el (wl-folder-check-one-entity):
1893         elmo-folder-count-flags instead of wl-summary-count-unread.
1894
1895         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1896
1897         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1898
1899         * wl-summary.el (wl-summary-set-message-modified): 
1900         Call wl-summary-set-mark-modified.
1901         (wl-summary-delete-messages-on-buffer): Call
1902         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1903         (wl-summary-sync-update): Call elmo-folder-length instead of
1904         elmo-folder-messages.
1905         (wl-summary-insert-headers): Don't call
1906         elmo-folder-list-message-entities.
1907
1908 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1909
1910         * wl-action.el (wl-summary-define-mark-action): Call
1911         `wl-summary-set-mark' with argument `data'.
1912         (wl-summary-auto-refile): Fixed order of arguments when call
1913         `wl-summary-refile'.
1914
1915 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1916
1917         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1918
1919         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1920
1921         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1922         (Renamed from wl-highlight-summary-deleted-face).
1923         (wl-highlight-summary-resend-face): New face.
1924
1925         (wl-highlight-summary-deleted-face): Renamed from
1926         wl-highlight-summary-erased-face.
1927
1928         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1929
1930         * wl-action.el (wl-summary-get-resend-address): New function.
1931         (wl-summary-exec-action-resend): Ditto.
1932         (wl-summary-exec-action-resend-subr): Ditto.
1933
1934         * w-thread.el (wl-thread-copy): Removed definition.
1935         (wl-thread-refile): Ditto.
1936         (wl-thread-delete): Ditto.
1937         (wl-thread-target-mark): Ditto.
1938
1939         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1940         (wl-summary-target-mark-set-action): Fixed.
1941         (wl-summary-define-mark-action): Fixed quotation.
1942         (wl-summary-move-mark-list-messages): Display message.
1943         (wl-summary-define-mark-action): Define thread functions.
1944         (wl-summary-exec-action-refile): Changed message.
1945         (wl-summary-exec): Ditto.
1946
1947 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1948         
1949         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1950         '%%'.
1951
1952 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1953
1954         * wl.el (toplevel): Require wl-action.
1955         (wl-init): Call wl-summary-define-mark-action.
1956
1957         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1958
1959         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1960         wl-summary-delete and wl-summary-erase.
1961         (wl-summary-mode-map): Ditto.
1962
1963         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1964         wl-delete-folder-alist.
1965
1966         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1967         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1968         (toplevel): Moved mark & action related functions to the wl-action.el.
1969
1970         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1971         in wl-summary-mark-action-list.
1972         (wl-highlight-summary-current-line): Ditto.
1973
1974         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1975         empty lines.
1976
1977         * wl-action.el: New file. 
1978
1979 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1980
1981         * wl-summary.el (wl-summary-target-mark-replace): New function.
1982         (wl-summary-target-mark-prefetch): Use it.
1983         (wl-summary-target-mark-delete): Ditto.
1984         (toplevel): Rearranged definition order.
1985         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1986         (wl-summary-target-mark-erase): Rewrite.
1987         (wl-summary-erase-region): New function.
1988         (wl-summary-exec-action-erase): Changed message.
1989         (wl-summary-move-mark-list-messages): New function.
1990         (wl-summary-exec-action-delete): Use it.
1991         (wl-summary-exec-action-erase): Ditto.
1992
1993         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1994         (wl-summary-skip-mark-list): Added "d".
1995
1996         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1997         while searching.
1998
1999         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2000         and define using defcustom;
2001         Define 4th element as a face.
2002         
2003         * wl-summary.el (wl-summary-incorporate): Use 
2004         `wl-summary-prefetch-region-no-mark' instead of
2005         `wl-summary-prefetch-region'.
2006         (wl-summary-prefetch-region-no-mark): Revival of old
2007         `wl-summary-prefetch-region'.
2008         (wl-summary-mark-action-list): Moved to wl-vars.el
2009
2010         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2011         face according to the `wl-summary-mark-action-list'.
2012         (wl-highlight-summary-current-line): Ditto;
2013         Removed destination highlighting.
2014
2015         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2016         (wl-highlight-summary-line-string): Highlight for "i" mark.
2017         (wl-highlight-summary-current-line): Ditto.
2018
2019         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2020         no destination.
2021
2022         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2023         exists, just go ahead.
2024         (wl-summary-prefetch-region): Rewrite.
2025         (wl-summary-prefetch): Ditto.
2026         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2027         (wl-summary-exec-action-prefetch): New function.
2028         (wl-summary-target-mark-prefetch): Rewrite.
2029
2030 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2031
2032         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2033         (wl-highlight-summary-line-string): Added "d" and "D".
2034         (wl-highlight-summary-current-line): Ditto.
2035
2036         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2037         in wl-summary.el.
2038         (wl-thread-insert-entity-sub): Ditto.
2039         (wl-thread-remove-destination-region): Ditto.
2040         (wl-thread-print-destination-region): Ditto.
2041
2042         * wl-summary.el (wl-summary-buffer-refile-list,
2043         wl-summary-buffer-delete-list,
2044         wl-summary-buffer-copy-list): Abolish.
2045         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2046         All other related portions are changed.
2047         (wl-summary-mark-action-list): New variable.
2048         (wl-summary-set-mark): New function.
2049         (wl-summary-register-target-mark): Ditto.
2050         (wl-summary-unregister-target-mark): Ditto.
2051         (wl-summary-have-target-mark-p): Ditto.
2052         (wl-summary-register-temp-mark): Ditto.
2053         (wl-summary-unregister-temp-mark): Ditto.
2054         (wl-summary-registered-temp-mark): Ditto.
2055         (wl-summary-collect-temp-mark): Ditto.
2056         (wl-summary-unset-mark): Ditto.
2057         (wl-summary-set-target-mark): Ditto.
2058         (wl-summary-unset-target-mark): Ditto.
2059         (wl-summary-set-action-generic): Ditto.
2060         (wl-summary-unset-action-generic): Ditto.
2061         (wl-summary-exec-action-delete): Ditto.
2062         (wl-summary-exec-action-erase): Ditto.
2063         (wl-summary-set-action-refile): Ditto.
2064         (wl-summary-set-action-refile-subr): Ditto.
2065         (wl-summary-unset-action-refile): Ditto.
2066         (wl-summary-make-destination-numbers-list): Ditto.
2067         (wl-summary-exec-action-refile): Ditto.
2068         (wl-summary-set-action-copy): Ditto.
2069         (wl-summary-unset-action-copy): Ditto.
2070         (wl-summary-exec-action-copy): Ditto.
2071         (wl-summary-collect-numbers-region): Ditto.
2072         (wl-summary-delete): Rewrite.
2073         (wl-summary-erase): Ditto.
2074         (wl-summary-remove-destination): Ditto.
2075         (wl-summary-exec): Ditto.
2076         (wl-summary-exec-region): Ditto.
2077         (wl-summary-target-mark-erase): Ditto.
2078         (wl-summary-refile): Ditto.
2079         (wl-summary-copy): Ditto.
2080         (wl-summary-unmark): Ditto.
2081         (wl-summary-delete-all-mark): Ditto.
2082         (wl-summary-mark-line): Don't highlight.
2083         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2084         (wl-summary-target-mark-refile-subr): Rewrite.
2085
2086         (wl-summary-copy-prev-destination): Abolish.
2087
2088 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2089
2090         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2091         default values along the value of wl-on-mule.
2092         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2093         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2094         It is not used anywhere.
2095
2096 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2097
2098         * wl-summary.el (wl-summary-print-destination): Keep position.
2099         (wl-summary-cursor-move-surface): Keep horizontal position.
2100
2101 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2102
2103         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2104         write sendlog.
2105
2106 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2107
2108         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2109         `wl-summary-highlight'.
2110
2111 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2112
2113         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2114         trivial condition for temp-mark.
2115
2116 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2117
2118         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2119         when it hits killed buffer.
2120
2121 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2122
2123         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2124         * wl-news.el.in: `message' and `error' take format string.
2125
2126 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2127
2128         * wl-folder (wl-folder-insert-entity): Display a message,
2129         `...done', when the work finish.
2130         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2131
2132 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2133
2134         * wl-message.el (wl-message-redisplay): Remove unused local
2135         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2136
2137 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2138
2139         * wl-summary.el (wl-summary-replace-status-marks): Disable
2140         interactive use.
2141         (wl-summary-reedit): Check message existence at first.
2142         (wl-summary-mark-line): Fix doc, return value is indefinite.
2143
2144         * wl-highlight.el (wl-highlight-message): Arranged.
2145
2146         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2147         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2148         check temp-mark by wl-summary-temp-mark always.
2149         (wl-highlight-summary): Change accordingly.
2150         * wl-summary.el (wl-summary-mark-as-read-all)
2151         (wl-summary-delete-cache, wl-summary-set-score-mark)
2152         (wl-summary-mark-as-unread, wl-summary-unmark)
2153         (wl-summary-mark-line, wl-summary-mark-as-read)
2154         (wl-summary-mark-as-important): Ditto.
2155
2156         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2157         end of the window if possible.
2158         * wl-summary.el (wl-summary-sync-update): Support lazy
2159         highlighting.
2160         (wl-summary-toggle-disp-msg): Ditto.
2161
2162 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2163
2164         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2165
2166 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2167
2168         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2169         change.
2170
2171 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2172
2173         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2174         API.
2175         (wl-summary-sync-update): Ditto.
2176
2177         * wl-score.el (wl-score-get-score-alist): Changed argument.
2178         (wl-summary-rescore-msgs): Likewise.
2179         (wl-summary-score-headers): Likewise.
2180         (wl-score-headers): Likewise;
2181         Use elmo-folder-do-each-message-entity, etc.
2182         (wl-summary-score-effect): Follow the changes above.
2183         (wl-summary-rescore): Ditto.
2184         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2185         (wl-score-get-overview): Abolish.
2186
2187         * wl-summary.el (wl-summary-default-from): Follow the API change in
2188         elmo-msgdb.
2189         (wl-summary-count-unread): Ditto.
2190         (wl-summary-detect-mark-position): Ditto.
2191         (wl-summary-overview-entity-compare-by-date): Ditto.
2192         (wl-summary-overview-entity-compare-by-number): Ditto.
2193         (wl-summary-overview-entity-compare-by-from): Ditto.
2194         (wl-summary-overview-entity-compare-by-subject): Ditto.
2195         (wl-summary-get-list-info): Ditto.
2196         (wl-summary-rescan): Ditto.
2197         (wl-summary-jump-to-msg-by-message-id): Ditto.
2198         (wl-summary-sync-update): Ditto; Removed comment.
2199         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2200         (wl-summary-insert-message): Use wl-summary-insert
2201         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2202         (wl-summary-insert-headers): Changed argument overview to folder.
2203         (wl-summary-search-by-subject): Likewise.
2204         (wl-summary-insert-thread): Renamed from 
2205         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2206
2207         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2208         too.
2209
2210         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2211         wl-string-member.
2212
2213 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2214
2215         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2216         elmo-folder-append-buffer.
2217         (wl-draft-queue-append): Likewise.
2218
2219         * wl-mime.el (wl-message-delete-current-part): Ditto.
2220         (wl-summary-burst-subr): Ditto.
2221
2222         * wl-news.el.in (wl-news-send-news): Ditto.
2223
2224 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2225
2226         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2227         function.
2228         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2229         (wl-summary-update-mark): Enclose with save-excursion.
2230         (wl-summary-mark-as-read-internal): Fixed last change.
2231         (wl-summary-mark-as-important): Use 3rd argument of
2232         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2233         Don't use elmo-msgdb-set-mark.
2234         (wl-summary-redisplay-internal): If msgdb flag is already read,
2235         just update the mark on buffer.
2236
2237 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2238
2239         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2240         cut visible folder when elmo-folder-delete returns non-nil value.
2241
2242 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2243
2244         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2245         by Kenichi OKADA <okada@opaopa.org>).
2246
2247 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2248
2249         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2250
2251 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2252
2253         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2254         Fixed the last change, search group entity by its real name.
2255         (Thanks to: KOBAYASHI Shinji)
2256
2257 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2258
2259         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2260         (wl-fldmgr-access-display-all): Don't refer visible name.
2261         * wl-expire.el (wl-folder-archive-current-entity)
2262         (wl-folder-expire-current-entity): Ditto.
2263         * wl-folder.el (wl-folder-jump-to-current-entity)
2264         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2265         (wl-folder-open-folder-sub,wl-folder-open-all)
2266         (wl-folder-write-current-folder): Ditto.
2267         (wl-folder-insert-entity): Don't use petname for normal group.
2268         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2269         is the real name.
2270         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2271         Abolished.
2272
2273 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2274
2275         * wl-draft.el (wl-draft-create-buffer): Add
2276         `wl-summary-reply-with-citation'
2277
2278 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2279
2280         * wl-draft.el (wl-draft-reply): Fixed.
2281
2282 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2283
2284         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2285         when `wl-draft-send-confirm-with-preview' is non-nil.
2286         You can scroll up/down by j/k.
2287         (wl-draft-send-confirm-with-preview): New variable (default=t).
2288
2289 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2290
2291         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2292         (wl-fldmgr-save-folders): Fix comment.
2293
2294 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2295
2296         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2297         along the last change in `wl-folder-buffer-group-p'.
2298
2299 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2300
2301         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2302         folder.
2303
2304         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2305         the default value.
2306
2307         * wl-mime.el (wl-summary-burst): Update summary only when target
2308         folder equals current folder.
2309
2310 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2311
2312         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2313
2314 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2315
2316         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2317         value.
2318
2319 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2320
2321         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2322         `map-extents' instead of `extent-at' repeatedly.
2323         (wl-highlight-folder-current-line): Ditto.
2324
2325         * wl-highlight.el: Remove useless dummy functions.
2326
2327 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2328
2329         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2330         (wl-folder-put-folder-property): New function to put text property.
2331         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2332         (wl-folder-insert-entity, wl-folder-update-diff-line)
2333         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2334         * wl-e21.el, wl-xmas.el, wl-mule.el
2335         (wl-highlight-folder-current-line): Ditto.
2336         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2337         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2338         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2339         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2340
2341 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2342
2343         * Version number is increased to 2.11.3.
2344
2345 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2346
2347         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2348         Resume current-buffer since it is assumed by remaining tasks.
2349
2350 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2351
2352         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2353         (wl-folder-completion-function): Abolished.
2354         (wl-folder-complete-folder): New function.
2355         (wl-folder-complete-filter-condition): Ditto.
2356         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2357         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2358
2359 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2360
2361         * wl-draft.el (wl-draft-send-confirm): New function.
2362         (wl-draft-send): Use it.
2363
2364         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2365         cursor-in-echo-area while confirming.
2366
2367         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2368
2369         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2370         searching via nntp if wl-summary-search-via-nntp is 'force.
2371         Otherwise, invoke searching in nntp folder only.
2372         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2373
2374         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2375         explicitly for mime-make-text-tag.
2376
2377 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2378
2379         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2380         `mime-make-text-tag' instead of `mime-create-tag'.
2381
2382 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2383
2384         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2385         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2386
2387 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2388
2389         * wl-score.el (wl-score-save): Bind print-length and print-level.
2390         (wl-score-pretty-print): Ditto.
2391         (wl-score-edit-insert-header-entry): Ditto.
2392
2393         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2394         "From" entry to be treated with wl-draft-eword-encode-address-list.
2395         * wl-mime.el (wl-draft-preview-message): Ditto.
2396
2397         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2398         (wl-summary-mark-as-unread): Ditto.
2399         (wl-summary-mark-as-read-region): Change accordingly.
2400         (wl-summary-mark-as-unread-region): Ditto.
2401         (wl-summary-target-mark-mark-as-read): Ditto.
2402         (wl-summary-target-mark-mark-as-unread): Ditto.
2403
2404 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2405
2406         * Version number is increased to 2.11.2.
2407
2408 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2409
2410         * wl-news.el.in (wl-news-previous-version-save): Bind
2411         print-length and print-level.
2412         * wl-thread.el (wl-thread-save-entities): Ditto.
2413         (wl-thread-save-top-list): Bind print-length.
2414
2415 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2416
2417         * wl-highlight.el (wl-highlight-summary-line-string): Use
2418         wl-summary-score-below-mark, wl-summary-score-over-mark.
2419         (wl-highlight-summary-current-line): Ditto.
2420
2421 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2422
2423         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2424         insert it.
2425
2426 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2427
2428         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2429
2430 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2431
2432         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2433         message without msgid.
2434         Rewrite with elmo-folder-move-messages.
2435         Set wl-message-buffer to nil.
2436
2437         * wl-summary.el (wl-summary-erase-subr): New function. Use
2438         elmo-folder-move-messages.
2439         (wl-summary-erase): Call it.
2440         (wl-summary-target-mark-erase): Ditto.
2441
2442 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2443
2444         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2445         it is not up-tp-date.
2446
2447 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2448
2449         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2450         buffer after calling `wl-summary-goto-folder-subr' without the
2451         argument `interactive'.
2452         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2453
2454 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2455
2456         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2457         `mime-create-tag'. Use `string=' instead of `looking-at'.
2458
2459 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2460
2461         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2462         to avoid compile warning.
2463
2464         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2465         entity-id when folder is given.
2466         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2467         save-excursion, use save-selected-window instead.
2468         Select folder buffer window if exists.
2469         (To correct behavior with wl-folder-move-cur-folder.)
2470
2471 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2472
2473         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2474
2475 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2476
2477         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2478         list-count instead of %d.
2479
2480 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2481
2482         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2483         (wl-news): Set it.
2484         (wl-news-append-to-folder): Use it.
2485
2486         * wl-news.el.in (wl-news-send-news): Append to specified folder
2487         instead of wl-default-folder.
2488         (wl-news-append-to-folder): Show error message with specified folder.
2489
2490         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2491                 In most major modes, Emacs assumes that any opening
2492                 delimiter found at the left margin is the start of a
2493                 top-level definition, or defun. Therefore, *never put an
2494                 opening delimiter at the left margin unless it should have
2495                 that significance.*
2496
2497         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2498
2499 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2500
2501         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2502
2503 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2504
2505         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2506
2507 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2508
2509         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2510         for sequential numbering case.
2511
2512 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2513
2514         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2515         value.
2516         (wl-draft-reply-without-argument-list): Ditto.
2517         (wl-draft-reply-myself-with-argument-list): Abolish.
2518         (wl-draft-reply-myself-without-argument-list): Ditto.
2519         * wl-draft.el (wl-draft-self-reply-p): New function.
2520         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2521
2522 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2523
2524         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2525         (avoid error for the case without byte-compiling)
2526
2527 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2528
2529         * wl-news.el.in (wl-news-append-to-folder): New function.
2530         (wl-news-exit): Rewrite.
2531         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2532
2533 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2534
2535         * wl-draft.el (wl-draft-reply-position): New function.
2536         (wl-draft-reply-position): Fix.
2537         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2538         (wl-summary-target-mark-reply-with-citation): Ditto.
2539         (wl-summary-reply-with-citation): Ditto.
2540         * wl-vars.el (wl-draft-reply-default-position): New variable.
2541
2542 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2543
2544         * wl-draft.el (wl-draft-send): Preview when interactive send.
2545
2546 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2547
2548         * wl-draft.el (wl-draft-reply): Set default position.
2549         * wl-summary.el (wl-summary-reply): Ditto.
2550         (wl-summary-reply-with-citation): Ditto.
2551         (wl-summary-target-mark-reply-with-citation): Ditto.
2552
2553 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2554
2555         * wl-news.el.in (wl-news-lang): Set default value according to
2556         current-language-environment.
2557         (wl-news-append-news): Do nothing when news-list is nil.
2558
2559 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2560
2561         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2562         (wl-news): Change message.
2563         (wl-news-exit): Check buffer.
2564         (wl-news-force-exit): New function.
2565         (wl-news-show-all): New function.
2566         (wl-news-discard-and-exit): Fix.
2567
2568 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2569
2570         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2571         according to current-language-environment.
2572
2573         * wl-news.el.in (wl-news): If arg, show all NEWS after
2574         wl-news-default-previous-version.
2575
2576 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2577
2578         * wl-news.el.in (wl-news-check): Rewritten.
2579         (wl-news-previous-version-load): Change data type.
2580         (wl-news-previous-version-save): Change data type.
2581         (wl-news-append-news): Add return value.
2582         (wl-news-check-news): New function.
2583         (wl-news-already-current-p): New function.
2584         (wl-news-send-news): Rewritten.
2585         (wl-news-mode-map): Add new keybind.
2586         (wl-news): Rewritten.
2587         (wl-news-exit): Rewritten.
2588         (wl-news-discard-and-mail): New function.
2589         (wl-news-send-to-address): Abolished.
2590         * wl.el (wl-init): Delete a message.
2591
2592 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2593
2594         * wl-news.el.in (wl-news-exit): Update previous version.
2595         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2596
2597 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2598
2599         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2600
2601 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2602
2603         * wl-news.el.in (wl-news): New function.
2604         (wl-news-mode): New function.
2605         (wl-news-next-line): New function.
2606         (wl-news-next-page): New function.
2607         (wl-news-exit): New function.
2608         (wl-news-buf-name): New variable.
2609         (wl-news-mode-map): New variable.
2610         (wl-news-winconf): New variable.
2611         (wl-news-append-news): Add an option.
2612
2613 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2614
2615         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2616
2617 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2618
2619         * wl-news.el.in (wl-news-send-to-address): New variable.
2620         (wl-news-send-news): Use it.
2621         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2622         Return updating status.
2623         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2624
2625 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2626
2627         * wl-news.el.in (wl-news-send-news): Delete
2628         Organization and X-Face.
2629
2630 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2631
2632         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2633         (wl-news-append-news): New function.
2634         (wl-news-send-news): New function.
2635
2636 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2637
2638         * Version number is increased to 2.11.1.
2639
2640 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2641
2642         * wl-news.el.in : New file.
2643
2644 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2645
2646         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2647         default value.
2648         (wl-draft-reply-without-argument-list): Ditto.
2649
2650 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2651
2652         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2653         (wl-message-buffer-prefetch-idle-time): Ditto.
2654         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2655
2656 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2657
2658         * wl-thread.el (wl-thread-insert-message): Use
2659         wl-summary-max-thread-depth.
2660
2661         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2662         loop detection.
2663
2664         * wl-message.el (wl-message-buffer-display): Back to the first page
2665         when cache is hit.
2666
2667 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2668
2669         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2670
2671         * wl-summary.el (wl-summary-insert-thread-entity):
2672         If the thread depth is reached to wl-summary-max-thread-depth,
2673         divide the thread.
2674
2675 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2676
2677         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2678         for elmo-remove-passwd.
2679
2680 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2681
2682         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2683         folder is sticky.
2684         (wl-folder-mark-as-read-all-entity): Ditto.
2685         (wl-folder-prefetch-entity): Ditto.
2686
2687 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2688
2689         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2690
2691 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2692
2693         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2694         Delete messages on buffer for unplugged operation.
2695         (wl-summary-erase): Ditto.
2696
2697 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2698
2699         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2700         take nil so as not to search parent by subject.
2701
2702 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2703
2704         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2705         (wl-folder-get-next-folder): Ditto.
2706         (wl-folder-get-path): Ditto.
2707
2708 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2709
2710         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2711         system and encode the region with it before verifying.
2712
2713 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2714
2715         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2716         system of the echo buffer before decoding.
2717
2718 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2719
2720         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2721         original contents.
2722
2723 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2724
2725         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2726         with argument 'any-exists.
2727
2728 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2729
2730         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2731         Use `wl-cs-autoconv'.
2732
2733 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2734
2735         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2736         by `mime-view-automatic-conversion'.
2737
2738         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2739         (wl-message-verify-pgp-nonmime): Ditto.
2740         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2741         Bind them to C-c:d and C-c:v respectively.
2742
2743         Merge following code by Teranishi-san from [wl-en:00167].
2744         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2745         (wl-mime-preview-application/pgp-encrypted): Ditto.
2746         (wl-mime-setup): Add entry.
2747
2748 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2749
2750         * wl-summary.el (wl-summary-target-mark-erase): New function.
2751         Bind it to "mD".
2752
2753 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2754
2755         * wl-vars.el (wl-draft-write-file-function): Fix.
2756         (wl-draft-reedit-hook): Changed default value.
2757
2758         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2759         wl-draft-reedit-hook.
2760         (wl-draft-remove-text-plain-tag): New function.
2761         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2762
2763         * wl-vars.el (wl-draft-write-file-function): New user option.
2764
2765         * wl-draft.el (wl-draft-prepare-edit): Use it for
2766         local-write-file-hooks.
2767         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2768
2769         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2770         (wl-draft-insert-mail-header-separator): Return the body beginning
2771         point.
2772         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2773         text/plain.
2774         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2775
2776 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2777
2778         * wl-summary.el (wl-summary-erase): New function to erase message
2779         without moving it to trash. Bind to "D".
2780
2781         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2782         as `keep' unless switch-function.
2783
2784 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2785
2786         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2787         message buffer by using `wl-summary-toggle-disp-msg'.
2788         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2789         buffer window.
2790         (wl-summary-supresedes-message): Ditto.
2791
2792         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2793         Do not delete other windows.
2794         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2795         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2796         (wl-draft-create-buffer): Set reply-or-forward also for target
2797         mark commands.
2798
2799 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2800
2801         * wl-draft.el (wl-user-agent-compose): Delete special case for
2802         switch-to-buffer-other-window.
2803
2804         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2805         (wl-summary-forward): Ditto.
2806
2807         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2808         function.
2809         (wl-draft-buffer-style): New use option.
2810
2811         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2812         (wl-draft): Follow the change above.
2813         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2814         wl-draft-buffer-style.
2815         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2816         switch-function.
2817
2818 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2819
2820         * wl-draft.el (wl-user-agent-compose): Delete special case for
2821         switch-to-buffer-other-window.
2822
2823         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2824         (wl-summary-forward): Ditto.
2825
2826         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2827         function.
2828         (wl-draft-buffer-style): New use option.
2829
2830         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2831         (wl-draft): Follow the change above.
2832         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2833         wl-draft-buffer-style.
2834         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2835         switch-function.
2836
2837 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2838
2839         * wl-address.el (wl-address-make-completion-entry): Extracted from
2840         `wl-address-make-completion-list'.
2841         (wl-address-enable-strict-loading): New variable.
2842         (wl-address-make-completion-list): Revive petname duplication
2843         inquiry, and enable it if `wl-address-enable-strict-loading'.
2844         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2845
2846 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2847
2848         * wl-message.el (wl-message-get-original-buffer): Avoid
2849         'Selecting deleted buffer' error when original buffer is killed.
2850
2851 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2852
2853         * wl-summary.el (wl-summary-next-message): Use
2854         elmo-message-accessible-p instead of elmo-message-cached-p.
2855
2856 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2857
2858         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2859
2860         * wl-thread.el (wl-thread-open-all-unread): Use
2861         elmo-folder-list-flagged instead of
2862         elmo-folder-list-messages-mark-match.
2863
2864         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2865         instead of elmo-folder-list-messages-mark-match.
2866         (wl-summary-move-spec-alist): New variable.
2867         (wl-summary-move-spec-plugged-alist,
2868         wl-summary-move-spec-unplugged-alist): Abolish.
2869         (wl-summary-next-message): Follow the change above.
2870         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2871         with 'no-msg' argument.
2872
2873         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2874         variable.
2875         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2876         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2877         (wl-message-buffer-prefetch-get-next): Follow the change above.
2878
2879 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2880
2881         * wl-version.el (wl-version): Changed codename.
2882
2883         * Version number is increased to 2.11.0.
2884
2885 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2886
2887         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2888         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2889         `wl-draft-config-variables'.
2890         (wl-draft-kill): Fixed problem when the draft is reedit.
2891
2892 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2893
2894         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2895         buffer-modified status (Thanks to
2896         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2897
2898 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2899
2900         * wl-util.el (wl-region-exists-p): New function.
2901
2902         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2903         Remove defvars for byte-compile warnings.
2904
2905 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2906
2907         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2908         defvar-maybe. Removed unused bind.
2909
2910 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2911
2912         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2913         summary buffer window before creating new frame.
2914         (wl-draft-reply): Ditto.
2915
2916 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2917
2918         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2919
2920 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2921
2922         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2923
2924 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2925
2926         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2927         instead of `kill-region'.
2928
2929 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2930
2931         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2932         (wl-highlight-summary-line-string): Use it.
2933         (wl-highlight-summary-current-line): Ditto.
2934
2935         * wl-mime.el (wl-message-delete-current-part): Check the class of
2936         mime-entity.
2937
2938         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2939
2940         * wl-summary.el (wl-summary-make-number-list): Initialize.
2941         (wl-summary-update-mark): New function.
2942         (wl-summary-reply): Put `answered' mark on the message.
2943         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2944
2945         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2946         (wl-draft-reply): Added optional argument `number';
2947         Set wl-draft-parent-number.
2948         (wl-draft-kill): Delete answered mark if it is a reply.
2949
2950 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2951
2952         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2953         that originates in mime-preview-follow-current-entity.
2954         (wl-draft-yank-current-message-entity): Use it if region is active.
2955
2956         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2957         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2958         `wl-message-delete-current-part'.
2959         * wl-mule.el (wl-message-define-keymap): Ditto.
2960         * wl-xmas.el (wl-message-define-keymap): Ditto.
2961
2962 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2963
2964         * wl-mime.el (wl-message-delete-current-part): New function.
2965         (wl-mime-node-id-to-string): Ditto.
2966
2967         * wl-mime.el (wl-message-delete-current-part): Use existing
2968         original buffer which corresponds current mime-view buffer.
2969         (fetched buffer might have different structure, possibly)
2970
2971         * wl-mime.el (wl-message-delete-current-part): Quit if the
2972         message content differs from the actual message.
2973
2974 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2975
2976         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2977         order.
2978         (wl-summary-search-by-subject): Search parent message from tail;
2979         Check the existence of the parent message on the current thread tree.
2980         (wl-summary-update-thread): Check whether the line is inserted.
2981
2982 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2983
2984         * wl-vars.el (wl-summary-line-format): Undo last change.
2985         * wl-summary.el (wl-summary-print-destination): Do not put
2986         invisible property when `wl-summary-width' is nil.
2987         (wl-summary-line-subject-minimum-length): Abolished.
2988         (wl-summary-line-subject): Ditto.
2989
2990 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2991
2992         * wl-vars.el (wl-summary-line-format): Change default value.
2993         (wl-summary-subject-length-limit): Abolished.
2994         * wl-summary.el (wl-summary-line-subject): Ditto.
2995
2996 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2997
2998         * wl-template.el (wl-template-select): Added optional argument.
2999         If optional argument is specified, reverse
3000         `wl-template-visible-select'.
3001
3002 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3003
3004         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3005         Take prefix argument to force asking the destination folder.
3006
3007 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3008
3009         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3010         count and update status.
3011
3012 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3013
3014         * wl-summary.el (wl-summary-redisplay-internal): If
3015         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3016         after fetching.
3017
3018 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3019
3020         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3021         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3022
3023         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3024
3025 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3026
3027         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3028         (All other related portions are changed).
3029         (wl-summary-mark-as-read-all): Rewrite.
3030
3031 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3032
3033         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3034         `wl-summary-mark-as-read'.
3035         (wl-summary-mark-as-unread): Rewrite.
3036         (wl-summary-mark-as-read): Added no-modeline argument.
3037         (wl-summary-resume-cache-status): Rewrite.
3038         (wl-summary-exec-subr): Remove unused local variable.
3039
3040 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3041
3042         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3043         logic to call `wl-summary-buffer-prev-folder-function'.
3044         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3045
3046 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3047
3048         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3049         is nil.
3050
3051 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3052
3053         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3054         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3055         (wl-mime-setup): Add its entry.
3056
3057 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3058
3059         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3060         (wl-summary-delete-cache): Likewise.
3061         (wl-summary-mark-as-read): Rewrite.
3062
3063 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3064
3065         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3066         `wl-summary-count-unread'.
3067
3068         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3069
3070         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3071
3072 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3073
3074         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3075         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3076         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3077         Renamed to the elmo-msgdb-*-mark.
3078         (wl-summary-score-marks): Follow the change above.
3079         (wl-summary-auto-refile-skip-marks): Ditto.
3080         (wl-summary-incorporate-marks): Ditto.
3081         (wl-summary-expire-reserve-marks): Ditto.
3082
3083         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3084         changes.
3085         (wl-thread-insert-top): Changed updating message.
3086
3087         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3088         variable.
3089         (wl-summary-count-unread): Count answered marks.
3090         (wl-summary-rescan): Call wl-summary-insert-message instead of
3091         wl-summary-append-message-func-internal.
3092         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3093         (wl-summary-prefetch-msg): Follow the variable name changes.
3094         (wl-summary-prefetch-region): Ditto.
3095         (wl-summary-mark-as-read-all): Follow the API changes;
3096         Don't call elmo-folder-replace-marks.
3097         (wl-summary-delete-cache): Follow the variable name changes.
3098         (wl-summary-resume-cache-status): Ditto.
3099         (wl-summary-update-status-marks): New function.
3100         (wl-summary-insert-message): New function.
3101         (wl-summary-sync-marks): Follow the variable name changes.
3102         (wl-summary-sync-update): Synchronize to the msgdb, too;
3103         Changed update messages.
3104         (wl-summary-make-number-list): Rewrite.
3105         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3106         (wl-summary-mark-as-unread): Follow the API changes.
3107         (wl-summary-exec-subr): Follow the variable name changes.
3108         (wl-summary-mark-as-read): Ditto.
3109         (wl-summary-move-spec-plugged-alist): Ditto.
3110         (wl-summary-move-spec-unplugged-alist): Ditto.
3111         (wl-summary-cursor-move-surface): Ditto.
3112
3113         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3114         variable name changes.
3115         (wl-highlight-summary-current-line): Ditto.
3116
3117         * wl-expire.el (wl-expire-refile): Follow the API change in
3118         elmo-folder-move-messages.
3119         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3120         (wl-summary-archive): Use elmo-folder-msgdb instead of
3121         elmo-msgdb-load.
3122
3123 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3124
3125         * wl-mime.el (wl-draft-preview-message): Restore the position
3126         before evaluating wl-draft-send-hook in preview buffer.
3127
3128 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3129
3130         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3131         when it creates new draft buffer.
3132
3133         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3134         without argument.
3135
3136         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3137         Evaluate content and if the value is string, insert it.
3138         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3139         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3140         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3141         wl-draft-config-sub-part-bottom): Use it.
3142
3143         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3144         with the folder name. The question was unintelligible when it is
3145         called from wl-save-status.
3146
3147 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3148
3149         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3150         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3151         cannot take second argument).
3152
3153 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3154
3155         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3156         as t. Since type and subtype are not case sensitive (RFC 2045).
3157
3158 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3159
3160         * wl-vars.el (wl-message-mode-line-format): New variable.
3161         (wl-message-mode-line-format-spec-alist): Ditto.
3162         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3163         (wl-message-redisplay): Use wl-message-mode-line-format.
3164
3165 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3166
3167         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3168
3169 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3170
3171         * wl-summary.el (wl-summary-default-from): Write description.
3172
3173 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3174
3175         * wl-vars.el (wl-ldap-objectclass): Abolish.
3176
3177         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3178         (wl-ldap-make-filter): Removed condition for objectclass.
3179         (wl-ldap-make-matched-value-list): Remove meaningless process.
3180         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3181         (wl-address-ldap-search): Don't add `*' to `pat' string;
3182         use ignore-errors; added `email';
3183         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3184         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3185         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3186
3187
3188 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3189
3190         * wl-draft.el (wl-draft-parent-folder): Write description.
3191         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3192
3193 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3194
3195         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3196         as "" (zero-length string) if no parent.
3197         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3198
3199 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3200
3201         * wl-address.el (wl-address-make-completion-list): Skip duplication
3202         checking.
3203         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3204         `append'.
3205
3206 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3207
3208         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3209         instead of `beginning-of-buffer'.
3210
3211 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3214
3215 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3216
3217         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3218         Refer wl-message-buffer-name.
3219         (wl-message-wheel-down): Ditto.
3220
3221 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3222
3223         * wl-vars.el (wl-message-buffer-name): New user option.
3224
3225         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3226         directly instead of making alist dinamically.
3227
3228         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3229         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3230         wl-message-buffer-cache-name.
3231         (wl-message-buffer-cache-clean-up): Ditto.
3232
3233         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3234
3235         * Version number is increased to 2.9.15.
3236
3237 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3238
3239         * wl-vars.el (wl-summary-default-view-alist): New user option.
3240
3241         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3242
3243         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3244         while deleting address.
3245         (wl-draft-delete-myself-from-cc): Ditto.
3246
3247         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3248         If optional argument is specified, reverse sort order.
3249
3250         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3251
3252 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3253
3254         * wl-thread.el (wl-thread-insert-message): Return parent number if
3255         exists.
3256         (wl-thread-update-indent-string-region): Use
3257         wl-thread-update-line-on-buffer-sub instead of
3258         wl-thread-update-line-on-buffer.
3259
3260 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3261
3262         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3263         (wl-folder-close-all): Ditto.
3264
3265 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3266
3267         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3268         and mailing-list:.
3269         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3270         value.
3271         (wl-summary-line-list-info): Print mailing-list name even when 
3272         list-number is empty.
3273
3274 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3275
3276         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3277
3278         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3279         (wl-draft-open-file): Ditto.
3280         (wl-draft-random-alphabet): Ditto.
3281
3282         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3283         bindings.
3284
3285 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3286
3287         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3288         * wl-vars.el (wl-draft-config-alist): Ditto.
3289
3290 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3291
3292         * Version number is increased to 2.9.14.
3293
3294         * wl.el (wl): Don't set wl-init as nil when error occured while
3295         auto-checking folders.
3296
3297         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3298         `elmo-expand-newtext'.
3299
3300 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3301
3302         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3303         `this-command' so that `wl-folder-goto-folder' contained in
3304         `wl-summary-keep-cursor-command' work.
3305
3306 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3307
3308         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3309         message buffer displaying state.
3310
3311 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3312
3313         * wl-vars.el (wl-summary-default-view): New variable to specify
3314         default value for `wl-summary-buffer-view' instead of using
3315         set-default.
3316         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3317
3318 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3319
3320         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3321
3322         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3323
3324 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3325
3326         * wl-vars.el (wl-forward-subject-prefix): New variable.
3327         * wl-draft.el (wl-draft-forward): Use it.
3328
3329 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3330
3331         * wl-message.el (wl-message-prev-page): When it is called without
3332         lines argument, scroll down by wl-message-scroll-amount lines.
3333         (wl-message-next-page): Ditto.
3334         * wl-vars.el (wl-message-scroll-amount): Change default value
3335         to preserve current behavior.
3336
3337 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3338
3339         * wl-summary.el (wl-summary-prefetch-msg): Bind
3340         `wl-message-entity' to call `wl-summary-from-function'.
3341
3342 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3343
3344         * wl-message.el (wl-message-buffer-create): Run
3345         wl-message-buffer-created-hook.
3346
3347 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3348
3349         * wl-summary.el (wl-summary-sort-specs): New variable.
3350         (wl-summary-default-sort-spec): Ditto.
3351         (wl-summary-sort): Rewrite.
3352         (wl-summary-sort-by-list-info): New function.
3353
3354 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3355
3356         * wl-summary.el (wl-summary-get-list-info): New function.
3357         (wl-summary-sort): Rewrite.
3358         (wl-summary-line-list-info): Ditto.
3359         (wl-summary-line-list-count): Ditto.
3360         (wl-summary-refile-region): Fixed docstring.
3361
3362 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3363
3364         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3365         `wl-folder-entity-hashtb' as completion table.
3366
3367 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3370         only when this command is called interactively; silence the byte-
3371         compiler.
3372
3373 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3374
3375         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3376         active in XEmacs.
3377
3378 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3379
3380         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3381         plural lines.
3382
3383 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3384
3385         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3386         of current line when the cursor is on the header name.
3387         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3388
3389 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3390
3391         * wl-util.el (wl-read-directory-name): Return displayed directory
3392         as the default value also on XEmacs.
3393
3394 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3395
3396         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3397         formatting.
3398
3399 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3400
3401         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3402         argument and when it is non-nil, check face property before
3403         highlighting for each line.
3404         (wl-highlight-summary-window): Set it.
3405
3406 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3407
3408         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3409         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3410
3411         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3412         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3413         (wl-draft-get-fcc-list): Likewise.
3414
3415 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3416
3417         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3418         (wl-thread-entity-cur): Ditto.
3419         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3420         wl-thread-indent-regexp setting.
3421         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3422
3423         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3424         wl-summary-lazy-highlight.
3425         (wl-summary-display-bottom): Ditto.
3426
3427         * wl-thread.el (wl-thread-open-close): Likewise.
3428
3429         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3430         from and subject;
3431         Bind wl-draft-use-frame;
3432         Enclose with save-window-excursion;
3433         Use wl-draft-create-buffer instead of with-temp-buffer;
3434         Use wl-draft-prepare-edit;
3435         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3436         Use wl-draft-send instead of wl-draft-raw-send.
3437
3438 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3439
3440         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3441         of using wl-from.
3442
3443 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3444
3445         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3446         insert-buffer instead of clone-buffer.
3447         (wl-draft-doing-mime-bcc): New variable.
3448         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3449         infinite loop.
3450         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3451
3452         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3453         (wl-draft-mime-bcc-body): Ditto.
3454
3455         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3456         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3457         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3458         wl-draft-do-mime-bcc.
3459         (wl-draft-mime-bcc-field): New function.
3460         (wl-draft-do-mime-bcc): Ditto.
3461
3462         * wl-address.el (wl-address-complete-header-list): New variable.
3463         (wl-address-complete-header-regexp): Changed default value.
3464
3465         * Version number is increased to 2.9.13.
3466
3467 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3468
3469         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3470         it is differed.
3471
3472 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3473
3474         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3475         (wl-summary-line-list-count): Ditto.
3476
3477 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3478
3479         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3480         (wl-nntp-posting-function): New variable.
3481         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3482         `wl-nntp-posting-config-alist'.
3483
3484 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3485
3486         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3487         FLIM.
3488
3489 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3490
3491         * wl-summary.el (wl-summary-target-mark-refile-sub):
3492         Remove a nuisance funcall.
3493
3494 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3495
3496         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3497         as t for `try-completion'.
3498
3499 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3500
3501         * wl-summary.el (wl-summary-default-from): Use
3502         wl-address-header-extract-address instead of
3503         std11-extract-address-components.
3504         (wl-summary-simple-from): Ditto.
3505         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3506         (wl-summary-insert-headers): Show message.
3507         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3508         for whole line.
3509         (wl-summary-default-from): Revert last change.
3510         (wl-summary-simple-from): Ditto.
3511         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3512         (wl-summary-mark-as-read-region): Follow the change above.
3513         (wl-summary-sync-marks): Ditto.
3514         (wl-summary-target-mark-mark-as-read): Ditto.
3515         (wl-summary-redisplay-internal): Ditto.
3516         (wl-summary-redisplay-no-mime-internal): Ditto.
3517         (wl-summary-redisplay-all-header): Ditto.
3518         (wl-summary-mark-as-read): Removed argument `cached';
3519         Use current cache status to set cache mark.
3520         (wl-summary-redisplay-internal): Follow the change above.
3521         (wl-summary-redisplay-no-mime-internal): Ditto.
3522         (wl-summary-redisplay-all-header): Ditto.
3523
3524         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3525
3526         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3527         Don't call itself recursively (Adviced by Yamaoka-san).
3528
3529 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3530
3531         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3532         bind wl-summary-highlight as nil to avoid error caused by missing
3533         local variables.
3534
3535 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3536
3537         * wl-vars.el (wl-invalid-character-message): New user option.
3538
3539         * wl-util.el (wl-set-string-width): If truncated string-width is
3540         larger than specified width, use `wl-invalid-character-message'.
3541
3542 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3543
3544         * wl-summary.el (wl-summary-prefetch-msg): 
3545         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3546
3547 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3548
3549         * wl-vars.el (wl-summary-check-line-format): New user option.
3550         (wl-summary-line-format-file): Ditto.
3551
3552         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3553         variable.
3554         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3555         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3556         and `wl-summary-view-old-p' to check whether do a rescan or not.
3557         (wl-summary-view-old-p): New function.
3558         (wl-summary-line-format-changed-p): Ditto.
3559         (wl-summary-line-format-save): Ditto.
3560         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3561
3562         * wl-util.el (wl-set-string-width): Avoid using negative number
3563         for make-string.
3564
3565 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3566
3567         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3568         return value.
3569
3570         * wl-util.el (wl-set-string-width): Added optional argument
3571         `padding' (All other related portions are changed).
3572         (wl-line-parse-format): If the first letter of column number is
3573         `0', zero-padding the result (ex: "%05l").
3574
3575         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3576
3577 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3578
3579         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3580         sequential summary view.
3581
3582 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3585         if it doesn't have a -unix version.
3586
3587 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3588
3589         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3590
3591 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3592
3593         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3594         content.
3595         (wl-draft): Follow the change above.
3596
3597         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3598
3599         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3600         and wl-folder-summary-line-format-alist contain %T and %P.
3601
3602         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3603         (wl-summary-mode-line-format): New user option.
3604         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3605         (wl-summary-line-format): Changed default value.
3606         (wl-summary-lazy-highlight): Changed default value.
3607
3608         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3609         change in wl-summary-create-line.
3610         (wl-thread-insert-entity-sub): Ditto.
3611
3612         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3613         (wl-summary-buffer-unread-status): Ditto.
3614         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3615         (wl-summary-buffer-persistent-mark-column): Ditto.
3616         (wl-summary-buffer-mode-line-formatter): Ditto.
3617         (wl-summary-buffer-mode-line): Ditto.
3618         (wl-summary-message-regexp): Abolished.
3619         (All other related portions are changed.)
3620         (wl-summary-detect-mark-position): New function.
3621         (wl-summary-buffer-set-folder): Setup
3622         wl-summary-buffer-mode-line-formatter.
3623         (wl-summary-mode): Setup selective-display;
3624         Setup pre-idle-hook when xemacs.
3625         (wl-summary-update-modeline): Rewrite.
3626         (wl-summary-jump-to-msg): Define as function;
3627         Changed regexp for searching messages.
3628         (wl-summary-message-number): Rewrite.
3629         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3630         Do rescan when old type summary cache.
3631         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3632         (wl-summary-remove-destination): Use '\r' to detect EOL.
3633         (wl-summary-print-destination): Ditto.
3634         (wl-summary-temp-mark): New inline function.
3635         (wl-summary-persistent-mark): Ditto.
3636         (wl-summary-line-number): New function.
3637         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3638         (wl-summary-line-list-count): New function.
3639         (wl-summary-create-line): Added argument persistent-mark.
3640         (All other related portions are changed)
3641         (wl-summary-create-line): Insert '\r'.
3642         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3643         (wl-summary-cursor-move-surface): New inline function.
3644         (wl-summary-prev): Use it.
3645         (wl-summary-next): Ditto.
3646
3647         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3648         wl-summary-message-regexp.
3649         (wl-highlight-summary): Delete progress message.
3650         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3651
3652         * Version number is increased to 2.9.12.
3653
3654 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3655
3656         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3657         variable (nil: no minimum).
3658         (wl-summary-line-subject): Add some spaces after subject by
3659         wl-summary-line-subject-minimum-length.
3660
3661 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3662
3663         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3664         and removed `F'.
3665         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3666         change above).
3667
3668 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3669
3670         * wl-summary.el (wl-summary-line-list-count): Reverted.
3671         (example setting in samples/*/dot.wl is also updated)
3672
3673 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3674
3675         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3676
3677         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3678
3679         * wl-vars.el (wl-summary-line-format): Addes some description to the
3680         docstring.
3681
3682         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3683         (wl-summary-line-close-bracket): Ditto.
3684         (wl-summary-line-children-number): Ditto.
3685         (wl-summary-line-thread-indent): Ditto.
3686         (wl-summary-line-children-and-from): Ditto.
3687
3688         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3689         't', 'c', 'F' and added 'C'.
3690
3691         * wl-util.el (wl-set-string-width): Accept negative value.
3692         (wl-line-parse-format): Added "%number(" and "%)".
3693
3694 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3695
3696         * wl-summary.el (wl-summary-line-list-count): Change format of the
3697         return value.
3698
3699 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3700
3701         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3702         from the recent message.el.
3703         (wl-draft-point-in-header-p): Ditto.
3704         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3705         wl-draft-beginning-of-line.
3706         * wl-e21.el (wl-draft-mode-map): Ditto.
3707         * wl-xmas.el (wl-draft-mode-map): Ditto.
3708
3709         * wl-folder.el: Sort macrodefs by dependencies.
3710
3711 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3712
3713         * wl-summary.el (wl-summary-prev): Fixed regexp.
3714         (wl-summary-next): Ditto.
3715
3716 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3717
3718         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3719
3720 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3721
3722         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3723         for backward compatibility.
3724
3725 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3726
3727         * wl-summary.el (wl-summary-line-list-count): New function, merged
3728         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3729         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3730         list counts.
3731
3732 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3733
3734         * wl-summary.el (wl-summary-create-line): Ignore errors while
3735         timezone-fix-time.
3736
3737         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3738
3739         * wl-summary.el (wl-summary-sync-update): Ditto.
3740         (wl-summary-default-from): Use wl-message-entity
3741         instead of entity.
3742
3743         * wl-summary.el (wl-summary-create-line): Fix.
3744
3745         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3746         (wl-summary-line-format): New user option.
3747         (wl-folder-summary-line-format-alist): Ditto.
3748         (wl-summary-from-width): Abolished.
3749
3750         * wl-util.el (toplevel): Require 'bytecomp.
3751         (wl-line-parse-format): New function.
3752         (wl-line-formatter-setup): New macro.
3753
3754         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3755         (wl-summary-buffer-line-formatter): New buffer local variable.
3756         (wl-summary-switch-to-clone-buffer): Follow the change above.
3757         (wl-summary-message-regexp): Fix.
3758         (wl-summary-from-func-internal): Abolished.
3759         (wl-summary-subject-func-internal): Ditto.
3760         (wl-summary-subject-filter-func-internal): Ditto.
3761         (All other related portions are changed.)
3762         (wl-summary-buffer-set-folder):
3763         Set up wl-summary-buffer-number-column and 
3764         wl-summary-buffer-line-formatter
3765         (All other related portions are changed.)
3766         (wl-summary-buffer-number-column-detect): Abolished.
3767         (All other related portions are changed.)
3768         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3769         (wl-summary-delete-all-temp-marks-on-buffer): Use
3770         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3771         (wl-summary-target-mark-delete): Ditto.
3772         (wl-summary-target-mark-refile-subr): Ditto.
3773         (wl-summary-target-mark-mark-as-read): Ditto.
3774         (wl-summary-target-mark-mark-as-unread): Ditto.
3775         (wl-summary-target-mark-mark-as-important): Ditto.
3776         (wl-summary-target-mark-save): Ditto.
3777         (wl-summary-replace-status-marks): Renamed from
3778         wl-summary-set-status-marks-on-buffer;
3779         Use wl-summary-message-regexp instead of
3780         wl-summary-buffer-number-regexp.
3781         (wl-summary-sync-update): Follow the change above.
3782         (wl-summary-goto-previous-message-beginning): New function.
3783         (wl-summary-mark-as-unread): Use it.
3784         (wl-summary-mark-as-important): Ditto.
3785         (wl-summary-line-formatter): New variable.
3786         (wl-summary-line-year): New function.
3787         (wl-summary-line-day): Ditto.
3788         (wl-summary-line-day-of-week): Ditto.
3789         (wl-summary-line-hour): Ditto.
3790         (wl-summary-line-minute): Ditto.
3791         (wl-summary-line-open-bracket): Ditto.
3792         (wl-summary-line-close-bracket): Ditto.
3793         (wl-summary-line-children-number): Ditto.
3794         (wl-summary-line-thread-indent): Ditto.
3795         (wl-summary-line-size): Ditto.
3796         (wl-summary-line-subject): Ditto.
3797         (wl-summary-line-from): Ditto.
3798         (wl-summary-line-children-and-from): Ditto.
3799         (wl-summary-create-line): Rewritten.
3800         (wl-summary-format-date): Abolished.
3801
3802         * wl-highlight.el (wl-highlight-summary-current-line): Use
3803         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3804         Use thread structure to detect thread top message.
3805
3806         * wl-draft.el (wl-default-draft-cite): Don't use
3807         wl-summary-from-func-internal.
3808
3809         * wl-refile.el (wl-refile-subject-learn): Don't use
3810         wl-summary-subject-filter-func-internal.
3811         (wl-refile-guess-by-subject): Ditto.
3812
3813         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3814         parameters.
3815
3816         * wl-thread.el (wl-thread-update-indent-string-region):
3817         Use wl-thread-update-line-on-buffer instead of
3818         wl-thread-update-indent-string.
3819         (wl-thread-update-children-number): Redefine using
3820         wl-thread-update-line-on-buffer.
3821         (wl-thread-update-indent-string): Abolished.
3822
3823         * Version number is increased to 2.9.11.
3824
3825 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3826
3827         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3828         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3829         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3830
3831         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3832         as nil.
3833
3834         * wl-thread.el (wl-thread-open-all-unread): Use 
3835         elmo-folder-list-messages-mark-match.
3836         (wl-thread-insert-message): Removed argument `mark-alist'.
3837         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3838         elmo-msgdb-set-mark.
3839         (wl-thread-get-children-msgs-uncached): Likewise.
3840         (wl-thread-get-exist-children): Added argument include-self.
3841         (wl-thread-delete-message): Follow the change above.
3842
3843         * wl-summary.el (wl-summary-count-unread): Removed argument.
3844         (wl-summary-rescan): Follow the change above.
3845         (wl-summary-mark-as-read-region): Ditto
3846         (wl-summary-mark-as-unread-region): Ditto.
3847         (wl-summary-delete-messages-on-buffer): Ditto.
3848         (wl-summary-sync-update): Ditto.
3849         (wl-summary-switch-to-clone-buffer): Ditto.
3850         (wl-summary-goto-folder-subr): Ditto.
3851         (wl-summary-target-mark-mark-as-read): Ditto.
3852         (wl-summary-target-mark-mark-as-unread): Ditto.
3853         (wl-summary-target-mark-mark-as-important): Ditto.
3854         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3855         (wl-summary-update-thread): Removed argument `mark-alist'.
3856         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3857         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3858         (wl-summary-resume-cache-status): Likewise.
3859         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3860         elmo-msgdb-set-mark.
3861         (wl-summary-mark-as-read-all): Likewise.
3862         (wl-summary-delete-cache): Ditto.
3863         (wl-summary-auto-select-msg-p): Ditto.
3864         (wl-summary-mark-as-unread): Ditto.
3865         (wl-summary-no-auto-refile-message-p): Ditto.
3866         (wl-summary-mark-as-read): Ditto.
3867         (wl-summary-mark-as-important): Ditto.
3868         (wl-summary-auto-refile): Follow the change above.
3869         (wl-summary-delete-all-marks): Removed.
3870         (wl-summary-resume-marks-and-highlight): Ditto.
3871         (wl-summary-resume-marks): Ditto.
3872         (wl-summary-delete-important-msgs-from-list): Ditto.
3873         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3874
3875         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3876         wl-summary-count-unread.
3877
3878         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3879         (wl-summary-score-update-all-lines): Use
3880         elmo-msgdb-set-mark.
3881
3882 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3883
3884         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3885         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3886         (wl-summary-create-line): Renamed from
3887         wl-summary-overview-create-summary-line;
3888         Argument rearrangement.
3889         (wl-summary-update-thread): Follow the change above.
3890
3891         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3892         (wl-thread-insert-entity-sub): Likewise.
3893
3894         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3895         argument `overview', `mark-alist' and added `msgdb'.
3896
3897         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3898
3899         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3900         (wl-summary-rescan): Follow the change above.
3901         (wl-summary-sync-update): Ditto.
3902         (wl-summary-insert-thread-entity): Ditto;
3903         Don't use `let*' in every while loop;
3904         Detect infinite loop of threads.
3905         (wl-summary-update-thread): Removed argument `overview'.
3906
3907         * wl-thread.el (wl-thread-insert-message): Ditto.
3908
3909         * Version number is increased to 2.9.10.
3910
3911         * wl-message.el (wl-message-redisplay): Ignore errors while
3912         wl-message-redisplay-hook.
3913
3914 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3915
3916         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3917
3918 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3919
3920         * wl.el (wl): inhibit-quit while wl-folder.
3921
3922 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3923
3924         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3925         while msgdb access.
3926
3927 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3928
3929         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3930         even if no folder is not created.
3931
3932 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3933
3934         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3935
3936         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3937         implementation.
3938         (wl-summary-target-mark-thread): Ditto.
3939
3940         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3941
3942 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3943
3944         * wl-util.el (wl-display-bytes): Remove unused function.
3945
3946 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3947
3948         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3949         seems critical one (partially reverse the change in 2002/03/17).
3950
3951 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3952
3953         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3954         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3955
3956 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3957
3958         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3959         is not writable.
3960         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3961         plugged status instead of `'force' as 2nd argument.
3962
3963         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3964         is not creatable.
3965
3966         * Version number is increased to 2.9.9.
3967
3968 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3969
3970         * wl-summary.el (wl-summary-suspend): New function.
3971
3972 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3973
3974         * wl.el (wl): Do not check variables if check is nil.
3975         * wl-utils.el (wl-collect-draft): New function.
3976         * wl-folder.el (wl-folder-suspend): Put summary buffers
3977         and draft buffers at the end of buffer list.
3978         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3979
3980 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3981
3982         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3983         loop instead of recursive call.
3984
3985         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3986         2nd argument.
3987
3988 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3989
3990         * wl-draft.el (wl-draft-create-contents): Don't take neither
3991         (function . args) nor (string . something) any more.
3992
3993         * wl-version.el (wl-generate-user-agent-string): Return string
3994         without header symbol.
3995         * wl-draft.el (wl-draft-default-headers): Use it.
3996
3997         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3998         `wl-draft-insert-ccs' and return field value instead of inserting
3999         the header. Abolish cc argument.
4000         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4001
4002         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4003         rather than one with string car.
4004
4005         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4006         * wl-draft.el (wl-draft-create-contents): Add it after the default
4007         headers.
4008
4009         * wl-draft.el (wl-draft-create-contents): For the case of
4010         (symbol-or-string . function) insert header only when the function
4011         returns string value.
4012
4013 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4014
4015         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4016         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4017
4018 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4019
4020         * wl.el (wl-check-environment): Don't check Message-ID when
4021         `wl-insert-message-id' is nil.
4022         Revive checking if `wl-message-id-domain' contains "@".
4023
4024 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4025
4026         * wl.el (wl-check-environment): Merge examination for "@" at
4027         inappropriate position into the first string-match.
4028
4029         * wl-summary.el (wl-summary-target-mark-print): New function.
4030         (wl-summary-pipe-message-subr): Extracted from
4031         `wl-summary-pipe-message'.
4032         (wl-summary-target-mark-pipe): New function.
4033         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4034         `wl-summary-target-mark-pipe'.
4035
4036 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4037
4038         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4039
4040 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4041
4042         * wl.el (wl-check-environment): Use elmo-warning instead of
4043         error for non-critical ones.
4044         Remove trash folder check.
4045         (wl): Don't ignore error in wl-check-environment.
4046
4047         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4048         check, which is moved from `wl-check-environment'.
4049         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4050
4051 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4052
4053         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4054         guess anything, call wl-summary-write.
4055         (wl-summary-write): Create draft with blank To field.
4056         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4057
4058 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4059
4060         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4061         argument full as well for wl-folder-write-current-folder.
4062         If wl-*-write-current-folder cannot guess addressee, add blank
4063         To header.
4064         Rewrite condition for positioning cursor.
4065
4066 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4067
4068         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4069         summary buffer is present, use it.
4070         (wl-folder-jump-to-previous-summary): Ditto.
4071
4072 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4073
4074         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4075
4076         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4077         wl-summary-previous-buffer and wl-summary-next-buffer.
4078
4079         * wl-folder.el (wl-folder-mode-map): Bind
4080         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4081         (wl-folder-jump-to-next-summary): New function.
4082         (wl-folder-jump-to-previous-summary): Ditto.
4083
4084         * wl-draft.el (wl-draft): Rearranged.
4085
4086 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4087
4088         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4089         of header.
4090         (wl-draft): Collect arguments for the header as header-alist.
4091         (wl-draft-forward): Arrange arguments for wl-draft.
4092         (wl-draft-reply): Ditto.
4093         (wl-draft-edit-string): Ditto.
4094         * wl-summary.el (wl-summary-write): Ditto.
4095         (wl-summary-write-current-folder): Ditto.
4096
4097         * Version number is increased to 2.9.8.
4098
4099 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4100
4101         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4102
4103         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4104
4105         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4106         even if the guess failed.
4107
4108         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4109         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4110         wl-summary-write-current-folder.
4111         * wl-xmas.el: Ditto.
4112
4113 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4114
4115         * wl-summary.el (wl-summary-next-page): Force display message if
4116         message is not displayed yet.
4117         (wl-summary-prev-page): Ditto.
4118
4119 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4120
4121         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4122
4123 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4124
4125         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4126         add "Preview Message" and "Save Draft and Exit".
4127
4128 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4129
4130         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4131         if addrmgr is called from draft in splitted window.
4132
4133         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4134         * wl-mule.el: Ditto.
4135         * wl-xmas.el: Ditto.
4136
4137 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4138
4139         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4140
4141         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4142         * wl-xmas.el (wl-folder-toolbar): Ditto.
4143
4144 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4145
4146         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4147         and wl-draft-save-and-exit.
4148         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4149         * wl-xmas.el: Ditto.
4150         * wl-mule.el: Ditto.
4151
4152         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4153         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4154
4155 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4156
4157         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4158         lists for saving buffer.
4159
4160 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4161
4162         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4163         parent-folder argument instead of it.
4164         (wl-draft-create-buffer): Ditto.
4165         (wl-draft-forward): Ditto.
4166         (wl-draft-reply): Ditto.
4167         * wl-summary.el (wl-summary-write): Ditto.
4168         (wl-summary-write-current-folder): Ditto.
4169
4170         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4171         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4172         Folder buffer after composing.
4173
4174 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4177         header if the file `wl-x-face-file' already contains it.
4178
4179 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4180
4181         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4182         folder" entry.
4183         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4184         * wl-e21.el (wl-folder-toolbar): Ditto.
4185         * wl-xmas.el (wl-folder-toolbar): Ditto.
4186
4187 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4188
4189         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4190         wl-folder-goto-folder with sticky argument.
4191         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4192
4193 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4194
4195         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4196         and wl-summary-previous-buffer.
4197         (wl-summary-next-buffer): New function.
4198         (wl-summary-previous-buffer): Ditto.
4199
4200 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4201
4202         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4203         wl-folder-jump-to-current-entity-with-arg.
4204         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4205         `wl-folder-jump-to-current-entity'.
4206         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4207         `wl-summary-goto-folder-sticky'.
4208         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4209         `wl-summary-goto-folder'.
4210         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4211         Unless force-exit, do not clean temp. marks for sticky summary.
4212         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4213
4214 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4215
4216         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4217         not entire.
4218
4219 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4220
4221         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4222         to `C-x C-s'.
4223         (wl-summary-save-status): New command.
4224         (wl-summary-exit): Don't clean-up temp marks when sticky.
4225         (Applied patch from Nakayama-san [wl: 09548])
4226         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4227         Do nothing when no mark data.
4228         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4229         Call `wl-summary-delete-all-temp-marks' before saving.
4230
4231 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4232
4233         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4234
4235 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4236
4237         * wl.el (wl-check-environment): Also cause error when (system-name)
4238         returns "localhost.localdomain". (Although it doesn't affect because
4239         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4240
4241 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4242
4243         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4244         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4245
4246         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4247         value.
4248
4249 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4250
4251         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4252         Likewise r-cc-list and r-ng-list.
4253
4254 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4255
4256         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4257         only if it is bound as variable.
4258
4259         * wl-mime.el (wl-draft-preview-message): Ditto.
4260
4261 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4262
4263         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4264         needless `goto-char'.
4265
4266         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4267         `wl-summary-redisplay-no-mime-internal' instead of
4268         `wl-summary-redisplay-no-mime'.
4269         (wl-summary-redisplay-no-mime): Changed argument;
4270         Call `wl-summary-redisplay-no-mime-internal'.
4271
4272         * wl-mime.el (wl-draft-preview-message): Bind
4273         `mime-header-encode-method-alist' locally.
4274
4275         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4276         (wl-draft-std11-parse-addresses): Added the first address check.
4277         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4278
4279         * Version number is increased to 2.9.7.
4280
4281 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4282
4283         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4284
4285 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4286
4287         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4288         related to scrollbar support, if there is no such a feature
4289         compiled in.
4290
4291 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4292
4293         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4294         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4295         for prefetch.
4296
4297 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4298
4299         * wl-summary.el (wl-summary-pick): Fix for no match.
4300
4301 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4302
4303         * wl-draft.el (wl-draft-save):
4304         Override `mime-header-encode-method-alist'.
4305
4306 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4307
4308         * wl-folder.el (wl-folder-pick): New function.
4309         Define key as "?".
4310
4311 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4312
4313         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4314         Fix for unplugged.
4315
4316 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4317
4318         * wl-folder.el (wl-folder-virtual): New function.
4319         Define key as "V".
4320
4321 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4322
4323         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4324         multi folder if entity is group.
4325
4326 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4327
4328         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4329         is nil.
4330
4331 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4332
4333         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4334         (wl-summary-target-mark-msgs): Return the number of marked messages.
4335
4336 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4337
4338         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4339         "first:" is specified.
4340
4341 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4342
4343         * wl-vars.el (wl-from): Use return value of function
4344         user-full-name instead of the variable user-full-name since
4345         XEmacs-20.4 doesn't set this variable.
4346
4347 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4348
4349         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4350         call `wl' directly.
4351
4352 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4353
4354         * wl-draft.el (wl-draft-reedit): Removed duplicated
4355         switch-to-buffers.
4356
4357 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * wl.el (wl-other-frame): Removed garbages.
4360
4361 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4362
4363         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4364
4365         * wl-xmas.el (wl-draft-key-setup): Ditto.
4366
4367         * wl-mule.el (wl-draft-key-setup): Ditto.
4368
4369         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4370         (wl-draft-reedit): Ditto.
4371         (wl-draft-prepare-edit): Add `wl-draft-save' to
4372         `local-write-file-hooks'.
4373         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4374         (wl-draft-reedit): Set buffer-file-name.
4375         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4376
4377
4378         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4379         call it.
4380         (wl-delete-startup-frame-function): New variable.
4381         (wl-other-frame): New function
4382         (Original was written by Yamaoka san [wl: 09239]).
4383
4384         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4385         if `wl-folder-use-frame'.
4386
4387 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4388
4389         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4390
4391 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4392
4393         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4394         New variable.
4395         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4396         (wl-message-buffer-prefetch-get-next): Use them.
4397         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4398
4399 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4400
4401         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4402         with unwind-protect.
4403
4404         * wl-draft.el (wl-draft-reedit): Rewrite.
4405         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4406         (wl-draft-save): Insert header separator if it does not exist;
4407         Removed condition-case.
4408
4409         * wl-summary.el (wl-summary-reedit): Revert last change.
4410
4411         * wl-draft.el (wl-draft-save): Rewrite.
4412         (wl-draft-create-buffer): Set buffer-file-name as nil.
4413
4414         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4415
4416         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4417
4418         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4419         nil.
4420
4421 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4422
4423         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4424         If count is nil, do not prefetch.
4425         (wl-message-buffer-prefetch-next): Next.
4426
4427 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4428
4429         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4430
4431 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4432
4433         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4434         `delete-backward-char'
4435         (wl-draft-prepare-edit): Check major-mode.
4436         (wl-draft-decode-header): Rewrite.
4437         (wl-draft): Fix.
4438
4439 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4440
4441         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4442
4443 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4444
4445         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4446         (wl-message-buffer-prefetch-get-next): Remove size checking.
4447         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4448
4449 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4450
4451         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4452         (wl-draft-default-headers): Fix.
4453
4454 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4455
4456         * wl-draft.el (wl-draft-default-headers): Insert return value of
4457         `wl-generate-mailer-string-function'.
4458
4459 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4460
4461         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4462         (wl-draft-insert-mail-header-separator): Ditto.
4463
4464         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4465         again (Reverted the change on 2002-01-17 by OKADA san).
4466
4467 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4468
4469         * wl-draft.el (wl-draft): Rewrite.
4470         (wl-draft-create-buffer): New function.
4471         (wl-draft-create-contents): Ditto.
4472         (wl-draft-prepare-edit): Ditto.
4473         (wl-draft-decode-header): Ditto.
4474         (wl-draft-decode-body): Ditto.
4475         (wl-draft-check-new-line): Ditto.
4476         (wl-draft-default-headers): Ditto.
4477         (wl-draft-insert-mail-header-separator): Ditto.
4478
4479 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4480
4481         * Version number is increased to 2.9.6.
4482
4483 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4484
4485         * wl-draft.el (wl-draft-delete-field): Optional argument.
4486         (wl-draft-delete-fields): Ditto.
4487
4488 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4489
4490         * wl-message.el (toplevel): Eliminated byte-compile warning.
4491         for `itimer-function', `delete-timer' and `itimer-list'.
4492
4493 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4494
4495         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4496         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4497         `wl-message-buffer-prefetch-threshold'.
4498         * wl-summary.el (wl-summary-redisplay-internal): Remove
4499         the check of `wl-message-buffer-prefetch-depth'.
4500
4501 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4502
4503         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4504         size of article.
4505         (wl-message-buffer-prefetch-subr): Remove size check.
4506
4507 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4508
4509         * wl-vars.el (wl-plugged): Make customizable.
4510
4511 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4512
4513         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4514         (wl-message-buffer-prefetch-set-timer): New function.
4515         (wl-message-buffer-prefetch-get-next): New function.
4516         (wl-message-buffer-prefetch): New function.
4517         (wl-message-buffer-prefetch-next): Rewrite.
4518         (wl-message-buffer-prefetch-subr): Rewrite.
4519         * wl-vars.el (wl-auto-prefetch-first): New variable.
4520         * wl-summary.el (wl-summary-goto-folder-subr): Call
4521         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4522
4523 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4524
4525         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4526         `wl-summary-unread-message-hook'.
4527
4528 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4529
4530         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4531         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4532         if range is `cache-status'.
4533
4534 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4535
4536         * wl-message.el (wl-message-buffer-prefetch-subr):
4537         Improve debug message.
4538
4539 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4540
4541         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4542         `wl-mail-send-pre-hook'.
4543         (wl-draft-send-mail-with-qmail): Ditto.
4544         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4545
4546 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4547
4548         * wl-message.el (wl-message-buffer-prefetch-subr):
4549         Fix for cancel-function-timers bug.
4550         (wl-message-buffer-prefetch-debug): Default value is t.
4551
4552 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4553
4554         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4555         (wl-message-buffer-prefetch-subr): Rewrite.
4556         Rename from `wl-message-buffer-prefetch'.
4557
4558 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4559
4560         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4561         (wl-default-draft-cite-decorate-author): Ditto.
4562
4563         * wl-draft.el (wl-draft-cite-function): Removed.
4564         (wl-default-draft-cite-decorate-author): Ditto.
4565
4566 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4567
4568         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4569         (wl-default-draft-cite): Do not arrange author name if the value of
4570         `wl-default-draft-cite-decorate-author' is nil.
4571
4572 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4573
4574         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4575
4576         * wl-folder.el (wl-folder-check-one-entity): Don't care
4577         `elmo-folder-use-flag-p'.
4578
4579 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4580
4581         * wl-folder (wl-folder-check-one-entity): Fix
4582         problem if unread is nil.
4583
4584 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4585
4586         * wl-address.el (wl-address-make-completion-list): Check whether
4587         the address is a group list.
4588         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4589
4590 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4591
4592         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4593         The number of the messages of new and unread does not count
4594         correctly.
4595
4596         * wl-summary.el (wl-summary-count-unread): Changed to return
4597         `(new . unread)' instead of total.
4598         (wl-summary-sync-update): Follow the change above.
4599
4600         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4601
4602 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4603
4604         * wl-address.el (wl-address-make-completion-list): Do not enclose
4605         address by " <" and ">" if associated realname is "".
4606         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4607         This is against the promblem with group list in .addresses pointed
4608         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4609
4610 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4611
4612         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4613         message is a format control string.
4614         * wl-expire.el (wl-expire-append-log): Ditto.
4615         * wl-mime.el (wl-summary-burst-subr): Ditto.
4616         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4617         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4618
4619 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4620
4621         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4622         wl.el (wl-check-variables): Rename from `wl-check-type'.
4623         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4624         (wl-check-variables-2): New function.
4625         (wl): Call `wl-check-variables-2'.
4626
4627 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4628
4629         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4630         after renaming folder in access group.
4631
4632 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4633
4634         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4635         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4636         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4637         (wl-message-buffer-prefetch): Rewrite.
4638         (wl-message-buffer-prefetch-idle-time): Removed.
4639         * wl-summary.el (wl-summary-redisplay-internal):
4640         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4641         Error check for `wl-message-buffer-prefetch-depht'.
4642
4643 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4644
4645         * Version number is increased to 2.9.5.
4646         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4647
4648 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4649
4650         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4651         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4652         Based on the patch written by
4653         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4654
4655 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4656
4657         * wl-draft.el (wl-draft-raw-send): Fix for
4658         `wl-news-send-pre-hook'
4659
4660 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4661
4662         * wl-utils.el (wl-message-id-function): New variable.
4663         * wl-draft.el (wl-draft-insert-required-fields):
4664         Use `wl-message-id-function'.
4665
4666 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4667
4668         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4669         * wl-utils.el (wl-draft-make-message-id-string):
4670         Use `wl-from' for domain part of Message-ID
4671         if `wl-message-id-use-wl-from' if non-nil.
4672         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4673
4674 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4675
4676         * wl.el (wl): Call `wl-check-type'
4677         Do not 'condition-case'.
4678
4679 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4680
4681         * wl.el (wl-check-type): New function.
4682         (wl-check-type-variables): New variable.
4683
4684 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4685
4686         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4687
4688 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4689
4690         * wl-draft.el (wl-smtp-password-key): New function.
4691         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4692         (wl-draft-send-mail-with-smtp): Ditto.
4693         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4694
4695 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4696
4697         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4698         * wl-utils.el (wl-unique-id-suffix): Remove.
4699
4700 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4701
4702         * Version number is increased to 2.9.4.
4703
4704 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-utils.el (wl-unique-id-suffix): New variable.
4707         (wl-unique-id): Use `wl-unique-id-suffix'
4708
4709 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4710
4711         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4712         instead of `elmo-msgdb-search'.
4713
4714         * Version number is increased to 2.9.3.
4715
4716 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4717
4718         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4719
4720 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4721
4722         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4723         (wl-draft-dispatch-message): Changed for send-later.
4724         (wl-draft-queue-flush): Ditto.
4725         (wl-draft): Clear `wl-sent-message-queued'.
4726         (wl-draft-reedit): Ditto.
4727         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4728         * wl-vars.el (wl-draft-force-queuing): New variable.
4729         (wl-draft-force-queuing-mail): New variable.
4730         (wl-draft-force-queuing-news): New variable.
4731
4732 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4733
4734         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4735         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4736
4737 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4738
4739         * Version number is increased to 2.9.2.
4740
4741 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * wl-draft.el (wl-draft-elide-region): New user command.
4744         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4745
4746         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4747         command `wl-draft-elide-region'.
4748         * wl-mule.el: Ditto.
4749         * wl-xmas.el: Ditto.
4750
4751 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4752
4753         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4754         (wl-biff-check-folder-async): Removed needless let.
4755
4756 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4757
4758         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4759         wl-folder-get-elmo-folder.
4760         (wl-biff-check-folder): Set `biff' argument of
4761         `wl-folder-check-one-entity'.
4762         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4763
4764         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4765         (wl-folder-check-one-entity): Added `biff' argument;
4766         Setup `biff' slot of folder.
4767
4768         * Version number is increased to 2.9.1.
4769
4770 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4771
4772         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4773         comment out and fixed.
4774         (wl-fldmgr-add-completion-subr): Ditto.
4775
4776         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4777         and msgdb.
4778
4779         * wl.el (wl-toggle-plugged): Save summary view.
4780
4781 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4782
4783         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4784
4785 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4786
4787         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4788
4789 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4792         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4793         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4794
4795         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4796         if it was failed.
4797         (wl-demo): Disable undo in the demo buffer.
4798
4799 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4800
4801         * wl-version.el (wl-version): Changed codename.
4802
4803         * Version number is increased to 2.9.0.
4804
4805 2001-12-14  Takuo KITAME <kitame@northeye.org>
4806
4807         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4808         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4809         (wl-folder-mark-as-read-all-current-entity): Ditto.
4810
4811 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4812
4813         * wl-vars.el (wl-from-width): Define as obsolete variable.
4814         (wl-subject-length-limit): Ditto.
4815
4816         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4817
4818         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4819         wl-summary-save-view.
4820
4821         * wl.el (wl-save-status): Ditto.
4822         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4823
4824         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4825         (wl-summary-exit): Follow the change above.
4826         (wl-summary-goto-folder-subr): Ditto.
4827
4828         * wl-folder.el (wl-folder-create-subr): Don't use
4829         `elmo-folder-creatable-p'.
4830
4831 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4832
4833         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4834
4835 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4838         rather than bitmap on Emacs 21.
4839         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4840         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4841         for xbm if the new redisplay engine is not available.
4842
4843 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * wl-folder.el (wl-folder-init-hook): New hook.
4846         (wl-folder-init): Run `wl-folder-init-hook'.
4847
4848 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4851
4852 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4853
4854         * wl-acap.el (wl-acap-cache-filename): New variable.
4855         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4856         (wl-acap-init): Use cache if no ACAP server found.
4857
4858 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4859
4860         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4861         `wl-acap-original-msgdb-dir'.
4862
4863         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4864         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4865
4866         * wl-mime.el (wl-mime-save-directory): Renamed from
4867         `wl-mime-save-dir'.
4868
4869 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4872
4873         * wl-demo.el: Require `path-util'.
4874         (wl-demo-bitmap-mule-available-p): New internal variable.
4875         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4876         `module-installed-p' instead.
4877         (wl-demo-insert-image): Use *.img file for a bitmap image.
4878         (wl-demo): Don't call the ascii demo recursively.
4879
4880 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4881
4882         * Version number is increased to 2.7.7.
4883
4884 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4885
4886         * wl.el (wl-exit): Eliminated byte-compile warning.
4887
4888 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4889
4890         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4891         obsolete variable using `elmo-define-obsolete-variable'.
4892         (wl-fetch-confirm-threshold): Ditto.
4893         (wl-cache-prefetch-folder-type-list): Ditto.
4894         (wl-cache-prefetch-folder-list): Ditto.
4895
4896 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4899         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4900         (wl-demo-insert-image): New function.
4901         (wl-demo-insert-text): New function.
4902         (wl-demo-image-type-alist): Redefine as a function.
4903         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4904         (wl-demo-with-temp-file-buffer): Removed.
4905         (wl-logo-xpm): Removed.
4906         (wl-logo-xbm): Removed.
4907         (wl-logo-bitmap): Removed.
4908
4909 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4910
4911         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4912         (wl-expire-localdir-get-folder-function): New user option.
4913         (wl-expire-localdir-get-folder): New function.
4914         (wl-expire-localdir-date): Ditto.
4915
4916 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4917
4918         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4919         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4920         Fixed unread number mismatch when all-unread < unread.
4921
4922 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4923
4924         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4925         (wl-fetch-confirm-threshold): Ditto.
4926
4927         * wl-summary.el (wl-summary-confirm-appends): Removed.
4928         (wl-summary-sync-update): Don't refer
4929         `wl-summary-update-confirm-threshold' (It is now abolished).
4930
4931         * wl-message.el (wl-message-display-internal): Don't refer
4932         `wl-fetch-confirm-threshold' (It is now abolished).
4933
4934 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4937
4938 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4939
4940         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4941         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4942         Change default value to nil.
4943         (wl-summary-indent-length-limit): The value can be nil, nil means
4944         unlimited.
4945
4946         * wl-summary.el: Don't set limit for indent length if the value of
4947         wl-summary-indent-length-limit is nil.
4948         If the value of wl-summary-width is nil, it means only that the width
4949         of summary is unlimited (nil doesn't mean that the indent length is
4950         unlimited).
4951
4952         * wl-thread.el: Ditto.
4953
4954 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4955
4956         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4957         be nil, nil means never confirm.
4958         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4959
4960 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4961
4962         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4963         means unlimited).
4964
4965 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4966
4967         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4968         Use `with-temp-buffer'.
4969
4970 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4973         with new backquote style).
4974         (wl-folder-get-entity-from-buffer): Ditto.
4975
4976 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4977
4978         * wl-version.el (nemacs-version): Eliminated.
4979         (wl-extended-emacs-version2): Ignore nemacs.
4980         (wl-extended-emacs-version3): Ditto.
4981
4982 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4983
4984         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4985         (wl-draft-add-in-reply-to): New variable.
4986         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4987         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4988         (wl-draft-yank-from-mail-reply-buffer): Use
4989         `wl-draft-add-in-reply-to'.
4990         (wl-draft-insert-current-message): Ditto.
4991
4992 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4993
4994         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4995         typo (kill->hide).
4996         (wl-message-buffer-prefetch-folder-type-list): Added elements
4997         `mark' and `cache' instead of `internal'.
4998
4999 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5000
5001         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5002         resume msgdb directory.
5003
5004 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5005
5006         * wl.el (wl-exit): Call `wl-acap-exit'.
5007
5008         * wl-summary.el (wl-summary-message-string): New function.
5009         (wl-summary-reedit): Use it.
5010         (wl-summary-resend-bounced-mail): Remove needless let.
5011         (wl-summary-supersedes-message): Ditto.
5012         (wl-summary-save): Ditto.
5013
5014         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5015         (wl-acap-init): Set it.
5016         (wl-acap-exit): New function.
5017
5018 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5019
5020         * wl.el (wl-init): Revert (require 'mime-setup). move from
5021         toplevel.
5022
5023 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5024
5025         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5026         local variables.  Add error when guess function return invalid
5027         value.
5028
5029 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5030
5031         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5032         Change local variable name.
5033         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5034         (wl-folder-get-newsgroups): Return nil when non-news folder.
5035         * wl-summary.el (wl-summary-write-current-folder): State through
5036         when guess-list return nil.
5037         (wl-summary-write-current-folder-functions): Fixed docstring.
5038
5039         * wl.el (wl-exit): Changed confirm message.
5040
5041         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5042         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5043
5044         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5045
5046 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5047
5048         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5049         user option (Renamed from wl-cache-prefetch-folder-type-list).
5050         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5051         from wl-cache-prefetch-folder-list).
5052
5053         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5054         Move to wl-vars.el.
5055         (wl-message-buffer-prefetch-p): Changed to enable
5056         `wl-message-buffer-prefetch-folder-list'.
5057
5058         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5059         `ignore-cache'.
5060
5061 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5062
5063         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5064         `part-top' and `part-bottom'.
5065         (wl-draft-config-sub-part-top): New function.
5066         (wl-draft-config-sub-part-bottom): New function.
5067
5068 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5069
5070         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5071
5072 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5073
5074         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5075
5076 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5079
5080         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5081         (wl-summary-write-current-folder): Ditto.
5082
5083 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5084
5085         * wl-folder.el (wl-folder-get-newsgroups): Use
5086         `elmo-folder-newsgroups'.
5087
5088 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5089
5090         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5091         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5092         `wl-draft-config-sub-header-bottom'.
5093
5094 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5095
5096         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5097         localnews folder.
5098
5099 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5100
5101         * wl-summary.el (wl-summary-mode): Undo last change.
5102
5103         * wl-folder.el (wl-folder-mode): Ditto.
5104
5105 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5106
5107         * wl-summary.el (wl-summary-mode): Locally set
5108         truncate-partial-window-width to nil.
5109         (for XEmacs)
5110
5111         * wl-folder.el (wl-folder-mode): Ditto.
5112
5113 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5114
5115         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5116
5117 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5118
5119         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5120         number.
5121
5122         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5123
5124         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5125
5126         * Version number is increased to 2.7.6.
5127
5128 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5129
5130         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5131
5132 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5133
5134         * wl-summary.el (wl-summary-sync-update): Enclose network
5135         related portion with `unwind-protect'.
5136
5137 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5138
5139         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5140
5141 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5142
5143         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5144         element.
5145         * wl-vars.el (wl-message-body-button-alist): Ditto.
5146
5147         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5148         max match length.
5149         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5150
5151         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5152         for the max match length;
5153         Use 4th element value for the button string regexp group.
5154
5155         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5156         candidate exists, prompt to select.
5157
5158 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5159
5160         * wl-summary.el (wl-summary-jump-to-msg): Search before
5161         calibration point by `beginning-of-line'.
5162
5163 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5164
5165         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5166         for access group.
5167
5168 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5169
5170         * wl-message.el (wl-message-display-internal): Bind
5171         `default-mime-charset'.
5172
5173         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5174
5175         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5176
5177         * Version number is increased to 2.7.5.
5178
5179 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5180
5181         * wl-expire.el (wl-summary-archive): Fixed;
5182         Use `elmo-folder-name-internal'.
5183
5184 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5185
5186         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5187         from `elmo-folder-move-messages' caller.
5188         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5189
5190         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5191         related portions are changed).
5192
5193 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5194
5195         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5196         counter.
5197
5198 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5199
5200         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5201         buffer local and set it to nil.
5202
5203         * wl-message.el (wl-message-redisplay): Ditto.
5204
5205 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5206
5207         * wl-summary.el (wl-summary-mark-as-important): If message is
5208         already cached, set messag as read, otherwise encache and mark as read.
5209
5210 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5211
5212         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5213         point-min.
5214
5215 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5218         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5219         a keymap.
5220
5221 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5222
5223         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5224         parent.
5225
5226         * wl-mule.el (wl-message-define-keymap): Ditto.
5227
5228         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5229
5230         * wl-xmas.el (wl-message-display-internal-hook): Define.
5231         (wl-xmas-setup-message-toolbar): Define as function.
5232         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5233         (wl-message-overload-functions): Abolished.
5234         (wl-message-define-keymap): New function.
5235
5236         * wl-vars.el (wl-message-display-internal-hook): New variable.
5237         (wl-message-header-button-alist): New variable (Renamed from
5238         wl-highlight-message-header-button-alist).
5239         (wl-message-body-button-alist): Ditto.
5240
5241         * wl-mule.el (wl-message-define-keymap): New function.
5242         (wl-message-overload-functions): Abolished.
5243
5244         * wl-message.el (wl-message-add-buttons-to-body): New function.
5245         (wl-message-redisplay): Don't call wl-message-overload-functions;
5246         Call wl-message-add-buttons-to-header and
5247         wl-message-add-buttons-to-body.
5248         (wl-message-display-internal): Set keymap argument for
5249         elmo-mime-display-as-is, elmo-mime-message-display;
5250         Run wl-message-display-internal-hook.
5251         (wl-message-refer-article-or-url): Abolished.
5252
5253         * wl-highlight.el (wl-highlight-headers): Don't call
5254         wl-highlight-message-add-buttons-to-header.
5255         (wl-highlight-message-add-buttons-to-header): Abolished.
5256
5257
5258         * wl-e21.el (wl-message-display-internal-hook): Define.
5259         (wl-e21-setup-toolbar): Deleted duplicated binding.
5260         (wl-e21-setup-message-toolbar): Define as function.
5261         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5262         (wl-message-define-keymap): New function.
5263         (wl-message-overload-functions): Abolished.
5264
5265 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5266
5267         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5268         and elmo-folder-close.
5269
5270         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5271
5272 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5273
5274         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5275         boolean value.
5276         * wl-draft.el (wl-draft-do-fcc): Ditto.
5277
5278 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5279
5280         * wl-vars.el (wl-fcc-force-as-read): New variable.
5281         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5282         mark copied message as read.
5283
5284 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5285
5286         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5287
5288 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5289
5290         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5291         `wl-summary-target-above' instead of obsolete variable
5292         `wl-summary-temp-above'.
5293
5294         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5295         instead of `make-obsolete-variable'.
5296         * wl-refile.el (toplevel): Ditto.
5297
5298 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5299
5300         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5301         with third argument t.
5302         (wl-draft): Set first argument for wl-plugged-init as t.
5303
5304         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5305         definition.
5306
5307 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5308
5309         * wl-vars.el: Tabify.
5310         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5311
5312         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5313         message.
5314
5315 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5316
5317         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5318         and set default to beep.
5319
5320 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5321
5322         * wl-vars.el (wl-draft-truncate-lines): New variable.
5323
5324         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5325         instead of wl-message-truncate-lines for truncate-lines.
5326
5327 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5328
5329         * wl-message.el (wl-message-display-internal): Call
5330         `wl-highlight-message' after `elmo-mime-display-as-is'.
5331
5332         * wl-mime.el (wl-mime-display-text/plain): New function.
5333         (wl-mime-display-header): Ditto.
5334         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5335         body-presentation-method for text/plain;
5336         Register `wl-mime-display-header' as a header-presentation-method;
5337         Don't set up `elmo-message-text-content-inserted-hook' and
5338         `elmo-message-header-inserted-hook'.
5339
5340         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5341         variable.
5342         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5343         as t if flag is 'all-header;
5344         Don't bind `elmo-message-ignored-field-list',
5345         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5346
5347 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5350         for xemacs with non-mule environment.
5351
5352 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5353
5354         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5355         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5356         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5357
5358 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5359
5360         * wl-vars.el (wl-interactive-send): Set default value as t.
5361
5362 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5363
5364         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5365         (wl-addrmgr-method-list): Abolished.
5366         (wl-addrmgr-change-method): Follow above change.
5367
5368         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5369
5370 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5371
5372         * wl-vars.el (wl-message-truncate-lines): Change default value
5373         to default-truncate-lines.
5374
5375         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5376
5377 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5378
5379         * wl-vars.el (wl-message-truncate-lines): New variable.
5380
5381         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5382         wl-message-truncate-lines.
5383
5384 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5385
5386         * wl-acap.el (wl-acap-init): Remove period from error message.
5387         (wl-acap-find-acap-service): Remove period from message.
5388
5389 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5390
5391         * wl.el (wl-check-environment): Undo last change.
5392
5393         * wl-vars.el (wl-from): Changed default value.
5394
5395         * wl-util.el (toplevel): Don't require tm-edit.
5396
5397         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5398         `wl-folder-init';
5399         Don't set mark on mail body.
5400         (wl-draft-reedit): Ditto.
5401
5402         * wl-address.el (wl-address-quote-specials): Define as an alias for
5403         elmo-address-quote-specials.
5404
5405 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5406
5407         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5408
5409         * wl-vars.el (wl-from): Set default value as nil.
5410         (wl-organization): Set default value as ORGANIZATION environment
5411         variable.
5412
5413         * wl-draft.el (wl-smtp-extension-bind): Check value of
5414         wl-smtp-connection-type.
5415
5416         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5417         error.
5418
5419 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5420
5421         * Version number is increased to 2.7.4.
5422
5423         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5424         arguments from `wl-highlight-x-face-function' caller.
5425         Use x-face-1.3.6.12 or later.
5426
5427 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5428
5429         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5430
5431 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5432
5433         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5434         (wl-fcc): Fix to accept function.
5435         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5436
5437 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5438
5439         * wl-acap.el (toplevel): Added `product-provide' declare.
5440         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5441
5442 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5443
5444         * wl.el (wl): Changed order of calling `elmo-init'
5445         and `elmo-folder-init'.
5446
5447 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5448
5449         * wl-mime.el (wl-summary-burst): Extract message when content-type
5450         of root entity is not only `multipart' but also `message/rfc822'.
5451         (wl-summary-burst-subr): Ditto.
5452
5453 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5454
5455         * wl-vars.el (toplevel): Require 'custom.
5456         (wl-trash-folder): Added to `wl-setting' group.
5457
5458         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5459         exists.
5460         (wl-addrmgr-draw): Insert empty line when no entry exists.
5461
5462         * wl-mule.el (wl-message-wheel-up): Fixed.
5463         (wl-message-wheel-down): Ditto.
5464
5465 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5466
5467         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5468         config is an anonymous lambda expression.
5469
5470 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5473         when Mule 2 is running.
5474
5475 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5478
5479 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5480
5481         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5482         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5483
5484         * wl-address.el (wl-address-specials-regexp): Eliminated.
5485         (wl-address-quote-specials): Rewrite.
5486
5487 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5490         shy-groups for regexp.
5491
5492         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5493         character classes and Perl style shy-groups for regexp.
5494         (wl-highlight-plugged-current-line): Use Posix style character
5495         classes for regexp.
5496         (wl-e21-highlight-folder-by-numbers): Ditto.
5497         (wl-e21-display-image-p): Use `display-images-p' instead of
5498         `display-graphic-p'.
5499         (display-images-p): Make an alias to `display-graphic-p' if it is
5500         not available.  It is for Emacs version prior to 21.0.105.
5501
5502         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5503         `display-graphic-p'.
5504         (wl-demo-image-type-alist): Ditto.
5505         (display-images-p): Make an alias to `display-graphic-p' if it is
5506         not available.  It is for Emacs version prior to 21.0.105.
5507
5508 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5509
5510         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5511         support.
5512         (wl-generate-user-agent-string): Ditto.
5513
5514         * wl-version.el (wl-version): Update docsting.
5515         (wl-version-status): Ditto.
5516
5517 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5518
5519         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5520         21.0.105.  For Emacs 21.0.104 or earlier.
5521
5522 2001-09-03  Takuo KITAME <kitame@northeye.org>
5523
5524         * wl-e21.el (wl-plugged-init-icons): Use
5525         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5526         (wl-biff-init-icons): Ditto.
5527
5528 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5529
5530         * wl-highlight.el (wl-highlight-summary-current-line):
5531         Fixed highlighting refile/copy destination.
5532
5533         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5534         (wl-acap-store): Encode string by wl-acap-coding-system.
5535
5536 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5537
5538         * wl-acap.el (toplevel): Check and require 'un-define before
5539         'xemacs-ucs;
5540          Added checking for UTF-2000.
5541
5542 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5543
5544         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5545         Don't enclose with `eval-and-compile'.
5546
5547         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5548         wl-init is non-nil.
5549
5550         * wl-draft.el (wl-draft): Ditto.
5551
5552         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5553
5554         * wl-acap.el (toplevel): Require 'wl.
5555         (wl-acap-store): Call `elmo-init'.
5556
5557         * wl.el (wl): Changed position of `wl-check-environment'.
5558         (toplevel): Added autoload setting for wl-acap.
5559
5560         * wl-vars.el (wl-setting): New custom group.
5561         (wl-from): Added wl-setting group.
5562         (wl-user-mail-address-list): Ditto.
5563         (wl-organization): Ditto.
5564         (wl-subscribed-mailing-list): Ditto.
5565         (wl-envelope-from): Ditto.
5566         (wl-smtp-posting-user): Ditto.
5567         (wl-smtp-posting-server): Ditto.
5568         (wl-smtp-posting-port): Ditto.
5569         (wl-smtp-authenticate-type): Ditto.
5570         (wl-pop-before-smtp-user): Ditto.
5571         (wl-pop-before-smtp-server): Ditto.
5572         (wl-pop-before-smtp-port): Ditto.
5573         (wl-pop-before-smtp-authenticate-type): Ditto.
5574         (wl-nntp-posting-server): Ditto.
5575         (wl-nntp-posting-user): Ditto.
5576         (wl-nntp-posting-port): Ditto.
5577         (wl-fetch-confirm-threshold): Ditto.
5578         (wl-prefetch-threshold): Ditto.
5579         (wl-thread-insert-opened): Ditto.
5580         (wl-ldap-server): Ditto.
5581         (wl-ldap-port): Ditto.
5582         (wl-ldap-base): Ditto.
5583         (wl-ldap-objectclass): Ditto.
5584         (wl-use-ldap): Ditto.
5585         (wl-draft-config-alist): Ditto.
5586         (wl-draft-config-matchone): Ditto.
5587         (wl-template-alist): Ditto.
5588         (wl-message-sort-field-list): Ditto.
5589         (wl-message-ignored-field-list): Ditto.
5590         (wl-message-visible-field-list): Ditto.
5591         (wl-interactive-send): Ditto.
5592         (wl-summary-move-order): Ditto.
5593         (wl-auto-select-first): Ditto.
5594         (wl-auto-select-next): Ditto.
5595         (wl-interactive-save-folders): Ditto.
5596
5597         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5598         Initialization codes are moved from wl-local-folder-init.
5599         (wl-local-folder-init): Follow the change above.
5600         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5601
5602         * wl-acap.el: New file.
5603
5604         * Version number is increased to 2.7.3.
5605
5606 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5607
5608         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5609
5610 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5611
5612         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5613         (wl-addrmgr-address-entry-list): Ditto.
5614
5615 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5616
5617         * wl-e21.el (wl-draft-mode-map): Removed binding for
5618         `wl-draft-insert-x-face-field'.
5619
5620         * wl-mule.el (wl-draft-mode-map): Ditto.
5621
5622         * wl-xmas.el (wl-draft-mode-map): Ditto.
5623
5624         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5625         (wl-cs-autoconv): Ditto.
5626         (wl-cs-local): Ditto.
5627         (wl-use-scoring): Ditto.
5628         (wl-mime-charset): Ditto.
5629         (wl-folder-check-async): Ditto.
5630
5631         * wl.el (toplevel): Ignore nemacs and tm.
5632         (wl-exit): Ditto.
5633
5634         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5635         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5636         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5637         instead of wl-address-petname-add-or-change.
5638         (wl-summary-edit-addresses-subr): Use wl-address-delete
5639         instead of wl-address-petname-delete.
5640
5641         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5642
5643         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5644         if error occured.
5645
5646         * wl-message.el (require): Remove tm support.
5647
5648         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5649
5650         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5651         (wl-folder-jump-to-current-entity): Ditto.
5652         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5653
5654         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5655         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5656         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5657
5658         * wl-mule.el (wl-draft-key-setup): Ditto.
5659
5660         * wl-xmas.el (wl-draft-key-setup): Ditto.
5661
5662         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5663         (wl-draft-std11-parse-addresses): New function.
5664         (wl-draft-parse-mailbox-list): Use it.
5665         (wl-draft): Ignore nemacs.
5666         (wl-draft-reedit): Ditto.
5667
5668         * wl-addrmgr.el: New file.
5669         (Original is wl-rcpt.el written by
5670         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5671         Thanks Kitamoto-san.)
5672
5673         * wl-address.el (wl-address-make-address-list): Modified parsing
5674         process.
5675         (wl-address-delete): Renamed from `wl-address-petname-delete';
5676         Modify wl-address-list too.
5677         (wl-address-add-or-change): Renamed from
5678         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5679
5680 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5681
5682         * wl-highlight.el (wl-highlight-summary-current-line):
5683           Work with transient-mark-mode
5684
5685 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5686
5687         * Version number is increased to 2.7.2.
5688
5689         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5690         instead of elmo-dop-queue-method.
5691
5692 2001-08-06  SAITO Atsunori <sai@yedo.com>
5693
5694         * wl-vars.el (wl-ldap-objectclass): New user option.
5695
5696         * wl-address.el (wl-ldap-make-filter): Use it.
5697
5698 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5699
5700         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5701
5702 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5703
5704         * wl-folder.el (wl-folder): redisplay after folder insertion.
5705
5706         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5707
5708         * wl-summary.el (wl-summary-sync-update):
5709         Change status mark only when new-msgdb exists.
5710         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5711
5712 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5713
5714         * wl-summary.el (wl-summary-open-folder): New function.
5715         (wl-summary-goto-folder-subr): Use it.
5716         (wl-summary-mark-as-important): Fix;
5717         Encache only when no cache exists.
5718
5719 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5720
5721         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5722         Use with-current-buffer.
5723
5724 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5725
5726         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5727         before call `get-buffer'. Fixed parenthesis.
5728         (wl-score-get-header-entry): Clear message and help window when
5729         keyboard quit.
5730         (wl-score-edit-insert-header): Ditto.
5731
5732 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5733
5734         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5735         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5736         (wl-default-draft-cite): Fix.
5737
5738         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5739         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5740
5741 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5742
5743         * wl-message.el (wl-message-prev-page): Do same bahavior
5744         as summary when it is called in the message buffer.
5745         (wl-message-next-page): Ditto.
5746
5747 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5748
5749         * wl-summary.el (wl-summary-forward): Use cache if it is not
5750         section cache.
5751
5752 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5753
5754         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5755         Removed redundant require of elmo-vars.
5756         (wl-biff-state-indicator-on): Changed default value for
5757         xemacs with non-mule environment.
5758
5759         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5760         wl-message-buffer is nil;
5761         Hide progress bar after moving messages.
5762
5763 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5764
5765         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5766         message at cursor point is deleted.
5767
5768 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5769
5770         * wl-vars.el: Changed file coding system to euc-japan.
5771         Added -*-coding:-*- magic to the first line.
5772
5773         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5774         Search parent from the first message.
5775
5776         * Version number is increased to 2.7.1.
5777
5778 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5779
5780         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5781
5782 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5783
5784         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5785         refile/delete execution.
5786
5787         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5788         Fixed docstring.
5789
5790 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5791
5792         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5793         do update process;
5794         Don't update marks when update process is interrupted.
5795
5796 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5797
5798         * wl-summary.el (wl-summary-reply): Fixed problem when
5799         wl-draft-use-frame is non-nil.
5800         (wl-summary-forward): Ditto.
5801
5802         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5803         as nil.
5804         (wl-folder-mark-as-read-all-entity): Ditto.
5805         (wl-folder-prefetch-entity): Ditto.
5806
5807         * wl.el (wl): Check environment before wl-init.
5808
5809         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5810         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5811         instead of wl-summary-collect-unread.
5812         (wl-summary-reply): Split message window.
5813
5814 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5815
5816         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5817         only if current language environment is japanese,
5818
5819         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5820         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5821         (wl-folder-goto-folder-subr): Ditto.
5822
5823         * wl-draft.el (wl-draft-dispatch-message): Call
5824         `elmo-file-cache-get-path'.
5825
5826 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5827
5828         * wl-summary.el (wl-summary-cursor-move): If return value of
5829         wl-summary-next-message is not number, don't jump.
5830
5831 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5832
5833         * wl-summary.el (wl-summary-buffer-next-message-function): New
5834         variable.
5835         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5836         if it is bound.
5837
5838         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5839         string.
5840
5841         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5842         (wl-plugged-drawing): Ditto.
5843
5844 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5845
5846         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5847         process.
5848         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5849         with unwind-protect.
5850
5851         * wl.el (wl-init): Require mime-setup.
5852         (wl-check-environment): Don't require mime-setup.
5853
5854         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5855         instead of elmo-folder-type.
5856
5857         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5858         value as nil.
5859
5860 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5861
5862         * Version number is increased to 2.7.0.
5863
5864         * wl-version.el (wl-version): Changed codename.
5865
5866         * wl-summary.el (wl-summary-delete-cache): Fixed.
5867
5868         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5869         Workaround for net folders.
5870         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5871
5872         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5873         value to nil (According to the patch from
5874         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5875
5876         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5877         of elmo-folder-close.
5878
5879 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5880
5881         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5882         for postfix.
5883
5884 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5885
5886         * wl-summary.el (wl-summary-resend-message): Fixed.
5887
5888         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5889         Call wl-draft with `from' argument if its address is included in
5890         `wl-user-mail-address-list'.
5891         (wl-draft): Added `from' argument.
5892
5893         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5894         non-nil.
5895         (wl): Don't show demo if wl-demo is nil.
5896
5897         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5898         wl-summary-use-frame.
5899
5900         * wl-vars.el (wl-summary-use-frame): New user option.
5901         (wl-folder-use-frame): Changed docstring.
5902
5903         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5904         non-nil.
5905         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5906         wl-summary-use-frame.
5907
5908         * wl-vars.el (wl-folder-use-frame): New user option.
5909
5910         * wl-summary.el (wl-summary-exit): Back to folder frame if
5911         wl-folder-use-frame is non-nil.
5912         (wl-summary-redisplay-internal): Ignore cache if current folder
5913         is draft folder,
5914         (wl-summary-redisplay-no-mime): Ditto.
5915         (wl-summary-redisplay-all-header): Ditto.
5916
5917         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5918         if wl-folder-use-frame is non-nil.
5919
5920 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * wl-summary.el (wl-summary-sync-update): Bind
5923         elmo-folder-update-threshold.
5924         (wl-summary-mark-as-important): Enclosed server mark processing
5925         with `save-match-data'.
5926
5927         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5928         only when it is already defined.
5929
5930 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5931
5932         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5933         name of folder exclude localdir is wrong.
5934         * wl-folder.el (wl-folder-sync-entity):
5935         Set `wl-summary-always-sticky-folder-list' as nil.
5936         (wl-folder-mark-as-read-all-entity): Ditto.
5937         (wl-folder-prefetch-entity): Ditto.
5938
5939 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5940
5941         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5942         instead of `wl-summary-write-current-newsgroup'.
5943
5944 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5945
5946         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5947         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5948         non-nil and selected message is important, do not display.
5949
5950 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5951
5952         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5953
5954 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5955
5956         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5957
5958         * wl-summary.el (wl-summary-mark-as-important): Set message number
5959         using wl-summary-message-number.
5960
5961 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5962
5963         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5964         destination folder is 'null.
5965
5966 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5967
5968         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5969         New function.
5970         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5971         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5972         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5973
5974 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5975
5976         * wl-mime.el (wl-mime-setup): Added setting for
5977         `mime-setup-signature-key-alist' to avoid overriding key bind for
5978         `wl-draft-send'.
5979
5980         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5981         for `wl-draft-send'.
5982         * wl-mule.el (wl-draft-overload-functions): Ditto.
5983         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5984         * wl-draft.el (wl-draft-send): Ditto.
5985
5986         * wl-message.el (wl-message-display-internal):
5987         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5988         (Patch is provided by <kita@coe.nttdata.co.jp>).
5989
5990 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5991
5992         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5993
5994 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5995
5996         * wl.el (wl): Fix for wl-demo.
5997
5998 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5999
6000         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6001
6002 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6003
6004         * wl-folder.el (wl-folder-prefetch-entity): Use
6005         `wl-folder-get-elmo-folder'.
6006         (wl-folder-count-incorporates): Do not use
6007         `wl-folder-get-elmo-folder'.
6008
6009 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6010
6011         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6012         instead of `elmo-folder-get-type'.
6013
6014 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6015
6016         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6017         position on Subject: field.
6018         (Advised by Mito <mit@nines.nec.co.jp>)
6019
6020 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6021
6022         * wl-folder.el (wl-folder-prefetch-entity): Use
6023         `wl-folder-get-elmo-folder'.
6024
6025 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6026
6027         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6028
6029         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6030         `process-duplicates' slot.
6031
6032         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6033         if detection failed.
6034
6035 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6036
6037         * wl-version.el (wl-version-status): Set to "alpha".
6038
6039 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6040
6041         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6042         Check wl-message-buffer lives before set-buffer.
6043
6044 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6045
6046         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6047         called in folder mode.
6048         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6049         * wl-summary.el (wl-summary-exit-pre-hook): Run
6050         `wl-summary-exit-pre-hook' before exit summary mode.
6051
6052 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6053
6054         * wl-version.el (wl-version-status): New variable.
6055         (wl-version-status-alist): Removed.
6056         (wl-version-status): Rule included.
6057
6058 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6059
6060         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6061         @sponichi.
6062
6063         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6064         when `mail-reply-buffer' is buffer-local variable.
6065         (Reported by <kita@coe.nttdata.co.jp>).
6066
6067 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-vars.el (toplevel): Require 'elmo-util.
6070
6071 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6072
6073         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6074         (All other related portions are changed)
6075
6076         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6077
6078         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6079
6080 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6081
6082         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6083
6084 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6085
6086         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6087         Delete other windows to avoid an error.
6088         Use `point-marker' instead of `point' to remember the start point
6089         of body.
6090
6091         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6092
6093         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6094         number not to exceed all message number.
6095
6096 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6097
6098         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6099         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6100
6101 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * wl-summary.el (wl-summary-sync-force-update): Added argument
6104         no-check.
6105         (wl-summary-sync-update): Ditto.
6106         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6107         with `no-check'.
6108
6109         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6110         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6111         already running.
6112
6113 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6114
6115         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6116         `dst-folder-arg'.
6117         (wl-expire-archive-number1): Diito.
6118         (wl-expire-archive-number2): Diito.
6119         (wl-expire-archive-Date): Diito.
6120         (wl-archive-number1): Diito.
6121         (wl-archive-number2): Diito.
6122         (wl-archive-date): Diito.
6123         (wl-archive-folder-p): New function.
6124         (wl-summary-expire): Support of expand folder name at
6125         wl-expire-alist.
6126         * wl-util.el (wl-expand-newtext): Renamed from
6127         `wl-refile-expand-newtext'.
6128
6129 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6130
6131         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6132         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6133         `(elmo-msgdb-get-overview msgdb)'.
6134         (wl-summary-prefetch): Bind match data before call
6135         `wl-summay-prefetch-msg'.
6136         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6137         'off if `wl-summary-buffer-disp-msg' is non-nil.
6138         Fixed problem that couldn't show only one new or unread message when
6139         enter folder.
6140         (wl-summary-reply): Don't call `split-window-vertically' and other
6141         window.
6142
6143 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6144
6145         * wl-expire.el (wl-expire-refile): Fixed.
6146
6147 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6148
6149         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6150
6151         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6152         biff notification is removed.
6153
6154         * wl.el (wl): Changed position of `elmo-init'.
6155
6156         * wl-draft.el (wl-default-draft-cite): Use date field
6157         on the citation buffer.
6158
6159         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6160
6161         * wl-xmas.el (wl-folder-internal-icon-list): Added
6162         `wl-folder-shimbun-image'.
6163
6164         * wl-e21.el (wl-folder-internal-icon-list): Added
6165         `wl-folder-shimbun-image'.
6166
6167 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6168
6169         * wl.el (wl-init): Eliminated argument.
6170         (wl): Rewrite.
6171
6172         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6173         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6174         instead of `elmo-folder-msgdb-internal'.
6175         (wl-summary-sync-update): Ditto.
6176         (wl-summary-flush-pending-append-operations): Eliminated.
6177         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6178         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6179         `elmo-folder-open'.
6180
6181         * wl-mime.el (wl-summary-burst): Fixed.
6182
6183         * wl-folder.el (wl-folder-info-save): Check data type.
6184
6185         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6186         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6187         instead of `elmo-folder-msgdb-internal'.
6188         (wl-expire-hide): Ditto.
6189
6190
6191         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6192
6193 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6194
6195         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6196
6197 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6198
6199         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6200
6201 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6202
6203         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6204         Fixed `match-beginning' argument mismatch.
6205
6206 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6207
6208         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6209         the default value.
6210
6211 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6214         instead of `elmo-nntp-default-port'.
6215
6216         * wl-vars.el: Fixed some doc strings.
6217
6218 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6219
6220         * wl-summary.el (wl-summary-prefetch-msg): Use
6221         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6222
6223         * wl-vars.el: Define *-func as obsolete variable using
6224         `elmo-define-obsolete-variable'.
6225
6226         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6227         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6228         instead of `wl-message-buffer-prefetch-threshold'.
6229
6230         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6231
6232         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6233
6234         * wl-draft.el (wl-caesar-region-func): Ditto.
6235
6236         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6237         Keep unread status in elmo-folder-move-messages.
6238         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6239
6240 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6241
6242         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6243         `wl-summary-buffer-exit-func'
6244         (wl-summary-buffer-message-redisplay-function): Renamed from
6245         `wl-summary-buffer-message-redisplay-func'
6246         (wl-summary-buffer-next-folder-function): Renamed from
6247         `wl-summary-buffer-next-folder-func'.
6248         (wl-summary-buffer-prev-folder-function): Renamed from
6249         `wl-summary-buffer-prev-folder-func'.
6250         (wl-summary-get-petname-function): Renamed from
6251         `wl-summary-get-petname-func'.
6252
6253         * wl-score.el (wl-score-edit-exit-function): Renamed from
6254         `wl-score-edit-exit-func'.
6255
6256         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6257         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6258
6259         * wl-util.el (wl-load-profile-function): Renamed from
6260         `wl-load-profile-func'.
6261
6262         * wl-folder.el (wl-folder-completion-function): Renamed from
6263         `wl-folder-completion-func'.
6264         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6265
6266         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6267         `wl-expire-archive-get-folder-func'.
6268         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6269         (wl-draft-send-mail-function): Renamed from
6270         `wl-draft-send-mail-func'.
6271         (wl-draft-send-news-function): Renamed from
6272         `wl-draft-send-news-func'.
6273         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6274         (wl-generate-mailer-string-function): Renamed from
6275         `wl-generate-mailer-string-func'.
6276         (wl-highlight-signature-search-function): Renamed from
6277         `wl-highlight-signature-search-func'.
6278         (wl-highlight-x-face-function): Renamed from
6279         `wl-highlight-x-face-func'
6280         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6281         (wl-ps-print-buffer-function): Renamed from
6282         `wl-ps-print-buffer-func'
6283         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6284         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6285         (wl-summary-subject-filter-function): Renamed from
6286         `wl-summary-subject-filter-func'.
6287
6288         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6289         `wl-draft-queue-flush-send-func'
6290         (wl-draft-cite-function): Renamed from
6291         `wl-draft-cite-func'
6292
6293         * wl-address.el (wl-address-init-function): Renamed from
6294         `wl-address-init-func'.
6295
6296 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * wl-draft.el (wl-draft-queue-flush): Don't call
6299         `elmo-dop-unlock-message'.
6300         * wl-draft.el (wl-draft-queue-append): Don't call
6301         `elmo-dop-lock-message'.
6302
6303         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6304         (wl-summary-buffer-folder-name): Ditto.
6305         (wl-summary-message-regexp): Added '-' (all other related portions
6306         are changed).
6307         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6308         wl-summary-buffer-folder-name.
6309
6310 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6311
6312         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6313         the number of mails in the folder buffer is not updated by wl-biff.
6314
6315 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6316
6317         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6318         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6319
6320 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6321
6322         * wl-summary.el (wl-summary-next-message):
6323         Return next message number when wl-summary-move-order is nil.
6324
6325 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6326
6327         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6328         `wl-summary-move-spec-alist'.
6329         (wl-summary-move-spec-unplugged-alist): New variable
6330         (Move spec for unplugged status).
6331         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6332         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6333
6334 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6335
6336         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6337         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6338
6339 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6340
6341         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6342         simple quotation to quote the anonymous function.
6343         * tm-wl.el (wl-draft-preview-message): Ditto.
6344
6345 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6346
6347         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6348         Eliminate redundant `save-excursion'.
6349         (wl-highlight-summary-current-line): Ditto.
6350
6351         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6352         accessing match data when `looking-at' failed.
6353
6354         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6355         `elmo-match-string' where users don't care about the speed.
6356         (wl-draft-save): Ditto.
6357
6358 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6359
6360         * wl-util.el (wl-regexp-opt): New function.
6361
6362         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6363         number from `wl-summary-buffer-number-list'.
6364         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6365         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6366         (wl-summary-move-spec-alist): Changed default setting.
6367
6368 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6369
6370         * wl-vars.el (wl-biff-notify-hook): New hook.
6371         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6372         the arrival of new mail.
6373         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6374         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6375
6376 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6377
6378         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6379
6380 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6381
6382         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6383
6384         * Version number is increased to 2.5.8.
6385
6386         * wl-thread.el (toplevel): require 'cl.
6387         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6388         (wl-thread-make-number-list): New function.
6389         (wl-thread-entity-make-number-list-from-children): Ditto.
6390         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6391         (wl-thread-entity-insert-as-children): Likewise.
6392         (wl-thread-delete-message): Likewise.
6393         (wl-meaning-of-mark): Eliminated.
6394         (wl-thread-next-failure-mark-p): Ditto.
6395         (wl-thread-entity-get-mark): Ditto.
6396         (wl-thread-meaning-alist-get-result): Ditto.
6397         (wl-thread-entity-check-prev-mark): Ditto.
6398         (wl-thread-entity-check-next-mark): Ditto.
6399         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6400         (wl-thread-entity-get-prev-marked-entity): Ditto.
6401         (wl-thread-get-prev-unread): Ditto.
6402         (wl-thread-jump-to-prev-unread): Ditto.
6403         (wl-thread-get-next-unread): Ditto.
6404         (wl-thread-jump-to-next-unread): Ditto.
6405         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6406         (wl-thread-entity-get-next-marked-entity): Ditto.
6407
6408         * wl-summary.el (wl-summary-buffer-number-list):
6409         New bufer-local variable.
6410         (wl-summary-switch-to-clone-buffer): Clone
6411         `wl-summary-buffer-number-list'.
6412         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6413         (wl-summary-cursor-move-regex): Eliminated.
6414         (wl-summary-cursor-up): Rewrite.
6415         (wl-summary-cursor-down): Ditto.
6416         (wl-summary-mode-spec-alist): New variable.
6417         (wl-summary-next-message): New inline function.
6418         (wl-summary-cursor-move): New function.
6419         (wl-summary-default-get-next-msg): Rewrite.
6420         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6421         (wl-summary-rescan): Ditto.
6422         (wl-summary-sync-all-init): Ditto.
6423         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6424         summary is not thread view.
6425         (wl-summary-sync-update): Ditto.
6426         (wl-summary-rescan): Ditto.
6427         (wl-summary-make-number-list): New function.
6428
6429         * wl-draft.el: "FCC" -> "Fcc".
6430
6431 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-highlight.el (wl-highlight-summary-window):
6434         Call `set-buffer-modified-p'.
6435
6436         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6437         (wl): Call `elmo-init' and fix.
6438
6439         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6440         Use new variables.
6441
6442         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6443
6444 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6445
6446         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6447
6448 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6449
6450         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6451
6452 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6453
6454         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6455         `wl-use-toolbar' nor `display-graphic-p'.
6456         (wl-e21-setup-message-toolbar): Ditto.
6457         (wl-e21-setup-summary-toolbar): Ditto.
6458         (wl-e21-setup-folder-toolbar): Ditto.
6459
6460         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6461         (wl-plugged-init-icons): Ditto.
6462
6463         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6464         `display-graphic-p'.
6465         (wl-plugged-set-folder-icon): Ditto.
6466         (wl-highlight-plugged-current-line): Ditto.
6467         (wl-highlight-folder-current-line): Ditto.
6468         (wl-e21-highlight-folder-group-line): Ditto.
6469         (wl-e21-setup-toolbar): Ditto.
6470         (wl-e21-display-image-p): New macro.
6471
6472         * wl-demo.el (wl-demo): Simplified.
6473         (wl-demo-image-type-alist): Use `image-type-available-p' for
6474         checking whether the image type `xbm' is available.
6475
6476 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6477
6478         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6479         (wl-summary-input-range): Ditto.
6480
6481 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6482
6483         * wl-summary.el (wl-summary-edit-addresses): Use
6484         `wl-summary-get-original-buffer'
6485         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6486         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6487         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6488         (wl-summary-get-newsgroups): Eliminated.
6489         (wl-summary-set-crosspost): Ditto.
6490         (wl-summary-is-crosspost-folder): Ditto.
6491         (wl-crosspost-alist-load): Ditto.
6492         (wl-crosspost-alist-save): Ditto.
6493
6494         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6495         `elmo-setup-subscribed-newsgroups' instead of
6496         `elmo-nntp-make-groups-hashtb'.
6497         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6498         instead of `wl-crosspost-alist-save'.
6499
6500         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6501         of `elmo-folder-message-appendable-p'.
6502         (wl-mime-header-presentation-method): Eliminated.
6503
6504         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6505         (Error occurs in emacs21).
6506
6507         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6508         the current buffer).
6509
6510         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6511         instead of `wl-crosspost-alist-save'.
6512         (wl-init): `elmo-crosspost-message-alist-load'
6513         instead of `wl-crosspost-alist-load'
6514
6515         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6516         (wl-parse-newsgroups): Likewise.
6517         (wl-biff-notify): Run `wl-biff-notify-hook'.
6518
6519 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6520
6521         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6522
6523         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6524         when `wl-summary-lazy-highlight' is non-nil.
6525         (wl-summary-goto-folder-subr): Highlight only when
6526         `wl-summary-lazy-highlight' is non-nil.
6527
6528         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6529         Don't display progress and highlight temp-mark when
6530         `wl-summary-lazy-highlight' is non-nil.
6531         (wl-highlight-summary-window): New function.
6532         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6533
6534 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6535
6536         * wl-summary.el (wl-summary-sync): Change `all-visible'
6537         from `all-shown'
6538         (wl-summary-input-range): Ditto.
6539
6540 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6541
6542         * wl-e21.el (wl-highlight-folder-current-line): Call
6543         `wl-folder-init-icons' when folder icons have not been initialized.
6544
6545         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6546
6547         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6548         (wl-demo-image-type-alist): New macro.
6549
6550 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6551
6552         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6553         display does not support graphics.
6554         (wl-plugged-init-icons): Ditto.
6555         (wl-folder-init-icons): Ditto.
6556
6557         * wl-demo.el (wl-demo): Chech closely whether the display
6558         supports graphics.
6559
6560 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6561
6562         * wl-summary.el (wl-summary-get-original-buffer): New function.
6563         (wl-summary-set-crosspost): Use it.
6564         (wl-summary-target-mark-uudecode): Ditto.
6565         (wl-summary-reedit): Ditto.
6566         (wl-summary-resend-bounced-mail): Ditto.
6567         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6568         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6569
6570         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6571         (wl-message-display-internal): Ditto.
6572
6573 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6574
6575         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6576
6577 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6578
6579         * wl-summary.el (wl-summary-save-view): Renamed from
6580         `wl-summary-save-status'.
6581
6582 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6583
6584         * wl-summary.el (wl-summary-sync): Added `all-shown'
6585
6586 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6587
6588         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6589
6590 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6591
6592         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6593
6594 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6595
6596         * wl-highlight.el (wl-highlight-summary-line-string): Use
6597         `zerop' instead of `= 0'.
6598         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6599
6600         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6601         for comparing numbers.
6602         (wl-template-prev): Use `zerop' instead of `eq 0'.
6603
6604         * wl-draft.el (wl-draft-insert-current-message): Use
6605         `with-current-buffer' instead of `save-excursion'.
6606         Use `zerop' instead of `eq 0'.
6607
6608 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6609
6610         * wl-draft.el (wl-draft-insert-ccs): New function.
6611         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6612         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6613
6614 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6615
6616         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6617
6618 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6619
6620         * wl-expire.el (wl-expire-refile): Don't call
6621         elmo-msgdb-add-msgs-to-seen-list;
6622         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6623         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6624
6625 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6626
6627         * wl-message.el (wl-message-prev-page): Ignore errors while
6628         scroll-down.
6629
6630 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6631
6632         * wl-mime.el: Use elmo-original-message-mode instead of
6633         mmelmo-original-mode.
6634
6635         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6636         `elmo-folder-get-spec';
6637         (wl-fldmgr-add-completion-all-completions):
6638         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6639
6640         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6641         of `elmo-folder-get-type'.
6642
6643         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6644         `elmo-folder-get-spec';
6645         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6646         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6647         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6648         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6649         `elmo-read-msg-no-cache';
6650         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6651         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6652         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6653         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6654         `elmo-cache-save';
6655         (wl-draft-reedit): Use `elmo-message-file-name'.
6656
6657         * wl-expire.el: Use `elmo-folder-name-internal';
6658         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6659         Use macro `wl-summary-buffer-msgdb' instead of variable
6660         `wl-summary-buffer-msgdb';
6661         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6662         Use macro `wl-summary-buffer-folder-name' instead of variable
6663         `wl-summary-buffer-folder-name'.
6664         * wl-score.el: Likewise.
6665
6666         * wl-message.el: Rewrite for new message buffer cache mechanism.
6667         (wl-message-buffer-cache-buffer-get): New macro.
6668         (wl-message-buffer-cache-folder-get): Ditto.
6669         (wl-message-buffer-cache-message-get): Ditto.
6670         (wl-message-buffer-cache-entry-make): Ditto.
6671         (wl-message-buffer-cache-hit): Ditto.
6672         (wl-message-buffer-cache-sort): New function.
6673         (wl-message-buffer-cache-add): Ditto.
6674         (wl-message-buffer-cache-delete): Ditto.
6675         (wl-message-buffer-cache-clean-up): Ditto.
6676         (wl-message-buffer-window): Rewrite.
6677         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6678         (wl-message-buffer-display): New function.
6679         (wl-message-display-internal): New function.
6680
6681 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6682
6683         * wl-folder.el: Use `elmo-folder-name-internal';
6684         Use `wl-folder-get-elmo-folder';
6685         Use `elmo-folder-list-messages' instead of
6686         `elmo-list-folder';
6687         Use `elmo-folder-get-primitive-list' instead of
6688         `elmo-folder-get-primitive-spec-list';
6689         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6690         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6691         Use `elmo-folder-create' instead of `elmo-create-folder'.
6692         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6693         (wl-folder-get-elmo-folder): New macro.
6694         (wl-folder-elmo-folder-cache-get): Ditto.
6695         (wl-folder-elmo-folder-cache-put): Ditto.
6696         (wl-folder-suspend): Call `elmo-quit'.
6697
6698         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6699         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6700         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6701         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6702         (toplevel): require 'cl.
6703         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6704
6705         * wl-summary.el: Rewrite to use new elmo interface.
6706
6707 \f
6708 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6709
6710         * wl-mime.el (wl-draft-preview-message):
6711         Run `wl-draft-send-hook' before collecting recipients information;
6712         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6713
6714         * tm-wl.el (wl-draft-preview-message): Ditto.
6715
6716 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6717
6718         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6719         wrong recipients are displayed when forwarded message.
6720
6721 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6722
6723         * Version number is increased to 2.5.7.
6724
6725 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6726
6727         * wl-message.el (wl-message-next-page): Bind
6728         `window-pixel-scroll-increment' to nil while scrolling up.
6729
6730 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6731
6732         * wl-vars.el (wl-save-hook): New hook.
6733         * wl.el (wl-save): Call `wl-save-hook'.
6734
6735 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6736
6737         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6738         Argument WITH-ARG instead of NO-ARG (negative mean).
6739         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6740         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6741         * wl-message.el (wl-message-follow-current-entity): Likewise.
6742
6743 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6744
6745         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6746         FROM was optional argument.
6747         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6748
6749 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6750
6751         * Version number is increased to 2.5.6.
6752
6753 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6754
6755         * wl-version.el (wl-version-show): Removed.
6756         (wl-version): Add `interactive'.
6757
6758 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6759
6760         * wl-summary.el (wl-summary-get-petname-func): New variable.
6761         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6762         instead of `wl-address-get-petname-1'.
6763         (wl-summary-simple-from): Ditto.
6764
6765         * wl-address.el (wl-address-get-petname-1): Define as function.
6766
6767 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6768
6769         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6770         field in the original message.
6771         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6772
6773 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6774
6775         * wl-expire.el (wl-expire-hide):
6776         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6777
6778 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6779
6780         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6781         find decoder for To, Cc, and Subject.
6782
6783 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6786         for checking `elmo-use-buffer-cache'.
6787         (wl-summary-mark-as-important): Fixed typo in comment.
6788
6789 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6790
6791         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6792         field in the original message.
6793         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6794
6795 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6796
6797         * wl-expire.el (wl-expire-hide):
6798         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6799
6800 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6803         find decoder for To, Cc, and Subject.
6804
6805 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * Version number is increased to 2.5.5.
6808
6809         * wl-address.el (wl-address-specials-regexp): New constant.
6810         (wl-address-quote-specials): Use it.
6811
6812 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl-summary.el (wl-summary-rescan):
6815         Call `wl-summary-buffer-number-column-detect'.
6816         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6817
6818         * wl-message.el (wl-message-mode-map): Define.
6819         (wl-message-decode): Use it as local-map.
6820
6821 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6822
6823         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6824         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6825
6826 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6829
6830         * wl-mule.el (wl-read-event-char): Ditto.
6831
6832         * wl-e21.el (wl-read-event-char): Ditto.
6833
6834         * wl-nemacs.el (wl-read-event-char): Ditto.
6835         (read-event): Removed.
6836
6837         * wl-util.el (toplevel): Removed dummy definition of
6838         `read-event'.
6839         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6840
6841 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6842
6843         * wl-nemacs.el (elmo-archive-call-process): Moved to
6844         elmo-archive.el.
6845
6846 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6847
6848         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6849         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6850
6851         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6852         instead of magic-number 6.  Use `not' instead of `null' for symbol
6853         `nil' check (not empty list).
6854         (wl-draft-insert-x-face-field): Fixed paren style.
6855
6856         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6857         one-branch conditional statement, instead of `and' and `if'.
6858         (wl-draft-forward): Likewise.
6859         (wl-draft-add-references): Likewise.
6860         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6861
6862         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6863         conditional steatment.  Use `cond' instead of `if'.
6864         (wl-draft-confirm): Likewise.
6865
6866 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6867
6868         * wl-version.el (wl-version-show): Use `product-string-1'
6869         instead of `wl-version'.
6870         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6871
6872         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6873
6874 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6875
6876         * wl-highlight.el (wl-highlight-headers): Revert
6877         `wl-highlight-x-face-func' argument (`beg' and `end').
6878
6879 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6880
6881         * wl.el (toplevel): Move `product-provide' declare.
6882         * wl-demo.el (toplevel): Ditto.
6883         * wl-dnd.el (toplevel): Ditto.
6884         * wl-highlight.el (toplevel): Ditto.
6885         * wl-message.el (toplevel): Ditto.
6886         * wl-refile.el (toplevel): Ditto.
6887         * wl-util.el (toplevel): Ditto.
6888
6889 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6890
6891         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6892         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6893         (wl-thread-close-all): keep cursor position.
6894
6895 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6896
6897         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6898         (eq x 0).
6899         (wl-generate-user-agent-string-1): Fix conditional statement.
6900
6901 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6902
6903         * wl.el (wl-check-environment): Additional check for
6904         'wl-local-domain' and `wl-message-id-domain'.
6905
6906 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6907
6908         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6909
6910 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6911
6912         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6913         instead of `smtp-sasl-user-realm'.
6914
6915 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6916
6917         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6918
6919 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6920
6921         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6922         to the default value as well as `eword-lexical-analyzer'.
6923
6924 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6925
6926         * wl-version.el (wl-extended-emacs-version,
6927         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6928         `elmo-match-string' instead of `wl-match-string'.
6929
6930 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6931
6932         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6933         docstring.
6934
6935 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6936
6937         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6938
6939 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6940
6941         * wl-highlight.el (wl-highlight-headers): Remove
6942         `wl-highlight-x-face-func' argument (`beg' and `end').
6943
6944 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * wl-summary.el (wl-summary-mark-as-important):
6947         Remove cache if folder is local.
6948
6949 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6950
6951         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6952         to get existing e-mail address string.
6953
6954 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6955
6956         * wl-version.el (wl-generate-user-agent-string): Commentary.
6957         (wl-generate-user-agent-string-1): Use `when' for
6958         one-branch conditional statement, instead of `and' and `if'.
6959         (wl-extended-emacs-version, wl-extended-emacs-version2,
6960         wl-extended-emacs-version3): Ditto.
6961
6962 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6963
6964         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6965         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6966         condition-case; Remove initialization.
6967         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6968         (wl-summary-sync-update3): Added argument `sync-all';
6969         Eliminated local variable `msgdb';
6970         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6971         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6972         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6973
6974 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6975
6976         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6977         connection before call `wl-draft-send-mail-with-smtp'.
6978
6979 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * Version number is increased to 2.5.4.
6982
6983 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6984
6985         * wl.el (wl-check-environment): Additional check for
6986         'wl-local-domain' and `wl-message-id-domain'.
6987
6988 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6989
6990         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6991         buffer as command specific.
6992         (wl-folder-mark-as-read-all-entity): Ditto.
6993         (wl-folder-prefetch-entity): Ditto.
6994         (wl-folder-drop-unsync-entity): Ditto.
6995
6996         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6997         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6998         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6999
7000         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7001         save-excursion.
7002
7003 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7004
7005         * Version number is increased to 2.5.3.
7006
7007         * wl-summary.el (wl-summary-save-view-cache):
7008         Delete duplicated `write-region';
7009         Use `write-region-as-binary' instead of `as-binary-output-file' and
7010         `write-region'.
7011
7012 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7013
7014         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7015
7016 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7017
7018         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7019         instead of `smtp-via-smtp'.
7020
7021 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7022
7023         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7024
7025 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7026
7027         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7028         instead of `smtp-sasl-user-realm'.
7029
7030 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7031
7032         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7033
7034 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7035
7036         * Version number is increased to 2.5.2.
7037
7038 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7039
7040         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7041         does not exist.
7042         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7043         (wl-biff-start): Call `timer-activate' if timer already exists.
7044
7045         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7046         only when it is bound as function.
7047
7048 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7049
7050         * Version number is increased to 2.5.1.
7051
7052 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7053
7054         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7055         Print refile/copy destination.
7056
7057 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7058
7059         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7060         queue-flush-only is non-nil.
7061
7062         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7063
7064         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7065         checking cache folder.
7066
7067 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7068
7069         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7070         `regexp-quote'.
7071
7072 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7073
7074         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7075         function.
7076         * wl-summary.el (wl-summary-write-current-folder-functions):
7077         Change default value.  Use it.
7078
7079 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7080
7081         * Version number is increased to 2.5.0.
7082
7083         * wl-version.el (wl-version): Changed codename.
7084
7085 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7086
7087         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7088         (wl-summary-supersedes-message): Ditto.
7089
7090 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7091
7092         * wl-refile.el (wl-refile-guess-functions): Renamed from
7093         `wl-refile-guess-func-list'.
7094
7095 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7096
7097         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7098         Fixed problem when no rule was matched.
7099
7100 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7101
7102         * wl-summary.el (wl-summary-get-mark): Fixed
7103         `wl-summary-buffer-target-mark' check logic.
7104
7105 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7106
7107         * wl-folder.el (wl-folder-write-current-folder): Added group
7108         folder check.
7109
7110         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7111         `wl-summary-write-current-newsgroup'.
7112         (wl-summary-write-current-folder-functions): New variable.
7113         * wl-folder.el (wl-folder-get-newsgroups): New function.
7114         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7115         (wl-folder-write-current-folder): Renamed from
7116         `wl-folder-write-current-newsgroup'.
7117
7118 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7119
7120         * Version number is increased to 2.3.93.
7121
7122 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7123
7124         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7125         (wl-ldap-make-matched-value-list): Ditto.
7126         (wl-ldap-alias-safe-string): Split e-mail address.
7127
7128         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7129         petname folder default was selected.
7130         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7131         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7132
7133 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7136         to `wl-draft-config-exec'.
7137
7138         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7139         instead of calling `wl-draft-config-exec';
7140         Process group-list and show recipients in minibuffer.
7141
7142         * tm-wl.el (wl-draft-preview-message): Ditto.
7143
7144 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7145
7146         * wl.el (toplevel): Added (C) to copyright notice, and
7147         sync Author header.
7148         * tm-wl.el (toplevel): Ditto.
7149         * wl-address.el (toplevel): Ditto.
7150         * wl-demo.el (toplevel): Ditto.
7151         * wl-dnd.el (toplevel): Ditto.
7152         * wl-draft.el (toplevel): Ditto.
7153         * wl-e21.el (toplevel): Ditto.
7154         * wl-expire.el (toplevel): Ditto.
7155         * wl-folder.el (toplevel): Ditto.
7156         * wl-highlight.el (toplevel): Ditto.
7157         * wl-message.el (toplevel): Ditto.
7158         * wl-mime.el (toplevel): Ditto.
7159         * wl-mule.el (toplevel): Ditto.
7160         * wl-nemacs.el (toplevel): Ditto.
7161         * wl-refile.el (toplevel): Ditto.
7162         * wl-score.el (toplevel): Ditto.
7163         * wl-summary.el (toplevel): Ditto.
7164         * wl-template.el (toplevel): Ditto.
7165         * wl-thread.el (toplevel): Ditto.
7166         * wl-util.el (toplevel): Ditto.
7167         * wl-vars.el (toplevel): Ditto.
7168         * wl-xmas.el (toplevel): Ditto.
7169
7170 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7171
7172         * wl.el (wl-init): Added comment about `wl-init-hook'.
7173         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7174         * wl-vars.el (wl-init-hook): Added docs.
7175         (wl-make-plugged-hook): Removed useless docs.
7176         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7177         * wl-xmas.el (toplevel): Ditto.
7178
7179 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7180
7181         * wl-address.el (toplevel): Fixed multiple Author header format.
7182         * wl-demo.el (toplevel): Ditto.
7183         * wl-draft.el (toplevel): Ditto.
7184         * wl-folder.el (toplevel): Ditto.
7185         * wl-summary.el (toplevel): Ditto.
7186         * wl-thread.el (toplevel): Ditto.
7187         * wl-util.el (toplevel): Ditto.
7188         * wl-vars.el (toplevel): Ditto.
7189         * wl-version.el (toplevel): Ditto.
7190         * wl-xmas.el (toplevel): Ditto.
7191         * wl.el (toplevel): Ditto.
7192
7193         * wl-version.el (toplevel): Added require `elmo-version' for
7194         `product-version-as-string'.
7195
7196 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7197
7198         * wl-vars.el (wl-draft-send-hook): Changed default value to
7199         '(wl-draft-config-exec).
7200
7201         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7202         explicitly.
7203         (wl-draft): Set `wl-draft-config-exec-flag' before running
7204         `wl-mail-setup-hook'.
7205
7206         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7207         `wl-biff-init-icons' to `wl-init-hook' instead of
7208         `wl-make-plugged-hook'.
7209         (Because if `wl-draft' command is invoked at first,
7210         they are not initialized)
7211         Updated copyright notice.
7212
7213         * wl-e21.el (toplevel): Ditto;
7214
7215         * wl-demo.el (toplevel): Updated copyright notice.
7216         * wl-address.el (toplevel): Ditto.
7217         * wl-draft.el (toplevel): Ditto.
7218         * wl-version.el (toplevel): Ditto.
7219         * wl-folder.el (toplevel): Ditto.
7220         * wl-summary.el (toplevel): Ditto.
7221         * wl-thread.el (toplevel): Ditto.
7222         * wl-util.el (toplevel): Ditto.
7223         * wl-vars.el (toplevel): Ditto.
7224         * wl.el (toplevel): Ditto.
7225
7226 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7227
7228         * wl-highlight.el (wl-highlight-message): Fixed problem of
7229         highlighting failure which occured when the last field contains
7230         multiple lines in the draft buffer.
7231
7232         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7233         `wl-biff-start' if plugged.
7234
7235         * wl-util.el (wl-biff-check-folder): New function.
7236         (wl-biff-check-folders): Don't set session name prefix.
7237         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7238         (wl-biff-check-folder-async): Ditto.
7239
7240         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7241         in email address.
7242
7243 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7244
7245         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7246
7247         * wl-draft.el (wl-draft-strip-subject-re): New function.
7248
7249         * wl-draft.el (wl-draft-reply): Use it.
7250
7251 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * wl-message.el (wl-mmelmo-message-redisplay): Use
7254         `mime-display-message' instead of `wl-mime-display-message'.
7255
7256         * wl-mime.el (toplevel): Removed compatibility workaround
7257         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7258         (wl-mime-display-message): Abolished.
7259         (wl-mime-entity-read-field): Ditto.
7260         (wl-mime-combine-message/partial-pieces): Use
7261         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7262
7263 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7264
7265         * wl-template.el: Doc fixes.
7266
7267 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7268
7269         * wl-e21.el (wl-message-overload-functions): Do nothing if
7270         `current-local-map' is not available.
7271         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7272
7273 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7274
7275         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7276         representation.
7277
7278         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7279         number.
7280         (wl-fldmgr-save-folders): Don't use `format' when insert
7281         `wl-fldmgr-folders-header'.
7282
7283 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7284
7285         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7286
7287 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * wl-highlight.el (wl-highlight-message):
7290         Use `std11-field-end' to detect end point of the header field.
7291         Refer `wl-highlight-max-header-size'.
7292
7293         * wl-vars.el (wl-highlight-max-header-size): New variable.
7294
7295         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7296
7297         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7298         Set `for-draft' argument of wl-highlight-headers.
7299         (wl-draft): Ditto.
7300         (wl-draft-reedit): Ditto.
7301         (wl-user-agent-compose-internal): Ditto.
7302
7303 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7304
7305         * wl-message.el (wl-message-add-button): Use overlay.
7306
7307 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7308
7309         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7310
7311         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7312         problem when group-list content is nothing.
7313         (Reported by Mito <mit@nines.nec.co.jp>)
7314
7315 2000-10-18  SAITO Atsunori <sai@yedo.com>
7316
7317         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7318
7319 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7320
7321         * tm-wl.el (toplevel): Use product-provide.
7322
7323 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * Version number is increased to 2.3.92.
7326
7327 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7328
7329         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7330         title text, use `display' property for left margin under Emacs 21.
7331
7332         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7333         properties.
7334         (wl-plugged-init-icons): Ditto.
7335
7336 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7337
7338         * wl.el (wl-save-status, wl-init): Remove last period in
7339         "...done." message.
7340         * tm-wl.el (wl-summary-burst): Ditto.
7341         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7342         wl-summary-resume-cache-status,
7343         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7344         wl-summary-sync-update3, wl-summary-highlight-msgs,
7345         wl-summary-flush-pending-append-operations,
7346         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7347         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7348         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7349         wl-thread-open-all): Ditto.
7350         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7351         * wl-mime.el (wl-summary-burst): Ditto.
7352         * wl-highlight.el (wl-highlight-summary): Ditto.
7353         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7354         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7355         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7356         * wl-address.el (wl-local-address-init): Ditto.
7357
7358 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7359
7360         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7361         `add-text-properties'.
7362         (wl-plugged-init-icons): Ditto.
7363         (wl-folder-init-icons): Use `propertize' instead of
7364         `put-text-property'.
7365         (wl-plugged-set-folder-icon): Ditto.
7366         (wl-e21-highlight-folder-group-line): Ditto.
7367
7368 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7369
7370         * wl-version.el (wl-version-status-alist): New variable.
7371         (wl-version-status): New function.
7372
7373         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7374         "Cc" part of the case "Reply-To".
7375
7376         * wl-draft.el (wl-draft-reply): Use result of
7377         `eword-extract-address-components'.
7378
7379         * wl-demo.el (wl-demo-icon-name): New constant.
7380         (wl-logo-xpm): Use it.
7381         (wl-logo-xbm): Ditto.
7382         (wl-logo-bitmap): Ditto.
7383
7384         * Version number is increased to 2.3.91.
7385
7386 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7387
7388         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7389         (wl-extended-emacs-version, wl-extended-emacs-version2,
7390         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7391         docstring.
7392
7393         * wl-version.el (wl-generate-user-agent-string-1): New function.
7394         (wl-generate-user-agent-string): Use it.
7395
7396         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7397         `mime-edit-insert-user-agent-field'.
7398         (wl-generate-user-agent-string): Check
7399         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7400
7401         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7402         instead of `if', when verbose case.
7403
7404 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7405
7406         * wl-expire.el (wl-summary-expire): Fix.
7407
7408 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7409
7410         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7411         and `elmo-lost+found-folder' if 'wl-draft.
7412         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7413
7414 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7415
7416         * wl-expire.el (wl-summary-expire): Change messages.
7417         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7418         `deleing-info' instead of "Deleting..."
7419
7420 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7421
7422         * wl-summary.el (wl-summary-refile-subr): Fix.
7423
7424 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7425
7426         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7427         if pipe folder.
7428
7429 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7430
7431         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7432
7433 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7434
7435         * wl-expire.el (wl-expire-hide): New function.
7436         (wl-summary-expire): Add `hide'.
7437
7438 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7439
7440         * wl-vars.el (wl-draft-reply-without-argument-list):
7441         Changed default value to consider `Reply-To:'.
7442         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7443
7444         * Version number is increased to 2.3.90.
7445
7446         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7447         elmo-imap4-get-session with unwind-protect.
7448         Don't cause error.
7449         (wl-summary-sync-marks): Don't check plugged nor folder type.
7450         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7451         (Always keep current buffer).
7452
7453 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7454
7455         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7456         Enclose with `save-excursion'.
7457
7458 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7459
7460         * wl-version.el (wl-version): Remove interactive.
7461
7462 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7463
7464         * wl-version.el (wl-generate-user-agent-string): Use
7465         `product-string-verbose' instead of `product-string-1'.
7466
7467 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7468
7469         * wl-vars.el (wl-draft-use-cache): New variable.
7470         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7471         if wl-draft-use-cache is non-nil.
7472
7473 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7474
7475         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7476         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7477
7478 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7481         (wl-thread-msg-mark-as-unread): Ditto.
7482
7483         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7484         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7485         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7486         Don't set mark in summary if return value of `elmo-mark-as-read'
7487         is nil.
7488         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7489         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7490         instead of `wl-thread-msg-mark-as-read'.
7491         (wl-summary-mark-as-unread-region): Ditto.
7492         (wl-summary-target-mark-mark-as-read): Ditto.
7493
7494         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7495
7496 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7497
7498         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7499
7500         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7501
7502 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7503
7504         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7505         face.
7506
7507 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7508
7509         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7510         `running-xemacs'.
7511
7512 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7513
7514         * wl-version.el (toplevel): Use `product-version-as-string' for
7515         set verstion-string, if defined.
7516
7517         * wl-version.el (wl-version-show): Insert string at point, when
7518         call with argument.
7519
7520         * wl-version.el (wl-generate-user-agent-string): Use
7521         `product-string-1' instead of `wl-appname', `wl-version' and
7522         `wl-codename'.
7523
7524 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7525
7526         * wl-address.el (toplevel): Use product-provide.
7527         * wl-demo.el (toplevel): Ditto.
7528         * wl-dnd.el (toplevel): Ditto.
7529         * wl-draft.el (toplevel): Ditto.
7530         * wl-e21.el (toplevel): Ditto.
7531         * wl-expire.el (toplevel): Ditto.
7532         * wl-fldmgr.el (toplevel): Ditto.
7533         * wl-folder.el (toplevel): Ditto.
7534         * wl-highlight.el (toplevel): Ditto.
7535         * wl-message.el (toplevel): Ditto.
7536         * wl-mime.el (toplevel): Ditto.
7537         * wl-mule.el (toplevel): Ditto.
7538         * wl-nemacs.el (toplevel): Ditto.
7539         * wl-refile.el (toplevel): Ditto.
7540         * wl-score.el (toplevel): Ditto.
7541         * wl-summary.el (toplevel): Ditto.
7542         * wl-template.el (toplevel): Ditto.
7543         * wl-thread.el (toplevel): Ditto.
7544         * wl-util.el (toplevel): Ditto.
7545         * wl-vars.el (toplevel): Ditto.
7546         * wl-xmas.el (toplevel): Ditto.
7547         * wl.el (toplevel): Ditto.
7548
7549 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7550
7551         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7552         instead of product.
7553
7554         * wl-version.el (wl-version): Compile time evalution elmo-version.
7555
7556 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7557
7558         * wl-summary.el (wl-summary-sync-force-update): Append queue
7559         `mark-as-read'if unplugged.
7560
7561 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7562
7563         * wl-version.el: New file.  Use product.el.
7564         * wl.el: add (require 'wl-version).
7565         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7566         for ~/.folders header.
7567         (wl-fldmgr-folders-header): Changed.
7568         * wl-demo.el (wl-demo): Use product.el.
7569
7570         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7571         wl-version.el.
7572         * wl-util.el (wl-version, wl-version-show): Ditto.
7573
7574         * wl-util.el (wl-generate-user-agent-string,
7575         wl-extended-emacs-version, wl-extended-emacs-version2,
7576         wl-extended-emacs-version3): Move to wl-version.el.
7577         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7578         xemacs-codename, mime-edit-insert-user-agent-field,
7579         mime-edit-user-agent-value, mime-editor/version,
7580         mime-editor/codename): Compile warning killer move to
7581         wl-version.el
7582
7583 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7584
7585         * wl-summary.el (wl-summary-refile-subr): Fix.
7586
7587 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7588
7589         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7590         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7591
7592 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7593
7594         * wl.el (wl-check-environment): Check too many `@'.
7595
7596 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7597
7598         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7599
7600 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7601
7602         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7603         wl-draft-reply-myself-without-argument-list): Add variables.
7604         * wl-draft.el (wl-draft-reply): Use it.
7605
7606 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7607
7608         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7609         the 5th argument of `elmo-network-get-spec'.
7610
7611         * wl-thread.el (wl-thread-reparent-children): New inline function.
7612         (wl-thread-delete-message): Use it.
7613
7614         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7615         (wl-summary-score-update-all-lines): Don't use `dolist'.
7616
7617 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7618
7619         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7620         (require 'elmo-msgdb) for inline function.
7621
7622 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7623
7624         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7625
7626 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7627
7628         * wl-score.el (wl-score-headers): Fix for the confusing macro
7629         `elmo-kill-buffer'.
7630
7631 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7632
7633         * wl-summary.el: Don't use the 3rd argument of `require' because
7634         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7635         * wl-util.el: Ditto.
7636         * wl-draft.el: Ditto.
7637
7638 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7639
7640         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7641         window system is not used.
7642
7643 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7644
7645         * wl-thread.el: Don't use `mapcar' only for iteration.
7646         (wl-thread-resume-entity): Ditto.
7647         (wl-thread-delete-message): Ditto.
7648
7649         * wl-summary.el: Bind `dragdrop-drop-functions',
7650         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7651         of `require' for `timezone', `easymenu' and `ps-print';
7652         don't use `mapcar' only for iteration.
7653
7654         * wl-util.el: Bind `mule-version', `nemacs-version',
7655         `emacs-beta-version', `xemacs-codename',
7656         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7657         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7658         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7659         only for iteration.
7660
7661         * wl-score.el: Don't use `mapcar' only for iteration.
7662         (wl-score-simplify-buffer-fuzzy): Ditto.
7663         (wl-score-simplify-subject): Ditto.
7664         (wl-score-headers): Ditto.
7665         (wl-summary-score-update-all-lines): Ditto.
7666
7667         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7668         `enable-multibyte-characters' and `mule-version'.
7669
7670         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7671         `mapcar' only for iteration.
7672
7673         * wl-demo.el: Don't use `mapcar' only for iteration.
7674
7675         * wl-folder.el: Don't use `mapcar' only for iteration.
7676         (wl-folder-open-all): Ditto.
7677         (wl-folder-count-incorporates): Ditto.
7678
7679         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7680         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7681
7682         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7683         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7684         `smtp-connection-type'; specify 3rd argument of `require' for
7685         `timezone'; don't use `mapcar' only for iteration.
7686         (wl-draft-clone-local-variables): Don't use `mapcar'.
7687         (wl-draft-generate-clone-buffer): Ditto.
7688         (wl-user-agent-compose-internal): Ditto.
7689
7690         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7691
7692         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7693         (wl-save-status): Ditto.
7694
7695         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7696         for iteration.
7697
7698 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7699
7700         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7701         removed `Date'.
7702         (wl-fldmgr-make-filter-default): New user option.
7703
7704         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7705         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7706         (wl-fldmgr-filter-completion-alist): Abolish.
7707
7708         * wl.el (wl): Don't check servers if arg is non-nil.
7709
7710         * wl-draft.el (wl-draft-reply): Set only message-id string to
7711         In-Reply-To field.
7712
7713 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7714
7715         * wl-summary.el (wl-summary-pick): Rewrite.
7716
7717         * wl-draft.el (wl-draft-forward): Get references field from
7718         original buffer.
7719         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7720
7721 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7722
7723         * wl-draft.el (wl-draft-forward): Add references field.
7724
7725 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7726
7727         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7728         (wl-draft-reply): Use it.
7729
7730 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7731
7732         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7733         when Emacs 21 is running.
7734
7735         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7736         bindings.
7737
7738 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7739
7740         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7741         XPM icons transparent.
7742
7743         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7744         Emacs 21.
7745
7746 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7747
7748         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7749         nil.
7750
7751         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7752         when it is persistent.
7753         (wl-summary-sync-marks): Changed argument for
7754         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7755         (wl-summary-virtual): Use `elmo-read-search-condition'.
7756         (wl-summary-redisplay-internal): If folder is local, mark as read
7757         even when folder is plugged.
7758
7759 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7760
7761         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7762         of `tool-bar-lines' in the frame parameters.
7763         (after-make-frame-functions, post-command-hook): Don't modify the
7764         value.
7765         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7766         wl-e21-tool-bar-lines): Removed.
7767
7768 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7769
7770         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7771         properties `evaporate' and `wl-momentary-overlay' as well.
7772         (wl-highlight-summary-displaying): Ditto.
7773         (wl-delete-all-overlays): Don't delete overlay which does not have
7774         a property `wl-momentary-overlay'.
7775
7776         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7777         `display-mouse-p' and `display-graphic-p'.
7778         (wl-folder-init-icons): Don't search for XBM or the other files.
7779         (wl-plugged-set-folder-icon): Make icons if and only if
7780         `display-graphic-p' returns non-nil.
7781         (wl-highlight-plugged-current-line): Use `before-string' overlay
7782         property to show icon images.
7783         (wl-highlight-folder-current-line): Ditto.
7784         (wl-e21-highlight-folder-group-line): Ditto.
7785         (wl-e21-highlight-folder-by-numbers): Ditto.
7786         (wl-e21-insert-image): Removed.
7787         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7788         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7789         said.
7790         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7791         `wl-e21-force-switch-toolbar'.
7792         (wl-e21-make-icon-image): Removed.
7793         (wl-e21-setup-toolbar): Don't search for XBM files.
7794         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7795         the default value.
7796
7797 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7798
7799         * wl-util.el (wl-biff-check-folder-async): Set
7800         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7801
7802 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7803
7804         * wl-e21.el (after-make-frame-functions): Add
7805         `wl-e21-force-switch-toolbar'.
7806         (wl-e21-force-switch-toolbar): New function force to switch the
7807         toolbar appearance automatically.
7808         (post-command-hook): Add `wl-e21-switch-toolbar'.
7809         (wl-e21-switch-toolbar): New function to switch the toolbar
7810         appearance automatically.
7811         (wl-e21-tool-bar-lines): New buffer local variable.
7812
7813 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7814
7815         * wl-util.el (wl-biff-check-folders-running): New variable.
7816         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7817         (wl-biff-check-folder-async-callback):
7818         Set `wl-biff-check-folders-running'.
7819         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7820         with unwind-protect.
7821
7822         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7823         Enclose `wl-folder-auto-check' with unwind-protect.
7824
7825         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7826         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7827
7828         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7829
7830         * wl-util.el (wl-biff-notify): New inline function.
7831         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7832         locally.
7833         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7834         folder-list' is 1.
7835         Use `wl-biff-notify'.
7836         (wl-biff-check-folder-async-callback): New function.
7837         (wl-biff-check-folder-async): Ditto.
7838
7839         * wl-folder.el (wl-folder): Don't check folders.
7840         (wl-folder-auto-check): New function.
7841
7842 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7843
7844         * wl-util.el (wl-biff-start) [Emacs19+]:
7845         Use `timer-next-integral-multiple-of-time'.
7846         (wl-biff-check-folders): Use `wl-default-folder'
7847         if `wl-biff-check-folder-list' is nil.
7848
7849 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7850
7851         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7852         instead of `elmo-delete-lists'.
7853
7854 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7855
7856         * wl.el (wl-plugged-toggle-all): Set the value of
7857         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7858         (wl-plugged-toggle): Ditto.
7859         (wl-toggle-plugged): Ditto.
7860         (wl-plugged-init): Ditto.
7861
7862         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7863         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7864         instead of `wl-biff-state-indicator-off' and
7865         `wl-biff-state-indicator-on'; don't modify the value and the type
7866         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7867         (wl-plugged-init-icons): Set icons data to
7868         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7869         instead of `wl-plug-state-indicator-off' and
7870         `wl-plug-state-indicator-on'; don't modify the value and the type
7871         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7872
7873         * wl-vars.el (wl-modeline-biff-state-off,
7874         wl-modeline-biff-state-on, wl-modeline-biff-status,
7875         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7876         wl-modeline-plug-status): New internal variables.
7877         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7878         wl-biff-check-interval, wl-biff-check-folder-list): Change
7879         customization group from `wl-folder' to `wl-highlight'.
7880         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7881         wl-show-plug-status-on-modeline): Defcustomized.
7882
7883         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7884         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7885         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7886         a flag to `mode-line-buffer-identification'.
7887
7888         * wl-e21.el (wl-biff-init-icons): Set icons data to
7889         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7890         instead of `wl-biff-state-indicator-off' and
7891         `wl-biff-state-indicator-on'.
7892         (wl-plugged-init-icons): Set icons data to
7893         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7894         instead of `wl-plug-state-indicator-off' and
7895         `wl-plug-state-indicator-on'.
7896
7897 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7898
7899         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7900         excessive titles.
7901
7902 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7903
7904         * wl.el (wl-plugged-mode): Use revised
7905         `wl-mode-line-buffer-identification'.
7906         (wl-plugged-init): Don't use `force-mode-line-update'.
7907
7908         * wl-xmas.el (wl-draft-overload-functions): Use revised
7909         `wl-mode-line-buffer-identification'.
7910         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7911         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7912         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7913         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7914         `wl-make-plugged-hook';
7915         add `wl-folder-init-icons' and `wl-setup-folder' to
7916         `wl-folder-mode-hook'.
7917
7918         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7919         19 as well.
7920         (wl-mode-line-display-priority-list): New user option.
7921         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7922         Defcustomized.
7923         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7924         Add docs.
7925
7926         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7927         start.
7928         (wl-mode-line-buffer-identification): Revised as a function.
7929
7930         * wl-summary.el (wl-summary-mode): Use revised
7931         `wl-mode-line-buffer-identification'; don't call
7932         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7933         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7934         `wl-xmas-setup-summary'.
7935
7936         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7937         `wl-mode-line-buffer-identification'.
7938
7939         * wl-mule.el (wl-draft-overload-functions): Use revised
7940         `wl-mode-line-buffer-identification'.
7941
7942         * wl-folder.el (wl-make-plugged-alist): Don't call
7943         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7944         (wl-folder): Don't call `wl-folder-init-icons' directly.
7945         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7946         `wl-xmas-setup-folder' directly;
7947         use revised `wl-mode-line-buffer-identification'.
7948         (TopLevel): Don't bind `wl-biff-init-icons',
7949         `wl-plugged-init-icons', `wl-folder-init-icons',
7950         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7951
7952         * wl-e21.el (wl-draft-overload-functions): Use revised
7953         `wl-mode-line-buffer-identification'.
7954         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7955         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7956         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7957         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7958         `wl-make-plugged-hook';
7959         add `wl-folder-init-icons' and `wl-setup-folder' to
7960         `wl-folder-mode-hook'.
7961
7962 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7963             Katsumi Yamaoka    <yamaoka@jpl.org>
7964
7965         * wl.el (wl): Call `wl-biff-start'.
7966         (wl-exit): Call `wl-biff-stop'.
7967         (wl-plugged-mode): Show biff in modeline.
7968         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7969
7970         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7971         (wl-biff-init-icons): New function.
7972         (wl-plugged-init-icons): Don't make too much keymaps.
7973         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7974
7975         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7976         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7977         variables.
7978         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7979         options.
7980
7981         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7982         wl-biff-start, wl-biff-stop): New functions.
7983         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7984         (wl-biff-timer-name): New variable.
7985
7986         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7987
7988         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7989         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7990
7991         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7992         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7993
7994         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7995         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7996         `wl-folder-init-icons' to `ignore' if they are not available.
7997         (wl-folder-mode): Show biff in modeline.
7998
7999         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8000         (wl-biff-init-icons): New function.
8001         (wl-plugged-init-icons): Don't make too much keymaps.
8002         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8003
8004 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8005
8006         * wl-vars.el (wl-strict-diff-folders): Customization Type
8007         and doc fix.  Define as a list of regular expressions for
8008         folders or nil.
8009         * wl-folder.el (wl-folder-check-one-entity): Use
8010         `wl-string-match-member' instead of `wl-string-member' for
8011         `wl-strict-diff-folders'.
8012
8013 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8014
8015         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8016         (wl-highlight-folder-current-line): Use it; new implementation.
8017         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8018         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8019         `defsubst' instead of `defun'.
8020
8021         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8022         `wl-highlight-group-folder-by-numbers'; made it can also be a
8023         number.  See info for more details.
8024
8025         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8026         running.
8027
8028         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8029         to bind them.
8030
8031         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8032         (wl-highlight-folder-current-line): New implementation.
8033
8034         * wl-highlight.el (wl-highlight-folder-group-line): New
8035         implementation.
8036         (wl-delete-all-overlays): Rewrite as a marco.
8037         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8038
8039         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8040         running.
8041         (wl-folder-*-glyph): No need to bind them.
8042
8043         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8044         `wl-e21-highlight-folder-group-icon'; rewrite.
8045         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8046         `defsubst' instead of `defun'.
8047         (wl-folder-mode-map): Bind it when compiling.
8048
8049 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8050
8051         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8052
8053         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8054
8055 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8056
8057         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8058
8059 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8060
8061         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8062         (wl-highlight-folder-current-line): Use it.
8063
8064         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8065         in `id-name'.
8066
8067 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8068
8069         * wl.el: Require `wl-e21' when Emacs 21 is running.
8070
8071         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8072         default when Emacs 21 is running.
8073         (wl-use-highlight-mouse-line): Ditto.
8074         (wl-on-emacs21): New constant.
8075         (wl-on-emacs20): Removed.
8076
8077         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8078         Emacs 21 is running.
8079
8080         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8081         Emacs 21 is running.
8082
8083         * wl-e21.el: New file.
8084
8085 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8086
8087         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8088         (wl-toggle-plugged): Ditto.
8089         (wl-plugged-toggle): Ditto.
8090         (wl-plugged-toggle-all): Ditto.
8091
8092         * wl-vars.el (wl-plug-state-indicator): Refer
8093         `wl-plug-state-indicator-on' indirectly.
8094
8095 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8096
8097         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8098         Call `wl-folder-confirm-existence'.
8099
8100         * wl-folder.el (wl-folder-confirm-existence): Added optional
8101         argument `force'.
8102
8103 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8104
8105         * wl-summary.el (wl-summary-refile-subr): Assume
8106         `copy-or-refile' as symbol.
8107         (wl-summary-refile): Follow up above change.
8108         (wl-summary-copy): Ditto.  Doc fix.
8109
8110 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8111
8112         * wl-summary.el (wl-summary-pick): Don't bind
8113         `elmo-search-mime-charset'.
8114
8115         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8116         default using old backquote style.
8117         (wl-search-mime-charset): Abolished.
8118
8119         * wl-highlight.el (wl-highlight-headers):
8120         Call `point' after `re-search-forward'(for Nemacs).
8121
8122         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8123         for elmo-imap4.el.
8124
8125 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8126
8127         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8128         `wl-message-ignored-field-list' instead of
8129         `mime-view-ignored-field-list'.
8130
8131         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8132         Add interactive spec.
8133         (wl-folder-goto-bottom-of-current-folder): Ditto.
8134         (wl-folder-mode-map): Bind them.
8135
8136         * wl-vars.el (wl-message-ignored-field-list): New variable.
8137         (wl-message-visible-field-list): New variable.
8138
8139         * wl-mime.el (wl-mime-header-presentation-method): New function.
8140         (wl-mime-setup): Set header-presentation-method.
8141
8142 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8143
8144         * wl-nemacs.el (wl-draft-overload-functions): Set
8145         `mode-line-buffer-identification' instead of using
8146         `wl-make-modeline'.
8147
8148         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8149         instead of using `wl-make-modeline'.
8150
8151         * wl-xmas.el (wl-plugged-init-icons): Set up
8152         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8153         (wl-make-modeline): Abolish.
8154         (wl-draft-overload-functions): Set
8155         `mode-line-buffer-identification' instead of using
8156         `wl-make-modeline'.
8157
8158         * wl-util.el (wl-make-modeline-subr): Abolish.
8159         (wl-mode-line-buffer-identification): New alias.
8160
8161         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8162         (wl-summary-make-modeline): Abolish.
8163         (wl-summary-buffer-set-folder): Set
8164         `wl-summary-buffer-folder-indicator'.
8165         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8166         of using `wl-make-modeline'.
8167         (wl-summary-switch-to-clone-buffer): Don't set
8168         `mode-line-buffer-identification'.
8169         (wl-summary-goto-folder-subr): Ditto.
8170
8171         * wl-mule.el (wl-draft-overload-functions): Set
8172         `mode-line-buffer-identification' instead of using
8173         `wl-make-modeline'.
8174
8175         * wl-folder.el (wl-folder-mode): Set
8176         `mode-line-buffer-identification' instead of using
8177         `wl-make-modeline'.
8178         (wl-folder): Don't set `mode-line-buffer-identification'.
8179
8180 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8181
8182         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8183         instead of `member' for `wl-refile-guess-func-list' look-ups.
8184         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8185
8186 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8187
8188         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8189         `wl-message-button-dispatcher'.
8190
8191         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8192
8193         * wl-message.el (wl-message-button-dispatcher): Use it.
8194
8195         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8196         "In-Reply-To".
8197
8198         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8199         Bind `case-fold-search' to t.
8200
8201 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8202
8203         * wl-xmas.el (wl-message-overload-functions): Initialize
8204         `wl-message-button-map'.
8205
8206         * wl-mule.el (wl-message-overload-functions): Initialize
8207         `wl-message-button-map'.
8208
8209         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8210
8211         * wl-message.el (wl-message-button-map): New keymap.
8212         (wl-message-add-button): New function.
8213         (wl-message-button-dispatcher): New function.
8214         (wl-message-button-refer-article): New function.
8215
8216         * wl-highlight.el
8217         (wl-highlight-message-add-buttons-to-header): New function.
8218         (wl-highlight-headers): Use it.
8219
8220 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8221
8222         * wl-summary.el (wl-summary-default-from): Use
8223         `wl-address-get-petname-1'.
8224         (wl-summary-simple-from): Ditto.
8225
8226         * wl-address.el (wl-address-get-petname-1): New inline function.
8227         (wl-address-get-petname): Use it.
8228
8229 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8230
8231         * wl-summary.el (wl-summary-default-from): Return full-name part
8232         from the address if no petname was found.
8233         (wl-summary-simple-from): Ditto.
8234
8235         * wl-address.el (wl-address-get-petname): Return nil if no petname
8236         associated with the address was found.
8237
8238 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8239
8240         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8241         display is finished.
8242
8243 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8244
8245         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8246         `elmo-folder-exists-p' argument.
8247
8248 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8249
8250         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8251         the folder.
8252
8253 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8254
8255         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8256
8257         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8258         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8259
8260 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8261
8262         * wl-folder.el (wl-folder-create-subr): New function.
8263         (wl-folder-confirm-existence): Use it.
8264         (wl-folder-check-one-entity): Use it.
8265         Check the error symbol is derived from 'elmo-open-error.
8266
8267         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8268         `ignore-error'.
8269
8270 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8271
8272         * wl-util.el (toplevel): Add (eval-when-compile (require
8273         'elmo-util)).  (Maybe `provide' is typo.)
8274
8275 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8278         (I don't know why this was needed.)
8279
8280         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8281         Follow up changes for stream-type.
8282
8283         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8284         (wl-draft-elmo-nntp-send): Ditto.
8285
8286         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8287         (wl-nntp-posting-stream-type): Ditto.
8288         (wl-pop-before-smtp-ssl): Abolished.
8289         (wl-nntp-posting-ssl): Ditto.
8290
8291         * wl-address.el (wl-address-quote-specials): New function.
8292         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8293
8294         * wl-draft.el (wl-draft-reply): Ditto.
8295
8296 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8297
8298         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8299         use function `wl-string-match-assoc'.
8300
8301 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8302
8303         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8304
8305         * wl-draft.el (wl-draft-deduce-address-list): New function.
8306         (wl-draft-parse-mailbox-list): Ditto.
8307         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8308         instead of `smtp-deduce-address-list'.
8309         (wl-draft-on-field-p): Follow group list.
8310
8311         * wl-address.el (wl-address-concat-token): New function.
8312         (wl-address-string-without-group-list-contents): Ditto.
8313         (wl-complete-field-body): Fixed problem of completion
8314         by japanese petname.
8315         (wl-address-make-completion-list): Rewrite.
8316
8317 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8318
8319         * wl-address.el (wl-address-make-completion-list): Completion by
8320         petname.
8321         (wl-complete-field-body): Likewise.
8322
8323 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8324
8325         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8326         contains invalid address syntax.
8327
8328 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8329
8330         * wl-folder.el (wl-folder-check-entity-async): Use
8331         `elmo-nntp-spec-hostname'.
8332
8333 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8334
8335         * wl-summary.el (wl-summary-msgdb-load-async): Use
8336         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8337
8338 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8339
8340         * wl-draft.el (wl-draft-reply): Set argument
8341         `content-transfer-encoding' as nil.
8342
8343 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8344
8345         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8346         `wl-refile-alist'.
8347
8348 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8349
8350         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8351         (wl-draft-edit-string): Ditto.
8352         (wl-draft-forward): Ditto.
8353         * wl-summary.el (wl-summary-write): Ditto.
8354
8355 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-summary.el (wl-summary-sync-update3): Call
8358         `wl-summary-buffer-number-column-detect'.
8359         (wl-summary-buffer-number-column-detect): Search from point-min.
8360
8361 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8362
8363         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8364         contains an address which is not included in original to or cc.
8365
8366 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8367
8368         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8369         begin-line does not exist.
8370         * wl-message.el (wl-message-uu-substring): Ditto.
8371
8372 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8373
8374         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8375         clear local variables.
8376         (wl-summary-exit): Call `elmo-commit'.
8377         (wl-summary-switch-to-clone-buffer): Call
8378         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8379         (wl-summary-goto-folder-subr): Ditto.
8380
8381         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8382         POP folder.
8383
8384 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8385
8386         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8387         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8388         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8389         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8390         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8391         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8392
8393         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8394
8395 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8396
8397         * wl-summary.el (wl-summary-search-by-subject):
8398         Search parent message from the latest one.
8399
8400 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8401
8402         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8403         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8404
8405         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8406         New user option.
8407
8408         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8409         if elmo-nntp-use-killed-list is nil.
8410         Use `elmo-msgdb-append-to-killed-list'.
8411         (Append numbers confirmed as disappeared to the killed list.)
8412         (wl-summary-confirm-appends): Don't display negative number.
8413
8414 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8415
8416         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8417
8418 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8419
8420         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8421         range is `all'.
8422         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8423         `elmo-list-bigger-diff'.
8424
8425 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8426
8427         * wl-summary.el (wl-summary-buffer-exit-func):
8428         New buffer local variable.
8429         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8430
8431 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8432
8433         * wl-demo.el (wl-demo): Fix the last change.
8434
8435 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8436
8437         * wl-demo.el (wl-demo): Don't use `eval'.
8438
8439 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8440
8441         * wl-summary.el (wl-summary-buffer-thread-modified):
8442         New buffer-local variable.
8443         (wl-summary-set-thread-modified): New function.
8444         (wl-summary-thread-modified-p): New function.
8445         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8446         (wl-summary-yank-saved-message): Use function
8447         `wl-summary-set-thread-modified'
8448         (wl-summary-switch-to-clone-buffer): Add
8449         `wl-summary-buffer-thread-modified'.
8450
8451         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8452         (wl-summary-buffer-mark-saved-hook): Ditto.
8453         * wl-summary.el (wl-summary-msgdb-save): New hook
8454         `wl-summary-buffer-message-saved-hook' and
8455         `wl-summary-buffer-mark-saved-hook'.
8456
8457 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8458
8459         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8460
8461 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8462
8463         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8464         don't hide scroll bars under FSF Emacsen because it may incur an
8465         undesirable redrawing.
8466
8467 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8468
8469         * wl-draft.el (wl-draft-edit-string): Call
8470         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8471
8472 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8473
8474         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8475
8476 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8477
8478         * wl-summary.el (wl-summary-msgdb-load-async): Call
8479         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8480
8481 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8482
8483         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8484         fringes in demo buffer; center bitmap logo correctly even if old
8485         Mule is used.
8486
8487 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8488
8489         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8490
8491         * wl-refile.el (wl-refile-subject-alist): New variable.
8492         (wl-refile-subject-alist-file-name): Ditto.
8493         (wl-refile-alist-setup): Rewrite.
8494         (wl-refile-alist-save): Use `elmo-object-save'.
8495         Eliminated arguments.
8496         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8497         (wl-refile-guess-by-subject): New function.
8498         (wl-refile-guess-func-list): Added it.
8499
8500 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8501
8502         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8503         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8504
8505 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8506
8507         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8508         New buffer-local variable.
8509         (wl-summary-buffer-next-folder-func): Ditto.
8510         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8511         if non-nil.
8512         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8513         if non-nil.
8514         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8515         if non-nil.
8516         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8517         if non-nil.
8518
8519 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8520
8521         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8522         permanently in the demo buffer.
8523
8524 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8525
8526         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8527         `mime-entity-fetch-field'.
8528
8529         * wl.el (wl-exit): Delete plugged buffer.
8530
8531         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8532         XEmacs has menubar feature.
8533
8534 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8535
8536         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8537         cannot arrive at the beginning of the buffer under old Emacsen.
8538
8539 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8540
8541         * wl-address.el (wl-address-ldap-search):
8542         Call `ldap-search-entries' with `withdn' argument t.
8543         (wl-complete-field-body): Bind completion-ignore-case as t.
8544         Clear ldap search hash when it was sole completion.
8545         Use elmo-string for pattern string.
8546         (wl-ldap-alias-safe-string): Eliminated needless let.
8547
8548 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8549
8550         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8551         (wl-ldap-alias-sep): New constant.
8552         (wl-ldap-search-attribute-type-list): Ditto.
8553         (wl-ldap-get-value): New function.
8554         (wl-ldap-make-filter): Ditto.
8555         (wl-ldap-make-matched-value-list): Ditto.
8556         (wl-ldap-alias-safe-string): Ditto.
8557         (wl-ldap-register-dn-string): Ditto.
8558         (wl-address-ldap-search): Rewrite.
8559
8560 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8561
8562         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8563         thread is deleted.
8564         (wl-thread-delete-line-from-buffer): Ditto.
8565         (wl-thread-get-exist-children): New function.
8566
8567 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8568
8569         * wl-demo.el (wl-demo): Made it to select various image types.
8570         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8571         from `wl-title-logo'.
8572         (wl-logo-ascii): New variable.
8573         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8574         (wl-demo-copyright-notice): New constant.
8575
8576         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8577
8578 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8579
8580         * wl-vars.el (wl-summary-target-above): Renamed from
8581         wl-summary-temp-above.
8582         * wl-score.el (wl-score-get-score-alist): Use it.
8583         (wl-summary-score-update-all-lines): Use it.
8584         * wl-summary.el: Ditto. (make-variable-buffer-local).
8585
8586 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8587
8588         * wl-vars.el (wl-ldap-port): New user option.
8589
8590         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8591         Rewite whole implementation.
8592         (wl-complete-field-body): Fixed.
8593
8594 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8595
8596         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8597         Choose implementation at compile time.
8598
8599 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8600
8601         * wl-address.el (wl-ldap-search-internal): New function.
8602         (wl-complete-field-to): Use it.
8603
8604 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8605
8606         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8607         Use `let' instead of `let*'.
8608         Require 'wl-vars.
8609
8610         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8611         Define as defcustom.
8612         (wl-ldap-base): Ditto.
8613         (wl-use-ldap): Ditto.
8614
8615 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8616
8617         * wl-address.el (wl-ldap-search): New function.
8618         (wl-complete-field-body): Use `wl-ldap-search'.
8619         (wl-ldap-server): New variable.
8620         (wl-ldap-base): Ditto.
8621         (wl-use-ldap): Ditto.
8622
8623 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8624
8625         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8626         (Pointed out by Mito <mit@nines.nec.co.jp>).
8627         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8628         buffer-local variables like `wl-summary-redisplay-internal'.
8629         (wl-summary-redisplay-all-header): Likewise.  Update
8630         Summary view too.
8631
8632 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8633
8634         * wl-summary.el (wl-summary-jump-to-parent-message):
8635         Consider prefix argument.
8636
8637         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8638         when closed thread is deleted.
8639
8640 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8641
8642         * wl-summary.el (wl-summary-jump-to-parent-message):
8643         Consider thread modification.
8644
8645 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8646
8647         * wl-message.el (wl-message-normal-get-original-buffer): Use
8648         `save-excursion'.
8649
8650         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8651         (wl-summary-showto-folder-regexp): Ditto.
8652
8653 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8654
8655         * wl-util.el (wl-delete-alist): Doc fix.
8656         (wl-delete-associations): New function.
8657         (wl-inverse-alist): New function.
8658         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8659         Split temporary variables. Use `wl-delete-associations'
8660         and `wl-inverse-alist'.
8661         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8662
8663 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8664
8665         * wl-folder.el (wl-folder-prefetch-entity):
8666         Execute prefetching if new count is unknown.
8667
8668 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8669
8670         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8671
8672         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8673         delete entity.
8674         (wl-thread-set-parent): If insert as top, set linked as nil.
8675
8676         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8677         `wl-thread-cleanup-symbols' when view mode is thread.
8678
8679 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8680
8681         * wl-folder.el (wl-folder-create-folder-entity): Use
8682         with-current-buffer.
8683         (wl-local-folder-init): Call set-buffer to make sure we are in
8684         the Folder buffer. Don't touch buffer-local variables here.
8685         (wl-folder-mode): Initialize buffer-local variables here.
8686
8687         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8688         (wl-folder-entity-assign-id): Ditto.
8689         (wl-folder-create-entity-hashtb): Ditto.
8690         (wl-local-folder-init): Ditto.
8691         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8692
8693 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8694
8695         * wl-summary.el (wl-summary-default-from): Fix probrem when
8696         std11-extract-address-components return (nil "foo@bar").
8697
8698 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8699
8700         * wl-draft.el (wl-draft-clone-local-variables):
8701         Remove redundant `setq'.
8702
8703 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8704
8705         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8706         Bind wl-highlight-x-face-func as nil while highlighting header.
8707
8708 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8709
8710         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8711
8712 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8713
8714         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8715         elmo-msgdb-overview-hashtb from copy-variables.
8716         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8717         instead of `elmo-msgdb-overview-get-entity-by-number'.
8718         (wl-summary-auto-refile): Ditto.
8719
8720         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8721         `elmo-msgdb-overview-get-entity' instead of
8722         `elmo-msgdb-search-overview-entity'.  Use
8723         `elmo-msgdb-overview-get-entity' instead of
8724         `elmo-msgdb-overview-get-entity-by-number'.
8725         (wl-thread-insert-entity-sub): Ditto.
8726         (wl-thread-insert-message): Ditto.
8727
8728         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8729         `elmo-msgdb-overview-get-entity'.
8730         (wl-normal-message-redisplay): Ditto.
8731
8732 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8733
8734         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8735         `wl-thread-entities'.
8736         (wl-thread-delete-message): Fix remove top message from
8737         `wl-thread-entity-list'.
8738
8739         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8740         wl-append(nconc), because update-list is broken on Meadow.
8741
8742         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8743         updating process.
8744         (wl-summary-rescan): Ditto.
8745         (wl-summary-sync-update3): Ditto.
8746         * wl-thread.el (wl-thread-set-parent): Renamed from
8747         `wl-summary-set-parent'.
8748         (wl-thread-insert-message): Updating buffer faster.
8749         (wl-thread-delete-message): Updating buffer faster.
8750
8751         * wl-score.el (wl-summary-score-update-all-lines): Changed
8752         interval for display progress gauge.
8753
8754 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8755
8756         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8757         folder always-sticky.
8758         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8759         defmacro.
8760
8761 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8762
8763         * wl-vars.el (wl-draft-add-references): New user option.
8764
8765         * wl-draft.el (wl-draft-add-references): New function.
8766         (wl-draft-yank-from-mail-reply-buffer): Use it.
8767         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8768         as nil.
8769
8770 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8771
8772         * wl-thread.el (wl-thread-update-line-msgs): Called
8773         `wl-thread-update-line-on-buffer-sub'.
8774         (wl-thread-update-line-on-buffer): Delete routine of inserting
8775         thread.
8776         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8777         moved from `wl-thread-update-line-on-buffer'.
8778         Add threshold for displaying progress gauge.
8779         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8780         argument of `wl-thread-update-line-msgs'.
8781         Add threshold for displaying progress gauge.
8782         * wl-folder.el:
8783         Add threshold for displaying progress gauge.
8784         * wl-score.el: Ditto.
8785
8786         * wl-expire.el (wl-summary-expire): Display deleting info.
8787
8788 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8789
8790         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8791         `no-msg'.
8792         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8793         argument of `wl-thread-update-line-msgs'.
8794         (wl-summary-set-parent): Added optional argument `parent-number'.
8795         (wl-summary-buffer-saved-message): New buffer local variable.
8796         (wl-summary-save-current-message): New command.
8797         (wl-summary-yank-saved-message): Ditto.
8798         (wl-summary-mode-map): Added key binding for
8799         `wl-summary-save-current-message' (\ew) and
8800         `wl-summary-yank-saved-message' (\C-y).
8801         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8802
8803 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8804
8805         * wl-summary.el (wl-summary-mode-map): Added key binding for
8806         `wl-summary-set-parent' (ts).
8807
8808 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8809
8810         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8811         subject faster. If thread number is reverse, delayed updating
8812         thread.
8813         (wl-summary-search-by-subject): Ditto.
8814         (wl-summary-put-alike): Ditto.
8815         (wl-summary-get-alike): Ditto.
8816         (wl-summary-insert-headers): Insert header of all overview in
8817         buffer.
8818         (wl-summary-rescan): Delayed updating thread. Kill search subject
8819         buffer for wl-summary-search-by-subject.
8820         (wl-summary-sync-update3): Ditto.
8821         (wl-summary-exit): Ditto.
8822         (wl-summary-goto-bottom-of-current-thread): Change for linked
8823         thread.
8824         (wl-summary-overview-create-summary-line): Change line for linked
8825         thread.
8826
8827         * wl-summary.el (wl-summary-update-thread): Use
8828         wl-thread-maybe-get-children-num.
8829         (wl-summary-set-parent): If change parent, move sub thread.
8830         (wl-summary-redisplay-internal): Add horizontal recenter.
8831         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8832
8833         * wl-thread.el (wl-thread-entity-get-linked): New function.
8834         (wl-thread-entity-set-linked): New function.
8835         (wl-thread-create-entity): Add linked element.
8836         (wl-thread-entity-insert-as-top): Use wl-append.
8837         (wl-thread-maybe-get-children-num): If closing thread, return
8838         children msgs.
8839         (wl-thread-update-line-msgs): Displaying progress message.
8840         (wl-thread-update-line-on-buffer-sub): Use
8841         wl-thread-maybe-get-children-num.
8842         (wl-thread-update-line-on-buffer): If update line is not exists,
8843         insert thread.
8844         (wl-thread-delete-message): If delete top msg of thread, search
8845         parent by subject.
8846         (wl-thread-insert-entity): Use
8847         wl-thread-maybe-get-children-num.
8848
8849         * wl-highlight.el (wl-highlight-summary-current-line): change
8850         sregexp for linked thread.
8851         * wl-util.el (wl-count-lines): Count lines.
8852         (wl-horizontal-recenter): horizontal recenter.
8853         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8854         (wl-score-get-alike): Ditto.
8855         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8856         (wl-subject-length-limit): New variable.
8857         (wl-highlight-thread-indent-string-regexp): Changed for linked
8858         thread.
8859
8860 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8861
8862         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8863         New variable (revival).
8864         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8865         by subject matching if there's no in-reply-to nor references field
8866         (revival).
8867
8868 \f
8869 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8870
8871         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8872         message.
8873
8874 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8875
8876         * wl-summary.el (wl-summary-reply): Return t if there was a
8877         message at cursor point.
8878         Added unwind-protect.
8879         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8880         returns t.
8881         (wl-summary-cancel-message): Do nothing when there's no message at
8882         cursor point.
8883         (wl-summary-forward): Ditto.
8884         (wl-summary-jump-to-parent-message): Ditto.
8885         (wl-summary-reedit): Ditto.
8886         (wl-summary-edit-addresses): Ditto.
8887         (wl-summary-pipe-message): Ditto.
8888         (wl-summary-print-message-with-ps-print): Ditto.
8889         (wl-summary-print-message): Ditto.
8890         (wl-summary-mark-as-important): Ditto.
8891         (wl-summary-mark-as-unread): Ditto.
8892
8893         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8894         message at cursor point.
8895         (wl-summary-reply-with-citation): Remove unwind-protect.
8896
8897         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8898         subject searching feature.
8899         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8900         Eliminated.
8901
8902 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8903
8904         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8905         New variable.
8906         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8907         by subject matching if there's no in-reply-to nor references field.
8908
8909         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8910
8911         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8912         when display is finished.
8913         (wl-folder-open-all): Ditto.
8914         (wl-folder-update-access-group): Ditto.
8915         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8916         * wl-thread.el (wl-thread-close-all): Ditto.
8917
8918         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8919         progress gauge only when it was displayed.
8920         * wl-folder.el (wl-folder-insert-entity): Ditto.
8921
8922 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8923
8924         * wl-summary.el (wl-summary-incorporate): Enclose
8925         `wl-summary-sync-force-update' with save-excursion.
8926
8927 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8928
8929         * wl-summary.el (wl-summary-prefetch-region):
8930         Pass current cursor point to `pos-visible-in-window-p' after
8931         moving cursor to the started point.
8932
8933 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8934
8935         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8936
8937         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8938         fields from the forwarding message.
8939         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8940         `ignored-fields'.
8941
8942 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8943
8944         * wl-mime.el (wl-message-request-partial):
8945         Eliminated argument `msgdb'.
8946         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8947         (wl-mime-combine-message/partial-pieces): Likewise.
8948         * tm-wl.el (wl-message-request-partial): Likewise.
8949         (wl-mime-combine-message/partial-pieces): Likewise.
8950
8951 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8952
8953         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8954         when display is finished.
8955
8956 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8957
8958         * wl-summary.el (wl-summary-goto-folder-subr):
8959         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8960
8961 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8962
8963         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8964         when cursor point is visible.
8965
8966 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8967
8968         * wl-expire.el (wl-expire-archive-get-max-number):
8969         Don't use `file-name-directory'.
8970
8971 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8972
8973         * wl-expire.el (wl-expire-archive-get-max-number):
8974         Use `file-name-directory'.
8975
8976 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8977
8978         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8979         only when there is progress.
8980
8981 2000-04-13  Mito <mit@nines.nec.co.jp>
8982
8983         * wl-summary.el (wl-summary-sync-marks): Display progress.
8984
8985 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8986
8987         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8988         (wl-summary-prev): Move cursor regardless of unread status.
8989         (wl-summary-next): Ditto.
8990
8991 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8994         Added argument `target' and `number'.
8995         * tm-wl.el (wl-summary-burst-subr): New function.
8996         (wl-summary-burst): Use it.
8997
8998 2000-04-10  Mito <mit@nines.nec.co.jp>
8999
9000         * wl-mime.el (wl-burst): New function.
9001         (wl-summary-burst): Use it.
9002
9003 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9004
9005         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9006         as petname when there's no candidate.
9007
9008 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9009
9010         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9011         New variable.
9012         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9013
9014         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9015
9016         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9017
9018 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9019
9020         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9021         Use substring of `original' instead of buffer-substring.
9022         (wl-refile-evaluate-rule):
9023         Set `original' argument of wl-refile-expand-newtext.
9024
9025         * wl-summary.el
9026         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9027         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9028         (wl-summary-auto-refile): Check existence of destination folder just
9029         before marking.
9030
9031 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9032
9033         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9034         when wl-refile-get-field-value return nil.
9035
9036 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9037
9038         * wl-refile.el
9039         (wl-refile-expand-newtext): New function imported from Gnus.
9040         (wl-refile-evaluate-rule): Use it.
9041
9042 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9043
9044         * wl-summary.el (wl-summary-print-destination):
9045         Duplicate folder string to avoid putting text-property on
9046         original string.
9047
9048         * wl-refile.el (wl-refile-get-field-value): New function.
9049         (wl-refile-evaluate-rule): New function;
9050         Evaluate refile rule recursively.
9051         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9052         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9053         New function; Check existence of a target folder recursively.
9054         (wl-summary-auto-refile-check-refile-rule-alist):
9055         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9056
9057 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9058
9059         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9060
9061         * wl-folder.el (wl-create-folder-entity-from-buffer):
9062         Fixed problem when '}' character is contained in folder name.
9063
9064         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9065
9066 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9067
9068         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9069         (wl-fldmgr-add-completion-all-completions):
9070         Use wl-fldmgr-add-completion-hashtb.
9071
9072 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9073
9074         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9075         wl-fldmgr-add-completion-subr): New functions.
9076         * wl-folder.el (wl-folder-completion-func): New variable.
9077         * wl-summary.el (wl-summary-read-folder):
9078         Use wl-folder-completion-func.
9079
9080         * wl-refile.el: Eliminate throw & catch.
9081
9082         * wl.el (wl-plugged-sending-queue-status): Fixed.
9083
9084 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9085
9086         * wl-draft.el (wl-draft): Put category property on
9087         mail-header-separator.