(wl-summary-toggle-thread): Call
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-toggle-thread): Call
4         `wl-summary-rescan' with disable-thread as non-nil.
5         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
6
7 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8
9         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
10         foreground property of the face.
11         (wl-demo-insert-text): Don't set up face property here.
12         (wl-demo): Call wl-demo-set-background-color, anyway.
13
14 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
15
16         * wl-vars.el (wl-demo-background-color): The value can be nil.
17
18 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
19
20         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
21         to wl-summary-wheel-dispatcher.
22
23         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
24         wl-message-wheel-dispatcher.
25         (wl-message-wheel-dispatcher): New function.
26         (wl-summary-wheel-dispatcher): Ditto.
27
28 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
29
30         * wl-action.el (wl-summary-target-mark-all): List messages which are
31         not in the killed-list.
32
33         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
34         only when the folder is 'flag/important.
35
36         * wl-address.el (wl-complete-field-body): Complete if the last
37         character is a space.
38
39 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
40
41         * wl-folder.el (wl-folder-clear-entity-info): Use
42         elmo-clear-hash-val.
43
44         * wl-fldmgr.el (wl-fldmgr-rename): Set
45         wl-folder-info-alist-modified as t.
46
47 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
48
49         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
50
51 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
52
53         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
54         (wl-folder-buffer-last-visited-entity-id): New buffer local
55         variable.
56         (wl-folder-revisit-last-visited-folder): New function.
57         (wl-folder-mode-map): Bind it to "C-i".
58         (wl-folder-set-current-entity-id): Set last visited folder.
59         * wl-summary.el (wl-summary-exit): Ditto.
60
61 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
64         before calling `recenter' in order to cope with an XEmacs bug.
65
66 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
67
68         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
69         to the default value.
70
71 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
72
73         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
74         change.
75         (wl-summary-sync-marks): Ditto.
76         (wl-summary-mark-as-read-internal): Ditto.
77         (wl-summary-mark-as-answered-internal): Ditto.
78         (wl-summary-mark-as-important-internal): Ditto.
79         (wl-summary-reply): Ditto.
80
81         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
82         instead of `elmo-folder-unflag-answered'.
83
84         * Version number is increased to 2.11.23.
85
86         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
87         the last change.
88
89 2004-01-11  Kenichi Okada  <okada@opaopa.org>
90
91         * wl-spam.el (wl-summary-exec-action-refile-with-register):
92         Specify "spam" or "good".
93
94 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
95
96         * wl-spam.el (wl-summary-exec-action-spam): Call
97         wl-folder-confirm-existence for spam folder.
98         (wl-spam-setup): Bind "mk".
99
100 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
101
102         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
103
104 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
105
106         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
107         destination folder is empty.
108
109 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
110
111         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
112         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
113
114         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
115         (wl-summary-refile-prev-destination-region): New function.
116         (wl-thread-refile-prev-destination): Ditto.
117         (wl-summary-target-mark-refile-prev-destination): Ditto.
118
119 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
120
121         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
122         (wl-demo-background-color): Changed default value.
123
124         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
125         color.
126
127         * wl-demo.el (wl-demo-set-background-color): New function.
128         (wl-demo): Call it.
129
130 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
131
132         * wl-address.el (wl-address-delete): Avoid mis-deleting.
133         * wl-address.el (wl-address-add-or-change): Don't add empty
134         address.
135
136 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
137
138         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
139
140 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
141
142         * wl-vars.el (wl-demo-image-filter-alist): New variable
143         (wl-demo-background-color): Ditto.
144
145         * wl-demo.el (wl-demo-xpm-set-background): New function.
146         (wl-demo-image-filter): Ditto.
147         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
148
149         * wl-vars.el (wl-demo-icon-name-alist): New variable.
150
151         * wl-demo.el (wl-demo-icon-name): Define as function.
152         (wl-demo-insert-image): Use it.
153
154 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
155
156         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
157
158 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
159
160         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
161
162 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
163
164         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
165
166 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
167
168         * wl-thread.el (wl-thread-mark-as-answered): New function.
169
170         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
171         answered" entry.
172         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
173         "r&" and wl-thread-mark-as-answered to "t&".
174         (wl-summary-mark-as-important-region): Refine to toggle mark.
175         (wl-summary-mark-as-answered-region): New function.
176         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
177         and 3rd argument.
178         (wl-summary-mark-as-important-internal): Likewise.
179
180 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
181
182         * wl-template.el (wl-template-preview): New internal variable.
183         (wl-template-preview-p): New function.
184         (wl-template-show): Bind `wl-template-preview' as t.
185
186 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
189         `elmo-message-entity-field' with 3rd argument which is non-nil.
190
191 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
192
193         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
194         Removed duplicate local bind `folder'.
195
196 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
199
200 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
201
202         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
203         duplicate definition.
204
205 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
206
207         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
208         non-nil, use it; Don't fetch message if there's no message in the
209         current cursor position.
210
211 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
212
213         * wl-util.el (wl-region-exists-p): Use region-active-p.
214         (wl-deactivate-region): New function.
215         * wl-message.el (wl-message-redisplay): Deactivate region.
216
217         * wl-summary.el (wl-summary-reply): Call
218         `wl-summary-set-message-buffer-or-redisplay' instead of
219         `wl-summary-redisplay-internal', don't move point.
220
221 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
222
223         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
224         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
225         by regexp.
226
227 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
228
229         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
230         if no need.
231
232 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
233
234         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
235         default value to nil.
236         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
237         `wl-summary-prepare-hook'; Replace refile action to
238         `wl-summary-exec-action-refile-with-register'.
239
240         * Version number is increased to 2.11.22.
241
242 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
243
244         * wl-summary.el (wl-summary-detect-mark-position): Set
245         `wl-summary-buffer-weekday-name-lang'.
246
247 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
248
249         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
250         (wl-summary-mark-as-read-all): Ditto.
251         (wl-summary-delete-messages-on-buffer): Ditto.
252         (wl-summary-sync-update): Ditto.
253         (wl-summary-mark-as-read-internal): Ditto.
254         (wl-summary-mark-as-answered-internal): Ditto.
255         (wl-summary-update-folder-info): Abolished.
256
257 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
258
259         * wl-summary.el (wl-summary-mark-as-read-all): Use
260         `wl-summary-update-folder-info' instead of
261         `wl-folder-update-unread'.
262
263 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
264
265         * wl-summary.el (wl-summary-update-folder-info): New function derived from
266         `wl-summary-folder-info-update'.
267         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
268         instead of `wl-summary-folder-info-update'.
269         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
270         `wl-folder-set-folder-updated'.
271         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
272         instead of `wl-folder-update-unread'.
273         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
274         the value of `wl-summary-buffer-unread-count' for the second parameter of
275         `wl-folder-update-unread'.
276
277         * Version number is increased to 2.11.21.
278
279 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
280
281         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
282         a local variable.
283
284 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
285
286         * wl-spam.el (wl-summary-mark-spam): Show message only if call
287         interactively.
288
289         * wl-summary.el (wl-summary-mark-as-important-internal): New
290         internal function.
291         (wl-summary-mark-as-important): Use it.
292         (wl-summary-mark-as-unimportant): New function.
293         (wl-summary-sync-marks): Follow the API change.
294
295         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
296
297         * wl-mime.el (wl-summary-burst): Check target folder is writable.
298
299 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
300
301         * wl-folder.el (wl-folder-update-unread): Re-indent.
302         Narrow the scope of a local variable.
303
304 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
307         (wl-addrmgr-merge-entries): Ditto.
308         (wl-addrmgr): Added to address entry which exists in draft buffer
309         if no entry is in original.
310
311 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
312
313         * wl-batch.el: New file.
314
315 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
316
317         * wl-vars.el (wl-use-semi): Remove unused variable.
318
319 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
320
321         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
322         "?".
323
324 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
327         wl-summary-new-mark.
328         (wl-summary-new-cached-mark): New user option.
329         (wl-summary-score-marks): Follow the change above.
330         (wl-summary-auto-refile-skip-marks): Ditto.
331         (wl-summary-incorporate-marks): Ditto.
332         (wl-summary-expire-reserve-marks): Ditto.
333
334         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
335
336         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
337         (wl-summary-persistent-mark-string): Distinguished between cached
338         and uncached mark when the message is new.
339
340 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * wl-spam.el (wl-spam-domain): Renamed from
343         `wl-spam-folder-guess-domain'.
344         (wl-summary-exec-action-spam): Register as spam if domain of the
345         source folder is good.
346         (wl-summary-exec-action-refile-with-register): Register message if
347         domain of the source folder is not undecided.
348
349 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
350
351         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
352         detect thread loop.
353
354 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
357         and wl-summary-skip-mark-list.
358
359 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
362
363         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
364
365         * wl-spam.el (toplevel): Require wl-highlight.
366         (wl-spam-auto-check-policy-alist): Abolish.
367         (wl-spam-auto-check-folder-regexp-list): New user option.
368         (wl-spam-auto-check-marks): Ditto.
369         (wl-spam-mark-action-list): Ditto.
370         (wl-highlight-summary-spam-face): New face.
371         (wl-spam-auto-check-message-p): New function.
372         (wl-spam-map-spam-messages): Fixed message.
373         (wl-spam-register-spam-messages): Ditto.
374         (wl-spam-register-good-messages): Ditto.
375         (wl-summary-spam-map): Add and remove keybind.
376         (wl-summary-target-mark-spam): Abolish.
377         (wl-summary-refile-spam): Ditto.
378         (wl-summary-test-spam): New function.
379         (wl-summary-mark-spam): Ditto.
380         (wl-summary-auto-check-spam): Follow the above change.
381         (wl-summary-exec-action-spam): New function.
382         (wl-summary-exec-action-refile-with-register): Fixed message.
383         (wl-message-check-spam): New function.
384         (wl-spam-setup): Ditto.
385         (toplevel): Call it if this file is loaded interactivity.
386
387         * Version number is increased to 2.11.20.
388
389 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
392         when new optional argument `force' is non nil or modified.
393
394 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
395
396         * wl.el (toplevel): Require wl-spam when compile.
397         (wl-save-status): Call wl-spam-save-status.
398
399         * wl-spam.el (wl-spam-register-spam-messages): New function.
400         (wl-spam-register-good-messages): Ditto.
401         (wl-spam-save-status): Ditto.
402         (wl-summary-mode-map): Bind
403         wl-summary-target-mark-register-as-spam to "ms" and
404         wl-summary-target-mark-register-as-good to "mn".
405         (wl-summary-register-as-spam): Abolish optional argument; Use
406         wl-spam-register-spam-messages.
407         (wl-summary-register-as-spam-all): Use
408         wl-spam-register-spam-messages.
409         (wl-summary-register-as-good): Abolish optional argument; Use
410         wl-spam-register-good-messages.
411         (wl-summary-register-as-good-all): Use
412         wl-spam-register-good-messages.
413         (wl-summary-target-mark-register-as-spam): New funtion.
414         (wl-summary-target-mark-register-as-good): Ditto.
415
416 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
417
418         * wl-spam.el: New file.
419
420 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
421
422         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
423
424         * wl-action.el (wl-auto-refile-guess-functions): New variable.
425         (wl-summary-auto-refile): Call wl-refile-guess with
426         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
427
428 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
431         with disable-thread argument non-nil.
432
433 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * wl-summary.el (wl-summary-rescan): Added optional argument
436         disable-thread.
437         (wl-summary-sync): Call wl-summary-rescan with argument
438         disable-thread.
439         (wl-summary-input-range): Added new range `rescan-thread'.
440
441 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
442
443         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
444
445 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
446
447         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
448         internal variable.
449         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
450         wl-summary-search-parent-by-subject-regexp and
451         wl-summary-divide-thread-when-subject-changed as nil.
452         (wl-summary-insert-sequential): If entity is nil, nothing to do.
453         (wl-summary-insert-thread): Search parent entity from
454         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
455         thread loop.
456
457 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
458
459         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
460
461         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
462
463         * wl-util.el (wl-require-update-all-folder-p): New function.
464         (wl-get-assoc-list-value): Added `function' to match directive.
465         (wl-collect-draft): Rewrite.
466
467         * wl-summary.el (wl-summary-sync-update): Clear faces
468         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
469         are non-nil.
470         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
471         argument as function.
472         (wl-summary-input-range): Ditto.
473
474         * wl-folder.el (wl-draft-get-folder): New function.
475         (wl-folder-get-elmo-folder): Consider draft folder.
476
477         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
478         (wl-draft-buffer-message-number): New buffer local variable.
479         (wl-draft-folder-internal): New internal variable.
480         (wl-draft-delete): Rewrite.
481         (wl-draft-save): Ditto.
482         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
483         wl-folder-get-elmo-folder.
484         (wl-draft-config-info-operation): Ditto.
485         (wl-jump-to-draft-folder): Ditto.
486         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
487         (wl-draft-reedit): Rewrite.
488
489         * Version number is increased to 2.11.19.
490         
491 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
492
493         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
494         variable.
495
496 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
497
498         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
499         Use ignore-errors instead of unwind-protect.
500
501 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
502
503         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
504         for updating `wl-thread-entity-list'.
505
506 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
507
508         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
509         parameter from calling `wl-thread-entity-get-older-brothers' and
510         `wl-thread-entity-get-younger-brothers'.
511         Replace nested `append' with a single one.
512
513 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
514
515         * wl-summary.el (wl-summary-mode): Don't use the return value of
516         `make-local-hook'.
517
518 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
519
520         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
521         instead of `let*'.
522         (wl-thread-delete-message): Likewise.  Split and narrow the scope
523         of local variables.
524
525 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
526
527         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
528         Renamed from wl-summary-window-scroll-functions.
529         (wl-summary-window-scroll-functions): Don't set to variable.
530         (wl-summary-display-top): Use run-hooks.
531         (wl-summary-display-bottom): Ditto.
532         (wl-summary-toggle-disp-msg): Ditto.
533         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
534         Use it instead of wl-summary-window-scroll-functions.
535         (wl-summary-goto-folder-subr): Don't call
536         wl-summary-window-scroll-functions, use
537         wl-summary-buffer-window-scroll-functions instead.
538
539 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
540
541         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
542         make-local-variable.
543
544 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
545
546         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
547         set-buffer-modified-p.
548         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
549         (wl-summary-display-bottom): Ditto.
550         (wl-summary-toggle-disp-msg): Ditto.
551
552 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
555
556         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
557         (wl-summary-forward): Use elmo-message-entity-field instead of
558         elmo-message-field.
559
560         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
561
562 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-summary.el (wl-summary-window-scroll-functions): No use
565         `append'.
566
567 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
568
569         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
570         function.
571         (wl-summary-window-scroll-functions): Call it when both
572         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
573         (wl-summary-temp-mark): Added optional argument number.
574         (wl-summary-message-mark): Added optional argument flag.
575         (wl-summary-persistent-mark): Added optional argument number and flag.
576         (wl-summary-update-persistent-mark): Ditto.
577         (wl-summary-update-status-marks): Set "r" for interactive spec.
578
579         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
580         argument number and flag.
581
582         * wl-action.el (wl-summary-registered-temp-mark): 
583         Do nothing when wl-summary-buffer-temp-mark-list is nil.
584
585 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
588         internal variable (buffer local).
589         (wl-summary-window-scroll-functions): New function.
590         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
591         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
592         as nil.
593         (wl-summary-update-status-marks): Added arguments beg, end and
594         check.
595         (wl-summary-update-mark-window): Use function.
596         (wl-summary-sync-update): Follow the change above.
597         (wl-summary-switch-to-clone-buffer): Copy
598         wl-summary-buffer-unsync-mark-number-list.
599         (wl-summary-goto-folder-subr): Set
600         wl-summary-buffer-unsync-mark-number-list and
601         use wl-summary-window-scroll-functions insteaf of
602         wl-summary-lazy-highlight.
603
604         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
605
606 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
609
610         * wl-summary.el (wl-summary-update-persistent-mark): Call
611         wl-summary-set-message-modified.
612
613         * wl-summary.el (wl-summary-sync-update): Don't call
614         wl-summary-update-status-marks.
615
616         * Version number is increased to 2.11.18.
617
618 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
619
620         * wl-message.el (wl-message-prev-page): Use save-selected-window.
621         (wl-message-next-page): Ditto.
622
623 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
624
625         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
626         local variable.  Change the order of a collected list into the
627         same as the specified range.  Remove nil from a collected list.
628
629 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * wl-summary.el (wl-summary-insert-headers): Set visible-only
632         argument for elmo-folder-list-messages.
633
634 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
637         change (wl-summary-count-unreads return a list instead of a cons
638         cell).
639
640 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
641
642         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
643         `wl-summary-folder-info-update'.
644
645 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-summary.el (wl-summary-set-message-modified): No use
648         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
649         (wl-summary-set-mark-modified): Abolish.
650         (wl-summary-mark-modified-p): Ditto.
651         (wl-summary-save-view): Follow the change above.
652
653         * wl-expire.el (wl-summary-expire): Likewise.
654
655 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
656
657         * wl-summary.el (wl-summary-detect-mark-position): Use
658         modb-entity-handler.
659         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
660
661         * Version number is increased to 2.11.17.
662
663 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
664
665         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
666         entity field value.
667         (wl-summary-prefetch-msg): Ditto.
668         (wl-summary-print-message-with-ps-print): Ditto.
669
670 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
671
672         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
673         for dummy entity.
674         (wl-summary-insert-thread): Use elmo-message-entity-field.
675         (wl-summary-update-thread): Use elmo-message-entity-field and
676         elmo-message-entity-number.
677         (wl-summary-line-number):  Use elmo-message-entity-number.
678         (wl-summary-line-size): Use elmo-message-entity-field.
679         (wl-summary-line-subject): Ditto.
680         (wl-summary-line-from): Ditto.
681         (wl-summary-line-attached): Ditto.
682         (wl-summary-create-line): Ditto.
683         (wl-summary-create-line): Use elmo-message-entity-number.
684         (wl-summary-print-message-with-ps-print): Use
685         elmo-message-entity-field.
686
687 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
688
689         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
690         change in elmo-msgdb-make-message-entity.
691         (wl-summary-buffer-set-folder): Don't call
692         wl-summary-detect-mark-position here.
693         (wl-summary-rescan): Call elmo-message-entity-number.
694         (wl-summary-sync-update): Ditto.
695         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
696
697         * wl-score.el (wl-score-header-index): Redefine 2th element.
698         (wl-score-overview-entity-get-extra): Abolish.
699         (wl-score-ov-entity-get): Rewrite.
700         (wl-score-string-index<, wl-score-string-func<): Abolish.
701         (wl-score-string<): New function.
702         (wl-score-string-sort): Use it.
703
704         * wl-refile.el (wl-refile-guess-by-history): Use
705         elmo-message-entity-field.
706         (wl-refile-guess-by-from): Ditto.
707         (wl-refile-guess-by-msgid): Ditto.
708
709         * Version number is increased to 2.11.16.
710
711 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
712
713         * wl-folder.el (wl-folder-confirm-existence): Don't call
714         file-exists-p if msgdb-path is nil.
715         * wl-summary.el, wl-draft.el, wl-action.el: Rename
716         `wl-read-folder-hist' to `wl-read-folder-history'.
717
718 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
719
720         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
721         `y-or-n-p'.
722
723 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-score.el (wl-score-headers): Don't use
726         elmo-folder-do-each-message-entity.
727
728         * Version number is increased to 2.11.15.
729
730 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
731
732         * wl-summary.el (wl-summary-delete-all-msgs): Use
733         elmo-folder-move-messages instead of elmo-folder-delete-messages
734         and elmo-folder-detach-messages.
735         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
736
737         * wl-expire.el (wl-expire-delete): Ditto.
738         (wl-expire-refile-with-copy-reserve-msg): Ditto.
739
740 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
741
742         * wl-vars.el (wl-message-use-header-narrowing): New user option.
743         (wl-message-header-narrowing-fields): Ditto.
744         (wl-message-header-narrowing-lines): Ditto.
745         (wl-message-header-narrowing-string): Ditto.
746
747         * wl-summary.el (wl-summary-mode-map): Bind
748         wl-summary-toggle-header-narrowing to "C-cC-f".
749         (wl-summary-toggle-header-narrowing): New function.
750
751         * wl-message.el (wl-message-buffer-create): Call
752         wl-message-header-narrowing-setup.
753         (wl-message-redisplay): Call wl-message-header-narrowing.
754         (wl-message-header-narrowing): New function.
755         (wl-message-header-narrowing-map): New keymap.
756         (wl-message-header-narrowing-widen-map): New keymap.
757         (wl-message-header-narrowing-again-at-mouse): New function.
758         (wl-message-header-narrowing-1): Ditto.
759         (wl-message-header-narrowing-widen-at-mouse): Ditto.
760         (wl-message-header-narrowing-setup): Ditto.
761         (wl-message-header-narrowing-toggle): Ditto.
762         
763         * wl-highlight.el (wl-message-header-narrowing-face): New face.
764
765         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
766         'flag as all.
767         (wl-use-flag-folder-help-echo): New user option.
768
769         * wl-summary.el (wl-summary-detect-mark-position): Bind 
770         wl-summary-highlight as nil.
771         (wl-summary-set-mark-modified): Follow the API change.
772         (wl-summary-mark-modified-p): Ditto.
773         (wl-summary-mark-as-read-all): Ditto.
774         (wl-summary-sync-marks): Don't call
775         elmo-folder-list-messages-with-global-mark.
776         (wl-summary-mark-as-read-internal): Follow the API change.
777         (wl-summary-mark-as-answered-internal): Ditto.
778         (wl-summary-mark-as-important): Cause an error when 'flag folder;
779         Follow the API change.
780         (wl-summary-create-line): Call with number argument.
781         (wl-summary-reply): Follow the API change.
782
783         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
784         function.
785         (wl-highlight-summary-line-string): Call it when
786         wl-use-flag-folder-help-echo is non-nil.
787         (wl-highlight-summary-current-line): Ditto.
788         (elmo-flag-folder-referrer): Added autoload setting.
789
790         * wl-draft.el (wl-draft-kill): Follow the API change.
791
792         * Version number is increased to 2.11.14.
793         
794 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
797
798 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * Version number is increased to 2.11.13.
801
802 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
803
804         * wl-draft.el (wl-draft-previous-history-element): Fixed
805         unbalanced parenthesis and bind unbound local variables.
806
807 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
808
809         * wl-draft.el (wl-draft-previous-history-element): New function.
810         (wl-draft-next-history-element): Ditto.
811         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
812         them to M-p and M-n.
813
814 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * Version number is increased to 2.11.12.
817
818 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
819
820         * wl-draft.el (wl-draft-hide): Select buffer-window.
821
822 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
823
824         * wl-summary.el (wl-summary-narrow-to-region): New function.
825         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
826         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
827         (wl-summary-save-region): Use it.
828         * wl-action.el (wl-summary-collect-numbers-region)
829         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
830
831 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * wl-folder.el (wl-folder-count-incorporates): Don't use
834         `elmo-msgdb-mark-load'
835
836         * Version number is increased to 2.11.11.
837
838 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
841         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
842
843 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
844
845         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
846
847 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * Version number is increased to 2.11.10.
850
851 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-mime.el (wl-draft-attribute-value): Fixed.
854
855 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
856
857         * wl-util.el (wl-copy-local-variables): New function.
858
859         * wl-mime.el (wl-draft-attribute-recipients): New function.
860         (wl-draft-attribute-envelope-from): Ditto.
861         (wl-draft-attribute-smtp-posting-server): Ditto.
862         (wl-draft-attribute-smtp-posting-port): Ditto.
863         (wl-draft-attribute-value): Ditto.
864         (wl-draft-preview-message): Use it to get value for
865         attributes. Reflect result of `wl-draft-config'.
866
867         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
868         and call `wl-summary-mark-as-read' before to call
869         `wl-summary-unset-mark'.
870         (wl-summary-target-mark-mark-as-unread): Likewise.
871         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
872
873 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
874
875         * wl-mime.el (wl-draft-preview-message): Use actual value for
876         attributes; Fix for small window.
877
878 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
879
880         * wl-refile.el (wl-refile-get-field-value): Call
881         `elmo-message-entity-field' with 3rd argument is non-nil.
882
883 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
884
885         * wl-vars.el (wl-draft-preview-attributes): New user option.
886         (wl-draft-preview-attributes-list): Ditto.
887         (wl-draft-preview-attributes-buffer-lines): Ditto.
888         (wl-draft-preview-attributes-buffer-name): Ditto.
889
890         * wl-mime.el (wl-draft-preview-message): Display attributes.
891
892 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
893
894         * wl-summary.el (wl-summary-detect-mark-position): Bind
895         wl-summary-flag-priority-list to '(new).
896
897 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
900         funtion.
901         (wl-highlight-summary-line-string): Use it.
902         (wl-highlight-summary-current-line): Ditto.
903
904 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
905
906         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
907         line even when the mark string is not changed.
908
909         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
910         argument change in the wl-summary-create-line.
911         (wl-thread-insert-entity-sub): Ditto.
912
913         * wl-summary.el (wl-summary-detect-mark-position): Follow the
914         argument change in the wl-summary-create-line.
915         (wl-summary-insert-sequential): Ditto.
916         (wl-summary-update-thread): Ditto.
917         (wl-summary-persistent-mark-string): New inline function.
918         (wl-summary-message-mark): Use it.
919         (wl-summary-create-line): Abolish argument wl-persistent-mark
920         and added wl-flags, wl-cached.
921
922         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
923         mark to flags.
924         (wl-highlight-summary-current-line): Decide the face not by the 
925         persistent mark but flags.
926
927 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
928
929         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
930         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
931         wl-summary-read-uncached-mark): Revive.
932         (wl-summary-answered-cached-mark,
933         wl-summary-answered-uncached-mark): New user option.
934         (wl-summary-score-marks): Follow the change above.
935         (wl-summary-auto-refile-skip-marks): Ditto.
936         (wl-summary-incorporate-marks): Ditto.
937         (wl-summary-expire-reserve-marks): Ditto.
938         (wl-summary-flag-priority-list): New user option.
939
940         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
941         changes.
942         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
943         of elmo-message-mark.
944         (wl-summary-mark-as-read-internal): Ditto.
945         (wl-summary-mark-as-answered): Ditto.
946         (wl-summary-mark-as-important): Ditto.
947         (wl-summary-redisplay-internal): Ditto.
948         (wl-summary-redisplay-no-mime-internal): Ditto.
949         (wl-summary-message-mark): New function.
950         (wl-summary-insert-sequential): Use wl-summary-message-mark
951         instead of elmo-message-mark.
952         (wl-summary-update-thread): Ditto.
953         (wl-summary-persistent-mark): Ditto.
954         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
955         instead of elmo-message-mark.
956
957         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
958         wl-summary-message-mark instead of elmo-message-mark.
959         (wl-thread-insert-entity-sub): Ditto.
960         (wl-thread-get-children-msgs-uncached): Ditto.
961
962         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
963         variable name changes.
964         (wl-highlight-summary-current-line): Ditto.
965
966         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
967         wl-summary-message-mark instead of elmo-message-mark.
968
969         * wl-expire.el (wl-expire-message-p): Ditto.
970
971         * wl-score.el (wl-score-headers): Ditto.
972
973         * Version number is increased to 2.11.9.
974
975         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
976         (wl-summary-sync-update): Follow the change above.
977         (wl-summary-switch-to-clone-buffer): Ditto.
978         (wl-summary-open-folder): Ditto.
979
980 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
981
982         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
983         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
984
985         * Version number is increased to 2.11.8.
986
987         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
988
989         * wl-expire.el (wl-expire-refile): Follow the API change on
990         `elmo-folder-move-messages'.
991         (wl-expire-refile-with-copy-reserve-msg): Ditto.
992
993         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
994         (wl-summary-exec-action-refile): Ditto.
995         (wl-summary-exec-action-copy): Ditto.
996         (wl-summary-no-auto-refile-message-p): No use
997         `wl-summary-buffer-msgdb'.
998         (wl-summary-auto-refile): Ditto.
999
1000 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1001
1002         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1003
1004 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1005
1006         * wl-summary.el (wl-summary-sync): Treat no-sync.
1007
1008         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1009         (wl-default-sync-range): Ditto.
1010
1011 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1012
1013         * wl-refile.el (wl-refile-subject-learn): Call
1014         `elmo-message-entity-field' with 3rd argument is non-nil.
1015         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1016         instead of `elmo-msgdb-overview-entity-get-subject'.
1017
1018 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1019
1020         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1021         scan-type is rescan.
1022         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1023         new optional argument force is non-nil.
1024         (wl-summary-save-view-cache): Call it with force argument non-nil.
1025
1026         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1027
1028 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1029
1030         * wl-action.el (wl-summary-print-argument): Fixed last change.
1031
1032 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1035         simplified.
1036         (wl-summary-target-mark-mark-as-unread): Likewise.
1037         (wl-summary-target-mark-mark-as-important): Likewise.
1038
1039 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1040
1041         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1042         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1043         (wl-summary-mark-as-important-region): Change accordingly.
1044         (wl-summary-target-mark-mark-as-important): Ditto.
1045
1046 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1047
1048         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1049
1050         * wl-action.el (wl-summary-print-argument): Print argument to
1051         right side of window if `wl-summary-print-argument-within-window'
1052         is non-nil.
1053
1054 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1055
1056         * wl-action.el (wl-summary-set-mark): Use
1057         `wl-summary-message-visible-p' to check visibility of the message
1058         and jump to message only when the message line is visible and have
1059         different number; Call wl-summary-unset-mark with number argument.
1060         (wl-summary-unset-mark): 
1061         Use `wl-summary-message-visible-p'
1062         to check visibility of the message and jump to message only when
1063         the message line is visible and have different number;
1064
1065 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * Version number is increased to 2.11.7.
1068
1069         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1070         and wl-folder-summary-line-format.
1071
1072         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1073         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1074         (wl-summary-set-score-mark): Use it.
1075         (wl-summary-target-mark-mark-as-read): Ditto.
1076         (wl-summary-target-mark-mark-as-unread): Ditto.
1077         (wl-summary-target-mark-mark-as-important): Ditto.
1078         (wl-summary-target-mark-msgs): Simplified.
1079         (wl-summary-detect-mark-position): Fixed problem when
1080         summary-line-format no contain persisten/temp mark spec.
1081         (wl-summary-temp-mark): Ditto.
1082         (wl-summary-persistent-mark): Ditto.
1083         (wl-summary-update-persistent-mark): Ditto.
1084
1085         * wl-action.el (wl-summary-set-mark): Ditto.
1086         (wl-summary-unset-mark): Ditto.
1087         All other related portions are changed.
1088
1089 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1090
1091         * Version number is increased to 2.11.6.
1092
1093 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1094
1095         * wl-util.el (wl-current-message-buffer): Define as function;
1096         Don't use the value of wl-messge-buffer.
1097
1098         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1099         persistent mark.
1100
1101         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1102         no current message, cause an error.
1103
1104 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1105
1106         * wl-summary.el (wl-summary-set-message-modified): Use
1107         elmo-folder-set-message-modified instead of
1108         elmo-folder-set-message-modified-internal.
1109
1110 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1111
1112         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1113         interactively.
1114         (wl-summary-sync): nokill->entirely.
1115         (wl-summary-sync-marks): Fixed message.
1116         (wl-summary-input-range): Added mark, nokill->entirely.
1117
1118         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1119         messages as read.
1120
1121 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1122
1123         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1124         update-noscore.
1125         (wl-summary-sync): Follow the change above.
1126
1127 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1128
1129         * wl-action.el (wl-summary-target-mark-all): Use
1130         elmo-folder-list-messages.
1131
1132 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1133
1134         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1135         (wl-summary-rescan): Set wl-summary-scored as nil.
1136         (wl-summary-sync-force-update): Follow the change above.
1137         (wl-summary-sync): Ditto.
1138         (wl-summary-sync-update): Added argument disable-killed.
1139         (wl-summary-insert-headers): Set visible-only argument for
1140         elmo-folder-list-messages.
1141         (wl-summary-input-range): Added update-nokill, update-noscore,
1142         all-nokill, all-noscore and mark.
1143
1144         * Version number is increased to 2.11.5.
1145
1146         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1147
1148 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1149
1150         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1151         (wl-summary-prefetch-region-no-mark): Change accordingly.
1152         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1153
1154 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1155
1156         * wl-address.el (wl-complete-field-to): Abolished.
1157         (wl-complete-address): Completion function for completing-read.
1158         * wl-action.el (wl-summary-get-resend-address): Use it.
1159
1160         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1161         wl-summary-update-mark and abolish unused argument.
1162         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1163         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1164         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1165         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1166         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1167         * wl-draft.el (wl-draft-kill): Ditto.
1168
1169         * wl-summary.el: Remove unused binding of case-fold-search.
1170         (wl-summary-replace-status-marks): Abolished.
1171
1172 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1173
1174         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1175         is specified or folder length is zero.
1176
1177 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1178
1179         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1180         (wl-folder-archive-current-entity): Ditto.
1181
1182 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1183
1184         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1185         retrieving message mark.
1186         (wl-summary-redisplay-internal): Ditto.
1187
1188         * wl-message.el (wl-message-buffer-display): Ignore errors while
1189         retrieving message-id field.
1190
1191         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1192         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1193         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1194         order of the arguments for `wl-expire-message-p'.
1195         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1196
1197         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1198         Check return value of wl-summary-reply.
1199         (wl-summary-reply): Recover window configuration when an error occured.
1200
1201 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1202
1203         * wl-summary.el (wl-summary-resend-message): Abolished, the
1204         feature is inherited by wl-summary-resend (put resend mark).
1205
1206 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1207
1208         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1209         wl-message-buffer to nil when the message is hide.
1210
1211 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1212
1213         * .cvsignore: New file.
1214
1215 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1216
1217         * wl-action.el (wl-summary-action-docstring): Add more info.
1218         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1219         duplicate definition.
1220         (wl-summary-define-mark-action): Functions wl-summary-*-region
1221         keep current position.
1222         (wl-summary-unregister-target-mark): Store result to the variable.
1223
1224 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1225
1226         * Version number is increased to 2.11.4.
1227
1228 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1229
1230         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1231         wl-summary-delete-all-temp-marks.
1232         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1233
1234         * wl-action.el (wl-summary-set-mark): Changed terminology
1235         refile-destination -> action-argument.
1236         (wl-summary-unset-mark): Ditto.
1237         (wl-summary-remove-argument): Ditto.
1238         (wl-summary-print-argument): Ditto.
1239
1240         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1241         (wl-thread-remove-argument-region): Ditto.
1242         (wl-thread-print-argument-region): Ditto.
1243         (wl-thread-close): Ditto.
1244         (wl-thread-open): Ditto.
1245
1246         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1247         (wl-highlight-refile-destination-face is abolished)
1248         (wl-highlight-action-argument-string): Ditto.
1249         (wl-highlight-summary-current-line): Highlight action argument.
1250
1251         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1252         color for light backgrounds.
1253         (wl-highlight-summary-answered-face): Ditto.
1254
1255 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1256
1257         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1258
1259         * wl-score.el (wl-summary-score-update-all-lines): Use
1260         wl-summary-set-mark.
1261         (wl-summary-score-update-all-lines): Kill expunged messages.
1262
1263         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1264
1265 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1266
1267         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1268         directly.
1269         (wl-score-overview-entity-get-lines): Ditto.
1270         (wl-score-overview-entity-get-xref): Ditto.
1271         (wl-score-get-latest-msgs): Ditto.
1272         (wl-summary-rescore): Ditto.
1273
1274         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1275         to "&".
1276         (wl-summary-mark-as-answered-internal): New inline function.
1277         (wl-summary-mark-as-answered): New function.
1278         (wl-summary-mark-as-unanswered): Ditto.
1279         (wl-summary-sync-marks): Modified for answered-mark synching.
1280
1281 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1282
1283         * wl-action.el (wl-summary-set-mark): Fixed last change.
1284
1285 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1286
1287         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1288         behavior of wl-summary-unread-message-hook
1289         (Pointed out by akira yamada <akira@arika.org>).
1290
1291 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1292
1293         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1294         wl-summary-delete.
1295         * wl-xmas.el (wl-summary-toolbar): Ditto.
1296
1297         * wl-action.el (wl-summary-set-mark): Don't override current
1298         temp-mark.
1299
1300         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1301
1302 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1303
1304         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1305         (wl-refile-msgid-learn): Ditto.
1306         (wl-refile-get-field-value): Ditto.
1307
1308         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1309
1310         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1311         (wl-expire-delete-reserved-messages): Renamed from
1312         wl-expire-reserve-marked-msgs-from-list.
1313         (wl-expire-delete): Removed argument `msgdb'.
1314         (wl-expire-refile): Ditto.
1315         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1316         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1317         mark-alist as argument.
1318         (wl-expire-archive-number1): Removed argument `msgdb'.
1319         (wl-expire-archive-number2): Ditto.
1320         (wl-expire-archive-date): Ditto.
1321         (wl-expire-localdir-date): Ditto.
1322         (wl-expire-hide): Ditto.
1323         (wl-archive-number1): Ditto.
1324         (wl-archive-number2): Ditto.
1325         (wl-archive-date): Ditto.
1326         (wl-archive-folder): Ditto.
1327         All other related portions are changed.
1328
1329 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330
1331         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1332         mean move up and down. (suggested by Takashi Kawachi)
1333
1334 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1335
1336         * wl-acap.el (toplevel): Don't require un-define.
1337
1338 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1339
1340         * wl-thread.el (wl-thread-delete-message): Always update
1341         wl-summary-buffer-number-list.
1342
1343         * wl-action.el (wl-summary-print-destination): 
1344         Do nothing when folder is nil.
1345
1346 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1347
1348         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1349         persistent mark when prefetch is succeeded.
1350
1351 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1352
1353         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1354         instead of elmo-msgdb-delete-msgs.
1355         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1356         (wl-expire-hide): Ditto.
1357
1358         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1359
1360         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1361         elmo-msgdb interface.
1362         (wl-thread-get-exist-children): Likewise.
1363         (wl-thread-insert-message): Likewise.
1364         (wl-thread-msg-mark-as-important): Likewise.
1365         (wl-thread-insert-entity-sub): Likewise.
1366         (wl-thread-get-children-msgs-uncached): Likewise.
1367
1368         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1369         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1370         (wl-summary-sync-update): Likewise.
1371         (wl-summary-auto-select-msg-p): Likewise.
1372         (wl-summary-update-thread): Likewise.
1373         (wl-summary-mark-as-important): Likewise.
1374         (wl-summary-jump-to-msg-internal): Likewise.
1375         (wl-summary-redisplay-internal): Likewise.
1376         (wl-summary-print-message-with-ps-print): Likewise.
1377         (wl-summary-folder-info-update): Likewise.
1378
1379         * wl-folder.el (wl-folder-check-one-entity):
1380         elmo-folder-count-flags instead of wl-summary-count-unread.
1381
1382         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1383
1384         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1385
1386         * wl-summary.el (wl-summary-set-message-modified): 
1387         Call wl-summary-set-mark-modified.
1388         (wl-summary-delete-messages-on-buffer): Call
1389         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1390         (wl-summary-sync-update): Call elmo-folder-length instead of
1391         elmo-folder-messages.
1392         (wl-summary-insert-headers): Don't call
1393         elmo-folder-list-message-entities.
1394
1395 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-action.el (wl-summary-define-mark-action): Call
1398         `wl-summary-set-mark' with argument `data'.
1399         (wl-summary-auto-refile): Fixed order of arguments when call
1400         `wl-summary-refile'.
1401
1402 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1403
1404         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1405
1406         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1407
1408         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1409         (Renamed from wl-highlight-summary-deleted-face).
1410         (wl-highlight-summary-resend-face): New face.
1411
1412         (wl-highlight-summary-deleted-face): Renamed from
1413         wl-highlight-summary-erased-face.
1414
1415         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1416
1417         * wl-action.el (wl-summary-get-resend-address): New function.
1418         (wl-summary-exec-action-resend): Ditto.
1419         (wl-summary-exec-action-resend-subr): Ditto.
1420
1421         * w-thread.el (wl-thread-copy): Removed definition.
1422         (wl-thread-refile): Ditto.
1423         (wl-thread-delete): Ditto.
1424         (wl-thread-target-mark): Ditto.
1425
1426         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1427         (wl-summary-target-mark-set-action): Fixed.
1428         (wl-summary-define-mark-action): Fixed quotation.
1429         (wl-summary-move-mark-list-messages): Display message.
1430         (wl-summary-define-mark-action): Define thread functions.
1431         (wl-summary-exec-action-refile): Changed message.
1432         (wl-summary-exec): Ditto.
1433
1434 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1435         
1436         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1437         '%%'.
1438
1439 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1440
1441         * wl.el (toplevel): Require wl-action.
1442         (wl-init): Call wl-summary-define-mark-action.
1443
1444         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1445
1446         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1447         wl-summary-delete and wl-summary-erase.
1448         (wl-summary-mode-map): Ditto.
1449
1450         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1451         wl-delete-folder-alist.
1452
1453         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1454         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1455         (toplevel): Moved mark & action related functions to the wl-action.el.
1456
1457         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1458         in wl-summary-mark-action-list.
1459         (wl-highlight-summary-current-line): Ditto.
1460
1461         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1462         empty lines.
1463
1464         * wl-action.el: New file. 
1465
1466 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1467
1468         * wl-summary.el (wl-summary-target-mark-replace): New function.
1469         (wl-summary-target-mark-prefetch): Use it.
1470         (wl-summary-target-mark-delete): Ditto.
1471         (toplevel): Rearranged definition order.
1472         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1473         (wl-summary-target-mark-erase): Rewrite.
1474         (wl-summary-erase-region): New function.
1475         (wl-summary-exec-action-erase): Changed message.
1476         (wl-summary-move-mark-list-messages): New function.
1477         (wl-summary-exec-action-delete): Use it.
1478         (wl-summary-exec-action-erase): Ditto.
1479
1480         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1481         (wl-summary-skip-mark-list): Added "d".
1482
1483         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1484         while searching.
1485
1486         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1487         and define using defcustom;
1488         Define 4th element as a face.
1489         
1490         * wl-summary.el (wl-summary-incorporate): Use 
1491         `wl-summary-prefetch-region-no-mark' instead of
1492         `wl-summary-prefetch-region'.
1493         (wl-summary-prefetch-region-no-mark): Revival of old
1494         `wl-summary-prefetch-region'.
1495         (wl-summary-mark-action-list): Moved to wl-vars.el
1496
1497         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1498         face according to the `wl-summary-mark-action-list'.
1499         (wl-highlight-summary-current-line): Ditto;
1500         Removed destination highlighting.
1501
1502         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1503         (wl-highlight-summary-line-string): Highlight for "i" mark.
1504         (wl-highlight-summary-current-line): Ditto.
1505
1506         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1507         no destination.
1508
1509         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1510         exists, just go ahead.
1511         (wl-summary-prefetch-region): Rewrite.
1512         (wl-summary-prefetch): Ditto.
1513         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1514         (wl-summary-exec-action-prefetch): New function.
1515         (wl-summary-target-mark-prefetch): Rewrite.
1516
1517 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1518
1519         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1520         (wl-highlight-summary-line-string): Added "d" and "D".
1521         (wl-highlight-summary-current-line): Ditto.
1522
1523         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1524         in wl-summary.el.
1525         (wl-thread-insert-entity-sub): Ditto.
1526         (wl-thread-remove-destination-region): Ditto.
1527         (wl-thread-print-destination-region): Ditto.
1528
1529         * wl-summary.el (wl-summary-buffer-refile-list,
1530         wl-summary-buffer-delete-list,
1531         wl-summary-buffer-copy-list): Abolish.
1532         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1533         All other related portions are changed.
1534         (wl-summary-mark-action-list): New variable.
1535         (wl-summary-set-mark): New function.
1536         (wl-summary-register-target-mark): Ditto.
1537         (wl-summary-unregister-target-mark): Ditto.
1538         (wl-summary-have-target-mark-p): Ditto.
1539         (wl-summary-register-temp-mark): Ditto.
1540         (wl-summary-unregister-temp-mark): Ditto.
1541         (wl-summary-registered-temp-mark): Ditto.
1542         (wl-summary-collect-temp-mark): Ditto.
1543         (wl-summary-unset-mark): Ditto.
1544         (wl-summary-set-target-mark): Ditto.
1545         (wl-summary-unset-target-mark): Ditto.
1546         (wl-summary-set-action-generic): Ditto.
1547         (wl-summary-unset-action-generic): Ditto.
1548         (wl-summary-exec-action-delete): Ditto.
1549         (wl-summary-exec-action-erase): Ditto.
1550         (wl-summary-set-action-refile): Ditto.
1551         (wl-summary-set-action-refile-subr): Ditto.
1552         (wl-summary-unset-action-refile): Ditto.
1553         (wl-summary-make-destination-numbers-list): Ditto.
1554         (wl-summary-exec-action-refile): Ditto.
1555         (wl-summary-set-action-copy): Ditto.
1556         (wl-summary-unset-action-copy): Ditto.
1557         (wl-summary-exec-action-copy): Ditto.
1558         (wl-summary-collect-numbers-region): Ditto.
1559         (wl-summary-delete): Rewrite.
1560         (wl-summary-erase): Ditto.
1561         (wl-summary-remove-destination): Ditto.
1562         (wl-summary-exec): Ditto.
1563         (wl-summary-exec-region): Ditto.
1564         (wl-summary-target-mark-erase): Ditto.
1565         (wl-summary-refile): Ditto.
1566         (wl-summary-copy): Ditto.
1567         (wl-summary-unmark): Ditto.
1568         (wl-summary-delete-all-mark): Ditto.
1569         (wl-summary-mark-line): Don't highlight.
1570         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1571         (wl-summary-target-mark-refile-subr): Rewrite.
1572
1573         (wl-summary-copy-prev-destination): Abolish.
1574
1575 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1576
1577         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1578         default values along the value of wl-on-mule.
1579         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1580         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1581         It is not used anywhere.
1582
1583 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1584
1585         * wl-summary.el (wl-summary-print-destination): Keep position.
1586         (wl-summary-cursor-move-surface): Keep horizontal position.
1587
1588 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1589
1590         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1591         write sendlog.
1592
1593 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1594
1595         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1596         `wl-summary-highlight'.
1597
1598 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1599
1600         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1601         trivial condition for temp-mark.
1602
1603 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1604
1605         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1606         when it hits killed buffer.
1607
1608 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1609
1610         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1611         * wl-news.el.in: `message' and `error' take format string.
1612
1613 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1614
1615         * wl-folder (wl-folder-insert-entity): Display a message,
1616         `...done', when the work finish.
1617         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1618
1619 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1620
1621         * wl-message.el (wl-message-redisplay): Remove unused local
1622         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1623
1624 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1625
1626         * wl-summary.el (wl-summary-replace-status-marks): Disable
1627         interactive use.
1628         (wl-summary-reedit): Check message existence at first.
1629         (wl-summary-mark-line): Fix doc, return value is indefinite.
1630
1631         * wl-highlight.el (wl-highlight-message): Arranged.
1632
1633         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1634         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1635         check temp-mark by wl-summary-temp-mark always.
1636         (wl-highlight-summary): Change accordingly.
1637         * wl-summary.el (wl-summary-mark-as-read-all)
1638         (wl-summary-delete-cache, wl-summary-set-score-mark)
1639         (wl-summary-mark-as-unread, wl-summary-unmark)
1640         (wl-summary-mark-line, wl-summary-mark-as-read)
1641         (wl-summary-mark-as-important): Ditto.
1642
1643         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1644         end of the window if possible.
1645         * wl-summary.el (wl-summary-sync-update): Support lazy
1646         highlighting.
1647         (wl-summary-toggle-disp-msg): Ditto.
1648
1649 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1650
1651         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1652
1653 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1654
1655         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1656         change.
1657
1658 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1659
1660         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1661         API.
1662         (wl-summary-sync-update): Ditto.
1663
1664         * wl-score.el (wl-score-get-score-alist): Changed argument.
1665         (wl-summary-rescore-msgs): Likewise.
1666         (wl-summary-score-headers): Likewise.
1667         (wl-score-headers): Likewise;
1668         Use elmo-folder-do-each-message-entity, etc.
1669         (wl-summary-score-effect): Follow the changes above.
1670         (wl-summary-rescore): Ditto.
1671         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1672         (wl-score-get-overview): Abolish.
1673
1674         * wl-summary.el (wl-summary-default-from): Follow the API change in
1675         elmo-msgdb.
1676         (wl-summary-count-unread): Ditto.
1677         (wl-summary-detect-mark-position): Ditto.
1678         (wl-summary-overview-entity-compare-by-date): Ditto.
1679         (wl-summary-overview-entity-compare-by-number): Ditto.
1680         (wl-summary-overview-entity-compare-by-from): Ditto.
1681         (wl-summary-overview-entity-compare-by-subject): Ditto.
1682         (wl-summary-get-list-info): Ditto.
1683         (wl-summary-rescan): Ditto.
1684         (wl-summary-jump-to-msg-by-message-id): Ditto.
1685         (wl-summary-sync-update): Ditto; Removed comment.
1686         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1687         (wl-summary-insert-message): Use wl-summary-insert
1688         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1689         (wl-summary-insert-headers): Changed argument overview to folder.
1690         (wl-summary-search-by-subject): Likewise.
1691         (wl-summary-insert-thread): Renamed from 
1692         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1693
1694         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1695         too.
1696
1697         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1698         wl-string-member.
1699
1700 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1701
1702         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1703         elmo-folder-append-buffer.
1704         (wl-draft-queue-append): Likewise.
1705
1706         * wl-mime.el (wl-message-delete-current-part): Ditto.
1707         (wl-summary-burst-subr): Ditto.
1708
1709         * wl-news.el.in (wl-news-send-news): Ditto.
1710
1711 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1712
1713         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1714         function.
1715         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1716         (wl-summary-update-mark): Enclose with save-excursion.
1717         (wl-summary-mark-as-read-internal): Fixed last change.
1718         (wl-summary-mark-as-important): Use 3rd argument of
1719         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1720         Don't use elmo-msgdb-set-mark.
1721         (wl-summary-redisplay-internal): If msgdb flag is already read,
1722         just update the mark on buffer.
1723
1724 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1725
1726         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1727         cut visible folder when elmo-folder-delete returns non-nil value.
1728
1729 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1730
1731         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1732         by Kenichi OKADA <okada@opaopa.org>).
1733
1734 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1735
1736         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1737
1738 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1739
1740         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1741         Fixed the last change, search group entity by its real name.
1742         (Thanks to: KOBAYASHI Shinji)
1743
1744 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1745
1746         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1747         (wl-fldmgr-access-display-all): Don't refer visible name.
1748         * wl-expire.el (wl-folder-archive-current-entity)
1749         (wl-folder-expire-current-entity): Ditto.
1750         * wl-folder.el (wl-folder-jump-to-current-entity)
1751         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1752         (wl-folder-open-folder-sub,wl-folder-open-all)
1753         (wl-folder-write-current-folder): Ditto.
1754         (wl-folder-insert-entity): Don't use petname for normal group.
1755         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1756         is the real name.
1757         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1758         Abolished.
1759
1760 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1761
1762         * wl-draft.el (wl-draft-create-buffer): Add
1763         `wl-summary-reply-with-citation'
1764
1765 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1766
1767         * wl-draft.el (wl-draft-reply): Fixed.
1768
1769 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1770
1771         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1772         when `wl-draft-send-confirm-with-preview' is non-nil.
1773         You can scroll up/down by j/k.
1774         (wl-draft-send-confirm-with-preview): New variable (default=t).
1775
1776 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1777
1778         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1779         (wl-fldmgr-save-folders): Fix comment.
1780
1781 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1782
1783         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1784         along the last change in `wl-folder-buffer-group-p'.
1785
1786 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1787
1788         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1789         folder.
1790
1791         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1792         the default value.
1793
1794         * wl-mime.el (wl-summary-burst): Update summary only when target
1795         folder equals current folder.
1796
1797 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1798
1799         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1800
1801 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1802
1803         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1804         value.
1805
1806 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1809         `map-extents' instead of `extent-at' repeatedly.
1810         (wl-highlight-folder-current-line): Ditto.
1811
1812         * wl-highlight.el: Remove useless dummy functions.
1813
1814 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1815
1816         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1817         (wl-folder-put-folder-property): New function to put text property.
1818         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1819         (wl-folder-insert-entity, wl-folder-update-diff-line)
1820         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1821         * wl-e21.el, wl-xmas.el, wl-mule.el
1822         (wl-highlight-folder-current-line): Ditto.
1823         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1824         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1825         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1826         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1827
1828 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1829
1830         * Version number is increased to 2.11.3.
1831
1832 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1833
1834         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1835         Resume current-buffer since it is assumed by remaining tasks.
1836
1837 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1838
1839         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1840         (wl-folder-completion-function): Abolished.
1841         (wl-folder-complete-folder): New function.
1842         (wl-folder-complete-filter-condition): Ditto.
1843         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1844         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1845
1846 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1847
1848         * wl-draft.el (wl-draft-send-confirm): New function.
1849         (wl-draft-send): Use it.
1850
1851         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1852         cursor-in-echo-area while confirming.
1853
1854         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1855
1856         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1857         searching via nntp if wl-summary-search-via-nntp is 'force.
1858         Otherwise, invoke searching in nntp folder only.
1859         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1860
1861         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1862         explicitly for mime-make-text-tag.
1863
1864 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1865
1866         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1867         `mime-make-text-tag' instead of `mime-create-tag'.
1868
1869 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1870
1871         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1872         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1873
1874 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1875
1876         * wl-score.el (wl-score-save): Bind print-length and print-level.
1877         (wl-score-pretty-print): Ditto.
1878         (wl-score-edit-insert-header-entry): Ditto.
1879
1880         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1881         "From" entry to be treated with wl-draft-eword-encode-address-list.
1882         * wl-mime.el (wl-draft-preview-message): Ditto.
1883
1884         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1885         (wl-summary-mark-as-unread): Ditto.
1886         (wl-summary-mark-as-read-region): Change accordingly.
1887         (wl-summary-mark-as-unread-region): Ditto.
1888         (wl-summary-target-mark-mark-as-read): Ditto.
1889         (wl-summary-target-mark-mark-as-unread): Ditto.
1890
1891 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1892
1893         * Version number is increased to 2.11.2.
1894
1895 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1896
1897         * wl-news.el.in (wl-news-previous-version-save): Bind
1898         print-length and print-level.
1899         * wl-thread.el (wl-thread-save-entities): Ditto.
1900         (wl-thread-save-top-list): Bind print-length.
1901
1902 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1903
1904         * wl-highlight.el (wl-highlight-summary-line-string): Use
1905         wl-summary-score-below-mark, wl-summary-score-over-mark.
1906         (wl-highlight-summary-current-line): Ditto.
1907
1908 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1909
1910         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1911         insert it.
1912
1913 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1914
1915         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1916
1917 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1918
1919         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1920         message without msgid.
1921         Rewrite with elmo-folder-move-messages.
1922         Set wl-message-buffer to nil.
1923
1924         * wl-summary.el (wl-summary-erase-subr): New function. Use
1925         elmo-folder-move-messages.
1926         (wl-summary-erase): Call it.
1927         (wl-summary-target-mark-erase): Ditto.
1928
1929 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1930
1931         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1932         it is not up-tp-date.
1933
1934 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1935
1936         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1937         buffer after calling `wl-summary-goto-folder-subr' without the
1938         argument `interactive'.
1939         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1940
1941 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1942
1943         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1944         `mime-create-tag'. Use `string=' instead of `looking-at'.
1945
1946 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1947
1948         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1949         to avoid compile warning.
1950
1951         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1952         entity-id when folder is given.
1953         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1954         save-excursion, use save-selected-window instead.
1955         Select folder buffer window if exists.
1956         (To correct behavior with wl-folder-move-cur-folder.)
1957
1958 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1959
1960         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1961
1962 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1963
1964         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1965         list-count instead of %d.
1966
1967 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1968
1969         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1970         (wl-news): Set it.
1971         (wl-news-append-to-folder): Use it.
1972
1973         * wl-news.el.in (wl-news-send-news): Append to specified folder
1974         instead of wl-default-folder.
1975         (wl-news-append-to-folder): Show error message with specified folder.
1976
1977         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1978                 In most major modes, Emacs assumes that any opening
1979                 delimiter found at the left margin is the start of a
1980                 top-level definition, or defun. Therefore, *never put an
1981                 opening delimiter at the left margin unless it should have
1982                 that significance.*
1983
1984         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1985
1986 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1987
1988         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1989
1990 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1991
1992         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1993
1994 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1995
1996         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1997         for sequential numbering case.
1998
1999 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2000
2001         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2002         value.
2003         (wl-draft-reply-without-argument-list): Ditto.
2004         (wl-draft-reply-myself-with-argument-list): Abolish.
2005         (wl-draft-reply-myself-without-argument-list): Ditto.
2006         * wl-draft.el (wl-draft-self-reply-p): New function.
2007         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2008
2009 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2010
2011         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2012         (avoid error for the case without byte-compiling)
2013
2014 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2015
2016         * wl-news.el.in (wl-news-append-to-folder): New function.
2017         (wl-news-exit): Rewrite.
2018         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2019
2020 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2021
2022         * wl-draft.el (wl-draft-reply-position): New function.
2023         (wl-draft-reply-position): Fix.
2024         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2025         (wl-summary-target-mark-reply-with-citation): Ditto.
2026         (wl-summary-reply-with-citation): Ditto.
2027         * wl-vars.el (wl-draft-reply-default-position): New variable.
2028
2029 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2030
2031         * wl-draft.el (wl-draft-send): Preview when interactive send.
2032
2033 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2034
2035         * wl-draft.el (wl-draft-reply): Set default position.
2036         * wl-summary.el (wl-summary-reply): Ditto.
2037         (wl-summary-reply-with-citation): Ditto.
2038         (wl-summary-target-mark-reply-with-citation): Ditto.
2039
2040 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2041
2042         * wl-news.el.in (wl-news-lang): Set default value according to
2043         current-language-environment.
2044         (wl-news-append-news): Do nothing when news-list is nil.
2045
2046 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2047
2048         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2049         (wl-news): Change message.
2050         (wl-news-exit): Check buffer.
2051         (wl-news-force-exit): New function.
2052         (wl-news-show-all): New function.
2053         (wl-news-discard-and-exit): Fix.
2054
2055 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2056
2057         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2058         according to current-language-environment.
2059
2060         * wl-news.el.in (wl-news): If arg, show all NEWS after
2061         wl-news-default-previous-version.
2062
2063 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2064
2065         * wl-news.el.in (wl-news-check): Rewritten.
2066         (wl-news-previous-version-load): Change data type.
2067         (wl-news-previous-version-save): Change data type.
2068         (wl-news-append-news): Add return value.
2069         (wl-news-check-news): New function.
2070         (wl-news-already-current-p): New function.
2071         (wl-news-send-news): Rewritten.
2072         (wl-news-mode-map): Add new keybind.
2073         (wl-news): Rewritten.
2074         (wl-news-exit): Rewritten.
2075         (wl-news-discard-and-mail): New function.
2076         (wl-news-send-to-address): Abolished.
2077         * wl.el (wl-init): Delete a message.
2078
2079 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2080
2081         * wl-news.el.in (wl-news-exit): Update previous version.
2082         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2083
2084 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2085
2086         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2087
2088 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2089
2090         * wl-news.el.in (wl-news): New function.
2091         (wl-news-mode): New function.
2092         (wl-news-next-line): New function.
2093         (wl-news-next-page): New function.
2094         (wl-news-exit): New function.
2095         (wl-news-buf-name): New variable.
2096         (wl-news-mode-map): New variable.
2097         (wl-news-winconf): New variable.
2098         (wl-news-append-news): Add an option.
2099
2100 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2101
2102         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2103
2104 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2105
2106         * wl-news.el.in (wl-news-send-to-address): New variable.
2107         (wl-news-send-news): Use it.
2108         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2109         Return updating status.
2110         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2111
2112 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2113
2114         * wl-news.el.in (wl-news-send-news): Delete
2115         Organization and X-Face.
2116
2117 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2118
2119         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2120         (wl-news-append-news): New function.
2121         (wl-news-send-news): New function.
2122
2123 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2124
2125         * Version number is increased to 2.11.1.
2126
2127 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2128
2129         * wl-news.el.in : New file.
2130
2131 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2132
2133         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2134         default value.
2135         (wl-draft-reply-without-argument-list): Ditto.
2136
2137 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2138
2139         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2140         (wl-message-buffer-prefetch-idle-time): Ditto.
2141         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2142
2143 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2144
2145         * wl-thread.el (wl-thread-insert-message): Use
2146         wl-summary-max-thread-depth.
2147
2148         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2149         loop detection.
2150
2151         * wl-message.el (wl-message-buffer-display): Back to the first page
2152         when cache is hit.
2153
2154 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2155
2156         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2157
2158         * wl-summary.el (wl-summary-insert-thread-entity):
2159         If the thread depth is reached to wl-summary-max-thread-depth,
2160         divide the thread.
2161
2162 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2163
2164         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2165         for elmo-remove-passwd.
2166
2167 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2168
2169         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2170         folder is sticky.
2171         (wl-folder-mark-as-read-all-entity): Ditto.
2172         (wl-folder-prefetch-entity): Ditto.
2173
2174 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2175
2176         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2177
2178 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2179
2180         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2181         Delete messages on buffer for unplugged operation.
2182         (wl-summary-erase): Ditto.
2183
2184 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2185
2186         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2187         take nil so as not to search parent by subject.
2188
2189 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2190
2191         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2192         (wl-folder-get-next-folder): Ditto.
2193         (wl-folder-get-path): Ditto.
2194
2195 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2196
2197         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2198         system and encode the region with it before verifying.
2199
2200 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2201
2202         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2203         system of the echo buffer before decoding.
2204
2205 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2206
2207         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2208         original contents.
2209
2210 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2211
2212         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2213         with argument 'any-exists.
2214
2215 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2216
2217         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2218         Use `wl-cs-autoconv'.
2219
2220 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2221
2222         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2223         by `mime-view-automatic-conversion'.
2224
2225         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2226         (wl-message-verify-pgp-nonmime): Ditto.
2227         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2228         Bind them to C-c:d and C-c:v respectively.
2229
2230         Merge following code by Teranishi-san from [wl-en:00167].
2231         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2232         (wl-mime-preview-application/pgp-encrypted): Ditto.
2233         (wl-mime-setup): Add entry.
2234
2235 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2236
2237         * wl-summary.el (wl-summary-target-mark-erase): New function.
2238         Bind it to "mD".
2239
2240 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2241
2242         * wl-vars.el (wl-draft-write-file-function): Fix.
2243         (wl-draft-reedit-hook): Changed default value.
2244
2245         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2246         wl-draft-reedit-hook.
2247         (wl-draft-remove-text-plain-tag): New function.
2248         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2249
2250         * wl-vars.el (wl-draft-write-file-function): New user option.
2251
2252         * wl-draft.el (wl-draft-prepare-edit): Use it for
2253         local-write-file-hooks.
2254         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2255
2256         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2257         (wl-draft-insert-mail-header-separator): Return the body beginning
2258         point.
2259         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2260         text/plain.
2261         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2262
2263 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2264
2265         * wl-summary.el (wl-summary-erase): New function to erase message
2266         without moving it to trash. Bind to "D".
2267
2268         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2269         as `keep' unless switch-function.
2270
2271 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2272
2273         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2274         message buffer by using `wl-summary-toggle-disp-msg'.
2275         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2276         buffer window.
2277         (wl-summary-supresedes-message): Ditto.
2278
2279         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2280         Do not delete other windows.
2281         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2282         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2283         (wl-draft-create-buffer): Set reply-or-forward also for target
2284         mark commands.
2285
2286 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2287
2288         * wl-draft.el (wl-user-agent-compose): Delete special case for
2289         switch-to-buffer-other-window.
2290
2291         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2292         (wl-summary-forward): Ditto.
2293
2294         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2295         function.
2296         (wl-draft-buffer-style): New use option.
2297
2298         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2299         (wl-draft): Follow the change above.
2300         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2301         wl-draft-buffer-style.
2302         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2303         switch-function.
2304
2305 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2306
2307         * wl-draft.el (wl-user-agent-compose): Delete special case for
2308         switch-to-buffer-other-window.
2309
2310         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2311         (wl-summary-forward): Ditto.
2312
2313         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2314         function.
2315         (wl-draft-buffer-style): New use option.
2316
2317         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2318         (wl-draft): Follow the change above.
2319         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2320         wl-draft-buffer-style.
2321         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2322         switch-function.
2323
2324 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2325
2326         * wl-address.el (wl-address-make-completion-entry): Extracted from
2327         `wl-address-make-completion-list'.
2328         (wl-address-enable-strict-loading): New variable.
2329         (wl-address-make-completion-list): Revive petname duplication
2330         inquiry, and enable it if `wl-address-enable-strict-loading'.
2331         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2332
2333 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2334
2335         * wl-message.el (wl-message-get-original-buffer): Avoid
2336         'Selecting deleted buffer' error when original buffer is killed.
2337
2338 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2339
2340         * wl-summary.el (wl-summary-next-message): Use
2341         elmo-message-accessible-p instead of elmo-message-cached-p.
2342
2343 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2344
2345         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2346
2347         * wl-thread.el (wl-thread-open-all-unread): Use
2348         elmo-folder-list-flagged instead of
2349         elmo-folder-list-messages-mark-match.
2350
2351         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2352         instead of elmo-folder-list-messages-mark-match.
2353         (wl-summary-move-spec-alist): New variable.
2354         (wl-summary-move-spec-plugged-alist,
2355         wl-summary-move-spec-unplugged-alist): Abolish.
2356         (wl-summary-next-message): Follow the change above.
2357         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2358         with 'no-msg' argument.
2359
2360         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2361         variable.
2362         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2363         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2364         (wl-message-buffer-prefetch-get-next): Follow the change above.
2365
2366 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2367
2368         * wl-version.el (wl-version): Changed codename.
2369
2370         * Version number is increased to 2.11.0.
2371
2372 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2373
2374         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2375         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2376         `wl-draft-config-variables'.
2377         (wl-draft-kill): Fixed problem when the draft is reedit.
2378
2379 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2380
2381         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2382         buffer-modified status (Thanks to
2383         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2384
2385 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2386
2387         * wl-util.el (wl-region-exists-p): New function.
2388
2389         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2390         Remove defvars for byte-compile warnings.
2391
2392 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2393
2394         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2395         defvar-maybe. Removed unused bind.
2396
2397 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2398
2399         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2400         summary buffer window before creating new frame.
2401         (wl-draft-reply): Ditto.
2402
2403 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2404
2405         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2406
2407 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2408
2409         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2410
2411 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2412
2413         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2414         instead of `kill-region'.
2415
2416 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2417
2418         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2419         (wl-highlight-summary-line-string): Use it.
2420         (wl-highlight-summary-current-line): Ditto.
2421
2422         * wl-mime.el (wl-message-delete-current-part): Check the class of
2423         mime-entity.
2424
2425         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2426
2427         * wl-summary.el (wl-summary-make-number-list): Initialize.
2428         (wl-summary-update-mark): New function.
2429         (wl-summary-reply): Put `answered' mark on the message.
2430         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2431
2432         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2433         (wl-draft-reply): Added optional argument `number';
2434         Set wl-draft-parent-number.
2435         (wl-draft-kill): Delete answered mark if it is a reply.
2436
2437 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2438
2439         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2440         that originates in mime-preview-follow-current-entity.
2441         (wl-draft-yank-current-message-entity): Use it if region is active.
2442
2443         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2444         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2445         `wl-message-delete-current-part'.
2446         * wl-mule.el (wl-message-define-keymap): Ditto.
2447         * wl-xmas.el (wl-message-define-keymap): Ditto.
2448
2449 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2450
2451         * wl-mime.el (wl-message-delete-current-part): New function.
2452         (wl-mime-node-id-to-string): Ditto.
2453
2454         * wl-mime.el (wl-message-delete-current-part): Use existing
2455         original buffer which corresponds current mime-view buffer.
2456         (fetched buffer might have different structure, possibly)
2457
2458         * wl-mime.el (wl-message-delete-current-part): Quit if the
2459         message content differs from the actual message.
2460
2461 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2462
2463         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2464         order.
2465         (wl-summary-search-by-subject): Search parent message from tail;
2466         Check the existence of the parent message on the current thread tree.
2467         (wl-summary-update-thread): Check whether the line is inserted.
2468
2469 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2470
2471         * wl-vars.el (wl-summary-line-format): Undo last change.
2472         * wl-summary.el (wl-summary-print-destination): Do not put
2473         invisible property when `wl-summary-width' is nil.
2474         (wl-summary-line-subject-minimum-length): Abolished.
2475         (wl-summary-line-subject): Ditto.
2476
2477 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2478
2479         * wl-vars.el (wl-summary-line-format): Change default value.
2480         (wl-summary-subject-length-limit): Abolished.
2481         * wl-summary.el (wl-summary-line-subject): Ditto.
2482
2483 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2484
2485         * wl-template.el (wl-template-select): Added optional argument.
2486         If optional argument is specified, reverse
2487         `wl-template-visible-select'.
2488
2489 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2490
2491         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2492         Take prefix argument to force asking the destination folder.
2493
2494 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2495
2496         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2497         count and update status.
2498
2499 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2500
2501         * wl-summary.el (wl-summary-redisplay-internal): If
2502         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2503         after fetching.
2504
2505 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2506
2507         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2508         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2509
2510         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2511
2512 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2513
2514         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2515         (All other related portions are changed).
2516         (wl-summary-mark-as-read-all): Rewrite.
2517
2518 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2519
2520         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2521         `wl-summary-mark-as-read'.
2522         (wl-summary-mark-as-unread): Rewrite.
2523         (wl-summary-mark-as-read): Added no-modeline argument.
2524         (wl-summary-resume-cache-status): Rewrite.
2525         (wl-summary-exec-subr): Remove unused local variable.
2526
2527 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2528
2529         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2530         logic to call `wl-summary-buffer-prev-folder-function'.
2531         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2532
2533 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2534
2535         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2536         is nil.
2537
2538 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2539
2540         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2541         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2542         (wl-mime-setup): Add its entry.
2543
2544 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2545
2546         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2547         (wl-summary-delete-cache): Likewise.
2548         (wl-summary-mark-as-read): Rewrite.
2549
2550 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2551
2552         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2553         `wl-summary-count-unread'.
2554
2555         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2556
2557         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2558
2559 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2560
2561         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2562         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2563         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2564         Renamed to the elmo-msgdb-*-mark.
2565         (wl-summary-score-marks): Follow the change above.
2566         (wl-summary-auto-refile-skip-marks): Ditto.
2567         (wl-summary-incorporate-marks): Ditto.
2568         (wl-summary-expire-reserve-marks): Ditto.
2569
2570         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2571         changes.
2572         (wl-thread-insert-top): Changed updating message.
2573
2574         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2575         variable.
2576         (wl-summary-count-unread): Count answered marks.
2577         (wl-summary-rescan): Call wl-summary-insert-message instead of
2578         wl-summary-append-message-func-internal.
2579         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2580         (wl-summary-prefetch-msg): Follow the variable name changes.
2581         (wl-summary-prefetch-region): Ditto.
2582         (wl-summary-mark-as-read-all): Follow the API changes;
2583         Don't call elmo-folder-replace-marks.
2584         (wl-summary-delete-cache): Follow the variable name changes.
2585         (wl-summary-resume-cache-status): Ditto.
2586         (wl-summary-update-status-marks): New function.
2587         (wl-summary-insert-message): New function.
2588         (wl-summary-sync-marks): Follow the variable name changes.
2589         (wl-summary-sync-update): Synchronize to the msgdb, too;
2590         Changed update messages.
2591         (wl-summary-make-number-list): Rewrite.
2592         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2593         (wl-summary-mark-as-unread): Follow the API changes.
2594         (wl-summary-exec-subr): Follow the variable name changes.
2595         (wl-summary-mark-as-read): Ditto.
2596         (wl-summary-move-spec-plugged-alist): Ditto.
2597         (wl-summary-move-spec-unplugged-alist): Ditto.
2598         (wl-summary-cursor-move-surface): Ditto.
2599
2600         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2601         variable name changes.
2602         (wl-highlight-summary-current-line): Ditto.
2603
2604         * wl-expire.el (wl-expire-refile): Follow the API change in
2605         elmo-folder-move-messages.
2606         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2607         (wl-summary-archive): Use elmo-folder-msgdb instead of
2608         elmo-msgdb-load.
2609
2610 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2611
2612         * wl-mime.el (wl-draft-preview-message): Restore the position
2613         before evaluating wl-draft-send-hook in preview buffer.
2614
2615 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2616
2617         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2618         when it creates new draft buffer.
2619
2620         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2621         without argument.
2622
2623         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2624         Evaluate content and if the value is string, insert it.
2625         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2626         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2627         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2628         wl-draft-config-sub-part-bottom): Use it.
2629
2630         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2631         with the folder name. The question was unintelligible when it is
2632         called from wl-save-status.
2633
2634 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2635
2636         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2637         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2638         cannot take second argument).
2639
2640 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2641
2642         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2643         as t. Since type and subtype are not case sensitive (RFC 2045).
2644
2645 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2646
2647         * wl-vars.el (wl-message-mode-line-format): New variable.
2648         (wl-message-mode-line-format-spec-alist): Ditto.
2649         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2650         (wl-message-redisplay): Use wl-message-mode-line-format.
2651
2652 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2653
2654         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2655
2656 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2657
2658         * wl-summary.el (wl-summary-default-from): Write description.
2659
2660 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2661
2662         * wl-vars.el (wl-ldap-objectclass): Abolish.
2663
2664         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2665         (wl-ldap-make-filter): Removed condition for objectclass.
2666         (wl-ldap-make-matched-value-list): Remove meaningless process.
2667         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2668         (wl-address-ldap-search): Don't add `*' to `pat' string;
2669         use ignore-errors; added `email';
2670         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2671         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2672         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2673
2674
2675 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2676
2677         * wl-draft.el (wl-draft-parent-folder): Write description.
2678         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2679
2680 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2681
2682         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2683         as "" (zero-length string) if no parent.
2684         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2685
2686 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2687
2688         * wl-address.el (wl-address-make-completion-list): Skip duplication
2689         checking.
2690         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2691         `append'.
2692
2693 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2694
2695         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2696         instead of `beginning-of-buffer'.
2697
2698 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2701
2702 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2703
2704         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2705         Refer wl-message-buffer-name.
2706         (wl-message-wheel-down): Ditto.
2707
2708 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2709
2710         * wl-vars.el (wl-message-buffer-name): New user option.
2711
2712         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2713         directly instead of making alist dinamically.
2714
2715         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2716         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2717         wl-message-buffer-cache-name.
2718         (wl-message-buffer-cache-clean-up): Ditto.
2719
2720         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2721
2722         * Version number is increased to 2.9.15.
2723
2724 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2725
2726         * wl-vars.el (wl-summary-default-view-alist): New user option.
2727
2728         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2729
2730         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2731         while deleting address.
2732         (wl-draft-delete-myself-from-cc): Ditto.
2733
2734         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2735         If optional argument is specified, reverse sort order.
2736
2737         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2738
2739 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2740
2741         * wl-thread.el (wl-thread-insert-message): Return parent number if
2742         exists.
2743         (wl-thread-update-indent-string-region): Use
2744         wl-thread-update-line-on-buffer-sub instead of
2745         wl-thread-update-line-on-buffer.
2746
2747 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2748
2749         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2750         (wl-folder-close-all): Ditto.
2751
2752 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2753
2754         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2755         and mailing-list:.
2756         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2757         value.
2758         (wl-summary-line-list-info): Print mailing-list name even when 
2759         list-number is empty.
2760
2761 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2762
2763         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2764
2765         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2766         (wl-draft-open-file): Ditto.
2767         (wl-draft-random-alphabet): Ditto.
2768
2769         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2770         bindings.
2771
2772 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2773
2774         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2775         * wl-vars.el (wl-draft-config-alist): Ditto.
2776
2777 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2778
2779         * Version number is increased to 2.9.14.
2780
2781         * wl.el (wl): Don't set wl-init as nil when error occured while
2782         auto-checking folders.
2783
2784         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2785         `elmo-expand-newtext'.
2786
2787 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2788
2789         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2790         `this-command' so that `wl-folder-goto-folder' contained in
2791         `wl-summary-keep-cursor-command' work.
2792
2793 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2794
2795         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2796         message buffer displaying state.
2797
2798 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2799
2800         * wl-vars.el (wl-summary-default-view): New variable to specify
2801         default value for `wl-summary-buffer-view' instead of using
2802         set-default.
2803         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2804
2805 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2806
2807         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2808
2809         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2810
2811 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2812
2813         * wl-vars.el (wl-forward-subject-prefix): New variable.
2814         * wl-draft.el (wl-draft-forward): Use it.
2815
2816 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2817
2818         * wl-message.el (wl-message-prev-page): When it is called without
2819         lines argument, scroll down by wl-message-scroll-amount lines.
2820         (wl-message-next-page): Ditto.
2821         * wl-vars.el (wl-message-scroll-amount): Change default value
2822         to preserve current behavior.
2823
2824 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825
2826         * wl-summary.el (wl-summary-prefetch-msg): Bind
2827         `wl-message-entity' to call `wl-summary-from-function'.
2828
2829 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2830
2831         * wl-message.el (wl-message-buffer-create): Run
2832         wl-message-buffer-created-hook.
2833
2834 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2835
2836         * wl-summary.el (wl-summary-sort-specs): New variable.
2837         (wl-summary-default-sort-spec): Ditto.
2838         (wl-summary-sort): Rewrite.
2839         (wl-summary-sort-by-list-info): New function.
2840
2841 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2842
2843         * wl-summary.el (wl-summary-get-list-info): New function.
2844         (wl-summary-sort): Rewrite.
2845         (wl-summary-line-list-info): Ditto.
2846         (wl-summary-line-list-count): Ditto.
2847         (wl-summary-refile-region): Fixed docstring.
2848
2849 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2850
2851         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2852         `wl-folder-entity-hashtb' as completion table.
2853
2854 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2857         only when this command is called interactively; silence the byte-
2858         compiler.
2859
2860 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2861
2862         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2863         active in XEmacs.
2864
2865 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2866
2867         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2868         plural lines.
2869
2870 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2871
2872         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2873         of current line when the cursor is on the header name.
2874         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2875
2876 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2877
2878         * wl-util.el (wl-read-directory-name): Return displayed directory
2879         as the default value also on XEmacs.
2880
2881 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2882
2883         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2884         formatting.
2885
2886 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2887
2888         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2889         argument and when it is non-nil, check face property before
2890         highlighting for each line.
2891         (wl-highlight-summary-window): Set it.
2892
2893 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2894
2895         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2896         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2897
2898         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2899         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2900         (wl-draft-get-fcc-list): Likewise.
2901
2902 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2903
2904         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2905         (wl-thread-entity-cur): Ditto.
2906         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2907         wl-thread-indent-regexp setting.
2908         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2909
2910         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2911         wl-summary-lazy-highlight.
2912         (wl-summary-display-bottom): Ditto.
2913
2914         * wl-thread.el (wl-thread-open-close): Likewise.
2915
2916         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2917         from and subject;
2918         Bind wl-draft-use-frame;
2919         Enclose with save-window-excursion;
2920         Use wl-draft-create-buffer instead of with-temp-buffer;
2921         Use wl-draft-prepare-edit;
2922         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2923         Use wl-draft-send instead of wl-draft-raw-send.
2924
2925 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2926
2927         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2928         of using wl-from.
2929
2930 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2931
2932         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2933         insert-buffer instead of clone-buffer.
2934         (wl-draft-doing-mime-bcc): New variable.
2935         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2936         infinite loop.
2937         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2938
2939         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2940         (wl-draft-mime-bcc-body): Ditto.
2941
2942         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2943         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2944         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2945         wl-draft-do-mime-bcc.
2946         (wl-draft-mime-bcc-field): New function.
2947         (wl-draft-do-mime-bcc): Ditto.
2948
2949         * wl-address.el (wl-address-complete-header-list): New variable.
2950         (wl-address-complete-header-regexp): Changed default value.
2951
2952         * Version number is increased to 2.9.13.
2953
2954 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2955
2956         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2957         it is differed.
2958
2959 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2960
2961         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2962         (wl-summary-line-list-count): Ditto.
2963
2964 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2965
2966         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2967         (wl-nntp-posting-function): New variable.
2968         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2969         `wl-nntp-posting-config-alist'.
2970
2971 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2972
2973         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2974         FLIM.
2975
2976 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2977
2978         * wl-summary.el (wl-summary-target-mark-refile-sub):
2979         Remove a nuisance funcall.
2980
2981 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2982
2983         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2984         as t for `try-completion'.
2985
2986 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2987
2988         * wl-summary.el (wl-summary-default-from): Use
2989         wl-address-header-extract-address instead of
2990         std11-extract-address-components.
2991         (wl-summary-simple-from): Ditto.
2992         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2993         (wl-summary-insert-headers): Show message.
2994         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2995         for whole line.
2996         (wl-summary-default-from): Revert last change.
2997         (wl-summary-simple-from): Ditto.
2998         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2999         (wl-summary-mark-as-read-region): Follow the change above.
3000         (wl-summary-sync-marks): Ditto.
3001         (wl-summary-target-mark-mark-as-read): Ditto.
3002         (wl-summary-redisplay-internal): Ditto.
3003         (wl-summary-redisplay-no-mime-internal): Ditto.
3004         (wl-summary-redisplay-all-header): Ditto.
3005         (wl-summary-mark-as-read): Removed argument `cached';
3006         Use current cache status to set cache mark.
3007         (wl-summary-redisplay-internal): Follow the change above.
3008         (wl-summary-redisplay-no-mime-internal): Ditto.
3009         (wl-summary-redisplay-all-header): Ditto.
3010
3011         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3012
3013         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3014         Don't call itself recursively (Adviced by Yamaoka-san).
3015
3016 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3017
3018         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3019         bind wl-summary-highlight as nil to avoid error caused by missing
3020         local variables.
3021
3022 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3023
3024         * wl-vars.el (wl-invalid-character-message): New user option.
3025
3026         * wl-util.el (wl-set-string-width): If truncated string-width is
3027         larger than specified width, use `wl-invalid-character-message'.
3028
3029 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3030
3031         * wl-summary.el (wl-summary-prefetch-msg): 
3032         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3033
3034 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3035
3036         * wl-vars.el (wl-summary-check-line-format): New user option.
3037         (wl-summary-line-format-file): Ditto.
3038
3039         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3040         variable.
3041         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3042         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3043         and `wl-summary-view-old-p' to check whether do a rescan or not.
3044         (wl-summary-view-old-p): New function.
3045         (wl-summary-line-format-changed-p): Ditto.
3046         (wl-summary-line-format-save): Ditto.
3047         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3048
3049         * wl-util.el (wl-set-string-width): Avoid using negative number
3050         for make-string.
3051
3052 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3053
3054         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3055         return value.
3056
3057         * wl-util.el (wl-set-string-width): Added optional argument
3058         `padding' (All other related portions are changed).
3059         (wl-line-parse-format): If the first letter of column number is
3060         `0', zero-padding the result (ex: "%05l").
3061
3062         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3063
3064 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3065
3066         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3067         sequential summary view.
3068
3069 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3072         if it doesn't have a -unix version.
3073
3074 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3075
3076         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3077
3078 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3079
3080         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3081         content.
3082         (wl-draft): Follow the change above.
3083
3084         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3085
3086         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3087         and wl-folder-summary-line-format-alist contain %T and %P.
3088
3089         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3090         (wl-summary-mode-line-format): New user option.
3091         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3092         (wl-summary-line-format): Changed default value.
3093         (wl-summary-lazy-highlight): Changed default value.
3094
3095         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3096         change in wl-summary-create-line.
3097         (wl-thread-insert-entity-sub): Ditto.
3098
3099         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3100         (wl-summary-buffer-unread-status): Ditto.
3101         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3102         (wl-summary-buffer-persistent-mark-column): Ditto.
3103         (wl-summary-buffer-mode-line-formatter): Ditto.
3104         (wl-summary-buffer-mode-line): Ditto.
3105         (wl-summary-message-regexp): Abolished.
3106         (All other related portions are changed.)
3107         (wl-summary-detect-mark-position): New function.
3108         (wl-summary-buffer-set-folder): Setup
3109         wl-summary-buffer-mode-line-formatter.
3110         (wl-summary-mode): Setup selective-display;
3111         Setup pre-idle-hook when xemacs.
3112         (wl-summary-update-modeline): Rewrite.
3113         (wl-summary-jump-to-msg): Define as function;
3114         Changed regexp for searching messages.
3115         (wl-summary-message-number): Rewrite.
3116         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3117         Do rescan when old type summary cache.
3118         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3119         (wl-summary-remove-destination): Use '\r' to detect EOL.
3120         (wl-summary-print-destination): Ditto.
3121         (wl-summary-temp-mark): New inline function.
3122         (wl-summary-persistent-mark): Ditto.
3123         (wl-summary-line-number): New function.
3124         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3125         (wl-summary-line-list-count): New function.
3126         (wl-summary-create-line): Added argument persistent-mark.
3127         (All other related portions are changed)
3128         (wl-summary-create-line): Insert '\r'.
3129         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3130         (wl-summary-cursor-move-surface): New inline function.
3131         (wl-summary-prev): Use it.
3132         (wl-summary-next): Ditto.
3133
3134         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3135         wl-summary-message-regexp.
3136         (wl-highlight-summary): Delete progress message.
3137         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3138
3139         * Version number is increased to 2.9.12.
3140
3141 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3142
3143         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3144         variable (nil: no minimum).
3145         (wl-summary-line-subject): Add some spaces after subject by
3146         wl-summary-line-subject-minimum-length.
3147
3148 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3149
3150         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3151         and removed `F'.
3152         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3153         change above).
3154
3155 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3156
3157         * wl-summary.el (wl-summary-line-list-count): Reverted.
3158         (example setting in samples/*/dot.wl is also updated)
3159
3160 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3161
3162         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3163
3164         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3165
3166         * wl-vars.el (wl-summary-line-format): Addes some description to the
3167         docstring.
3168
3169         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3170         (wl-summary-line-close-bracket): Ditto.
3171         (wl-summary-line-children-number): Ditto.
3172         (wl-summary-line-thread-indent): Ditto.
3173         (wl-summary-line-children-and-from): Ditto.
3174
3175         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3176         't', 'c', 'F' and added 'C'.
3177
3178         * wl-util.el (wl-set-string-width): Accept negative value.
3179         (wl-line-parse-format): Added "%number(" and "%)".
3180
3181 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3182
3183         * wl-summary.el (wl-summary-line-list-count): Change format of the
3184         return value.
3185
3186 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3187
3188         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3189         from the recent message.el.
3190         (wl-draft-point-in-header-p): Ditto.
3191         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3192         wl-draft-beginning-of-line.
3193         * wl-e21.el (wl-draft-mode-map): Ditto.
3194         * wl-xmas.el (wl-draft-mode-map): Ditto.
3195
3196         * wl-folder.el: Sort macrodefs by dependencies.
3197
3198 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3199
3200         * wl-summary.el (wl-summary-prev): Fixed regexp.
3201         (wl-summary-next): Ditto.
3202
3203 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3204
3205         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3206
3207 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3208
3209         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3210         for backward compatibility.
3211
3212 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3213
3214         * wl-summary.el (wl-summary-line-list-count): New function, merged
3215         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3216         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3217         list counts.
3218
3219 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3220
3221         * wl-summary.el (wl-summary-create-line): Ignore errors while
3222         timezone-fix-time.
3223
3224         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3225
3226         * wl-summary.el (wl-summary-sync-update): Ditto.
3227         (wl-summary-default-from): Use wl-message-entity
3228         instead of entity.
3229
3230         * wl-summary.el (wl-summary-create-line): Fix.
3231
3232         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3233         (wl-summary-line-format): New user option.
3234         (wl-folder-summary-line-format-alist): Ditto.
3235         (wl-summary-from-width): Abolished.
3236
3237         * wl-util.el (toplevel): Require 'bytecomp.
3238         (wl-line-parse-format): New function.
3239         (wl-line-formatter-setup): New macro.
3240
3241         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3242         (wl-summary-buffer-line-formatter): New buffer local variable.
3243         (wl-summary-switch-to-clone-buffer): Follow the change above.
3244         (wl-summary-message-regexp): Fix.
3245         (wl-summary-from-func-internal): Abolished.
3246         (wl-summary-subject-func-internal): Ditto.
3247         (wl-summary-subject-filter-func-internal): Ditto.
3248         (All other related portions are changed.)
3249         (wl-summary-buffer-set-folder):
3250         Set up wl-summary-buffer-number-column and 
3251         wl-summary-buffer-line-formatter
3252         (All other related portions are changed.)
3253         (wl-summary-buffer-number-column-detect): Abolished.
3254         (All other related portions are changed.)
3255         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3256         (wl-summary-delete-all-temp-marks-on-buffer): Use
3257         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3258         (wl-summary-target-mark-delete): Ditto.
3259         (wl-summary-target-mark-refile-subr): Ditto.
3260         (wl-summary-target-mark-mark-as-read): Ditto.
3261         (wl-summary-target-mark-mark-as-unread): Ditto.
3262         (wl-summary-target-mark-mark-as-important): Ditto.
3263         (wl-summary-target-mark-save): Ditto.
3264         (wl-summary-replace-status-marks): Renamed from
3265         wl-summary-set-status-marks-on-buffer;
3266         Use wl-summary-message-regexp instead of
3267         wl-summary-buffer-number-regexp.
3268         (wl-summary-sync-update): Follow the change above.
3269         (wl-summary-goto-previous-message-beginning): New function.
3270         (wl-summary-mark-as-unread): Use it.
3271         (wl-summary-mark-as-important): Ditto.
3272         (wl-summary-line-formatter): New variable.
3273         (wl-summary-line-year): New function.
3274         (wl-summary-line-day): Ditto.
3275         (wl-summary-line-day-of-week): Ditto.
3276         (wl-summary-line-hour): Ditto.
3277         (wl-summary-line-minute): Ditto.
3278         (wl-summary-line-open-bracket): Ditto.
3279         (wl-summary-line-close-bracket): Ditto.
3280         (wl-summary-line-children-number): Ditto.
3281         (wl-summary-line-thread-indent): Ditto.
3282         (wl-summary-line-size): Ditto.
3283         (wl-summary-line-subject): Ditto.
3284         (wl-summary-line-from): Ditto.
3285         (wl-summary-line-children-and-from): Ditto.
3286         (wl-summary-create-line): Rewritten.
3287         (wl-summary-format-date): Abolished.
3288
3289         * wl-highlight.el (wl-highlight-summary-current-line): Use
3290         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3291         Use thread structure to detect thread top message.
3292
3293         * wl-draft.el (wl-default-draft-cite): Don't use
3294         wl-summary-from-func-internal.
3295
3296         * wl-refile.el (wl-refile-subject-learn): Don't use
3297         wl-summary-subject-filter-func-internal.
3298         (wl-refile-guess-by-subject): Ditto.
3299
3300         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3301         parameters.
3302
3303         * wl-thread.el (wl-thread-update-indent-string-region):
3304         Use wl-thread-update-line-on-buffer instead of
3305         wl-thread-update-indent-string.
3306         (wl-thread-update-children-number): Redefine using
3307         wl-thread-update-line-on-buffer.
3308         (wl-thread-update-indent-string): Abolished.
3309
3310         * Version number is increased to 2.9.11.
3311
3312 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3313
3314         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3315         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3316         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3317
3318         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3319         as nil.
3320
3321         * wl-thread.el (wl-thread-open-all-unread): Use 
3322         elmo-folder-list-messages-mark-match.
3323         (wl-thread-insert-message): Removed argument `mark-alist'.
3324         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3325         elmo-msgdb-set-mark.
3326         (wl-thread-get-children-msgs-uncached): Likewise.
3327         (wl-thread-get-exist-children): Added argument include-self.
3328         (wl-thread-delete-message): Follow the change above.
3329
3330         * wl-summary.el (wl-summary-count-unread): Removed argument.
3331         (wl-summary-rescan): Follow the change above.
3332         (wl-summary-mark-as-read-region): Ditto
3333         (wl-summary-mark-as-unread-region): Ditto.
3334         (wl-summary-delete-messages-on-buffer): Ditto.
3335         (wl-summary-sync-update): Ditto.
3336         (wl-summary-switch-to-clone-buffer): Ditto.
3337         (wl-summary-goto-folder-subr): Ditto.
3338         (wl-summary-target-mark-mark-as-read): Ditto.
3339         (wl-summary-target-mark-mark-as-unread): Ditto.
3340         (wl-summary-target-mark-mark-as-important): Ditto.
3341         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3342         (wl-summary-update-thread): Removed argument `mark-alist'.
3343         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3344         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3345         (wl-summary-resume-cache-status): Likewise.
3346         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3347         elmo-msgdb-set-mark.
3348         (wl-summary-mark-as-read-all): Likewise.
3349         (wl-summary-delete-cache): Ditto.
3350         (wl-summary-auto-select-msg-p): Ditto.
3351         (wl-summary-mark-as-unread): Ditto.
3352         (wl-summary-no-auto-refile-message-p): Ditto.
3353         (wl-summary-mark-as-read): Ditto.
3354         (wl-summary-mark-as-important): Ditto.
3355         (wl-summary-auto-refile): Follow the change above.
3356         (wl-summary-delete-all-marks): Removed.
3357         (wl-summary-resume-marks-and-highlight): Ditto.
3358         (wl-summary-resume-marks): Ditto.
3359         (wl-summary-delete-important-msgs-from-list): Ditto.
3360         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3361
3362         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3363         wl-summary-count-unread.
3364
3365         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3366         (wl-summary-score-update-all-lines): Use
3367         elmo-msgdb-set-mark.
3368
3369 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3370
3371         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3372         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3373         (wl-summary-create-line): Renamed from
3374         wl-summary-overview-create-summary-line;
3375         Argument rearrangement.
3376         (wl-summary-update-thread): Follow the change above.
3377
3378         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3379         (wl-thread-insert-entity-sub): Likewise.
3380
3381         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3382         argument `overview', `mark-alist' and added `msgdb'.
3383
3384         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3385
3386         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3387         (wl-summary-rescan): Follow the change above.
3388         (wl-summary-sync-update): Ditto.
3389         (wl-summary-insert-thread-entity): Ditto;
3390         Don't use `let*' in every while loop;
3391         Detect infinite loop of threads.
3392         (wl-summary-update-thread): Removed argument `overview'.
3393
3394         * wl-thread.el (wl-thread-insert-message): Ditto.
3395
3396         * Version number is increased to 2.9.10.
3397
3398         * wl-message.el (wl-message-redisplay): Ignore errors while
3399         wl-message-redisplay-hook.
3400
3401 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3402
3403         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3404
3405 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3406
3407         * wl.el (wl): inhibit-quit while wl-folder.
3408
3409 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3410
3411         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3412         while msgdb access.
3413
3414 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3415
3416         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3417         even if no folder is not created.
3418
3419 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3420
3421         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3422
3423         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3424         implementation.
3425         (wl-summary-target-mark-thread): Ditto.
3426
3427         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3428
3429 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3430
3431         * wl-util.el (wl-display-bytes): Remove unused function.
3432
3433 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3434
3435         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3436         seems critical one (partially reverse the change in 2002/03/17).
3437
3438 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3439
3440         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3441         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3442
3443 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3444
3445         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3446         is not writable.
3447         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3448         plugged status instead of `'force' as 2nd argument.
3449
3450         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3451         is not creatable.
3452
3453         * Version number is increased to 2.9.9.
3454
3455 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3456
3457         * wl-summary.el (wl-summary-suspend): New function.
3458
3459 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3460
3461         * wl.el (wl): Do not check variables if check is nil.
3462         * wl-utils.el (wl-collect-draft): New function.
3463         * wl-folder.el (wl-folder-suspend): Put summary buffers
3464         and draft buffers at the end of buffer list.
3465         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3466
3467 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3468
3469         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3470         loop instead of recursive call.
3471
3472         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3473         2nd argument.
3474
3475 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3476
3477         * wl-draft.el (wl-draft-create-contents): Don't take neither
3478         (function . args) nor (string . something) any more.
3479
3480         * wl-version.el (wl-generate-user-agent-string): Return string
3481         without header symbol.
3482         * wl-draft.el (wl-draft-default-headers): Use it.
3483
3484         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3485         `wl-draft-insert-ccs' and return field value instead of inserting
3486         the header. Abolish cc argument.
3487         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3488
3489         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3490         rather than one with string car.
3491
3492         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3493         * wl-draft.el (wl-draft-create-contents): Add it after the default
3494         headers.
3495
3496         * wl-draft.el (wl-draft-create-contents): For the case of
3497         (symbol-or-string . function) insert header only when the function
3498         returns string value.
3499
3500 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3501
3502         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3503         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3504
3505 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3506
3507         * wl.el (wl-check-environment): Don't check Message-ID when
3508         `wl-insert-message-id' is nil.
3509         Revive checking if `wl-message-id-domain' contains "@".
3510
3511 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3512
3513         * wl.el (wl-check-environment): Merge examination for "@" at
3514         inappropriate position into the first string-match.
3515
3516         * wl-summary.el (wl-summary-target-mark-print): New function.
3517         (wl-summary-pipe-message-subr): Extracted from
3518         `wl-summary-pipe-message'.
3519         (wl-summary-target-mark-pipe): New function.
3520         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3521         `wl-summary-target-mark-pipe'.
3522
3523 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3524
3525         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3526
3527 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3528
3529         * wl.el (wl-check-environment): Use elmo-warning instead of
3530         error for non-critical ones.
3531         Remove trash folder check.
3532         (wl): Don't ignore error in wl-check-environment.
3533
3534         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3535         check, which is moved from `wl-check-environment'.
3536         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3537
3538 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3539
3540         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3541         guess anything, call wl-summary-write.
3542         (wl-summary-write): Create draft with blank To field.
3543         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3544
3545 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3546
3547         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3548         argument full as well for wl-folder-write-current-folder.
3549         If wl-*-write-current-folder cannot guess addressee, add blank
3550         To header.
3551         Rewrite condition for positioning cursor.
3552
3553 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3554
3555         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3556         summary buffer is present, use it.
3557         (wl-folder-jump-to-previous-summary): Ditto.
3558
3559 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3560
3561         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3562
3563         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3564         wl-summary-previous-buffer and wl-summary-next-buffer.
3565
3566         * wl-folder.el (wl-folder-mode-map): Bind
3567         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3568         (wl-folder-jump-to-next-summary): New function.
3569         (wl-folder-jump-to-previous-summary): Ditto.
3570
3571         * wl-draft.el (wl-draft): Rearranged.
3572
3573 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3574
3575         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3576         of header.
3577         (wl-draft): Collect arguments for the header as header-alist.
3578         (wl-draft-forward): Arrange arguments for wl-draft.
3579         (wl-draft-reply): Ditto.
3580         (wl-draft-edit-string): Ditto.
3581         * wl-summary.el (wl-summary-write): Ditto.
3582         (wl-summary-write-current-folder): Ditto.
3583
3584         * Version number is increased to 2.9.8.
3585
3586 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3587
3588         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3589
3590         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3591
3592         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3593         even if the guess failed.
3594
3595         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3596         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3597         wl-summary-write-current-folder.
3598         * wl-xmas.el: Ditto.
3599
3600 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3601
3602         * wl-summary.el (wl-summary-next-page): Force display message if
3603         message is not displayed yet.
3604         (wl-summary-prev-page): Ditto.
3605
3606 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3607
3608         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3609
3610 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3611
3612         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3613         add "Preview Message" and "Save Draft and Exit".
3614
3615 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3616
3617         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3618         if addrmgr is called from draft in splitted window.
3619
3620         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3621         * wl-mule.el: Ditto.
3622         * wl-xmas.el: Ditto.
3623
3624 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3625
3626         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3627
3628         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3629         * wl-xmas.el (wl-folder-toolbar): Ditto.
3630
3631 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3632
3633         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3634         and wl-draft-save-and-exit.
3635         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3636         * wl-xmas.el: Ditto.
3637         * wl-mule.el: Ditto.
3638
3639         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3640         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3641
3642 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3643
3644         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3645         lists for saving buffer.
3646
3647 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3648
3649         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3650         parent-folder argument instead of it.
3651         (wl-draft-create-buffer): Ditto.
3652         (wl-draft-forward): Ditto.
3653         (wl-draft-reply): Ditto.
3654         * wl-summary.el (wl-summary-write): Ditto.
3655         (wl-summary-write-current-folder): Ditto.
3656
3657         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3658         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3659         Folder buffer after composing.
3660
3661 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3664         header if the file `wl-x-face-file' already contains it.
3665
3666 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3667
3668         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3669         folder" entry.
3670         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3671         * wl-e21.el (wl-folder-toolbar): Ditto.
3672         * wl-xmas.el (wl-folder-toolbar): Ditto.
3673
3674 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3675
3676         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3677         wl-folder-goto-folder with sticky argument.
3678         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3679
3680 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3681
3682         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3683         and wl-summary-previous-buffer.
3684         (wl-summary-next-buffer): New function.
3685         (wl-summary-previous-buffer): Ditto.
3686
3687 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3688
3689         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3690         wl-folder-jump-to-current-entity-with-arg.
3691         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3692         `wl-folder-jump-to-current-entity'.
3693         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3694         `wl-summary-goto-folder-sticky'.
3695         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3696         `wl-summary-goto-folder'.
3697         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3698         Unless force-exit, do not clean temp. marks for sticky summary.
3699         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3700
3701 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3702
3703         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3704         not entire.
3705
3706 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3707
3708         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3709         to `C-x C-s'.
3710         (wl-summary-save-status): New command.
3711         (wl-summary-exit): Don't clean-up temp marks when sticky.
3712         (Applied patch from Nakayama-san [wl: 09548])
3713         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3714         Do nothing when no mark data.
3715         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3716         Call `wl-summary-delete-all-temp-marks' before saving.
3717
3718 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3719
3720         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3721
3722 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3723
3724         * wl.el (wl-check-environment): Also cause error when (system-name)
3725         returns "localhost.localdomain". (Although it doesn't affect because
3726         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3727
3728 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3729
3730         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3731         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3732
3733         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3734         value.
3735
3736 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3737
3738         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3739         Likewise r-cc-list and r-ng-list.
3740
3741 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3742
3743         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3744         only if it is bound as variable.
3745
3746         * wl-mime.el (wl-draft-preview-message): Ditto.
3747
3748 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3749
3750         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3751         needless `goto-char'.
3752
3753         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3754         `wl-summary-redisplay-no-mime-internal' instead of
3755         `wl-summary-redisplay-no-mime'.
3756         (wl-summary-redisplay-no-mime): Changed argument;
3757         Call `wl-summary-redisplay-no-mime-internal'.
3758
3759         * wl-mime.el (wl-draft-preview-message): Bind
3760         `mime-header-encode-method-alist' locally.
3761
3762         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3763         (wl-draft-std11-parse-addresses): Added the first address check.
3764         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3765
3766         * Version number is increased to 2.9.7.
3767
3768 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3769
3770         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3771
3772 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3773
3774         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3775         related to scrollbar support, if there is no such a feature
3776         compiled in.
3777
3778 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3779
3780         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3781         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3782         for prefetch.
3783
3784 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3785
3786         * wl-summary.el (wl-summary-pick): Fix for no match.
3787
3788 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3789
3790         * wl-draft.el (wl-draft-save):
3791         Override `mime-header-encode-method-alist'.
3792
3793 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3794
3795         * wl-folder.el (wl-folder-pick): New function.
3796         Define key as "?".
3797
3798 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3799
3800         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3801         Fix for unplugged.
3802
3803 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3804
3805         * wl-folder.el (wl-folder-virtual): New function.
3806         Define key as "V".
3807
3808 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3809
3810         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3811         multi folder if entity is group.
3812
3813 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3814
3815         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3816         is nil.
3817
3818 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3819
3820         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3821         (wl-summary-target-mark-msgs): Return the number of marked messages.
3822
3823 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3824
3825         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3826         "first:" is specified.
3827
3828 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3829
3830         * wl-vars.el (wl-from): Use return value of function
3831         user-full-name instead of the variable user-full-name since
3832         XEmacs-20.4 doesn't set this variable.
3833
3834 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3835
3836         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3837         call `wl' directly.
3838
3839 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3840
3841         * wl-draft.el (wl-draft-reedit): Removed duplicated
3842         switch-to-buffers.
3843
3844 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * wl.el (wl-other-frame): Removed garbages.
3847
3848 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3849
3850         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3851
3852         * wl-xmas.el (wl-draft-key-setup): Ditto.
3853
3854         * wl-mule.el (wl-draft-key-setup): Ditto.
3855
3856         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3857         (wl-draft-reedit): Ditto.
3858         (wl-draft-prepare-edit): Add `wl-draft-save' to
3859         `local-write-file-hooks'.
3860         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3861         (wl-draft-reedit): Set buffer-file-name.
3862         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3863
3864
3865         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3866         call it.
3867         (wl-delete-startup-frame-function): New variable.
3868         (wl-other-frame): New function
3869         (Original was written by Yamaoka san [wl: 09239]).
3870
3871         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3872         if `wl-folder-use-frame'.
3873
3874 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3875
3876         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3877
3878 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3879
3880         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3881         New variable.
3882         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3883         (wl-message-buffer-prefetch-get-next): Use them.
3884         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3885
3886 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3887
3888         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3889         with unwind-protect.
3890
3891         * wl-draft.el (wl-draft-reedit): Rewrite.
3892         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3893         (wl-draft-save): Insert header separator if it does not exist;
3894         Removed condition-case.
3895
3896         * wl-summary.el (wl-summary-reedit): Revert last change.
3897
3898         * wl-draft.el (wl-draft-save): Rewrite.
3899         (wl-draft-create-buffer): Set buffer-file-name as nil.
3900
3901         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3902
3903         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3904
3905         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3906         nil.
3907
3908 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3909
3910         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3911         If count is nil, do not prefetch.
3912         (wl-message-buffer-prefetch-next): Next.
3913
3914 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3915
3916         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3917
3918 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3919
3920         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3921         `delete-backward-char'
3922         (wl-draft-prepare-edit): Check major-mode.
3923         (wl-draft-decode-header): Rewrite.
3924         (wl-draft): Fix.
3925
3926 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3927
3928         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3929
3930 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3931
3932         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3933         (wl-message-buffer-prefetch-get-next): Remove size checking.
3934         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3935
3936 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3937
3938         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3939         (wl-draft-default-headers): Fix.
3940
3941 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3942
3943         * wl-draft.el (wl-draft-default-headers): Insert return value of
3944         `wl-generate-mailer-string-function'.
3945
3946 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3947
3948         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3949         (wl-draft-insert-mail-header-separator): Ditto.
3950
3951         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3952         again (Reverted the change on 2002-01-17 by OKADA san).
3953
3954 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3955
3956         * wl-draft.el (wl-draft): Rewrite.
3957         (wl-draft-create-buffer): New function.
3958         (wl-draft-create-contents): Ditto.
3959         (wl-draft-prepare-edit): Ditto.
3960         (wl-draft-decode-header): Ditto.
3961         (wl-draft-decode-body): Ditto.
3962         (wl-draft-check-new-line): Ditto.
3963         (wl-draft-default-headers): Ditto.
3964         (wl-draft-insert-mail-header-separator): Ditto.
3965
3966 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3967
3968         * Version number is increased to 2.9.6.
3969
3970 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3971
3972         * wl-draft.el (wl-draft-delete-field): Optional argument.
3973         (wl-draft-delete-fields): Ditto.
3974
3975 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3976
3977         * wl-message.el (toplevel): Eliminated byte-compile warning.
3978         for `itimer-function', `delete-timer' and `itimer-list'.
3979
3980 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3981
3982         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3983         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3984         `wl-message-buffer-prefetch-threshold'.
3985         * wl-summary.el (wl-summary-redisplay-internal): Remove
3986         the check of `wl-message-buffer-prefetch-depth'.
3987
3988 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3989
3990         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3991         size of article.
3992         (wl-message-buffer-prefetch-subr): Remove size check.
3993
3994 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3995
3996         * wl-vars.el (wl-plugged): Make customizable.
3997
3998 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3999
4000         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4001         (wl-message-buffer-prefetch-set-timer): New function.
4002         (wl-message-buffer-prefetch-get-next): New function.
4003         (wl-message-buffer-prefetch): New function.
4004         (wl-message-buffer-prefetch-next): Rewrite.
4005         (wl-message-buffer-prefetch-subr): Rewrite.
4006         * wl-vars.el (wl-auto-prefetch-first): New variable.
4007         * wl-summary.el (wl-summary-goto-folder-subr): Call
4008         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4009
4010 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4011
4012         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4013         `wl-summary-unread-message-hook'.
4014
4015 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4016
4017         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4018         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4019         if range is `cache-status'.
4020
4021 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4022
4023         * wl-message.el (wl-message-buffer-prefetch-subr):
4024         Improve debug message.
4025
4026 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4027
4028         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4029         `wl-mail-send-pre-hook'.
4030         (wl-draft-send-mail-with-qmail): Ditto.
4031         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4032
4033 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4034
4035         * wl-message.el (wl-message-buffer-prefetch-subr):
4036         Fix for cancel-function-timers bug.
4037         (wl-message-buffer-prefetch-debug): Default value is t.
4038
4039 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4040
4041         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4042         (wl-message-buffer-prefetch-subr): Rewrite.
4043         Rename from `wl-message-buffer-prefetch'.
4044
4045 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4046
4047         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4048         (wl-default-draft-cite-decorate-author): Ditto.
4049
4050         * wl-draft.el (wl-draft-cite-function): Removed.
4051         (wl-default-draft-cite-decorate-author): Ditto.
4052
4053 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4054
4055         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4056         (wl-default-draft-cite): Do not arrange author name if the value of
4057         `wl-default-draft-cite-decorate-author' is nil.
4058
4059 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4060
4061         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4062
4063         * wl-folder.el (wl-folder-check-one-entity): Don't care
4064         `elmo-folder-use-flag-p'.
4065
4066 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4067
4068         * wl-folder (wl-folder-check-one-entity): Fix
4069         problem if unread is nil.
4070
4071 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4072
4073         * wl-address.el (wl-address-make-completion-list): Check whether
4074         the address is a group list.
4075         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4076
4077 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4078
4079         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4080         The number of the messages of new and unread does not count
4081         correctly.
4082
4083         * wl-summary.el (wl-summary-count-unread): Changed to return
4084         `(new . unread)' instead of total.
4085         (wl-summary-sync-update): Follow the change above.
4086
4087         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4088
4089 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4090
4091         * wl-address.el (wl-address-make-completion-list): Do not enclose
4092         address by " <" and ">" if associated realname is "".
4093         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4094         This is against the promblem with group list in .addresses pointed
4095         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4096
4097 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4098
4099         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4100         message is a format control string.
4101         * wl-expire.el (wl-expire-append-log): Ditto.
4102         * wl-mime.el (wl-summary-burst-subr): Ditto.
4103         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4104         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4105
4106 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4107
4108         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4109         wl.el (wl-check-variables): Rename from `wl-check-type'.
4110         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4111         (wl-check-variables-2): New function.
4112         (wl): Call `wl-check-variables-2'.
4113
4114 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4115
4116         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4117         after renaming folder in access group.
4118
4119 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4120
4121         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4122         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4123         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4124         (wl-message-buffer-prefetch): Rewrite.
4125         (wl-message-buffer-prefetch-idle-time): Removed.
4126         * wl-summary.el (wl-summary-redisplay-internal):
4127         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4128         Error check for `wl-message-buffer-prefetch-depht'.
4129
4130 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4131
4132         * Version number is increased to 2.9.5.
4133         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4134
4135 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4136
4137         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4138         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4139         Based on the patch written by
4140         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4141
4142 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4143
4144         * wl-draft.el (wl-draft-raw-send): Fix for
4145         `wl-news-send-pre-hook'
4146
4147 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4148
4149         * wl-utils.el (wl-message-id-function): New variable.
4150         * wl-draft.el (wl-draft-insert-required-fields):
4151         Use `wl-message-id-function'.
4152
4153 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4154
4155         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4156         * wl-utils.el (wl-draft-make-message-id-string):
4157         Use `wl-from' for domain part of Message-ID
4158         if `wl-message-id-use-wl-from' if non-nil.
4159         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4160
4161 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4162
4163         * wl.el (wl): Call `wl-check-type'
4164         Do not 'condition-case'.
4165
4166 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4167
4168         * wl.el (wl-check-type): New function.
4169         (wl-check-type-variables): New variable.
4170
4171 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4172
4173         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4174
4175 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4176
4177         * wl-draft.el (wl-smtp-password-key): New function.
4178         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4179         (wl-draft-send-mail-with-smtp): Ditto.
4180         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4181
4182 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4183
4184         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4185         * wl-utils.el (wl-unique-id-suffix): Remove.
4186
4187 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4188
4189         * Version number is increased to 2.9.4.
4190
4191 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4192
4193         * wl-utils.el (wl-unique-id-suffix): New variable.
4194         (wl-unique-id): Use `wl-unique-id-suffix'
4195
4196 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4197
4198         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4199         instead of `elmo-msgdb-search'.
4200
4201         * Version number is increased to 2.9.3.
4202
4203 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4204
4205         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4206
4207 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4208
4209         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4210         (wl-draft-dispatch-message): Changed for send-later.
4211         (wl-draft-queue-flush): Ditto.
4212         (wl-draft): Clear `wl-sent-message-queued'.
4213         (wl-draft-reedit): Ditto.
4214         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4215         * wl-vars.el (wl-draft-force-queuing): New variable.
4216         (wl-draft-force-queuing-mail): New variable.
4217         (wl-draft-force-queuing-news): New variable.
4218
4219 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4220
4221         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4222         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4223
4224 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4225
4226         * Version number is increased to 2.9.2.
4227
4228 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * wl-draft.el (wl-draft-elide-region): New user command.
4231         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4232
4233         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4234         command `wl-draft-elide-region'.
4235         * wl-mule.el: Ditto.
4236         * wl-xmas.el: Ditto.
4237
4238 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4239
4240         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4241         (wl-biff-check-folder-async): Removed needless let.
4242
4243 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4244
4245         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4246         wl-folder-get-elmo-folder.
4247         (wl-biff-check-folder): Set `biff' argument of
4248         `wl-folder-check-one-entity'.
4249         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4250
4251         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4252         (wl-folder-check-one-entity): Added `biff' argument;
4253         Setup `biff' slot of folder.
4254
4255         * Version number is increased to 2.9.1.
4256
4257 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4258
4259         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4260         comment out and fixed.
4261         (wl-fldmgr-add-completion-subr): Ditto.
4262
4263         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4264         and msgdb.
4265
4266         * wl.el (wl-toggle-plugged): Save summary view.
4267
4268 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4271
4272 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4273
4274         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4275
4276 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4279         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4280         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4281
4282         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4283         if it was failed.
4284         (wl-demo): Disable undo in the demo buffer.
4285
4286 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4287
4288         * wl-version.el (wl-version): Changed codename.
4289
4290         * Version number is increased to 2.9.0.
4291
4292 2001-12-14  Takuo KITAME <kitame@northeye.org>
4293
4294         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4295         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4296         (wl-folder-mark-as-read-all-current-entity): Ditto.
4297
4298 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4299
4300         * wl-vars.el (wl-from-width): Define as obsolete variable.
4301         (wl-subject-length-limit): Ditto.
4302
4303         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4304
4305         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4306         wl-summary-save-view.
4307
4308         * wl.el (wl-save-status): Ditto.
4309         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4310
4311         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4312         (wl-summary-exit): Follow the change above.
4313         (wl-summary-goto-folder-subr): Ditto.
4314
4315         * wl-folder.el (wl-folder-create-subr): Don't use
4316         `elmo-folder-creatable-p'.
4317
4318 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4319
4320         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4321
4322 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4325         rather than bitmap on Emacs 21.
4326         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4327         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4328         for xbm if the new redisplay engine is not available.
4329
4330 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4331
4332         * wl-folder.el (wl-folder-init-hook): New hook.
4333         (wl-folder-init): Run `wl-folder-init-hook'.
4334
4335 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4338
4339 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4340
4341         * wl-acap.el (wl-acap-cache-filename): New variable.
4342         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4343         (wl-acap-init): Use cache if no ACAP server found.
4344
4345 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4346
4347         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4348         `wl-acap-original-msgdb-dir'.
4349
4350         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4351         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4352
4353         * wl-mime.el (wl-mime-save-directory): Renamed from
4354         `wl-mime-save-dir'.
4355
4356 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4359
4360         * wl-demo.el: Require `path-util'.
4361         (wl-demo-bitmap-mule-available-p): New internal variable.
4362         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4363         `module-installed-p' instead.
4364         (wl-demo-insert-image): Use *.img file for a bitmap image.
4365         (wl-demo): Don't call the ascii demo recursively.
4366
4367 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4368
4369         * Version number is increased to 2.7.7.
4370
4371 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4372
4373         * wl.el (wl-exit): Eliminated byte-compile warning.
4374
4375 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4376
4377         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4378         obsolete variable using `elmo-define-obsolete-variable'.
4379         (wl-fetch-confirm-threshold): Ditto.
4380         (wl-cache-prefetch-folder-type-list): Ditto.
4381         (wl-cache-prefetch-folder-list): Ditto.
4382
4383 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4386         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4387         (wl-demo-insert-image): New function.
4388         (wl-demo-insert-text): New function.
4389         (wl-demo-image-type-alist): Redefine as a function.
4390         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4391         (wl-demo-with-temp-file-buffer): Removed.
4392         (wl-logo-xpm): Removed.
4393         (wl-logo-xbm): Removed.
4394         (wl-logo-bitmap): Removed.
4395
4396 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4397
4398         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4399         (wl-expire-localdir-get-folder-function): New user option.
4400         (wl-expire-localdir-get-folder): New function.
4401         (wl-expire-localdir-date): Ditto.
4402
4403 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4404
4405         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4406         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4407         Fixed unread number mismatch when all-unread < unread.
4408
4409 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4410
4411         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4412         (wl-fetch-confirm-threshold): Ditto.
4413
4414         * wl-summary.el (wl-summary-confirm-appends): Removed.
4415         (wl-summary-sync-update): Don't refer
4416         `wl-summary-update-confirm-threshold' (It is now abolished).
4417
4418         * wl-message.el (wl-message-display-internal): Don't refer
4419         `wl-fetch-confirm-threshold' (It is now abolished).
4420
4421 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4424
4425 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4426
4427         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4428         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4429         Change default value to nil.
4430         (wl-summary-indent-length-limit): The value can be nil, nil means
4431         unlimited.
4432
4433         * wl-summary.el: Don't set limit for indent length if the value of
4434         wl-summary-indent-length-limit is nil.
4435         If the value of wl-summary-width is nil, it means only that the width
4436         of summary is unlimited (nil doesn't mean that the indent length is
4437         unlimited).
4438
4439         * wl-thread.el: Ditto.
4440
4441 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4442
4443         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4444         be nil, nil means never confirm.
4445         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4446
4447 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4448
4449         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4450         means unlimited).
4451
4452 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4453
4454         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4455         Use `with-temp-buffer'.
4456
4457 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4458
4459         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4460         with new backquote style).
4461         (wl-folder-get-entity-from-buffer): Ditto.
4462
4463 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4464
4465         * wl-version.el (nemacs-version): Eliminated.
4466         (wl-extended-emacs-version2): Ignore nemacs.
4467         (wl-extended-emacs-version3): Ditto.
4468
4469 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4470
4471         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4472         (wl-draft-add-in-reply-to): New variable.
4473         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4474         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4475         (wl-draft-yank-from-mail-reply-buffer): Use
4476         `wl-draft-add-in-reply-to'.
4477         (wl-draft-insert-current-message): Ditto.
4478
4479 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4480
4481         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4482         typo (kill->hide).
4483         (wl-message-buffer-prefetch-folder-type-list): Added elements
4484         `mark' and `cache' instead of `internal'.
4485
4486 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4487
4488         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4489         resume msgdb directory.
4490
4491 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4492
4493         * wl.el (wl-exit): Call `wl-acap-exit'.
4494
4495         * wl-summary.el (wl-summary-message-string): New function.
4496         (wl-summary-reedit): Use it.
4497         (wl-summary-resend-bounced-mail): Remove needless let.
4498         (wl-summary-supersedes-message): Ditto.
4499         (wl-summary-save): Ditto.
4500
4501         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4502         (wl-acap-init): Set it.
4503         (wl-acap-exit): New function.
4504
4505 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4506
4507         * wl.el (wl-init): Revert (require 'mime-setup). move from
4508         toplevel.
4509
4510 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4511
4512         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4513         local variables.  Add error when guess function return invalid
4514         value.
4515
4516 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4517
4518         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4519         Change local variable name.
4520         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4521         (wl-folder-get-newsgroups): Return nil when non-news folder.
4522         * wl-summary.el (wl-summary-write-current-folder): State through
4523         when guess-list return nil.
4524         (wl-summary-write-current-folder-functions): Fixed docstring.
4525
4526         * wl.el (wl-exit): Changed confirm message.
4527
4528         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4529         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4530
4531         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4532
4533 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4534
4535         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4536         user option (Renamed from wl-cache-prefetch-folder-type-list).
4537         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4538         from wl-cache-prefetch-folder-list).
4539
4540         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4541         Move to wl-vars.el.
4542         (wl-message-buffer-prefetch-p): Changed to enable
4543         `wl-message-buffer-prefetch-folder-list'.
4544
4545         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4546         `ignore-cache'.
4547
4548 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4549
4550         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4551         `part-top' and `part-bottom'.
4552         (wl-draft-config-sub-part-top): New function.
4553         (wl-draft-config-sub-part-bottom): New function.
4554
4555 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4558
4559 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4560
4561         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4562
4563 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4564
4565         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4566
4567         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4568         (wl-summary-write-current-folder): Ditto.
4569
4570 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4571
4572         * wl-folder.el (wl-folder-get-newsgroups): Use
4573         `elmo-folder-newsgroups'.
4574
4575 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4576
4577         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4578         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4579         `wl-draft-config-sub-header-bottom'.
4580
4581 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4582
4583         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4584         localnews folder.
4585
4586 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4587
4588         * wl-summary.el (wl-summary-mode): Undo last change.
4589
4590         * wl-folder.el (wl-folder-mode): Ditto.
4591
4592 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4593
4594         * wl-summary.el (wl-summary-mode): Locally set
4595         truncate-partial-window-width to nil.
4596         (for XEmacs)
4597
4598         * wl-folder.el (wl-folder-mode): Ditto.
4599
4600 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4601
4602         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4603
4604 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4605
4606         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4607         number.
4608
4609         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4610
4611         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4612
4613         * Version number is increased to 2.7.6.
4614
4615 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4616
4617         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4618
4619 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4620
4621         * wl-summary.el (wl-summary-sync-update): Enclose network
4622         related portion with `unwind-protect'.
4623
4624 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4625
4626         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4627
4628 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4629
4630         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4631         element.
4632         * wl-vars.el (wl-message-body-button-alist): Ditto.
4633
4634         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4635         max match length.
4636         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4637
4638         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4639         for the max match length;
4640         Use 4th element value for the button string regexp group.
4641
4642         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4643         candidate exists, prompt to select.
4644
4645 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4646
4647         * wl-summary.el (wl-summary-jump-to-msg): Search before
4648         calibration point by `beginning-of-line'.
4649
4650 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4651
4652         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4653         for access group.
4654
4655 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4656
4657         * wl-message.el (wl-message-display-internal): Bind
4658         `default-mime-charset'.
4659
4660         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4661
4662         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4663
4664         * Version number is increased to 2.7.5.
4665
4666 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4667
4668         * wl-expire.el (wl-summary-archive): Fixed;
4669         Use `elmo-folder-name-internal'.
4670
4671 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4672
4673         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4674         from `elmo-folder-move-messages' caller.
4675         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4676
4677         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4678         related portions are changed).
4679
4680 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4681
4682         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4683         counter.
4684
4685 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4686
4687         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4688         buffer local and set it to nil.
4689
4690         * wl-message.el (wl-message-redisplay): Ditto.
4691
4692 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4693
4694         * wl-summary.el (wl-summary-mark-as-important): If message is
4695         already cached, set messag as read, otherwise encache and mark as read.
4696
4697 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4698
4699         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4700         point-min.
4701
4702 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4705         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4706         a keymap.
4707
4708 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4709
4710         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4711         parent.
4712
4713         * wl-mule.el (wl-message-define-keymap): Ditto.
4714
4715         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4716
4717         * wl-xmas.el (wl-message-display-internal-hook): Define.
4718         (wl-xmas-setup-message-toolbar): Define as function.
4719         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4720         (wl-message-overload-functions): Abolished.
4721         (wl-message-define-keymap): New function.
4722
4723         * wl-vars.el (wl-message-display-internal-hook): New variable.
4724         (wl-message-header-button-alist): New variable (Renamed from
4725         wl-highlight-message-header-button-alist).
4726         (wl-message-body-button-alist): Ditto.
4727
4728         * wl-mule.el (wl-message-define-keymap): New function.
4729         (wl-message-overload-functions): Abolished.
4730
4731         * wl-message.el (wl-message-add-buttons-to-body): New function.
4732         (wl-message-redisplay): Don't call wl-message-overload-functions;
4733         Call wl-message-add-buttons-to-header and
4734         wl-message-add-buttons-to-body.
4735         (wl-message-display-internal): Set keymap argument for
4736         elmo-mime-display-as-is, elmo-mime-message-display;
4737         Run wl-message-display-internal-hook.
4738         (wl-message-refer-article-or-url): Abolished.
4739
4740         * wl-highlight.el (wl-highlight-headers): Don't call
4741         wl-highlight-message-add-buttons-to-header.
4742         (wl-highlight-message-add-buttons-to-header): Abolished.
4743
4744
4745         * wl-e21.el (wl-message-display-internal-hook): Define.
4746         (wl-e21-setup-toolbar): Deleted duplicated binding.
4747         (wl-e21-setup-message-toolbar): Define as function.
4748         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4749         (wl-message-define-keymap): New function.
4750         (wl-message-overload-functions): Abolished.
4751
4752 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4753
4754         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4755         and elmo-folder-close.
4756
4757         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4758
4759 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4760
4761         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4762         boolean value.
4763         * wl-draft.el (wl-draft-do-fcc): Ditto.
4764
4765 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4766
4767         * wl-vars.el (wl-fcc-force-as-read): New variable.
4768         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4769         mark copied message as read.
4770
4771 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4772
4773         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4774
4775 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4776
4777         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4778         `wl-summary-target-above' instead of obsolete variable
4779         `wl-summary-temp-above'.
4780
4781         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4782         instead of `make-obsolete-variable'.
4783         * wl-refile.el (toplevel): Ditto.
4784
4785 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4786
4787         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4788         with third argument t.
4789         (wl-draft): Set first argument for wl-plugged-init as t.
4790
4791         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4792         definition.
4793
4794 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4795
4796         * wl-vars.el: Tabify.
4797         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4798
4799         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4800         message.
4801
4802 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4805         and set default to beep.
4806
4807 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-vars.el (wl-draft-truncate-lines): New variable.
4810
4811         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4812         instead of wl-message-truncate-lines for truncate-lines.
4813
4814 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4815
4816         * wl-message.el (wl-message-display-internal): Call
4817         `wl-highlight-message' after `elmo-mime-display-as-is'.
4818
4819         * wl-mime.el (wl-mime-display-text/plain): New function.
4820         (wl-mime-display-header): Ditto.
4821         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4822         body-presentation-method for text/plain;
4823         Register `wl-mime-display-header' as a header-presentation-method;
4824         Don't set up `elmo-message-text-content-inserted-hook' and
4825         `elmo-message-header-inserted-hook'.
4826
4827         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4828         variable.
4829         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4830         as t if flag is 'all-header;
4831         Don't bind `elmo-message-ignored-field-list',
4832         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4833
4834 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4837         for xemacs with non-mule environment.
4838
4839 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4840
4841         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4842         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4843         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4844
4845 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4846
4847         * wl-vars.el (wl-interactive-send): Set default value as t.
4848
4849 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4850
4851         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4852         (wl-addrmgr-method-list): Abolished.
4853         (wl-addrmgr-change-method): Follow above change.
4854
4855         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4856
4857 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4858
4859         * wl-vars.el (wl-message-truncate-lines): Change default value
4860         to default-truncate-lines.
4861
4862         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4863
4864 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * wl-vars.el (wl-message-truncate-lines): New variable.
4867
4868         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4869         wl-message-truncate-lines.
4870
4871 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4872
4873         * wl-acap.el (wl-acap-init): Remove period from error message.
4874         (wl-acap-find-acap-service): Remove period from message.
4875
4876 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4877
4878         * wl.el (wl-check-environment): Undo last change.
4879
4880         * wl-vars.el (wl-from): Changed default value.
4881
4882         * wl-util.el (toplevel): Don't require tm-edit.
4883
4884         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4885         `wl-folder-init';
4886         Don't set mark on mail body.
4887         (wl-draft-reedit): Ditto.
4888
4889         * wl-address.el (wl-address-quote-specials): Define as an alias for
4890         elmo-address-quote-specials.
4891
4892 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4893
4894         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4895
4896         * wl-vars.el (wl-from): Set default value as nil.
4897         (wl-organization): Set default value as ORGANIZATION environment
4898         variable.
4899
4900         * wl-draft.el (wl-smtp-extension-bind): Check value of
4901         wl-smtp-connection-type.
4902
4903         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4904         error.
4905
4906 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4907
4908         * Version number is increased to 2.7.4.
4909
4910         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4911         arguments from `wl-highlight-x-face-function' caller.
4912         Use x-face-1.3.6.12 or later.
4913
4914 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4915
4916         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4917
4918 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4919
4920         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4921         (wl-fcc): Fix to accept function.
4922         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4923
4924 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4925
4926         * wl-acap.el (toplevel): Added `product-provide' declare.
4927         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4928
4929 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4930
4931         * wl.el (wl): Changed order of calling `elmo-init'
4932         and `elmo-folder-init'.
4933
4934 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4935
4936         * wl-mime.el (wl-summary-burst): Extract message when content-type
4937         of root entity is not only `multipart' but also `message/rfc822'.
4938         (wl-summary-burst-subr): Ditto.
4939
4940 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4941
4942         * wl-vars.el (toplevel): Require 'custom.
4943         (wl-trash-folder): Added to `wl-setting' group.
4944
4945         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4946         exists.
4947         (wl-addrmgr-draw): Insert empty line when no entry exists.
4948
4949         * wl-mule.el (wl-message-wheel-up): Fixed.
4950         (wl-message-wheel-down): Ditto.
4951
4952 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4953
4954         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4955         config is an anonymous lambda expression.
4956
4957 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4960         when Mule 2 is running.
4961
4962 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4963
4964         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4965
4966 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4967
4968         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4969         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4970
4971         * wl-address.el (wl-address-specials-regexp): Eliminated.
4972         (wl-address-quote-specials): Rewrite.
4973
4974 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4977         shy-groups for regexp.
4978
4979         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4980         character classes and Perl style shy-groups for regexp.
4981         (wl-highlight-plugged-current-line): Use Posix style character
4982         classes for regexp.
4983         (wl-e21-highlight-folder-by-numbers): Ditto.
4984         (wl-e21-display-image-p): Use `display-images-p' instead of
4985         `display-graphic-p'.
4986         (display-images-p): Make an alias to `display-graphic-p' if it is
4987         not available.  It is for Emacs version prior to 21.0.105.
4988
4989         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4990         `display-graphic-p'.
4991         (wl-demo-image-type-alist): Ditto.
4992         (display-images-p): Make an alias to `display-graphic-p' if it is
4993         not available.  It is for Emacs version prior to 21.0.105.
4994
4995 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4996
4997         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4998         support.
4999         (wl-generate-user-agent-string): Ditto.
5000
5001         * wl-version.el (wl-version): Update docsting.
5002         (wl-version-status): Ditto.
5003
5004 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5005
5006         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5007         21.0.105.  For Emacs 21.0.104 or earlier.
5008
5009 2001-09-03  Takuo KITAME <kitame@northeye.org>
5010
5011         * wl-e21.el (wl-plugged-init-icons): Use
5012         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5013         (wl-biff-init-icons): Ditto.
5014
5015 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5016
5017         * wl-highlight.el (wl-highlight-summary-current-line):
5018         Fixed highlighting refile/copy destination.
5019
5020         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5021         (wl-acap-store): Encode string by wl-acap-coding-system.
5022
5023 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5024
5025         * wl-acap.el (toplevel): Check and require 'un-define before
5026         'xemacs-ucs;
5027          Added checking for UTF-2000.
5028
5029 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5030
5031         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5032         Don't enclose with `eval-and-compile'.
5033
5034         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5035         wl-init is non-nil.
5036
5037         * wl-draft.el (wl-draft): Ditto.
5038
5039         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5040
5041         * wl-acap.el (toplevel): Require 'wl.
5042         (wl-acap-store): Call `elmo-init'.
5043
5044         * wl.el (wl): Changed position of `wl-check-environment'.
5045         (toplevel): Added autoload setting for wl-acap.
5046
5047         * wl-vars.el (wl-setting): New custom group.
5048         (wl-from): Added wl-setting group.
5049         (wl-user-mail-address-list): Ditto.
5050         (wl-organization): Ditto.
5051         (wl-subscribed-mailing-list): Ditto.
5052         (wl-envelope-from): Ditto.
5053         (wl-smtp-posting-user): Ditto.
5054         (wl-smtp-posting-server): Ditto.
5055         (wl-smtp-posting-port): Ditto.
5056         (wl-smtp-authenticate-type): Ditto.
5057         (wl-pop-before-smtp-user): Ditto.
5058         (wl-pop-before-smtp-server): Ditto.
5059         (wl-pop-before-smtp-port): Ditto.
5060         (wl-pop-before-smtp-authenticate-type): Ditto.
5061         (wl-nntp-posting-server): Ditto.
5062         (wl-nntp-posting-user): Ditto.
5063         (wl-nntp-posting-port): Ditto.
5064         (wl-fetch-confirm-threshold): Ditto.
5065         (wl-prefetch-threshold): Ditto.
5066         (wl-thread-insert-opened): Ditto.
5067         (wl-ldap-server): Ditto.
5068         (wl-ldap-port): Ditto.
5069         (wl-ldap-base): Ditto.
5070         (wl-ldap-objectclass): Ditto.
5071         (wl-use-ldap): Ditto.
5072         (wl-draft-config-alist): Ditto.
5073         (wl-draft-config-matchone): Ditto.
5074         (wl-template-alist): Ditto.
5075         (wl-message-sort-field-list): Ditto.
5076         (wl-message-ignored-field-list): Ditto.
5077         (wl-message-visible-field-list): Ditto.
5078         (wl-interactive-send): Ditto.
5079         (wl-summary-move-order): Ditto.
5080         (wl-auto-select-first): Ditto.
5081         (wl-auto-select-next): Ditto.
5082         (wl-interactive-save-folders): Ditto.
5083
5084         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5085         Initialization codes are moved from wl-local-folder-init.
5086         (wl-local-folder-init): Follow the change above.
5087         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5088
5089         * wl-acap.el: New file.
5090
5091         * Version number is increased to 2.7.3.
5092
5093 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5094
5095         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5096
5097 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5098
5099         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5100         (wl-addrmgr-address-entry-list): Ditto.
5101
5102 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5103
5104         * wl-e21.el (wl-draft-mode-map): Removed binding for
5105         `wl-draft-insert-x-face-field'.
5106
5107         * wl-mule.el (wl-draft-mode-map): Ditto.
5108
5109         * wl-xmas.el (wl-draft-mode-map): Ditto.
5110
5111         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5112         (wl-cs-autoconv): Ditto.
5113         (wl-cs-local): Ditto.
5114         (wl-use-scoring): Ditto.
5115         (wl-mime-charset): Ditto.
5116         (wl-folder-check-async): Ditto.
5117
5118         * wl.el (toplevel): Ignore nemacs and tm.
5119         (wl-exit): Ditto.
5120
5121         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5122         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5123         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5124         instead of wl-address-petname-add-or-change.
5125         (wl-summary-edit-addresses-subr): Use wl-address-delete
5126         instead of wl-address-petname-delete.
5127
5128         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5129
5130         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5131         if error occured.
5132
5133         * wl-message.el (require): Remove tm support.
5134
5135         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5136
5137         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5138         (wl-folder-jump-to-current-entity): Ditto.
5139         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5140
5141         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5142         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5143         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5144
5145         * wl-mule.el (wl-draft-key-setup): Ditto.
5146
5147         * wl-xmas.el (wl-draft-key-setup): Ditto.
5148
5149         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5150         (wl-draft-std11-parse-addresses): New function.
5151         (wl-draft-parse-mailbox-list): Use it.
5152         (wl-draft): Ignore nemacs.
5153         (wl-draft-reedit): Ditto.
5154
5155         * wl-addrmgr.el: New file.
5156         (Original is wl-rcpt.el written by
5157         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5158         Thanks Kitamoto-san.)
5159
5160         * wl-address.el (wl-address-make-address-list): Modified parsing
5161         process.
5162         (wl-address-delete): Renamed from `wl-address-petname-delete';
5163         Modify wl-address-list too.
5164         (wl-address-add-or-change): Renamed from
5165         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5166
5167 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5168
5169         * wl-highlight.el (wl-highlight-summary-current-line):
5170           Work with transient-mark-mode
5171
5172 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5173
5174         * Version number is increased to 2.7.2.
5175
5176         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5177         instead of elmo-dop-queue-method.
5178
5179 2001-08-06  SAITO Atsunori <sai@yedo.com>
5180
5181         * wl-vars.el (wl-ldap-objectclass): New user option.
5182
5183         * wl-address.el (wl-ldap-make-filter): Use it.
5184
5185 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5186
5187         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5188
5189 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5190
5191         * wl-folder.el (wl-folder): redisplay after folder insertion.
5192
5193         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5194
5195         * wl-summary.el (wl-summary-sync-update):
5196         Change status mark only when new-msgdb exists.
5197         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5198
5199 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5200
5201         * wl-summary.el (wl-summary-open-folder): New function.
5202         (wl-summary-goto-folder-subr): Use it.
5203         (wl-summary-mark-as-important): Fix;
5204         Encache only when no cache exists.
5205
5206 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5207
5208         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5209         Use with-current-buffer.
5210
5211 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5212
5213         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5214         before call `get-buffer'. Fixed parenthesis.
5215         (wl-score-get-header-entry): Clear message and help window when
5216         keyboard quit.
5217         (wl-score-edit-insert-header): Ditto.
5218
5219 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5220
5221         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5222         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5223         (wl-default-draft-cite): Fix.
5224
5225         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5226         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5227
5228 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-message.el (wl-message-prev-page): Do same bahavior
5231         as summary when it is called in the message buffer.
5232         (wl-message-next-page): Ditto.
5233
5234 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5235
5236         * wl-summary.el (wl-summary-forward): Use cache if it is not
5237         section cache.
5238
5239 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5240
5241         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5242         Removed redundant require of elmo-vars.
5243         (wl-biff-state-indicator-on): Changed default value for
5244         xemacs with non-mule environment.
5245
5246         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5247         wl-message-buffer is nil;
5248         Hide progress bar after moving messages.
5249
5250 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5253         message at cursor point is deleted.
5254
5255 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5256
5257         * wl-vars.el: Changed file coding system to euc-japan.
5258         Added -*-coding:-*- magic to the first line.
5259
5260         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5261         Search parent from the first message.
5262
5263         * Version number is increased to 2.7.1.
5264
5265 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5266
5267         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5268
5269 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5270
5271         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5272         refile/delete execution.
5273
5274         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5275         Fixed docstring.
5276
5277 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5278
5279         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5280         do update process;
5281         Don't update marks when update process is interrupted.
5282
5283 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5284
5285         * wl-summary.el (wl-summary-reply): Fixed problem when
5286         wl-draft-use-frame is non-nil.
5287         (wl-summary-forward): Ditto.
5288
5289         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5290         as nil.
5291         (wl-folder-mark-as-read-all-entity): Ditto.
5292         (wl-folder-prefetch-entity): Ditto.
5293
5294         * wl.el (wl): Check environment before wl-init.
5295
5296         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5297         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5298         instead of wl-summary-collect-unread.
5299         (wl-summary-reply): Split message window.
5300
5301 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5302
5303         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5304         only if current language environment is japanese,
5305
5306         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5307         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5308         (wl-folder-goto-folder-subr): Ditto.
5309
5310         * wl-draft.el (wl-draft-dispatch-message): Call
5311         `elmo-file-cache-get-path'.
5312
5313 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5314
5315         * wl-summary.el (wl-summary-cursor-move): If return value of
5316         wl-summary-next-message is not number, don't jump.
5317
5318 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5319
5320         * wl-summary.el (wl-summary-buffer-next-message-function): New
5321         variable.
5322         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5323         if it is bound.
5324
5325         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5326         string.
5327
5328         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5329         (wl-plugged-drawing): Ditto.
5330
5331 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5332
5333         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5334         process.
5335         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5336         with unwind-protect.
5337
5338         * wl.el (wl-init): Require mime-setup.
5339         (wl-check-environment): Don't require mime-setup.
5340
5341         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5342         instead of elmo-folder-type.
5343
5344         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5345         value as nil.
5346
5347 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * Version number is increased to 2.7.0.
5350
5351         * wl-version.el (wl-version): Changed codename.
5352
5353         * wl-summary.el (wl-summary-delete-cache): Fixed.
5354
5355         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5356         Workaround for net folders.
5357         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5358
5359         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5360         value to nil (According to the patch from
5361         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5362
5363         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5364         of elmo-folder-close.
5365
5366 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5367
5368         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5369         for postfix.
5370
5371 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5372
5373         * wl-summary.el (wl-summary-resend-message): Fixed.
5374
5375         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5376         Call wl-draft with `from' argument if its address is included in
5377         `wl-user-mail-address-list'.
5378         (wl-draft): Added `from' argument.
5379
5380         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5381         non-nil.
5382         (wl): Don't show demo if wl-demo is nil.
5383
5384         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5385         wl-summary-use-frame.
5386
5387         * wl-vars.el (wl-summary-use-frame): New user option.
5388         (wl-folder-use-frame): Changed docstring.
5389
5390         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5391         non-nil.
5392         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5393         wl-summary-use-frame.
5394
5395         * wl-vars.el (wl-folder-use-frame): New user option.
5396
5397         * wl-summary.el (wl-summary-exit): Back to folder frame if
5398         wl-folder-use-frame is non-nil.
5399         (wl-summary-redisplay-internal): Ignore cache if current folder
5400         is draft folder,
5401         (wl-summary-redisplay-no-mime): Ditto.
5402         (wl-summary-redisplay-all-header): Ditto.
5403
5404         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5405         if wl-folder-use-frame is non-nil.
5406
5407 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5408
5409         * wl-summary.el (wl-summary-sync-update): Bind
5410         elmo-folder-update-threshold.
5411         (wl-summary-mark-as-important): Enclosed server mark processing
5412         with `save-match-data'.
5413
5414         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5415         only when it is already defined.
5416
5417 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5418
5419         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5420         name of folder exclude localdir is wrong.
5421         * wl-folder.el (wl-folder-sync-entity):
5422         Set `wl-summary-always-sticky-folder-list' as nil.
5423         (wl-folder-mark-as-read-all-entity): Ditto.
5424         (wl-folder-prefetch-entity): Ditto.
5425
5426 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5427
5428         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5429         instead of `wl-summary-write-current-newsgroup'.
5430
5431 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5432
5433         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5434         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5435         non-nil and selected message is important, do not display.
5436
5437 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5438
5439         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5440
5441 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5442
5443         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5444
5445         * wl-summary.el (wl-summary-mark-as-important): Set message number
5446         using wl-summary-message-number.
5447
5448 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5449
5450         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5451         destination folder is 'null.
5452
5453 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5454
5455         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5456         New function.
5457         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5458         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5459         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5460
5461 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5462
5463         * wl-mime.el (wl-mime-setup): Added setting for
5464         `mime-setup-signature-key-alist' to avoid overriding key bind for
5465         `wl-draft-send'.
5466
5467         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5468         for `wl-draft-send'.
5469         * wl-mule.el (wl-draft-overload-functions): Ditto.
5470         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5471         * wl-draft.el (wl-draft-send): Ditto.
5472
5473         * wl-message.el (wl-message-display-internal):
5474         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5475         (Patch is provided by <kita@coe.nttdata.co.jp>).
5476
5477 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5478
5479         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5480
5481 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5482
5483         * wl.el (wl): Fix for wl-demo.
5484
5485 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5486
5487         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5488
5489 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5490
5491         * wl-folder.el (wl-folder-prefetch-entity): Use
5492         `wl-folder-get-elmo-folder'.
5493         (wl-folder-count-incorporates): Do not use
5494         `wl-folder-get-elmo-folder'.
5495
5496 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5497
5498         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5499         instead of `elmo-folder-get-type'.
5500
5501 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5502
5503         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5504         position on Subject: field.
5505         (Advised by Mito <mit@nines.nec.co.jp>)
5506
5507 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5508
5509         * wl-folder.el (wl-folder-prefetch-entity): Use
5510         `wl-folder-get-elmo-folder'.
5511
5512 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5513
5514         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5515
5516         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5517         `process-duplicates' slot.
5518
5519         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5520         if detection failed.
5521
5522 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5523
5524         * wl-version.el (wl-version-status): Set to "alpha".
5525
5526 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5527
5528         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5529         Check wl-message-buffer lives before set-buffer.
5530
5531 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5532
5533         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5534         called in folder mode.
5535         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5536         * wl-summary.el (wl-summary-exit-pre-hook): Run
5537         `wl-summary-exit-pre-hook' before exit summary mode.
5538
5539 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5540
5541         * wl-version.el (wl-version-status): New variable.
5542         (wl-version-status-alist): Removed.
5543         (wl-version-status): Rule included.
5544
5545 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5548         @sponichi.
5549
5550         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5551         when `mail-reply-buffer' is buffer-local variable.
5552         (Reported by <kita@coe.nttdata.co.jp>).
5553
5554 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5555
5556         * wl-vars.el (toplevel): Require 'elmo-util.
5557
5558 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5559
5560         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5561         (All other related portions are changed)
5562
5563         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5564
5565         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5566
5567 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5568
5569         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5570
5571 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5572
5573         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5574         Delete other windows to avoid an error.
5575         Use `point-marker' instead of `point' to remember the start point
5576         of body.
5577
5578         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5579
5580         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5581         number not to exceed all message number.
5582
5583 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5584
5585         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5586         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5587
5588 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5589
5590         * wl-summary.el (wl-summary-sync-force-update): Added argument
5591         no-check.
5592         (wl-summary-sync-update): Ditto.
5593         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5594         with `no-check'.
5595
5596         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5597         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5598         already running.
5599
5600 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5601
5602         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5603         `dst-folder-arg'.
5604         (wl-expire-archive-number1): Diito.
5605         (wl-expire-archive-number2): Diito.
5606         (wl-expire-archive-Date): Diito.
5607         (wl-archive-number1): Diito.
5608         (wl-archive-number2): Diito.
5609         (wl-archive-date): Diito.
5610         (wl-archive-folder-p): New function.
5611         (wl-summary-expire): Support of expand folder name at
5612         wl-expire-alist.
5613         * wl-util.el (wl-expand-newtext): Renamed from
5614         `wl-refile-expand-newtext'.
5615
5616 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5617
5618         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5619         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5620         `(elmo-msgdb-get-overview msgdb)'.
5621         (wl-summary-prefetch): Bind match data before call
5622         `wl-summay-prefetch-msg'.
5623         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5624         'off if `wl-summary-buffer-disp-msg' is non-nil.
5625         Fixed problem that couldn't show only one new or unread message when
5626         enter folder.
5627         (wl-summary-reply): Don't call `split-window-vertically' and other
5628         window.
5629
5630 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5631
5632         * wl-expire.el (wl-expire-refile): Fixed.
5633
5634 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5635
5636         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5637
5638         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5639         biff notification is removed.
5640
5641         * wl.el (wl): Changed position of `elmo-init'.
5642
5643         * wl-draft.el (wl-default-draft-cite): Use date field
5644         on the citation buffer.
5645
5646         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5647
5648         * wl-xmas.el (wl-folder-internal-icon-list): Added
5649         `wl-folder-shimbun-image'.
5650
5651         * wl-e21.el (wl-folder-internal-icon-list): Added
5652         `wl-folder-shimbun-image'.
5653
5654 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5655
5656         * wl.el (wl-init): Eliminated argument.
5657         (wl): Rewrite.
5658
5659         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5660         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5661         instead of `elmo-folder-msgdb-internal'.
5662         (wl-summary-sync-update): Ditto.
5663         (wl-summary-flush-pending-append-operations): Eliminated.
5664         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5665         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5666         `elmo-folder-open'.
5667
5668         * wl-mime.el (wl-summary-burst): Fixed.
5669
5670         * wl-folder.el (wl-folder-info-save): Check data type.
5671
5672         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5673         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5674         instead of `elmo-folder-msgdb-internal'.
5675         (wl-expire-hide): Ditto.
5676
5677
5678         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5679
5680 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5681
5682         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5683
5684 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5685
5686         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5687
5688 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5689
5690         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5691         Fixed `match-beginning' argument mismatch.
5692
5693 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5694
5695         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5696         the default value.
5697
5698 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5699
5700         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5701         instead of `elmo-nntp-default-port'.
5702
5703         * wl-vars.el: Fixed some doc strings.
5704
5705 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5706
5707         * wl-summary.el (wl-summary-prefetch-msg): Use
5708         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5709
5710         * wl-vars.el: Define *-func as obsolete variable using
5711         `elmo-define-obsolete-variable'.
5712
5713         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5714         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5715         instead of `wl-message-buffer-prefetch-threshold'.
5716
5717         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5718
5719         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5720
5721         * wl-draft.el (wl-caesar-region-func): Ditto.
5722
5723         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5724         Keep unread status in elmo-folder-move-messages.
5725         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5726
5727 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5728
5729         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5730         `wl-summary-buffer-exit-func'
5731         (wl-summary-buffer-message-redisplay-function): Renamed from
5732         `wl-summary-buffer-message-redisplay-func'
5733         (wl-summary-buffer-next-folder-function): Renamed from
5734         `wl-summary-buffer-next-folder-func'.
5735         (wl-summary-buffer-prev-folder-function): Renamed from
5736         `wl-summary-buffer-prev-folder-func'.
5737         (wl-summary-get-petname-function): Renamed from
5738         `wl-summary-get-petname-func'.
5739
5740         * wl-score.el (wl-score-edit-exit-function): Renamed from
5741         `wl-score-edit-exit-func'.
5742
5743         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5744         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5745
5746         * wl-util.el (wl-load-profile-function): Renamed from
5747         `wl-load-profile-func'.
5748
5749         * wl-folder.el (wl-folder-completion-function): Renamed from
5750         `wl-folder-completion-func'.
5751         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5752
5753         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5754         `wl-expire-archive-get-folder-func'.
5755         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5756         (wl-draft-send-mail-function): Renamed from
5757         `wl-draft-send-mail-func'.
5758         (wl-draft-send-news-function): Renamed from
5759         `wl-draft-send-news-func'.
5760         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5761         (wl-generate-mailer-string-function): Renamed from
5762         `wl-generate-mailer-string-func'.
5763         (wl-highlight-signature-search-function): Renamed from
5764         `wl-highlight-signature-search-func'.
5765         (wl-highlight-x-face-function): Renamed from
5766         `wl-highlight-x-face-func'
5767         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5768         (wl-ps-print-buffer-function): Renamed from
5769         `wl-ps-print-buffer-func'
5770         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5771         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5772         (wl-summary-subject-filter-function): Renamed from
5773         `wl-summary-subject-filter-func'.
5774
5775         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5776         `wl-draft-queue-flush-send-func'
5777         (wl-draft-cite-function): Renamed from
5778         `wl-draft-cite-func'
5779
5780         * wl-address.el (wl-address-init-function): Renamed from
5781         `wl-address-init-func'.
5782
5783 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5784
5785         * wl-draft.el (wl-draft-queue-flush): Don't call
5786         `elmo-dop-unlock-message'.
5787         * wl-draft.el (wl-draft-queue-append): Don't call
5788         `elmo-dop-lock-message'.
5789
5790         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5791         (wl-summary-buffer-folder-name): Ditto.
5792         (wl-summary-message-regexp): Added '-' (all other related portions
5793         are changed).
5794         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5795         wl-summary-buffer-folder-name.
5796
5797 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5798
5799         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5800         the number of mails in the folder buffer is not updated by wl-biff.
5801
5802 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5803
5804         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5805         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5806
5807 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5808
5809         * wl-summary.el (wl-summary-next-message):
5810         Return next message number when wl-summary-move-order is nil.
5811
5812 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5813
5814         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5815         `wl-summary-move-spec-alist'.
5816         (wl-summary-move-spec-unplugged-alist): New variable
5817         (Move spec for unplugged status).
5818         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5819         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5820
5821 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5822
5823         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5824         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5825
5826 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5827
5828         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5829         simple quotation to quote the anonymous function.
5830         * tm-wl.el (wl-draft-preview-message): Ditto.
5831
5832 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5833
5834         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5835         Eliminate redundant `save-excursion'.
5836         (wl-highlight-summary-current-line): Ditto.
5837
5838         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5839         accessing match data when `looking-at' failed.
5840
5841         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5842         `elmo-match-string' where users don't care about the speed.
5843         (wl-draft-save): Ditto.
5844
5845 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5846
5847         * wl-util.el (wl-regexp-opt): New function.
5848
5849         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5850         number from `wl-summary-buffer-number-list'.
5851         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5852         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5853         (wl-summary-move-spec-alist): Changed default setting.
5854
5855 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5856
5857         * wl-vars.el (wl-biff-notify-hook): New hook.
5858         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5859         the arrival of new mail.
5860         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5861         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5862
5863 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5864
5865         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5866
5867 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5868
5869         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5870
5871         * Version number is increased to 2.5.8.
5872
5873         * wl-thread.el (toplevel): require 'cl.
5874         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5875         (wl-thread-make-number-list): New function.
5876         (wl-thread-entity-make-number-list-from-children): Ditto.
5877         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5878         (wl-thread-entity-insert-as-children): Likewise.
5879         (wl-thread-delete-message): Likewise.
5880         (wl-meaning-of-mark): Eliminated.
5881         (wl-thread-next-failure-mark-p): Ditto.
5882         (wl-thread-entity-get-mark): Ditto.
5883         (wl-thread-meaning-alist-get-result): Ditto.
5884         (wl-thread-entity-check-prev-mark): Ditto.
5885         (wl-thread-entity-check-next-mark): Ditto.
5886         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5887         (wl-thread-entity-get-prev-marked-entity): Ditto.
5888         (wl-thread-get-prev-unread): Ditto.
5889         (wl-thread-jump-to-prev-unread): Ditto.
5890         (wl-thread-get-next-unread): Ditto.
5891         (wl-thread-jump-to-next-unread): Ditto.
5892         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5893         (wl-thread-entity-get-next-marked-entity): Ditto.
5894
5895         * wl-summary.el (wl-summary-buffer-number-list):
5896         New bufer-local variable.
5897         (wl-summary-switch-to-clone-buffer): Clone
5898         `wl-summary-buffer-number-list'.
5899         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5900         (wl-summary-cursor-move-regex): Eliminated.
5901         (wl-summary-cursor-up): Rewrite.
5902         (wl-summary-cursor-down): Ditto.
5903         (wl-summary-mode-spec-alist): New variable.
5904         (wl-summary-next-message): New inline function.
5905         (wl-summary-cursor-move): New function.
5906         (wl-summary-default-get-next-msg): Rewrite.
5907         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5908         (wl-summary-rescan): Ditto.
5909         (wl-summary-sync-all-init): Ditto.
5910         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5911         summary is not thread view.
5912         (wl-summary-sync-update): Ditto.
5913         (wl-summary-rescan): Ditto.
5914         (wl-summary-make-number-list): New function.
5915
5916         * wl-draft.el: "FCC" -> "Fcc".
5917
5918 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5919
5920         * wl-highlight.el (wl-highlight-summary-window):
5921         Call `set-buffer-modified-p'.
5922
5923         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5924         (wl): Call `elmo-init' and fix.
5925
5926         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5927         Use new variables.
5928
5929         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5930
5931 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5932
5933         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5934
5935 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5936
5937         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5938
5939 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5940
5941         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5942         `wl-use-toolbar' nor `display-graphic-p'.
5943         (wl-e21-setup-message-toolbar): Ditto.
5944         (wl-e21-setup-summary-toolbar): Ditto.
5945         (wl-e21-setup-folder-toolbar): Ditto.
5946
5947         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5948         (wl-plugged-init-icons): Ditto.
5949
5950         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5951         `display-graphic-p'.
5952         (wl-plugged-set-folder-icon): Ditto.
5953         (wl-highlight-plugged-current-line): Ditto.
5954         (wl-highlight-folder-current-line): Ditto.
5955         (wl-e21-highlight-folder-group-line): Ditto.
5956         (wl-e21-setup-toolbar): Ditto.
5957         (wl-e21-display-image-p): New macro.
5958
5959         * wl-demo.el (wl-demo): Simplified.
5960         (wl-demo-image-type-alist): Use `image-type-available-p' for
5961         checking whether the image type `xbm' is available.
5962
5963 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5964
5965         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5966         (wl-summary-input-range): Ditto.
5967
5968 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5969
5970         * wl-summary.el (wl-summary-edit-addresses): Use
5971         `wl-summary-get-original-buffer'
5972         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5973         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5974         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5975         (wl-summary-get-newsgroups): Eliminated.
5976         (wl-summary-set-crosspost): Ditto.
5977         (wl-summary-is-crosspost-folder): Ditto.
5978         (wl-crosspost-alist-load): Ditto.
5979         (wl-crosspost-alist-save): Ditto.
5980
5981         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5982         `elmo-setup-subscribed-newsgroups' instead of
5983         `elmo-nntp-make-groups-hashtb'.
5984         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5985         instead of `wl-crosspost-alist-save'.
5986
5987         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5988         of `elmo-folder-message-appendable-p'.
5989         (wl-mime-header-presentation-method): Eliminated.
5990
5991         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5992         (Error occurs in emacs21).
5993
5994         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5995         the current buffer).
5996
5997         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5998         instead of `wl-crosspost-alist-save'.
5999         (wl-init): `elmo-crosspost-message-alist-load'
6000         instead of `wl-crosspost-alist-load'
6001
6002         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6003         (wl-parse-newsgroups): Likewise.
6004         (wl-biff-notify): Run `wl-biff-notify-hook'.
6005
6006 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6009
6010         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6011         when `wl-summary-lazy-highlight' is non-nil.
6012         (wl-summary-goto-folder-subr): Highlight only when
6013         `wl-summary-lazy-highlight' is non-nil.
6014
6015         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6016         Don't display progress and highlight temp-mark when
6017         `wl-summary-lazy-highlight' is non-nil.
6018         (wl-highlight-summary-window): New function.
6019         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6020
6021 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6022
6023         * wl-summary.el (wl-summary-sync): Change `all-visible'
6024         from `all-shown'
6025         (wl-summary-input-range): Ditto.
6026
6027 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6028
6029         * wl-e21.el (wl-highlight-folder-current-line): Call
6030         `wl-folder-init-icons' when folder icons have not been initialized.
6031
6032         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6033
6034         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6035         (wl-demo-image-type-alist): New macro.
6036
6037 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6038
6039         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6040         display does not support graphics.
6041         (wl-plugged-init-icons): Ditto.
6042         (wl-folder-init-icons): Ditto.
6043
6044         * wl-demo.el (wl-demo): Chech closely whether the display
6045         supports graphics.
6046
6047 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6048
6049         * wl-summary.el (wl-summary-get-original-buffer): New function.
6050         (wl-summary-set-crosspost): Use it.
6051         (wl-summary-target-mark-uudecode): Ditto.
6052         (wl-summary-reedit): Ditto.
6053         (wl-summary-resend-bounced-mail): Ditto.
6054         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6055         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6056
6057         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6058         (wl-message-display-internal): Ditto.
6059
6060 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6061
6062         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6063
6064 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6065
6066         * wl-summary.el (wl-summary-save-view): Renamed from
6067         `wl-summary-save-status'.
6068
6069 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6070
6071         * wl-summary.el (wl-summary-sync): Added `all-shown'
6072
6073 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6074
6075         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6076
6077 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6078
6079         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6080
6081 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6082
6083         * wl-highlight.el (wl-highlight-summary-line-string): Use
6084         `zerop' instead of `= 0'.
6085         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6086
6087         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6088         for comparing numbers.
6089         (wl-template-prev): Use `zerop' instead of `eq 0'.
6090
6091         * wl-draft.el (wl-draft-insert-current-message): Use
6092         `with-current-buffer' instead of `save-excursion'.
6093         Use `zerop' instead of `eq 0'.
6094
6095 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6096
6097         * wl-draft.el (wl-draft-insert-ccs): New function.
6098         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6099         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6100
6101 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6104
6105 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6106
6107         * wl-expire.el (wl-expire-refile): Don't call
6108         elmo-msgdb-add-msgs-to-seen-list;
6109         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6110         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6111
6112 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6113
6114         * wl-message.el (wl-message-prev-page): Ignore errors while
6115         scroll-down.
6116
6117 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6118
6119         * wl-mime.el: Use elmo-original-message-mode instead of
6120         mmelmo-original-mode.
6121
6122         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6123         `elmo-folder-get-spec';
6124         (wl-fldmgr-add-completion-all-completions):
6125         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6126
6127         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6128         of `elmo-folder-get-type'.
6129
6130         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6131         `elmo-folder-get-spec';
6132         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6133         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6134         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6135         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6136         `elmo-read-msg-no-cache';
6137         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6138         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6139         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6140         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6141         `elmo-cache-save';
6142         (wl-draft-reedit): Use `elmo-message-file-name'.
6143
6144         * wl-expire.el: Use `elmo-folder-name-internal';
6145         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6146         Use macro `wl-summary-buffer-msgdb' instead of variable
6147         `wl-summary-buffer-msgdb';
6148         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6149         Use macro `wl-summary-buffer-folder-name' instead of variable
6150         `wl-summary-buffer-folder-name'.
6151         * wl-score.el: Likewise.
6152
6153         * wl-message.el: Rewrite for new message buffer cache mechanism.
6154         (wl-message-buffer-cache-buffer-get): New macro.
6155         (wl-message-buffer-cache-folder-get): Ditto.
6156         (wl-message-buffer-cache-message-get): Ditto.
6157         (wl-message-buffer-cache-entry-make): Ditto.
6158         (wl-message-buffer-cache-hit): Ditto.
6159         (wl-message-buffer-cache-sort): New function.
6160         (wl-message-buffer-cache-add): Ditto.
6161         (wl-message-buffer-cache-delete): Ditto.
6162         (wl-message-buffer-cache-clean-up): Ditto.
6163         (wl-message-buffer-window): Rewrite.
6164         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6165         (wl-message-buffer-display): New function.
6166         (wl-message-display-internal): New function.
6167
6168 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6169
6170         * wl-folder.el: Use `elmo-folder-name-internal';
6171         Use `wl-folder-get-elmo-folder';
6172         Use `elmo-folder-list-messages' instead of
6173         `elmo-list-folder';
6174         Use `elmo-folder-get-primitive-list' instead of
6175         `elmo-folder-get-primitive-spec-list';
6176         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6177         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6178         Use `elmo-folder-create' instead of `elmo-create-folder'.
6179         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6180         (wl-folder-get-elmo-folder): New macro.
6181         (wl-folder-elmo-folder-cache-get): Ditto.
6182         (wl-folder-elmo-folder-cache-put): Ditto.
6183         (wl-folder-suspend): Call `elmo-quit'.
6184
6185         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6186         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6187         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6188         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6189         (toplevel): require 'cl.
6190         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6191
6192         * wl-summary.el: Rewrite to use new elmo interface.
6193
6194 \f
6195 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6196
6197         * wl-mime.el (wl-draft-preview-message):
6198         Run `wl-draft-send-hook' before collecting recipients information;
6199         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6200
6201         * tm-wl.el (wl-draft-preview-message): Ditto.
6202
6203 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6204
6205         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6206         wrong receipients are displayed when forwarded message.
6207
6208 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6209
6210         * Version number is increased to 2.5.7.
6211
6212 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6213
6214         * wl-message.el (wl-message-next-page): Bind
6215         `window-pixel-scroll-increment' to nil while scrolling up.
6216
6217 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6218
6219         * wl-vars.el (wl-save-hook): New hook.
6220         * wl.el (wl-save): Call `wl-save-hook'.
6221
6222 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6223
6224         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6225         Argument WITH-ARG instead of NO-ARG (negative mean).
6226         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6227         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6228         * wl-message.el (wl-message-follow-current-entity): Likewise.
6229
6230 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6231
6232         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6233         FROM was optional argument.
6234         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6235
6236 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6237
6238         * Version number is increased to 2.5.6.
6239
6240 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6241
6242         * wl-version.el (wl-version-show): Removed.
6243         (wl-version): Add `interactive'.
6244
6245 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6246
6247         * wl-summary.el (wl-summary-get-petname-func): New variable.
6248         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6249         instead of `wl-address-get-petname-1'.
6250         (wl-summary-simple-from): Ditto.
6251
6252         * wl-address.el (wl-address-get-petname-1): Define as function.
6253
6254 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6255
6256         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6257         field in the original message.
6258         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6259
6260 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6261
6262         * wl-expire.el (wl-expire-hide):
6263         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6264
6265 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6266
6267         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6268         find decoder for To, Cc, and Subject.
6269
6270 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6271
6272         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6273         for checking `elmo-use-buffer-cache'.
6274         (wl-summary-mark-as-important): Fixed typo in comment.
6275
6276 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6277
6278         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6279         field in the original message.
6280         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6281
6282 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6283
6284         * wl-expire.el (wl-expire-hide):
6285         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6286
6287 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6288
6289         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6290         find decoder for To, Cc, and Subject.
6291
6292 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6293
6294         * Version number is increased to 2.5.5.
6295
6296         * wl-address.el (wl-address-specials-regexp): New constant.
6297         (wl-address-quote-specials): Use it.
6298
6299 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6300
6301         * wl-summary.el (wl-summary-rescan):
6302         Call `wl-summary-buffer-number-column-detect'.
6303         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6304
6305         * wl-message.el (wl-message-mode-map): Define.
6306         (wl-message-decode): Use it as local-map.
6307
6308 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6309
6310         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6311         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6312
6313 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6316
6317         * wl-mule.el (wl-read-event-char): Ditto.
6318
6319         * wl-e21.el (wl-read-event-char): Ditto.
6320
6321         * wl-nemacs.el (wl-read-event-char): Ditto.
6322         (read-event): Removed.
6323
6324         * wl-util.el (toplevel): Removed dummy definition of
6325         `read-event'.
6326         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6327
6328 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6329
6330         * wl-nemacs.el (elmo-archive-call-process): Moved to
6331         elmo-archive.el.
6332
6333 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6334
6335         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6336         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6337
6338         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6339         instead of magic-number 6.  Use `not' instead of `null' for symbol
6340         `nil' check (not empty list).
6341         (wl-draft-insert-x-face-field): Fixed paren style.
6342
6343         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6344         one-branch conditional statement, instead of `and' and `if'.
6345         (wl-draft-forward): Likewise.
6346         (wl-draft-add-references): Likewise.
6347         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6348
6349         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6350         conditional steatment.  Use `cond' instead of `if'.
6351         (wl-draft-confirm): Likewise.
6352
6353 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6354
6355         * wl-version.el (wl-version-show): Use `product-string-1'
6356         instead of `wl-version'.
6357         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6358
6359         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6360
6361 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6362
6363         * wl-highlight.el (wl-highlight-headers): Revert
6364         `wl-highlight-x-face-func' argument (`beg' and `end').
6365
6366 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6367
6368         * wl.el (toplevel): Move `product-provide' declare.
6369         * wl-demo.el (toplevel): Ditto.
6370         * wl-dnd.el (toplevel): Ditto.
6371         * wl-highlight.el (toplevel): Ditto.
6372         * wl-message.el (toplevel): Ditto.
6373         * wl-refile.el (toplevel): Ditto.
6374         * wl-util.el (toplevel): Ditto.
6375
6376 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6377
6378         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6379         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6380         (wl-thread-close-all): keep cursor position.
6381
6382 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6383
6384         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6385         (eq x 0).
6386         (wl-generate-user-agent-string-1): Fix conditional statement.
6387
6388 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6389
6390         * wl.el (wl-check-environment): Additional check for
6391         'wl-local-domain' and `wl-message-id-domain'.
6392
6393 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6394
6395         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6396
6397 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6398
6399         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6400         instead of `smtp-sasl-user-realm'.
6401
6402 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6403
6404         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6405
6406 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6407
6408         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6409         to the default value as well as `eword-lexical-analyzer'.
6410
6411 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6412
6413         * wl-version.el (wl-extended-emacs-version,
6414         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6415         `elmo-match-string' instead of `wl-match-string'.
6416
6417 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6418
6419         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6420         docstring.
6421
6422 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6423
6424         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6425
6426 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6427
6428         * wl-highlight.el (wl-highlight-headers): Remove
6429         `wl-highlight-x-face-func' argument (`beg' and `end').
6430
6431 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-summary.el (wl-summary-mark-as-important):
6434         Remove cache if folder is local.
6435
6436 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6437
6438         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6439         to get existing e-mail address string.
6440
6441 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6442
6443         * wl-version.el (wl-generate-user-agent-string): Commentary.
6444         (wl-generate-user-agent-string-1): Use `when' for
6445         one-branch conditional statement, instead of `and' and `if'.
6446         (wl-extended-emacs-version, wl-extended-emacs-version2,
6447         wl-extended-emacs-version3): Ditto.
6448
6449 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6452         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6453         condition-case; Remove initialization.
6454         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6455         (wl-summary-sync-update3): Added argument `sync-all';
6456         Eliminated local variable `msgdb';
6457         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6458         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6459         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6460
6461 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6462
6463         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6464         connection before call `wl-draft-send-mail-with-smtp'.
6465
6466 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6467
6468         * Version number is increased to 2.5.4.
6469
6470 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6471
6472         * wl.el (wl-check-environment): Additional check for
6473         'wl-local-domain' and `wl-message-id-domain'.
6474
6475 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6476
6477         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6478         buffer as command specific.
6479         (wl-folder-mark-as-read-all-entity): Ditto.
6480         (wl-folder-prefetch-entity): Ditto.
6481         (wl-folder-drop-unsync-entity): Ditto.
6482
6483         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6484         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6485         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6486
6487         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6488         save-excursion.
6489
6490 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * Version number is increased to 2.5.3.
6493
6494         * wl-summary.el (wl-summary-save-view-cache):
6495         Delete duplicated `write-region';
6496         Use `write-region-as-binary' instead of `as-binary-output-file' and
6497         `write-region'.
6498
6499 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6500
6501         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6502
6503 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6504
6505         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6506         instead of `smtp-via-smtp'.
6507
6508 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6509
6510         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6511
6512 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6513
6514         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6515         instead of `smtp-sasl-user-realm'.
6516
6517 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6518
6519         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6520
6521 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6522
6523         * Version number is increased to 2.5.2.
6524
6525 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6526
6527         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6528         does not exist.
6529         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6530         (wl-biff-start): Call `timer-activate' if timer already exists.
6531
6532         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6533         only when it is bound as function.
6534
6535 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6536
6537         * Version number is increased to 2.5.1.
6538
6539 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6540
6541         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6542         Print refile/copy destination.
6543
6544 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6545
6546         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6547         queue-flush-only is non-nil.
6548
6549         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6550
6551         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6552         checking cache folder.
6553
6554 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6555
6556         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6557         `regexp-quote'.
6558
6559 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6560
6561         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6562         function.
6563         * wl-summary.el (wl-summary-write-current-folder-functions):
6564         Change default value.  Use it.
6565
6566 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6567
6568         * Version number is increased to 2.5.0.
6569
6570         * wl-version.el (wl-version): Changed codename.
6571
6572 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6573
6574         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6575         (wl-summary-supersedes-message): Ditto.
6576
6577 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6578
6579         * wl-refile.el (wl-refile-guess-functions): Renamed from
6580         `wl-refile-guess-func-list'.
6581
6582 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6585         Fixed problem when no rule was matched.
6586
6587 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6588
6589         * wl-summary.el (wl-summary-get-mark): Fixed
6590         `wl-summary-buffer-target-mark' check logic.
6591
6592 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6593
6594         * wl-folder.el (wl-folder-write-current-folder): Added group
6595         folder check.
6596
6597         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6598         `wl-summary-write-current-newsgroup'.
6599         (wl-summary-write-current-folder-functions): New variable.
6600         * wl-folder.el (wl-folder-get-newsgroups): New function.
6601         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6602         (wl-folder-write-current-folder): Renamed from
6603         `wl-folder-write-current-newsgroup'.
6604
6605 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6606
6607         * Version number is increased to 2.3.93.
6608
6609 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6610
6611         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6612         (wl-ldap-make-matched-value-list): Ditto.
6613         (wl-ldap-alias-safe-string): Split e-mail address.
6614
6615         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6616         petname folder default was selected.
6617         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6618         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6619
6620 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6621
6622         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6623         to `wl-draft-config-exec'.
6624
6625         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6626         instead of calling `wl-draft-config-exec';
6627         Process group-list and show recipients in minibuffer.
6628
6629         * tm-wl.el (wl-draft-preview-message): Ditto.
6630
6631 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6632
6633         * wl.el (toplevel): Added (C) to copyright notice, and
6634         sync Author header.
6635         * tm-wl.el (toplevel): Ditto.
6636         * wl-address.el (toplevel): Ditto.
6637         * wl-demo.el (toplevel): Ditto.
6638         * wl-dnd.el (toplevel): Ditto.
6639         * wl-draft.el (toplevel): Ditto.
6640         * wl-e21.el (toplevel): Ditto.
6641         * wl-expire.el (toplevel): Ditto.
6642         * wl-folder.el (toplevel): Ditto.
6643         * wl-highlight.el (toplevel): Ditto.
6644         * wl-message.el (toplevel): Ditto.
6645         * wl-mime.el (toplevel): Ditto.
6646         * wl-mule.el (toplevel): Ditto.
6647         * wl-nemacs.el (toplevel): Ditto.
6648         * wl-refile.el (toplevel): Ditto.
6649         * wl-score.el (toplevel): Ditto.
6650         * wl-summary.el (toplevel): Ditto.
6651         * wl-template.el (toplevel): Ditto.
6652         * wl-thread.el (toplevel): Ditto.
6653         * wl-util.el (toplevel): Ditto.
6654         * wl-vars.el (toplevel): Ditto.
6655         * wl-xmas.el (toplevel): Ditto.
6656
6657 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6658
6659         * wl.el (wl-init): Added comment about `wl-init-hook'.
6660         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6661         * wl-vars.el (wl-init-hook): Added docs.
6662         (wl-make-plugged-hook): Removed useless docs.
6663         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6664         * wl-xmas.el (toplevel): Ditto.
6665
6666 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6667
6668         * wl-address.el (toplevel): Fixed multiple Author header format.
6669         * wl-demo.el (toplevel): Ditto.
6670         * wl-draft.el (toplevel): Ditto.
6671         * wl-folder.el (toplevel): Ditto.
6672         * wl-summary.el (toplevel): Ditto.
6673         * wl-thread.el (toplevel): Ditto.
6674         * wl-util.el (toplevel): Ditto.
6675         * wl-vars.el (toplevel): Ditto.
6676         * wl-version.el (toplevel): Ditto.
6677         * wl-xmas.el (toplevel): Ditto.
6678         * wl.el (toplevel): Ditto.
6679
6680         * wl-version.el (toplevel): Added require `elmo-version' for
6681         `product-version-as-string'.
6682
6683 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6684
6685         * wl-vars.el (wl-draft-send-hook): Changed default value to
6686         '(wl-draft-config-exec).
6687
6688         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6689         explicitly.
6690         (wl-draft): Set `wl-draft-config-exec-flag' before running
6691         `wl-mail-setup-hook'.
6692
6693         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6694         `wl-biff-init-icons' to `wl-init-hook' instead of
6695         `wl-make-plugged-hook'.
6696         (Because if `wl-draft' command is invoked at first,
6697         they are not initialized)
6698         Updated copyright notice.
6699
6700         * wl-e21.el (toplevel): Ditto;
6701
6702         * wl-demo.el (toplevel): Updated copyright notice.
6703         * wl-address.el (toplevel): Ditto.
6704         * wl-draft.el (toplevel): Ditto.
6705         * wl-version.el (toplevel): Ditto.
6706         * wl-folder.el (toplevel): Ditto.
6707         * wl-summary.el (toplevel): Ditto.
6708         * wl-thread.el (toplevel): Ditto.
6709         * wl-util.el (toplevel): Ditto.
6710         * wl-vars.el (toplevel): Ditto.
6711         * wl.el (toplevel): Ditto.
6712
6713 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6714
6715         * wl-highlight.el (wl-highlight-message): Fixed problem of
6716         highlighting failure which occured when the last field contains
6717         multiple lines in the draft buffer.
6718
6719         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6720         `wl-biff-start' if plugged.
6721
6722         * wl-util.el (wl-biff-check-folder): New function.
6723         (wl-biff-check-folders): Don't set session name prefix.
6724         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6725         (wl-biff-check-folder-async): Ditto.
6726
6727         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6728         in email address.
6729
6730 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6731
6732         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6733
6734         * wl-draft.el (wl-draft-strip-subject-re): New function.
6735
6736         * wl-draft.el (wl-draft-reply): Use it.
6737
6738 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6739
6740         * wl-message.el (wl-mmelmo-message-redisplay): Use
6741         `mime-display-message' instead of `wl-mime-display-message'.
6742
6743         * wl-mime.el (toplevel): Removed compatibility workaround
6744         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6745         (wl-mime-display-message): Abolished.
6746         (wl-mime-entity-read-field): Ditto.
6747         (wl-mime-combine-message/partial-pieces): Use
6748         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6749
6750 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6751
6752         * wl-template.el: Doc fixes.
6753
6754 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6755
6756         * wl-e21.el (wl-message-overload-functions): Do nothing if
6757         `current-local-map' is not available.
6758         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6759
6760 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6761
6762         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6763         representation.
6764
6765         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6766         number.
6767         (wl-fldmgr-save-folders): Don't use `format' when insert
6768         `wl-fldmgr-folders-header'.
6769
6770 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6771
6772         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6773
6774 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-highlight.el (wl-highlight-message):
6777         Use `std11-field-end' to detect end point of the header field.
6778         Refer `wl-highlight-max-header-size'.
6779
6780         * wl-vars.el (wl-highlight-max-header-size): New variable.
6781
6782         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6783
6784         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6785         Set `for-draft' argument of wl-highlight-headers.
6786         (wl-draft): Ditto.
6787         (wl-draft-reedit): Ditto.
6788         (wl-user-agent-compose-internal): Ditto.
6789
6790 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6791
6792         * wl-message.el (wl-message-add-button): Use overlay.
6793
6794 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6797
6798         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6799         problem when group-list content is nothing.
6800         (Reported by Mito <mit@nines.nec.co.jp>)
6801
6802 2000-10-18  SAITO Atsunori <sai@yedo.com>
6803
6804         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6805
6806 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6807
6808         * tm-wl.el (toplevel): Use product-provide.
6809
6810 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6811
6812         * Version number is increased to 2.3.92.
6813
6814 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6815
6816         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6817         title text, use `display' property for left margin under Emacs 21.
6818
6819         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6820         properties.
6821         (wl-plugged-init-icons): Ditto.
6822
6823 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6824
6825         * wl.el (wl-save-status, wl-init): Remove last period in
6826         "...done." message.
6827         * tm-wl.el (wl-summary-burst): Ditto.
6828         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6829         wl-summary-resume-cache-status,
6830         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6831         wl-summary-sync-update3, wl-summary-highlight-msgs,
6832         wl-summary-flush-pending-append-operations,
6833         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6834         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6835         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6836         wl-thread-open-all): Ditto.
6837         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6838         * wl-mime.el (wl-summary-burst): Ditto.
6839         * wl-highlight.el (wl-highlight-summary): Ditto.
6840         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6841         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6842         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6843         * wl-address.el (wl-local-address-init): Ditto.
6844
6845 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6846
6847         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6848         `add-text-properties'.
6849         (wl-plugged-init-icons): Ditto.
6850         (wl-folder-init-icons): Use `propertize' instead of
6851         `put-text-property'.
6852         (wl-plugged-set-folder-icon): Ditto.
6853         (wl-e21-highlight-folder-group-line): Ditto.
6854
6855 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6856
6857         * wl-version.el (wl-version-status-alist): New variable.
6858         (wl-version-status): New function.
6859
6860         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6861         "Cc" part of the case "Reply-To".
6862
6863         * wl-draft.el (wl-draft-reply): Use result of
6864         `eword-extract-address-components'.
6865
6866         * wl-demo.el (wl-demo-icon-name): New constant.
6867         (wl-logo-xpm): Use it.
6868         (wl-logo-xbm): Ditto.
6869         (wl-logo-bitmap): Ditto.
6870
6871         * Version number is increased to 2.3.91.
6872
6873 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6874
6875         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6876         (wl-extended-emacs-version, wl-extended-emacs-version2,
6877         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6878         docstring.
6879
6880         * wl-version.el (wl-generate-user-agent-string-1): New function.
6881         (wl-generate-user-agent-string): Use it.
6882
6883         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6884         `mime-edit-insert-user-agent-field'.
6885         (wl-generate-user-agent-string): Check
6886         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6887
6888         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6889         instead of `if', when verbose case.
6890
6891 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6892
6893         * wl-expire.el (wl-summary-expire): Fix.
6894
6895 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6896
6897         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6898         and `elmo-lost+found-folder' if 'wl-draft.
6899         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6900
6901 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6902
6903         * wl-expire.el (wl-summary-expire): Change messages.
6904         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6905         `deleing-info' instead of "Deleting..."
6906
6907 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6908
6909         * wl-summary.el (wl-summary-refile-subr): Fix.
6910
6911 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6912
6913         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6914         if pipe folder.
6915
6916 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6917
6918         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6919
6920 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6921
6922         * wl-expire.el (wl-expire-hide): New function.
6923         (wl-summary-expire): Add `hide'.
6924
6925 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6926
6927         * wl-vars.el (wl-draft-reply-without-argument-list):
6928         Changed default value to consider `Reply-To:'.
6929         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6930
6931         * Version number is increased to 2.3.90.
6932
6933         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6934         elmo-imap4-get-session with unwind-protect.
6935         Don't cause error.
6936         (wl-summary-sync-marks): Don't check plugged nor folder type.
6937         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6938         (Always keep current buffer).
6939
6940 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6941
6942         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6943         Enclose with `save-excursion'.
6944
6945 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6946
6947         * wl-version.el (wl-version): Remove interactive.
6948
6949 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6950
6951         * wl-version.el (wl-generate-user-agent-string): Use
6952         `product-string-verbose' instead of `product-string-1'.
6953
6954 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6955
6956         * wl-vars.el (wl-draft-use-cache): New variable.
6957         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6958         if wl-draft-use-cache is non-nil.
6959
6960 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6961
6962         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6963         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6964
6965 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6968         (wl-thread-msg-mark-as-unread): Ditto.
6969
6970         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6971         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6972         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6973         Don't set mark in summary if return value of `elmo-mark-as-read'
6974         is nil.
6975         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6976         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6977         instead of `wl-thread-msg-mark-as-read'.
6978         (wl-summary-mark-as-unread-region): Ditto.
6979         (wl-summary-target-mark-mark-as-read): Ditto.
6980
6981         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6982
6983 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6984
6985         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6986
6987         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6988
6989 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6990
6991         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6992         face.
6993
6994 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6995
6996         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6997         `running-xemacs'.
6998
6999 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7000
7001         * wl-version.el (toplevel): Use `product-version-as-string' for
7002         set verstion-string, if defined.
7003
7004         * wl-version.el (wl-version-show): Insert string at point, when
7005         call with argument.
7006
7007         * wl-version.el (wl-generate-user-agent-string): Use
7008         `product-string-1' instead of `wl-appname', `wl-version' and
7009         `wl-codename'.
7010
7011 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7012
7013         * wl-address.el (toplevel): Use product-provide.
7014         * wl-demo.el (toplevel): Ditto.
7015         * wl-dnd.el (toplevel): Ditto.
7016         * wl-draft.el (toplevel): Ditto.
7017         * wl-e21.el (toplevel): Ditto.
7018         * wl-expire.el (toplevel): Ditto.
7019         * wl-fldmgr.el (toplevel): Ditto.
7020         * wl-folder.el (toplevel): Ditto.
7021         * wl-highlight.el (toplevel): Ditto.
7022         * wl-message.el (toplevel): Ditto.
7023         * wl-mime.el (toplevel): Ditto.
7024         * wl-mule.el (toplevel): Ditto.
7025         * wl-nemacs.el (toplevel): Ditto.
7026         * wl-refile.el (toplevel): Ditto.
7027         * wl-score.el (toplevel): Ditto.
7028         * wl-summary.el (toplevel): Ditto.
7029         * wl-template.el (toplevel): Ditto.
7030         * wl-thread.el (toplevel): Ditto.
7031         * wl-util.el (toplevel): Ditto.
7032         * wl-vars.el (toplevel): Ditto.
7033         * wl-xmas.el (toplevel): Ditto.
7034         * wl.el (toplevel): Ditto.
7035
7036 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7037
7038         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7039         instead of product.
7040
7041         * wl-version.el (wl-version): Compile time evalution elmo-version.
7042
7043 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7044
7045         * wl-summary.el (wl-summary-sync-force-update): Append queue
7046         `mark-as-read'if unplugged.
7047
7048 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7049
7050         * wl-version.el: New file.  Use product.el.
7051         * wl.el: add (require 'wl-version).
7052         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7053         for ~/.folders header.
7054         (wl-fldmgr-folders-header): Changed.
7055         * wl-demo.el (wl-demo): Use product.el.
7056
7057         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7058         wl-version.el.
7059         * wl-util.el (wl-version, wl-version-show): Ditto.
7060
7061         * wl-util.el (wl-generate-user-agent-string,
7062         wl-extended-emacs-version, wl-extended-emacs-version2,
7063         wl-extended-emacs-version3): Move to wl-version.el.
7064         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7065         xemacs-codename, mime-edit-insert-user-agent-field,
7066         mime-edit-user-agent-value, mime-editor/version,
7067         mime-editor/codename): Compile warning killer move to
7068         wl-version.el
7069
7070 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7071
7072         * wl-summary.el (wl-summary-refile-subr): Fix.
7073
7074 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7075
7076         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7077         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7078
7079 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7080
7081         * wl.el (wl-check-environment): Check too many `@'.
7082
7083 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7084
7085         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7086
7087 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7088
7089         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7090         wl-draft-reply-myself-without-argument-list): Add variables.
7091         * wl-draft.el (wl-draft-reply): Use it.
7092
7093 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7094
7095         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7096         the 5th argument of `elmo-network-get-spec'.
7097
7098         * wl-thread.el (wl-thread-reparent-children): New inline function.
7099         (wl-thread-delete-message): Use it.
7100
7101         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7102         (wl-summary-score-update-all-lines): Don't use `dolist'.
7103
7104 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7105
7106         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7107         (require 'elmo-msgdb) for inline function.
7108
7109 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7110
7111         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7112
7113 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7114
7115         * wl-score.el (wl-score-headers): Fix for the confusing macro
7116         `elmo-kill-buffer'.
7117
7118 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7119
7120         * wl-summary.el: Don't use the 3rd argument of `require' because
7121         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7122         * wl-util.el: Ditto.
7123         * wl-draft.el: Ditto.
7124
7125 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7126
7127         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7128         window system is not used.
7129
7130 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7131
7132         * wl-thread.el: Don't use `mapcar' only for iteration.
7133         (wl-thread-resume-entity): Ditto.
7134         (wl-thread-delete-message): Ditto.
7135
7136         * wl-summary.el: Bind `dragdrop-drop-functions',
7137         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7138         of `require' for `timezone', `easymenu' and `ps-print';
7139         don't use `mapcar' only for iteration.
7140
7141         * wl-util.el: Bind `mule-version', `nemacs-version',
7142         `emacs-beta-version', `xemacs-codename',
7143         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7144         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7145         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7146         only for iteration.
7147
7148         * wl-score.el: Don't use `mapcar' only for iteration.
7149         (wl-score-simplify-buffer-fuzzy): Ditto.
7150         (wl-score-simplify-subject): Ditto.
7151         (wl-score-headers): Ditto.
7152         (wl-summary-score-update-all-lines): Ditto.
7153
7154         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7155         `enable-multibyte-characters' and `mule-version'.
7156
7157         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7158         `mapcar' only for iteration.
7159
7160         * wl-demo.el: Don't use `mapcar' only for iteration.
7161
7162         * wl-folder.el: Don't use `mapcar' only for iteration.
7163         (wl-folder-open-all): Ditto.
7164         (wl-folder-count-incorporates): Ditto.
7165
7166         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7167         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7168
7169         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7170         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7171         `smtp-connection-type'; specify 3rd argument of `require' for
7172         `timezone'; don't use `mapcar' only for iteration.
7173         (wl-draft-clone-local-variables): Don't use `mapcar'.
7174         (wl-draft-generate-clone-buffer): Ditto.
7175         (wl-user-agent-compose-internal): Ditto.
7176
7177         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7178
7179         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7180         (wl-save-status): Ditto.
7181
7182         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7183         for iteration.
7184
7185 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7188         removed `Date'.
7189         (wl-fldmgr-make-filter-default): New user option.
7190
7191         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7192         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7193         (wl-fldmgr-filter-completion-alist): Abolish.
7194
7195         * wl.el (wl): Don't check servers if arg is non-nil.
7196
7197         * wl-draft.el (wl-draft-reply): Set only message-id string to
7198         In-Reply-To field.
7199
7200 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * wl-summary.el (wl-summary-pick): Rewrite.
7203
7204         * wl-draft.el (wl-draft-forward): Get references field from
7205         original buffer.
7206         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7207
7208 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7209
7210         * wl-draft.el (wl-draft-forward): Add references field.
7211
7212 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7213
7214         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7215         (wl-draft-reply): Use it.
7216
7217 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7218
7219         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7220         when Emacs 21 is running.
7221
7222         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7223         bindings.
7224
7225 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7226
7227         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7228         XPM icons transparent.
7229
7230         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7231         Emacs 21.
7232
7233 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7234
7235         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7236         nil.
7237
7238         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7239         when it is persistent.
7240         (wl-summary-sync-marks): Changed argument for
7241         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7242         (wl-summary-virtual): Use `elmo-read-search-condition'.
7243         (wl-summary-redisplay-internal): If folder is local, mark as read
7244         even when folder is plugged.
7245
7246 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7247
7248         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7249         of `tool-bar-lines' in the frame parameters.
7250         (after-make-frame-functions, post-command-hook): Don't modify the
7251         value.
7252         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7253         wl-e21-tool-bar-lines): Removed.
7254
7255 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7256
7257         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7258         properties `evaporate' and `wl-momentary-overlay' as well.
7259         (wl-highlight-summary-displaying): Ditto.
7260         (wl-delete-all-overlays): Don't delete overlay which does not have
7261         a property `wl-momentary-overlay'.
7262
7263         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7264         `display-mouse-p' and `display-graphic-p'.
7265         (wl-folder-init-icons): Don't search for XBM or the other files.
7266         (wl-plugged-set-folder-icon): Make icons if and only if
7267         `display-graphic-p' returns non-nil.
7268         (wl-highlight-plugged-current-line): Use `before-string' overlay
7269         property to show icon images.
7270         (wl-highlight-folder-current-line): Ditto.
7271         (wl-e21-highlight-folder-group-line): Ditto.
7272         (wl-e21-highlight-folder-by-numbers): Ditto.
7273         (wl-e21-insert-image): Removed.
7274         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7275         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7276         said.
7277         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7278         `wl-e21-force-switch-toolbar'.
7279         (wl-e21-make-icon-image): Removed.
7280         (wl-e21-setup-toolbar): Don't search for XBM files.
7281         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7282         the default value.
7283
7284 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7285
7286         * wl-util.el (wl-biff-check-folder-async): Set
7287         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7288
7289 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7290
7291         * wl-e21.el (after-make-frame-functions): Add
7292         `wl-e21-force-switch-toolbar'.
7293         (wl-e21-force-switch-toolbar): New function force to switch the
7294         toolbar appearance automatically.
7295         (post-command-hook): Add `wl-e21-switch-toolbar'.
7296         (wl-e21-switch-toolbar): New function to switch the toolbar
7297         appearance automatically.
7298         (wl-e21-tool-bar-lines): New buffer local variable.
7299
7300 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7301
7302         * wl-util.el (wl-biff-check-folders-running): New variable.
7303         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7304         (wl-biff-check-folder-async-callback):
7305         Set `wl-biff-check-folders-running'.
7306         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7307         with unwind-protect.
7308
7309         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7310         Enclose `wl-folder-auto-check' with unwind-protect.
7311
7312         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7313         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7314
7315         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7316
7317         * wl-util.el (wl-biff-notify): New inline function.
7318         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7319         locally.
7320         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7321         folder-list' is 1.
7322         Use `wl-biff-notify'.
7323         (wl-biff-check-folder-async-callback): New function.
7324         (wl-biff-check-folder-async): Ditto.
7325
7326         * wl-folder.el (wl-folder): Don't check folders.
7327         (wl-folder-auto-check): New function.
7328
7329 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7330
7331         * wl-util.el (wl-biff-start) [Emacs19+]:
7332         Use `timer-next-integral-multiple-of-time'.
7333         (wl-biff-check-folders): Use `wl-default-folder'
7334         if `wl-biff-check-folder-list' is nil.
7335
7336 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7337
7338         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7339         instead of `elmo-delete-lists'.
7340
7341 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7342
7343         * wl.el (wl-plugged-toggle-all): Set the value of
7344         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7345         (wl-plugged-toggle): Ditto.
7346         (wl-toggle-plugged): Ditto.
7347         (wl-plugged-init): Ditto.
7348
7349         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7350         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7351         instead of `wl-biff-state-indicator-off' and
7352         `wl-biff-state-indicator-on'; don't modify the value and the type
7353         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7354         (wl-plugged-init-icons): Set icons data to
7355         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7356         instead of `wl-plug-state-indicator-off' and
7357         `wl-plug-state-indicator-on'; don't modify the value and the type
7358         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7359
7360         * wl-vars.el (wl-modeline-biff-state-off,
7361         wl-modeline-biff-state-on, wl-modeline-biff-status,
7362         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7363         wl-modeline-plug-status): New internal variables.
7364         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7365         wl-biff-check-interval, wl-biff-check-folder-list): Change
7366         customization group from `wl-folder' to `wl-highlight'.
7367         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7368         wl-show-plug-status-on-modeline): Defcustomized.
7369
7370         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7371         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7372         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7373         a flag to `mode-line-buffer-identification'.
7374
7375         * wl-e21.el (wl-biff-init-icons): Set icons data to
7376         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7377         instead of `wl-biff-state-indicator-off' and
7378         `wl-biff-state-indicator-on'.
7379         (wl-plugged-init-icons): Set icons data to
7380         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7381         instead of `wl-plug-state-indicator-off' and
7382         `wl-plug-state-indicator-on'.
7383
7384 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7385
7386         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7387         excessive titles.
7388
7389 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7390
7391         * wl.el (wl-plugged-mode): Use revised
7392         `wl-mode-line-buffer-identification'.
7393         (wl-plugged-init): Don't use `force-mode-line-update'.
7394
7395         * wl-xmas.el (wl-draft-overload-functions): Use revised
7396         `wl-mode-line-buffer-identification'.
7397         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7398         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7399         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7400         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7401         `wl-make-plugged-hook';
7402         add `wl-folder-init-icons' and `wl-setup-folder' to
7403         `wl-folder-mode-hook'.
7404
7405         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7406         19 as well.
7407         (wl-mode-line-display-priority-list): New user option.
7408         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7409         Defcustomized.
7410         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7411         Add docs.
7412
7413         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7414         start.
7415         (wl-mode-line-buffer-identification): Revised as a function.
7416
7417         * wl-summary.el (wl-summary-mode): Use revised
7418         `wl-mode-line-buffer-identification'; don't call
7419         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7420         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7421         `wl-xmas-setup-summary'.
7422
7423         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7424         `wl-mode-line-buffer-identification'.
7425
7426         * wl-mule.el (wl-draft-overload-functions): Use revised
7427         `wl-mode-line-buffer-identification'.
7428
7429         * wl-folder.el (wl-make-plugged-alist): Don't call
7430         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7431         (wl-folder): Don't call `wl-folder-init-icons' directly.
7432         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7433         `wl-xmas-setup-folder' directly;
7434         use revised `wl-mode-line-buffer-identification'.
7435         (TopLevel): Don't bind `wl-biff-init-icons',
7436         `wl-plugged-init-icons', `wl-folder-init-icons',
7437         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7438
7439         * wl-e21.el (wl-draft-overload-functions): Use revised
7440         `wl-mode-line-buffer-identification'.
7441         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7442         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7443         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7444         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7445         `wl-make-plugged-hook';
7446         add `wl-folder-init-icons' and `wl-setup-folder' to
7447         `wl-folder-mode-hook'.
7448
7449 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7450             Katsumi Yamaoka    <yamaoka@jpl.org>
7451
7452         * wl.el (wl): Call `wl-biff-start'.
7453         (wl-exit): Call `wl-biff-stop'.
7454         (wl-plugged-mode): Show biff in modeline.
7455         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7456
7457         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7458         (wl-biff-init-icons): New function.
7459         (wl-plugged-init-icons): Don't make too much keymaps.
7460         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7461
7462         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7463         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7464         variables.
7465         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7466         options.
7467
7468         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7469         wl-biff-start, wl-biff-stop): New functions.
7470         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7471         (wl-biff-timer-name): New variable.
7472
7473         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7474
7475         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7476         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7477
7478         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7479         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7480
7481         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7482         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7483         `wl-folder-init-icons' to `ignore' if they are not available.
7484         (wl-folder-mode): Show biff in modeline.
7485
7486         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7487         (wl-biff-init-icons): New function.
7488         (wl-plugged-init-icons): Don't make too much keymaps.
7489         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7490
7491 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7492
7493         * wl-vars.el (wl-strict-diff-folders): Customization Type
7494         and doc fix.  Define as a list of regular expressions for
7495         folders or nil.
7496         * wl-folder.el (wl-folder-check-one-entity): Use
7497         `wl-string-match-member' instead of `wl-string-member' for
7498         `wl-strict-diff-folders'.
7499
7500 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7501
7502         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7503         (wl-highlight-folder-current-line): Use it; new implementation.
7504         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7505         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7506         `defsubst' instead of `defun'.
7507
7508         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7509         `wl-highlight-group-folder-by-numbers'; made it can also be a
7510         number.  See info for more details.
7511
7512         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7513         running.
7514
7515         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7516         to bind them.
7517
7518         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7519         (wl-highlight-folder-current-line): New implementation.
7520
7521         * wl-highlight.el (wl-highlight-folder-group-line): New
7522         implementation.
7523         (wl-delete-all-overlays): Rewrite as a marco.
7524         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7525
7526         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7527         running.
7528         (wl-folder-*-glyph): No need to bind them.
7529
7530         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7531         `wl-e21-highlight-folder-group-icon'; rewrite.
7532         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7533         `defsubst' instead of `defun'.
7534         (wl-folder-mode-map): Bind it when compiling.
7535
7536 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7539
7540         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7541
7542 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7543
7544         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7545
7546 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7547
7548         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7549         (wl-highlight-folder-current-line): Use it.
7550
7551         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7552         in `id-name'.
7553
7554 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7555
7556         * wl.el: Require `wl-e21' when Emacs 21 is running.
7557
7558         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7559         default when Emacs 21 is running.
7560         (wl-use-highlight-mouse-line): Ditto.
7561         (wl-on-emacs21): New constant.
7562         (wl-on-emacs20): Removed.
7563
7564         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7565         Emacs 21 is running.
7566
7567         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7568         Emacs 21 is running.
7569
7570         * wl-e21.el: New file.
7571
7572 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7573
7574         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7575         (wl-toggle-plugged): Ditto.
7576         (wl-plugged-toggle): Ditto.
7577         (wl-plugged-toggle-all): Ditto.
7578
7579         * wl-vars.el (wl-plug-state-indicator): Refer
7580         `wl-plug-state-indicator-on' indirectly.
7581
7582 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7583
7584         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7585         Call `wl-folder-confirm-existence'.
7586
7587         * wl-folder.el (wl-folder-confirm-existence): Added optional
7588         argument `force'.
7589
7590 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7591
7592         * wl-summary.el (wl-summary-refile-subr): Assume
7593         `copy-or-refile' as symbol.
7594         (wl-summary-refile): Follow up above change.
7595         (wl-summary-copy): Ditto.  Doc fix.
7596
7597 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7598
7599         * wl-summary.el (wl-summary-pick): Don't bind
7600         `elmo-search-mime-charset'.
7601
7602         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7603         default using old backquote style.
7604         (wl-search-mime-charset): Abolished.
7605
7606         * wl-highlight.el (wl-highlight-headers):
7607         Call `point' after `re-search-forward'(for Nemacs).
7608
7609         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7610         for elmo-imap4.el.
7611
7612 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7613
7614         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7615         `wl-message-ignored-field-list' instead of
7616         `mime-view-ignored-field-list'.
7617
7618         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7619         Add interactive spec.
7620         (wl-folder-goto-bottom-of-current-folder): Ditto.
7621         (wl-folder-mode-map): Bind them.
7622
7623         * wl-vars.el (wl-message-ignored-field-list): New variable.
7624         (wl-message-visible-field-list): New variable.
7625
7626         * wl-mime.el (wl-mime-header-presentation-method): New function.
7627         (wl-mime-setup): Set header-presentation-method.
7628
7629 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7630
7631         * wl-nemacs.el (wl-draft-overload-functions): Set
7632         `mode-line-buffer-identification' instead of using
7633         `wl-make-modeline'.
7634
7635         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7636         instead of using `wl-make-modeline'.
7637
7638         * wl-xmas.el (wl-plugged-init-icons): Set up
7639         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7640         (wl-make-modeline): Abolish.
7641         (wl-draft-overload-functions): Set
7642         `mode-line-buffer-identification' instead of using
7643         `wl-make-modeline'.
7644
7645         * wl-util.el (wl-make-modeline-subr): Abolish.
7646         (wl-mode-line-buffer-identification): New alias.
7647
7648         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7649         (wl-summary-make-modeline): Abolish.
7650         (wl-summary-buffer-set-folder): Set
7651         `wl-summary-buffer-folder-indicator'.
7652         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7653         of using `wl-make-modeline'.
7654         (wl-summary-switch-to-clone-buffer): Don't set
7655         `mode-line-buffer-identification'.
7656         (wl-summary-goto-folder-subr): Ditto.
7657
7658         * wl-mule.el (wl-draft-overload-functions): Set
7659         `mode-line-buffer-identification' instead of using
7660         `wl-make-modeline'.
7661
7662         * wl-folder.el (wl-folder-mode): Set
7663         `mode-line-buffer-identification' instead of using
7664         `wl-make-modeline'.
7665         (wl-folder): Don't set `mode-line-buffer-identification'.
7666
7667 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7668
7669         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7670         instead of `member' for `wl-refile-guess-func-list' look-ups.
7671         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7672
7673 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7674
7675         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7676         `wl-message-button-dispatcher'.
7677
7678         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7679
7680         * wl-message.el (wl-message-button-dispatcher): Use it.
7681
7682         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7683         "In-Reply-To".
7684
7685         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7686         Bind `case-fold-search' to t.
7687
7688 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7689
7690         * wl-xmas.el (wl-message-overload-functions): Initialize
7691         `wl-message-button-map'.
7692
7693         * wl-mule.el (wl-message-overload-functions): Initialize
7694         `wl-message-button-map'.
7695
7696         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7697
7698         * wl-message.el (wl-message-button-map): New keymap.
7699         (wl-message-add-button): New function.
7700         (wl-message-button-dispatcher): New function.
7701         (wl-message-button-refer-article): New function.
7702
7703         * wl-highlight.el
7704         (wl-highlight-message-add-buttons-to-header): New function.
7705         (wl-highlight-headers): Use it.
7706
7707 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7708
7709         * wl-summary.el (wl-summary-default-from): Use
7710         `wl-address-get-petname-1'.
7711         (wl-summary-simple-from): Ditto.
7712
7713         * wl-address.el (wl-address-get-petname-1): New inline function.
7714         (wl-address-get-petname): Use it.
7715
7716 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7717
7718         * wl-summary.el (wl-summary-default-from): Return full-name part
7719         from the address if no petname was found.
7720         (wl-summary-simple-from): Ditto.
7721
7722         * wl-address.el (wl-address-get-petname): Return nil if no petname
7723         associated with the address was found.
7724
7725 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7726
7727         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7728         display is finished.
7729
7730 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7731
7732         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7733         `elmo-folder-exists-p' argument.
7734
7735 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7736
7737         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7738         the folder.
7739
7740 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7743
7744         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7745         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7746
7747 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7748
7749         * wl-folder.el (wl-folder-create-subr): New function.
7750         (wl-folder-confirm-existence): Use it.
7751         (wl-folder-check-one-entity): Use it.
7752         Check the error symbol is derived from 'elmo-open-error.
7753
7754         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7755         `ignore-error'.
7756
7757 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7758
7759         * wl-util.el (toplevel): Add (eval-when-compile (require
7760         'elmo-util)).  (Maybe `provide' is typo.)
7761
7762 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7763
7764         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7765         (I don't know why this was needed.)
7766
7767         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7768         Follow up changes for stream-type.
7769
7770         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7771         (wl-draft-elmo-nntp-send): Ditto.
7772
7773         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7774         (wl-nntp-posting-stream-type): Ditto.
7775         (wl-pop-before-smtp-ssl): Abolished.
7776         (wl-nntp-posting-ssl): Ditto.
7777
7778         * wl-address.el (wl-address-quote-specials): New function.
7779         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7780
7781         * wl-draft.el (wl-draft-reply): Ditto.
7782
7783 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7784
7785         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7786         use function `wl-string-match-assoc'.
7787
7788 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7789
7790         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7791
7792         * wl-draft.el (wl-draft-deduce-address-list): New function.
7793         (wl-draft-parse-mailbox-list): Ditto.
7794         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7795         instead of `smtp-deduce-address-list'.
7796         (wl-draft-on-field-p): Follow group list.
7797
7798         * wl-address.el (wl-address-concat-token): New function.
7799         (wl-address-string-without-group-list-contents): Ditto.
7800         (wl-complete-field-body): Fixed problem of completion
7801         by japanese petname.
7802         (wl-address-make-completion-list): Rewrite.
7803
7804 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7805
7806         * wl-address.el (wl-address-make-completion-list): Completion by
7807         petname.
7808         (wl-complete-field-body): Likewise.
7809
7810 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7813         contains invalid address syntax.
7814
7815 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7816
7817         * wl-folder.el (wl-folder-check-entity-async): Use
7818         `elmo-nntp-spec-hostname'.
7819
7820 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7821
7822         * wl-summary.el (wl-summary-msgdb-load-async): Use
7823         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7824
7825 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7826
7827         * wl-draft.el (wl-draft-reply): Set argument
7828         `content-transfer-encoding' as nil.
7829
7830 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7831
7832         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7833         `wl-refile-alist'.
7834
7835 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7836
7837         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7838         (wl-draft-edit-string): Ditto.
7839         (wl-draft-forward): Ditto.
7840         * wl-summary.el (wl-summary-write): Ditto.
7841
7842 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-summary.el (wl-summary-sync-update3): Call
7845         `wl-summary-buffer-number-column-detect'.
7846         (wl-summary-buffer-number-column-detect): Search from point-min.
7847
7848 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7849
7850         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7851         contains an address which is not included in original to or cc.
7852
7853 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7854
7855         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7856         begin-line does not exist.
7857         * wl-message.el (wl-message-uu-substring): Ditto.
7858
7859 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7860
7861         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7862         clear local variables.
7863         (wl-summary-exit): Call `elmo-commit'.
7864         (wl-summary-switch-to-clone-buffer): Call
7865         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7866         (wl-summary-goto-folder-subr): Ditto.
7867
7868         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7869         POP folder.
7870
7871 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7872
7873         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7874         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7875         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7876         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7877         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7878         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7879
7880         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7881
7882 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7883
7884         * wl-summary.el (wl-summary-search-by-subject):
7885         Search parent message from the latest one.
7886
7887 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7888
7889         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7890         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7891
7892         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7893         New user option.
7894
7895         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7896         if elmo-nntp-use-killed-list is nil.
7897         Use `elmo-msgdb-append-to-killed-list'.
7898         (Append numbers confirmed as disappeared to the killed list.)
7899         (wl-summary-confirm-appends): Don't display negative number.
7900
7901 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7902
7903         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7904
7905 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7906
7907         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7908         range is `all'.
7909         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7910         `elmo-list-bigger-diff'.
7911
7912 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7913
7914         * wl-summary.el (wl-summary-buffer-exit-func):
7915         New buffer local variable.
7916         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7917
7918 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7919
7920         * wl-demo.el (wl-demo): Fix the last change.
7921
7922 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7923
7924         * wl-demo.el (wl-demo): Don't use `eval'.
7925
7926 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7927
7928         * wl-summary.el (wl-summary-buffer-thread-modified):
7929         New buffer-local variable.
7930         (wl-summary-set-thread-modified): New function.
7931         (wl-summary-thread-modified-p): New function.
7932         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7933         (wl-summary-yank-saved-message): Use function
7934         `wl-summary-set-thread-modified'
7935         (wl-summary-switch-to-clone-buffer): Add
7936         `wl-summary-buffer-thread-modified'.
7937
7938         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7939         (wl-summary-buffer-mark-saved-hook): Ditto.
7940         * wl-summary.el (wl-summary-msgdb-save): New hook
7941         `wl-summary-buffer-message-saved-hook' and
7942         `wl-summary-buffer-mark-saved-hook'.
7943
7944 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7945
7946         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7947
7948 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7949
7950         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7951         don't hide scroll bars under FSF Emacsen because it may incur an
7952         undesirable redrawing.
7953
7954 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7955
7956         * wl-draft.el (wl-draft-edit-string): Call
7957         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7958
7959 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7960
7961         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7962
7963 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7964
7965         * wl-summary.el (wl-summary-msgdb-load-async): Call
7966         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7967
7968 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7969
7970         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7971         fringes in demo buffer; center bitmap logo correctly even if old
7972         Mule is used.
7973
7974 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7975
7976         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7977
7978         * wl-refile.el (wl-refile-subject-alist): New variable.
7979         (wl-refile-subject-alist-file-name): Ditto.
7980         (wl-refile-alist-setup): Rewrite.
7981         (wl-refile-alist-save): Use `elmo-object-save'.
7982         Eliminated arguments.
7983         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7984         (wl-refile-guess-by-subject): New function.
7985         (wl-refile-guess-func-list): Added it.
7986
7987 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7988
7989         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7990         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7991
7992 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7993
7994         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7995         New buffer-local variable.
7996         (wl-summary-buffer-next-folder-func): Ditto.
7997         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7998         if non-nil.
7999         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8000         if non-nil.
8001         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8002         if non-nil.
8003         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8004         if non-nil.
8005
8006 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8007
8008         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8009         permanently in the demo buffer.
8010
8011 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8014         `mime-entity-fetch-field'.
8015
8016         * wl.el (wl-exit): Delete plugged buffer.
8017
8018         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8019         XEmacs has menubar feature.
8020
8021 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8022
8023         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8024         cannot arrive at the beginning of the buffer under old Emacsen.
8025
8026 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8027
8028         * wl-address.el (wl-address-ldap-search):
8029         Call `ldap-search-entries' with `withdn' argument t.
8030         (wl-complete-field-body): Bind completion-ignore-case as t.
8031         Clear ldap search hash when it was sole completion.
8032         Use elmo-string for pattern string.
8033         (wl-ldap-alias-safe-string): Eliminated needless let.
8034
8035 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8036
8037         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8038         (wl-ldap-alias-sep): New constant.
8039         (wl-ldap-search-attribute-type-list): Ditto.
8040         (wl-ldap-get-value): New function.
8041         (wl-ldap-make-filter): Ditto.
8042         (wl-ldap-make-matched-value-list): Ditto.
8043         (wl-ldap-alias-safe-string): Ditto.
8044         (wl-ldap-register-dn-string): Ditto.
8045         (wl-address-ldap-search): Rewrite.
8046
8047 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8048
8049         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8050         thread is deleted.
8051         (wl-thread-delete-line-from-buffer): Ditto.
8052         (wl-thread-get-exist-children): New function.
8053
8054 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8055
8056         * wl-demo.el (wl-demo): Made it to select various image types.
8057         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8058         from `wl-title-logo'.
8059         (wl-logo-ascii): New variable.
8060         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8061         (wl-demo-copyright-notice): New constant.
8062
8063         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8064
8065 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8066
8067         * wl-vars.el (wl-summary-target-above): Renamed from
8068         wl-summary-temp-above.
8069         * wl-score.el (wl-score-get-score-alist): Use it.
8070         (wl-summary-score-update-all-lines): Use it.
8071         * wl-summary.el: Ditto. (make-variable-buffer-local).
8072
8073 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8074
8075         * wl-vars.el (wl-ldap-port): New user option.
8076
8077         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8078         Rewite whole implementation.
8079         (wl-complete-field-body): Fixed.
8080
8081 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8082
8083         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8084         Choose implementation at compile time.
8085
8086 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8087
8088         * wl-address.el (wl-ldap-search-internal): New function.
8089         (wl-complete-field-to): Use it.
8090
8091 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8092
8093         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8094         Use `let' instead of `let*'.
8095         Require 'wl-vars.
8096
8097         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8098         Define as defcustom.
8099         (wl-ldap-base): Ditto.
8100         (wl-use-ldap): Ditto.
8101
8102 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8103
8104         * wl-address.el (wl-ldap-search): New function.
8105         (wl-complete-field-body): Use `wl-ldap-search'.
8106         (wl-ldap-server): New variable.
8107         (wl-ldap-base): Ditto.
8108         (wl-use-ldap): Ditto.
8109
8110 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8111
8112         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8113         (Pointed out by Mito <mit@nines.nec.co.jp>).
8114         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8115         buffer-local variables like `wl-summary-redisplay-internal'.
8116         (wl-summary-redisplay-all-header): Likewise.  Update
8117         Summary view too.
8118
8119 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8120
8121         * wl-summary.el (wl-summary-jump-to-parent-message):
8122         Consider prefix argument.
8123
8124         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8125         when closed thread is deleted.
8126
8127 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8128
8129         * wl-summary.el (wl-summary-jump-to-parent-message):
8130         Consider thread modification.
8131
8132 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8133
8134         * wl-message.el (wl-message-normal-get-original-buffer): Use
8135         `save-excursion'.
8136
8137         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8138         (wl-summary-showto-folder-regexp): Ditto.
8139
8140 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8141
8142         * wl-util.el (wl-delete-alist): Doc fix.
8143         (wl-delete-associations): New function.
8144         (wl-inverse-alist): New function.
8145         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8146         Split temporary variables. Use `wl-delete-associations'
8147         and `wl-inverse-alist'.
8148         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8149
8150 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8151
8152         * wl-folder.el (wl-folder-prefetch-entity):
8153         Execute prefetching if new count is unknown.
8154
8155 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8156
8157         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8158
8159         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8160         delete entity.
8161         (wl-thread-set-parent): If insert as top, set linked as nil.
8162
8163         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8164         `wl-thread-cleanup-symbols' when view mode is thread.
8165
8166 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8167
8168         * wl-folder.el (wl-folder-create-folder-entity): Use
8169         with-current-buffer.
8170         (wl-local-folder-init): Call set-buffer to make sure we are in
8171         the Folder buffer. Don't touch buffer-local variables here.
8172         (wl-folder-mode): Initialize buffer-local variables here.
8173
8174         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8175         (wl-folder-entity-assign-id): Ditto.
8176         (wl-folder-create-entity-hashtb): Ditto.
8177         (wl-local-folder-init): Ditto.
8178         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8179
8180 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8181
8182         * wl-summary.el (wl-summary-default-from): Fix probrem when
8183         std11-extract-address-components return (nil "foo@bar").
8184
8185 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8186
8187         * wl-draft.el (wl-draft-clone-local-variables):
8188         Remove redundant `setq'.
8189
8190 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8191
8192         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8193         Bind wl-highlight-x-face-func as nil while highlighting header.
8194
8195 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8196
8197         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8198
8199 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8200
8201         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8202         elmo-msgdb-overview-hashtb from copy-variables.
8203         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8204         instead of `elmo-msgdb-overview-get-entity-by-number'.
8205         (wl-summary-auto-refile): Ditto.
8206
8207         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8208         `elmo-msgdb-overview-get-entity' instead of
8209         `elmo-msgdb-search-overview-entity'.  Use
8210         `elmo-msgdb-overview-get-entity' instead of
8211         `elmo-msgdb-overview-get-entity-by-number'.
8212         (wl-thread-insert-entity-sub): Ditto.
8213         (wl-thread-insert-message): Ditto.
8214
8215         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8216         `elmo-msgdb-overview-get-entity'.
8217         (wl-normal-message-redisplay): Ditto.
8218
8219 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8220
8221         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8222         `wl-thread-entities'.
8223         (wl-thread-delete-message): Fix remove top message from
8224         `wl-thread-entity-list'.
8225
8226         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8227         wl-append(nconc), because update-list is broken on Meadow.
8228
8229         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8230         updating process.
8231         (wl-summary-rescan): Ditto.
8232         (wl-summary-sync-update3): Ditto.
8233         * wl-thread.el (wl-thread-set-parent): Renamed from
8234         `wl-summary-set-parent'.
8235         (wl-thread-insert-message): Updating buffer faster.
8236         (wl-thread-delete-message): Updating buffer faster.
8237
8238         * wl-score.el (wl-summary-score-update-all-lines): Changed
8239         interval for display progress gauge.
8240
8241 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8242
8243         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8244         folder always-sticky.
8245         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8246         defmacro.
8247
8248 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8249
8250         * wl-vars.el (wl-draft-add-references): New user option.
8251
8252         * wl-draft.el (wl-draft-add-references): New function.
8253         (wl-draft-yank-from-mail-reply-buffer): Use it.
8254         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8255         as nil.
8256
8257 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8258
8259         * wl-thread.el (wl-thread-update-line-msgs): Called
8260         `wl-thread-update-line-on-buffer-sub'.
8261         (wl-thread-update-line-on-buffer): Delete routine of inserting
8262         thread.
8263         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8264         moved from `wl-thread-update-line-on-buffer'.
8265         Add threshold for displaying progress gauge.
8266         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8267         argument of `wl-thread-update-line-msgs'.
8268         Add threshold for displaying progress gauge.
8269         * wl-folder.el:
8270         Add threshold for displaying progress gauge.
8271         * wl-score.el: Ditto.
8272
8273         * wl-expire.el (wl-summary-expire): Display deleting info.
8274
8275 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8278         `no-msg'.
8279         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8280         argument of `wl-thread-update-line-msgs'.
8281         (wl-summary-set-parent): Added optional argument `parent-number'.
8282         (wl-summary-buffer-saved-message): New buffer local variable.
8283         (wl-summary-save-current-message): New command.
8284         (wl-summary-yank-saved-message): Ditto.
8285         (wl-summary-mode-map): Added key binding for
8286         `wl-summary-save-current-message' (\ew) and
8287         `wl-summary-yank-saved-message' (\C-y).
8288         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8289
8290 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8291
8292         * wl-summary.el (wl-summary-mode-map): Added key binding for
8293         `wl-summary-set-parent' (ts).
8294
8295 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8296
8297         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8298         subject faster. If thread number is reverse, delayed updating
8299         thread.
8300         (wl-summary-search-by-subject): Ditto.
8301         (wl-summary-put-alike): Ditto.
8302         (wl-summary-get-alike): Ditto.
8303         (wl-summary-insert-headers): Insert header of all overview in
8304         buffer.
8305         (wl-summary-rescan): Delayed updating thread. Kill search subject
8306         buffer for wl-summary-search-by-subject.
8307         (wl-summary-sync-update3): Ditto.
8308         (wl-summary-exit): Ditto.
8309         (wl-summary-goto-bottom-of-current-thread): Change for linked
8310         thread.
8311         (wl-summary-overview-create-summary-line): Change line for linked
8312         thread.
8313
8314         * wl-summary.el (wl-summary-update-thread): Use
8315         wl-thread-maybe-get-children-num.
8316         (wl-summary-set-parent): If change parent, move sub thread.
8317         (wl-summary-redisplay-internal): Add horizontal recenter.
8318         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8319
8320         * wl-thread.el (wl-thread-entity-get-linked): New function.
8321         (wl-thread-entity-set-linked): New function.
8322         (wl-thread-create-entity): Add linked element.
8323         (wl-thread-entity-insert-as-top): Use wl-append.
8324         (wl-thread-maybe-get-children-num): If closing thread, return
8325         children msgs.
8326         (wl-thread-update-line-msgs): Displaying progress message.
8327         (wl-thread-update-line-on-buffer-sub): Use
8328         wl-thread-maybe-get-children-num.
8329         (wl-thread-update-line-on-buffer): If update line is not exists,
8330         insert thread.
8331         (wl-thread-delete-message): If delete top msg of thread, search
8332         parent by subject.
8333         (wl-thread-insert-entity): Use
8334         wl-thread-maybe-get-children-num.
8335
8336         * wl-highlight.el (wl-highlight-summary-current-line): change
8337         sregexp for linked thread.
8338         * wl-util.el (wl-count-lines): Count lines.
8339         (wl-horizontal-recenter): horizontal recenter.
8340         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8341         (wl-score-get-alike): Ditto.
8342         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8343         (wl-subject-length-limit): New variable.
8344         (wl-highlight-thread-indent-string-regexp): Changed for linked
8345         thread.
8346
8347 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8348
8349         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8350         New variable (revival).
8351         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8352         by subject matching if there's no in-reply-to nor references field
8353         (revival).
8354
8355 \f
8356 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8357
8358         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8359         message.
8360
8361 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8362
8363         * wl-summary.el (wl-summary-reply): Return t if there was a
8364         message at cursor point.
8365         Added unwind-protect.
8366         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8367         returns t.
8368         (wl-summary-cancel-message): Do nothing when there's no message at
8369         cursor point.
8370         (wl-summary-forward): Ditto.
8371         (wl-summary-jump-to-parent-message): Ditto.
8372         (wl-summary-reedit): Ditto.
8373         (wl-summary-edit-addresses): Ditto.
8374         (wl-summary-pipe-message): Ditto.
8375         (wl-summary-print-message-with-ps-print): Ditto.
8376         (wl-summary-print-message): Ditto.
8377         (wl-summary-mark-as-important): Ditto.
8378         (wl-summary-mark-as-unread): Ditto.
8379
8380         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8381         message at cursor point.
8382         (wl-summary-reply-with-citation): Remove unwind-protect.
8383
8384         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8385         subject searching feature.
8386         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8387         Eliminated.
8388
8389 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8390
8391         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8392         New variable.
8393         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8394         by subject matching if there's no in-reply-to nor references field.
8395
8396         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8397
8398         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8399         when display is finished.
8400         (wl-folder-open-all): Ditto.
8401         (wl-folder-update-access-group): Ditto.
8402         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8403         * wl-thread.el (wl-thread-close-all): Ditto.
8404
8405         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8406         progress gauge only when it was displayed.
8407         * wl-folder.el (wl-folder-insert-entity): Ditto.
8408
8409 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * wl-summary.el (wl-summary-incorporate): Enclose
8412         `wl-summary-sync-force-update' with save-excursion.
8413
8414 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8415
8416         * wl-summary.el (wl-summary-prefetch-region):
8417         Pass current cursor point to `pos-visible-in-window-p' after
8418         moving cursor to the started point.
8419
8420 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8421
8422         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8423
8424         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8425         fields from the forwarding message.
8426         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8427         `ignored-fields'.
8428
8429 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8430
8431         * wl-mime.el (wl-message-request-partial):
8432         Eliminated argument `msgdb'.
8433         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8434         (wl-mime-combine-message/partial-pieces): Likewise.
8435         * tm-wl.el (wl-message-request-partial): Likewise.
8436         (wl-mime-combine-message/partial-pieces): Likewise.
8437
8438 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8439
8440         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8441         when display is finished.
8442
8443 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8444
8445         * wl-summary.el (wl-summary-goto-folder-subr):
8446         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8447
8448 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8449
8450         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8451         when cursor point is visible.
8452
8453 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8454
8455         * wl-expire.el (wl-expire-archive-get-max-number):
8456         Don't use `file-name-directory'.
8457
8458 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8459
8460         * wl-expire.el (wl-expire-archive-get-max-number):
8461         Use `file-name-directory'.
8462
8463 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8464
8465         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8466         only when there is progress.
8467
8468 2000-04-13  Mito <mit@nines.nec.co.jp>
8469
8470         * wl-summary.el (wl-summary-sync-marks): Display progress.
8471
8472 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8473
8474         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8475         (wl-summary-prev): Move cursor regardless of unread status.
8476         (wl-summary-next): Ditto.
8477
8478 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8479
8480         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8481         Added argument `target' and `number'.
8482         * tm-wl.el (wl-summary-burst-subr): New function.
8483         (wl-summary-burst): Use it.
8484
8485 2000-04-10  Mito <mit@nines.nec.co.jp>
8486
8487         * wl-mime.el (wl-burst): New function.
8488         (wl-summary-burst): Use it.
8489
8490 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8491
8492         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8493         as petname when there's no candidate.
8494
8495 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8496
8497         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8498         New variable.
8499         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8500
8501         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8502
8503         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8504
8505 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8506
8507         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8508         Use substring of `original' instead of buffer-substring.
8509         (wl-refile-evaluate-rule):
8510         Set `original' argument of wl-refile-expand-newtext.
8511
8512         * wl-summary.el
8513         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8514         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8515         (wl-summary-auto-refile): Check existence of destination folder just
8516         before marking.
8517
8518 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8519
8520         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8521         when wl-refile-get-field-value return nil.
8522
8523 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8524
8525         * wl-refile.el
8526         (wl-refile-expand-newtext): New function imported from Gnus.
8527         (wl-refile-evaluate-rule): Use it.
8528
8529 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8530
8531         * wl-summary.el (wl-summary-print-destination):
8532         Duplicate folder string to avoid putting text-property on
8533         original string.
8534
8535         * wl-refile.el (wl-refile-get-field-value): New function.
8536         (wl-refile-evaluate-rule): New function;
8537         Evaluate refile rule recursively.
8538         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8539         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8540         New function; Check existence of a target folder recursively.
8541         (wl-summary-auto-refile-check-refile-rule-alist):
8542         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8543
8544 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8545
8546         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8547
8548         * wl-folder.el (wl-create-folder-entity-from-buffer):
8549         Fixed problem when '}' character is contained in folder name.
8550
8551         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8552
8553 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8554
8555         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8556         (wl-fldmgr-add-completion-all-completions):
8557         Use wl-fldmgr-add-completion-hashtb.
8558
8559 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8560
8561         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8562         wl-fldmgr-add-completion-subr): New functions.
8563         * wl-folder.el (wl-folder-completion-func): New variable.
8564         * wl-summary.el (wl-summary-read-folder):
8565         Use wl-folder-completion-func.
8566
8567         * wl-refile.el: Eliminate throw & catch.
8568
8569         * wl.el (wl-plugged-sending-queue-status): Fixed.
8570
8571 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8572
8573         * wl-draft.el (wl-draft): Put category property on
8574         mail-header-separator.