* Version number is increased to 2.13.2.
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * Version number is increased to 2.13.2.
4
5 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
8         and "\177" to the `wl-news-previous-page'.
9         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
10         (wl-news-previous-page): New function.
11
12 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
13
14         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
15         instead of `write-region' and simplify.
16
17 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
18
19         * wl-template.el (wl-template-select): Cause error if
20         `wl-template-alist' is nil.
21
22 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
23
24         * wl-news.el.in: Set file variable `no-byte-compile'.
25
26 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
27
28         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
29         whether a target message is within displaying area.
30         (elmo-event-handler-cache-changed): Ditto.
31
32 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
33
34         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
35         to `defun'.  Use `nconc' instead of `append' to collect descendant
36         message numbers.
37
38 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
39
40         * wl-thread.el (wl-thread-save-top-list)
41         (wl-thread-save-entities): Use `with-temp-buffer'.
42         * wl-news.el.in (wl-news-previous-version-load):
43         (wl-news-previous-version-save): Ditto.
44         * wl-summary.el (wl-summary-load-file-object)
45         (wl-summary-save-view-cache): Ditto.
46
47 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
48
49         * wl-util.el (toplevel): Require 'elmo-flag'.
50         (wl-read-search-condition): New function (Renamed from
51         `elmo-read-search-condition').
52         (wl-read-search-condition-internal): Likewise.
53
54         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
55         invalid.
56         (wl-summary-pick): Use `wl-read-search-condition' instead of
57         `elmo-read-search-condition'.
58         (wl-summary-virtual): Ditto.
59
60         * wl-folder.el (wl-folder-virtual): Ditto.
61         (wl-folder-pick): Ditto.
62
63         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
64
65 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
66
67         * wl-summary.el (wl-summary-reedit): Call
68         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
69
70 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
71
72         * wl-mime.el (toplevel): Require wl-vars.
73
74         * wl-message.el (toplevel): Require cl at compile.
75
76         * wl-draft.el (toplevel): Require elmo.
77
78 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
79
80         * wl-message.el (wl-message-buffer-prefetch): Count is a number
81         and do nothing when it is not positive.
82         (wl-message-buffer-prefetch-next): Ditto.
83
84 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
85
86         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
87         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
88         (wl-summary-redisplay-internal): Ditto.
89
90         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
91         message (the condition is borrowed from `wl-check-variables-2').
92         (wl-summary-redisplay-internal): Ditto.
93
94 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
95
96         * wl-mime.el (wl-draft-nntp-attribute): New function.
97         (wl-draft-attribute-nntp-posting-server): Use it.
98         (wl-draft-attribute-nntp-posting-port): Ditto.
99
100         * wl-mime.el (wl-draft-preview-attributes-list): New function.
101         (wl-draft-show-attributes-buffer): Ditto.
102         (wl-draft-hide-attributes-buffer): Ditto.
103         (wl-draft-attribute-newsgroups): Ditto.
104         (wl-draft-attribute-nntp-posting-server): Ditto.
105         (wl-draft-attribute-nntp-posting-port): Ditto.
106         (wl-draft-preview-message): Use there functions.
107
108         * wl-vars.el (wl-draft-preview-attributes-list): Change default
109         value.
110
111 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
112
113         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
114         (wl-draft-reedit): Ditto.
115         (wl-draft-queue-flush): Ditto.
116
117         * wl-mime.el (wl-message-request-partial): Ditto.
118         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
119         instead of `elmo-message-fetch'.
120
121         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
122
123         * wl-summary.el (wl-summary-message-string): Ditto.
124
125 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
126
127         * wl-util.el (wl-current-message-buffer): Follow the API change.
128
129         * wl-summary.el (wl-summary-redisplay-internal): Call
130         `wl-summary-mark-as-read' with 2nd argument as nil and update
131         unread count instead of persistent mark.
132
133         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
134         variable.
135         (wl-message-redisplay): Follow the API change.
136         (wl-message-buffer-display): Managed mime-entity directly and
137         return preview buffer only.
138         (wl-message-display-internal): Rewrite.
139         (wl-message-buffer-prefetch-subr): Not save return value of
140         `wl-message-buffer-display'.
141
142         * Version number is increased to 2.13.1.
143
144 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
145
146         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
147         'elmo-multiple-fields-body-list' with boundary specified.
148
149 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
150
151         * wl-vars.el (wl-summary-resend-use-cache): New variable.
152         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
153         cache if `wl-summary-resend-use-cache' is non-nil.
154
155 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
156
157         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
158         (wl-nntp-posting-stream-type): Ditto.
159
160 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
161
162         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
163
164 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
165
166         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
167         message.
168
169 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
170
171         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
172         Abolish.
173         (wl-summary-buffer-persistent-mark-version): New internal
174         variable.
175         (wl-summary-update-mark-and-highlight-window): Check by
176         wl-summary-persistent-mark-invalid-p.
177         (wl-summary-update-status-marks): Ditto.
178         (elmo-event-handler-flag-changed): Rewrite.
179         (elmo-event-handler-cache-changed): Define.
180         (wl-summary-prefetch-msg): Does not update persistent mark here.
181         (wl-summary-delete-cache): Ditto.
182         (wl-summary-resume-cache-status): Ditto.
183         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
184         (wl-summary-persistent-mark-invalid-p): New function.
185         (wl-summary-validate-persistent-mark): Ditto.
186         (wl-summary-validate-persistent-mark-string): Ditto.
187         (wl-summary-invalidate-persistent-mark): Ditto.
188         (wl-summary-update-persistent-mark): Call
189         `wl-summary-validate-persistent-mark'.
190         (wl-summary-create-line): Call
191         `wl-summary-validate-persistent-mark-string'.
192
193         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
194         status as t if cache used.
195
196 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
197
198         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
199         only if the target is group.
200         * wl-folder.el (wl-folder-append-petname): Don't check group name.
201
202 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
203
204         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
205
206 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
207
208         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
209
210         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
211
212 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
213
214         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
215         (Thanks to Yoichi NAKAYAMA).
216
217 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
218
219         * wl-util.el (wl-save-drafts): Restore echo area.
220
221 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
222
223         * Version number is increased to 2.13.0.
224
225         * wl-util.el (wl-biff-check-folder-async): Use
226         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
227
228 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-message.el (wl-message-display-internal): Does not put
231         wl-message-display-type property on message buffer.
232         (wl-message-buffer-display-type): New function.
233
234         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
235
236         * wl-summary.el (wl-summary-mode): Use `dolist' to add
237         `wl-summary-buffer-detach'.
238         (wl-summary-message-display-type): Use
239         `wl-summary-buffer-display-type'.
240
241 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
242
243         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
244         buffer-local.
245
246         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
247         kill-buffer-hook instead of make-local-variable.
248         (wl-draft-preview-message): Set `local' argument of add-hook as t.
249
250 2004-12-12  Scott Renfro <scott@renfro.org>
251
252         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
253         regex for square-branket.
254
255 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
256
257         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
258         `wl-message-mime-analysis-p' with argument `header'.
259
260 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
261
262         * wl-mime.el (wl-draft-yank-current-message-entity): 
263         Switch to no-mime following method according to wl-message-display-type
264         property.
265         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
266
267         * wl-message.el (wl-message-display-internal): 
268         Put wl-message-display-type property on message buffer.
269
270         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
271         (wl-message-display-internal): Ditto;
272
273         * wl-summary.el (wl-summary-toggle-mime): Ditto.
274
275 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
276
277         * wl-message.el (wl-message-make-display-type): New function.
278         (wl-message-display-type-property): Ditto.
279         (wl-message-mime-analysys-p): Ditto.
280         (wl-message-display-all-header-p): Ditto.
281         (wl-message-redisplay): Removed argument `as-is', `all-header' and
282         added `display-type'.
283         (wl-message-buffer-display): Likewise.
284         (wl-message-display-internal): Likewise.
285         (wl-message-buffer-display-type): Abolish.
286         (wl-message-buffer-prefetch-subr): Follow the API changed.
287
288         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
289         from wl-summary-buffer-display-all-header and changed default value.
290         (wl-summary-message-display-type): New function.
291         (wl-summary-buffer-display-mime-mode): Ditto.
292         (wl-summary-buffer-display-header-mode): Ditto.
293         (wl-summary-toggle-mime): Rewrite with above functions.
294         (wl-summary-toggle-all-header): Ditto.
295         (wl-summary-redisplay): Force redisplay with default mode.
296         (wl-summary-redisplay-internal): Renamed argument from `mode',
297         `all-header' to `mime-mode', `header-mode'.
298         Use `wl-message-make-display-type'.
299
300         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
301         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
302
303 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
304
305         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
306
307 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
308
309         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
310         in original message buffer.
311         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
312         buffer.
313
314 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
315
316         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
317
318 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
319
320         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
321
322 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
323
324         * wl-action.el (wl-summary-exec-action-refile): Display a done message
325         when actions succeeded.
326         (wl-summary-exec-action-copy): Likewise.
327
328 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
329
330         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
331         there is switch-to-buffer at the end of wl-message-select-buffer.
332         (wl-summary-reply): Ditto.
333
334 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
335
336         * wl-summary.el (wl-summary-forward): Put subject in original
337         message buffer as argument of wl-draft-forward.
338         * wl-draft.el (wl-draft-forward): Decode subject as in
339         wl-draft-reply.
340
341 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
342
343         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
344         a folder under access group.
345
346 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
347
348         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
349         wl-message-buffer-display.
350
351         * wl-util.el (wl-set-save-drafts): Fix typo.
352
353 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
356         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
357         wl-highlight-logo-face to set the bg color of an xbm image; fixed
358         the way to measure the width of a bitmap image; don't put face on
359         ascii and bitmap images; put the mark which should not use the
360         variable-pitch face on ascii and bitmap images.
361         (wl-demo-setup-properties): Don't use the variable-pitch face on
362         ascii and bitmap images; made it work on Emacs 20 and earlier.
363         (wl-demo-insert-text): End with a newline at the bottom; don't put
364         face on text.
365
366         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
367
368 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
369
370         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
371
372         * wl-util.el (wl-save-drafts): Moved from sample setting.
373         (wl-set-save-drafts): New function to set idle timer.
374         * wl-draft.el (wl-draft): Call it.
375         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
376
377 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
378
379         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
380         a summary which has toggle display status off.
381
382 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
383
384         * wl-draft.el (wl-draft-do-fcc): No cache save.
385
386 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-summary.el (elmo-event-handler-flag-changed): Use
389         `set-buffer' instead of `with-current-buffer'.
390
391 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-summary.el (wl-summary-after-resize-function): New function.
394         (wl-summary-mode): Add `wl-summary-after-resize-function' to
395         window-size-change-functions.
396
397 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
398
399         * wl-draft.el (wl-draft-create-buffer): Bind
400         `change-major-mode-hook' after current buffer is changed.
401
402         * wl-summary.el (wl-summary-buffer-detach): New function.
403         (wl-summary-buffer-set-folder): Call it.
404         (wl-summary-mode): Add `wl-summary-buffer-detach' to
405         change-major-mode-hook and kill-buffer-hook.
406         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
407         (wl-summary-switch-to-clone-buffer): Ditto.
408         (wl-summary-goto-folder-subr): Ditto.
409
410 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
411
412         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
413         after boundp check.
414
415 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
418         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
419         for `kill-buffer'.
420
421         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
422         handler of current buffer from elmo-folder.
423
424 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
425
426         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
427
428 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-summary.el (wl-summary-buffer-event-handler): New internal
431         variable.
432         (wl-summary-event-handler): New class.
433         (elmo-event-handler-flag-changed): Define to update persistent
434         mark.
435         (wl-summary-buffer-set-folder): Register event handler to
436         elmo-folder.
437         (wl-summary-exit): Unregister event handler.
438         (wl-summary-goto-folder-subr): Ditto.
439         (wl-summary-mark-as-read-all): Does not call
440         `wl-summary-update-persistent-mark' directly.
441         (wl-summary-mark-as-read-internal): Ditto.
442         (wl-summary-set-persistent-mark-internal): Ditto.
443         (wl-summary-set-flags-internal): Ditto.
444
445         * Version number is increased to 2.11.33.
446
447 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
448
449         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
450         to nil.
451
452 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-spam.el (wl-spam-setup): Add hook
455         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
456         instead of `wl-summary-prepare-hook'.
457
458         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
459         if folder type is `'flag'.
460         (wl-summary-mark-as-important): Ditto.
461
462 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * wl-address.el (wl-address-minibuffer-history): New variable.
465         (wl-address-minibuffer-local-map): New keymap.
466         (wl-address-read-from-minibuffer): New function.
467
468         * wl-action.el (wl-summary-get-resend-address): Use
469         `wl-address-read-from-minibuffer' instead of `completing-read'.
470
471 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
472
473         * Version number is increased to 2.11.32.
474
475 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
476
477         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
478         without mule to iso-8859-1.
479         (wl-draft-add-in-reply-to): Add note in description.
480         (wl-draft-add-references): Ditto.
481
482 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
483
484         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
485         definition for `m'.
486         (wl-summary-mode-line-format): Add '[%m]'.
487         (wl-message-mode-line-format-spec-alist): Ditto.
488         (wl-summary-display-mime-mode-list): New variable.
489
490         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
491         from wl-summary-buffer-display-as-is.
492         (wl-summary-buffer-display-all-header): New buffer local variable.
493         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
494         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
495         instead of wl-summary-buffer-display-as-is.
496         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
497         (wl-summary-set-persistent-mark): Ditto.
498         (wl-summary-set-message-buffer-or-redisplay): Just call
499         `wl-summary-redisplay-internal' without optional arguments.
500         (wl-summary-toggle-mime): Rewrite.
501         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
502         (wl-summary-toggle-all-header): New function.
503         (wl-summary-redisplay-internal): Treat mime mode.
504
505         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
506         to wl-mime-preview-follow-no-mime.
507         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
508         accodring to the display-mode.
509
510         * wl-message.el (wl-message-buffer-display-type): Rewrite.
511         (wl-message-buffer-display): Changed argument name from `as-is' to
512         `mode'.
513         (wl-message-display-internal): Ditto;
514         Bind elmo-mime-display-header-analysis according to the mode.
515         (wl-message-display-internal): Put wl-message-display-mime-mode
516         property on entire buffer.
517
518 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
519
520         * wl-draft.el (wl-draft-do-fcc): Undo last change.
521
522 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
523
524         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
525         Don't extract mail address.
526         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
527
528         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
529
530         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
531
532 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
533
534         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
535         wl-fldmgr-cut-entity-list on confirmation.
536
537 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
538
539         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
540         (wl-mime-quit-preview): Check existence of
541         mime-edit-temp-message-buffer here.
542
543 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
544
545         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
546         after deletion.
547
548         * wl-draft.el (wl-draft-send-confirm): Check major-mode
549         before calling wl-mime-quit-preview.
550
551 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * wl-summary.el (wl-summary-pick): If call it with prefix
554         argument, set `delete-marks' as non-nil. Pick from only visible
555         messages.
556         (wl-summary-check-target-mark): New function.
557         (wl-summary-target-mark-mark-as-read): Use it.
558         (wl-summary-target-mark-mark-as-unread): Ditto.
559         (wl-summary-target-mark-operation): Ditto.
560         (wl-summary-target-mark-set-flags): Ditto.
561         (wl-summary-target-mark-save): Ditto.
562         (wl-summary-target-mark-pick): Ditto.
563         (wl-summary-target-mark-forward): Ditto.
564         (wl-summary-target-mark-reply-with-citation): Ditto.
565         (wl-summary-target-mark-print): Ditto.
566         (wl-summary-target-mark-uudecode): Ditto.
567
568         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
569         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
570         with `ask-coding' is non-nil.
571
572 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
573
574         * wl-thread.el (wl-thread-set-parent): If parent is a message
575         which is identified by references, set linked as nil.
576
577 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
578
579         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
580         (wl-message-mode-line-format-spec-alist): Ditto.
581         (wl-message-mode-line-format): Ditto.
582         (wl-summary-mode-line-format): Ditto for docstring.
583         (wl-summary-no-mime-folder-list): Fix typo.
584
585         * wl-util.el (wl-current-message-buffer): Call
586         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
587
588         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
589         variable.
590         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
591         of `wl-summary-redisplay-no-mime'.
592         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
593         (wl-summary-toggle-mime): New function.
594         (wl-summary-redisplay-all-header): Rewrite.
595         (wl-summary-redisplay-no-mime): Ditto.
596         (wl-summary-redisplay-internal): Added argument `as-is' and
597         `all-header'.
598
599         * wl-refile.el (wl-refile-default-from-folder-path-separator):
600         New variable.
601         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
602         bottom.
603         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
604         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
605         "/" unconditionally.
606
607         * wl-mime.el (wl-draft-yank-current-message-entity): Use
608         wl-mime-preview-follow-no-mime for as-is content.
609         (wl-mime-preview-follow-no-mime): New function.
610         (wl-mime-preview-follow-current-region): Fixed parenthesis.
611
612         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
613         and added `as-is', `all-header'.
614         (wl-message-buffer-display): Ditto.
615         (wl-message-buffer-display-type): New function.
616
617 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
618
619         * wl-vars.el (wl-message-header-button-alist): Change default
620         value.
621         (wl-message-body-button-alist): Ditto.
622
623 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
624
625         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
626
627 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
630
631 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
632
633         * wl-summary.el (wl-summary-sync-marks): Remove condition which
634         is always true.
635
636 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
637
638         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
639         on null entity.
640
641 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
642
643         * wl-vars.el (wl-draft-reply-default-position): Fix range.
644
645 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-vars.el (wl-summary-resend-hook): New hook.
648
649         * wl-action.el (wl-summary-exec-action-resend-subr): Run
650         `wl-summary-resend-hook'.
651
652 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
653
654         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
655         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
656         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
657         (wl-summary-new-cached-mark): Changed default value to 'n'.
658         (wl-summary-unread-cached-mark): Changed default value to 'u'.
659         (wl-summary-answered-cached-mark): Changed default value to 'a'.
660         (wl-folder-sync-range-alist): Remove spec for 'flag.
661         (wl-summary-force-prefetch-folder-list): New user option.
662
663         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
664         `wl-summary-toggle-persistent-mark'.
665         (wl-summary-update-mark-and-highlight-window): Don't highlight when
666         number is nil.
667         (wl-summary-mark-as-answered-region): Set interactive argument of
668         `wl-summary-set-persistent-mark-internal'.
669         (wl-summary-mark-as-important-region): Ditto.
670         (wl-summary-unset-persistent-mark): Ditto.
671         (wl-summary-set-persistent-mark): Ditto.
672         (wl-summary-mark-as-answered): Ditto.
673         (wl-summary-mark-as-important): Ditto.
674         (wl-summary-set-persistent-mark-internal): Do nothing
675         when `elmo-message-flag-available-p' is nil.
676         (wl-summary-toggle-persistent-mark): New function.
677         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
678         when the folder matches `wl-summary-force-prefetch-folder-list'.
679
680
681         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
682         when number is nil.
683         (wl-highlight-summary-forwarded-face): New face.
684
685 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
686
687         * Version number is increased to 2.11.31.
688
689 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
690
691         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
692         (wl-biff-check-folder-async): Ditto.
693         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
694
695 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
696
697         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
698         Add an argument `reverse'.  All callers are updated.
699         (wl-summary-sort): Add a prefix argument `reverse' to specify
700         reverse sorting.
701         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
702         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
703         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
704
705 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * wl-message.el (wl-message-redisplay): Does not narrow header if
708         disply-type is all-header or as-is.
709
710         * wl-summary.el (wl-summary-enter-handler): Use
711         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
712
713 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
714
715         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
716         after adding wl-draft-parent-variables.
717         (wl-draft-forward): Ditto.
718
719 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
720
721         * wl-summary.el (wl-summary-sync-marks): Call
722         `wl-summary-set-persistent-mark' and
723         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
724         (wl-summary-set-persistent-mark-internal): Add 4th argument
725         `no-server'.
726         (wl-summary-unset-persistent-mark): Ditto.
727         (wl-summary-set-persistent-mark): Ditto.
728         (wl-summary-add-flags-internal): Abolish.
729         (wl-summary-remove-flags-internal): Ditto.
730         (wl-summary-mark-as-important-internal): Ditto.
731         (wl-summary-mark-as-important): Use
732         `wl-summary-set-persistent-mark' instead of
733         `wl-summary-add-flags-internal'.
734         (wl-summary-mark-as-important-region): Ditto.
735
736         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
737
738         * wl-summary.el (wl-summary-get-available-flags): New function.
739         (wl-summary-sync-marks): Use it and simplified.
740         (wl-summary-unset-persistent-mark): Use
741         `wl-summary-get-available-flags'.
742         (wl-summary-set-persistent-mark): Ditto.
743
744 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
745
746         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
747         id.
748
749 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * wl-summary.el (wl-summary-enter-handler): If argument is not a
752         number, call `wl-summary-prev-line-content'. Show message when the
753         message is not found.
754
755 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
756
757         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
758         wl-summary-enter-handler.
759         (wl-summary-enter-handler): New command.
760
761         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
762         docstring and custom spec.
763
764         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
765         flags too; Don't treat Cached and New.
766         (wl-summary-set-persistent-mark): Ditto.
767
768         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
769         `wl-folder-set-flag'.
770
771         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
772         instead of `wl-folder-set-flag'.
773
774         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
775         for completion.
776         (wl-summary-set-persistent-mark): Ditto.
777
778         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
779         instead of `wl-draft-quit-preview'.
780
781         * wl-mime.el (toplevel): Avoid compile warning.
782         (wl-mime-quit-preview): New function
783         (formarly defined as `wl-draft-quit-preview').
784         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
785         quitting method.
786
787         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
788
789         * wl-folder.el (wl-folder-set-flag): Renamed from
790         `wl-draft-set-flag-on-parent'.
791
792         * wl-draft.el (wl-draft-quit-preview): New function.
793         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
794         (wl-draft-send): Call `wl-folder-set-flag' instead of
795         `wl-draft-set-flag-on-parent'.
796         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
797
798 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
801         (wl-draft-send): Ditto.
802
803 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
804
805         * wl-vars.el (wl-draft-reply-hook): Changed default value.
806         (wl-draft-kill-pre-hook): Set default value as nil.
807         (wl-summary-reply-hook): Ditto.
808         (wl-draft-kill-flags): Abolish.
809
810         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
811         (wl-draft-parent-variables): Renamed from
812         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
813         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
814         argument; Add wl-draft-parent-variables to
815         wl-draft-config-variables.
816         (wl-draft-reply): Likewise.
817         (wl-draft-kill-flags): Abolish.
818         (wl-draft-send): Call wl-draft-set-flag-on-parent.
819         (wl-draft-set-flag-on-parent): New function.
820         (wl-draft-setup-parent-flag): Ditto.
821
822 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
823
824         * wl-draft.el (wl-draft-kill-flags): Avoid error when
825         `wl-draft-parent-folder' is "".
826
827 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
828
829         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
830         (wl-summary-digit-jump): New function.
831         (Adviced by John Owens and Hiroya Murata)
832
833         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
834         (Adviced by John Owens)
835
836         * wl-xmas.el (wl-message-define-keymap): Ditto.
837
838         * wl-mule.el (wl-message-define-keymap): Ditto.
839
840 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
843         change of return value of elmo-folder-count-flags.
844
845         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
846         (wl-summary-mark-as-read-internal): Ditto.
847         (wl-summary-set-persistent-mark-internal): Ditto.
848         (wl-summary-folder-info-update): Ditto.
849         (wl-summary-sync-update): Fixed the last change.
850
851         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
852
853 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
854
855         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
856         (wl-draft-kill-flags): Fixed docstring.
857
858         * wl-draft.el (wl-draft-kill-flags): New function.
859         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
860
861 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
862
863         * wl-vars.el (wl-reply-hook): Abolish.
864         (wl-draft-reply-hook): New hook.
865         (wl-summary-reply-hook): Ditto.
866         (wl-draft-forward-hook): Ditto.
867         (wl-summary-forward-hook): Ditto.
868         (wl-draft-kill-flags): New variable.
869
870         * wl-summary.el (wl-summary-mark-as-answered-region): Use
871         wl-summary-set-persistent-mark-internal.
872         (wl-summary-sync-marks): Use elmo-preserved-flags.
873         (wl-summary-update-persistent-mark): Make it interactive.
874         (wl-summary-set-persistent-mark-internal): New inline function.
875         (wl-summary-mark-as-answered): Use it.
876         (wl-summary-mark-as-unanswered): Ditto.
877         (wl-summary-unset-persistent-mark): New function.
878         (wl-summary-set-persistent-mark): Ditto.
879         (wl-summary-reply): Don't set answered flag;
880         Run wl-summary-reply-hook instead.
881         (wl-summary-forward): Call wl-draft-forward with number.
882         Run wl-summary-forward-hook.
883
884         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
885         (wl-highlight-summary-line-face-spec): Use it as a default
886         persistent mark face.
887
888         * wl-draft.el (wl-draft-forward): Added optional argument number;
889         Set wl-draft-parent-number; Run wl-draft-forward-hook.
890         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
891         (wl-draft-kill): Use wl-draft-kill-flags.
892
893         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
894
895         * wl-folder.el (wl-folder-check-one-entity): Follow the change
896         of return value of elmo-folder-count-flags.
897
898         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
899
900         * wl-summary.el (wl-summary-count-unread): Ditto.
901         (wl-summary-sync-update): Follow the change above.
902         (wl-summary-force-prefetch): New function.
903
904 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
905
906         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
907         variable `buf' with `let' instead of `setq'.
908
909 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
910
911         * wl-mime.el (wl-message-delete-current-part): If filename exists,
912         add Content-Disposition heaeder on the deleted part.
913
914 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
915
916         * wl-draft.el (wl-draft-save): Encode address list under edit by
917         `eword-encode-unstructured-field-body'.
918
919         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
920
921 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
922
923         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
924         wl-current-summary-buffer.
925
926 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
927
928         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
929         `numbers' is ignored.
930
931 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
932
933         * wl-folder.el (wl-folder-open-folder): Avoid error.
934         Reported by John Owens, [wl-en:815]
935
936         * wl.el (wl): Set timer for biff process even if prefix argument
937         is given or auto-checking is quitted.
938
939         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
940         immediately.
941         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
942         (wl-toggle-plugged): Ditto.
943
944         * wl-vars.el (wl-biff-use-idle-timer): New variable.
945         * wl-util.el (wl-biff-start): Use idle timer if
946         `wl-biff-use-idle-timer' is non-nil.
947
948 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
949
950         * wl-highlight.el (wl-highlight-message): Fix description.
951
952 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
953
954         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
955         tty.
956
957 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
958
959         * wl-action.el (wl-summary-exec): Print failure count.
960
961 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
962
963         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
964         to `defun', remove interactive form.
965         Set elmo-message-fetch-confirm when force-reload is non-nil.
966
967 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * wl-summary.el (toplevel): Removed unnecessary autoload.
970
971 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
972
973         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
974         the buffer is generated from another message buffer.
975
976 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
977
978         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
979         extracted from `wl-fldmgr-save-folders'.
980         (wl-fldmgr-delete): Call it after deletion.
981
982 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
983
984         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
985         multi-tty support.
986
987 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
988
989         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
990
991 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
992
993         * wl-summary.el (wl-summary-rescan): Remove unused variables.
994         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
995
996 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
999         unsubscribe list only if argument CLEAR is nil.
1000
1001 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1002
1003         * wl-draft.el (wl-draft-reply): Decode subject before removing
1004         Re: prefix.
1005
1006 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1007
1008         * wl-summary.el (wl-summary-sort-by-size): New command.
1009
1010 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-summary.el (wl-summary-number-list-from-region): New
1013         function.
1014         (wl-summary-mark-as-read-region): Use it.
1015         (wl-summary-mark-as-unread-region): Ditto.
1016         (wl-summary-set-flags-region): Ditto and add optional argument
1017         remove.
1018         (wl-summary-mark-as-answered-region): Ditto.
1019         (wl-summary-mark-as-important-region): Ditto.
1020         (wl-summary-target-mark-mark-as-important): Added optional
1021         argument remove.
1022         (wl-summary-target-mark-mark-as-answered): Ditto.
1023         (wl-summary-target-mark-set-flags): Ditto.
1024
1025 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1026
1027         * wl-summary.el (wl-summary-set-flags-region): Call
1028         `wl-summary-set-flags-internal' with number list instead of call
1029         one by each message.
1030         (wl-summary-target-mark-set-flags): Likewise.
1031
1032 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1035         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1036         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1037         (wl-summary-target-mark-mark-as-answered): Likewise.
1038
1039 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1040
1041         * wl-summary.el (wl-summary-target-mark-forward): Use
1042         `wl-summary-delete-all-target-marks' instead of
1043         `wl-summary-delete-all-temp-marks'.
1044         (wl-summary-target-mark-reply-with-citation): Ditto.
1045         (wl-summary-target-mark-uudecode): Ditto.
1046         (wl-summary-target-mark-set-flags): Ditto and remove needless
1047         cursor move.
1048
1049 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1050
1051         * wl-summary.el (wl-summary-target-mark-forward): Protect
1052         wl-summary-buffer-target-mark-list from nreverse.
1053         (wl-summary-target-mark-reply-with-citation): Ditto.
1054
1055 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1056
1057         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1058         `elmo-display-progress-threshold'.
1059
1060 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1063         check `wl-summary-highlight'.
1064         (wl-summary-window-scroll-functions): Respect value of
1065         `wl-summary-highlight'.
1066         (wl-summary-sync-update): Run hooks
1067         `wl-summary-buffer-window-scroll-functions' at any time.
1068
1069 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1070
1071         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1072         from `wl-summary-cleanup-temp-marks'.
1073         (wl-summary-cleanup-temp-marks): Abolish argument.
1074         * wl.el (wl-save-status): Revert previous change.
1075         (wl-execute-temp-marks): New function, call
1076         `wl-summary-exec-with-confirmation'.
1077         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1078         (wl-folder-save-and-exec-marks): Abolished.
1079
1080 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1081
1082         * wl-e21.el (wl-e21-display-image-p): Respect
1083         `wl-highlight-folder-with-icon'.
1084         (wl-e21-highlight-folder-group-line): Highlight mouse line
1085         even if wl-e21-display-image-p is nil.
1086
1087         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1088         Respect value of `wl-summary-highlight'.
1089
1090         * wl.el (wl-save-status): Remove unused variable.
1091
1092         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1093         (wl-folder-mode-map): Bind it to "x".
1094
1095 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1096
1097         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1098
1099         * wl-thread.el (wl-thread-get-parent-list): Don't check
1100         disconnected ancestors, neglecting needless work in
1101         `wl-thread-update-indent-string-thread'.
1102
1103         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1104         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1105         argument, add argument default-keep to keep marks by default.
1106
1107         * Version number is increased to 2.11.30.
1108
1109         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1110         customization type and docstring.
1111         (wl-draft-reply-without-argument-list): Ditto.
1112
1113 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1116
1117         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1118
1119 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1120
1121         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1122
1123 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1124
1125         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1126         save-excursion so as not to include run-hooks.
1127
1128 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1129
1130         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1131         Clarify that marks are going to be cleared.
1132
1133 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1136         according to 3rd element of wl-summary-flag-mark.
1137
1138         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1139
1140 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1141
1142         * wl-action.el (wl-summary-target-mark-all): Don't set
1143         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1144
1145 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1146
1147         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1148         (wl-forward-subject-prefix): Ditto.
1149         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1150         (wl-draft-reply-make-subject): Ditto.
1151
1152         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1153         `wl-draft-forward'.
1154         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1155
1156 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1157
1158         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1159         target message does not exist.
1160
1161 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1162
1163         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1164         `wl-subject-prefix-regexp'.
1165         (wl-subject-forward-prefix-regexp): New variable.
1166         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1167         `wl-draft-strip-subject-re' and take regexp as argument.
1168         (wl-draft-forward): Use it.
1169         (wl-draft-reply): Ditto.
1170
1171 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1172
1173         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1174         emacs multi-tty support.
1175
1176 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1177
1178         * wl-e21.el (wl-e21-display-image-p): Don't call
1179         `display-images-p'.
1180         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1181         support.
1182         (wl-highlight-folder-current-line): Ditto.
1183         (wl-folder-init-icons): Ditto.
1184
1185 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1186
1187         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1188         the last line of summary in unplugged mode.
1189
1190 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1191
1192         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1193
1194 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1195
1196         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1197         * wl-address.el (wl-address-user-mail-address-p): Use it.
1198         (wl-address-delete-user-mail-addresses): Ditto.
1199         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1200
1201         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1202         (wl-address-delete-user-mail-addresses): Ditto.
1203
1204         * wl-address.el (wl-address-delete-user-mail-addresses): New
1205         function.
1206         * wl-refile.el (wl-refile-guess-by-history): Use it.
1207         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1208         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1209
1210         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1211         use wl-address-user-mail-address-p.
1212
1213 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1214
1215         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1216         after opening group.
1217
1218 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1219
1220         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1221         of elmo-set-buffer-multibyte.
1222
1223         * wl-message.el (wl-original-message-mode): Ditto.
1224
1225         * wl-score.el (wl-score-insert-header): Ditto.
1226
1227         * wl-summary.el
1228         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1229         (wl-summary-goto-folder-subr): Ditto.
1230         (wl-summary-insert-headers): Ditto.
1231
1232         * wl-util.el (wl-set-string-width): Ditto.
1233
1234         * Version number is increased to 2.11.29.
1235
1236 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1237
1238         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1239         (wl-highlight-summary-line-help-echo-alist): New variable.
1240         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1241         into `wl-highlight-summary-line-help-echo' and
1242         `wl-highlight-flag-folder-help-echo'.
1243         (wl-highlight-summary-line-string): Change accordingly.
1244         (wl-highlight-summary-current-line): Ditto.
1245
1246 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1247
1248         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1249         at the beginning of field body (Thanks to Markus Knittig).
1250
1251         * wl-draft.el (wl-draft-insert-current-message): Also check
1252         summary buffer, remove unnecessary tag.
1253
1254 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1255
1256         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1257         when wl-message-buffer is nil.
1258
1259         * wl-folder.el (wl-folder): Abolish unused argument.
1260         Call wl-folder-init when wl-folder-entity is nil.
1261         * wl.el (wl): Change accordingly.
1262
1263 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1264
1265         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1266         multibyte string before insert into draft buffer.
1267         (wl-draft-create-buffer): Always enable multibyte characters for
1268         draft buffer.
1269
1270         * Version number is increased to 2.11.28.
1271
1272 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1273
1274         * wl-folder.el (wl-folder-open-close): Handle blank line.
1275         (wl-folder-jump-to-current-entity): Ditto.
1276
1277 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1278
1279         * Version number is increased to 2.11.27.
1280
1281 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1282
1283         * wl-thread.el (wl-thread-insert-message): When the thread is
1284         devided by wl-summary-max-thread-depth, insert line at the end of
1285         buffer.
1286
1287 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * Version number is increased to 2.11.26.
1290
1291 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1292
1293         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1294
1295 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1296
1297         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1298         value of stream-type and session.
1299
1300 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1301
1302         * Version number is increased to 2.11.25.
1303
1304 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1305
1306         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1307         in a quit message.
1308
1309 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1310
1311         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1312         (wl-summary-redisplay-no-mime-internal): Ditto.
1313
1314 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1315
1316         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1317         * wl-vars.el (wl-smtp-connection-type): Ditto.
1318
1319 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1320
1321         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1322         for the separator line and quote mail-header-separator.
1323
1324 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1325
1326         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1327         result message.
1328
1329         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1330         `elmo-multiple-fields-body-list' with boundary as
1331         mail-header-separator.
1332
1333 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1334
1335         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1336
1337 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1338
1339         * wl-util.el (wl-list-diff): Remove unused function.
1340
1341         * wl-draft.el (wl-draft-send-confirm): Discard input before
1342         confirmation.
1343
1344 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1345
1346         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1347         order of flag and new.
1348
1349 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1350
1351         * wl-vars.el (wl-refile-policy-alist): Abolished.
1352
1353         * wl-action.el (wl-summary-set-action-refile): Follow the change
1354         above.
1355
1356 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * wl-highlight.el (wl-highlight-signature-search): Don't use
1359         re-search-backward for a long word since it is possible to crash
1360         XEmacs because of a bug.
1361
1362 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1363
1364         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1365
1366 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1367
1368         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1369         argument for wl-summary-sync-force-update.
1370
1371 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1372
1373         * wl-summary.el (wl-summary-mode-map): Revival of
1374         wl-summary-mark-as-important related bindings;
1375         Bind 'F','tF','mF','rF','m&'.
1376         (wl-summary-mark-as-important-region): Revival.
1377         (wl-summary-target-mark-mark-as-important): Ditto.
1378         (wl-summary-target-mark-operation): New function.
1379         (wl-summary-target-mark-mark-as-answered): Use it.
1380         (wl-summary-decide-flag): Don't set Important as default.
1381         (wl-summary-mark-as-important-internal): Revival.
1382         (wl-summary-mark-as-important): Ditto.
1383
1384         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1385
1386         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1387         instead of facep.
1388
1389 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1390
1391         * wl-dnd.el (wl-dnd-drop-func): Fix.
1392
1393         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1394         mouse-set-point instead of posn-point.
1395
1396         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1397
1398         * wl-mule.el (wl-completing-read-multiple): Ditto.
1399
1400 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * wl-demo.el (face-background-name): Defalias to avoid compile
1403         warning.
1404
1405 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1406
1407         * wl-summary.el (wl-summary-decide-flag): Use
1408         wl-completing-read-multiple instead of completing-read-multiple.
1409
1410         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1411         New alias.
1412
1413         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1414         Use face-background-name instead of face-background.
1415
1416         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1417
1418         * wl-summary.el (wl-summary-save): Use it.
1419         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1420
1421         * wl-mime.el (wl-mime-save-content): Fix last change.
1422
1423 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1424
1425         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1426         New function.
1427         (wl-summary-sort-specs): Added sort.
1428         * wl-mime.el (wl-mime-save-content): Expand file name.
1429
1430 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1431
1432         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1433
1434         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1435
1436 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1437
1438         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1439         for flag if it is not defined.
1440
1441 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1442
1443         * wl-e21.el (wl-highlight-folder-current-line): Use
1444         elmo-folder-type-internal when elmo-folder-type returns nil.
1445
1446         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1447
1448         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1449
1450         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1451
1452         * wl-e21.el (wl-summary-toolbar): Ditto.
1453
1454         * wl-vars.el (wl-demo-background-color): Abolished.
1455         (wl-summary-persistent-mark-priority-list): Renamed from
1456         wl-summary-flag-priority-list.
1457         (wl-summary-flag-alist): New user option.
1458         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1459         (wl-message-mode-line-format-spec-alist): Added 'F'.
1460         (wl-message-mode-line-format): Likewise.
1461         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1462         instead of wl-summary-important-mark.
1463         (wl-file-folder-icon): New variable.
1464
1465         * wl-thread.el (wl-thread-set-flags): Renamed from
1466         wl-thread-mark-as-important.
1467
1468         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1469         warning.
1470         (wl-summary-mode-menu-spec): Follow the change of 
1471         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1472         (wl-summary-mode-map): Follow the change of
1473         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1474         (wl-summary-detect-mark-position): Follow the variable name change.
1475         (wl-summary-set-flags-region): New function for the replacement of
1476         wl-summary-mark-as-important-region.
1477         (wl-summary-sync-marks): Sync all global-flags.
1478         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1479         instead of elmo-message-flagged-p.
1480         (wl-summary-persistent-mark-string): Follow the variable name change;
1481         Put wl-summary-flag-mark if the message has global-flag.
1482         (wl-summary-target-mark-set-flags): Renamed from 
1483         wl-summary-target-mark-mark-as-important.
1484         (wl-summary-decide-flag): New function.
1485         (wl-summary-set-flags-internal): Renamed from
1486         wl-summary-mark-as-important-internal.
1487         (wl-summary-add-flags-internal): New function.
1488         (wl-summary-remove-flags-internal): Ditto.
1489         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1490         (wl-summary-mark-as-unimportant): Abolish.
1491         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1492         (wl-summary-next-message): List flagged messages in the msgdb.
1493
1494         * wl-score.el (wl-summary-score-update-all-lines): Use
1495         wl-summary-add-flags-internal instead of 
1496
1497         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1498
1499         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1500         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1501         (wl-message-buffer-require-all-header): Renamed from
1502         wl-message-buffer-all-header-flag (Ditto).
1503         (wl-message-buffer-flag-indicator): New variable.
1504         (wl-message-redisplay): Changed local varibale name from `flag' to
1505         `display-type'; Set up wl-message-buffer-flag-indicator.
1506         (wl-message-buffer-display): Changed varibale name from `flag' to
1507         `display-type'.
1508         (wl-message-display-internal): Likewise.
1509
1510         * wl-highlight.el (wl-highlight-demo-face): Define default background
1511         color.
1512         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1513
1514         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1515
1516         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1517         (wl-demo-setup-properties): Renamed from
1518         `wl-demo-set-background-color'.
1519         (wl-demo): Follow the change above.
1520         
1521         * Version number is increased to 2.11.24.
1522
1523 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1524
1525         * wl-summary.el (wl-summary-toggle-thread): Call
1526         `wl-summary-rescan' with disable-thread as non-nil.
1527         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1528
1529 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1530
1531         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1532         foreground property of the face.
1533         (wl-demo-insert-text): Don't set up face property here.
1534         (wl-demo): Call wl-demo-set-background-color, anyway.
1535
1536 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1537
1538         * wl-vars.el (wl-demo-background-color): The value can be nil.
1539
1540 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1541
1542         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1543         to wl-summary-wheel-dispatcher.
1544
1545         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1546         wl-message-wheel-dispatcher.
1547         (wl-message-wheel-dispatcher): New function.
1548         (wl-summary-wheel-dispatcher): Ditto.
1549
1550 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1551
1552         * wl-action.el (wl-summary-target-mark-all): List messages which are
1553         not in the killed-list.
1554
1555         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1556         only when the folder is 'flag/important.
1557
1558         * wl-address.el (wl-complete-field-body): Complete if the last
1559         character is a space.
1560
1561 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1562
1563         * wl-folder.el (wl-folder-clear-entity-info): Use
1564         elmo-clear-hash-val.
1565
1566         * wl-fldmgr.el (wl-fldmgr-rename): Set
1567         wl-folder-info-alist-modified as t.
1568
1569 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1570
1571         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1572
1573 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1574
1575         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1576         (wl-folder-buffer-last-visited-entity-id): New buffer local
1577         variable.
1578         (wl-folder-revisit-last-visited-folder): New function.
1579         (wl-folder-mode-map): Bind it to "C-i".
1580         (wl-folder-set-current-entity-id): Set last visited folder.
1581         * wl-summary.el (wl-summary-exit): Ditto.
1582
1583 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1586         before calling `recenter' in order to cope with an XEmacs bug.
1587
1588 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1589
1590         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1591         to the default value.
1592
1593 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1594
1595         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1596         change.
1597         (wl-summary-sync-marks): Ditto.
1598         (wl-summary-mark-as-read-internal): Ditto.
1599         (wl-summary-mark-as-answered-internal): Ditto.
1600         (wl-summary-mark-as-important-internal): Ditto.
1601         (wl-summary-reply): Ditto.
1602
1603         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1604         instead of `elmo-folder-unflag-answered'.
1605
1606         * Version number is increased to 2.11.23.
1607
1608         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1609         the last change.
1610
1611 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1612
1613         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1614         Specify "spam" or "good".
1615
1616 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1617
1618         * wl-spam.el (wl-summary-exec-action-spam): Call
1619         wl-folder-confirm-existence for spam folder.
1620         (wl-spam-setup): Bind "mk".
1621
1622 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1625
1626 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1627
1628         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1629         destination folder is empty.
1630
1631 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1632
1633         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1634         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1635
1636         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1637         (wl-summary-refile-prev-destination-region): New function.
1638         (wl-thread-refile-prev-destination): Ditto.
1639         (wl-summary-target-mark-refile-prev-destination): Ditto.
1640
1641 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1642
1643         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1644         (wl-demo-background-color): Changed default value.
1645
1646         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1647         color.
1648
1649         * wl-demo.el (wl-demo-set-background-color): New function.
1650         (wl-demo): Call it.
1651
1652 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1653
1654         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1655         * wl-address.el (wl-address-add-or-change): Don't add empty
1656         address.
1657
1658 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1659
1660         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1661
1662 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1663
1664         * wl-vars.el (wl-demo-image-filter-alist): New variable
1665         (wl-demo-background-color): Ditto.
1666
1667         * wl-demo.el (wl-demo-xpm-set-background): New function.
1668         (wl-demo-image-filter): Ditto.
1669         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1670
1671         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1672
1673         * wl-demo.el (wl-demo-icon-name): Define as function.
1674         (wl-demo-insert-image): Use it.
1675
1676 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1677
1678         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1679
1680 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1681
1682         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1683
1684 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1685
1686         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1687
1688 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1689
1690         * wl-thread.el (wl-thread-mark-as-answered): New function.
1691
1692         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1693         answered" entry.
1694         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1695         "r&" and wl-thread-mark-as-answered to "t&".
1696         (wl-summary-mark-as-important-region): Refine to toggle mark.
1697         (wl-summary-mark-as-answered-region): New function.
1698         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1699         and 3rd argument.
1700         (wl-summary-mark-as-important-internal): Likewise.
1701
1702 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1703
1704         * wl-template.el (wl-template-preview): New internal variable.
1705         (wl-template-preview-p): New function.
1706         (wl-template-show): Bind `wl-template-preview' as t.
1707
1708 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1709
1710         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1711         `elmo-message-entity-field' with 3rd argument which is non-nil.
1712
1713 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1714
1715         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1716         Removed duplicate local bind `folder'.
1717
1718 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1719
1720         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1721
1722 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1723
1724         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1725         duplicate definition.
1726
1727 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1728
1729         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1730         non-nil, use it; Don't fetch message if there's no message in the
1731         current cursor position.
1732
1733 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1734
1735         * wl-util.el (wl-region-exists-p): Use region-active-p.
1736         (wl-deactivate-region): New function.
1737         * wl-message.el (wl-message-redisplay): Deactivate region.
1738
1739         * wl-summary.el (wl-summary-reply): Call
1740         `wl-summary-set-message-buffer-or-redisplay' instead of
1741         `wl-summary-redisplay-internal', don't move point.
1742
1743 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1744
1745         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1746         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1747         by regexp.
1748
1749 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1750
1751         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1752         if no need.
1753
1754 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1755
1756         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1757         default value to nil.
1758         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1759         `wl-summary-prepare-hook'; Replace refile action to
1760         `wl-summary-exec-action-refile-with-register'.
1761
1762         * Version number is increased to 2.11.22.
1763
1764 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1765
1766         * wl-summary.el (wl-summary-detect-mark-position): Set
1767         `wl-summary-buffer-weekday-name-lang'.
1768
1769 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1770
1771         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1772         (wl-summary-mark-as-read-all): Ditto.
1773         (wl-summary-delete-messages-on-buffer): Ditto.
1774         (wl-summary-sync-update): Ditto.
1775         (wl-summary-mark-as-read-internal): Ditto.
1776         (wl-summary-mark-as-answered-internal): Ditto.
1777         (wl-summary-update-folder-info): Abolished.
1778
1779 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1780
1781         * wl-summary.el (wl-summary-mark-as-read-all): Use
1782         `wl-summary-update-folder-info' instead of
1783         `wl-folder-update-unread'.
1784
1785 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1786
1787         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1788         `wl-summary-folder-info-update'.
1789         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1790         instead of `wl-summary-folder-info-update'.
1791         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1792         `wl-folder-set-folder-updated'.
1793         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1794         instead of `wl-folder-update-unread'.
1795         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1796         the value of `wl-summary-buffer-unread-count' for the second parameter of
1797         `wl-folder-update-unread'.
1798
1799         * Version number is increased to 2.11.21.
1800
1801 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1802
1803         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1804         a local variable.
1805
1806 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1807
1808         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1809         interactively.
1810
1811         * wl-summary.el (wl-summary-mark-as-important-internal): New
1812         internal function.
1813         (wl-summary-mark-as-important): Use it.
1814         (wl-summary-mark-as-unimportant): New function.
1815         (wl-summary-sync-marks): Follow the API change.
1816
1817         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1818
1819         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1820
1821 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1822
1823         * wl-folder.el (wl-folder-update-unread): Re-indent.
1824         Narrow the scope of a local variable.
1825
1826 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1827
1828         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1829         (wl-addrmgr-merge-entries): Ditto.
1830         (wl-addrmgr): Added to address entry which exists in draft buffer
1831         if no entry is in original.
1832
1833 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1834
1835         * wl-batch.el: New file.
1836
1837 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1838
1839         * wl-vars.el (wl-use-semi): Remove unused variable.
1840
1841 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1842
1843         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1844         "?".
1845
1846 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1847
1848         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1849         wl-summary-new-mark.
1850         (wl-summary-new-cached-mark): New user option.
1851         (wl-summary-score-marks): Follow the change above.
1852         (wl-summary-auto-refile-skip-marks): Ditto.
1853         (wl-summary-incorporate-marks): Ditto.
1854         (wl-summary-expire-reserve-marks): Ditto.
1855
1856         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1857
1858         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1859         (wl-summary-persistent-mark-string): Distinguished between cached
1860         and uncached mark when the message is new.
1861
1862 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1863
1864         * wl-spam.el (wl-spam-domain): Renamed from
1865         `wl-spam-folder-guess-domain'.
1866         (wl-summary-exec-action-spam): Register as spam if domain of the
1867         source folder is good.
1868         (wl-summary-exec-action-refile-with-register): Register message if
1869         domain of the source folder is not undecided.
1870
1871 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1872
1873         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1874         detect thread loop.
1875
1876 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1877
1878         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1879         and wl-summary-skip-mark-list.
1880
1881 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1882
1883         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1884
1885         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1886
1887         * wl-spam.el (toplevel): Require wl-highlight.
1888         (wl-spam-auto-check-policy-alist): Abolish.
1889         (wl-spam-auto-check-folder-regexp-list): New user option.
1890         (wl-spam-auto-check-marks): Ditto.
1891         (wl-spam-mark-action-list): Ditto.
1892         (wl-highlight-summary-spam-face): New face.
1893         (wl-spam-auto-check-message-p): New function.
1894         (wl-spam-map-spam-messages): Fixed message.
1895         (wl-spam-register-spam-messages): Ditto.
1896         (wl-spam-register-good-messages): Ditto.
1897         (wl-summary-spam-map): Add and remove keybind.
1898         (wl-summary-target-mark-spam): Abolish.
1899         (wl-summary-refile-spam): Ditto.
1900         (wl-summary-test-spam): New function.
1901         (wl-summary-mark-spam): Ditto.
1902         (wl-summary-auto-check-spam): Follow the above change.
1903         (wl-summary-exec-action-spam): New function.
1904         (wl-summary-exec-action-refile-with-register): Fixed message.
1905         (wl-message-check-spam): New function.
1906         (wl-spam-setup): Ditto.
1907         (toplevel): Call it if this file is loaded interactivity.
1908
1909         * Version number is increased to 2.11.20.
1910
1911 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1912
1913         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1914         when new optional argument `force' is non nil or modified.
1915
1916 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1917
1918         * wl.el (toplevel): Require wl-spam when compile.
1919         (wl-save-status): Call wl-spam-save-status.
1920
1921         * wl-spam.el (wl-spam-register-spam-messages): New function.
1922         (wl-spam-register-good-messages): Ditto.
1923         (wl-spam-save-status): Ditto.
1924         (wl-summary-mode-map): Bind
1925         wl-summary-target-mark-register-as-spam to "ms" and
1926         wl-summary-target-mark-register-as-good to "mn".
1927         (wl-summary-register-as-spam): Abolish optional argument; Use
1928         wl-spam-register-spam-messages.
1929         (wl-summary-register-as-spam-all): Use
1930         wl-spam-register-spam-messages.
1931         (wl-summary-register-as-good): Abolish optional argument; Use
1932         wl-spam-register-good-messages.
1933         (wl-summary-register-as-good-all): Use
1934         wl-spam-register-good-messages.
1935         (wl-summary-target-mark-register-as-spam): New funtion.
1936         (wl-summary-target-mark-register-as-good): Ditto.
1937
1938 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * wl-spam.el: New file.
1941
1942 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1943
1944         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1945
1946         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1947         (wl-summary-auto-refile): Call wl-refile-guess with
1948         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1949
1950 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1951
1952         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1953         with disable-thread argument non-nil.
1954
1955 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1956
1957         * wl-summary.el (wl-summary-rescan): Added optional argument
1958         disable-thread.
1959         (wl-summary-sync): Call wl-summary-rescan with argument
1960         disable-thread.
1961         (wl-summary-input-range): Added new range `rescan-thread'.
1962
1963 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1964
1965         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1966
1967 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1968
1969         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1970         internal variable.
1971         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1972         wl-summary-search-parent-by-subject-regexp and
1973         wl-summary-divide-thread-when-subject-changed as nil.
1974         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1975         (wl-summary-insert-thread): Search parent entity from
1976         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1977         thread loop.
1978
1979 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1980
1981         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1982
1983         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1984
1985         * wl-util.el (wl-require-update-all-folder-p): New function.
1986         (wl-get-assoc-list-value): Added `function' to match directive.
1987         (wl-collect-draft): Rewrite.
1988
1989         * wl-summary.el (wl-summary-sync-update): Clear faces
1990         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1991         are non-nil.
1992         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1993         argument as function.
1994         (wl-summary-input-range): Ditto.
1995
1996         * wl-folder.el (wl-draft-get-folder): New function.
1997         (wl-folder-get-elmo-folder): Consider draft folder.
1998
1999         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2000         (wl-draft-buffer-message-number): New buffer local variable.
2001         (wl-draft-folder-internal): New internal variable.
2002         (wl-draft-delete): Rewrite.
2003         (wl-draft-save): Ditto.
2004         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2005         wl-folder-get-elmo-folder.
2006         (wl-draft-config-info-operation): Ditto.
2007         (wl-jump-to-draft-folder): Ditto.
2008         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2009         (wl-draft-reedit): Rewrite.
2010
2011         * Version number is increased to 2.11.19.
2012         
2013 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2014
2015         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2016         variable.
2017
2018 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2019
2020         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2021         Use ignore-errors instead of unwind-protect.
2022
2023 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2024
2025         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2026         for updating `wl-thread-entity-list'.
2027
2028 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2029
2030         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2031         parameter from calling `wl-thread-entity-get-older-brothers' and
2032         `wl-thread-entity-get-younger-brothers'.
2033         Replace nested `append' with a single one.
2034
2035 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2036
2037         * wl-summary.el (wl-summary-mode): Don't use the return value of
2038         `make-local-hook'.
2039
2040 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2041
2042         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2043         instead of `let*'.
2044         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2045         of local variables.
2046
2047 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2048
2049         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2050         Renamed from wl-summary-window-scroll-functions.
2051         (wl-summary-window-scroll-functions): Don't set to variable.
2052         (wl-summary-display-top): Use run-hooks.
2053         (wl-summary-display-bottom): Ditto.
2054         (wl-summary-toggle-disp-msg): Ditto.
2055         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2056         Use it instead of wl-summary-window-scroll-functions.
2057         (wl-summary-goto-folder-subr): Don't call
2058         wl-summary-window-scroll-functions, use
2059         wl-summary-buffer-window-scroll-functions instead.
2060
2061 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2062
2063         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2064         make-local-variable.
2065
2066 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2067
2068         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2069         set-buffer-modified-p.
2070         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2071         (wl-summary-display-bottom): Ditto.
2072         (wl-summary-toggle-disp-msg): Ditto.
2073
2074 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2075
2076         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2077
2078         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2079         (wl-summary-forward): Use elmo-message-entity-field instead of
2080         elmo-message-field.
2081
2082         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2083
2084 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2085
2086         * wl-summary.el (wl-summary-window-scroll-functions): No use
2087         `append'.
2088
2089 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2090
2091         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2092         function.
2093         (wl-summary-window-scroll-functions): Call it when both
2094         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2095         (wl-summary-temp-mark): Added optional argument number.
2096         (wl-summary-message-mark): Added optional argument flag.
2097         (wl-summary-persistent-mark): Added optional argument number and flag.
2098         (wl-summary-update-persistent-mark): Ditto.
2099         (wl-summary-update-status-marks): Set "r" for interactive spec.
2100
2101         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2102         argument number and flag.
2103
2104         * wl-action.el (wl-summary-registered-temp-mark): 
2105         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2106
2107 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2108
2109         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2110         internal variable (buffer local).
2111         (wl-summary-window-scroll-functions): New function.
2112         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2113         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2114         as nil.
2115         (wl-summary-update-status-marks): Added arguments beg, end and
2116         check.
2117         (wl-summary-update-mark-window): Use function.
2118         (wl-summary-sync-update): Follow the change above.
2119         (wl-summary-switch-to-clone-buffer): Copy
2120         wl-summary-buffer-unsync-mark-number-list.
2121         (wl-summary-goto-folder-subr): Set
2122         wl-summary-buffer-unsync-mark-number-list and
2123         use wl-summary-window-scroll-functions instead of
2124         wl-summary-lazy-highlight.
2125
2126         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2127
2128 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2129
2130         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2131
2132         * wl-summary.el (wl-summary-update-persistent-mark): Call
2133         wl-summary-set-message-modified.
2134
2135         * wl-summary.el (wl-summary-sync-update): Don't call
2136         wl-summary-update-status-marks.
2137
2138         * Version number is increased to 2.11.18.
2139
2140 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2141
2142         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2143         (wl-message-next-page): Ditto.
2144
2145 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2146
2147         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2148         local variable.  Change the order of a collected list into the
2149         same as the specified range.  Remove nil from a collected list.
2150
2151 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2152
2153         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2154         argument for elmo-folder-list-messages.
2155
2156 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2157
2158         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2159         change (wl-summary-count-unreads return a list instead of a cons
2160         cell).
2161
2162 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2163
2164         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2165         `wl-summary-folder-info-update'.
2166
2167 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2168
2169         * wl-summary.el (wl-summary-set-message-modified): No use
2170         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2171         (wl-summary-set-mark-modified): Abolish.
2172         (wl-summary-mark-modified-p): Ditto.
2173         (wl-summary-save-view): Follow the change above.
2174
2175         * wl-expire.el (wl-summary-expire): Likewise.
2176
2177 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2178
2179         * wl-summary.el (wl-summary-detect-mark-position): Use
2180         modb-entity-handler.
2181         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2182
2183         * Version number is increased to 2.11.17.
2184
2185 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2186
2187         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2188         entity field value.
2189         (wl-summary-prefetch-msg): Ditto.
2190         (wl-summary-print-message-with-ps-print): Ditto.
2191
2192 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2193
2194         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2195         for dummy entity.
2196         (wl-summary-insert-thread): Use elmo-message-entity-field.
2197         (wl-summary-update-thread): Use elmo-message-entity-field and
2198         elmo-message-entity-number.
2199         (wl-summary-line-number):  Use elmo-message-entity-number.
2200         (wl-summary-line-size): Use elmo-message-entity-field.
2201         (wl-summary-line-subject): Ditto.
2202         (wl-summary-line-from): Ditto.
2203         (wl-summary-line-attached): Ditto.
2204         (wl-summary-create-line): Ditto.
2205         (wl-summary-create-line): Use elmo-message-entity-number.
2206         (wl-summary-print-message-with-ps-print): Use
2207         elmo-message-entity-field.
2208
2209 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2210
2211         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2212         change in elmo-msgdb-make-message-entity.
2213         (wl-summary-buffer-set-folder): Don't call
2214         wl-summary-detect-mark-position here.
2215         (wl-summary-rescan): Call elmo-message-entity-number.
2216         (wl-summary-sync-update): Ditto.
2217         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2218
2219         * wl-score.el (wl-score-header-index): Redefine 2th element.
2220         (wl-score-overview-entity-get-extra): Abolish.
2221         (wl-score-ov-entity-get): Rewrite.
2222         (wl-score-string-index<, wl-score-string-func<): Abolish.
2223         (wl-score-string<): New function.
2224         (wl-score-string-sort): Use it.
2225
2226         * wl-refile.el (wl-refile-guess-by-history): Use
2227         elmo-message-entity-field.
2228         (wl-refile-guess-by-from): Ditto.
2229         (wl-refile-guess-by-msgid): Ditto.
2230
2231         * Version number is increased to 2.11.16.
2232
2233 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2234
2235         * wl-folder.el (wl-folder-confirm-existence): Don't call
2236         file-exists-p if msgdb-path is nil.
2237         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2238         `wl-read-folder-hist' to `wl-read-folder-history'.
2239
2240 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2241
2242         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2243         `y-or-n-p'.
2244
2245 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2246
2247         * wl-score.el (wl-score-headers): Don't use
2248         elmo-folder-do-each-message-entity.
2249
2250         * Version number is increased to 2.11.15.
2251
2252 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2253
2254         * wl-summary.el (wl-summary-delete-all-msgs): Use
2255         elmo-folder-move-messages instead of elmo-folder-delete-messages
2256         and elmo-folder-detach-messages.
2257         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2258
2259         * wl-expire.el (wl-expire-delete): Ditto.
2260         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2261
2262 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2263
2264         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2265         (wl-message-header-narrowing-fields): Ditto.
2266         (wl-message-header-narrowing-lines): Ditto.
2267         (wl-message-header-narrowing-string): Ditto.
2268
2269         * wl-summary.el (wl-summary-mode-map): Bind
2270         wl-summary-toggle-header-narrowing to "C-cC-f".
2271         (wl-summary-toggle-header-narrowing): New function.
2272
2273         * wl-message.el (wl-message-buffer-create): Call
2274         wl-message-header-narrowing-setup.
2275         (wl-message-redisplay): Call wl-message-header-narrowing.
2276         (wl-message-header-narrowing): New function.
2277         (wl-message-header-narrowing-map): New keymap.
2278         (wl-message-header-narrowing-widen-map): New keymap.
2279         (wl-message-header-narrowing-again-at-mouse): New function.
2280         (wl-message-header-narrowing-1): Ditto.
2281         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2282         (wl-message-header-narrowing-setup): Ditto.
2283         (wl-message-header-narrowing-toggle): Ditto.
2284         
2285         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2286
2287         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2288         'flag as all.
2289         (wl-use-flag-folder-help-echo): New user option.
2290
2291         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2292         wl-summary-highlight as nil.
2293         (wl-summary-set-mark-modified): Follow the API change.
2294         (wl-summary-mark-modified-p): Ditto.
2295         (wl-summary-mark-as-read-all): Ditto.
2296         (wl-summary-sync-marks): Don't call
2297         elmo-folder-list-messages-with-global-mark.
2298         (wl-summary-mark-as-read-internal): Follow the API change.
2299         (wl-summary-mark-as-answered-internal): Ditto.
2300         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2301         Follow the API change.
2302         (wl-summary-create-line): Call with number argument.
2303         (wl-summary-reply): Follow the API change.
2304
2305         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2306         function.
2307         (wl-highlight-summary-line-string): Call it when
2308         wl-use-flag-folder-help-echo is non-nil.
2309         (wl-highlight-summary-current-line): Ditto.
2310         (elmo-flag-folder-referrer): Added autoload setting.
2311
2312         * wl-draft.el (wl-draft-kill): Follow the API change.
2313
2314         * Version number is increased to 2.11.14.
2315         
2316 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2317
2318         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2319
2320 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2321
2322         * Version number is increased to 2.11.13.
2323
2324 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2325
2326         * wl-draft.el (wl-draft-previous-history-element): Fixed
2327         unbalanced parenthesis and bind unbound local variables.
2328
2329 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2330
2331         * wl-draft.el (wl-draft-previous-history-element): New function.
2332         (wl-draft-next-history-element): Ditto.
2333         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2334         them to M-p and M-n.
2335
2336 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2337
2338         * Version number is increased to 2.11.12.
2339
2340 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2341
2342         * wl-draft.el (wl-draft-hide): Select buffer-window.
2343
2344 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2345
2346         * wl-summary.el (wl-summary-narrow-to-region): New function.
2347         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2348         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2349         (wl-summary-save-region): Use it.
2350         * wl-action.el (wl-summary-collect-numbers-region)
2351         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2352
2353 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2354
2355         * wl-folder.el (wl-folder-count-incorporates): Don't use
2356         `elmo-msgdb-mark-load'
2357
2358         * Version number is increased to 2.11.11.
2359
2360 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2361
2362         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2363         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2364
2365 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2366
2367         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2368
2369 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2370
2371         * Version number is increased to 2.11.10.
2372
2373 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2374
2375         * wl-mime.el (wl-draft-attribute-value): Fixed.
2376
2377 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2378
2379         * wl-util.el (wl-copy-local-variables): New function.
2380
2381         * wl-mime.el (wl-draft-attribute-recipients): New function.
2382         (wl-draft-attribute-envelope-from): Ditto.
2383         (wl-draft-attribute-smtp-posting-server): Ditto.
2384         (wl-draft-attribute-smtp-posting-port): Ditto.
2385         (wl-draft-attribute-value): Ditto.
2386         (wl-draft-preview-message): Use it to get value for
2387         attributes. Reflect result of `wl-draft-config'.
2388
2389         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2390         and call `wl-summary-mark-as-read' before to call
2391         `wl-summary-unset-mark'.
2392         (wl-summary-target-mark-mark-as-unread): Likewise.
2393         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2394
2395 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2396
2397         * wl-mime.el (wl-draft-preview-message): Use actual value for
2398         attributes; Fix for small window.
2399
2400 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2401
2402         * wl-refile.el (wl-refile-get-field-value): Call
2403         `elmo-message-entity-field' with 3rd argument is non-nil.
2404
2405 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2406
2407         * wl-vars.el (wl-draft-preview-attributes): New user option.
2408         (wl-draft-preview-attributes-list): Ditto.
2409         (wl-draft-preview-attributes-buffer-lines): Ditto.
2410         (wl-draft-preview-attributes-buffer-name): Ditto.
2411
2412         * wl-mime.el (wl-draft-preview-message): Display attributes.
2413
2414 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2415
2416         * wl-summary.el (wl-summary-detect-mark-position): Bind
2417         wl-summary-flag-priority-list to '(new).
2418
2419 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2420
2421         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2422         funtion.
2423         (wl-highlight-summary-line-string): Use it.
2424         (wl-highlight-summary-current-line): Ditto.
2425
2426 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2427
2428         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2429         line even when the mark string is not changed.
2430
2431         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2432         argument change in the wl-summary-create-line.
2433         (wl-thread-insert-entity-sub): Ditto.
2434
2435         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2436         argument change in the wl-summary-create-line.
2437         (wl-summary-insert-sequential): Ditto.
2438         (wl-summary-update-thread): Ditto.
2439         (wl-summary-persistent-mark-string): New inline function.
2440         (wl-summary-message-mark): Use it.
2441         (wl-summary-create-line): Abolish argument wl-persistent-mark
2442         and added wl-flags, wl-cached.
2443
2444         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2445         mark to flags.
2446         (wl-highlight-summary-current-line): Decide the face not by the 
2447         persistent mark but flags.
2448
2449 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2450
2451         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2452         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2453         wl-summary-read-uncached-mark): Revive.
2454         (wl-summary-answered-cached-mark,
2455         wl-summary-answered-uncached-mark): New user option.
2456         (wl-summary-score-marks): Follow the change above.
2457         (wl-summary-auto-refile-skip-marks): Ditto.
2458         (wl-summary-incorporate-marks): Ditto.
2459         (wl-summary-expire-reserve-marks): Ditto.
2460         (wl-summary-flag-priority-list): New user option.
2461
2462         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2463         changes.
2464         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2465         of elmo-message-mark.
2466         (wl-summary-mark-as-read-internal): Ditto.
2467         (wl-summary-mark-as-answered): Ditto.
2468         (wl-summary-mark-as-important): Ditto.
2469         (wl-summary-redisplay-internal): Ditto.
2470         (wl-summary-redisplay-no-mime-internal): Ditto.
2471         (wl-summary-message-mark): New function.
2472         (wl-summary-insert-sequential): Use wl-summary-message-mark
2473         instead of elmo-message-mark.
2474         (wl-summary-update-thread): Ditto.
2475         (wl-summary-persistent-mark): Ditto.
2476         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2477         instead of elmo-message-mark.
2478
2479         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2480         wl-summary-message-mark instead of elmo-message-mark.
2481         (wl-thread-insert-entity-sub): Ditto.
2482         (wl-thread-get-children-msgs-uncached): Ditto.
2483
2484         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2485         variable name changes.
2486         (wl-highlight-summary-current-line): Ditto.
2487
2488         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2489         wl-summary-message-mark instead of elmo-message-mark.
2490
2491         * wl-expire.el (wl-expire-message-p): Ditto.
2492
2493         * wl-score.el (wl-score-headers): Ditto.
2494
2495         * Version number is increased to 2.11.9.
2496
2497         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2498         (wl-summary-sync-update): Follow the change above.
2499         (wl-summary-switch-to-clone-buffer): Ditto.
2500         (wl-summary-open-folder): Ditto.
2501
2502 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2503
2504         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2505         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2506
2507         * Version number is increased to 2.11.8.
2508
2509         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2510
2511         * wl-expire.el (wl-expire-refile): Follow the API change on
2512         `elmo-folder-move-messages'.
2513         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2514
2515         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2516         (wl-summary-exec-action-refile): Ditto.
2517         (wl-summary-exec-action-copy): Ditto.
2518         (wl-summary-no-auto-refile-message-p): No use
2519         `wl-summary-buffer-msgdb'.
2520         (wl-summary-auto-refile): Ditto.
2521
2522 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2523
2524         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2525
2526 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2527
2528         * wl-summary.el (wl-summary-sync): Treat no-sync.
2529
2530         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2531         (wl-default-sync-range): Ditto.
2532
2533 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2534
2535         * wl-refile.el (wl-refile-subject-learn): Call
2536         `elmo-message-entity-field' with 3rd argument is non-nil.
2537         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2538         instead of `elmo-msgdb-overview-entity-get-subject'.
2539
2540 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2541
2542         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2543         scan-type is rescan.
2544         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2545         new optional argument force is non-nil.
2546         (wl-summary-save-view-cache): Call it with force argument non-nil.
2547
2548         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2549
2550 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2551
2552         * wl-action.el (wl-summary-print-argument): Fixed last change.
2553
2554 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2555
2556         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2557         simplified.
2558         (wl-summary-target-mark-mark-as-unread): Likewise.
2559         (wl-summary-target-mark-mark-as-important): Likewise.
2560
2561 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2562
2563         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2564         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2565         (wl-summary-mark-as-important-region): Change accordingly.
2566         (wl-summary-target-mark-mark-as-important): Ditto.
2567
2568 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2569
2570         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2571
2572         * wl-action.el (wl-summary-print-argument): Print argument to
2573         right side of window if `wl-summary-print-argument-within-window'
2574         is non-nil.
2575
2576 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2577
2578         * wl-action.el (wl-summary-set-mark): Use
2579         `wl-summary-message-visible-p' to check visibility of the message
2580         and jump to message only when the message line is visible and have
2581         different number; Call wl-summary-unset-mark with number argument.
2582         (wl-summary-unset-mark): 
2583         Use `wl-summary-message-visible-p'
2584         to check visibility of the message and jump to message only when
2585         the message line is visible and have different number;
2586
2587 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2588
2589         * Version number is increased to 2.11.7.
2590
2591         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2592         and wl-folder-summary-line-format.
2593
2594         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2595         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2596         (wl-summary-set-score-mark): Use it.
2597         (wl-summary-target-mark-mark-as-read): Ditto.
2598         (wl-summary-target-mark-mark-as-unread): Ditto.
2599         (wl-summary-target-mark-mark-as-important): Ditto.
2600         (wl-summary-target-mark-msgs): Simplified.
2601         (wl-summary-detect-mark-position): Fixed problem when
2602         summary-line-format no contain persisten/temp mark spec.
2603         (wl-summary-temp-mark): Ditto.
2604         (wl-summary-persistent-mark): Ditto.
2605         (wl-summary-update-persistent-mark): Ditto.
2606
2607         * wl-action.el (wl-summary-set-mark): Ditto.
2608         (wl-summary-unset-mark): Ditto.
2609         All other related portions are changed.
2610
2611 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2612
2613         * Version number is increased to 2.11.6.
2614
2615 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2616
2617         * wl-util.el (wl-current-message-buffer): Define as function;
2618         Don't use the value of wl-messge-buffer.
2619
2620         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2621         persistent mark.
2622
2623         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2624         no current message, cause an error.
2625
2626 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2627
2628         * wl-summary.el (wl-summary-set-message-modified): Use
2629         elmo-folder-set-message-modified instead of
2630         elmo-folder-set-message-modified-internal.
2631
2632 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2633
2634         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2635         interactively.
2636         (wl-summary-sync): nokill->entirely.
2637         (wl-summary-sync-marks): Fixed message.
2638         (wl-summary-input-range): Added mark, nokill->entirely.
2639
2640         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2641         messages as read.
2642
2643 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2644
2645         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2646         update-noscore.
2647         (wl-summary-sync): Follow the change above.
2648
2649 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650
2651         * wl-action.el (wl-summary-target-mark-all): Use
2652         elmo-folder-list-messages.
2653
2654 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2655
2656         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2657         (wl-summary-rescan): Set wl-summary-scored as nil.
2658         (wl-summary-sync-force-update): Follow the change above.
2659         (wl-summary-sync): Ditto.
2660         (wl-summary-sync-update): Added argument disable-killed.
2661         (wl-summary-insert-headers): Set visible-only argument for
2662         elmo-folder-list-messages.
2663         (wl-summary-input-range): Added update-nokill, update-noscore,
2664         all-nokill, all-noscore and mark.
2665
2666         * Version number is increased to 2.11.5.
2667
2668         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2669
2670 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2671
2672         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2673         (wl-summary-prefetch-region-no-mark): Change accordingly.
2674         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2675
2676 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2677
2678         * wl-address.el (wl-complete-field-to): Abolished.
2679         (wl-complete-address): Completion function for completing-read.
2680         * wl-action.el (wl-summary-get-resend-address): Use it.
2681
2682         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2683         wl-summary-update-mark and abolish unused argument.
2684         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2685         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2686         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2687         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2688         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2689         * wl-draft.el (wl-draft-kill): Ditto.
2690
2691         * wl-summary.el: Remove unused binding of case-fold-search.
2692         (wl-summary-replace-status-marks): Abolished.
2693
2694 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2695
2696         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2697         is specified or folder length is zero.
2698
2699 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2700
2701         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2702         (wl-folder-archive-current-entity): Ditto.
2703
2704 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2705
2706         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2707         retrieving message mark.
2708         (wl-summary-redisplay-internal): Ditto.
2709
2710         * wl-message.el (wl-message-buffer-display): Ignore errors while
2711         retrieving message-id field.
2712
2713         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2714         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2715         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2716         order of the arguments for `wl-expire-message-p'.
2717         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2718
2719         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2720         Check return value of wl-summary-reply.
2721         (wl-summary-reply): Recover window configuration when an error occured.
2722
2723 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2724
2725         * wl-summary.el (wl-summary-resend-message): Abolished, the
2726         feature is inherited by wl-summary-resend (put resend mark).
2727
2728 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2729
2730         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2731         wl-message-buffer to nil when the message is hide.
2732
2733 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2734
2735         * .cvsignore: New file.
2736
2737 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2738
2739         * wl-action.el (wl-summary-action-docstring): Add more info.
2740         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2741         duplicate definition.
2742         (wl-summary-define-mark-action): Functions wl-summary-*-region
2743         keep current position.
2744         (wl-summary-unregister-target-mark): Store result to the variable.
2745
2746 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2747
2748         * Version number is increased to 2.11.4.
2749
2750 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2751
2752         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2753         wl-summary-delete-all-temp-marks.
2754         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2755
2756         * wl-action.el (wl-summary-set-mark): Changed terminology
2757         refile-destination -> action-argument.
2758         (wl-summary-unset-mark): Ditto.
2759         (wl-summary-remove-argument): Ditto.
2760         (wl-summary-print-argument): Ditto.
2761
2762         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2763         (wl-thread-remove-argument-region): Ditto.
2764         (wl-thread-print-argument-region): Ditto.
2765         (wl-thread-close): Ditto.
2766         (wl-thread-open): Ditto.
2767
2768         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2769         (wl-highlight-refile-destination-face is abolished)
2770         (wl-highlight-action-argument-string): Ditto.
2771         (wl-highlight-summary-current-line): Highlight action argument.
2772
2773         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2774         color for light backgrounds.
2775         (wl-highlight-summary-answered-face): Ditto.
2776
2777 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2778
2779         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2780
2781         * wl-score.el (wl-summary-score-update-all-lines): Use
2782         wl-summary-set-mark.
2783         (wl-summary-score-update-all-lines): Kill expunged messages.
2784
2785         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2786
2787 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2788
2789         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2790         directly.
2791         (wl-score-overview-entity-get-lines): Ditto.
2792         (wl-score-overview-entity-get-xref): Ditto.
2793         (wl-score-get-latest-msgs): Ditto.
2794         (wl-summary-rescore): Ditto.
2795
2796         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2797         to "&".
2798         (wl-summary-mark-as-answered-internal): New inline function.
2799         (wl-summary-mark-as-answered): New function.
2800         (wl-summary-mark-as-unanswered): Ditto.
2801         (wl-summary-sync-marks): Modified for answered-mark synching.
2802
2803 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2804
2805         * wl-action.el (wl-summary-set-mark): Fixed last change.
2806
2807 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2808
2809         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2810         behavior of wl-summary-unread-message-hook
2811         (Pointed out by akira yamada <akira@arika.org>).
2812
2813 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2814
2815         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2816         wl-summary-delete.
2817         * wl-xmas.el (wl-summary-toolbar): Ditto.
2818
2819         * wl-action.el (wl-summary-set-mark): Don't override current
2820         temp-mark.
2821
2822         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2823
2824 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2825
2826         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2827         (wl-refile-msgid-learn): Ditto.
2828         (wl-refile-get-field-value): Ditto.
2829
2830         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2831
2832         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2833         (wl-expire-delete-reserved-messages): Renamed from
2834         wl-expire-reserve-marked-msgs-from-list.
2835         (wl-expire-delete): Removed argument `msgdb'.
2836         (wl-expire-refile): Ditto.
2837         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2838         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2839         mark-alist as argument.
2840         (wl-expire-archive-number1): Removed argument `msgdb'.
2841         (wl-expire-archive-number2): Ditto.
2842         (wl-expire-archive-date): Ditto.
2843         (wl-expire-localdir-date): Ditto.
2844         (wl-expire-hide): Ditto.
2845         (wl-archive-number1): Ditto.
2846         (wl-archive-number2): Ditto.
2847         (wl-archive-date): Ditto.
2848         (wl-archive-folder): Ditto.
2849         All other related portions are changed.
2850
2851 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2852
2853         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2854         mean move up and down. (suggested by Takashi Kawachi)
2855
2856 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2857
2858         * wl-acap.el (toplevel): Don't require un-define.
2859
2860 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2861
2862         * wl-thread.el (wl-thread-delete-message): Always update
2863         wl-summary-buffer-number-list.
2864
2865         * wl-action.el (wl-summary-print-destination): 
2866         Do nothing when folder is nil.
2867
2868 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2869
2870         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2871         persistent mark when prefetch is succeeded.
2872
2873 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2874
2875         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2876         instead of elmo-msgdb-delete-msgs.
2877         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2878         (wl-expire-hide): Ditto.
2879
2880         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2881
2882         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2883         elmo-msgdb interface.
2884         (wl-thread-get-exist-children): Likewise.
2885         (wl-thread-insert-message): Likewise.
2886         (wl-thread-msg-mark-as-important): Likewise.
2887         (wl-thread-insert-entity-sub): Likewise.
2888         (wl-thread-get-children-msgs-uncached): Likewise.
2889
2890         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2891         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2892         (wl-summary-sync-update): Likewise.
2893         (wl-summary-auto-select-msg-p): Likewise.
2894         (wl-summary-update-thread): Likewise.
2895         (wl-summary-mark-as-important): Likewise.
2896         (wl-summary-jump-to-msg-internal): Likewise.
2897         (wl-summary-redisplay-internal): Likewise.
2898         (wl-summary-print-message-with-ps-print): Likewise.
2899         (wl-summary-folder-info-update): Likewise.
2900
2901         * wl-folder.el (wl-folder-check-one-entity):
2902         elmo-folder-count-flags instead of wl-summary-count-unread.
2903
2904         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2905
2906         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2907
2908         * wl-summary.el (wl-summary-set-message-modified): 
2909         Call wl-summary-set-mark-modified.
2910         (wl-summary-delete-messages-on-buffer): Call
2911         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2912         (wl-summary-sync-update): Call elmo-folder-length instead of
2913         elmo-folder-messages.
2914         (wl-summary-insert-headers): Don't call
2915         elmo-folder-list-message-entities.
2916
2917 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2918
2919         * wl-action.el (wl-summary-define-mark-action): Call
2920         `wl-summary-set-mark' with argument `data'.
2921         (wl-summary-auto-refile): Fixed order of arguments when call
2922         `wl-summary-refile'.
2923
2924 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2925
2926         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2927
2928         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2929
2930         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2931         (Renamed from wl-highlight-summary-deleted-face).
2932         (wl-highlight-summary-resend-face): New face.
2933
2934         (wl-highlight-summary-deleted-face): Renamed from
2935         wl-highlight-summary-erased-face.
2936
2937         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2938
2939         * wl-action.el (wl-summary-get-resend-address): New function.
2940         (wl-summary-exec-action-resend): Ditto.
2941         (wl-summary-exec-action-resend-subr): Ditto.
2942
2943         * w-thread.el (wl-thread-copy): Removed definition.
2944         (wl-thread-refile): Ditto.
2945         (wl-thread-delete): Ditto.
2946         (wl-thread-target-mark): Ditto.
2947
2948         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2949         (wl-summary-target-mark-set-action): Fixed.
2950         (wl-summary-define-mark-action): Fixed quotation.
2951         (wl-summary-move-mark-list-messages): Display message.
2952         (wl-summary-define-mark-action): Define thread functions.
2953         (wl-summary-exec-action-refile): Changed message.
2954         (wl-summary-exec): Ditto.
2955
2956 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2957         
2958         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2959         '%%'.
2960
2961 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2962
2963         * wl.el (toplevel): Require wl-action.
2964         (wl-init): Call wl-summary-define-mark-action.
2965
2966         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2967
2968         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2969         wl-summary-delete and wl-summary-erase.
2970         (wl-summary-mode-map): Ditto.
2971
2972         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2973         wl-delete-folder-alist.
2974
2975         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2976         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2977         (toplevel): Moved mark & action related functions to the wl-action.el.
2978
2979         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2980         in wl-summary-mark-action-list.
2981         (wl-highlight-summary-current-line): Ditto.
2982
2983         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2984         empty lines.
2985
2986         * wl-action.el: New file. 
2987
2988 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2989
2990         * wl-summary.el (wl-summary-target-mark-replace): New function.
2991         (wl-summary-target-mark-prefetch): Use it.
2992         (wl-summary-target-mark-delete): Ditto.
2993         (toplevel): Rearranged definition order.
2994         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2995         (wl-summary-target-mark-erase): Rewrite.
2996         (wl-summary-erase-region): New function.
2997         (wl-summary-exec-action-erase): Changed message.
2998         (wl-summary-move-mark-list-messages): New function.
2999         (wl-summary-exec-action-delete): Use it.
3000         (wl-summary-exec-action-erase): Ditto.
3001
3002         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3003         (wl-summary-skip-mark-list): Added "d".
3004
3005         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3006         while searching.
3007
3008         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3009         and define using defcustom;
3010         Define 4th element as a face.
3011         
3012         * wl-summary.el (wl-summary-incorporate): Use 
3013         `wl-summary-prefetch-region-no-mark' instead of
3014         `wl-summary-prefetch-region'.
3015         (wl-summary-prefetch-region-no-mark): Revival of old
3016         `wl-summary-prefetch-region'.
3017         (wl-summary-mark-action-list): Moved to wl-vars.el
3018
3019         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3020         face according to the `wl-summary-mark-action-list'.
3021         (wl-highlight-summary-current-line): Ditto;
3022         Removed destination highlighting.
3023
3024         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3025         (wl-highlight-summary-line-string): Highlight for "i" mark.
3026         (wl-highlight-summary-current-line): Ditto.
3027
3028         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3029         no destination.
3030
3031         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3032         exists, just go ahead.
3033         (wl-summary-prefetch-region): Rewrite.
3034         (wl-summary-prefetch): Ditto.
3035         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3036         (wl-summary-exec-action-prefetch): New function.
3037         (wl-summary-target-mark-prefetch): Rewrite.
3038
3039 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3040
3041         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3042         (wl-highlight-summary-line-string): Added "d" and "D".
3043         (wl-highlight-summary-current-line): Ditto.
3044
3045         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3046         in wl-summary.el.
3047         (wl-thread-insert-entity-sub): Ditto.
3048         (wl-thread-remove-destination-region): Ditto.
3049         (wl-thread-print-destination-region): Ditto.
3050
3051         * wl-summary.el (wl-summary-buffer-refile-list,
3052         wl-summary-buffer-delete-list,
3053         wl-summary-buffer-copy-list): Abolish.
3054         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3055         All other related portions are changed.
3056         (wl-summary-mark-action-list): New variable.
3057         (wl-summary-set-mark): New function.
3058         (wl-summary-register-target-mark): Ditto.
3059         (wl-summary-unregister-target-mark): Ditto.
3060         (wl-summary-have-target-mark-p): Ditto.
3061         (wl-summary-register-temp-mark): Ditto.
3062         (wl-summary-unregister-temp-mark): Ditto.
3063         (wl-summary-registered-temp-mark): Ditto.
3064         (wl-summary-collect-temp-mark): Ditto.
3065         (wl-summary-unset-mark): Ditto.
3066         (wl-summary-set-target-mark): Ditto.
3067         (wl-summary-unset-target-mark): Ditto.
3068         (wl-summary-set-action-generic): Ditto.
3069         (wl-summary-unset-action-generic): Ditto.
3070         (wl-summary-exec-action-delete): Ditto.
3071         (wl-summary-exec-action-erase): Ditto.
3072         (wl-summary-set-action-refile): Ditto.
3073         (wl-summary-set-action-refile-subr): Ditto.
3074         (wl-summary-unset-action-refile): Ditto.
3075         (wl-summary-make-destination-numbers-list): Ditto.
3076         (wl-summary-exec-action-refile): Ditto.
3077         (wl-summary-set-action-copy): Ditto.
3078         (wl-summary-unset-action-copy): Ditto.
3079         (wl-summary-exec-action-copy): Ditto.
3080         (wl-summary-collect-numbers-region): Ditto.
3081         (wl-summary-delete): Rewrite.
3082         (wl-summary-erase): Ditto.
3083         (wl-summary-remove-destination): Ditto.
3084         (wl-summary-exec): Ditto.
3085         (wl-summary-exec-region): Ditto.
3086         (wl-summary-target-mark-erase): Ditto.
3087         (wl-summary-refile): Ditto.
3088         (wl-summary-copy): Ditto.
3089         (wl-summary-unmark): Ditto.
3090         (wl-summary-delete-all-mark): Ditto.
3091         (wl-summary-mark-line): Don't highlight.
3092         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3093         (wl-summary-target-mark-refile-subr): Rewrite.
3094
3095         (wl-summary-copy-prev-destination): Abolish.
3096
3097 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3098
3099         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3100         default values along the value of wl-on-mule.
3101         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3102         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3103         It is not used anywhere.
3104
3105 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3106
3107         * wl-summary.el (wl-summary-print-destination): Keep position.
3108         (wl-summary-cursor-move-surface): Keep horizontal position.
3109
3110 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3111
3112         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3113         write sendlog.
3114
3115 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3116
3117         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3118         `wl-summary-highlight'.
3119
3120 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3121
3122         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3123         trivial condition for temp-mark.
3124
3125 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3126
3127         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3128         when it hits killed buffer.
3129
3130 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3131
3132         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3133         * wl-news.el.in: `message' and `error' take format string.
3134
3135 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3136
3137         * wl-folder (wl-folder-insert-entity): Display a message,
3138         `...done', when the work finish.
3139         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3140
3141 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3142
3143         * wl-message.el (wl-message-redisplay): Remove unused local
3144         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3145
3146 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3147
3148         * wl-summary.el (wl-summary-replace-status-marks): Disable
3149         interactive use.
3150         (wl-summary-reedit): Check message existence at first.
3151         (wl-summary-mark-line): Fix doc, return value is indefinite.
3152
3153         * wl-highlight.el (wl-highlight-message): Arranged.
3154
3155         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3156         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3157         check temp-mark by wl-summary-temp-mark always.
3158         (wl-highlight-summary): Change accordingly.
3159         * wl-summary.el (wl-summary-mark-as-read-all)
3160         (wl-summary-delete-cache, wl-summary-set-score-mark)
3161         (wl-summary-mark-as-unread, wl-summary-unmark)
3162         (wl-summary-mark-line, wl-summary-mark-as-read)
3163         (wl-summary-mark-as-important): Ditto.
3164
3165         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3166         end of the window if possible.
3167         * wl-summary.el (wl-summary-sync-update): Support lazy
3168         highlighting.
3169         (wl-summary-toggle-disp-msg): Ditto.
3170
3171 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3172
3173         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3174
3175 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3176
3177         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3178         change.
3179
3180 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3181
3182         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3183         API.
3184         (wl-summary-sync-update): Ditto.
3185
3186         * wl-score.el (wl-score-get-score-alist): Changed argument.
3187         (wl-summary-rescore-msgs): Likewise.
3188         (wl-summary-score-headers): Likewise.
3189         (wl-score-headers): Likewise;
3190         Use elmo-folder-do-each-message-entity, etc.
3191         (wl-summary-score-effect): Follow the changes above.
3192         (wl-summary-rescore): Ditto.
3193         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3194         (wl-score-get-overview): Abolish.
3195
3196         * wl-summary.el (wl-summary-default-from): Follow the API change in
3197         elmo-msgdb.
3198         (wl-summary-count-unread): Ditto.
3199         (wl-summary-detect-mark-position): Ditto.
3200         (wl-summary-overview-entity-compare-by-date): Ditto.
3201         (wl-summary-overview-entity-compare-by-number): Ditto.
3202         (wl-summary-overview-entity-compare-by-from): Ditto.
3203         (wl-summary-overview-entity-compare-by-subject): Ditto.
3204         (wl-summary-get-list-info): Ditto.
3205         (wl-summary-rescan): Ditto.
3206         (wl-summary-jump-to-msg-by-message-id): Ditto.
3207         (wl-summary-sync-update): Ditto; Removed comment.
3208         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3209         (wl-summary-insert-message): Use wl-summary-insert
3210         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3211         (wl-summary-insert-headers): Changed argument overview to folder.
3212         (wl-summary-search-by-subject): Likewise.
3213         (wl-summary-insert-thread): Renamed from 
3214         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3215
3216         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3217         too.
3218
3219         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3220         wl-string-member.
3221
3222 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3223
3224         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3225         elmo-folder-append-buffer.
3226         (wl-draft-queue-append): Likewise.
3227
3228         * wl-mime.el (wl-message-delete-current-part): Ditto.
3229         (wl-summary-burst-subr): Ditto.
3230
3231         * wl-news.el.in (wl-news-send-news): Ditto.
3232
3233 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3234
3235         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3236         function.
3237         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3238         (wl-summary-update-mark): Enclose with save-excursion.
3239         (wl-summary-mark-as-read-internal): Fixed last change.
3240         (wl-summary-mark-as-important): Use 3rd argument of
3241         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3242         Don't use elmo-msgdb-set-mark.
3243         (wl-summary-redisplay-internal): If msgdb flag is already read,
3244         just update the mark on buffer.
3245
3246 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3247
3248         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3249         cut visible folder when elmo-folder-delete returns non-nil value.
3250
3251 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3252
3253         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3254         by Kenichi OKADA <okada@opaopa.org>).
3255
3256 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3257
3258         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3259
3260 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3261
3262         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3263         Fixed the last change, search group entity by its real name.
3264         (Thanks to: KOBAYASHI Shinji)
3265
3266 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3267
3268         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3269         (wl-fldmgr-access-display-all): Don't refer visible name.
3270         * wl-expire.el (wl-folder-archive-current-entity)
3271         (wl-folder-expire-current-entity): Ditto.
3272         * wl-folder.el (wl-folder-jump-to-current-entity)
3273         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3274         (wl-folder-open-folder-sub,wl-folder-open-all)
3275         (wl-folder-write-current-folder): Ditto.
3276         (wl-folder-insert-entity): Don't use petname for normal group.
3277         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3278         is the real name.
3279         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3280         Abolished.
3281
3282 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3283
3284         * wl-draft.el (wl-draft-create-buffer): Add
3285         `wl-summary-reply-with-citation'
3286
3287 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3288
3289         * wl-draft.el (wl-draft-reply): Fixed.
3290
3291 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3292
3293         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3294         when `wl-draft-send-confirm-with-preview' is non-nil.
3295         You can scroll up/down by j/k.
3296         (wl-draft-send-confirm-with-preview): New variable (default=t).
3297
3298 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3299
3300         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3301         (wl-fldmgr-save-folders): Fix comment.
3302
3303 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3304
3305         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3306         along the last change in `wl-folder-buffer-group-p'.
3307
3308 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3309
3310         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3311         folder.
3312
3313         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3314         the default value.
3315
3316         * wl-mime.el (wl-summary-burst): Update summary only when target
3317         folder equals current folder.
3318
3319 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3320
3321         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3322
3323 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3324
3325         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3326         value.
3327
3328 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3331         `map-extents' instead of `extent-at' repeatedly.
3332         (wl-highlight-folder-current-line): Ditto.
3333
3334         * wl-highlight.el: Remove useless dummy functions.
3335
3336 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3337
3338         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3339         (wl-folder-put-folder-property): New function to put text property.
3340         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3341         (wl-folder-insert-entity, wl-folder-update-diff-line)
3342         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3343         * wl-e21.el, wl-xmas.el, wl-mule.el
3344         (wl-highlight-folder-current-line): Ditto.
3345         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3346         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3347         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3348         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3349
3350 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3351
3352         * Version number is increased to 2.11.3.
3353
3354 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3355
3356         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3357         Resume current-buffer since it is assumed by remaining tasks.
3358
3359 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3360
3361         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3362         (wl-folder-completion-function): Abolished.
3363         (wl-folder-complete-folder): New function.
3364         (wl-folder-complete-filter-condition): Ditto.
3365         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3366         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3367
3368 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3369
3370         * wl-draft.el (wl-draft-send-confirm): New function.
3371         (wl-draft-send): Use it.
3372
3373         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3374         cursor-in-echo-area while confirming.
3375
3376         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3377
3378         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3379         searching via nntp if wl-summary-search-via-nntp is 'force.
3380         Otherwise, invoke searching in nntp folder only.
3381         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3382
3383         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3384         explicitly for mime-make-text-tag.
3385
3386 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3387
3388         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3389         `mime-make-text-tag' instead of `mime-create-tag'.
3390
3391 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3392
3393         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3394         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3395
3396 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3397
3398         * wl-score.el (wl-score-save): Bind print-length and print-level.
3399         (wl-score-pretty-print): Ditto.
3400         (wl-score-edit-insert-header-entry): Ditto.
3401
3402         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3403         "From" entry to be treated with wl-draft-eword-encode-address-list.
3404         * wl-mime.el (wl-draft-preview-message): Ditto.
3405
3406         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3407         (wl-summary-mark-as-unread): Ditto.
3408         (wl-summary-mark-as-read-region): Change accordingly.
3409         (wl-summary-mark-as-unread-region): Ditto.
3410         (wl-summary-target-mark-mark-as-read): Ditto.
3411         (wl-summary-target-mark-mark-as-unread): Ditto.
3412
3413 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3414
3415         * Version number is increased to 2.11.2.
3416
3417 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3418
3419         * wl-news.el.in (wl-news-previous-version-save): Bind
3420         print-length and print-level.
3421         * wl-thread.el (wl-thread-save-entities): Ditto.
3422         (wl-thread-save-top-list): Bind print-length.
3423
3424 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3425
3426         * wl-highlight.el (wl-highlight-summary-line-string): Use
3427         wl-summary-score-below-mark, wl-summary-score-over-mark.
3428         (wl-highlight-summary-current-line): Ditto.
3429
3430 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3431
3432         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3433         insert it.
3434
3435 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3436
3437         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3438
3439 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3440
3441         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3442         message without msgid.
3443         Rewrite with elmo-folder-move-messages.
3444         Set wl-message-buffer to nil.
3445
3446         * wl-summary.el (wl-summary-erase-subr): New function. Use
3447         elmo-folder-move-messages.
3448         (wl-summary-erase): Call it.
3449         (wl-summary-target-mark-erase): Ditto.
3450
3451 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3452
3453         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3454         it is not up-tp-date.
3455
3456 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3457
3458         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3459         buffer after calling `wl-summary-goto-folder-subr' without the
3460         argument `interactive'.
3461         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3462
3463 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3464
3465         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3466         `mime-create-tag'. Use `string=' instead of `looking-at'.
3467
3468 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3469
3470         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3471         to avoid compile warning.
3472
3473         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3474         entity-id when folder is given.
3475         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3476         save-excursion, use save-selected-window instead.
3477         Select folder buffer window if exists.
3478         (To correct behavior with wl-folder-move-cur-folder.)
3479
3480 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3481
3482         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3483
3484 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3485
3486         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3487         list-count instead of %d.
3488
3489 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3490
3491         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3492         (wl-news): Set it.
3493         (wl-news-append-to-folder): Use it.
3494
3495         * wl-news.el.in (wl-news-send-news): Append to specified folder
3496         instead of wl-default-folder.
3497         (wl-news-append-to-folder): Show error message with specified folder.
3498
3499         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3500                 In most major modes, Emacs assumes that any opening
3501                 delimiter found at the left margin is the start of a
3502                 top-level definition, or defun. Therefore, *never put an
3503                 opening delimiter at the left margin unless it should have
3504                 that significance.*
3505
3506         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3507
3508 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3509
3510         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3511
3512 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3513
3514         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3515
3516 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3517
3518         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3519         for sequential numbering case.
3520
3521 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3522
3523         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3524         value.
3525         (wl-draft-reply-without-argument-list): Ditto.
3526         (wl-draft-reply-myself-with-argument-list): Abolish.
3527         (wl-draft-reply-myself-without-argument-list): Ditto.
3528         * wl-draft.el (wl-draft-self-reply-p): New function.
3529         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3530
3531 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3532
3533         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3534         (avoid error for the case without byte-compiling)
3535
3536 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3537
3538         * wl-news.el.in (wl-news-append-to-folder): New function.
3539         (wl-news-exit): Rewrite.
3540         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3541
3542 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3543
3544         * wl-draft.el (wl-draft-reply-position): New function.
3545         (wl-draft-reply-position): Fix.
3546         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3547         (wl-summary-target-mark-reply-with-citation): Ditto.
3548         (wl-summary-reply-with-citation): Ditto.
3549         * wl-vars.el (wl-draft-reply-default-position): New variable.
3550
3551 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3552
3553         * wl-draft.el (wl-draft-send): Preview when interactive send.
3554
3555 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3556
3557         * wl-draft.el (wl-draft-reply): Set default position.
3558         * wl-summary.el (wl-summary-reply): Ditto.
3559         (wl-summary-reply-with-citation): Ditto.
3560         (wl-summary-target-mark-reply-with-citation): Ditto.
3561
3562 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3563
3564         * wl-news.el.in (wl-news-lang): Set default value according to
3565         current-language-environment.
3566         (wl-news-append-news): Do nothing when news-list is nil.
3567
3568 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3569
3570         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3571         (wl-news): Change message.
3572         (wl-news-exit): Check buffer.
3573         (wl-news-force-exit): New function.
3574         (wl-news-show-all): New function.
3575         (wl-news-discard-and-exit): Fix.
3576
3577 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3578
3579         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3580         according to current-language-environment.
3581
3582         * wl-news.el.in (wl-news): If arg, show all NEWS after
3583         wl-news-default-previous-version.
3584
3585 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3586
3587         * wl-news.el.in (wl-news-check): Rewritten.
3588         (wl-news-previous-version-load): Change data type.
3589         (wl-news-previous-version-save): Change data type.
3590         (wl-news-append-news): Add return value.
3591         (wl-news-check-news): New function.
3592         (wl-news-already-current-p): New function.
3593         (wl-news-send-news): Rewritten.
3594         (wl-news-mode-map): Add new keybind.
3595         (wl-news): Rewritten.
3596         (wl-news-exit): Rewritten.
3597         (wl-news-discard-and-mail): New function.
3598         (wl-news-send-to-address): Abolished.
3599         * wl.el (wl-init): Delete a message.
3600
3601 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3602
3603         * wl-news.el.in (wl-news-exit): Update previous version.
3604         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3605
3606 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3607
3608         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3609
3610 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3611
3612         * wl-news.el.in (wl-news): New function.
3613         (wl-news-mode): New function.
3614         (wl-news-next-line): New function.
3615         (wl-news-next-page): New function.
3616         (wl-news-exit): New function.
3617         (wl-news-buf-name): New variable.
3618         (wl-news-mode-map): New variable.
3619         (wl-news-winconf): New variable.
3620         (wl-news-append-news): Add an option.
3621
3622 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3623
3624         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3625
3626 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3627
3628         * wl-news.el.in (wl-news-send-to-address): New variable.
3629         (wl-news-send-news): Use it.
3630         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3631         Return updating status.
3632         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3633
3634 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3635
3636         * wl-news.el.in (wl-news-send-news): Delete
3637         Organization and X-Face.
3638
3639 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3640
3641         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3642         (wl-news-append-news): New function.
3643         (wl-news-send-news): New function.
3644
3645 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3646
3647         * Version number is increased to 2.11.1.
3648
3649 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3650
3651         * wl-news.el.in : New file.
3652
3653 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3654
3655         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3656         default value.
3657         (wl-draft-reply-without-argument-list): Ditto.
3658
3659 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3660
3661         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3662         (wl-message-buffer-prefetch-idle-time): Ditto.
3663         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3664
3665 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3666
3667         * wl-thread.el (wl-thread-insert-message): Use
3668         wl-summary-max-thread-depth.
3669
3670         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3671         loop detection.
3672
3673         * wl-message.el (wl-message-buffer-display): Back to the first page
3674         when cache is hit.
3675
3676 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3677
3678         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3679
3680         * wl-summary.el (wl-summary-insert-thread-entity):
3681         If the thread depth is reached to wl-summary-max-thread-depth,
3682         divide the thread.
3683
3684 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3685
3686         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3687         for elmo-remove-passwd.
3688
3689 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3690
3691         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3692         folder is sticky.
3693         (wl-folder-mark-as-read-all-entity): Ditto.
3694         (wl-folder-prefetch-entity): Ditto.
3695
3696 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3697
3698         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3699
3700 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3701
3702         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3703         Delete messages on buffer for unplugged operation.
3704         (wl-summary-erase): Ditto.
3705
3706 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3707
3708         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3709         take nil so as not to search parent by subject.
3710
3711 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3712
3713         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3714         (wl-folder-get-next-folder): Ditto.
3715         (wl-folder-get-path): Ditto.
3716
3717 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3718
3719         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3720         system and encode the region with it before verifying.
3721
3722 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3723
3724         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3725         system of the echo buffer before decoding.
3726
3727 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3728
3729         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3730         original contents.
3731
3732 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3733
3734         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3735         with argument 'any-exists.
3736
3737 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3738
3739         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3740         Use `wl-cs-autoconv'.
3741
3742 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3743
3744         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3745         by `mime-view-automatic-conversion'.
3746
3747         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3748         (wl-message-verify-pgp-nonmime): Ditto.
3749         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3750         Bind them to C-c:d and C-c:v respectively.
3751
3752         Merge following code by Teranishi-san from [wl-en:00167].
3753         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3754         (wl-mime-preview-application/pgp-encrypted): Ditto.
3755         (wl-mime-setup): Add entry.
3756
3757 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3758
3759         * wl-summary.el (wl-summary-target-mark-erase): New function.
3760         Bind it to "mD".
3761
3762 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3763
3764         * wl-vars.el (wl-draft-write-file-function): Fix.
3765         (wl-draft-reedit-hook): Changed default value.
3766
3767         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3768         wl-draft-reedit-hook.
3769         (wl-draft-remove-text-plain-tag): New function.
3770         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3771
3772         * wl-vars.el (wl-draft-write-file-function): New user option.
3773
3774         * wl-draft.el (wl-draft-prepare-edit): Use it for
3775         local-write-file-hooks.
3776         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3777
3778         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3779         (wl-draft-insert-mail-header-separator): Return the body beginning
3780         point.
3781         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3782         text/plain.
3783         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3784
3785 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3786
3787         * wl-summary.el (wl-summary-erase): New function to erase message
3788         without moving it to trash. Bind to "D".
3789
3790         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3791         as `keep' unless switch-function.
3792
3793 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3794
3795         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3796         message buffer by using `wl-summary-toggle-disp-msg'.
3797         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3798         buffer window.
3799         (wl-summary-supresedes-message): Ditto.
3800
3801         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3802         Do not delete other windows.
3803         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3804         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3805         (wl-draft-create-buffer): Set reply-or-forward also for target
3806         mark commands.
3807
3808 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3809
3810         * wl-draft.el (wl-user-agent-compose): Delete special case for
3811         switch-to-buffer-other-window.
3812
3813         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3814         (wl-summary-forward): Ditto.
3815
3816         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3817         function.
3818         (wl-draft-buffer-style): New use option.
3819
3820         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3821         (wl-draft): Follow the change above.
3822         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3823         wl-draft-buffer-style.
3824         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3825         switch-function.
3826
3827 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3828
3829         * wl-address.el (wl-address-make-completion-entry): Extracted from
3830         `wl-address-make-completion-list'.
3831         (wl-address-enable-strict-loading): New variable.
3832         (wl-address-make-completion-list): Revive petname duplication
3833         inquiry, and enable it if `wl-address-enable-strict-loading'.
3834         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3835
3836 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3837
3838         * wl-message.el (wl-message-get-original-buffer): Avoid
3839         'Selecting deleted buffer' error when original buffer is killed.
3840
3841 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3842
3843         * wl-summary.el (wl-summary-next-message): Use
3844         elmo-message-accessible-p instead of elmo-message-cached-p.
3845
3846 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3847
3848         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3849
3850         * wl-thread.el (wl-thread-open-all-unread): Use
3851         elmo-folder-list-flagged instead of
3852         elmo-folder-list-messages-mark-match.
3853
3854         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3855         instead of elmo-folder-list-messages-mark-match.
3856         (wl-summary-move-spec-alist): New variable.
3857         (wl-summary-move-spec-plugged-alist,
3858         wl-summary-move-spec-unplugged-alist): Abolish.
3859         (wl-summary-next-message): Follow the change above.
3860         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3861         with 'no-msg' argument.
3862
3863         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3864         variable.
3865         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3866         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3867         (wl-message-buffer-prefetch-get-next): Follow the change above.
3868
3869 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3870
3871         * wl-version.el (wl-version): Changed codename.
3872
3873         * Version number is increased to 2.11.0.
3874
3875 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3876
3877         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3878         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3879         `wl-draft-config-variables'.
3880         (wl-draft-kill): Fixed problem when the draft is reedit.
3881
3882 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3883
3884         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3885         buffer-modified status (Thanks to
3886         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3887
3888 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3889
3890         * wl-util.el (wl-region-exists-p): New function.
3891
3892         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3893         Remove defvars for byte-compile warnings.
3894
3895 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3896
3897         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3898         defvar-maybe. Removed unused bind.
3899
3900 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3901
3902         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3903         summary buffer window before creating new frame.
3904         (wl-draft-reply): Ditto.
3905
3906 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3907
3908         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3909
3910 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3911
3912         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3913
3914 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3915
3916         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3917         instead of `kill-region'.
3918
3919 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3920
3921         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3922         (wl-highlight-summary-line-string): Use it.
3923         (wl-highlight-summary-current-line): Ditto.
3924
3925         * wl-mime.el (wl-message-delete-current-part): Check the class of
3926         mime-entity.
3927
3928         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3929
3930         * wl-summary.el (wl-summary-make-number-list): Initialize.
3931         (wl-summary-update-mark): New function.
3932         (wl-summary-reply): Put `answered' mark on the message.
3933         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3934
3935         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3936         (wl-draft-reply): Added optional argument `number';
3937         Set wl-draft-parent-number.
3938         (wl-draft-kill): Delete answered mark if it is a reply.
3939
3940 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3941
3942         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3943         that originates in mime-preview-follow-current-entity.
3944         (wl-draft-yank-current-message-entity): Use it if region is active.
3945
3946         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3947         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3948         `wl-message-delete-current-part'.
3949         * wl-mule.el (wl-message-define-keymap): Ditto.
3950         * wl-xmas.el (wl-message-define-keymap): Ditto.
3951
3952 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3953
3954         * wl-mime.el (wl-message-delete-current-part): New function.
3955         (wl-mime-node-id-to-string): Ditto.
3956
3957         * wl-mime.el (wl-message-delete-current-part): Use existing
3958         original buffer which corresponds current mime-view buffer.
3959         (fetched buffer might have different structure, possibly)
3960
3961         * wl-mime.el (wl-message-delete-current-part): Quit if the
3962         message content differs from the actual message.
3963
3964 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3965
3966         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3967         order.
3968         (wl-summary-search-by-subject): Search parent message from tail;
3969         Check the existence of the parent message on the current thread tree.
3970         (wl-summary-update-thread): Check whether the line is inserted.
3971
3972 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3973
3974         * wl-vars.el (wl-summary-line-format): Undo last change.
3975         * wl-summary.el (wl-summary-print-destination): Do not put
3976         invisible property when `wl-summary-width' is nil.
3977         (wl-summary-line-subject-minimum-length): Abolished.
3978         (wl-summary-line-subject): Ditto.
3979
3980 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3981
3982         * wl-vars.el (wl-summary-line-format): Change default value.
3983         (wl-summary-subject-length-limit): Abolished.
3984         * wl-summary.el (wl-summary-line-subject): Ditto.
3985
3986 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3987
3988         * wl-template.el (wl-template-select): Added optional argument.
3989         If optional argument is specified, reverse
3990         `wl-template-visible-select'.
3991
3992 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3993
3994         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3995         Take prefix argument to force asking the destination folder.
3996
3997 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3998
3999         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4000         count and update status.
4001
4002 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4003
4004         * wl-summary.el (wl-summary-redisplay-internal): If
4005         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4006         after fetching.
4007
4008 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4009
4010         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4011         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4012
4013         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4014
4015 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4016
4017         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4018         (All other related portions are changed).
4019         (wl-summary-mark-as-read-all): Rewrite.
4020
4021 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4022
4023         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4024         `wl-summary-mark-as-read'.
4025         (wl-summary-mark-as-unread): Rewrite.
4026         (wl-summary-mark-as-read): Added no-modeline argument.
4027         (wl-summary-resume-cache-status): Rewrite.
4028         (wl-summary-exec-subr): Remove unused local variable.
4029
4030 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4031
4032         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4033         logic to call `wl-summary-buffer-prev-folder-function'.
4034         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4035
4036 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4037
4038         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4039         is nil.
4040
4041 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4042
4043         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4044         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4045         (wl-mime-setup): Add its entry.
4046
4047 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4048
4049         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4050         (wl-summary-delete-cache): Likewise.
4051         (wl-summary-mark-as-read): Rewrite.
4052
4053 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4054
4055         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4056         `wl-summary-count-unread'.
4057
4058         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4059
4060         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4061
4062 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4063
4064         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4065         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4066         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4067         Renamed to the elmo-msgdb-*-mark.
4068         (wl-summary-score-marks): Follow the change above.
4069         (wl-summary-auto-refile-skip-marks): Ditto.
4070         (wl-summary-incorporate-marks): Ditto.
4071         (wl-summary-expire-reserve-marks): Ditto.
4072
4073         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4074         changes.
4075         (wl-thread-insert-top): Changed updating message.
4076
4077         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4078         variable.
4079         (wl-summary-count-unread): Count answered marks.
4080         (wl-summary-rescan): Call wl-summary-insert-message instead of
4081         wl-summary-append-message-func-internal.
4082         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4083         (wl-summary-prefetch-msg): Follow the variable name changes.
4084         (wl-summary-prefetch-region): Ditto.
4085         (wl-summary-mark-as-read-all): Follow the API changes;
4086         Don't call elmo-folder-replace-marks.
4087         (wl-summary-delete-cache): Follow the variable name changes.
4088         (wl-summary-resume-cache-status): Ditto.
4089         (wl-summary-update-status-marks): New function.
4090         (wl-summary-insert-message): New function.
4091         (wl-summary-sync-marks): Follow the variable name changes.
4092         (wl-summary-sync-update): Synchronize to the msgdb, too;
4093         Changed update messages.
4094         (wl-summary-make-number-list): Rewrite.
4095         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4096         (wl-summary-mark-as-unread): Follow the API changes.
4097         (wl-summary-exec-subr): Follow the variable name changes.
4098         (wl-summary-mark-as-read): Ditto.
4099         (wl-summary-move-spec-plugged-alist): Ditto.
4100         (wl-summary-move-spec-unplugged-alist): Ditto.
4101         (wl-summary-cursor-move-surface): Ditto.
4102
4103         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4104         variable name changes.
4105         (wl-highlight-summary-current-line): Ditto.
4106
4107         * wl-expire.el (wl-expire-refile): Follow the API change in
4108         elmo-folder-move-messages.
4109         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4110         (wl-summary-archive): Use elmo-folder-msgdb instead of
4111         elmo-msgdb-load.
4112
4113 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4114
4115         * wl-mime.el (wl-draft-preview-message): Restore the position
4116         before evaluating wl-draft-send-hook in preview buffer.
4117
4118 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4119
4120         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4121         when it creates new draft buffer.
4122
4123         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4124         without argument.
4125
4126         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4127         Evaluate content and if the value is string, insert it.
4128         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4129         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4130         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4131         wl-draft-config-sub-part-bottom): Use it.
4132
4133         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4134         with the folder name. The question was unintelligible when it is
4135         called from wl-save-status.
4136
4137 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4138
4139         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4140         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4141         cannot take second argument).
4142
4143 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4144
4145         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4146         as t. Since type and subtype are not case sensitive (RFC 2045).
4147
4148 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4149
4150         * wl-vars.el (wl-message-mode-line-format): New variable.
4151         (wl-message-mode-line-format-spec-alist): Ditto.
4152         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4153         (wl-message-redisplay): Use wl-message-mode-line-format.
4154
4155 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4156
4157         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4158
4159 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4160
4161         * wl-summary.el (wl-summary-default-from): Write description.
4162
4163 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4164
4165         * wl-vars.el (wl-ldap-objectclass): Abolish.
4166
4167         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4168         (wl-ldap-make-filter): Removed condition for objectclass.
4169         (wl-ldap-make-matched-value-list): Remove meaningless process.
4170         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4171         (wl-address-ldap-search): Don't add `*' to `pat' string;
4172         use ignore-errors; added `email';
4173         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4174         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4175         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4176
4177
4178 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4179
4180         * wl-draft.el (wl-draft-parent-folder): Write description.
4181         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4182
4183 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4186         as "" (zero-length string) if no parent.
4187         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4188
4189 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4190
4191         * wl-address.el (wl-address-make-completion-list): Skip duplication
4192         checking.
4193         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4194         `append'.
4195
4196 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4197
4198         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4199         instead of `beginning-of-buffer'.
4200
4201 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4204
4205 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4206
4207         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4208         Refer wl-message-buffer-name.
4209         (wl-message-wheel-down): Ditto.
4210
4211 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4212
4213         * wl-vars.el (wl-message-buffer-name): New user option.
4214
4215         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4216         directly instead of making alist dinamically.
4217
4218         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4219         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4220         wl-message-buffer-cache-name.
4221         (wl-message-buffer-cache-clean-up): Ditto.
4222
4223         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4224
4225         * Version number is increased to 2.9.15.
4226
4227 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4228
4229         * wl-vars.el (wl-summary-default-view-alist): New user option.
4230
4231         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4232
4233         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4234         while deleting address.
4235         (wl-draft-delete-myself-from-cc): Ditto.
4236
4237         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4238         If optional argument is specified, reverse sort order.
4239
4240         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4241
4242 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4243
4244         * wl-thread.el (wl-thread-insert-message): Return parent number if
4245         exists.
4246         (wl-thread-update-indent-string-region): Use
4247         wl-thread-update-line-on-buffer-sub instead of
4248         wl-thread-update-line-on-buffer.
4249
4250 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4251
4252         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4253         (wl-folder-close-all): Ditto.
4254
4255 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4256
4257         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4258         and mailing-list:.
4259         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4260         value.
4261         (wl-summary-line-list-info): Print mailing-list name even when 
4262         list-number is empty.
4263
4264 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4265
4266         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4267
4268         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4269         (wl-draft-open-file): Ditto.
4270         (wl-draft-random-alphabet): Ditto.
4271
4272         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4273         bindings.
4274
4275 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4276
4277         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4278         * wl-vars.el (wl-draft-config-alist): Ditto.
4279
4280 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4281
4282         * Version number is increased to 2.9.14.
4283
4284         * wl.el (wl): Don't set wl-init as nil when error occured while
4285         auto-checking folders.
4286
4287         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4288         `elmo-expand-newtext'.
4289
4290 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4291
4292         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4293         `this-command' so that `wl-folder-goto-folder' contained in
4294         `wl-summary-keep-cursor-command' work.
4295
4296 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4297
4298         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4299         message buffer displaying state.
4300
4301 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4302
4303         * wl-vars.el (wl-summary-default-view): New variable to specify
4304         default value for `wl-summary-buffer-view' instead of using
4305         set-default.
4306         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4307
4308 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4309
4310         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4311
4312         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4313
4314 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4315
4316         * wl-vars.el (wl-forward-subject-prefix): New variable.
4317         * wl-draft.el (wl-draft-forward): Use it.
4318
4319 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4320
4321         * wl-message.el (wl-message-prev-page): When it is called without
4322         lines argument, scroll down by wl-message-scroll-amount lines.
4323         (wl-message-next-page): Ditto.
4324         * wl-vars.el (wl-message-scroll-amount): Change default value
4325         to preserve current behavior.
4326
4327 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4328
4329         * wl-summary.el (wl-summary-prefetch-msg): Bind
4330         `wl-message-entity' to call `wl-summary-from-function'.
4331
4332 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4333
4334         * wl-message.el (wl-message-buffer-create): Run
4335         wl-message-buffer-created-hook.
4336
4337 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4338
4339         * wl-summary.el (wl-summary-sort-specs): New variable.
4340         (wl-summary-default-sort-spec): Ditto.
4341         (wl-summary-sort): Rewrite.
4342         (wl-summary-sort-by-list-info): New function.
4343
4344 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4345
4346         * wl-summary.el (wl-summary-get-list-info): New function.
4347         (wl-summary-sort): Rewrite.
4348         (wl-summary-line-list-info): Ditto.
4349         (wl-summary-line-list-count): Ditto.
4350         (wl-summary-refile-region): Fixed docstring.
4351
4352 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4353
4354         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4355         `wl-folder-entity-hashtb' as completion table.
4356
4357 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4360         only when this command is called interactively; silence the byte-
4361         compiler.
4362
4363 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4364
4365         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4366         active in XEmacs.
4367
4368 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4369
4370         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4371         plural lines.
4372
4373 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4376         of current line when the cursor is on the header name.
4377         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4378
4379 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4380
4381         * wl-util.el (wl-read-directory-name): Return displayed directory
4382         as the default value also on XEmacs.
4383
4384 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4385
4386         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4387         formatting.
4388
4389 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4390
4391         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4392         argument and when it is non-nil, check face property before
4393         highlighting for each line.
4394         (wl-highlight-summary-window): Set it.
4395
4396 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4397
4398         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4399         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4400
4401         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4402         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4403         (wl-draft-get-fcc-list): Likewise.
4404
4405 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4406
4407         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4408         (wl-thread-entity-cur): Ditto.
4409         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4410         wl-thread-indent-regexp setting.
4411         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4412
4413         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4414         wl-summary-lazy-highlight.
4415         (wl-summary-display-bottom): Ditto.
4416
4417         * wl-thread.el (wl-thread-open-close): Likewise.
4418
4419         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4420         from and subject;
4421         Bind wl-draft-use-frame;
4422         Enclose with save-window-excursion;
4423         Use wl-draft-create-buffer instead of with-temp-buffer;
4424         Use wl-draft-prepare-edit;
4425         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4426         Use wl-draft-send instead of wl-draft-raw-send.
4427
4428 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4429
4430         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4431         of using wl-from.
4432
4433 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4434
4435         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4436         insert-buffer instead of clone-buffer.
4437         (wl-draft-doing-mime-bcc): New variable.
4438         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4439         infinite loop.
4440         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4441
4442         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4443         (wl-draft-mime-bcc-body): Ditto.
4444
4445         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4446         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4447         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4448         wl-draft-do-mime-bcc.
4449         (wl-draft-mime-bcc-field): New function.
4450         (wl-draft-do-mime-bcc): Ditto.
4451
4452         * wl-address.el (wl-address-complete-header-list): New variable.
4453         (wl-address-complete-header-regexp): Changed default value.
4454
4455         * Version number is increased to 2.9.13.
4456
4457 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4458
4459         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4460         it is differed.
4461
4462 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4463
4464         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4465         (wl-summary-line-list-count): Ditto.
4466
4467 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4468
4469         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4470         (wl-nntp-posting-function): New variable.
4471         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4472         `wl-nntp-posting-config-alist'.
4473
4474 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4475
4476         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4477         FLIM.
4478
4479 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4480
4481         * wl-summary.el (wl-summary-target-mark-refile-sub):
4482         Remove a nuisance funcall.
4483
4484 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4485
4486         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4487         as t for `try-completion'.
4488
4489 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4490
4491         * wl-summary.el (wl-summary-default-from): Use
4492         wl-address-header-extract-address instead of
4493         std11-extract-address-components.
4494         (wl-summary-simple-from): Ditto.
4495         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4496         (wl-summary-insert-headers): Show message.
4497         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4498         for whole line.
4499         (wl-summary-default-from): Revert last change.
4500         (wl-summary-simple-from): Ditto.
4501         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4502         (wl-summary-mark-as-read-region): Follow the change above.
4503         (wl-summary-sync-marks): Ditto.
4504         (wl-summary-target-mark-mark-as-read): Ditto.
4505         (wl-summary-redisplay-internal): Ditto.
4506         (wl-summary-redisplay-no-mime-internal): Ditto.
4507         (wl-summary-redisplay-all-header): Ditto.
4508         (wl-summary-mark-as-read): Removed argument `cached';
4509         Use current cache status to set cache mark.
4510         (wl-summary-redisplay-internal): Follow the change above.
4511         (wl-summary-redisplay-no-mime-internal): Ditto.
4512         (wl-summary-redisplay-all-header): Ditto.
4513
4514         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4515
4516         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4517         Don't call itself recursively (Adviced by Yamaoka-san).
4518
4519 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4520
4521         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4522         bind wl-summary-highlight as nil to avoid error caused by missing
4523         local variables.
4524
4525 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4526
4527         * wl-vars.el (wl-invalid-character-message): New user option.
4528
4529         * wl-util.el (wl-set-string-width): If truncated string-width is
4530         larger than specified width, use `wl-invalid-character-message'.
4531
4532 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4533
4534         * wl-summary.el (wl-summary-prefetch-msg): 
4535         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4536
4537 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4538
4539         * wl-vars.el (wl-summary-check-line-format): New user option.
4540         (wl-summary-line-format-file): Ditto.
4541
4542         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4543         variable.
4544         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4545         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4546         and `wl-summary-view-old-p' to check whether do a rescan or not.
4547         (wl-summary-view-old-p): New function.
4548         (wl-summary-line-format-changed-p): Ditto.
4549         (wl-summary-line-format-save): Ditto.
4550         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4551
4552         * wl-util.el (wl-set-string-width): Avoid using negative number
4553         for make-string.
4554
4555 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4556
4557         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4558         return value.
4559
4560         * wl-util.el (wl-set-string-width): Added optional argument
4561         `padding' (All other related portions are changed).
4562         (wl-line-parse-format): If the first letter of column number is
4563         `0', zero-padding the result (ex: "%05l").
4564
4565         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4566
4567 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4568
4569         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4570         sequential summary view.
4571
4572 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4575         if it doesn't have a -unix version.
4576
4577 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4578
4579         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4580
4581 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4582
4583         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4584         content.
4585         (wl-draft): Follow the change above.
4586
4587         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4588
4589         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4590         and wl-folder-summary-line-format-alist contain %T and %P.
4591
4592         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4593         (wl-summary-mode-line-format): New user option.
4594         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4595         (wl-summary-line-format): Changed default value.
4596         (wl-summary-lazy-highlight): Changed default value.
4597
4598         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4599         change in wl-summary-create-line.
4600         (wl-thread-insert-entity-sub): Ditto.
4601
4602         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4603         (wl-summary-buffer-unread-status): Ditto.
4604         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4605         (wl-summary-buffer-persistent-mark-column): Ditto.
4606         (wl-summary-buffer-mode-line-formatter): Ditto.
4607         (wl-summary-buffer-mode-line): Ditto.
4608         (wl-summary-message-regexp): Abolished.
4609         (All other related portions are changed.)
4610         (wl-summary-detect-mark-position): New function.
4611         (wl-summary-buffer-set-folder): Setup
4612         wl-summary-buffer-mode-line-formatter.
4613         (wl-summary-mode): Setup selective-display;
4614         Setup pre-idle-hook when xemacs.
4615         (wl-summary-update-modeline): Rewrite.
4616         (wl-summary-jump-to-msg): Define as function;
4617         Changed regexp for searching messages.
4618         (wl-summary-message-number): Rewrite.
4619         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4620         Do rescan when old type summary cache.
4621         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4622         (wl-summary-remove-destination): Use '\r' to detect EOL.
4623         (wl-summary-print-destination): Ditto.
4624         (wl-summary-temp-mark): New inline function.
4625         (wl-summary-persistent-mark): Ditto.
4626         (wl-summary-line-number): New function.
4627         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4628         (wl-summary-line-list-count): New function.
4629         (wl-summary-create-line): Added argument persistent-mark.
4630         (All other related portions are changed)
4631         (wl-summary-create-line): Insert '\r'.
4632         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4633         (wl-summary-cursor-move-surface): New inline function.
4634         (wl-summary-prev): Use it.
4635         (wl-summary-next): Ditto.
4636
4637         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4638         wl-summary-message-regexp.
4639         (wl-highlight-summary): Delete progress message.
4640         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4641
4642         * Version number is increased to 2.9.12.
4643
4644 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4645
4646         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4647         variable (nil: no minimum).
4648         (wl-summary-line-subject): Add some spaces after subject by
4649         wl-summary-line-subject-minimum-length.
4650
4651 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4652
4653         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4654         and removed `F'.
4655         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4656         change above).
4657
4658 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4659
4660         * wl-summary.el (wl-summary-line-list-count): Reverted.
4661         (example setting in samples/*/dot.wl is also updated)
4662
4663 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4664
4665         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4666
4667         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4668
4669         * wl-vars.el (wl-summary-line-format): Addes some description to the
4670         docstring.
4671
4672         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4673         (wl-summary-line-close-bracket): Ditto.
4674         (wl-summary-line-children-number): Ditto.
4675         (wl-summary-line-thread-indent): Ditto.
4676         (wl-summary-line-children-and-from): Ditto.
4677
4678         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4679         't', 'c', 'F' and added 'C'.
4680
4681         * wl-util.el (wl-set-string-width): Accept negative value.
4682         (wl-line-parse-format): Added "%number(" and "%)".
4683
4684 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4685
4686         * wl-summary.el (wl-summary-line-list-count): Change format of the
4687         return value.
4688
4689 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4690
4691         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4692         from the recent message.el.
4693         (wl-draft-point-in-header-p): Ditto.
4694         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4695         wl-draft-beginning-of-line.
4696         * wl-e21.el (wl-draft-mode-map): Ditto.
4697         * wl-xmas.el (wl-draft-mode-map): Ditto.
4698
4699         * wl-folder.el: Sort macrodefs by dependencies.
4700
4701 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4702
4703         * wl-summary.el (wl-summary-prev): Fixed regexp.
4704         (wl-summary-next): Ditto.
4705
4706 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4707
4708         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4709
4710 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4711
4712         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4713         for backward compatibility.
4714
4715 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-summary.el (wl-summary-line-list-count): New function, merged
4718         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4719         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4720         list counts.
4721
4722 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * wl-summary.el (wl-summary-create-line): Ignore errors while
4725         timezone-fix-time.
4726
4727         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4728
4729         * wl-summary.el (wl-summary-sync-update): Ditto.
4730         (wl-summary-default-from): Use wl-message-entity
4731         instead of entity.
4732
4733         * wl-summary.el (wl-summary-create-line): Fix.
4734
4735         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4736         (wl-summary-line-format): New user option.
4737         (wl-folder-summary-line-format-alist): Ditto.
4738         (wl-summary-from-width): Abolished.
4739
4740         * wl-util.el (toplevel): Require 'bytecomp.
4741         (wl-line-parse-format): New function.
4742         (wl-line-formatter-setup): New macro.
4743
4744         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4745         (wl-summary-buffer-line-formatter): New buffer local variable.
4746         (wl-summary-switch-to-clone-buffer): Follow the change above.
4747         (wl-summary-message-regexp): Fix.
4748         (wl-summary-from-func-internal): Abolished.
4749         (wl-summary-subject-func-internal): Ditto.
4750         (wl-summary-subject-filter-func-internal): Ditto.
4751         (All other related portions are changed.)
4752         (wl-summary-buffer-set-folder):
4753         Set up wl-summary-buffer-number-column and 
4754         wl-summary-buffer-line-formatter
4755         (All other related portions are changed.)
4756         (wl-summary-buffer-number-column-detect): Abolished.
4757         (All other related portions are changed.)
4758         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4759         (wl-summary-delete-all-temp-marks-on-buffer): Use
4760         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4761         (wl-summary-target-mark-delete): Ditto.
4762         (wl-summary-target-mark-refile-subr): Ditto.
4763         (wl-summary-target-mark-mark-as-read): Ditto.
4764         (wl-summary-target-mark-mark-as-unread): Ditto.
4765         (wl-summary-target-mark-mark-as-important): Ditto.
4766         (wl-summary-target-mark-save): Ditto.
4767         (wl-summary-replace-status-marks): Renamed from
4768         wl-summary-set-status-marks-on-buffer;
4769         Use wl-summary-message-regexp instead of
4770         wl-summary-buffer-number-regexp.
4771         (wl-summary-sync-update): Follow the change above.
4772         (wl-summary-goto-previous-message-beginning): New function.
4773         (wl-summary-mark-as-unread): Use it.
4774         (wl-summary-mark-as-important): Ditto.
4775         (wl-summary-line-formatter): New variable.
4776         (wl-summary-line-year): New function.
4777         (wl-summary-line-day): Ditto.
4778         (wl-summary-line-day-of-week): Ditto.
4779         (wl-summary-line-hour): Ditto.
4780         (wl-summary-line-minute): Ditto.
4781         (wl-summary-line-open-bracket): Ditto.
4782         (wl-summary-line-close-bracket): Ditto.
4783         (wl-summary-line-children-number): Ditto.
4784         (wl-summary-line-thread-indent): Ditto.
4785         (wl-summary-line-size): Ditto.
4786         (wl-summary-line-subject): Ditto.
4787         (wl-summary-line-from): Ditto.
4788         (wl-summary-line-children-and-from): Ditto.
4789         (wl-summary-create-line): Rewritten.
4790         (wl-summary-format-date): Abolished.
4791
4792         * wl-highlight.el (wl-highlight-summary-current-line): Use
4793         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4794         Use thread structure to detect thread top message.
4795
4796         * wl-draft.el (wl-default-draft-cite): Don't use
4797         wl-summary-from-func-internal.
4798
4799         * wl-refile.el (wl-refile-subject-learn): Don't use
4800         wl-summary-subject-filter-func-internal.
4801         (wl-refile-guess-by-subject): Ditto.
4802
4803         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4804         parameters.
4805
4806         * wl-thread.el (wl-thread-update-indent-string-region):
4807         Use wl-thread-update-line-on-buffer instead of
4808         wl-thread-update-indent-string.
4809         (wl-thread-update-children-number): Redefine using
4810         wl-thread-update-line-on-buffer.
4811         (wl-thread-update-indent-string): Abolished.
4812
4813         * Version number is increased to 2.9.11.
4814
4815 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4816
4817         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4818         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4819         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4820
4821         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4822         as nil.
4823
4824         * wl-thread.el (wl-thread-open-all-unread): Use 
4825         elmo-folder-list-messages-mark-match.
4826         (wl-thread-insert-message): Removed argument `mark-alist'.
4827         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4828         elmo-msgdb-set-mark.
4829         (wl-thread-get-children-msgs-uncached): Likewise.
4830         (wl-thread-get-exist-children): Added argument include-self.
4831         (wl-thread-delete-message): Follow the change above.
4832
4833         * wl-summary.el (wl-summary-count-unread): Removed argument.
4834         (wl-summary-rescan): Follow the change above.
4835         (wl-summary-mark-as-read-region): Ditto
4836         (wl-summary-mark-as-unread-region): Ditto.
4837         (wl-summary-delete-messages-on-buffer): Ditto.
4838         (wl-summary-sync-update): Ditto.
4839         (wl-summary-switch-to-clone-buffer): Ditto.
4840         (wl-summary-goto-folder-subr): Ditto.
4841         (wl-summary-target-mark-mark-as-read): Ditto.
4842         (wl-summary-target-mark-mark-as-unread): Ditto.
4843         (wl-summary-target-mark-mark-as-important): Ditto.
4844         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4845         (wl-summary-update-thread): Removed argument `mark-alist'.
4846         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4847         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4848         (wl-summary-resume-cache-status): Likewise.
4849         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4850         elmo-msgdb-set-mark.
4851         (wl-summary-mark-as-read-all): Likewise.
4852         (wl-summary-delete-cache): Ditto.
4853         (wl-summary-auto-select-msg-p): Ditto.
4854         (wl-summary-mark-as-unread): Ditto.
4855         (wl-summary-no-auto-refile-message-p): Ditto.
4856         (wl-summary-mark-as-read): Ditto.
4857         (wl-summary-mark-as-important): Ditto.
4858         (wl-summary-auto-refile): Follow the change above.
4859         (wl-summary-delete-all-marks): Removed.
4860         (wl-summary-resume-marks-and-highlight): Ditto.
4861         (wl-summary-resume-marks): Ditto.
4862         (wl-summary-delete-important-msgs-from-list): Ditto.
4863         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4864
4865         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4866         wl-summary-count-unread.
4867
4868         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4869         (wl-summary-score-update-all-lines): Use
4870         elmo-msgdb-set-mark.
4871
4872 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4873
4874         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4875         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4876         (wl-summary-create-line): Renamed from
4877         wl-summary-overview-create-summary-line;
4878         Argument rearrangement.
4879         (wl-summary-update-thread): Follow the change above.
4880
4881         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4882         (wl-thread-insert-entity-sub): Likewise.
4883
4884         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4885         argument `overview', `mark-alist' and added `msgdb'.
4886
4887         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4888
4889         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4890         (wl-summary-rescan): Follow the change above.
4891         (wl-summary-sync-update): Ditto.
4892         (wl-summary-insert-thread-entity): Ditto;
4893         Don't use `let*' in every while loop;
4894         Detect infinite loop of threads.
4895         (wl-summary-update-thread): Removed argument `overview'.
4896
4897         * wl-thread.el (wl-thread-insert-message): Ditto.
4898
4899         * Version number is increased to 2.9.10.
4900
4901         * wl-message.el (wl-message-redisplay): Ignore errors while
4902         wl-message-redisplay-hook.
4903
4904 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4905
4906         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4907
4908 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4909
4910         * wl.el (wl): inhibit-quit while wl-folder.
4911
4912 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4913
4914         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4915         while msgdb access.
4916
4917 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4918
4919         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4920         even if no folder is not created.
4921
4922 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4923
4924         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4925
4926         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4927         implementation.
4928         (wl-summary-target-mark-thread): Ditto.
4929
4930         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4931
4932 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4933
4934         * wl-util.el (wl-display-bytes): Remove unused function.
4935
4936 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4937
4938         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4939         seems critical one (partially reverse the change in 2002/03/17).
4940
4941 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4942
4943         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4944         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4945
4946 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4947
4948         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4949         is not writable.
4950         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4951         plugged status instead of `'force' as 2nd argument.
4952
4953         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4954         is not creatable.
4955
4956         * Version number is increased to 2.9.9.
4957
4958 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4959
4960         * wl-summary.el (wl-summary-suspend): New function.
4961
4962 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4963
4964         * wl.el (wl): Do not check variables if check is nil.
4965         * wl-utils.el (wl-collect-draft): New function.
4966         * wl-folder.el (wl-folder-suspend): Put summary buffers
4967         and draft buffers at the end of buffer list.
4968         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4969
4970 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4971
4972         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4973         loop instead of recursive call.
4974
4975         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4976         2nd argument.
4977
4978 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4979
4980         * wl-draft.el (wl-draft-create-contents): Don't take neither
4981         (function . args) nor (string . something) any more.
4982
4983         * wl-version.el (wl-generate-user-agent-string): Return string
4984         without header symbol.
4985         * wl-draft.el (wl-draft-default-headers): Use it.
4986
4987         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4988         `wl-draft-insert-ccs' and return field value instead of inserting
4989         the header. Abolish cc argument.
4990         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4991
4992         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4993         rather than one with string car.
4994
4995         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4996         * wl-draft.el (wl-draft-create-contents): Add it after the default
4997         headers.
4998
4999         * wl-draft.el (wl-draft-create-contents): For the case of
5000         (symbol-or-string . function) insert header only when the function
5001         returns string value.
5002
5003 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5004
5005         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5006         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5007
5008 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5009
5010         * wl.el (wl-check-environment): Don't check Message-ID when
5011         `wl-insert-message-id' is nil.
5012         Revive checking if `wl-message-id-domain' contains "@".
5013
5014 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5015
5016         * wl.el (wl-check-environment): Merge examination for "@" at
5017         inappropriate position into the first string-match.
5018
5019         * wl-summary.el (wl-summary-target-mark-print): New function.
5020         (wl-summary-pipe-message-subr): Extracted from
5021         `wl-summary-pipe-message'.
5022         (wl-summary-target-mark-pipe): New function.
5023         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5024         `wl-summary-target-mark-pipe'.
5025
5026 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5027
5028         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5029
5030 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5031
5032         * wl.el (wl-check-environment): Use elmo-warning instead of
5033         error for non-critical ones.
5034         Remove trash folder check.
5035         (wl): Don't ignore error in wl-check-environment.
5036
5037         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5038         check, which is moved from `wl-check-environment'.
5039         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5040
5041 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5042
5043         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5044         guess anything, call wl-summary-write.
5045         (wl-summary-write): Create draft with blank To field.
5046         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5047
5048 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5049
5050         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5051         argument full as well for wl-folder-write-current-folder.
5052         If wl-*-write-current-folder cannot guess addressee, add blank
5053         To header.
5054         Rewrite condition for positioning cursor.
5055
5056 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5057
5058         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5059         summary buffer is present, use it.
5060         (wl-folder-jump-to-previous-summary): Ditto.
5061
5062 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5063
5064         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5065
5066         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5067         wl-summary-previous-buffer and wl-summary-next-buffer.
5068
5069         * wl-folder.el (wl-folder-mode-map): Bind
5070         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5071         (wl-folder-jump-to-next-summary): New function.
5072         (wl-folder-jump-to-previous-summary): Ditto.
5073
5074         * wl-draft.el (wl-draft): Rearranged.
5075
5076 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5079         of header.
5080         (wl-draft): Collect arguments for the header as header-alist.
5081         (wl-draft-forward): Arrange arguments for wl-draft.
5082         (wl-draft-reply): Ditto.
5083         (wl-draft-edit-string): Ditto.
5084         * wl-summary.el (wl-summary-write): Ditto.
5085         (wl-summary-write-current-folder): Ditto.
5086
5087         * Version number is increased to 2.9.8.
5088
5089 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5090
5091         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5092
5093         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5094
5095         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5096         even if the guess failed.
5097
5098         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5099         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5100         wl-summary-write-current-folder.
5101         * wl-xmas.el: Ditto.
5102
5103 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * wl-summary.el (wl-summary-next-page): Force display message if
5106         message is not displayed yet.
5107         (wl-summary-prev-page): Ditto.
5108
5109 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5110
5111         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5112
5113 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5114
5115         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5116         add "Preview Message" and "Save Draft and Exit".
5117
5118 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5119
5120         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5121         if addrmgr is called from draft in splitted window.
5122
5123         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5124         * wl-mule.el: Ditto.
5125         * wl-xmas.el: Ditto.
5126
5127 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5128
5129         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5130
5131         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5132         * wl-xmas.el (wl-folder-toolbar): Ditto.
5133
5134 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5135
5136         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5137         and wl-draft-save-and-exit.
5138         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5139         * wl-xmas.el: Ditto.
5140         * wl-mule.el: Ditto.
5141
5142         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5143         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5144
5145 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5148         lists for saving buffer.
5149
5150 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5151
5152         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5153         parent-folder argument instead of it.
5154         (wl-draft-create-buffer): Ditto.
5155         (wl-draft-forward): Ditto.
5156         (wl-draft-reply): Ditto.
5157         * wl-summary.el (wl-summary-write): Ditto.
5158         (wl-summary-write-current-folder): Ditto.
5159
5160         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5161         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5162         Folder buffer after composing.
5163
5164 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5167         header if the file `wl-x-face-file' already contains it.
5168
5169 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5170
5171         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5172         folder" entry.
5173         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5174         * wl-e21.el (wl-folder-toolbar): Ditto.
5175         * wl-xmas.el (wl-folder-toolbar): Ditto.
5176
5177 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5178
5179         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5180         wl-folder-goto-folder with sticky argument.
5181         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5182
5183 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5184
5185         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5186         and wl-summary-previous-buffer.
5187         (wl-summary-next-buffer): New function.
5188         (wl-summary-previous-buffer): Ditto.
5189
5190 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5191
5192         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5193         wl-folder-jump-to-current-entity-with-arg.
5194         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5195         `wl-folder-jump-to-current-entity'.
5196         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5197         `wl-summary-goto-folder-sticky'.
5198         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5199         `wl-summary-goto-folder'.
5200         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5201         Unless force-exit, do not clean temp. marks for sticky summary.
5202         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5203
5204 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5205
5206         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5207         not entire.
5208
5209 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5210
5211         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5212         to `C-x C-s'.
5213         (wl-summary-save-status): New command.
5214         (wl-summary-exit): Don't clean-up temp marks when sticky.
5215         (Applied patch from Nakayama-san [wl: 09548])
5216         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5217         Do nothing when no mark data.
5218         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5219         Call `wl-summary-delete-all-temp-marks' before saving.
5220
5221 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5222
5223         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5224
5225 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5226
5227         * wl.el (wl-check-environment): Also cause error when (system-name)
5228         returns "localhost.localdomain". (Although it doesn't affect because
5229         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5230
5231 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5232
5233         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5234         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5235
5236         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5237         value.
5238
5239 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5240
5241         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5242         Likewise r-cc-list and r-ng-list.
5243
5244 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5247         only if it is bound as variable.
5248
5249         * wl-mime.el (wl-draft-preview-message): Ditto.
5250
5251 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5252
5253         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5254         needless `goto-char'.
5255
5256         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5257         `wl-summary-redisplay-no-mime-internal' instead of
5258         `wl-summary-redisplay-no-mime'.
5259         (wl-summary-redisplay-no-mime): Changed argument;
5260         Call `wl-summary-redisplay-no-mime-internal'.
5261
5262         * wl-mime.el (wl-draft-preview-message): Bind
5263         `mime-header-encode-method-alist' locally.
5264
5265         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5266         (wl-draft-std11-parse-addresses): Added the first address check.
5267         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5268
5269         * Version number is increased to 2.9.7.
5270
5271 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5272
5273         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5274
5275 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5276
5277         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5278         related to scrollbar support, if there is no such a feature
5279         compiled in.
5280
5281 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5282
5283         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5284         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5285         for prefetch.
5286
5287 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5288
5289         * wl-summary.el (wl-summary-pick): Fix for no match.
5290
5291 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5292
5293         * wl-draft.el (wl-draft-save):
5294         Override `mime-header-encode-method-alist'.
5295
5296 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5297
5298         * wl-folder.el (wl-folder-pick): New function.
5299         Define key as "?".
5300
5301 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5302
5303         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5304         Fix for unplugged.
5305
5306 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5307
5308         * wl-folder.el (wl-folder-virtual): New function.
5309         Define key as "V".
5310
5311 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5312
5313         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5314         multi folder if entity is group.
5315
5316 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5317
5318         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5319         is nil.
5320
5321 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5322
5323         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5324         (wl-summary-target-mark-msgs): Return the number of marked messages.
5325
5326 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5327
5328         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5329         "first:" is specified.
5330
5331 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5332
5333         * wl-vars.el (wl-from): Use return value of function
5334         user-full-name instead of the variable user-full-name since
5335         XEmacs-20.4 doesn't set this variable.
5336
5337 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5338
5339         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5340         call `wl' directly.
5341
5342 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5343
5344         * wl-draft.el (wl-draft-reedit): Removed duplicated
5345         switch-to-buffers.
5346
5347 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * wl.el (wl-other-frame): Removed garbages.
5350
5351 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5354
5355         * wl-xmas.el (wl-draft-key-setup): Ditto.
5356
5357         * wl-mule.el (wl-draft-key-setup): Ditto.
5358
5359         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5360         (wl-draft-reedit): Ditto.
5361         (wl-draft-prepare-edit): Add `wl-draft-save' to
5362         `local-write-file-hooks'.
5363         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5364         (wl-draft-reedit): Set buffer-file-name.
5365         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5366
5367
5368         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5369         call it.
5370         (wl-delete-startup-frame-function): New variable.
5371         (wl-other-frame): New function
5372         (Original was written by Yamaoka san [wl: 09239]).
5373
5374         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5375         if `wl-folder-use-frame'.
5376
5377 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5378
5379         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5380
5381 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5382
5383         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5384         New variable.
5385         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5386         (wl-message-buffer-prefetch-get-next): Use them.
5387         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5388
5389 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5390
5391         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5392         with unwind-protect.
5393
5394         * wl-draft.el (wl-draft-reedit): Rewrite.
5395         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5396         (wl-draft-save): Insert header separator if it does not exist;
5397         Removed condition-case.
5398
5399         * wl-summary.el (wl-summary-reedit): Revert last change.
5400
5401         * wl-draft.el (wl-draft-save): Rewrite.
5402         (wl-draft-create-buffer): Set buffer-file-name as nil.
5403
5404         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5405
5406         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5407
5408         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5409         nil.
5410
5411 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5412
5413         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5414         If count is nil, do not prefetch.
5415         (wl-message-buffer-prefetch-next): Next.
5416
5417 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5418
5419         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5420
5421 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5422
5423         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5424         `delete-backward-char'
5425         (wl-draft-prepare-edit): Check major-mode.
5426         (wl-draft-decode-header): Rewrite.
5427         (wl-draft): Fix.
5428
5429 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5430
5431         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5432
5433 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5434
5435         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5436         (wl-message-buffer-prefetch-get-next): Remove size checking.
5437         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5438
5439 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5440
5441         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5442         (wl-draft-default-headers): Fix.
5443
5444 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5445
5446         * wl-draft.el (wl-draft-default-headers): Insert return value of
5447         `wl-generate-mailer-string-function'.
5448
5449 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5450
5451         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5452         (wl-draft-insert-mail-header-separator): Ditto.
5453
5454         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5455         again (Reverted the change on 2002-01-17 by OKADA san).
5456
5457 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5458
5459         * wl-draft.el (wl-draft): Rewrite.
5460         (wl-draft-create-buffer): New function.
5461         (wl-draft-create-contents): Ditto.
5462         (wl-draft-prepare-edit): Ditto.
5463         (wl-draft-decode-header): Ditto.
5464         (wl-draft-decode-body): Ditto.
5465         (wl-draft-check-new-line): Ditto.
5466         (wl-draft-default-headers): Ditto.
5467         (wl-draft-insert-mail-header-separator): Ditto.
5468
5469 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5470
5471         * Version number is increased to 2.9.6.
5472
5473 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5474
5475         * wl-draft.el (wl-draft-delete-field): Optional argument.
5476         (wl-draft-delete-fields): Ditto.
5477
5478 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5479
5480         * wl-message.el (toplevel): Eliminated byte-compile warning.
5481         for `itimer-function', `delete-timer' and `itimer-list'.
5482
5483 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5484
5485         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5486         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5487         `wl-message-buffer-prefetch-threshold'.
5488         * wl-summary.el (wl-summary-redisplay-internal): Remove
5489         the check of `wl-message-buffer-prefetch-depth'.
5490
5491 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5492
5493         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5494         size of article.
5495         (wl-message-buffer-prefetch-subr): Remove size check.
5496
5497 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5498
5499         * wl-vars.el (wl-plugged): Make customizable.
5500
5501 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5502
5503         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5504         (wl-message-buffer-prefetch-set-timer): New function.
5505         (wl-message-buffer-prefetch-get-next): New function.
5506         (wl-message-buffer-prefetch): New function.
5507         (wl-message-buffer-prefetch-next): Rewrite.
5508         (wl-message-buffer-prefetch-subr): Rewrite.
5509         * wl-vars.el (wl-auto-prefetch-first): New variable.
5510         * wl-summary.el (wl-summary-goto-folder-subr): Call
5511         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5512
5513 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5514
5515         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5516         `wl-summary-unread-message-hook'.
5517
5518 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5519
5520         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5521         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5522         if range is `cache-status'.
5523
5524 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5525
5526         * wl-message.el (wl-message-buffer-prefetch-subr):
5527         Improve debug message.
5528
5529 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5530
5531         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5532         `wl-mail-send-pre-hook'.
5533         (wl-draft-send-mail-with-qmail): Ditto.
5534         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5535
5536 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5537
5538         * wl-message.el (wl-message-buffer-prefetch-subr):
5539         Fix for cancel-function-timers bug.
5540         (wl-message-buffer-prefetch-debug): Default value is t.
5541
5542 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5543
5544         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5545         (wl-message-buffer-prefetch-subr): Rewrite.
5546         Rename from `wl-message-buffer-prefetch'.
5547
5548 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5549
5550         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5551         (wl-default-draft-cite-decorate-author): Ditto.
5552
5553         * wl-draft.el (wl-draft-cite-function): Removed.
5554         (wl-default-draft-cite-decorate-author): Ditto.
5555
5556 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5557
5558         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5559         (wl-default-draft-cite): Do not arrange author name if the value of
5560         `wl-default-draft-cite-decorate-author' is nil.
5561
5562 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5563
5564         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5565
5566         * wl-folder.el (wl-folder-check-one-entity): Don't care
5567         `elmo-folder-use-flag-p'.
5568
5569 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5570
5571         * wl-folder (wl-folder-check-one-entity): Fix
5572         problem if unread is nil.
5573
5574 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5575
5576         * wl-address.el (wl-address-make-completion-list): Check whether
5577         the address is a group list.
5578         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5579
5580 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5581
5582         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5583         The number of the messages of new and unread does not count
5584         correctly.
5585
5586         * wl-summary.el (wl-summary-count-unread): Changed to return
5587         `(new . unread)' instead of total.
5588         (wl-summary-sync-update): Follow the change above.
5589
5590         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5591
5592 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5593
5594         * wl-address.el (wl-address-make-completion-list): Do not enclose
5595         address by " <" and ">" if associated realname is "".
5596         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5597         This is against the promblem with group list in .addresses pointed
5598         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5599
5600 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5601
5602         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5603         message is a format control string.
5604         * wl-expire.el (wl-expire-append-log): Ditto.
5605         * wl-mime.el (wl-summary-burst-subr): Ditto.
5606         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5607         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5608
5609 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5610
5611         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5612         wl.el (wl-check-variables): Rename from `wl-check-type'.
5613         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5614         (wl-check-variables-2): New function.
5615         (wl): Call `wl-check-variables-2'.
5616
5617 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5618
5619         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5620         after renaming folder in access group.
5621
5622 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5623
5624         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5625         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5626         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5627         (wl-message-buffer-prefetch): Rewrite.
5628         (wl-message-buffer-prefetch-idle-time): Removed.
5629         * wl-summary.el (wl-summary-redisplay-internal):
5630         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5631         Error check for `wl-message-buffer-prefetch-depht'.
5632
5633 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5634
5635         * Version number is increased to 2.9.5.
5636         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5637
5638 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5639
5640         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5641         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5642         Based on the patch written by
5643         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5644
5645 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5646
5647         * wl-draft.el (wl-draft-raw-send): Fix for
5648         `wl-news-send-pre-hook'
5649
5650 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5651
5652         * wl-utils.el (wl-message-id-function): New variable.
5653         * wl-draft.el (wl-draft-insert-required-fields):
5654         Use `wl-message-id-function'.
5655
5656 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5657
5658         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5659         * wl-utils.el (wl-draft-make-message-id-string):
5660         Use `wl-from' for domain part of Message-ID
5661         if `wl-message-id-use-wl-from' if non-nil.
5662         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5663
5664 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5665
5666         * wl.el (wl): Call `wl-check-type'
5667         Do not 'condition-case'.
5668
5669 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5670
5671         * wl.el (wl-check-type): New function.
5672         (wl-check-type-variables): New variable.
5673
5674 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5675
5676         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5677
5678 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5679
5680         * wl-draft.el (wl-smtp-password-key): New function.
5681         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5682         (wl-draft-send-mail-with-smtp): Ditto.
5683         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5684
5685 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5686
5687         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5688         * wl-utils.el (wl-unique-id-suffix): Remove.
5689
5690 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5691
5692         * Version number is increased to 2.9.4.
5693
5694 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5695
5696         * wl-utils.el (wl-unique-id-suffix): New variable.
5697         (wl-unique-id): Use `wl-unique-id-suffix'
5698
5699 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5700
5701         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5702         instead of `elmo-msgdb-search'.
5703
5704         * Version number is increased to 2.9.3.
5705
5706 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5707
5708         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5709
5710 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5711
5712         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5713         (wl-draft-dispatch-message): Changed for send-later.
5714         (wl-draft-queue-flush): Ditto.
5715         (wl-draft): Clear `wl-sent-message-queued'.
5716         (wl-draft-reedit): Ditto.
5717         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5718         * wl-vars.el (wl-draft-force-queuing): New variable.
5719         (wl-draft-force-queuing-mail): New variable.
5720         (wl-draft-force-queuing-news): New variable.
5721
5722 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5723
5724         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5725         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5726
5727 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5728
5729         * Version number is increased to 2.9.2.
5730
5731 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * wl-draft.el (wl-draft-elide-region): New user command.
5734         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5735
5736         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5737         command `wl-draft-elide-region'.
5738         * wl-mule.el: Ditto.
5739         * wl-xmas.el: Ditto.
5740
5741 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5742
5743         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5744         (wl-biff-check-folder-async): Removed needless let.
5745
5746 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5747
5748         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5749         wl-folder-get-elmo-folder.
5750         (wl-biff-check-folder): Set `biff' argument of
5751         `wl-folder-check-one-entity'.
5752         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5753
5754         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5755         (wl-folder-check-one-entity): Added `biff' argument;
5756         Setup `biff' slot of folder.
5757
5758         * Version number is increased to 2.9.1.
5759
5760 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5761
5762         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5763         comment out and fixed.
5764         (wl-fldmgr-add-completion-subr): Ditto.
5765
5766         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5767         and msgdb.
5768
5769         * wl.el (wl-toggle-plugged): Save summary view.
5770
5771 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5772
5773         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5774
5775 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5776
5777         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5778
5779 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5782         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5783         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5784
5785         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5786         if it was failed.
5787         (wl-demo): Disable undo in the demo buffer.
5788
5789 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5790
5791         * wl-version.el (wl-version): Changed codename.
5792
5793         * Version number is increased to 2.9.0.
5794
5795 2001-12-14  Takuo KITAME <kitame@northeye.org>
5796
5797         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5798         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5799         (wl-folder-mark-as-read-all-current-entity): Ditto.
5800
5801 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5802
5803         * wl-vars.el (wl-from-width): Define as obsolete variable.
5804         (wl-subject-length-limit): Ditto.
5805
5806         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5807
5808         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5809         wl-summary-save-view.
5810
5811         * wl.el (wl-save-status): Ditto.
5812         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5813
5814         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5815         (wl-summary-exit): Follow the change above.
5816         (wl-summary-goto-folder-subr): Ditto.
5817
5818         * wl-folder.el (wl-folder-create-subr): Don't use
5819         `elmo-folder-creatable-p'.
5820
5821 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5822
5823         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5824
5825 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5828         rather than bitmap on Emacs 21.
5829         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5830         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5831         for xbm if the new redisplay engine is not available.
5832
5833 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5834
5835         * wl-folder.el (wl-folder-init-hook): New hook.
5836         (wl-folder-init): Run `wl-folder-init-hook'.
5837
5838 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5841
5842 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5843
5844         * wl-acap.el (wl-acap-cache-filename): New variable.
5845         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5846         (wl-acap-init): Use cache if no ACAP server found.
5847
5848 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5849
5850         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5851         `wl-acap-original-msgdb-dir'.
5852
5853         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5854         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5855
5856         * wl-mime.el (wl-mime-save-directory): Renamed from
5857         `wl-mime-save-dir'.
5858
5859 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5862
5863         * wl-demo.el: Require `path-util'.
5864         (wl-demo-bitmap-mule-available-p): New internal variable.
5865         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5866         `module-installed-p' instead.
5867         (wl-demo-insert-image): Use *.img file for a bitmap image.
5868         (wl-demo): Don't call the ascii demo recursively.
5869
5870 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5871
5872         * Version number is increased to 2.7.7.
5873
5874 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5875
5876         * wl.el (wl-exit): Eliminated byte-compile warning.
5877
5878 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5879
5880         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5881         obsolete variable using `elmo-define-obsolete-variable'.
5882         (wl-fetch-confirm-threshold): Ditto.
5883         (wl-cache-prefetch-folder-type-list): Ditto.
5884         (wl-cache-prefetch-folder-list): Ditto.
5885
5886 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5889         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5890         (wl-demo-insert-image): New function.
5891         (wl-demo-insert-text): New function.
5892         (wl-demo-image-type-alist): Redefine as a function.
5893         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5894         (wl-demo-with-temp-file-buffer): Removed.
5895         (wl-logo-xpm): Removed.
5896         (wl-logo-xbm): Removed.
5897         (wl-logo-bitmap): Removed.
5898
5899 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5900
5901         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5902         (wl-expire-localdir-get-folder-function): New user option.
5903         (wl-expire-localdir-get-folder): New function.
5904         (wl-expire-localdir-date): Ditto.
5905
5906 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5907
5908         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5909         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5910         Fixed unread number mismatch when all-unread < unread.
5911
5912 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5913
5914         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5915         (wl-fetch-confirm-threshold): Ditto.
5916
5917         * wl-summary.el (wl-summary-confirm-appends): Removed.
5918         (wl-summary-sync-update): Don't refer
5919         `wl-summary-update-confirm-threshold' (It is now abolished).
5920
5921         * wl-message.el (wl-message-display-internal): Don't refer
5922         `wl-fetch-confirm-threshold' (It is now abolished).
5923
5924 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5927
5928 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5929
5930         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5931         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5932         Change default value to nil.
5933         (wl-summary-indent-length-limit): The value can be nil, nil means
5934         unlimited.
5935
5936         * wl-summary.el: Don't set limit for indent length if the value of
5937         wl-summary-indent-length-limit is nil.
5938         If the value of wl-summary-width is nil, it means only that the width
5939         of summary is unlimited (nil doesn't mean that the indent length is
5940         unlimited).
5941
5942         * wl-thread.el: Ditto.
5943
5944 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5945
5946         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5947         be nil, nil means never confirm.
5948         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5949
5950 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5951
5952         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5953         means unlimited).
5954
5955 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5956
5957         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5958         Use `with-temp-buffer'.
5959
5960 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5961
5962         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5963         with new backquote style).
5964         (wl-folder-get-entity-from-buffer): Ditto.
5965
5966 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5967
5968         * wl-version.el (nemacs-version): Eliminated.
5969         (wl-extended-emacs-version2): Ignore nemacs.
5970         (wl-extended-emacs-version3): Ditto.
5971
5972 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5973
5974         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5975         (wl-draft-add-in-reply-to): New variable.
5976         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5977         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5978         (wl-draft-yank-from-mail-reply-buffer): Use
5979         `wl-draft-add-in-reply-to'.
5980         (wl-draft-insert-current-message): Ditto.
5981
5982 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5983
5984         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5985         typo (kill->hide).
5986         (wl-message-buffer-prefetch-folder-type-list): Added elements
5987         `mark' and `cache' instead of `internal'.
5988
5989 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5990
5991         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5992         resume msgdb directory.
5993
5994 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5995
5996         * wl.el (wl-exit): Call `wl-acap-exit'.
5997
5998         * wl-summary.el (wl-summary-message-string): New function.
5999         (wl-summary-reedit): Use it.
6000         (wl-summary-resend-bounced-mail): Remove needless let.
6001         (wl-summary-supersedes-message): Ditto.
6002         (wl-summary-save): Ditto.
6003
6004         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6005         (wl-acap-init): Set it.
6006         (wl-acap-exit): New function.
6007
6008 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6009
6010         * wl.el (wl-init): Revert (require 'mime-setup). move from
6011         toplevel.
6012
6013 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6014
6015         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6016         local variables.  Add error when guess function return invalid
6017         value.
6018
6019 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6020
6021         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6022         Change local variable name.
6023         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6024         (wl-folder-get-newsgroups): Return nil when non-news folder.
6025         * wl-summary.el (wl-summary-write-current-folder): State through
6026         when guess-list return nil.
6027         (wl-summary-write-current-folder-functions): Fixed docstring.
6028
6029         * wl.el (wl-exit): Changed confirm message.
6030
6031         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6032         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6033
6034         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6035
6036 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6037
6038         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6039         user option (Renamed from wl-cache-prefetch-folder-type-list).
6040         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6041         from wl-cache-prefetch-folder-list).
6042
6043         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6044         Move to wl-vars.el.
6045         (wl-message-buffer-prefetch-p): Changed to enable
6046         `wl-message-buffer-prefetch-folder-list'.
6047
6048         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6049         `ignore-cache'.
6050
6051 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6052
6053         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6054         `part-top' and `part-bottom'.
6055         (wl-draft-config-sub-part-top): New function.
6056         (wl-draft-config-sub-part-bottom): New function.
6057
6058 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6059
6060         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6061
6062 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6063
6064         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6065
6066 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6067
6068         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6069
6070         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6071         (wl-summary-write-current-folder): Ditto.
6072
6073 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6074
6075         * wl-folder.el (wl-folder-get-newsgroups): Use
6076         `elmo-folder-newsgroups'.
6077
6078 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6079
6080         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6081         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6082         `wl-draft-config-sub-header-bottom'.
6083
6084 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6085
6086         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6087         localnews folder.
6088
6089 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6090
6091         * wl-summary.el (wl-summary-mode): Undo last change.
6092
6093         * wl-folder.el (wl-folder-mode): Ditto.
6094
6095 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6096
6097         * wl-summary.el (wl-summary-mode): Locally set
6098         truncate-partial-window-width to nil.
6099         (for XEmacs)
6100
6101         * wl-folder.el (wl-folder-mode): Ditto.
6102
6103 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6104
6105         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6106
6107 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6108
6109         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6110         number.
6111
6112         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6113
6114         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6115
6116         * Version number is increased to 2.7.6.
6117
6118 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6121
6122 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6123
6124         * wl-summary.el (wl-summary-sync-update): Enclose network
6125         related portion with `unwind-protect'.
6126
6127 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6128
6129         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6130
6131 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6132
6133         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6134         element.
6135         * wl-vars.el (wl-message-body-button-alist): Ditto.
6136
6137         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6138         max match length.
6139         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6140
6141         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6142         for the max match length;
6143         Use 4th element value for the button string regexp group.
6144
6145         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6146         candidate exists, prompt to select.
6147
6148 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6149
6150         * wl-summary.el (wl-summary-jump-to-msg): Search before
6151         calibration point by `beginning-of-line'.
6152
6153 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6154
6155         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6156         for access group.
6157
6158 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6159
6160         * wl-message.el (wl-message-display-internal): Bind
6161         `default-mime-charset'.
6162
6163         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6164
6165         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6166
6167         * Version number is increased to 2.7.5.
6168
6169 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6170
6171         * wl-expire.el (wl-summary-archive): Fixed;
6172         Use `elmo-folder-name-internal'.
6173
6174 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6175
6176         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6177         from `elmo-folder-move-messages' caller.
6178         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6179
6180         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6181         related portions are changed).
6182
6183 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6184
6185         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6186         counter.
6187
6188 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6189
6190         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6191         buffer local and set it to nil.
6192
6193         * wl-message.el (wl-message-redisplay): Ditto.
6194
6195 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6196
6197         * wl-summary.el (wl-summary-mark-as-important): If message is
6198         already cached, set messag as read, otherwise encache and mark as read.
6199
6200 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6201
6202         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6203         point-min.
6204
6205 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6208         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6209         a keymap.
6210
6211 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6214         parent.
6215
6216         * wl-mule.el (wl-message-define-keymap): Ditto.
6217
6218         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6219
6220         * wl-xmas.el (wl-message-display-internal-hook): Define.
6221         (wl-xmas-setup-message-toolbar): Define as function.
6222         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6223         (wl-message-overload-functions): Abolished.
6224         (wl-message-define-keymap): New function.
6225
6226         * wl-vars.el (wl-message-display-internal-hook): New variable.
6227         (wl-message-header-button-alist): New variable (Renamed from
6228         wl-highlight-message-header-button-alist).
6229         (wl-message-body-button-alist): Ditto.
6230
6231         * wl-mule.el (wl-message-define-keymap): New function.
6232         (wl-message-overload-functions): Abolished.
6233
6234         * wl-message.el (wl-message-add-buttons-to-body): New function.
6235         (wl-message-redisplay): Don't call wl-message-overload-functions;
6236         Call wl-message-add-buttons-to-header and
6237         wl-message-add-buttons-to-body.
6238         (wl-message-display-internal): Set keymap argument for
6239         elmo-mime-display-as-is, elmo-mime-message-display;
6240         Run wl-message-display-internal-hook.
6241         (wl-message-refer-article-or-url): Abolished.
6242
6243         * wl-highlight.el (wl-highlight-headers): Don't call
6244         wl-highlight-message-add-buttons-to-header.
6245         (wl-highlight-message-add-buttons-to-header): Abolished.
6246
6247
6248         * wl-e21.el (wl-message-display-internal-hook): Define.
6249         (wl-e21-setup-toolbar): Deleted duplicated binding.
6250         (wl-e21-setup-message-toolbar): Define as function.
6251         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6252         (wl-message-define-keymap): New function.
6253         (wl-message-overload-functions): Abolished.
6254
6255 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6256
6257         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6258         and elmo-folder-close.
6259
6260         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6261
6262 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6263
6264         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6265         boolean value.
6266         * wl-draft.el (wl-draft-do-fcc): Ditto.
6267
6268 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6269
6270         * wl-vars.el (wl-fcc-force-as-read): New variable.
6271         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6272         mark copied message as read.
6273
6274 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6275
6276         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6277
6278 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6279
6280         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6281         `wl-summary-target-above' instead of obsolete variable
6282         `wl-summary-temp-above'.
6283
6284         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6285         instead of `make-obsolete-variable'.
6286         * wl-refile.el (toplevel): Ditto.
6287
6288 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6289
6290         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6291         with third argument t.
6292         (wl-draft): Set first argument for wl-plugged-init as t.
6293
6294         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6295         definition.
6296
6297 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6298
6299         * wl-vars.el: Tabify.
6300         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6301
6302         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6303         message.
6304
6305 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6306
6307         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6308         and set default to beep.
6309
6310 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6311
6312         * wl-vars.el (wl-draft-truncate-lines): New variable.
6313
6314         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6315         instead of wl-message-truncate-lines for truncate-lines.
6316
6317 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6318
6319         * wl-message.el (wl-message-display-internal): Call
6320         `wl-highlight-message' after `elmo-mime-display-as-is'.
6321
6322         * wl-mime.el (wl-mime-display-text/plain): New function.
6323         (wl-mime-display-header): Ditto.
6324         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6325         body-presentation-method for text/plain;
6326         Register `wl-mime-display-header' as a header-presentation-method;
6327         Don't set up `elmo-message-text-content-inserted-hook' and
6328         `elmo-message-header-inserted-hook'.
6329
6330         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6331         variable.
6332         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6333         as t if flag is 'all-header;
6334         Don't bind `elmo-message-ignored-field-list',
6335         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6336
6337 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6340         for xemacs with non-mule environment.
6341
6342 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6343
6344         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6345         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6346         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6347
6348 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6349
6350         * wl-vars.el (wl-interactive-send): Set default value as t.
6351
6352 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6353
6354         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6355         (wl-addrmgr-method-list): Abolished.
6356         (wl-addrmgr-change-method): Follow above change.
6357
6358         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6359
6360 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6361
6362         * wl-vars.el (wl-message-truncate-lines): Change default value
6363         to default-truncate-lines.
6364
6365         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6366
6367 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6368
6369         * wl-vars.el (wl-message-truncate-lines): New variable.
6370
6371         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6372         wl-message-truncate-lines.
6373
6374 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6375
6376         * wl-acap.el (wl-acap-init): Remove period from error message.
6377         (wl-acap-find-acap-service): Remove period from message.
6378
6379 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl.el (wl-check-environment): Undo last change.
6382
6383         * wl-vars.el (wl-from): Changed default value.
6384
6385         * wl-util.el (toplevel): Don't require tm-edit.
6386
6387         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6388         `wl-folder-init';
6389         Don't set mark on mail body.
6390         (wl-draft-reedit): Ditto.
6391
6392         * wl-address.el (wl-address-quote-specials): Define as an alias for
6393         elmo-address-quote-specials.
6394
6395 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6396
6397         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6398
6399         * wl-vars.el (wl-from): Set default value as nil.
6400         (wl-organization): Set default value as ORGANIZATION environment
6401         variable.
6402
6403         * wl-draft.el (wl-smtp-extension-bind): Check value of
6404         wl-smtp-connection-type.
6405
6406         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6407         error.
6408
6409 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6410
6411         * Version number is increased to 2.7.4.
6412
6413         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6414         arguments from `wl-highlight-x-face-function' caller.
6415         Use x-face-1.3.6.12 or later.
6416
6417 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6418
6419         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6420
6421 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6422
6423         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6424         (wl-fcc): Fix to accept function.
6425         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6426
6427 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6428
6429         * wl-acap.el (toplevel): Added `product-provide' declare.
6430         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6431
6432 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6433
6434         * wl.el (wl): Changed order of calling `elmo-init'
6435         and `elmo-folder-init'.
6436
6437 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6438
6439         * wl-mime.el (wl-summary-burst): Extract message when content-type
6440         of root entity is not only `multipart' but also `message/rfc822'.
6441         (wl-summary-burst-subr): Ditto.
6442
6443 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * wl-vars.el (toplevel): Require 'custom.
6446         (wl-trash-folder): Added to `wl-setting' group.
6447
6448         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6449         exists.
6450         (wl-addrmgr-draw): Insert empty line when no entry exists.
6451
6452         * wl-mule.el (wl-message-wheel-up): Fixed.
6453         (wl-message-wheel-down): Ditto.
6454
6455 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6456
6457         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6458         config is an anonymous lambda expression.
6459
6460 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6463         when Mule 2 is running.
6464
6465 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6466
6467         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6468
6469 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6470
6471         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6472         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6473
6474         * wl-address.el (wl-address-specials-regexp): Eliminated.
6475         (wl-address-quote-specials): Rewrite.
6476
6477 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6480         shy-groups for regexp.
6481
6482         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6483         character classes and Perl style shy-groups for regexp.
6484         (wl-highlight-plugged-current-line): Use Posix style character
6485         classes for regexp.
6486         (wl-e21-highlight-folder-by-numbers): Ditto.
6487         (wl-e21-display-image-p): Use `display-images-p' instead of
6488         `display-graphic-p'.
6489         (display-images-p): Make an alias to `display-graphic-p' if it is
6490         not available.  It is for Emacs version prior to 21.0.105.
6491
6492         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6493         `display-graphic-p'.
6494         (wl-demo-image-type-alist): Ditto.
6495         (display-images-p): Make an alias to `display-graphic-p' if it is
6496         not available.  It is for Emacs version prior to 21.0.105.
6497
6498 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6499
6500         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6501         support.
6502         (wl-generate-user-agent-string): Ditto.
6503
6504         * wl-version.el (wl-version): Update docsting.
6505         (wl-version-status): Ditto.
6506
6507 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6508
6509         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6510         21.0.105.  For Emacs 21.0.104 or earlier.
6511
6512 2001-09-03  Takuo KITAME <kitame@northeye.org>
6513
6514         * wl-e21.el (wl-plugged-init-icons): Use
6515         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6516         (wl-biff-init-icons): Ditto.
6517
6518 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6519
6520         * wl-highlight.el (wl-highlight-summary-current-line):
6521         Fixed highlighting refile/copy destination.
6522
6523         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6524         (wl-acap-store): Encode string by wl-acap-coding-system.
6525
6526 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-acap.el (toplevel): Check and require 'un-define before
6529         'xemacs-ucs;
6530          Added checking for UTF-2000.
6531
6532 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6535         Don't enclose with `eval-and-compile'.
6536
6537         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6538         wl-init is non-nil.
6539
6540         * wl-draft.el (wl-draft): Ditto.
6541
6542         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6543
6544         * wl-acap.el (toplevel): Require 'wl.
6545         (wl-acap-store): Call `elmo-init'.
6546
6547         * wl.el (wl): Changed position of `wl-check-environment'.
6548         (toplevel): Added autoload setting for wl-acap.
6549
6550         * wl-vars.el (wl-setting): New custom group.
6551         (wl-from): Added wl-setting group.
6552         (wl-user-mail-address-list): Ditto.
6553         (wl-organization): Ditto.
6554         (wl-subscribed-mailing-list): Ditto.
6555         (wl-envelope-from): Ditto.
6556         (wl-smtp-posting-user): Ditto.
6557         (wl-smtp-posting-server): Ditto.
6558         (wl-smtp-posting-port): Ditto.
6559         (wl-smtp-authenticate-type): Ditto.
6560         (wl-pop-before-smtp-user): Ditto.
6561         (wl-pop-before-smtp-server): Ditto.
6562         (wl-pop-before-smtp-port): Ditto.
6563         (wl-pop-before-smtp-authenticate-type): Ditto.
6564         (wl-nntp-posting-server): Ditto.
6565         (wl-nntp-posting-user): Ditto.
6566         (wl-nntp-posting-port): Ditto.
6567         (wl-fetch-confirm-threshold): Ditto.
6568         (wl-prefetch-threshold): Ditto.
6569         (wl-thread-insert-opened): Ditto.
6570         (wl-ldap-server): Ditto.
6571         (wl-ldap-port): Ditto.
6572         (wl-ldap-base): Ditto.
6573         (wl-ldap-objectclass): Ditto.
6574         (wl-use-ldap): Ditto.
6575         (wl-draft-config-alist): Ditto.
6576         (wl-draft-config-matchone): Ditto.
6577         (wl-template-alist): Ditto.
6578         (wl-message-sort-field-list): Ditto.
6579         (wl-message-ignored-field-list): Ditto.
6580         (wl-message-visible-field-list): Ditto.
6581         (wl-interactive-send): Ditto.
6582         (wl-summary-move-order): Ditto.
6583         (wl-auto-select-first): Ditto.
6584         (wl-auto-select-next): Ditto.
6585         (wl-interactive-save-folders): Ditto.
6586
6587         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6588         Initialization codes are moved from wl-local-folder-init.
6589         (wl-local-folder-init): Follow the change above.
6590         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6591
6592         * wl-acap.el: New file.
6593
6594         * Version number is increased to 2.7.3.
6595
6596 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6597
6598         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6599
6600 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6601
6602         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6603         (wl-addrmgr-address-entry-list): Ditto.
6604
6605 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6606
6607         * wl-e21.el (wl-draft-mode-map): Removed binding for
6608         `wl-draft-insert-x-face-field'.
6609
6610         * wl-mule.el (wl-draft-mode-map): Ditto.
6611
6612         * wl-xmas.el (wl-draft-mode-map): Ditto.
6613
6614         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6615         (wl-cs-autoconv): Ditto.
6616         (wl-cs-local): Ditto.
6617         (wl-use-scoring): Ditto.
6618         (wl-mime-charset): Ditto.
6619         (wl-folder-check-async): Ditto.
6620
6621         * wl.el (toplevel): Ignore nemacs and tm.
6622         (wl-exit): Ditto.
6623
6624         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6625         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6626         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6627         instead of wl-address-petname-add-or-change.
6628         (wl-summary-edit-addresses-subr): Use wl-address-delete
6629         instead of wl-address-petname-delete.
6630
6631         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6632
6633         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6634         if error occured.
6635
6636         * wl-message.el (require): Remove tm support.
6637
6638         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6639
6640         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6641         (wl-folder-jump-to-current-entity): Ditto.
6642         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6643
6644         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6645         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6646         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6647
6648         * wl-mule.el (wl-draft-key-setup): Ditto.
6649
6650         * wl-xmas.el (wl-draft-key-setup): Ditto.
6651
6652         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6653         (wl-draft-std11-parse-addresses): New function.
6654         (wl-draft-parse-mailbox-list): Use it.
6655         (wl-draft): Ignore nemacs.
6656         (wl-draft-reedit): Ditto.
6657
6658         * wl-addrmgr.el: New file.
6659         (Original is wl-rcpt.el written by
6660         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6661         Thanks Kitamoto-san.)
6662
6663         * wl-address.el (wl-address-make-address-list): Modified parsing
6664         process.
6665         (wl-address-delete): Renamed from `wl-address-petname-delete';
6666         Modify wl-address-list too.
6667         (wl-address-add-or-change): Renamed from
6668         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6669
6670 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6671
6672         * wl-highlight.el (wl-highlight-summary-current-line):
6673           Work with transient-mark-mode
6674
6675 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6676
6677         * Version number is increased to 2.7.2.
6678
6679         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6680         instead of elmo-dop-queue-method.
6681
6682 2001-08-06  SAITO Atsunori <sai@yedo.com>
6683
6684         * wl-vars.el (wl-ldap-objectclass): New user option.
6685
6686         * wl-address.el (wl-ldap-make-filter): Use it.
6687
6688 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6689
6690         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6691
6692 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * wl-folder.el (wl-folder): redisplay after folder insertion.
6695
6696         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6697
6698         * wl-summary.el (wl-summary-sync-update):
6699         Change status mark only when new-msgdb exists.
6700         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6701
6702 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6703
6704         * wl-summary.el (wl-summary-open-folder): New function.
6705         (wl-summary-goto-folder-subr): Use it.
6706         (wl-summary-mark-as-important): Fix;
6707         Encache only when no cache exists.
6708
6709 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6710
6711         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6712         Use with-current-buffer.
6713
6714 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6715
6716         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6717         before call `get-buffer'. Fixed parenthesis.
6718         (wl-score-get-header-entry): Clear message and help window when
6719         keyboard quit.
6720         (wl-score-edit-insert-header): Ditto.
6721
6722 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6723
6724         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6725         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6726         (wl-default-draft-cite): Fix.
6727
6728         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6729         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6730
6731 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6732
6733         * wl-message.el (wl-message-prev-page): Do same bahavior
6734         as summary when it is called in the message buffer.
6735         (wl-message-next-page): Ditto.
6736
6737 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6738
6739         * wl-summary.el (wl-summary-forward): Use cache if it is not
6740         section cache.
6741
6742 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6745         Removed redundant require of elmo-vars.
6746         (wl-biff-state-indicator-on): Changed default value for
6747         xemacs with non-mule environment.
6748
6749         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6750         wl-message-buffer is nil;
6751         Hide progress bar after moving messages.
6752
6753 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6754
6755         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6756         message at cursor point is deleted.
6757
6758 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6759
6760         * wl-vars.el: Changed file coding system to euc-japan.
6761         Added -*-coding:-*- magic to the first line.
6762
6763         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6764         Search parent from the first message.
6765
6766         * Version number is increased to 2.7.1.
6767
6768 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6769
6770         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6771
6772 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6773
6774         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6775         refile/delete execution.
6776
6777         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6778         Fixed docstring.
6779
6780 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6781
6782         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6783         do update process;
6784         Don't update marks when update process is interrupted.
6785
6786 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6787
6788         * wl-summary.el (wl-summary-reply): Fixed problem when
6789         wl-draft-use-frame is non-nil.
6790         (wl-summary-forward): Ditto.
6791
6792         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6793         as nil.
6794         (wl-folder-mark-as-read-all-entity): Ditto.
6795         (wl-folder-prefetch-entity): Ditto.
6796
6797         * wl.el (wl): Check environment before wl-init.
6798
6799         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6800         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6801         instead of wl-summary-collect-unread.
6802         (wl-summary-reply): Split message window.
6803
6804 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6807         only if current language environment is japanese,
6808
6809         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6810         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6811         (wl-folder-goto-folder-subr): Ditto.
6812
6813         * wl-draft.el (wl-draft-dispatch-message): Call
6814         `elmo-file-cache-get-path'.
6815
6816 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-summary.el (wl-summary-cursor-move): If return value of
6819         wl-summary-next-message is not number, don't jump.
6820
6821 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6822
6823         * wl-summary.el (wl-summary-buffer-next-message-function): New
6824         variable.
6825         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6826         if it is bound.
6827
6828         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6829         string.
6830
6831         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6832         (wl-plugged-drawing): Ditto.
6833
6834 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6837         process.
6838         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6839         with unwind-protect.
6840
6841         * wl.el (wl-init): Require mime-setup.
6842         (wl-check-environment): Don't require mime-setup.
6843
6844         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6845         instead of elmo-folder-type.
6846
6847         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6848         value as nil.
6849
6850 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6851
6852         * Version number is increased to 2.7.0.
6853
6854         * wl-version.el (wl-version): Changed codename.
6855
6856         * wl-summary.el (wl-summary-delete-cache): Fixed.
6857
6858         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6859         Workaround for net folders.
6860         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6861
6862         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6863         value to nil (According to the patch from
6864         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6865
6866         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6867         of elmo-folder-close.
6868
6869 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6870
6871         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6872         for postfix.
6873
6874 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6875
6876         * wl-summary.el (wl-summary-resend-message): Fixed.
6877
6878         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6879         Call wl-draft with `from' argument if its address is included in
6880         `wl-user-mail-address-list'.
6881         (wl-draft): Added `from' argument.
6882
6883         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6884         non-nil.
6885         (wl): Don't show demo if wl-demo is nil.
6886
6887         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6888         wl-summary-use-frame.
6889
6890         * wl-vars.el (wl-summary-use-frame): New user option.
6891         (wl-folder-use-frame): Changed docstring.
6892
6893         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6894         non-nil.
6895         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6896         wl-summary-use-frame.
6897
6898         * wl-vars.el (wl-folder-use-frame): New user option.
6899
6900         * wl-summary.el (wl-summary-exit): Back to folder frame if
6901         wl-folder-use-frame is non-nil.
6902         (wl-summary-redisplay-internal): Ignore cache if current folder
6903         is draft folder,
6904         (wl-summary-redisplay-no-mime): Ditto.
6905         (wl-summary-redisplay-all-header): Ditto.
6906
6907         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6908         if wl-folder-use-frame is non-nil.
6909
6910 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6911
6912         * wl-summary.el (wl-summary-sync-update): Bind
6913         elmo-folder-update-threshold.
6914         (wl-summary-mark-as-important): Enclosed server mark processing
6915         with `save-match-data'.
6916
6917         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6918         only when it is already defined.
6919
6920 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6921
6922         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6923         name of folder exclude localdir is wrong.
6924         * wl-folder.el (wl-folder-sync-entity):
6925         Set `wl-summary-always-sticky-folder-list' as nil.
6926         (wl-folder-mark-as-read-all-entity): Ditto.
6927         (wl-folder-prefetch-entity): Ditto.
6928
6929 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6930
6931         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6932         instead of `wl-summary-write-current-newsgroup'.
6933
6934 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6935
6936         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6937         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6938         non-nil and selected message is important, do not display.
6939
6940 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6941
6942         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6943
6944 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6947
6948         * wl-summary.el (wl-summary-mark-as-important): Set message number
6949         using wl-summary-message-number.
6950
6951 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6952
6953         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6954         destination folder is 'null.
6955
6956 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6957
6958         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6959         New function.
6960         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6961         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6962         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6963
6964 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6965
6966         * wl-mime.el (wl-mime-setup): Added setting for
6967         `mime-setup-signature-key-alist' to avoid overriding key bind for
6968         `wl-draft-send'.
6969
6970         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6971         for `wl-draft-send'.
6972         * wl-mule.el (wl-draft-overload-functions): Ditto.
6973         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6974         * wl-draft.el (wl-draft-send): Ditto.
6975
6976         * wl-message.el (wl-message-display-internal):
6977         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6978         (Patch is provided by <kita@coe.nttdata.co.jp>).
6979
6980 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6981
6982         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6983
6984 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6985
6986         * wl.el (wl): Fix for wl-demo.
6987
6988 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6989
6990         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6991
6992 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6993
6994         * wl-folder.el (wl-folder-prefetch-entity): Use
6995         `wl-folder-get-elmo-folder'.
6996         (wl-folder-count-incorporates): Do not use
6997         `wl-folder-get-elmo-folder'.
6998
6999 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7000
7001         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7002         instead of `elmo-folder-get-type'.
7003
7004 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7005
7006         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7007         position on Subject: field.
7008         (Advised by Mito <mit@nines.nec.co.jp>)
7009
7010 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7011
7012         * wl-folder.el (wl-folder-prefetch-entity): Use
7013         `wl-folder-get-elmo-folder'.
7014
7015 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7016
7017         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7018
7019         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7020         `process-duplicates' slot.
7021
7022         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7023         if detection failed.
7024
7025 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7026
7027         * wl-version.el (wl-version-status): Set to "alpha".
7028
7029 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7030
7031         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7032         Check wl-message-buffer lives before set-buffer.
7033
7034 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7035
7036         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7037         called in folder mode.
7038         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7039         * wl-summary.el (wl-summary-exit-pre-hook): Run
7040         `wl-summary-exit-pre-hook' before exit summary mode.
7041
7042 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7043
7044         * wl-version.el (wl-version-status): New variable.
7045         (wl-version-status-alist): Removed.
7046         (wl-version-status): Rule included.
7047
7048 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7049
7050         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7051         @sponichi.
7052
7053         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7054         when `mail-reply-buffer' is buffer-local variable.
7055         (Reported by <kita@coe.nttdata.co.jp>).
7056
7057 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7058
7059         * wl-vars.el (toplevel): Require 'elmo-util.
7060
7061 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7064         (All other related portions are changed)
7065
7066         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7067
7068         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7069
7070 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7071
7072         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7073
7074 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7075
7076         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7077         Delete other windows to avoid an error.
7078         Use `point-marker' instead of `point' to remember the start point
7079         of body.
7080
7081         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7082
7083         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7084         number not to exceed all message number.
7085
7086 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7087
7088         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7089         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7090
7091 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7092
7093         * wl-summary.el (wl-summary-sync-force-update): Added argument
7094         no-check.
7095         (wl-summary-sync-update): Ditto.
7096         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7097         with `no-check'.
7098
7099         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7100         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7101         already running.
7102
7103 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7104
7105         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7106         `dst-folder-arg'.
7107         (wl-expire-archive-number1): Diito.
7108         (wl-expire-archive-number2): Diito.
7109         (wl-expire-archive-Date): Diito.
7110         (wl-archive-number1): Diito.
7111         (wl-archive-number2): Diito.
7112         (wl-archive-date): Diito.
7113         (wl-archive-folder-p): New function.
7114         (wl-summary-expire): Support of expand folder name at
7115         wl-expire-alist.
7116         * wl-util.el (wl-expand-newtext): Renamed from
7117         `wl-refile-expand-newtext'.
7118
7119 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7120
7121         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7122         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7123         `(elmo-msgdb-get-overview msgdb)'.
7124         (wl-summary-prefetch): Bind match data before call
7125         `wl-summay-prefetch-msg'.
7126         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7127         'off if `wl-summary-buffer-disp-msg' is non-nil.
7128         Fixed problem that couldn't show only one new or unread message when
7129         enter folder.
7130         (wl-summary-reply): Don't call `split-window-vertically' and other
7131         window.
7132
7133 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * wl-expire.el (wl-expire-refile): Fixed.
7136
7137 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7138
7139         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7140
7141         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7142         biff notification is removed.
7143
7144         * wl.el (wl): Changed position of `elmo-init'.
7145
7146         * wl-draft.el (wl-default-draft-cite): Use date field
7147         on the citation buffer.
7148
7149         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7150
7151         * wl-xmas.el (wl-folder-internal-icon-list): Added
7152         `wl-folder-shimbun-image'.
7153
7154         * wl-e21.el (wl-folder-internal-icon-list): Added
7155         `wl-folder-shimbun-image'.
7156
7157 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * wl.el (wl-init): Eliminated argument.
7160         (wl): Rewrite.
7161
7162         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7163         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7164         instead of `elmo-folder-msgdb-internal'.
7165         (wl-summary-sync-update): Ditto.
7166         (wl-summary-flush-pending-append-operations): Eliminated.
7167         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7168         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7169         `elmo-folder-open'.
7170
7171         * wl-mime.el (wl-summary-burst): Fixed.
7172
7173         * wl-folder.el (wl-folder-info-save): Check data type.
7174
7175         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7176         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7177         instead of `elmo-folder-msgdb-internal'.
7178         (wl-expire-hide): Ditto.
7179
7180
7181         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7182
7183 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7184
7185         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7186
7187 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7188
7189         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7190
7191 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7192
7193         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7194         Fixed `match-beginning' argument mismatch.
7195
7196 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7197
7198         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7199         the default value.
7200
7201 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7202
7203         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7204         instead of `elmo-nntp-default-port'.
7205
7206         * wl-vars.el: Fixed some doc strings.
7207
7208 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7209
7210         * wl-summary.el (wl-summary-prefetch-msg): Use
7211         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7212
7213         * wl-vars.el: Define *-func as obsolete variable using
7214         `elmo-define-obsolete-variable'.
7215
7216         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7217         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7218         instead of `wl-message-buffer-prefetch-threshold'.
7219
7220         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7221
7222         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7223
7224         * wl-draft.el (wl-caesar-region-func): Ditto.
7225
7226         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7227         Keep unread status in elmo-folder-move-messages.
7228         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7229
7230 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7231
7232         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7233         `wl-summary-buffer-exit-func'
7234         (wl-summary-buffer-message-redisplay-function): Renamed from
7235         `wl-summary-buffer-message-redisplay-func'
7236         (wl-summary-buffer-next-folder-function): Renamed from
7237         `wl-summary-buffer-next-folder-func'.
7238         (wl-summary-buffer-prev-folder-function): Renamed from
7239         `wl-summary-buffer-prev-folder-func'.
7240         (wl-summary-get-petname-function): Renamed from
7241         `wl-summary-get-petname-func'.
7242
7243         * wl-score.el (wl-score-edit-exit-function): Renamed from
7244         `wl-score-edit-exit-func'.
7245
7246         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7247         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7248
7249         * wl-util.el (wl-load-profile-function): Renamed from
7250         `wl-load-profile-func'.
7251
7252         * wl-folder.el (wl-folder-completion-function): Renamed from
7253         `wl-folder-completion-func'.
7254         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7255
7256         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7257         `wl-expire-archive-get-folder-func'.
7258         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7259         (wl-draft-send-mail-function): Renamed from
7260         `wl-draft-send-mail-func'.
7261         (wl-draft-send-news-function): Renamed from
7262         `wl-draft-send-news-func'.
7263         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7264         (wl-generate-mailer-string-function): Renamed from
7265         `wl-generate-mailer-string-func'.
7266         (wl-highlight-signature-search-function): Renamed from
7267         `wl-highlight-signature-search-func'.
7268         (wl-highlight-x-face-function): Renamed from
7269         `wl-highlight-x-face-func'
7270         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7271         (wl-ps-print-buffer-function): Renamed from
7272         `wl-ps-print-buffer-func'
7273         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7274         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7275         (wl-summary-subject-filter-function): Renamed from
7276         `wl-summary-subject-filter-func'.
7277
7278         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7279         `wl-draft-queue-flush-send-func'
7280         (wl-draft-cite-function): Renamed from
7281         `wl-draft-cite-func'
7282
7283         * wl-address.el (wl-address-init-function): Renamed from
7284         `wl-address-init-func'.
7285
7286 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7287
7288         * wl-draft.el (wl-draft-queue-flush): Don't call
7289         `elmo-dop-unlock-message'.
7290         * wl-draft.el (wl-draft-queue-append): Don't call
7291         `elmo-dop-lock-message'.
7292
7293         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7294         (wl-summary-buffer-folder-name): Ditto.
7295         (wl-summary-message-regexp): Added '-' (all other related portions
7296         are changed).
7297         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7298         wl-summary-buffer-folder-name.
7299
7300 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7301
7302         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7303         the number of mails in the folder buffer is not updated by wl-biff.
7304
7305 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7306
7307         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7308         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7309
7310 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7311
7312         * wl-summary.el (wl-summary-next-message):
7313         Return next message number when wl-summary-move-order is nil.
7314
7315 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7316
7317         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7318         `wl-summary-move-spec-alist'.
7319         (wl-summary-move-spec-unplugged-alist): New variable
7320         (Move spec for unplugged status).
7321         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7322         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7323
7324 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7325
7326         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7327         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7328
7329 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7330
7331         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7332         simple quotation to quote the anonymous function.
7333         * tm-wl.el (wl-draft-preview-message): Ditto.
7334
7335 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7336
7337         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7338         Eliminate redundant `save-excursion'.
7339         (wl-highlight-summary-current-line): Ditto.
7340
7341         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7342         accessing match data when `looking-at' failed.
7343
7344         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7345         `elmo-match-string' where users don't care about the speed.
7346         (wl-draft-save): Ditto.
7347
7348 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7349
7350         * wl-util.el (wl-regexp-opt): New function.
7351
7352         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7353         number from `wl-summary-buffer-number-list'.
7354         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7355         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7356         (wl-summary-move-spec-alist): Changed default setting.
7357
7358 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7359
7360         * wl-vars.el (wl-biff-notify-hook): New hook.
7361         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7362         the arrival of new mail.
7363         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7364         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7365
7366 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7367
7368         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7369
7370 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7371
7372         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7373
7374         * Version number is increased to 2.5.8.
7375
7376         * wl-thread.el (toplevel): require 'cl.
7377         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7378         (wl-thread-make-number-list): New function.
7379         (wl-thread-entity-make-number-list-from-children): Ditto.
7380         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7381         (wl-thread-entity-insert-as-children): Likewise.
7382         (wl-thread-delete-message): Likewise.
7383         (wl-meaning-of-mark): Eliminated.
7384         (wl-thread-next-failure-mark-p): Ditto.
7385         (wl-thread-entity-get-mark): Ditto.
7386         (wl-thread-meaning-alist-get-result): Ditto.
7387         (wl-thread-entity-check-prev-mark): Ditto.
7388         (wl-thread-entity-check-next-mark): Ditto.
7389         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7390         (wl-thread-entity-get-prev-marked-entity): Ditto.
7391         (wl-thread-get-prev-unread): Ditto.
7392         (wl-thread-jump-to-prev-unread): Ditto.
7393         (wl-thread-get-next-unread): Ditto.
7394         (wl-thread-jump-to-next-unread): Ditto.
7395         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7396         (wl-thread-entity-get-next-marked-entity): Ditto.
7397
7398         * wl-summary.el (wl-summary-buffer-number-list):
7399         New bufer-local variable.
7400         (wl-summary-switch-to-clone-buffer): Clone
7401         `wl-summary-buffer-number-list'.
7402         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7403         (wl-summary-cursor-move-regex): Eliminated.
7404         (wl-summary-cursor-up): Rewrite.
7405         (wl-summary-cursor-down): Ditto.
7406         (wl-summary-mode-spec-alist): New variable.
7407         (wl-summary-next-message): New inline function.
7408         (wl-summary-cursor-move): New function.
7409         (wl-summary-default-get-next-msg): Rewrite.
7410         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7411         (wl-summary-rescan): Ditto.
7412         (wl-summary-sync-all-init): Ditto.
7413         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7414         summary is not thread view.
7415         (wl-summary-sync-update): Ditto.
7416         (wl-summary-rescan): Ditto.
7417         (wl-summary-make-number-list): New function.
7418
7419         * wl-draft.el: "FCC" -> "Fcc".
7420
7421 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7422
7423         * wl-highlight.el (wl-highlight-summary-window):
7424         Call `set-buffer-modified-p'.
7425
7426         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7427         (wl): Call `elmo-init' and fix.
7428
7429         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7430         Use new variables.
7431
7432         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7433
7434 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7435
7436         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7437
7438 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7439
7440         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7441
7442 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7443
7444         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7445         `wl-use-toolbar' nor `display-graphic-p'.
7446         (wl-e21-setup-message-toolbar): Ditto.
7447         (wl-e21-setup-summary-toolbar): Ditto.
7448         (wl-e21-setup-folder-toolbar): Ditto.
7449
7450         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7451         (wl-plugged-init-icons): Ditto.
7452
7453         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7454         `display-graphic-p'.
7455         (wl-plugged-set-folder-icon): Ditto.
7456         (wl-highlight-plugged-current-line): Ditto.
7457         (wl-highlight-folder-current-line): Ditto.
7458         (wl-e21-highlight-folder-group-line): Ditto.
7459         (wl-e21-setup-toolbar): Ditto.
7460         (wl-e21-display-image-p): New macro.
7461
7462         * wl-demo.el (wl-demo): Simplified.
7463         (wl-demo-image-type-alist): Use `image-type-available-p' for
7464         checking whether the image type `xbm' is available.
7465
7466 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7469         (wl-summary-input-range): Ditto.
7470
7471 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7472
7473         * wl-summary.el (wl-summary-edit-addresses): Use
7474         `wl-summary-get-original-buffer'
7475         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7476         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7477         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7478         (wl-summary-get-newsgroups): Eliminated.
7479         (wl-summary-set-crosspost): Ditto.
7480         (wl-summary-is-crosspost-folder): Ditto.
7481         (wl-crosspost-alist-load): Ditto.
7482         (wl-crosspost-alist-save): Ditto.
7483
7484         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7485         `elmo-setup-subscribed-newsgroups' instead of
7486         `elmo-nntp-make-groups-hashtb'.
7487         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7488         instead of `wl-crosspost-alist-save'.
7489
7490         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7491         of `elmo-folder-message-appendable-p'.
7492         (wl-mime-header-presentation-method): Eliminated.
7493
7494         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7495         (Error occurs in emacs21).
7496
7497         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7498         the current buffer).
7499
7500         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7501         instead of `wl-crosspost-alist-save'.
7502         (wl-init): `elmo-crosspost-message-alist-load'
7503         instead of `wl-crosspost-alist-load'
7504
7505         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7506         (wl-parse-newsgroups): Likewise.
7507         (wl-biff-notify): Run `wl-biff-notify-hook'.
7508
7509 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7510
7511         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7512
7513         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7514         when `wl-summary-lazy-highlight' is non-nil.
7515         (wl-summary-goto-folder-subr): Highlight only when
7516         `wl-summary-lazy-highlight' is non-nil.
7517
7518         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7519         Don't display progress and highlight temp-mark when
7520         `wl-summary-lazy-highlight' is non-nil.
7521         (wl-highlight-summary-window): New function.
7522         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7523
7524 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7525
7526         * wl-summary.el (wl-summary-sync): Change `all-visible'
7527         from `all-shown'
7528         (wl-summary-input-range): Ditto.
7529
7530 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7531
7532         * wl-e21.el (wl-highlight-folder-current-line): Call
7533         `wl-folder-init-icons' when folder icons have not been initialized.
7534
7535         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7536
7537         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7538         (wl-demo-image-type-alist): New macro.
7539
7540 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7541
7542         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7543         display does not support graphics.
7544         (wl-plugged-init-icons): Ditto.
7545         (wl-folder-init-icons): Ditto.
7546
7547         * wl-demo.el (wl-demo): Chech closely whether the display
7548         supports graphics.
7549
7550 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7551
7552         * wl-summary.el (wl-summary-get-original-buffer): New function.
7553         (wl-summary-set-crosspost): Use it.
7554         (wl-summary-target-mark-uudecode): Ditto.
7555         (wl-summary-reedit): Ditto.
7556         (wl-summary-resend-bounced-mail): Ditto.
7557         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7558         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7559
7560         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7561         (wl-message-display-internal): Ditto.
7562
7563 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7566
7567 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7568
7569         * wl-summary.el (wl-summary-save-view): Renamed from
7570         `wl-summary-save-status'.
7571
7572 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7573
7574         * wl-summary.el (wl-summary-sync): Added `all-shown'
7575
7576 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7577
7578         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7579
7580 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7581
7582         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7583
7584 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7585
7586         * wl-highlight.el (wl-highlight-summary-line-string): Use
7587         `zerop' instead of `= 0'.
7588         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7589
7590         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7591         for comparing numbers.
7592         (wl-template-prev): Use `zerop' instead of `eq 0'.
7593
7594         * wl-draft.el (wl-draft-insert-current-message): Use
7595         `with-current-buffer' instead of `save-excursion'.
7596         Use `zerop' instead of `eq 0'.
7597
7598 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7599
7600         * wl-draft.el (wl-draft-insert-ccs): New function.
7601         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7602         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7603
7604 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7605
7606         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7607
7608 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7609
7610         * wl-expire.el (wl-expire-refile): Don't call
7611         elmo-msgdb-add-msgs-to-seen-list;
7612         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7613         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7614
7615 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * wl-message.el (wl-message-prev-page): Ignore errors while
7618         scroll-down.
7619
7620 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7621
7622         * wl-mime.el: Use elmo-original-message-mode instead of
7623         mmelmo-original-mode.
7624
7625         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7626         `elmo-folder-get-spec';
7627         (wl-fldmgr-add-completion-all-completions):
7628         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7629
7630         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7631         of `elmo-folder-get-type'.
7632
7633         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7634         `elmo-folder-get-spec';
7635         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7636         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7637         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7638         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7639         `elmo-read-msg-no-cache';
7640         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7641         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7642         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7643         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7644         `elmo-cache-save';
7645         (wl-draft-reedit): Use `elmo-message-file-name'.
7646
7647         * wl-expire.el: Use `elmo-folder-name-internal';
7648         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7649         Use macro `wl-summary-buffer-msgdb' instead of variable
7650         `wl-summary-buffer-msgdb';
7651         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7652         Use macro `wl-summary-buffer-folder-name' instead of variable
7653         `wl-summary-buffer-folder-name'.
7654         * wl-score.el: Likewise.
7655
7656         * wl-message.el: Rewrite for new message buffer cache mechanism.
7657         (wl-message-buffer-cache-buffer-get): New macro.
7658         (wl-message-buffer-cache-folder-get): Ditto.
7659         (wl-message-buffer-cache-message-get): Ditto.
7660         (wl-message-buffer-cache-entry-make): Ditto.
7661         (wl-message-buffer-cache-hit): Ditto.
7662         (wl-message-buffer-cache-sort): New function.
7663         (wl-message-buffer-cache-add): Ditto.
7664         (wl-message-buffer-cache-delete): Ditto.
7665         (wl-message-buffer-cache-clean-up): Ditto.
7666         (wl-message-buffer-window): Rewrite.
7667         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7668         (wl-message-buffer-display): New function.
7669         (wl-message-display-internal): New function.
7670
7671 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7672
7673         * wl-folder.el: Use `elmo-folder-name-internal';
7674         Use `wl-folder-get-elmo-folder';
7675         Use `elmo-folder-list-messages' instead of
7676         `elmo-list-folder';
7677         Use `elmo-folder-get-primitive-list' instead of
7678         `elmo-folder-get-primitive-spec-list';
7679         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7680         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7681         Use `elmo-folder-create' instead of `elmo-create-folder'.
7682         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7683         (wl-folder-get-elmo-folder): New macro.
7684         (wl-folder-elmo-folder-cache-get): Ditto.
7685         (wl-folder-elmo-folder-cache-put): Ditto.
7686         (wl-folder-suspend): Call `elmo-quit'.
7687
7688         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7689         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7690         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7691         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7692         (toplevel): require 'cl.
7693         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7694
7695         * wl-summary.el: Rewrite to use new elmo interface.
7696
7697 \f
7698 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7699
7700         * wl-mime.el (wl-draft-preview-message):
7701         Run `wl-draft-send-hook' before collecting recipients information;
7702         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7703
7704         * tm-wl.el (wl-draft-preview-message): Ditto.
7705
7706 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7707
7708         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7709         wrong recipients are displayed when forwarded message.
7710
7711 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7712
7713         * Version number is increased to 2.5.7.
7714
7715 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7716
7717         * wl-message.el (wl-message-next-page): Bind
7718         `window-pixel-scroll-increment' to nil while scrolling up.
7719
7720 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7721
7722         * wl-vars.el (wl-save-hook): New hook.
7723         * wl.el (wl-save): Call `wl-save-hook'.
7724
7725 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7726
7727         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7728         Argument WITH-ARG instead of NO-ARG (negative mean).
7729         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7730         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7731         * wl-message.el (wl-message-follow-current-entity): Likewise.
7732
7733 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7734
7735         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7736         FROM was optional argument.
7737         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7738
7739 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7740
7741         * Version number is increased to 2.5.6.
7742
7743 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7744
7745         * wl-version.el (wl-version-show): Removed.
7746         (wl-version): Add `interactive'.
7747
7748 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7749
7750         * wl-summary.el (wl-summary-get-petname-func): New variable.
7751         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7752         instead of `wl-address-get-petname-1'.
7753         (wl-summary-simple-from): Ditto.
7754
7755         * wl-address.el (wl-address-get-petname-1): Define as function.
7756
7757 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7760         field in the original message.
7761         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7762
7763 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7764
7765         * wl-expire.el (wl-expire-hide):
7766         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7767
7768 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7771         find decoder for To, Cc, and Subject.
7772
7773 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7776         for checking `elmo-use-buffer-cache'.
7777         (wl-summary-mark-as-important): Fixed typo in comment.
7778
7779 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7782         field in the original message.
7783         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7784
7785 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7786
7787         * wl-expire.el (wl-expire-hide):
7788         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7789
7790 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7791
7792         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7793         find decoder for To, Cc, and Subject.
7794
7795 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7796
7797         * Version number is increased to 2.5.5.
7798
7799         * wl-address.el (wl-address-specials-regexp): New constant.
7800         (wl-address-quote-specials): Use it.
7801
7802 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7803
7804         * wl-summary.el (wl-summary-rescan):
7805         Call `wl-summary-buffer-number-column-detect'.
7806         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7807
7808         * wl-message.el (wl-message-mode-map): Define.
7809         (wl-message-decode): Use it as local-map.
7810
7811 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7812
7813         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7814         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7815
7816 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7817
7818         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7819
7820         * wl-mule.el (wl-read-event-char): Ditto.
7821
7822         * wl-e21.el (wl-read-event-char): Ditto.
7823
7824         * wl-nemacs.el (wl-read-event-char): Ditto.
7825         (read-event): Removed.
7826
7827         * wl-util.el (toplevel): Removed dummy definition of
7828         `read-event'.
7829         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7830
7831 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7832
7833         * wl-nemacs.el (elmo-archive-call-process): Moved to
7834         elmo-archive.el.
7835
7836 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7837
7838         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7839         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7840
7841         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7842         instead of magic-number 6.  Use `not' instead of `null' for symbol
7843         `nil' check (not empty list).
7844         (wl-draft-insert-x-face-field): Fixed paren style.
7845
7846         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7847         one-branch conditional statement, instead of `and' and `if'.
7848         (wl-draft-forward): Likewise.
7849         (wl-draft-add-references): Likewise.
7850         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7851
7852         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7853         conditional steatment.  Use `cond' instead of `if'.
7854         (wl-draft-confirm): Likewise.
7855
7856 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7857
7858         * wl-version.el (wl-version-show): Use `product-string-1'
7859         instead of `wl-version'.
7860         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7861
7862         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7863
7864 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7865
7866         * wl-highlight.el (wl-highlight-headers): Revert
7867         `wl-highlight-x-face-func' argument (`beg' and `end').
7868
7869 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7870
7871         * wl.el (toplevel): Move `product-provide' declare.
7872         * wl-demo.el (toplevel): Ditto.
7873         * wl-dnd.el (toplevel): Ditto.
7874         * wl-highlight.el (toplevel): Ditto.
7875         * wl-message.el (toplevel): Ditto.
7876         * wl-refile.el (toplevel): Ditto.
7877         * wl-util.el (toplevel): Ditto.
7878
7879 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7880
7881         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7882         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7883         (wl-thread-close-all): keep cursor position.
7884
7885 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7886
7887         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7888         (eq x 0).
7889         (wl-generate-user-agent-string-1): Fix conditional statement.
7890
7891 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7892
7893         * wl.el (wl-check-environment): Additional check for
7894         'wl-local-domain' and `wl-message-id-domain'.
7895
7896 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7897
7898         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7899
7900 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7901
7902         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7903         instead of `smtp-sasl-user-realm'.
7904
7905 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7906
7907         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7908
7909 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7910
7911         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7912         to the default value as well as `eword-lexical-analyzer'.
7913
7914 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7915
7916         * wl-version.el (wl-extended-emacs-version,
7917         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7918         `elmo-match-string' instead of `wl-match-string'.
7919
7920 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7921
7922         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7923         docstring.
7924
7925 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7926
7927         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7928
7929 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7930
7931         * wl-highlight.el (wl-highlight-headers): Remove
7932         `wl-highlight-x-face-func' argument (`beg' and `end').
7933
7934 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7935
7936         * wl-summary.el (wl-summary-mark-as-important):
7937         Remove cache if folder is local.
7938
7939 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7940
7941         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7942         to get existing e-mail address string.
7943
7944 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7945
7946         * wl-version.el (wl-generate-user-agent-string): Commentary.
7947         (wl-generate-user-agent-string-1): Use `when' for
7948         one-branch conditional statement, instead of `and' and `if'.
7949         (wl-extended-emacs-version, wl-extended-emacs-version2,
7950         wl-extended-emacs-version3): Ditto.
7951
7952 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7953
7954         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7955         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7956         condition-case; Remove initialization.
7957         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7958         (wl-summary-sync-update3): Added argument `sync-all';
7959         Eliminated local variable `msgdb';
7960         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7961         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7962         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7963
7964 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7965
7966         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7967         connection before call `wl-draft-send-mail-with-smtp'.
7968
7969 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7970
7971         * Version number is increased to 2.5.4.
7972
7973 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7974
7975         * wl.el (wl-check-environment): Additional check for
7976         'wl-local-domain' and `wl-message-id-domain'.
7977
7978 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7979
7980         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7981         buffer as command specific.
7982         (wl-folder-mark-as-read-all-entity): Ditto.
7983         (wl-folder-prefetch-entity): Ditto.
7984         (wl-folder-drop-unsync-entity): Ditto.
7985
7986         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7987         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7988         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7989
7990         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7991         save-excursion.
7992
7993 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7994
7995         * Version number is increased to 2.5.3.
7996
7997         * wl-summary.el (wl-summary-save-view-cache):
7998         Delete duplicated `write-region';
7999         Use `write-region-as-binary' instead of `as-binary-output-file' and
8000         `write-region'.
8001
8002 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8003
8004         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8005
8006 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8007
8008         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8009         instead of `smtp-via-smtp'.
8010
8011 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8012
8013         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8014
8015 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8016
8017         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8018         instead of `smtp-sasl-user-realm'.
8019
8020 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8021
8022         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8023
8024 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8025
8026         * Version number is increased to 2.5.2.
8027
8028 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8031         does not exist.
8032         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8033         (wl-biff-start): Call `timer-activate' if timer already exists.
8034
8035         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8036         only when it is bound as function.
8037
8038 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8039
8040         * Version number is increased to 2.5.1.
8041
8042 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8043
8044         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8045         Print refile/copy destination.
8046
8047 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8048
8049         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8050         queue-flush-only is non-nil.
8051
8052         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8053
8054         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8055         checking cache folder.
8056
8057 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8058
8059         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8060         `regexp-quote'.
8061
8062 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8063
8064         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8065         function.
8066         * wl-summary.el (wl-summary-write-current-folder-functions):
8067         Change default value.  Use it.
8068
8069 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8070
8071         * Version number is increased to 2.5.0.
8072
8073         * wl-version.el (wl-version): Changed codename.
8074
8075 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8076
8077         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8078         (wl-summary-supersedes-message): Ditto.
8079
8080 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8081
8082         * wl-refile.el (wl-refile-guess-functions): Renamed from
8083         `wl-refile-guess-func-list'.
8084
8085 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8088         Fixed problem when no rule was matched.
8089
8090 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8091
8092         * wl-summary.el (wl-summary-get-mark): Fixed
8093         `wl-summary-buffer-target-mark' check logic.
8094
8095 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8096
8097         * wl-folder.el (wl-folder-write-current-folder): Added group
8098         folder check.
8099
8100         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8101         `wl-summary-write-current-newsgroup'.
8102         (wl-summary-write-current-folder-functions): New variable.
8103         * wl-folder.el (wl-folder-get-newsgroups): New function.
8104         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8105         (wl-folder-write-current-folder): Renamed from
8106         `wl-folder-write-current-newsgroup'.
8107
8108 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8109
8110         * Version number is increased to 2.3.93.
8111
8112 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8115         (wl-ldap-make-matched-value-list): Ditto.
8116         (wl-ldap-alias-safe-string): Split e-mail address.
8117
8118         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8119         petname folder default was selected.
8120         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8121         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8122
8123 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8126         to `wl-draft-config-exec'.
8127
8128         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8129         instead of calling `wl-draft-config-exec';
8130         Process group-list and show recipients in minibuffer.
8131
8132         * tm-wl.el (wl-draft-preview-message): Ditto.
8133
8134 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8135
8136         * wl.el (toplevel): Added (C) to copyright notice, and
8137         sync Author header.
8138         * tm-wl.el (toplevel): Ditto.
8139         * wl-address.el (toplevel): Ditto.
8140         * wl-demo.el (toplevel): Ditto.
8141         * wl-dnd.el (toplevel): Ditto.
8142         * wl-draft.el (toplevel): Ditto.
8143         * wl-e21.el (toplevel): Ditto.
8144         * wl-expire.el (toplevel): Ditto.
8145         * wl-folder.el (toplevel): Ditto.
8146         * wl-highlight.el (toplevel): Ditto.
8147         * wl-message.el (toplevel): Ditto.
8148         * wl-mime.el (toplevel): Ditto.
8149         * wl-mule.el (toplevel): Ditto.
8150         * wl-nemacs.el (toplevel): Ditto.
8151         * wl-refile.el (toplevel): Ditto.
8152         * wl-score.el (toplevel): Ditto.
8153         * wl-summary.el (toplevel): Ditto.
8154         * wl-template.el (toplevel): Ditto.
8155         * wl-thread.el (toplevel): Ditto.
8156         * wl-util.el (toplevel): Ditto.
8157         * wl-vars.el (toplevel): Ditto.
8158         * wl-xmas.el (toplevel): Ditto.
8159
8160 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8161
8162         * wl.el (wl-init): Added comment about `wl-init-hook'.
8163         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8164         * wl-vars.el (wl-init-hook): Added docs.
8165         (wl-make-plugged-hook): Removed useless docs.
8166         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8167         * wl-xmas.el (toplevel): Ditto.
8168
8169 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8170
8171         * wl-address.el (toplevel): Fixed multiple Author header format.
8172         * wl-demo.el (toplevel): Ditto.
8173         * wl-draft.el (toplevel): Ditto.
8174         * wl-folder.el (toplevel): Ditto.
8175         * wl-summary.el (toplevel): Ditto.
8176         * wl-thread.el (toplevel): Ditto.
8177         * wl-util.el (toplevel): Ditto.
8178         * wl-vars.el (toplevel): Ditto.
8179         * wl-version.el (toplevel): Ditto.
8180         * wl-xmas.el (toplevel): Ditto.
8181         * wl.el (toplevel): Ditto.
8182
8183         * wl-version.el (toplevel): Added require `elmo-version' for
8184         `product-version-as-string'.
8185
8186 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8187
8188         * wl-vars.el (wl-draft-send-hook): Changed default value to
8189         '(wl-draft-config-exec).
8190
8191         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8192         explicitly.
8193         (wl-draft): Set `wl-draft-config-exec-flag' before running
8194         `wl-mail-setup-hook'.
8195
8196         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8197         `wl-biff-init-icons' to `wl-init-hook' instead of
8198         `wl-make-plugged-hook'.
8199         (Because if `wl-draft' command is invoked at first,
8200         they are not initialized)
8201         Updated copyright notice.
8202
8203         * wl-e21.el (toplevel): Ditto;
8204
8205         * wl-demo.el (toplevel): Updated copyright notice.
8206         * wl-address.el (toplevel): Ditto.
8207         * wl-draft.el (toplevel): Ditto.
8208         * wl-version.el (toplevel): Ditto.
8209         * wl-folder.el (toplevel): Ditto.
8210         * wl-summary.el (toplevel): Ditto.
8211         * wl-thread.el (toplevel): Ditto.
8212         * wl-util.el (toplevel): Ditto.
8213         * wl-vars.el (toplevel): Ditto.
8214         * wl.el (toplevel): Ditto.
8215
8216 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8217
8218         * wl-highlight.el (wl-highlight-message): Fixed problem of
8219         highlighting failure which occured when the last field contains
8220         multiple lines in the draft buffer.
8221
8222         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8223         `wl-biff-start' if plugged.
8224
8225         * wl-util.el (wl-biff-check-folder): New function.
8226         (wl-biff-check-folders): Don't set session name prefix.
8227         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8228         (wl-biff-check-folder-async): Ditto.
8229
8230         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8231         in email address.
8232
8233 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8234
8235         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8236
8237         * wl-draft.el (wl-draft-strip-subject-re): New function.
8238
8239         * wl-draft.el (wl-draft-reply): Use it.
8240
8241 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8242
8243         * wl-message.el (wl-mmelmo-message-redisplay): Use
8244         `mime-display-message' instead of `wl-mime-display-message'.
8245
8246         * wl-mime.el (toplevel): Removed compatibility workaround
8247         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8248         (wl-mime-display-message): Abolished.
8249         (wl-mime-entity-read-field): Ditto.
8250         (wl-mime-combine-message/partial-pieces): Use
8251         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8252
8253 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8254
8255         * wl-template.el: Doc fixes.
8256
8257 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8258
8259         * wl-e21.el (wl-message-overload-functions): Do nothing if
8260         `current-local-map' is not available.
8261         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8262
8263 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8264
8265         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8266         representation.
8267
8268         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8269         number.
8270         (wl-fldmgr-save-folders): Don't use `format' when insert
8271         `wl-fldmgr-folders-header'.
8272
8273 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8274
8275         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8276
8277 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8278
8279         * wl-highlight.el (wl-highlight-message):
8280         Use `std11-field-end' to detect end point of the header field.
8281         Refer `wl-highlight-max-header-size'.
8282
8283         * wl-vars.el (wl-highlight-max-header-size): New variable.
8284
8285         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8286
8287         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8288         Set `for-draft' argument of wl-highlight-headers.
8289         (wl-draft): Ditto.
8290         (wl-draft-reedit): Ditto.
8291         (wl-user-agent-compose-internal): Ditto.
8292
8293 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8294
8295         * wl-message.el (wl-message-add-button): Use overlay.
8296
8297 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8298
8299         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8300
8301         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8302         problem when group-list content is nothing.
8303         (Reported by Mito <mit@nines.nec.co.jp>)
8304
8305 2000-10-18  SAITO Atsunori <sai@yedo.com>
8306
8307         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8308
8309 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8310
8311         * tm-wl.el (toplevel): Use product-provide.
8312
8313 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8314
8315         * Version number is increased to 2.3.92.
8316
8317 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8318
8319         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8320         title text, use `display' property for left margin under Emacs 21.
8321
8322         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8323         properties.
8324         (wl-plugged-init-icons): Ditto.
8325
8326 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8327
8328         * wl.el (wl-save-status, wl-init): Remove last period in
8329         "...done." message.
8330         * tm-wl.el (wl-summary-burst): Ditto.
8331         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8332         wl-summary-resume-cache-status,
8333         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8334         wl-summary-sync-update3, wl-summary-highlight-msgs,
8335         wl-summary-flush-pending-append-operations,
8336         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8337         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8338         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8339         wl-thread-open-all): Ditto.
8340         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8341         * wl-mime.el (wl-summary-burst): Ditto.
8342         * wl-highlight.el (wl-highlight-summary): Ditto.
8343         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8344         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8345         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8346         * wl-address.el (wl-local-address-init): Ditto.
8347
8348 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8349
8350         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8351         `add-text-properties'.
8352         (wl-plugged-init-icons): Ditto.
8353         (wl-folder-init-icons): Use `propertize' instead of
8354         `put-text-property'.
8355         (wl-plugged-set-folder-icon): Ditto.
8356         (wl-e21-highlight-folder-group-line): Ditto.
8357
8358 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8359
8360         * wl-version.el (wl-version-status-alist): New variable.
8361         (wl-version-status): New function.
8362
8363         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8364         "Cc" part of the case "Reply-To".
8365
8366         * wl-draft.el (wl-draft-reply): Use result of
8367         `eword-extract-address-components'.
8368
8369         * wl-demo.el (wl-demo-icon-name): New constant.
8370         (wl-logo-xpm): Use it.
8371         (wl-logo-xbm): Ditto.
8372         (wl-logo-bitmap): Ditto.
8373
8374         * Version number is increased to 2.3.91.
8375
8376 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8377
8378         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8379         (wl-extended-emacs-version, wl-extended-emacs-version2,
8380         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8381         docstring.
8382
8383         * wl-version.el (wl-generate-user-agent-string-1): New function.
8384         (wl-generate-user-agent-string): Use it.
8385
8386         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8387         `mime-edit-insert-user-agent-field'.
8388         (wl-generate-user-agent-string): Check
8389         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8390
8391         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8392         instead of `if', when verbose case.
8393
8394 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8395
8396         * wl-expire.el (wl-summary-expire): Fix.
8397
8398 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8399
8400         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8401         and `elmo-lost+found-folder' if 'wl-draft.
8402         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8403
8404 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8405
8406         * wl-expire.el (wl-summary-expire): Change messages.
8407         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8408         `deleing-info' instead of "Deleting..."
8409
8410 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8411
8412         * wl-summary.el (wl-summary-refile-subr): Fix.
8413
8414 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8415
8416         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8417         if pipe folder.
8418
8419 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8420
8421         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8422
8423 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8424
8425         * wl-expire.el (wl-expire-hide): New function.
8426         (wl-summary-expire): Add `hide'.
8427
8428 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8429
8430         * wl-vars.el (wl-draft-reply-without-argument-list):
8431         Changed default value to consider `Reply-To:'.
8432         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8433
8434         * Version number is increased to 2.3.90.
8435
8436         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8437         elmo-imap4-get-session with unwind-protect.
8438         Don't cause error.
8439         (wl-summary-sync-marks): Don't check plugged nor folder type.
8440         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8441         (Always keep current buffer).
8442
8443 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8444
8445         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8446         Enclose with `save-excursion'.
8447
8448 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8449
8450         * wl-version.el (wl-version): Remove interactive.
8451
8452 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8453
8454         * wl-version.el (wl-generate-user-agent-string): Use
8455         `product-string-verbose' instead of `product-string-1'.
8456
8457 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8458
8459         * wl-vars.el (wl-draft-use-cache): New variable.
8460         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8461         if wl-draft-use-cache is non-nil.
8462
8463 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8464
8465         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8466         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8467
8468 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8469
8470         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8471         (wl-thread-msg-mark-as-unread): Ditto.
8472
8473         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8474         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8475         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8476         Don't set mark in summary if return value of `elmo-mark-as-read'
8477         is nil.
8478         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8479         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8480         instead of `wl-thread-msg-mark-as-read'.
8481         (wl-summary-mark-as-unread-region): Ditto.
8482         (wl-summary-target-mark-mark-as-read): Ditto.
8483
8484         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8485
8486 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8487
8488         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8489
8490         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8491
8492 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8493
8494         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8495         face.
8496
8497 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8498
8499         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8500         `running-xemacs'.
8501
8502 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8503
8504         * wl-version.el (toplevel): Use `product-version-as-string' for
8505         set verstion-string, if defined.
8506
8507         * wl-version.el (wl-version-show): Insert string at point, when
8508         call with argument.
8509
8510         * wl-version.el (wl-generate-user-agent-string): Use
8511         `product-string-1' instead of `wl-appname', `wl-version' and
8512         `wl-codename'.
8513
8514 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8515
8516         * wl-address.el (toplevel): Use product-provide.
8517         * wl-demo.el (toplevel): Ditto.
8518         * wl-dnd.el (toplevel): Ditto.
8519         * wl-draft.el (toplevel): Ditto.
8520         * wl-e21.el (toplevel): Ditto.
8521         * wl-expire.el (toplevel): Ditto.
8522         * wl-fldmgr.el (toplevel): Ditto.
8523         * wl-folder.el (toplevel): Ditto.
8524         * wl-highlight.el (toplevel): Ditto.
8525         * wl-message.el (toplevel): Ditto.
8526         * wl-mime.el (toplevel): Ditto.
8527         * wl-mule.el (toplevel): Ditto.
8528         * wl-nemacs.el (toplevel): Ditto.
8529         * wl-refile.el (toplevel): Ditto.
8530         * wl-score.el (toplevel): Ditto.
8531         * wl-summary.el (toplevel): Ditto.
8532         * wl-template.el (toplevel): Ditto.
8533         * wl-thread.el (toplevel): Ditto.
8534         * wl-util.el (toplevel): Ditto.
8535         * wl-vars.el (toplevel): Ditto.
8536         * wl-xmas.el (toplevel): Ditto.
8537         * wl.el (toplevel): Ditto.
8538
8539 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8540
8541         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8542         instead of product.
8543
8544         * wl-version.el (wl-version): Compile time evalution elmo-version.
8545
8546 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8547
8548         * wl-summary.el (wl-summary-sync-force-update): Append queue
8549         `mark-as-read'if unplugged.
8550
8551 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8552
8553         * wl-version.el: New file.  Use product.el.
8554         * wl.el: add (require 'wl-version).
8555         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8556         for ~/.folders header.
8557         (wl-fldmgr-folders-header): Changed.
8558         * wl-demo.el (wl-demo): Use product.el.
8559
8560         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8561         wl-version.el.
8562         * wl-util.el (wl-version, wl-version-show): Ditto.
8563
8564         * wl-util.el (wl-generate-user-agent-string,
8565         wl-extended-emacs-version, wl-extended-emacs-version2,
8566         wl-extended-emacs-version3): Move to wl-version.el.
8567         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8568         xemacs-codename, mime-edit-insert-user-agent-field,
8569         mime-edit-user-agent-value, mime-editor/version,
8570         mime-editor/codename): Compile warning killer move to
8571         wl-version.el
8572
8573 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8574
8575         * wl-summary.el (wl-summary-refile-subr): Fix.
8576
8577 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8578
8579         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8580         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8581
8582 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8583
8584         * wl.el (wl-check-environment): Check too many `@'.
8585
8586 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8587
8588         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8589
8590 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8591
8592         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8593         wl-draft-reply-myself-without-argument-list): Add variables.
8594         * wl-draft.el (wl-draft-reply): Use it.
8595
8596 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8597
8598         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8599         the 5th argument of `elmo-network-get-spec'.
8600
8601         * wl-thread.el (wl-thread-reparent-children): New inline function.
8602         (wl-thread-delete-message): Use it.
8603
8604         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8605         (wl-summary-score-update-all-lines): Don't use `dolist'.
8606
8607 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8608
8609         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8610         (require 'elmo-msgdb) for inline function.
8611
8612 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8613
8614         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8615
8616 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8617
8618         * wl-score.el (wl-score-headers): Fix for the confusing macro
8619         `elmo-kill-buffer'.
8620
8621 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8622
8623         * wl-summary.el: Don't use the 3rd argument of `require' because
8624         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8625         * wl-util.el: Ditto.
8626         * wl-draft.el: Ditto.
8627
8628 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8629
8630         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8631         window system is not used.
8632
8633 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8634
8635         * wl-thread.el: Don't use `mapcar' only for iteration.
8636         (wl-thread-resume-entity): Ditto.
8637         (wl-thread-delete-message): Ditto.
8638
8639         * wl-summary.el: Bind `dragdrop-drop-functions',
8640         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8641         of `require' for `timezone', `easymenu' and `ps-print';
8642         don't use `mapcar' only for iteration.
8643
8644         * wl-util.el: Bind `mule-version', `nemacs-version',
8645         `emacs-beta-version', `xemacs-codename',
8646         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8647         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8648         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8649         only for iteration.
8650
8651         * wl-score.el: Don't use `mapcar' only for iteration.
8652         (wl-score-simplify-buffer-fuzzy): Ditto.
8653         (wl-score-simplify-subject): Ditto.
8654         (wl-score-headers): Ditto.
8655         (wl-summary-score-update-all-lines): Ditto.
8656
8657         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8658         `enable-multibyte-characters' and `mule-version'.
8659
8660         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8661         `mapcar' only for iteration.
8662
8663         * wl-demo.el: Don't use `mapcar' only for iteration.
8664
8665         * wl-folder.el: Don't use `mapcar' only for iteration.
8666         (wl-folder-open-all): Ditto.
8667         (wl-folder-count-incorporates): Ditto.
8668
8669         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8670         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8671
8672         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8673         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8674         `smtp-connection-type'; specify 3rd argument of `require' for
8675         `timezone'; don't use `mapcar' only for iteration.
8676         (wl-draft-clone-local-variables): Don't use `mapcar'.
8677         (wl-draft-generate-clone-buffer): Ditto.
8678         (wl-user-agent-compose-internal): Ditto.
8679
8680         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8681
8682         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8683         (wl-save-status): Ditto.
8684
8685         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8686         for iteration.
8687
8688 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8689
8690         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8691         removed `Date'.
8692         (wl-fldmgr-make-filter-default): New user option.
8693
8694         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8695         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8696         (wl-fldmgr-filter-completion-alist): Abolish.
8697
8698         * wl.el (wl): Don't check servers if arg is non-nil.
8699
8700         * wl-draft.el (wl-draft-reply): Set only message-id string to
8701         In-Reply-To field.
8702
8703 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8704
8705         * wl-summary.el (wl-summary-pick): Rewrite.
8706
8707         * wl-draft.el (wl-draft-forward): Get references field from
8708         original buffer.
8709         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8710
8711 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8712
8713         * wl-draft.el (wl-draft-forward): Add references field.
8714
8715 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8716
8717         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8718         (wl-draft-reply): Use it.
8719
8720 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8721
8722         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8723         when Emacs 21 is running.
8724
8725         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8726         bindings.
8727
8728 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8729
8730         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8731         XPM icons transparent.
8732
8733         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8734         Emacs 21.
8735
8736 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8737
8738         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8739         nil.
8740
8741         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8742         when it is persistent.
8743         (wl-summary-sync-marks): Changed argument for
8744         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8745         (wl-summary-virtual): Use `elmo-read-search-condition'.
8746         (wl-summary-redisplay-internal): If folder is local, mark as read
8747         even when folder is plugged.
8748
8749 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8750
8751         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8752         of `tool-bar-lines' in the frame parameters.
8753         (after-make-frame-functions, post-command-hook): Don't modify the
8754         value.
8755         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8756         wl-e21-tool-bar-lines): Removed.
8757
8758 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8759
8760         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8761         properties `evaporate' and `wl-momentary-overlay' as well.
8762         (wl-highlight-summary-displaying): Ditto.
8763         (wl-delete-all-overlays): Don't delete overlay which does not have
8764         a property `wl-momentary-overlay'.
8765
8766         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8767         `display-mouse-p' and `display-graphic-p'.
8768         (wl-folder-init-icons): Don't search for XBM or the other files.
8769         (wl-plugged-set-folder-icon): Make icons if and only if
8770         `display-graphic-p' returns non-nil.
8771         (wl-highlight-plugged-current-line): Use `before-string' overlay
8772         property to show icon images.
8773         (wl-highlight-folder-current-line): Ditto.
8774         (wl-e21-highlight-folder-group-line): Ditto.
8775         (wl-e21-highlight-folder-by-numbers): Ditto.
8776         (wl-e21-insert-image): Removed.
8777         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8778         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8779         said.
8780         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8781         `wl-e21-force-switch-toolbar'.
8782         (wl-e21-make-icon-image): Removed.
8783         (wl-e21-setup-toolbar): Don't search for XBM files.
8784         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8785         the default value.
8786
8787 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8788
8789         * wl-util.el (wl-biff-check-folder-async): Set
8790         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8791
8792 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8793
8794         * wl-e21.el (after-make-frame-functions): Add
8795         `wl-e21-force-switch-toolbar'.
8796         (wl-e21-force-switch-toolbar): New function force to switch the
8797         toolbar appearance automatically.
8798         (post-command-hook): Add `wl-e21-switch-toolbar'.
8799         (wl-e21-switch-toolbar): New function to switch the toolbar
8800         appearance automatically.
8801         (wl-e21-tool-bar-lines): New buffer local variable.
8802
8803 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8804
8805         * wl-util.el (wl-biff-check-folders-running): New variable.
8806         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8807         (wl-biff-check-folder-async-callback):
8808         Set `wl-biff-check-folders-running'.
8809         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8810         with unwind-protect.
8811
8812         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8813         Enclose `wl-folder-auto-check' with unwind-protect.
8814
8815         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8816         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8817
8818         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8819
8820         * wl-util.el (wl-biff-notify): New inline function.
8821         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8822         locally.
8823         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8824         folder-list' is 1.
8825         Use `wl-biff-notify'.
8826         (wl-biff-check-folder-async-callback): New function.
8827         (wl-biff-check-folder-async): Ditto.
8828
8829         * wl-folder.el (wl-folder): Don't check folders.
8830         (wl-folder-auto-check): New function.
8831
8832 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8833
8834         * wl-util.el (wl-biff-start) [Emacs19+]:
8835         Use `timer-next-integral-multiple-of-time'.
8836         (wl-biff-check-folders): Use `wl-default-folder'
8837         if `wl-biff-check-folder-list' is nil.
8838
8839 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8840
8841         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8842         instead of `elmo-delete-lists'.
8843
8844 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8845
8846         * wl.el (wl-plugged-toggle-all): Set the value of
8847         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8848         (wl-plugged-toggle): Ditto.
8849         (wl-toggle-plugged): Ditto.
8850         (wl-plugged-init): Ditto.
8851
8852         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8853         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8854         instead of `wl-biff-state-indicator-off' and
8855         `wl-biff-state-indicator-on'; don't modify the value and the type
8856         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8857         (wl-plugged-init-icons): Set icons data to
8858         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8859         instead of `wl-plug-state-indicator-off' and
8860         `wl-plug-state-indicator-on'; don't modify the value and the type
8861         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8862
8863         * wl-vars.el (wl-modeline-biff-state-off,
8864         wl-modeline-biff-state-on, wl-modeline-biff-status,
8865         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8866         wl-modeline-plug-status): New internal variables.
8867         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8868         wl-biff-check-interval, wl-biff-check-folder-list): Change
8869         customization group from `wl-folder' to `wl-highlight'.
8870         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8871         wl-show-plug-status-on-modeline): Defcustomized.
8872
8873         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8874         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8875         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8876         a flag to `mode-line-buffer-identification'.
8877
8878         * wl-e21.el (wl-biff-init-icons): Set icons data to
8879         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8880         instead of `wl-biff-state-indicator-off' and
8881         `wl-biff-state-indicator-on'.
8882         (wl-plugged-init-icons): Set icons data to
8883         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8884         instead of `wl-plug-state-indicator-off' and
8885         `wl-plug-state-indicator-on'.
8886
8887 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8888
8889         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8890         excessive titles.
8891
8892 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8893
8894         * wl.el (wl-plugged-mode): Use revised
8895         `wl-mode-line-buffer-identification'.
8896         (wl-plugged-init): Don't use `force-mode-line-update'.
8897
8898         * wl-xmas.el (wl-draft-overload-functions): Use revised
8899         `wl-mode-line-buffer-identification'.
8900         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8901         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8902         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8903         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8904         `wl-make-plugged-hook';
8905         add `wl-folder-init-icons' and `wl-setup-folder' to
8906         `wl-folder-mode-hook'.
8907
8908         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8909         19 as well.
8910         (wl-mode-line-display-priority-list): New user option.
8911         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8912         Defcustomized.
8913         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8914         Add docs.
8915
8916         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8917         start.
8918         (wl-mode-line-buffer-identification): Revised as a function.
8919
8920         * wl-summary.el (wl-summary-mode): Use revised
8921         `wl-mode-line-buffer-identification'; don't call
8922         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8923         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8924         `wl-xmas-setup-summary'.
8925
8926         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8927         `wl-mode-line-buffer-identification'.
8928
8929         * wl-mule.el (wl-draft-overload-functions): Use revised
8930         `wl-mode-line-buffer-identification'.
8931
8932         * wl-folder.el (wl-make-plugged-alist): Don't call
8933         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8934         (wl-folder): Don't call `wl-folder-init-icons' directly.
8935         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8936         `wl-xmas-setup-folder' directly;
8937         use revised `wl-mode-line-buffer-identification'.
8938         (TopLevel): Don't bind `wl-biff-init-icons',
8939         `wl-plugged-init-icons', `wl-folder-init-icons',
8940         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8941
8942         * wl-e21.el (wl-draft-overload-functions): Use revised
8943         `wl-mode-line-buffer-identification'.
8944         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8945         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8946         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8947         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8948         `wl-make-plugged-hook';
8949         add `wl-folder-init-icons' and `wl-setup-folder' to
8950         `wl-folder-mode-hook'.
8951
8952 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8953             Katsumi Yamaoka    <yamaoka@jpl.org>
8954
8955         * wl.el (wl): Call `wl-biff-start'.
8956         (wl-exit): Call `wl-biff-stop'.
8957         (wl-plugged-mode): Show biff in modeline.
8958         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8959
8960         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8961         (wl-biff-init-icons): New function.
8962         (wl-plugged-init-icons): Don't make too much keymaps.
8963         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8964
8965         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8966         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8967         variables.
8968         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8969         options.
8970
8971         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8972         wl-biff-start, wl-biff-stop): New functions.
8973         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8974         (wl-biff-timer-name): New variable.
8975
8976         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8977
8978         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8979         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8980
8981         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8982         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8983
8984         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8985         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8986         `wl-folder-init-icons' to `ignore' if they are not available.
8987         (wl-folder-mode): Show biff in modeline.
8988
8989         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8990         (wl-biff-init-icons): New function.
8991         (wl-plugged-init-icons): Don't make too much keymaps.
8992         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8993
8994 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8995
8996         * wl-vars.el (wl-strict-diff-folders): Customization Type
8997         and doc fix.  Define as a list of regular expressions for
8998         folders or nil.
8999         * wl-folder.el (wl-folder-check-one-entity): Use
9000         `wl-string-match-member' instead of `wl-string-member' for
9001         `wl-strict-diff-folders'.
9002
9003 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9004
9005         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9006         (wl-highlight-folder-current-line): Use it; new implementation.
9007         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9008         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9009         `defsubst' instead of `defun'.
9010
9011         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9012         `wl-highlight-group-folder-by-numbers'; made it can also be a
9013         number.  See info for more details.
9014
9015         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9016         running.
9017
9018         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9019         to bind them.
9020
9021         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9022         (wl-highlight-folder-current-line): New implementation.
9023
9024         * wl-highlight.el (wl-highlight-folder-group-line): New
9025         implementation.
9026         (wl-delete-all-overlays): Rewrite as a marco.
9027         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9028
9029         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9030         running.
9031         (wl-folder-*-glyph): No need to bind them.
9032
9033         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9034         `wl-e21-highlight-folder-group-icon'; rewrite.
9035         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9036         `defsubst' instead of `defun'.
9037         (wl-folder-mode-map): Bind it when compiling.
9038
9039 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9040
9041         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9042
9043         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9044
9045 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9046
9047         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9048
9049 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9050
9051         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9052         (wl-highlight-folder-current-line): Use it.
9053
9054         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9055         in `id-name'.
9056
9057 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9058
9059         * wl.el: Require `wl-e21' when Emacs 21 is running.
9060
9061         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9062         default when Emacs 21 is running.
9063         (wl-use-highlight-mouse-line): Ditto.
9064         (wl-on-emacs21): New constant.
9065         (wl-on-emacs20): Removed.
9066
9067         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9068         Emacs 21 is running.
9069
9070         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9071         Emacs 21 is running.
9072
9073         * wl-e21.el: New file.
9074
9075 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9076
9077         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9078         (wl-toggle-plugged): Ditto.
9079         (wl-plugged-toggle): Ditto.
9080         (wl-plugged-toggle-all): Ditto.
9081
9082         * wl-vars.el (wl-plug-state-indicator): Refer
9083         `wl-plug-state-indicator-on' indirectly.
9084
9085 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9086
9087         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9088         Call `wl-folder-confirm-existence'.
9089
9090         * wl-folder.el (wl-folder-confirm-existence): Added optional
9091         argument `force'.
9092
9093 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9094
9095         * wl-summary.el (wl-summary-refile-subr): Assume
9096         `copy-or-refile' as symbol.
9097         (wl-summary-refile): Follow up above change.
9098         (wl-summary-copy): Ditto.  Doc fix.
9099
9100 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9101
9102         * wl-summary.el (wl-summary-pick): Don't bind
9103         `elmo-search-mime-charset'.
9104
9105         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9106         default using old backquote style.
9107         (wl-search-mime-charset): Abolished.
9108
9109         * wl-highlight.el (wl-highlight-headers):
9110         Call `point' after `re-search-forward'(for Nemacs).
9111
9112         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9113         for elmo-imap4.el.
9114
9115 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9116
9117         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9118         `wl-message-ignored-field-list' instead of
9119         `mime-view-ignored-field-list'.
9120
9121         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9122         Add interactive spec.
9123         (wl-folder-goto-bottom-of-current-folder): Ditto.
9124         (wl-folder-mode-map): Bind them.
9125
9126         * wl-vars.el (wl-message-ignored-field-list): New variable.
9127         (wl-message-visible-field-list): New variable.
9128
9129         * wl-mime.el (wl-mime-header-presentation-method): New function.
9130         (wl-mime-setup): Set header-presentation-method.
9131
9132 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9133
9134         * wl-nemacs.el (wl-draft-overload-functions): Set
9135         `mode-line-buffer-identification' instead of using
9136         `wl-make-modeline'.
9137
9138         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9139         instead of using `wl-make-modeline'.
9140
9141         * wl-xmas.el (wl-plugged-init-icons): Set up
9142         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9143         (wl-make-modeline): Abolish.
9144         (wl-draft-overload-functions): Set
9145         `mode-line-buffer-identification' instead of using
9146         `wl-make-modeline'.
9147
9148         * wl-util.el (wl-make-modeline-subr): Abolish.
9149         (wl-mode-line-buffer-identification): New alias.
9150
9151         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9152         (wl-summary-make-modeline): Abolish.
9153         (wl-summary-buffer-set-folder): Set
9154         `wl-summary-buffer-folder-indicator'.
9155         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9156         of using `wl-make-modeline'.
9157         (wl-summary-switch-to-clone-buffer): Don't set
9158         `mode-line-buffer-identification'.
9159         (wl-summary-goto-folder-subr): Ditto.
9160
9161         * wl-mule.el (wl-draft-overload-functions): Set
9162         `mode-line-buffer-identification' instead of using
9163         `wl-make-modeline'.
9164
9165         * wl-folder.el (wl-folder-mode): Set
9166         `mode-line-buffer-identification' instead of using
9167         `wl-make-modeline'.
9168         (wl-folder): Don't set `mode-line-buffer-identification'.
9169
9170 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9171
9172         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9173         instead of `member' for `wl-refile-guess-func-list' look-ups.
9174         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9175
9176 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9177
9178         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9179         `wl-message-button-dispatcher'.
9180
9181         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9182
9183         * wl-message.el (wl-message-button-dispatcher): Use it.
9184
9185         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9186         "In-Reply-To".
9187
9188         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9189         Bind `case-fold-search' to t.
9190
9191 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9192
9193         * wl-xmas.el (wl-message-overload-functions): Initialize
9194         `wl-message-button-map'.
9195
9196         * wl-mule.el (wl-message-overload-functions): Initialize
9197         `wl-message-button-map'.
9198
9199         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9200
9201         * wl-message.el (wl-message-button-map): New keymap.
9202         (wl-message-add-button): New function.
9203         (wl-message-button-dispatcher): New function.
9204         (wl-message-button-refer-article): New function.
9205
9206         * wl-highlight.el
9207         (wl-highlight-message-add-buttons-to-header): New function.
9208         (wl-highlight-headers): Use it.
9209
9210 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9211
9212         * wl-summary.el (wl-summary-default-from): Use
9213         `wl-address-get-petname-1'.
9214         (wl-summary-simple-from): Ditto.
9215
9216         * wl-address.el (wl-address-get-petname-1): New inline function.
9217         (wl-address-get-petname): Use it.
9218
9219 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9220
9221         * wl-summary.el (wl-summary-default-from): Return full-name part
9222         from the address if no petname was found.
9223         (wl-summary-simple-from): Ditto.
9224
9225         * wl-address.el (wl-address-get-petname): Return nil if no petname
9226         associated with the address was found.
9227
9228 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9229
9230         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9231         display is finished.
9232
9233 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9234
9235         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9236         `elmo-folder-exists-p' argument.
9237
9238 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9239
9240         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9241         the folder.
9242
9243 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9244
9245         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9246
9247         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9248         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9249
9250 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9251
9252         * wl-folder.el (wl-folder-create-subr): New function.
9253         (wl-folder-confirm-existence): Use it.
9254         (wl-folder-check-one-entity): Use it.
9255         Check the error symbol is derived from 'elmo-open-error.
9256
9257         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9258         `ignore-error'.
9259
9260 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9261
9262         * wl-util.el (toplevel): Add (eval-when-compile (require
9263         'elmo-util)).  (Maybe `provide' is typo.)
9264
9265 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9266
9267         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9268         (I don't know why this was needed.)
9269
9270         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9271         Follow up changes for stream-type.
9272
9273         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9274         (wl-draft-elmo-nntp-send): Ditto.
9275
9276         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9277         (wl-nntp-posting-stream-type): Ditto.
9278         (wl-pop-before-smtp-ssl): Abolished.
9279         (wl-nntp-posting-ssl): Ditto.
9280
9281         * wl-address.el (wl-address-quote-specials): New function.
9282         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9283
9284         * wl-draft.el (wl-draft-reply): Ditto.
9285
9286 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9287
9288         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9289         use function `wl-string-match-assoc'.
9290
9291 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9292
9293         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9294
9295         * wl-draft.el (wl-draft-deduce-address-list): New function.
9296         (wl-draft-parse-mailbox-list): Ditto.
9297         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9298         instead of `smtp-deduce-address-list'.
9299         (wl-draft-on-field-p): Follow group list.
9300
9301         * wl-address.el (wl-address-concat-token): New function.
9302         (wl-address-string-without-group-list-contents): Ditto.
9303         (wl-complete-field-body): Fixed problem of completion
9304         by japanese petname.
9305         (wl-address-make-completion-list): Rewrite.
9306
9307 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9308
9309         * wl-address.el (wl-address-make-completion-list): Completion by
9310         petname.
9311         (wl-complete-field-body): Likewise.
9312
9313 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9314
9315         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9316         contains invalid address syntax.
9317
9318 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9319
9320         * wl-folder.el (wl-folder-check-entity-async): Use
9321         `elmo-nntp-spec-hostname'.
9322
9323 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9324
9325         * wl-summary.el (wl-summary-msgdb-load-async): Use
9326         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9327
9328 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9329
9330         * wl-draft.el (wl-draft-reply): Set argument
9331         `content-transfer-encoding' as nil.
9332
9333 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9334
9335         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9336         `wl-refile-alist'.
9337
9338 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9339
9340         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9341         (wl-draft-edit-string): Ditto.
9342         (wl-draft-forward): Ditto.
9343         * wl-summary.el (wl-summary-write): Ditto.
9344
9345 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9346
9347         * wl-summary.el (wl-summary-sync-update3): Call
9348         `wl-summary-buffer-number-column-detect'.
9349         (wl-summary-buffer-number-column-detect): Search from point-min.
9350
9351 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9352
9353         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9354         contains an address which is not included in original to or cc.
9355
9356 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9357
9358         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9359         begin-line does not exist.
9360         * wl-message.el (wl-message-uu-substring): Ditto.
9361
9362 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9363
9364         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9365         clear local variables.
9366         (wl-summary-exit): Call `elmo-commit'.
9367         (wl-summary-switch-to-clone-buffer): Call
9368         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9369         (wl-summary-goto-folder-subr): Ditto.
9370
9371         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9372         POP folder.
9373
9374 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9375
9376         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9377         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9378         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9379         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9380         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9381         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9382
9383         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9384
9385 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9386
9387         * wl-summary.el (wl-summary-search-by-subject):
9388         Search parent message from the latest one.
9389
9390 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9391
9392         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9393         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9394
9395         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9396         New user option.
9397
9398         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9399         if elmo-nntp-use-killed-list is nil.
9400         Use `elmo-msgdb-append-to-killed-list'.
9401         (Append numbers confirmed as disappeared to the killed list.)
9402         (wl-summary-confirm-appends): Don't display negative number.
9403
9404 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9405
9406         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9407
9408 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9409
9410         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9411         range is `all'.
9412         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9413         `elmo-list-bigger-diff'.
9414
9415 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9416
9417         * wl-summary.el (wl-summary-buffer-exit-func):
9418         New buffer local variable.
9419         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9420
9421 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9422
9423         * wl-demo.el (wl-demo): Fix the last change.
9424
9425 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9426
9427         * wl-demo.el (wl-demo): Don't use `eval'.
9428
9429 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9430
9431         * wl-summary.el (wl-summary-buffer-thread-modified):
9432         New buffer-local variable.
9433         (wl-summary-set-thread-modified): New function.
9434         (wl-summary-thread-modified-p): New function.
9435         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9436         (wl-summary-yank-saved-message): Use function
9437         `wl-summary-set-thread-modified'
9438         (wl-summary-switch-to-clone-buffer): Add
9439         `wl-summary-buffer-thread-modified'.
9440
9441         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9442         (wl-summary-buffer-mark-saved-hook): Ditto.
9443         * wl-summary.el (wl-summary-msgdb-save): New hook
9444         `wl-summary-buffer-message-saved-hook' and
9445         `wl-summary-buffer-mark-saved-hook'.
9446
9447 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9448
9449         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9450
9451 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9452
9453         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9454         don't hide scroll bars under FSF Emacsen because it may incur an
9455         undesirable redrawing.
9456
9457 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9458
9459         * wl-draft.el (wl-draft-edit-string): Call
9460         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9461
9462 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9463
9464         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9465
9466 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9467
9468         * wl-summary.el (wl-summary-msgdb-load-async): Call
9469         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9470
9471 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9472
9473         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9474         fringes in demo buffer; center bitmap logo correctly even if old
9475         Mule is used.
9476
9477 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9478
9479         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9480
9481         * wl-refile.el (wl-refile-subject-alist): New variable.
9482         (wl-refile-subject-alist-file-name): Ditto.
9483         (wl-refile-alist-setup): Rewrite.
9484         (wl-refile-alist-save): Use `elmo-object-save'.
9485         Eliminated arguments.
9486         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9487         (wl-refile-guess-by-subject): New function.
9488         (wl-refile-guess-func-list): Added it.
9489
9490 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9491
9492         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9493         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9494
9495 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9496
9497         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9498         New buffer-local variable.
9499         (wl-summary-buffer-next-folder-func): Ditto.
9500         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9501         if non-nil.
9502         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9503         if non-nil.
9504         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9505         if non-nil.
9506         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9507         if non-nil.
9508
9509 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9510
9511         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9512         permanently in the demo buffer.
9513
9514 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9515
9516         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9517         `mime-entity-fetch-field'.
9518
9519         * wl.el (wl-exit): Delete plugged buffer.
9520
9521         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9522         XEmacs has menubar feature.
9523
9524 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9525
9526         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9527         cannot arrive at the beginning of the buffer under old Emacsen.
9528
9529 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9530
9531         * wl-address.el (wl-address-ldap-search):
9532         Call `ldap-search-entries' with `withdn' argument t.
9533         (wl-complete-field-body): Bind completion-ignore-case as t.
9534         Clear ldap search hash when it was sole completion.
9535         Use elmo-string for pattern string.
9536         (wl-ldap-alias-safe-string): Eliminated needless let.
9537
9538 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9539
9540         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9541         (wl-ldap-alias-sep): New constant.
9542         (wl-ldap-search-attribute-type-list): Ditto.
9543         (wl-ldap-get-value): New function.
9544         (wl-ldap-make-filter): Ditto.
9545         (wl-ldap-make-matched-value-list): Ditto.
9546         (wl-ldap-alias-safe-string): Ditto.
9547         (wl-ldap-register-dn-string): Ditto.
9548         (wl-address-ldap-search): Rewrite.
9549
9550 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9551
9552         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9553         thread is deleted.
9554         (wl-thread-delete-line-from-buffer): Ditto.
9555         (wl-thread-get-exist-children): New function.
9556
9557 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9558
9559         * wl-demo.el (wl-demo): Made it to select various image types.
9560         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9561         from `wl-title-logo'.
9562         (wl-logo-ascii): New variable.
9563         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9564         (wl-demo-copyright-notice): New constant.
9565
9566         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9567
9568 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9569
9570         * wl-vars.el (wl-summary-target-above): Renamed from
9571         wl-summary-temp-above.
9572         * wl-score.el (wl-score-get-score-alist): Use it.
9573         (wl-summary-score-update-all-lines): Use it.
9574         * wl-summary.el: Ditto. (make-variable-buffer-local).
9575
9576 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9577
9578         * wl-vars.el (wl-ldap-port): New user option.
9579
9580         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9581         Rewite whole implementation.
9582         (wl-complete-field-body): Fixed.
9583
9584 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9585
9586         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9587         Choose implementation at compile time.
9588
9589 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9590
9591         * wl-address.el (wl-ldap-search-internal): New function.
9592         (wl-complete-field-to): Use it.
9593
9594 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9595
9596         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9597         Use `let' instead of `let*'.
9598         Require 'wl-vars.
9599
9600         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9601         Define as defcustom.
9602         (wl-ldap-base): Ditto.
9603         (wl-use-ldap): Ditto.
9604
9605 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9606
9607         * wl-address.el (wl-ldap-search): New function.
9608         (wl-complete-field-body): Use `wl-ldap-search'.
9609         (wl-ldap-server): New variable.
9610         (wl-ldap-base): Ditto.
9611         (wl-use-ldap): Ditto.
9612
9613 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9614
9615         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9616         (Pointed out by Mito <mit@nines.nec.co.jp>).
9617         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9618         buffer-local variables like `wl-summary-redisplay-internal'.
9619         (wl-summary-redisplay-all-header): Likewise.  Update
9620         Summary view too.
9621
9622 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9623
9624         * wl-summary.el (wl-summary-jump-to-parent-message):
9625         Consider prefix argument.
9626
9627         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9628         when closed thread is deleted.
9629
9630 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9631
9632         * wl-summary.el (wl-summary-jump-to-parent-message):
9633         Consider thread modification.
9634
9635 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9636
9637         * wl-message.el (wl-message-normal-get-original-buffer): Use
9638         `save-excursion'.
9639
9640         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9641         (wl-summary-showto-folder-regexp): Ditto.
9642
9643 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9644
9645         * wl-util.el (wl-delete-alist): Doc fix.
9646         (wl-delete-associations): New function.
9647         (wl-inverse-alist): New function.
9648         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9649         Split temporary variables. Use `wl-delete-associations'
9650         and `wl-inverse-alist'.
9651         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9652
9653 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9654
9655         * wl-folder.el (wl-folder-prefetch-entity):
9656         Execute prefetching if new count is unknown.
9657
9658 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9659
9660         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9661
9662         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9663         delete entity.
9664         (wl-thread-set-parent): If insert as top, set linked as nil.
9665
9666         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9667         `wl-thread-cleanup-symbols' when view mode is thread.
9668
9669 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9670
9671         * wl-folder.el (wl-folder-create-folder-entity): Use
9672         with-current-buffer.
9673         (wl-local-folder-init): Call set-buffer to make sure we are in
9674         the Folder buffer. Don't touch buffer-local variables here.
9675         (wl-folder-mode): Initialize buffer-local variables here.
9676
9677         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9678         (wl-folder-entity-assign-id): Ditto.
9679         (wl-folder-create-entity-hashtb): Ditto.
9680         (wl-local-folder-init): Ditto.
9681         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9682
9683 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9684
9685         * wl-summary.el (wl-summary-default-from): Fix probrem when
9686         std11-extract-address-components return (nil "foo@bar").
9687
9688 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9689
9690         * wl-draft.el (wl-draft-clone-local-variables):
9691         Remove redundant `setq'.
9692
9693 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9694
9695         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9696         Bind wl-highlight-x-face-func as nil while highlighting header.
9697
9698 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9699
9700         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9701
9702 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9703
9704         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9705         elmo-msgdb-overview-hashtb from copy-variables.
9706         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9707         instead of `elmo-msgdb-overview-get-entity-by-number'.
9708         (wl-summary-auto-refile): Ditto.
9709
9710         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9711         `elmo-msgdb-overview-get-entity' instead of
9712         `elmo-msgdb-search-overview-entity'.  Use
9713         `elmo-msgdb-overview-get-entity' instead of
9714         `elmo-msgdb-overview-get-entity-by-number'.
9715         (wl-thread-insert-entity-sub): Ditto.
9716         (wl-thread-insert-message): Ditto.
9717
9718         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9719         `elmo-msgdb-overview-get-entity'.
9720         (wl-normal-message-redisplay): Ditto.
9721
9722 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9723
9724         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9725         `wl-thread-entities'.
9726         (wl-thread-delete-message): Fix remove top message from
9727         `wl-thread-entity-list'.
9728
9729         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9730         wl-append(nconc), because update-list is broken on Meadow.
9731
9732         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9733         updating process.
9734         (wl-summary-rescan): Ditto.
9735         (wl-summary-sync-update3): Ditto.
9736         * wl-thread.el (wl-thread-set-parent): Renamed from
9737         `wl-summary-set-parent'.
9738         (wl-thread-insert-message): Updating buffer faster.
9739         (wl-thread-delete-message): Updating buffer faster.
9740
9741         * wl-score.el (wl-summary-score-update-all-lines): Changed
9742         interval for display progress gauge.
9743
9744 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9745
9746         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9747         folder always-sticky.
9748         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9749         defmacro.
9750
9751 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9752
9753         * wl-vars.el (wl-draft-add-references): New user option.
9754
9755         * wl-draft.el (wl-draft-add-references): New function.
9756         (wl-draft-yank-from-mail-reply-buffer): Use it.
9757         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9758         as nil.
9759
9760 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9761
9762         * wl-thread.el (wl-thread-update-line-msgs): Called
9763         `wl-thread-update-line-on-buffer-sub'.
9764         (wl-thread-update-line-on-buffer): Delete routine of inserting
9765         thread.
9766         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9767         moved from `wl-thread-update-line-on-buffer'.
9768         Add threshold for displaying progress gauge.
9769         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9770         argument of `wl-thread-update-line-msgs'.
9771         Add threshold for displaying progress gauge.
9772         * wl-folder.el:
9773         Add threshold for displaying progress gauge.
9774         * wl-score.el: Ditto.
9775
9776         * wl-expire.el (wl-summary-expire): Display deleting info.
9777
9778 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9779
9780         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9781         `no-msg'.
9782         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9783         argument of `wl-thread-update-line-msgs'.
9784         (wl-summary-set-parent): Added optional argument `parent-number'.
9785         (wl-summary-buffer-saved-message): New buffer local variable.
9786         (wl-summary-save-current-message): New command.
9787         (wl-summary-yank-saved-message): Ditto.
9788         (wl-summary-mode-map): Added key binding for
9789         `wl-summary-save-current-message' (\ew) and
9790         `wl-summary-yank-saved-message' (\C-y).
9791         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9792
9793 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9794
9795         * wl-summary.el (wl-summary-mode-map): Added key binding for
9796         `wl-summary-set-parent' (ts).
9797
9798 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9799
9800         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9801         subject faster. If thread number is reverse, delayed updating
9802         thread.
9803         (wl-summary-search-by-subject): Ditto.
9804         (wl-summary-put-alike): Ditto.
9805         (wl-summary-get-alike): Ditto.
9806         (wl-summary-insert-headers): Insert header of all overview in
9807         buffer.
9808         (wl-summary-rescan): Delayed updating thread. Kill search subject
9809         buffer for wl-summary-search-by-subject.
9810         (wl-summary-sync-update3): Ditto.
9811         (wl-summary-exit): Ditto.
9812         (wl-summary-goto-bottom-of-current-thread): Change for linked
9813         thread.
9814         (wl-summary-overview-create-summary-line): Change line for linked
9815         thread.
9816
9817         * wl-summary.el (wl-summary-update-thread): Use
9818         wl-thread-maybe-get-children-num.
9819         (wl-summary-set-parent): If change parent, move sub thread.
9820         (wl-summary-redisplay-internal): Add horizontal recenter.
9821         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9822
9823         * wl-thread.el (wl-thread-entity-get-linked): New function.
9824         (wl-thread-entity-set-linked): New function.
9825         (wl-thread-create-entity): Add linked element.
9826         (wl-thread-entity-insert-as-top): Use wl-append.
9827         (wl-thread-maybe-get-children-num): If closing thread, return
9828         children msgs.
9829         (wl-thread-update-line-msgs): Displaying progress message.
9830         (wl-thread-update-line-on-buffer-sub): Use
9831         wl-thread-maybe-get-children-num.
9832         (wl-thread-update-line-on-buffer): If update line is not exists,
9833         insert thread.
9834         (wl-thread-delete-message): If delete top msg of thread, search
9835         parent by subject.
9836         (wl-thread-insert-entity): Use
9837         wl-thread-maybe-get-children-num.
9838
9839         * wl-highlight.el (wl-highlight-summary-current-line): change
9840         sregexp for linked thread.
9841         * wl-util.el (wl-count-lines): Count lines.
9842         (wl-horizontal-recenter): horizontal recenter.
9843         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9844         (wl-score-get-alike): Ditto.
9845         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9846         (wl-subject-length-limit): New variable.
9847         (wl-highlight-thread-indent-string-regexp): Changed for linked
9848         thread.
9849
9850 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9851
9852         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9853         New variable (revival).
9854         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9855         by subject matching if there's no in-reply-to nor references field
9856         (revival).
9857
9858 \f
9859 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9860
9861         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9862         message.
9863
9864 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9865
9866         * wl-summary.el (wl-summary-reply): Return t if there was a
9867         message at cursor point.
9868         Added unwind-protect.
9869         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9870         returns t.
9871         (wl-summary-cancel-message): Do nothing when there's no message at
9872         cursor point.
9873         (wl-summary-forward): Ditto.
9874         (wl-summary-jump-to-parent-message): Ditto.
9875         (wl-summary-reedit): Ditto.
9876         (wl-summary-edit-addresses): Ditto.
9877         (wl-summary-pipe-message): Ditto.
9878         (wl-summary-print-message-with-ps-print): Ditto.
9879         (wl-summary-print-message): Ditto.
9880         (wl-summary-mark-as-important): Ditto.
9881         (wl-summary-mark-as-unread): Ditto.
9882
9883         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9884         message at cursor point.
9885         (wl-summary-reply-with-citation): Remove unwind-protect.
9886
9887         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9888         subject searching feature.
9889         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9890         Eliminated.
9891
9892 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9893
9894         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9895         New variable.
9896         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9897         by subject matching if there's no in-reply-to nor references field.
9898
9899         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9900
9901         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9902         when display is finished.
9903         (wl-folder-open-all): Ditto.
9904         (wl-folder-update-access-group): Ditto.
9905         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9906         * wl-thread.el (wl-thread-close-all): Ditto.
9907
9908         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9909         progress gauge only when it was displayed.
9910         * wl-folder.el (wl-folder-insert-entity): Ditto.
9911
9912 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9913
9914         * wl-summary.el (wl-summary-incorporate): Enclose
9915         `wl-summary-sync-force-update' with save-excursion.
9916
9917 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9918
9919         * wl-summary.el (wl-summary-prefetch-region):
9920         Pass current cursor point to `pos-visible-in-window-p' after
9921         moving cursor to the started point.
9922
9923 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9924
9925         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9926
9927         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9928         fields from the forwarding message.
9929         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9930         `ignored-fields'.
9931
9932 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9933
9934         * wl-mime.el (wl-message-request-partial):
9935         Eliminated argument `msgdb'.
9936         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9937         (wl-mime-combine-message/partial-pieces): Likewise.
9938         * tm-wl.el (wl-message-request-partial): Likewise.
9939         (wl-mime-combine-message/partial-pieces): Likewise.
9940
9941 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9942
9943         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9944         when display is finished.
9945
9946 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9947
9948         * wl-summary.el (wl-summary-goto-folder-subr):
9949         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9950
9951 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9952
9953         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9954         when cursor point is visible.
9955
9956 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9957
9958         * wl-expire.el (wl-expire-archive-get-max-number):
9959         Don't use `file-name-directory'.
9960
9961 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9962
9963         * wl-expire.el (wl-expire-archive-get-max-number):
9964         Use `file-name-directory'.
9965
9966 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9967
9968         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9969         only when there is progress.
9970
9971 2000-04-13  Mito <mit@nines.nec.co.jp>
9972
9973         * wl-summary.el (wl-summary-sync-marks): Display progress.
9974
9975 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9976
9977         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9978         (wl-summary-prev): Move cursor regardless of unread status.
9979         (wl-summary-next): Ditto.
9980
9981 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9982
9983         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9984         Added argument `target' and `number'.
9985         * tm-wl.el (wl-summary-burst-subr): New function.
9986         (wl-summary-burst): Use it.
9987
9988 2000-04-10  Mito <mit@nines.nec.co.jp>
9989
9990         * wl-mime.el (wl-burst): New function.
9991         (wl-summary-burst): Use it.
9992
9993 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9994
9995         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9996         as petname when there's no candidate.
9997
9998 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9999
10000         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10001         New variable.
10002         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10003
10004         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10005
10006         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10007
10008 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10009
10010         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10011         Use substring of `original' instead of buffer-substring.
10012         (wl-refile-evaluate-rule):
10013         Set `original' argument of wl-refile-expand-newtext.
10014
10015         * wl-summary.el
10016         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10017         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10018         (wl-summary-auto-refile): Check existence of destination folder just
10019         before marking.
10020
10021 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10022
10023         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10024         when wl-refile-get-field-value return nil.
10025
10026 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10027
10028         * wl-refile.el
10029         (wl-refile-expand-newtext): New function imported from Gnus.
10030         (wl-refile-evaluate-rule): Use it.
10031
10032 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10033
10034         * wl-summary.el (wl-summary-print-destination):
10035         Duplicate folder string to avoid putting text-property on
10036         original string.
10037
10038         * wl-refile.el (wl-refile-get-field-value): New function.
10039         (wl-refile-evaluate-rule): New function;
10040         Evaluate refile rule recursively.
10041         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10042         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10043         New function; Check existence of a target folder recursively.
10044         (wl-summary-auto-refile-check-refile-rule-alist):
10045         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10046
10047 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10048
10049         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10050
10051         * wl-folder.el (wl-create-folder-entity-from-buffer):
10052         Fixed problem when '}' character is contained in folder name.
10053
10054         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10055
10056 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10057
10058         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10059         (wl-fldmgr-add-completion-all-completions):
10060         Use wl-fldmgr-add-completion-hashtb.
10061
10062 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10063
10064         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10065         wl-fldmgr-add-completion-subr): New functions.
10066         * wl-folder.el (wl-folder-completion-func): New variable.
10067         * wl-summary.el (wl-summary-read-folder):
10068         Use wl-folder-completion-func.
10069
10070         * wl-refile.el: Eliminate throw & catch.
10071
10072         * wl.el (wl-plugged-sending-queue-status): Fixed.
10073
10074 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10075
10076         * wl-draft.el (wl-draft): Put category property on
10077         mail-header-separator.