* wl-summary.el
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el
4         (wl-summary-edit-addresses-collect-candidate-fields): Use
5         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
6
7         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
8         instead of `elmo-set-work-buf'.
9
10         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
11         (wl-address-make-address-list): Ditto.
12
13         * Version number is increased to 2.13.3.
14
15 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
16
17         * wl-vars.el (wl-message-use-header-narrowing): New user option.
18
19         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
20         argument `5'.
21
22         * wl-message.el (wl-message-display-no-merge-p): New function.
23         (wl-message-buffer-display): Check whether the message is
24         reassembled and follow the API change.
25
26 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
27
28         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
29         multibyte on working buffer and removed unnecessary
30         `buffer-disable-undo'.
31
32 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
33
34         * wl-util.el (wl-read-search-condition-internal): Fixed the last
35         change.
36
37 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
38
39         * wl-util.el (wl-read-search-condition-internal): Protect
40         elmo-global-flags from distraction.
41
42 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
43
44         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
45
46         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
47         (wl-summary-event-handler): Ditto.
48         (wl-summary-update-persistent-mark-on-event): New
49         function (renamed from `elmo-event-handler-flag-changed').
50         (wl-summary-buffer-attach): New function.
51         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
52         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
53         instead of `elmo-folder-add-handler'.
54
55         * Version number is increased to 2.13.2.
56
57 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
58
59         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
60         and "\177" to the `wl-news-previous-page'.
61         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
62         (wl-news-previous-page): New function.
63
64 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
65
66         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
67         instead of `write-region' and simplify.
68
69 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
70
71         * wl-template.el (wl-template-select): Cause error if
72         `wl-template-alist' is nil.
73
74 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
75
76         * wl-news.el.in: Set file variable `no-byte-compile'.
77
78 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
79
80         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
81         whether a target message is within displaying area.
82         (elmo-event-handler-cache-changed): Ditto.
83
84 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
85
86         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
87         to `defun'.  Use `nconc' instead of `append' to collect descendant
88         message numbers.
89
90 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
91
92         * wl-thread.el (wl-thread-save-top-list)
93         (wl-thread-save-entities): Use `with-temp-buffer'.
94         * wl-news.el.in (wl-news-previous-version-load):
95         (wl-news-previous-version-save): Ditto.
96         * wl-summary.el (wl-summary-load-file-object)
97         (wl-summary-save-view-cache): Ditto.
98
99 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
100
101         * wl-util.el (toplevel): Require 'elmo-flag'.
102         (wl-read-search-condition): New function (Renamed from
103         `elmo-read-search-condition').
104         (wl-read-search-condition-internal): Likewise.
105
106         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
107         invalid.
108         (wl-summary-pick): Use `wl-read-search-condition' instead of
109         `elmo-read-search-condition'.
110         (wl-summary-virtual): Ditto.
111
112         * wl-folder.el (wl-folder-virtual): Ditto.
113         (wl-folder-pick): Ditto.
114
115         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
116
117 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
118
119         * wl-summary.el (wl-summary-reedit): Call
120         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
121
122 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
123
124         * wl-mime.el (toplevel): Require wl-vars.
125
126         * wl-message.el (toplevel): Require cl at compile.
127
128         * wl-draft.el (toplevel): Require elmo.
129
130 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
131
132         * wl-message.el (wl-message-buffer-prefetch): Count is a number
133         and do nothing when it is not positive.
134         (wl-message-buffer-prefetch-next): Ditto.
135
136 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
137
138         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
139         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
140         (wl-summary-redisplay-internal): Ditto.
141
142         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
143         message (the condition is borrowed from `wl-check-variables-2').
144         (wl-summary-redisplay-internal): Ditto.
145
146 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-mime.el (wl-draft-nntp-attribute): New function.
149         (wl-draft-attribute-nntp-posting-server): Use it.
150         (wl-draft-attribute-nntp-posting-port): Ditto.
151
152         * wl-mime.el (wl-draft-preview-attributes-list): New function.
153         (wl-draft-show-attributes-buffer): Ditto.
154         (wl-draft-hide-attributes-buffer): Ditto.
155         (wl-draft-attribute-newsgroups): Ditto.
156         (wl-draft-attribute-nntp-posting-server): Ditto.
157         (wl-draft-attribute-nntp-posting-port): Ditto.
158         (wl-draft-preview-message): Use there functions.
159
160         * wl-vars.el (wl-draft-preview-attributes-list): Change default
161         value.
162
163 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
164
165         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
166         (wl-draft-reedit): Ditto.
167         (wl-draft-queue-flush): Ditto.
168
169         * wl-mime.el (wl-message-request-partial): Ditto.
170         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
171         instead of `elmo-message-fetch'.
172
173         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
174
175         * wl-summary.el (wl-summary-message-string): Ditto.
176
177 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
178
179         * wl-util.el (wl-current-message-buffer): Follow the API change.
180
181         * wl-summary.el (wl-summary-redisplay-internal): Call
182         `wl-summary-mark-as-read' with 2nd argument as nil and update
183         unread count instead of persistent mark.
184
185         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
186         variable.
187         (wl-message-redisplay): Follow the API change.
188         (wl-message-buffer-display): Managed mime-entity directly and
189         return preview buffer only.
190         (wl-message-display-internal): Rewrite.
191         (wl-message-buffer-prefetch-subr): Not save return value of
192         `wl-message-buffer-display'.
193
194         * Version number is increased to 2.13.1.
195
196 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
199         'elmo-multiple-fields-body-list' with boundary specified.
200
201 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
202
203         * wl-vars.el (wl-summary-resend-use-cache): New variable.
204         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
205         cache if `wl-summary-resend-use-cache' is non-nil.
206
207 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
208
209         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
210         (wl-nntp-posting-stream-type): Ditto.
211
212 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
213
214         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
215
216 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
217
218         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
219         message.
220
221 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
222
223         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
224         Abolish.
225         (wl-summary-buffer-persistent-mark-version): New internal
226         variable.
227         (wl-summary-update-mark-and-highlight-window): Check by
228         wl-summary-persistent-mark-invalid-p.
229         (wl-summary-update-status-marks): Ditto.
230         (elmo-event-handler-flag-changed): Rewrite.
231         (elmo-event-handler-cache-changed): Define.
232         (wl-summary-prefetch-msg): Does not update persistent mark here.
233         (wl-summary-delete-cache): Ditto.
234         (wl-summary-resume-cache-status): Ditto.
235         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
236         (wl-summary-persistent-mark-invalid-p): New function.
237         (wl-summary-validate-persistent-mark): Ditto.
238         (wl-summary-validate-persistent-mark-string): Ditto.
239         (wl-summary-invalidate-persistent-mark): Ditto.
240         (wl-summary-update-persistent-mark): Call
241         `wl-summary-validate-persistent-mark'.
242         (wl-summary-create-line): Call
243         `wl-summary-validate-persistent-mark-string'.
244
245         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
246         status as t if cache used.
247
248 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
249
250         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
251         only if the target is group.
252         * wl-folder.el (wl-folder-append-petname): Don't check group name.
253
254 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
255
256         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
257
258 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
259
260         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
261
262         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
263
264 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
265
266         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
267         (Thanks to Yoichi NAKAYAMA).
268
269 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
270
271         * wl-util.el (wl-save-drafts): Restore echo area.
272
273 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
274
275         * Version number is increased to 2.13.0.
276
277         * wl-util.el (wl-biff-check-folder-async): Use
278         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
279
280 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * wl-message.el (wl-message-display-internal): Does not put
283         wl-message-display-type property on message buffer.
284         (wl-message-buffer-display-type): New function.
285
286         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
287
288         * wl-summary.el (wl-summary-mode): Use `dolist' to add
289         `wl-summary-buffer-detach'.
290         (wl-summary-message-display-type): Use
291         `wl-summary-buffer-display-type'.
292
293 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
294
295         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
296         buffer-local.
297
298         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
299         kill-buffer-hook instead of make-local-variable.
300         (wl-draft-preview-message): Set `local' argument of add-hook as t.
301
302 2004-12-12  Scott Renfro <scott@renfro.org>
303
304         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
305         regex for square-branket.
306
307 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
308
309         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
310         `wl-message-mime-analysis-p' with argument `header'.
311
312 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
313
314         * wl-mime.el (wl-draft-yank-current-message-entity): 
315         Switch to no-mime following method according to wl-message-display-type
316         property.
317         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
318
319         * wl-message.el (wl-message-display-internal): 
320         Put wl-message-display-type property on message buffer.
321
322         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
323         (wl-message-display-internal): Ditto;
324
325         * wl-summary.el (wl-summary-toggle-mime): Ditto.
326
327 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-message.el (wl-message-make-display-type): New function.
330         (wl-message-display-type-property): Ditto.
331         (wl-message-mime-analysys-p): Ditto.
332         (wl-message-display-all-header-p): Ditto.
333         (wl-message-redisplay): Removed argument `as-is', `all-header' and
334         added `display-type'.
335         (wl-message-buffer-display): Likewise.
336         (wl-message-display-internal): Likewise.
337         (wl-message-buffer-display-type): Abolish.
338         (wl-message-buffer-prefetch-subr): Follow the API changed.
339
340         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
341         from wl-summary-buffer-display-all-header and changed default value.
342         (wl-summary-message-display-type): New function.
343         (wl-summary-buffer-display-mime-mode): Ditto.
344         (wl-summary-buffer-display-header-mode): Ditto.
345         (wl-summary-toggle-mime): Rewrite with above functions.
346         (wl-summary-toggle-all-header): Ditto.
347         (wl-summary-redisplay): Force redisplay with default mode.
348         (wl-summary-redisplay-internal): Renamed argument from `mode',
349         `all-header' to `mime-mode', `header-mode'.
350         Use `wl-message-make-display-type'.
351
352         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
353         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
354
355 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
356
357         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
358
359 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
360
361         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
362         in original message buffer.
363         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
364         buffer.
365
366 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
367
368         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
369
370 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
371
372         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
373
374 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
375
376         * wl-action.el (wl-summary-exec-action-refile): Display a done message
377         when actions succeeded.
378         (wl-summary-exec-action-copy): Likewise.
379
380 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
381
382         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
383         there is switch-to-buffer at the end of wl-message-select-buffer.
384         (wl-summary-reply): Ditto.
385
386 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
387
388         * wl-summary.el (wl-summary-forward): Put subject in original
389         message buffer as argument of wl-draft-forward.
390         * wl-draft.el (wl-draft-forward): Decode subject as in
391         wl-draft-reply.
392
393 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
394
395         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
396         a folder under access group.
397
398 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
399
400         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
401         wl-message-buffer-display.
402
403         * wl-util.el (wl-set-save-drafts): Fix typo.
404
405 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
408         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
409         wl-highlight-logo-face to set the bg color of an xbm image; fixed
410         the way to measure the width of a bitmap image; don't put face on
411         ascii and bitmap images; put the mark which should not use the
412         variable-pitch face on ascii and bitmap images.
413         (wl-demo-setup-properties): Don't use the variable-pitch face on
414         ascii and bitmap images; made it work on Emacs 20 and earlier.
415         (wl-demo-insert-text): End with a newline at the bottom; don't put
416         face on text.
417
418         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
419
420 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
421
422         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
423
424         * wl-util.el (wl-save-drafts): Moved from sample setting.
425         (wl-set-save-drafts): New function to set idle timer.
426         * wl-draft.el (wl-draft): Call it.
427         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
428
429 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
430
431         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
432         a summary which has toggle display status off.
433
434 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * wl-draft.el (wl-draft-do-fcc): No cache save.
437
438 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
439
440         * wl-summary.el (elmo-event-handler-flag-changed): Use
441         `set-buffer' instead of `with-current-buffer'.
442
443 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
444
445         * wl-summary.el (wl-summary-after-resize-function): New function.
446         (wl-summary-mode): Add `wl-summary-after-resize-function' to
447         window-size-change-functions.
448
449 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * wl-draft.el (wl-draft-create-buffer): Bind
452         `change-major-mode-hook' after current buffer is changed.
453
454         * wl-summary.el (wl-summary-buffer-detach): New function.
455         (wl-summary-buffer-set-folder): Call it.
456         (wl-summary-mode): Add `wl-summary-buffer-detach' to
457         change-major-mode-hook and kill-buffer-hook.
458         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
459         (wl-summary-switch-to-clone-buffer): Ditto.
460         (wl-summary-goto-folder-subr): Ditto.
461
462 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
463
464         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
465         after boundp check.
466
467 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
470         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
471         for `kill-buffer'.
472
473         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
474         handler of current buffer from elmo-folder.
475
476 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
477
478         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
479
480 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-summary.el (wl-summary-buffer-event-handler): New internal
483         variable.
484         (wl-summary-event-handler): New class.
485         (elmo-event-handler-flag-changed): Define to update persistent
486         mark.
487         (wl-summary-buffer-set-folder): Register event handler to
488         elmo-folder.
489         (wl-summary-exit): Unregister event handler.
490         (wl-summary-goto-folder-subr): Ditto.
491         (wl-summary-mark-as-read-all): Does not call
492         `wl-summary-update-persistent-mark' directly.
493         (wl-summary-mark-as-read-internal): Ditto.
494         (wl-summary-set-persistent-mark-internal): Ditto.
495         (wl-summary-set-flags-internal): Ditto.
496
497         * Version number is increased to 2.11.33.
498
499 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
500
501         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
502         to nil.
503
504 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * wl-spam.el (wl-spam-setup): Add hook
507         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
508         instead of `wl-summary-prepare-hook'.
509
510         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
511         if folder type is `'flag'.
512         (wl-summary-mark-as-important): Ditto.
513
514 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * wl-address.el (wl-address-minibuffer-history): New variable.
517         (wl-address-minibuffer-local-map): New keymap.
518         (wl-address-read-from-minibuffer): New function.
519
520         * wl-action.el (wl-summary-get-resend-address): Use
521         `wl-address-read-from-minibuffer' instead of `completing-read'.
522
523 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
524
525         * Version number is increased to 2.11.32.
526
527 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
528
529         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
530         without mule to iso-8859-1.
531         (wl-draft-add-in-reply-to): Add note in description.
532         (wl-draft-add-references): Ditto.
533
534 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
535
536         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
537         definition for `m'.
538         (wl-summary-mode-line-format): Add '[%m]'.
539         (wl-message-mode-line-format-spec-alist): Ditto.
540         (wl-summary-display-mime-mode-list): New variable.
541
542         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
543         from wl-summary-buffer-display-as-is.
544         (wl-summary-buffer-display-all-header): New buffer local variable.
545         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
546         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
547         instead of wl-summary-buffer-display-as-is.
548         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
549         (wl-summary-set-persistent-mark): Ditto.
550         (wl-summary-set-message-buffer-or-redisplay): Just call
551         `wl-summary-redisplay-internal' without optional arguments.
552         (wl-summary-toggle-mime): Rewrite.
553         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
554         (wl-summary-toggle-all-header): New function.
555         (wl-summary-redisplay-internal): Treat mime mode.
556
557         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
558         to wl-mime-preview-follow-no-mime.
559         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
560         accodring to the display-mode.
561
562         * wl-message.el (wl-message-buffer-display-type): Rewrite.
563         (wl-message-buffer-display): Changed argument name from `as-is' to
564         `mode'.
565         (wl-message-display-internal): Ditto;
566         Bind elmo-mime-display-header-analysis according to the mode.
567         (wl-message-display-internal): Put wl-message-display-mime-mode
568         property on entire buffer.
569
570 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
571
572         * wl-draft.el (wl-draft-do-fcc): Undo last change.
573
574 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
575
576         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
577         Don't extract mail address.
578         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
579
580         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
581
582         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
583
584 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
585
586         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
587         wl-fldmgr-cut-entity-list on confirmation.
588
589 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
590
591         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
592         (wl-mime-quit-preview): Check existence of
593         mime-edit-temp-message-buffer here.
594
595 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
596
597         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
598         after deletion.
599
600         * wl-draft.el (wl-draft-send-confirm): Check major-mode
601         before calling wl-mime-quit-preview.
602
603 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
604
605         * wl-summary.el (wl-summary-pick): If call it with prefix
606         argument, set `delete-marks' as non-nil. Pick from only visible
607         messages.
608         (wl-summary-check-target-mark): New function.
609         (wl-summary-target-mark-mark-as-read): Use it.
610         (wl-summary-target-mark-mark-as-unread): Ditto.
611         (wl-summary-target-mark-operation): Ditto.
612         (wl-summary-target-mark-set-flags): Ditto.
613         (wl-summary-target-mark-save): Ditto.
614         (wl-summary-target-mark-pick): Ditto.
615         (wl-summary-target-mark-forward): Ditto.
616         (wl-summary-target-mark-reply-with-citation): Ditto.
617         (wl-summary-target-mark-print): Ditto.
618         (wl-summary-target-mark-uudecode): Ditto.
619
620         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
621         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
622         with `ask-coding' is non-nil.
623
624 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * wl-thread.el (wl-thread-set-parent): If parent is a message
627         which is identified by references, set linked as nil.
628
629 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
630
631         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
632         (wl-message-mode-line-format-spec-alist): Ditto.
633         (wl-message-mode-line-format): Ditto.
634         (wl-summary-mode-line-format): Ditto for docstring.
635         (wl-summary-no-mime-folder-list): Fix typo.
636
637         * wl-util.el (wl-current-message-buffer): Call
638         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
639
640         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
641         variable.
642         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
643         of `wl-summary-redisplay-no-mime'.
644         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
645         (wl-summary-toggle-mime): New function.
646         (wl-summary-redisplay-all-header): Rewrite.
647         (wl-summary-redisplay-no-mime): Ditto.
648         (wl-summary-redisplay-internal): Added argument `as-is' and
649         `all-header'.
650
651         * wl-refile.el (wl-refile-default-from-folder-path-separator):
652         New variable.
653         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
654         bottom.
655         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
656         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
657         "/" unconditionally.
658
659         * wl-mime.el (wl-draft-yank-current-message-entity): Use
660         wl-mime-preview-follow-no-mime for as-is content.
661         (wl-mime-preview-follow-no-mime): New function.
662         (wl-mime-preview-follow-current-region): Fixed parenthesis.
663
664         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
665         and added `as-is', `all-header'.
666         (wl-message-buffer-display): Ditto.
667         (wl-message-buffer-display-type): New function.
668
669 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
670
671         * wl-vars.el (wl-message-header-button-alist): Change default
672         value.
673         (wl-message-body-button-alist): Ditto.
674
675 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
676
677         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
678
679 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
682
683 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
684
685         * wl-summary.el (wl-summary-sync-marks): Remove condition which
686         is always true.
687
688 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
689
690         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
691         on null entity.
692
693 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
694
695         * wl-vars.el (wl-draft-reply-default-position): Fix range.
696
697 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
698
699         * wl-vars.el (wl-summary-resend-hook): New hook.
700
701         * wl-action.el (wl-summary-exec-action-resend-subr): Run
702         `wl-summary-resend-hook'.
703
704 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
705
706         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
707         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
708         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
709         (wl-summary-new-cached-mark): Changed default value to 'n'.
710         (wl-summary-unread-cached-mark): Changed default value to 'u'.
711         (wl-summary-answered-cached-mark): Changed default value to 'a'.
712         (wl-folder-sync-range-alist): Remove spec for 'flag.
713         (wl-summary-force-prefetch-folder-list): New user option.
714
715         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
716         `wl-summary-toggle-persistent-mark'.
717         (wl-summary-update-mark-and-highlight-window): Don't highlight when
718         number is nil.
719         (wl-summary-mark-as-answered-region): Set interactive argument of
720         `wl-summary-set-persistent-mark-internal'.
721         (wl-summary-mark-as-important-region): Ditto.
722         (wl-summary-unset-persistent-mark): Ditto.
723         (wl-summary-set-persistent-mark): Ditto.
724         (wl-summary-mark-as-answered): Ditto.
725         (wl-summary-mark-as-important): Ditto.
726         (wl-summary-set-persistent-mark-internal): Do nothing
727         when `elmo-message-flag-available-p' is nil.
728         (wl-summary-toggle-persistent-mark): New function.
729         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
730         when the folder matches `wl-summary-force-prefetch-folder-list'.
731
732
733         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
734         when number is nil.
735         (wl-highlight-summary-forwarded-face): New face.
736
737 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
738
739         * Version number is increased to 2.11.31.
740
741 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
742
743         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
744         (wl-biff-check-folder-async): Ditto.
745         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
746
747 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
748
749         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
750         Add an argument `reverse'.  All callers are updated.
751         (wl-summary-sort): Add a prefix argument `reverse' to specify
752         reverse sorting.
753         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
754         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
755         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
756
757 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
758
759         * wl-message.el (wl-message-redisplay): Does not narrow header if
760         disply-type is all-header or as-is.
761
762         * wl-summary.el (wl-summary-enter-handler): Use
763         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
764
765 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
766
767         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
768         after adding wl-draft-parent-variables.
769         (wl-draft-forward): Ditto.
770
771 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-summary.el (wl-summary-sync-marks): Call
774         `wl-summary-set-persistent-mark' and
775         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
776         (wl-summary-set-persistent-mark-internal): Add 4th argument
777         `no-server'.
778         (wl-summary-unset-persistent-mark): Ditto.
779         (wl-summary-set-persistent-mark): Ditto.
780         (wl-summary-add-flags-internal): Abolish.
781         (wl-summary-remove-flags-internal): Ditto.
782         (wl-summary-mark-as-important-internal): Ditto.
783         (wl-summary-mark-as-important): Use
784         `wl-summary-set-persistent-mark' instead of
785         `wl-summary-add-flags-internal'.
786         (wl-summary-mark-as-important-region): Ditto.
787
788         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
789
790         * wl-summary.el (wl-summary-get-available-flags): New function.
791         (wl-summary-sync-marks): Use it and simplified.
792         (wl-summary-unset-persistent-mark): Use
793         `wl-summary-get-available-flags'.
794         (wl-summary-set-persistent-mark): Ditto.
795
796 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
797
798         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
799         id.
800
801 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
802
803         * wl-summary.el (wl-summary-enter-handler): If argument is not a
804         number, call `wl-summary-prev-line-content'. Show message when the
805         message is not found.
806
807 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
808
809         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
810         wl-summary-enter-handler.
811         (wl-summary-enter-handler): New command.
812
813         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
814         docstring and custom spec.
815
816         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
817         flags too; Don't treat Cached and New.
818         (wl-summary-set-persistent-mark): Ditto.
819
820         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
821         `wl-folder-set-flag'.
822
823         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
824         instead of `wl-folder-set-flag'.
825
826         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
827         for completion.
828         (wl-summary-set-persistent-mark): Ditto.
829
830         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
831         instead of `wl-draft-quit-preview'.
832
833         * wl-mime.el (toplevel): Avoid compile warning.
834         (wl-mime-quit-preview): New function
835         (formarly defined as `wl-draft-quit-preview').
836         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
837         quitting method.
838
839         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
840
841         * wl-folder.el (wl-folder-set-flag): Renamed from
842         `wl-draft-set-flag-on-parent'.
843
844         * wl-draft.el (wl-draft-quit-preview): New function.
845         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
846         (wl-draft-send): Call `wl-folder-set-flag' instead of
847         `wl-draft-set-flag-on-parent'.
848         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
849
850 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
851
852         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
853         (wl-draft-send): Ditto.
854
855 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
856
857         * wl-vars.el (wl-draft-reply-hook): Changed default value.
858         (wl-draft-kill-pre-hook): Set default value as nil.
859         (wl-summary-reply-hook): Ditto.
860         (wl-draft-kill-flags): Abolish.
861
862         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
863         (wl-draft-parent-variables): Renamed from
864         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
865         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
866         argument; Add wl-draft-parent-variables to
867         wl-draft-config-variables.
868         (wl-draft-reply): Likewise.
869         (wl-draft-kill-flags): Abolish.
870         (wl-draft-send): Call wl-draft-set-flag-on-parent.
871         (wl-draft-set-flag-on-parent): New function.
872         (wl-draft-setup-parent-flag): Ditto.
873
874 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
875
876         * wl-draft.el (wl-draft-kill-flags): Avoid error when
877         `wl-draft-parent-folder' is "".
878
879 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
880
881         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
882         (wl-summary-digit-jump): New function.
883         (Adviced by John Owens and Hiroya Murata)
884
885         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
886         (Adviced by John Owens)
887
888         * wl-xmas.el (wl-message-define-keymap): Ditto.
889
890         * wl-mule.el (wl-message-define-keymap): Ditto.
891
892 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
893
894         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
895         change of return value of elmo-folder-count-flags.
896
897         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
898         (wl-summary-mark-as-read-internal): Ditto.
899         (wl-summary-set-persistent-mark-internal): Ditto.
900         (wl-summary-folder-info-update): Ditto.
901         (wl-summary-sync-update): Fixed the last change.
902
903         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
904
905 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
906
907         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
908         (wl-draft-kill-flags): Fixed docstring.
909
910         * wl-draft.el (wl-draft-kill-flags): New function.
911         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
912
913 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
914
915         * wl-vars.el (wl-reply-hook): Abolish.
916         (wl-draft-reply-hook): New hook.
917         (wl-summary-reply-hook): Ditto.
918         (wl-draft-forward-hook): Ditto.
919         (wl-summary-forward-hook): Ditto.
920         (wl-draft-kill-flags): New variable.
921
922         * wl-summary.el (wl-summary-mark-as-answered-region): Use
923         wl-summary-set-persistent-mark-internal.
924         (wl-summary-sync-marks): Use elmo-preserved-flags.
925         (wl-summary-update-persistent-mark): Make it interactive.
926         (wl-summary-set-persistent-mark-internal): New inline function.
927         (wl-summary-mark-as-answered): Use it.
928         (wl-summary-mark-as-unanswered): Ditto.
929         (wl-summary-unset-persistent-mark): New function.
930         (wl-summary-set-persistent-mark): Ditto.
931         (wl-summary-reply): Don't set answered flag;
932         Run wl-summary-reply-hook instead.
933         (wl-summary-forward): Call wl-draft-forward with number.
934         Run wl-summary-forward-hook.
935
936         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
937         (wl-highlight-summary-line-face-spec): Use it as a default
938         persistent mark face.
939
940         * wl-draft.el (wl-draft-forward): Added optional argument number;
941         Set wl-draft-parent-number; Run wl-draft-forward-hook.
942         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
943         (wl-draft-kill): Use wl-draft-kill-flags.
944
945         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
946
947         * wl-folder.el (wl-folder-check-one-entity): Follow the change
948         of return value of elmo-folder-count-flags.
949
950         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
951
952         * wl-summary.el (wl-summary-count-unread): Ditto.
953         (wl-summary-sync-update): Follow the change above.
954         (wl-summary-force-prefetch): New function.
955
956 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
957
958         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
959         variable `buf' with `let' instead of `setq'.
960
961 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
962
963         * wl-mime.el (wl-message-delete-current-part): If filename exists,
964         add Content-Disposition heaeder on the deleted part.
965
966 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
967
968         * wl-draft.el (wl-draft-save): Encode address list under edit by
969         `eword-encode-unstructured-field-body'.
970
971         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
972
973 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
974
975         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
976         wl-current-summary-buffer.
977
978 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
979
980         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
981         `numbers' is ignored.
982
983 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
984
985         * wl-folder.el (wl-folder-open-folder): Avoid error.
986         Reported by John Owens, [wl-en:815]
987
988         * wl.el (wl): Set timer for biff process even if prefix argument
989         is given or auto-checking is quitted.
990
991         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
992         immediately.
993         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
994         (wl-toggle-plugged): Ditto.
995
996         * wl-vars.el (wl-biff-use-idle-timer): New variable.
997         * wl-util.el (wl-biff-start): Use idle timer if
998         `wl-biff-use-idle-timer' is non-nil.
999
1000 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1001
1002         * wl-highlight.el (wl-highlight-message): Fix description.
1003
1004 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1005
1006         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1007         tty.
1008
1009 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1010
1011         * wl-action.el (wl-summary-exec): Print failure count.
1012
1013 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1014
1015         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1016         to `defun', remove interactive form.
1017         Set elmo-message-fetch-confirm when force-reload is non-nil.
1018
1019 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-summary.el (toplevel): Removed unnecessary autoload.
1022
1023 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1024
1025         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1026         the buffer is generated from another message buffer.
1027
1028 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1029
1030         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1031         extracted from `wl-fldmgr-save-folders'.
1032         (wl-fldmgr-delete): Call it after deletion.
1033
1034 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1035
1036         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1037         multi-tty support.
1038
1039 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1040
1041         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1042
1043 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1044
1045         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1046         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1047
1048 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1049
1050         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1051         unsubscribe list only if argument CLEAR is nil.
1052
1053 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1054
1055         * wl-draft.el (wl-draft-reply): Decode subject before removing
1056         Re: prefix.
1057
1058 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1059
1060         * wl-summary.el (wl-summary-sort-by-size): New command.
1061
1062 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1063
1064         * wl-summary.el (wl-summary-number-list-from-region): New
1065         function.
1066         (wl-summary-mark-as-read-region): Use it.
1067         (wl-summary-mark-as-unread-region): Ditto.
1068         (wl-summary-set-flags-region): Ditto and add optional argument
1069         remove.
1070         (wl-summary-mark-as-answered-region): Ditto.
1071         (wl-summary-mark-as-important-region): Ditto.
1072         (wl-summary-target-mark-mark-as-important): Added optional
1073         argument remove.
1074         (wl-summary-target-mark-mark-as-answered): Ditto.
1075         (wl-summary-target-mark-set-flags): Ditto.
1076
1077 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1078
1079         * wl-summary.el (wl-summary-set-flags-region): Call
1080         `wl-summary-set-flags-internal' with number list instead of call
1081         one by each message.
1082         (wl-summary-target-mark-set-flags): Likewise.
1083
1084 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1085
1086         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1087         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1088         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1089         (wl-summary-target-mark-mark-as-answered): Likewise.
1090
1091 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1092
1093         * wl-summary.el (wl-summary-target-mark-forward): Use
1094         `wl-summary-delete-all-target-marks' instead of
1095         `wl-summary-delete-all-temp-marks'.
1096         (wl-summary-target-mark-reply-with-citation): Ditto.
1097         (wl-summary-target-mark-uudecode): Ditto.
1098         (wl-summary-target-mark-set-flags): Ditto and remove needless
1099         cursor move.
1100
1101 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1102
1103         * wl-summary.el (wl-summary-target-mark-forward): Protect
1104         wl-summary-buffer-target-mark-list from nreverse.
1105         (wl-summary-target-mark-reply-with-citation): Ditto.
1106
1107 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1108
1109         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1110         `elmo-display-progress-threshold'.
1111
1112 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1115         check `wl-summary-highlight'.
1116         (wl-summary-window-scroll-functions): Respect value of
1117         `wl-summary-highlight'.
1118         (wl-summary-sync-update): Run hooks
1119         `wl-summary-buffer-window-scroll-functions' at any time.
1120
1121 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1122
1123         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1124         from `wl-summary-cleanup-temp-marks'.
1125         (wl-summary-cleanup-temp-marks): Abolish argument.
1126         * wl.el (wl-save-status): Revert previous change.
1127         (wl-execute-temp-marks): New function, call
1128         `wl-summary-exec-with-confirmation'.
1129         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1130         (wl-folder-save-and-exec-marks): Abolished.
1131
1132 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1133
1134         * wl-e21.el (wl-e21-display-image-p): Respect
1135         `wl-highlight-folder-with-icon'.
1136         (wl-e21-highlight-folder-group-line): Highlight mouse line
1137         even if wl-e21-display-image-p is nil.
1138
1139         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1140         Respect value of `wl-summary-highlight'.
1141
1142         * wl.el (wl-save-status): Remove unused variable.
1143
1144         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1145         (wl-folder-mode-map): Bind it to "x".
1146
1147 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1148
1149         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1150
1151         * wl-thread.el (wl-thread-get-parent-list): Don't check
1152         disconnected ancestors, neglecting needless work in
1153         `wl-thread-update-indent-string-thread'.
1154
1155         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1156         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1157         argument, add argument default-keep to keep marks by default.
1158
1159         * Version number is increased to 2.11.30.
1160
1161         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1162         customization type and docstring.
1163         (wl-draft-reply-without-argument-list): Ditto.
1164
1165 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1166
1167         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1168
1169         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1170
1171 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1172
1173         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1174
1175 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1176
1177         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1178         save-excursion so as not to include run-hooks.
1179
1180 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1181
1182         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1183         Clarify that marks are going to be cleared.
1184
1185 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1188         according to 3rd element of wl-summary-flag-mark.
1189
1190         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1191
1192 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1193
1194         * wl-action.el (wl-summary-target-mark-all): Don't set
1195         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1196
1197 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1198
1199         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1200         (wl-forward-subject-prefix): Ditto.
1201         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1202         (wl-draft-reply-make-subject): Ditto.
1203
1204         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1205         `wl-draft-forward'.
1206         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1207
1208 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1209
1210         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1211         target message does not exist.
1212
1213 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1214
1215         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1216         `wl-subject-prefix-regexp'.
1217         (wl-subject-forward-prefix-regexp): New variable.
1218         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1219         `wl-draft-strip-subject-re' and take regexp as argument.
1220         (wl-draft-forward): Use it.
1221         (wl-draft-reply): Ditto.
1222
1223 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1224
1225         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1226         emacs multi-tty support.
1227
1228 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1229
1230         * wl-e21.el (wl-e21-display-image-p): Don't call
1231         `display-images-p'.
1232         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1233         support.
1234         (wl-highlight-folder-current-line): Ditto.
1235         (wl-folder-init-icons): Ditto.
1236
1237 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1238
1239         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1240         the last line of summary in unplugged mode.
1241
1242 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1243
1244         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1245
1246 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1247
1248         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1249         * wl-address.el (wl-address-user-mail-address-p): Use it.
1250         (wl-address-delete-user-mail-addresses): Ditto.
1251         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1252
1253         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1254         (wl-address-delete-user-mail-addresses): Ditto.
1255
1256         * wl-address.el (wl-address-delete-user-mail-addresses): New
1257         function.
1258         * wl-refile.el (wl-refile-guess-by-history): Use it.
1259         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1260         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1261
1262         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1263         use wl-address-user-mail-address-p.
1264
1265 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1266
1267         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1268         after opening group.
1269
1270 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1271
1272         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1273         of elmo-set-buffer-multibyte.
1274
1275         * wl-message.el (wl-original-message-mode): Ditto.
1276
1277         * wl-score.el (wl-score-insert-header): Ditto.
1278
1279         * wl-summary.el
1280         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1281         (wl-summary-goto-folder-subr): Ditto.
1282         (wl-summary-insert-headers): Ditto.
1283
1284         * wl-util.el (wl-set-string-width): Ditto.
1285
1286         * Version number is increased to 2.11.29.
1287
1288 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1289
1290         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1291         (wl-highlight-summary-line-help-echo-alist): New variable.
1292         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1293         into `wl-highlight-summary-line-help-echo' and
1294         `wl-highlight-flag-folder-help-echo'.
1295         (wl-highlight-summary-line-string): Change accordingly.
1296         (wl-highlight-summary-current-line): Ditto.
1297
1298 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1299
1300         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1301         at the beginning of field body (Thanks to Markus Knittig).
1302
1303         * wl-draft.el (wl-draft-insert-current-message): Also check
1304         summary buffer, remove unnecessary tag.
1305
1306 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1307
1308         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1309         when wl-message-buffer is nil.
1310
1311         * wl-folder.el (wl-folder): Abolish unused argument.
1312         Call wl-folder-init when wl-folder-entity is nil.
1313         * wl.el (wl): Change accordingly.
1314
1315 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1316
1317         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1318         multibyte string before insert into draft buffer.
1319         (wl-draft-create-buffer): Always enable multibyte characters for
1320         draft buffer.
1321
1322         * Version number is increased to 2.11.28.
1323
1324 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1325
1326         * wl-folder.el (wl-folder-open-close): Handle blank line.
1327         (wl-folder-jump-to-current-entity): Ditto.
1328
1329 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1330
1331         * Version number is increased to 2.11.27.
1332
1333 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1334
1335         * wl-thread.el (wl-thread-insert-message): When the thread is
1336         devided by wl-summary-max-thread-depth, insert line at the end of
1337         buffer.
1338
1339 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1340
1341         * Version number is increased to 2.11.26.
1342
1343 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1344
1345         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1346
1347 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1348
1349         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1350         value of stream-type and session.
1351
1352 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1353
1354         * Version number is increased to 2.11.25.
1355
1356 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1357
1358         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1359         in a quit message.
1360
1361 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1362
1363         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1364         (wl-summary-redisplay-no-mime-internal): Ditto.
1365
1366 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1367
1368         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1369         * wl-vars.el (wl-smtp-connection-type): Ditto.
1370
1371 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1372
1373         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1374         for the separator line and quote mail-header-separator.
1375
1376 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1377
1378         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1379         result message.
1380
1381         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1382         `elmo-multiple-fields-body-list' with boundary as
1383         mail-header-separator.
1384
1385 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1386
1387         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1388
1389 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1390
1391         * wl-util.el (wl-list-diff): Remove unused function.
1392
1393         * wl-draft.el (wl-draft-send-confirm): Discard input before
1394         confirmation.
1395
1396 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1397
1398         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1399         order of flag and new.
1400
1401 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1402
1403         * wl-vars.el (wl-refile-policy-alist): Abolished.
1404
1405         * wl-action.el (wl-summary-set-action-refile): Follow the change
1406         above.
1407
1408 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * wl-highlight.el (wl-highlight-signature-search): Don't use
1411         re-search-backward for a long word since it is possible to crash
1412         XEmacs because of a bug.
1413
1414 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1415
1416         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1417
1418 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1419
1420         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1421         argument for wl-summary-sync-force-update.
1422
1423 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1424
1425         * wl-summary.el (wl-summary-mode-map): Revival of
1426         wl-summary-mark-as-important related bindings;
1427         Bind 'F','tF','mF','rF','m&'.
1428         (wl-summary-mark-as-important-region): Revival.
1429         (wl-summary-target-mark-mark-as-important): Ditto.
1430         (wl-summary-target-mark-operation): New function.
1431         (wl-summary-target-mark-mark-as-answered): Use it.
1432         (wl-summary-decide-flag): Don't set Important as default.
1433         (wl-summary-mark-as-important-internal): Revival.
1434         (wl-summary-mark-as-important): Ditto.
1435
1436         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1437
1438         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1439         instead of facep.
1440
1441 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1442
1443         * wl-dnd.el (wl-dnd-drop-func): Fix.
1444
1445         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1446         mouse-set-point instead of posn-point.
1447
1448         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1449
1450         * wl-mule.el (wl-completing-read-multiple): Ditto.
1451
1452 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1453
1454         * wl-demo.el (face-background-name): Defalias to avoid compile
1455         warning.
1456
1457 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1458
1459         * wl-summary.el (wl-summary-decide-flag): Use
1460         wl-completing-read-multiple instead of completing-read-multiple.
1461
1462         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1463         New alias.
1464
1465         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1466         Use face-background-name instead of face-background.
1467
1468         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1469
1470         * wl-summary.el (wl-summary-save): Use it.
1471         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1472
1473         * wl-mime.el (wl-mime-save-content): Fix last change.
1474
1475 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1476
1477         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1478         New function.
1479         (wl-summary-sort-specs): Added sort.
1480         * wl-mime.el (wl-mime-save-content): Expand file name.
1481
1482 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1483
1484         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1485
1486         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1487
1488 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1489
1490         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1491         for flag if it is not defined.
1492
1493 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-e21.el (wl-highlight-folder-current-line): Use
1496         elmo-folder-type-internal when elmo-folder-type returns nil.
1497
1498         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1499
1500         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1501
1502         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1503
1504         * wl-e21.el (wl-summary-toolbar): Ditto.
1505
1506         * wl-vars.el (wl-demo-background-color): Abolished.
1507         (wl-summary-persistent-mark-priority-list): Renamed from
1508         wl-summary-flag-priority-list.
1509         (wl-summary-flag-alist): New user option.
1510         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1511         (wl-message-mode-line-format-spec-alist): Added 'F'.
1512         (wl-message-mode-line-format): Likewise.
1513         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1514         instead of wl-summary-important-mark.
1515         (wl-file-folder-icon): New variable.
1516
1517         * wl-thread.el (wl-thread-set-flags): Renamed from
1518         wl-thread-mark-as-important.
1519
1520         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1521         warning.
1522         (wl-summary-mode-menu-spec): Follow the change of 
1523         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1524         (wl-summary-mode-map): Follow the change of
1525         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1526         (wl-summary-detect-mark-position): Follow the variable name change.
1527         (wl-summary-set-flags-region): New function for the replacement of
1528         wl-summary-mark-as-important-region.
1529         (wl-summary-sync-marks): Sync all global-flags.
1530         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1531         instead of elmo-message-flagged-p.
1532         (wl-summary-persistent-mark-string): Follow the variable name change;
1533         Put wl-summary-flag-mark if the message has global-flag.
1534         (wl-summary-target-mark-set-flags): Renamed from 
1535         wl-summary-target-mark-mark-as-important.
1536         (wl-summary-decide-flag): New function.
1537         (wl-summary-set-flags-internal): Renamed from
1538         wl-summary-mark-as-important-internal.
1539         (wl-summary-add-flags-internal): New function.
1540         (wl-summary-remove-flags-internal): Ditto.
1541         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1542         (wl-summary-mark-as-unimportant): Abolish.
1543         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1544         (wl-summary-next-message): List flagged messages in the msgdb.
1545
1546         * wl-score.el (wl-summary-score-update-all-lines): Use
1547         wl-summary-add-flags-internal instead of 
1548
1549         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1550
1551         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1552         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1553         (wl-message-buffer-require-all-header): Renamed from
1554         wl-message-buffer-all-header-flag (Ditto).
1555         (wl-message-buffer-flag-indicator): New variable.
1556         (wl-message-redisplay): Changed local varibale name from `flag' to
1557         `display-type'; Set up wl-message-buffer-flag-indicator.
1558         (wl-message-buffer-display): Changed varibale name from `flag' to
1559         `display-type'.
1560         (wl-message-display-internal): Likewise.
1561
1562         * wl-highlight.el (wl-highlight-demo-face): Define default background
1563         color.
1564         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1565
1566         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1567
1568         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1569         (wl-demo-setup-properties): Renamed from
1570         `wl-demo-set-background-color'.
1571         (wl-demo): Follow the change above.
1572         
1573         * Version number is increased to 2.11.24.
1574
1575 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1576
1577         * wl-summary.el (wl-summary-toggle-thread): Call
1578         `wl-summary-rescan' with disable-thread as non-nil.
1579         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1580
1581 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1582
1583         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1584         foreground property of the face.
1585         (wl-demo-insert-text): Don't set up face property here.
1586         (wl-demo): Call wl-demo-set-background-color, anyway.
1587
1588 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1589
1590         * wl-vars.el (wl-demo-background-color): The value can be nil.
1591
1592 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1593
1594         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1595         to wl-summary-wheel-dispatcher.
1596
1597         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1598         wl-message-wheel-dispatcher.
1599         (wl-message-wheel-dispatcher): New function.
1600         (wl-summary-wheel-dispatcher): Ditto.
1601
1602 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1603
1604         * wl-action.el (wl-summary-target-mark-all): List messages which are
1605         not in the killed-list.
1606
1607         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1608         only when the folder is 'flag/important.
1609
1610         * wl-address.el (wl-complete-field-body): Complete if the last
1611         character is a space.
1612
1613 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1614
1615         * wl-folder.el (wl-folder-clear-entity-info): Use
1616         elmo-clear-hash-val.
1617
1618         * wl-fldmgr.el (wl-fldmgr-rename): Set
1619         wl-folder-info-alist-modified as t.
1620
1621 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1622
1623         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1624
1625 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1626
1627         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1628         (wl-folder-buffer-last-visited-entity-id): New buffer local
1629         variable.
1630         (wl-folder-revisit-last-visited-folder): New function.
1631         (wl-folder-mode-map): Bind it to "C-i".
1632         (wl-folder-set-current-entity-id): Set last visited folder.
1633         * wl-summary.el (wl-summary-exit): Ditto.
1634
1635 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1638         before calling `recenter' in order to cope with an XEmacs bug.
1639
1640 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1641
1642         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1643         to the default value.
1644
1645 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1646
1647         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1648         change.
1649         (wl-summary-sync-marks): Ditto.
1650         (wl-summary-mark-as-read-internal): Ditto.
1651         (wl-summary-mark-as-answered-internal): Ditto.
1652         (wl-summary-mark-as-important-internal): Ditto.
1653         (wl-summary-reply): Ditto.
1654
1655         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1656         instead of `elmo-folder-unflag-answered'.
1657
1658         * Version number is increased to 2.11.23.
1659
1660         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1661         the last change.
1662
1663 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1664
1665         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1666         Specify "spam" or "good".
1667
1668 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1669
1670         * wl-spam.el (wl-summary-exec-action-spam): Call
1671         wl-folder-confirm-existence for spam folder.
1672         (wl-spam-setup): Bind "mk".
1673
1674 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1675
1676         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1677
1678 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1679
1680         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1681         destination folder is empty.
1682
1683 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1684
1685         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1686         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1687
1688         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1689         (wl-summary-refile-prev-destination-region): New function.
1690         (wl-thread-refile-prev-destination): Ditto.
1691         (wl-summary-target-mark-refile-prev-destination): Ditto.
1692
1693 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1694
1695         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1696         (wl-demo-background-color): Changed default value.
1697
1698         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1699         color.
1700
1701         * wl-demo.el (wl-demo-set-background-color): New function.
1702         (wl-demo): Call it.
1703
1704 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1705
1706         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1707         * wl-address.el (wl-address-add-or-change): Don't add empty
1708         address.
1709
1710 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1711
1712         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1713
1714 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1715
1716         * wl-vars.el (wl-demo-image-filter-alist): New variable
1717         (wl-demo-background-color): Ditto.
1718
1719         * wl-demo.el (wl-demo-xpm-set-background): New function.
1720         (wl-demo-image-filter): Ditto.
1721         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1722
1723         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1724
1725         * wl-demo.el (wl-demo-icon-name): Define as function.
1726         (wl-demo-insert-image): Use it.
1727
1728 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1729
1730         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1731
1732 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1733
1734         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1735
1736 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1737
1738         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1739
1740 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1741
1742         * wl-thread.el (wl-thread-mark-as-answered): New function.
1743
1744         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1745         answered" entry.
1746         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1747         "r&" and wl-thread-mark-as-answered to "t&".
1748         (wl-summary-mark-as-important-region): Refine to toggle mark.
1749         (wl-summary-mark-as-answered-region): New function.
1750         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1751         and 3rd argument.
1752         (wl-summary-mark-as-important-internal): Likewise.
1753
1754 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1755
1756         * wl-template.el (wl-template-preview): New internal variable.
1757         (wl-template-preview-p): New function.
1758         (wl-template-show): Bind `wl-template-preview' as t.
1759
1760 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1761
1762         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1763         `elmo-message-entity-field' with 3rd argument which is non-nil.
1764
1765 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1766
1767         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1768         Removed duplicate local bind `folder'.
1769
1770 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1771
1772         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1773
1774 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1775
1776         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1777         duplicate definition.
1778
1779 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1780
1781         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1782         non-nil, use it; Don't fetch message if there's no message in the
1783         current cursor position.
1784
1785 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1786
1787         * wl-util.el (wl-region-exists-p): Use region-active-p.
1788         (wl-deactivate-region): New function.
1789         * wl-message.el (wl-message-redisplay): Deactivate region.
1790
1791         * wl-summary.el (wl-summary-reply): Call
1792         `wl-summary-set-message-buffer-or-redisplay' instead of
1793         `wl-summary-redisplay-internal', don't move point.
1794
1795 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1796
1797         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1798         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1799         by regexp.
1800
1801 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1802
1803         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1804         if no need.
1805
1806 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1807
1808         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1809         default value to nil.
1810         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1811         `wl-summary-prepare-hook'; Replace refile action to
1812         `wl-summary-exec-action-refile-with-register'.
1813
1814         * Version number is increased to 2.11.22.
1815
1816 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1817
1818         * wl-summary.el (wl-summary-detect-mark-position): Set
1819         `wl-summary-buffer-weekday-name-lang'.
1820
1821 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1822
1823         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1824         (wl-summary-mark-as-read-all): Ditto.
1825         (wl-summary-delete-messages-on-buffer): Ditto.
1826         (wl-summary-sync-update): Ditto.
1827         (wl-summary-mark-as-read-internal): Ditto.
1828         (wl-summary-mark-as-answered-internal): Ditto.
1829         (wl-summary-update-folder-info): Abolished.
1830
1831 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1832
1833         * wl-summary.el (wl-summary-mark-as-read-all): Use
1834         `wl-summary-update-folder-info' instead of
1835         `wl-folder-update-unread'.
1836
1837 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1838
1839         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1840         `wl-summary-folder-info-update'.
1841         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1842         instead of `wl-summary-folder-info-update'.
1843         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1844         `wl-folder-set-folder-updated'.
1845         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1846         instead of `wl-folder-update-unread'.
1847         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1848         the value of `wl-summary-buffer-unread-count' for the second parameter of
1849         `wl-folder-update-unread'.
1850
1851         * Version number is increased to 2.11.21.
1852
1853 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1854
1855         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1856         a local variable.
1857
1858 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1859
1860         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1861         interactively.
1862
1863         * wl-summary.el (wl-summary-mark-as-important-internal): New
1864         internal function.
1865         (wl-summary-mark-as-important): Use it.
1866         (wl-summary-mark-as-unimportant): New function.
1867         (wl-summary-sync-marks): Follow the API change.
1868
1869         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1870
1871         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1872
1873 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1874
1875         * wl-folder.el (wl-folder-update-unread): Re-indent.
1876         Narrow the scope of a local variable.
1877
1878 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1879
1880         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1881         (wl-addrmgr-merge-entries): Ditto.
1882         (wl-addrmgr): Added to address entry which exists in draft buffer
1883         if no entry is in original.
1884
1885 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1886
1887         * wl-batch.el: New file.
1888
1889 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1890
1891         * wl-vars.el (wl-use-semi): Remove unused variable.
1892
1893 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1894
1895         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1896         "?".
1897
1898 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1901         wl-summary-new-mark.
1902         (wl-summary-new-cached-mark): New user option.
1903         (wl-summary-score-marks): Follow the change above.
1904         (wl-summary-auto-refile-skip-marks): Ditto.
1905         (wl-summary-incorporate-marks): Ditto.
1906         (wl-summary-expire-reserve-marks): Ditto.
1907
1908         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1909
1910         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1911         (wl-summary-persistent-mark-string): Distinguished between cached
1912         and uncached mark when the message is new.
1913
1914 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1915
1916         * wl-spam.el (wl-spam-domain): Renamed from
1917         `wl-spam-folder-guess-domain'.
1918         (wl-summary-exec-action-spam): Register as spam if domain of the
1919         source folder is good.
1920         (wl-summary-exec-action-refile-with-register): Register message if
1921         domain of the source folder is not undecided.
1922
1923 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1924
1925         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1926         detect thread loop.
1927
1928 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1929
1930         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1931         and wl-summary-skip-mark-list.
1932
1933 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1934
1935         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1936
1937         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1938
1939         * wl-spam.el (toplevel): Require wl-highlight.
1940         (wl-spam-auto-check-policy-alist): Abolish.
1941         (wl-spam-auto-check-folder-regexp-list): New user option.
1942         (wl-spam-auto-check-marks): Ditto.
1943         (wl-spam-mark-action-list): Ditto.
1944         (wl-highlight-summary-spam-face): New face.
1945         (wl-spam-auto-check-message-p): New function.
1946         (wl-spam-map-spam-messages): Fixed message.
1947         (wl-spam-register-spam-messages): Ditto.
1948         (wl-spam-register-good-messages): Ditto.
1949         (wl-summary-spam-map): Add and remove keybind.
1950         (wl-summary-target-mark-spam): Abolish.
1951         (wl-summary-refile-spam): Ditto.
1952         (wl-summary-test-spam): New function.
1953         (wl-summary-mark-spam): Ditto.
1954         (wl-summary-auto-check-spam): Follow the above change.
1955         (wl-summary-exec-action-spam): New function.
1956         (wl-summary-exec-action-refile-with-register): Fixed message.
1957         (wl-message-check-spam): New function.
1958         (wl-spam-setup): Ditto.
1959         (toplevel): Call it if this file is loaded interactivity.
1960
1961         * Version number is increased to 2.11.20.
1962
1963 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1964
1965         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1966         when new optional argument `force' is non nil or modified.
1967
1968 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1969
1970         * wl.el (toplevel): Require wl-spam when compile.
1971         (wl-save-status): Call wl-spam-save-status.
1972
1973         * wl-spam.el (wl-spam-register-spam-messages): New function.
1974         (wl-spam-register-good-messages): Ditto.
1975         (wl-spam-save-status): Ditto.
1976         (wl-summary-mode-map): Bind
1977         wl-summary-target-mark-register-as-spam to "ms" and
1978         wl-summary-target-mark-register-as-good to "mn".
1979         (wl-summary-register-as-spam): Abolish optional argument; Use
1980         wl-spam-register-spam-messages.
1981         (wl-summary-register-as-spam-all): Use
1982         wl-spam-register-spam-messages.
1983         (wl-summary-register-as-good): Abolish optional argument; Use
1984         wl-spam-register-good-messages.
1985         (wl-summary-register-as-good-all): Use
1986         wl-spam-register-good-messages.
1987         (wl-summary-target-mark-register-as-spam): New funtion.
1988         (wl-summary-target-mark-register-as-good): Ditto.
1989
1990 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1991
1992         * wl-spam.el: New file.
1993
1994 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1995
1996         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1997
1998         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1999         (wl-summary-auto-refile): Call wl-refile-guess with
2000         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2001
2002 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2003
2004         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2005         with disable-thread argument non-nil.
2006
2007 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2008
2009         * wl-summary.el (wl-summary-rescan): Added optional argument
2010         disable-thread.
2011         (wl-summary-sync): Call wl-summary-rescan with argument
2012         disable-thread.
2013         (wl-summary-input-range): Added new range `rescan-thread'.
2014
2015 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2016
2017         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2018
2019 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2020
2021         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2022         internal variable.
2023         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2024         wl-summary-search-parent-by-subject-regexp and
2025         wl-summary-divide-thread-when-subject-changed as nil.
2026         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2027         (wl-summary-insert-thread): Search parent entity from
2028         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2029         thread loop.
2030
2031 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2032
2033         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2034
2035         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2036
2037         * wl-util.el (wl-require-update-all-folder-p): New function.
2038         (wl-get-assoc-list-value): Added `function' to match directive.
2039         (wl-collect-draft): Rewrite.
2040
2041         * wl-summary.el (wl-summary-sync-update): Clear faces
2042         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2043         are non-nil.
2044         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2045         argument as function.
2046         (wl-summary-input-range): Ditto.
2047
2048         * wl-folder.el (wl-draft-get-folder): New function.
2049         (wl-folder-get-elmo-folder): Consider draft folder.
2050
2051         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2052         (wl-draft-buffer-message-number): New buffer local variable.
2053         (wl-draft-folder-internal): New internal variable.
2054         (wl-draft-delete): Rewrite.
2055         (wl-draft-save): Ditto.
2056         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2057         wl-folder-get-elmo-folder.
2058         (wl-draft-config-info-operation): Ditto.
2059         (wl-jump-to-draft-folder): Ditto.
2060         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2061         (wl-draft-reedit): Rewrite.
2062
2063         * Version number is increased to 2.11.19.
2064         
2065 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2066
2067         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2068         variable.
2069
2070 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2071
2072         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2073         Use ignore-errors instead of unwind-protect.
2074
2075 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2076
2077         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2078         for updating `wl-thread-entity-list'.
2079
2080 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2081
2082         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2083         parameter from calling `wl-thread-entity-get-older-brothers' and
2084         `wl-thread-entity-get-younger-brothers'.
2085         Replace nested `append' with a single one.
2086
2087 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2088
2089         * wl-summary.el (wl-summary-mode): Don't use the return value of
2090         `make-local-hook'.
2091
2092 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2093
2094         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2095         instead of `let*'.
2096         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2097         of local variables.
2098
2099 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2100
2101         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2102         Renamed from wl-summary-window-scroll-functions.
2103         (wl-summary-window-scroll-functions): Don't set to variable.
2104         (wl-summary-display-top): Use run-hooks.
2105         (wl-summary-display-bottom): Ditto.
2106         (wl-summary-toggle-disp-msg): Ditto.
2107         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2108         Use it instead of wl-summary-window-scroll-functions.
2109         (wl-summary-goto-folder-subr): Don't call
2110         wl-summary-window-scroll-functions, use
2111         wl-summary-buffer-window-scroll-functions instead.
2112
2113 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2114
2115         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2116         make-local-variable.
2117
2118 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2119
2120         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2121         set-buffer-modified-p.
2122         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2123         (wl-summary-display-bottom): Ditto.
2124         (wl-summary-toggle-disp-msg): Ditto.
2125
2126 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2127
2128         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2129
2130         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2131         (wl-summary-forward): Use elmo-message-entity-field instead of
2132         elmo-message-field.
2133
2134         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2135
2136 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2137
2138         * wl-summary.el (wl-summary-window-scroll-functions): No use
2139         `append'.
2140
2141 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2142
2143         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2144         function.
2145         (wl-summary-window-scroll-functions): Call it when both
2146         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2147         (wl-summary-temp-mark): Added optional argument number.
2148         (wl-summary-message-mark): Added optional argument flag.
2149         (wl-summary-persistent-mark): Added optional argument number and flag.
2150         (wl-summary-update-persistent-mark): Ditto.
2151         (wl-summary-update-status-marks): Set "r" for interactive spec.
2152
2153         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2154         argument number and flag.
2155
2156         * wl-action.el (wl-summary-registered-temp-mark): 
2157         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2158
2159 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2160
2161         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2162         internal variable (buffer local).
2163         (wl-summary-window-scroll-functions): New function.
2164         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2165         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2166         as nil.
2167         (wl-summary-update-status-marks): Added arguments beg, end and
2168         check.
2169         (wl-summary-update-mark-window): Use function.
2170         (wl-summary-sync-update): Follow the change above.
2171         (wl-summary-switch-to-clone-buffer): Copy
2172         wl-summary-buffer-unsync-mark-number-list.
2173         (wl-summary-goto-folder-subr): Set
2174         wl-summary-buffer-unsync-mark-number-list and
2175         use wl-summary-window-scroll-functions instead of
2176         wl-summary-lazy-highlight.
2177
2178         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2179
2180 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2181
2182         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2183
2184         * wl-summary.el (wl-summary-update-persistent-mark): Call
2185         wl-summary-set-message-modified.
2186
2187         * wl-summary.el (wl-summary-sync-update): Don't call
2188         wl-summary-update-status-marks.
2189
2190         * Version number is increased to 2.11.18.
2191
2192 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2193
2194         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2195         (wl-message-next-page): Ditto.
2196
2197 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2198
2199         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2200         local variable.  Change the order of a collected list into the
2201         same as the specified range.  Remove nil from a collected list.
2202
2203 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2204
2205         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2206         argument for elmo-folder-list-messages.
2207
2208 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2209
2210         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2211         change (wl-summary-count-unreads return a list instead of a cons
2212         cell).
2213
2214 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2215
2216         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2217         `wl-summary-folder-info-update'.
2218
2219 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2220
2221         * wl-summary.el (wl-summary-set-message-modified): No use
2222         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2223         (wl-summary-set-mark-modified): Abolish.
2224         (wl-summary-mark-modified-p): Ditto.
2225         (wl-summary-save-view): Follow the change above.
2226
2227         * wl-expire.el (wl-summary-expire): Likewise.
2228
2229 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2230
2231         * wl-summary.el (wl-summary-detect-mark-position): Use
2232         modb-entity-handler.
2233         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2234
2235         * Version number is increased to 2.11.17.
2236
2237 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2238
2239         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2240         entity field value.
2241         (wl-summary-prefetch-msg): Ditto.
2242         (wl-summary-print-message-with-ps-print): Ditto.
2243
2244 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2245
2246         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2247         for dummy entity.
2248         (wl-summary-insert-thread): Use elmo-message-entity-field.
2249         (wl-summary-update-thread): Use elmo-message-entity-field and
2250         elmo-message-entity-number.
2251         (wl-summary-line-number):  Use elmo-message-entity-number.
2252         (wl-summary-line-size): Use elmo-message-entity-field.
2253         (wl-summary-line-subject): Ditto.
2254         (wl-summary-line-from): Ditto.
2255         (wl-summary-line-attached): Ditto.
2256         (wl-summary-create-line): Ditto.
2257         (wl-summary-create-line): Use elmo-message-entity-number.
2258         (wl-summary-print-message-with-ps-print): Use
2259         elmo-message-entity-field.
2260
2261 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2262
2263         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2264         change in elmo-msgdb-make-message-entity.
2265         (wl-summary-buffer-set-folder): Don't call
2266         wl-summary-detect-mark-position here.
2267         (wl-summary-rescan): Call elmo-message-entity-number.
2268         (wl-summary-sync-update): Ditto.
2269         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2270
2271         * wl-score.el (wl-score-header-index): Redefine 2th element.
2272         (wl-score-overview-entity-get-extra): Abolish.
2273         (wl-score-ov-entity-get): Rewrite.
2274         (wl-score-string-index<, wl-score-string-func<): Abolish.
2275         (wl-score-string<): New function.
2276         (wl-score-string-sort): Use it.
2277
2278         * wl-refile.el (wl-refile-guess-by-history): Use
2279         elmo-message-entity-field.
2280         (wl-refile-guess-by-from): Ditto.
2281         (wl-refile-guess-by-msgid): Ditto.
2282
2283         * Version number is increased to 2.11.16.
2284
2285 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2286
2287         * wl-folder.el (wl-folder-confirm-existence): Don't call
2288         file-exists-p if msgdb-path is nil.
2289         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2290         `wl-read-folder-hist' to `wl-read-folder-history'.
2291
2292 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2293
2294         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2295         `y-or-n-p'.
2296
2297 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2298
2299         * wl-score.el (wl-score-headers): Don't use
2300         elmo-folder-do-each-message-entity.
2301
2302         * Version number is increased to 2.11.15.
2303
2304 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2305
2306         * wl-summary.el (wl-summary-delete-all-msgs): Use
2307         elmo-folder-move-messages instead of elmo-folder-delete-messages
2308         and elmo-folder-detach-messages.
2309         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2310
2311         * wl-expire.el (wl-expire-delete): Ditto.
2312         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2313
2314 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2315
2316         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2317         (wl-message-header-narrowing-fields): Ditto.
2318         (wl-message-header-narrowing-lines): Ditto.
2319         (wl-message-header-narrowing-string): Ditto.
2320
2321         * wl-summary.el (wl-summary-mode-map): Bind
2322         wl-summary-toggle-header-narrowing to "C-cC-f".
2323         (wl-summary-toggle-header-narrowing): New function.
2324
2325         * wl-message.el (wl-message-buffer-create): Call
2326         wl-message-header-narrowing-setup.
2327         (wl-message-redisplay): Call wl-message-header-narrowing.
2328         (wl-message-header-narrowing): New function.
2329         (wl-message-header-narrowing-map): New keymap.
2330         (wl-message-header-narrowing-widen-map): New keymap.
2331         (wl-message-header-narrowing-again-at-mouse): New function.
2332         (wl-message-header-narrowing-1): Ditto.
2333         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2334         (wl-message-header-narrowing-setup): Ditto.
2335         (wl-message-header-narrowing-toggle): Ditto.
2336         
2337         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2338
2339         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2340         'flag as all.
2341         (wl-use-flag-folder-help-echo): New user option.
2342
2343         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2344         wl-summary-highlight as nil.
2345         (wl-summary-set-mark-modified): Follow the API change.
2346         (wl-summary-mark-modified-p): Ditto.
2347         (wl-summary-mark-as-read-all): Ditto.
2348         (wl-summary-sync-marks): Don't call
2349         elmo-folder-list-messages-with-global-mark.
2350         (wl-summary-mark-as-read-internal): Follow the API change.
2351         (wl-summary-mark-as-answered-internal): Ditto.
2352         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2353         Follow the API change.
2354         (wl-summary-create-line): Call with number argument.
2355         (wl-summary-reply): Follow the API change.
2356
2357         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2358         function.
2359         (wl-highlight-summary-line-string): Call it when
2360         wl-use-flag-folder-help-echo is non-nil.
2361         (wl-highlight-summary-current-line): Ditto.
2362         (elmo-flag-folder-referrer): Added autoload setting.
2363
2364         * wl-draft.el (wl-draft-kill): Follow the API change.
2365
2366         * Version number is increased to 2.11.14.
2367         
2368 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2369
2370         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2371
2372 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2373
2374         * Version number is increased to 2.11.13.
2375
2376 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2377
2378         * wl-draft.el (wl-draft-previous-history-element): Fixed
2379         unbalanced parenthesis and bind unbound local variables.
2380
2381 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2382
2383         * wl-draft.el (wl-draft-previous-history-element): New function.
2384         (wl-draft-next-history-element): Ditto.
2385         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2386         them to M-p and M-n.
2387
2388 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2389
2390         * Version number is increased to 2.11.12.
2391
2392 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2393
2394         * wl-draft.el (wl-draft-hide): Select buffer-window.
2395
2396 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2397
2398         * wl-summary.el (wl-summary-narrow-to-region): New function.
2399         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2400         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2401         (wl-summary-save-region): Use it.
2402         * wl-action.el (wl-summary-collect-numbers-region)
2403         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2404
2405 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2406
2407         * wl-folder.el (wl-folder-count-incorporates): Don't use
2408         `elmo-msgdb-mark-load'
2409
2410         * Version number is increased to 2.11.11.
2411
2412 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2413
2414         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2415         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2416
2417 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2418
2419         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2420
2421 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2422
2423         * Version number is increased to 2.11.10.
2424
2425 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * wl-mime.el (wl-draft-attribute-value): Fixed.
2428
2429 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2430
2431         * wl-util.el (wl-copy-local-variables): New function.
2432
2433         * wl-mime.el (wl-draft-attribute-recipients): New function.
2434         (wl-draft-attribute-envelope-from): Ditto.
2435         (wl-draft-attribute-smtp-posting-server): Ditto.
2436         (wl-draft-attribute-smtp-posting-port): Ditto.
2437         (wl-draft-attribute-value): Ditto.
2438         (wl-draft-preview-message): Use it to get value for
2439         attributes. Reflect result of `wl-draft-config'.
2440
2441         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2442         and call `wl-summary-mark-as-read' before to call
2443         `wl-summary-unset-mark'.
2444         (wl-summary-target-mark-mark-as-unread): Likewise.
2445         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2446
2447 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2448
2449         * wl-mime.el (wl-draft-preview-message): Use actual value for
2450         attributes; Fix for small window.
2451
2452 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2453
2454         * wl-refile.el (wl-refile-get-field-value): Call
2455         `elmo-message-entity-field' with 3rd argument is non-nil.
2456
2457 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2458
2459         * wl-vars.el (wl-draft-preview-attributes): New user option.
2460         (wl-draft-preview-attributes-list): Ditto.
2461         (wl-draft-preview-attributes-buffer-lines): Ditto.
2462         (wl-draft-preview-attributes-buffer-name): Ditto.
2463
2464         * wl-mime.el (wl-draft-preview-message): Display attributes.
2465
2466 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2467
2468         * wl-summary.el (wl-summary-detect-mark-position): Bind
2469         wl-summary-flag-priority-list to '(new).
2470
2471 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2472
2473         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2474         funtion.
2475         (wl-highlight-summary-line-string): Use it.
2476         (wl-highlight-summary-current-line): Ditto.
2477
2478 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2479
2480         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2481         line even when the mark string is not changed.
2482
2483         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2484         argument change in the wl-summary-create-line.
2485         (wl-thread-insert-entity-sub): Ditto.
2486
2487         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2488         argument change in the wl-summary-create-line.
2489         (wl-summary-insert-sequential): Ditto.
2490         (wl-summary-update-thread): Ditto.
2491         (wl-summary-persistent-mark-string): New inline function.
2492         (wl-summary-message-mark): Use it.
2493         (wl-summary-create-line): Abolish argument wl-persistent-mark
2494         and added wl-flags, wl-cached.
2495
2496         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2497         mark to flags.
2498         (wl-highlight-summary-current-line): Decide the face not by the 
2499         persistent mark but flags.
2500
2501 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2502
2503         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2504         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2505         wl-summary-read-uncached-mark): Revive.
2506         (wl-summary-answered-cached-mark,
2507         wl-summary-answered-uncached-mark): New user option.
2508         (wl-summary-score-marks): Follow the change above.
2509         (wl-summary-auto-refile-skip-marks): Ditto.
2510         (wl-summary-incorporate-marks): Ditto.
2511         (wl-summary-expire-reserve-marks): Ditto.
2512         (wl-summary-flag-priority-list): New user option.
2513
2514         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2515         changes.
2516         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2517         of elmo-message-mark.
2518         (wl-summary-mark-as-read-internal): Ditto.
2519         (wl-summary-mark-as-answered): Ditto.
2520         (wl-summary-mark-as-important): Ditto.
2521         (wl-summary-redisplay-internal): Ditto.
2522         (wl-summary-redisplay-no-mime-internal): Ditto.
2523         (wl-summary-message-mark): New function.
2524         (wl-summary-insert-sequential): Use wl-summary-message-mark
2525         instead of elmo-message-mark.
2526         (wl-summary-update-thread): Ditto.
2527         (wl-summary-persistent-mark): Ditto.
2528         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2529         instead of elmo-message-mark.
2530
2531         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2532         wl-summary-message-mark instead of elmo-message-mark.
2533         (wl-thread-insert-entity-sub): Ditto.
2534         (wl-thread-get-children-msgs-uncached): Ditto.
2535
2536         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2537         variable name changes.
2538         (wl-highlight-summary-current-line): Ditto.
2539
2540         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2541         wl-summary-message-mark instead of elmo-message-mark.
2542
2543         * wl-expire.el (wl-expire-message-p): Ditto.
2544
2545         * wl-score.el (wl-score-headers): Ditto.
2546
2547         * Version number is increased to 2.11.9.
2548
2549         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2550         (wl-summary-sync-update): Follow the change above.
2551         (wl-summary-switch-to-clone-buffer): Ditto.
2552         (wl-summary-open-folder): Ditto.
2553
2554 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2555
2556         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2557         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2558
2559         * Version number is increased to 2.11.8.
2560
2561         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2562
2563         * wl-expire.el (wl-expire-refile): Follow the API change on
2564         `elmo-folder-move-messages'.
2565         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2566
2567         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2568         (wl-summary-exec-action-refile): Ditto.
2569         (wl-summary-exec-action-copy): Ditto.
2570         (wl-summary-no-auto-refile-message-p): No use
2571         `wl-summary-buffer-msgdb'.
2572         (wl-summary-auto-refile): Ditto.
2573
2574 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2575
2576         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2577
2578 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2579
2580         * wl-summary.el (wl-summary-sync): Treat no-sync.
2581
2582         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2583         (wl-default-sync-range): Ditto.
2584
2585 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2586
2587         * wl-refile.el (wl-refile-subject-learn): Call
2588         `elmo-message-entity-field' with 3rd argument is non-nil.
2589         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2590         instead of `elmo-msgdb-overview-entity-get-subject'.
2591
2592 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2593
2594         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2595         scan-type is rescan.
2596         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2597         new optional argument force is non-nil.
2598         (wl-summary-save-view-cache): Call it with force argument non-nil.
2599
2600         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2601
2602 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2603
2604         * wl-action.el (wl-summary-print-argument): Fixed last change.
2605
2606 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2607
2608         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2609         simplified.
2610         (wl-summary-target-mark-mark-as-unread): Likewise.
2611         (wl-summary-target-mark-mark-as-important): Likewise.
2612
2613 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2614
2615         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2616         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2617         (wl-summary-mark-as-important-region): Change accordingly.
2618         (wl-summary-target-mark-mark-as-important): Ditto.
2619
2620 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2621
2622         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2623
2624         * wl-action.el (wl-summary-print-argument): Print argument to
2625         right side of window if `wl-summary-print-argument-within-window'
2626         is non-nil.
2627
2628 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2629
2630         * wl-action.el (wl-summary-set-mark): Use
2631         `wl-summary-message-visible-p' to check visibility of the message
2632         and jump to message only when the message line is visible and have
2633         different number; Call wl-summary-unset-mark with number argument.
2634         (wl-summary-unset-mark): 
2635         Use `wl-summary-message-visible-p'
2636         to check visibility of the message and jump to message only when
2637         the message line is visible and have different number;
2638
2639 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2640
2641         * Version number is increased to 2.11.7.
2642
2643         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2644         and wl-folder-summary-line-format.
2645
2646         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2647         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2648         (wl-summary-set-score-mark): Use it.
2649         (wl-summary-target-mark-mark-as-read): Ditto.
2650         (wl-summary-target-mark-mark-as-unread): Ditto.
2651         (wl-summary-target-mark-mark-as-important): Ditto.
2652         (wl-summary-target-mark-msgs): Simplified.
2653         (wl-summary-detect-mark-position): Fixed problem when
2654         summary-line-format no contain persisten/temp mark spec.
2655         (wl-summary-temp-mark): Ditto.
2656         (wl-summary-persistent-mark): Ditto.
2657         (wl-summary-update-persistent-mark): Ditto.
2658
2659         * wl-action.el (wl-summary-set-mark): Ditto.
2660         (wl-summary-unset-mark): Ditto.
2661         All other related portions are changed.
2662
2663 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2664
2665         * Version number is increased to 2.11.6.
2666
2667 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2668
2669         * wl-util.el (wl-current-message-buffer): Define as function;
2670         Don't use the value of wl-messge-buffer.
2671
2672         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2673         persistent mark.
2674
2675         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2676         no current message, cause an error.
2677
2678 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2679
2680         * wl-summary.el (wl-summary-set-message-modified): Use
2681         elmo-folder-set-message-modified instead of
2682         elmo-folder-set-message-modified-internal.
2683
2684 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2685
2686         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2687         interactively.
2688         (wl-summary-sync): nokill->entirely.
2689         (wl-summary-sync-marks): Fixed message.
2690         (wl-summary-input-range): Added mark, nokill->entirely.
2691
2692         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2693         messages as read.
2694
2695 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2696
2697         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2698         update-noscore.
2699         (wl-summary-sync): Follow the change above.
2700
2701 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2702
2703         * wl-action.el (wl-summary-target-mark-all): Use
2704         elmo-folder-list-messages.
2705
2706 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2707
2708         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2709         (wl-summary-rescan): Set wl-summary-scored as nil.
2710         (wl-summary-sync-force-update): Follow the change above.
2711         (wl-summary-sync): Ditto.
2712         (wl-summary-sync-update): Added argument disable-killed.
2713         (wl-summary-insert-headers): Set visible-only argument for
2714         elmo-folder-list-messages.
2715         (wl-summary-input-range): Added update-nokill, update-noscore,
2716         all-nokill, all-noscore and mark.
2717
2718         * Version number is increased to 2.11.5.
2719
2720         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2721
2722 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2723
2724         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2725         (wl-summary-prefetch-region-no-mark): Change accordingly.
2726         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2727
2728 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2729
2730         * wl-address.el (wl-complete-field-to): Abolished.
2731         (wl-complete-address): Completion function for completing-read.
2732         * wl-action.el (wl-summary-get-resend-address): Use it.
2733
2734         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2735         wl-summary-update-mark and abolish unused argument.
2736         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2737         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2738         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2739         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2740         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2741         * wl-draft.el (wl-draft-kill): Ditto.
2742
2743         * wl-summary.el: Remove unused binding of case-fold-search.
2744         (wl-summary-replace-status-marks): Abolished.
2745
2746 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2747
2748         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2749         is specified or folder length is zero.
2750
2751 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2752
2753         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2754         (wl-folder-archive-current-entity): Ditto.
2755
2756 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2757
2758         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2759         retrieving message mark.
2760         (wl-summary-redisplay-internal): Ditto.
2761
2762         * wl-message.el (wl-message-buffer-display): Ignore errors while
2763         retrieving message-id field.
2764
2765         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2766         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2767         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2768         order of the arguments for `wl-expire-message-p'.
2769         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2770
2771         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2772         Check return value of wl-summary-reply.
2773         (wl-summary-reply): Recover window configuration when an error occured.
2774
2775 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2776
2777         * wl-summary.el (wl-summary-resend-message): Abolished, the
2778         feature is inherited by wl-summary-resend (put resend mark).
2779
2780 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2781
2782         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2783         wl-message-buffer to nil when the message is hide.
2784
2785 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2786
2787         * .cvsignore: New file.
2788
2789 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2790
2791         * wl-action.el (wl-summary-action-docstring): Add more info.
2792         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2793         duplicate definition.
2794         (wl-summary-define-mark-action): Functions wl-summary-*-region
2795         keep current position.
2796         (wl-summary-unregister-target-mark): Store result to the variable.
2797
2798 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2799
2800         * Version number is increased to 2.11.4.
2801
2802 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2803
2804         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2805         wl-summary-delete-all-temp-marks.
2806         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2807
2808         * wl-action.el (wl-summary-set-mark): Changed terminology
2809         refile-destination -> action-argument.
2810         (wl-summary-unset-mark): Ditto.
2811         (wl-summary-remove-argument): Ditto.
2812         (wl-summary-print-argument): Ditto.
2813
2814         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2815         (wl-thread-remove-argument-region): Ditto.
2816         (wl-thread-print-argument-region): Ditto.
2817         (wl-thread-close): Ditto.
2818         (wl-thread-open): Ditto.
2819
2820         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2821         (wl-highlight-refile-destination-face is abolished)
2822         (wl-highlight-action-argument-string): Ditto.
2823         (wl-highlight-summary-current-line): Highlight action argument.
2824
2825         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2826         color for light backgrounds.
2827         (wl-highlight-summary-answered-face): Ditto.
2828
2829 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2830
2831         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2832
2833         * wl-score.el (wl-summary-score-update-all-lines): Use
2834         wl-summary-set-mark.
2835         (wl-summary-score-update-all-lines): Kill expunged messages.
2836
2837         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2838
2839 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2840
2841         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2842         directly.
2843         (wl-score-overview-entity-get-lines): Ditto.
2844         (wl-score-overview-entity-get-xref): Ditto.
2845         (wl-score-get-latest-msgs): Ditto.
2846         (wl-summary-rescore): Ditto.
2847
2848         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2849         to "&".
2850         (wl-summary-mark-as-answered-internal): New inline function.
2851         (wl-summary-mark-as-answered): New function.
2852         (wl-summary-mark-as-unanswered): Ditto.
2853         (wl-summary-sync-marks): Modified for answered-mark synching.
2854
2855 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2856
2857         * wl-action.el (wl-summary-set-mark): Fixed last change.
2858
2859 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2860
2861         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2862         behavior of wl-summary-unread-message-hook
2863         (Pointed out by akira yamada <akira@arika.org>).
2864
2865 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2866
2867         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2868         wl-summary-delete.
2869         * wl-xmas.el (wl-summary-toolbar): Ditto.
2870
2871         * wl-action.el (wl-summary-set-mark): Don't override current
2872         temp-mark.
2873
2874         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2875
2876 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2877
2878         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2879         (wl-refile-msgid-learn): Ditto.
2880         (wl-refile-get-field-value): Ditto.
2881
2882         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2883
2884         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2885         (wl-expire-delete-reserved-messages): Renamed from
2886         wl-expire-reserve-marked-msgs-from-list.
2887         (wl-expire-delete): Removed argument `msgdb'.
2888         (wl-expire-refile): Ditto.
2889         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2890         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2891         mark-alist as argument.
2892         (wl-expire-archive-number1): Removed argument `msgdb'.
2893         (wl-expire-archive-number2): Ditto.
2894         (wl-expire-archive-date): Ditto.
2895         (wl-expire-localdir-date): Ditto.
2896         (wl-expire-hide): Ditto.
2897         (wl-archive-number1): Ditto.
2898         (wl-archive-number2): Ditto.
2899         (wl-archive-date): Ditto.
2900         (wl-archive-folder): Ditto.
2901         All other related portions are changed.
2902
2903 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2904
2905         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2906         mean move up and down. (suggested by Takashi Kawachi)
2907
2908 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2909
2910         * wl-acap.el (toplevel): Don't require un-define.
2911
2912 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2913
2914         * wl-thread.el (wl-thread-delete-message): Always update
2915         wl-summary-buffer-number-list.
2916
2917         * wl-action.el (wl-summary-print-destination): 
2918         Do nothing when folder is nil.
2919
2920 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2921
2922         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2923         persistent mark when prefetch is succeeded.
2924
2925 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2926
2927         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2928         instead of elmo-msgdb-delete-msgs.
2929         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2930         (wl-expire-hide): Ditto.
2931
2932         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2933
2934         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2935         elmo-msgdb interface.
2936         (wl-thread-get-exist-children): Likewise.
2937         (wl-thread-insert-message): Likewise.
2938         (wl-thread-msg-mark-as-important): Likewise.
2939         (wl-thread-insert-entity-sub): Likewise.
2940         (wl-thread-get-children-msgs-uncached): Likewise.
2941
2942         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2943         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2944         (wl-summary-sync-update): Likewise.
2945         (wl-summary-auto-select-msg-p): Likewise.
2946         (wl-summary-update-thread): Likewise.
2947         (wl-summary-mark-as-important): Likewise.
2948         (wl-summary-jump-to-msg-internal): Likewise.
2949         (wl-summary-redisplay-internal): Likewise.
2950         (wl-summary-print-message-with-ps-print): Likewise.
2951         (wl-summary-folder-info-update): Likewise.
2952
2953         * wl-folder.el (wl-folder-check-one-entity):
2954         elmo-folder-count-flags instead of wl-summary-count-unread.
2955
2956         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2957
2958         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2959
2960         * wl-summary.el (wl-summary-set-message-modified): 
2961         Call wl-summary-set-mark-modified.
2962         (wl-summary-delete-messages-on-buffer): Call
2963         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2964         (wl-summary-sync-update): Call elmo-folder-length instead of
2965         elmo-folder-messages.
2966         (wl-summary-insert-headers): Don't call
2967         elmo-folder-list-message-entities.
2968
2969 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970
2971         * wl-action.el (wl-summary-define-mark-action): Call
2972         `wl-summary-set-mark' with argument `data'.
2973         (wl-summary-auto-refile): Fixed order of arguments when call
2974         `wl-summary-refile'.
2975
2976 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2977
2978         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2979
2980         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2981
2982         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2983         (Renamed from wl-highlight-summary-deleted-face).
2984         (wl-highlight-summary-resend-face): New face.
2985
2986         (wl-highlight-summary-deleted-face): Renamed from
2987         wl-highlight-summary-erased-face.
2988
2989         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2990
2991         * wl-action.el (wl-summary-get-resend-address): New function.
2992         (wl-summary-exec-action-resend): Ditto.
2993         (wl-summary-exec-action-resend-subr): Ditto.
2994
2995         * w-thread.el (wl-thread-copy): Removed definition.
2996         (wl-thread-refile): Ditto.
2997         (wl-thread-delete): Ditto.
2998         (wl-thread-target-mark): Ditto.
2999
3000         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3001         (wl-summary-target-mark-set-action): Fixed.
3002         (wl-summary-define-mark-action): Fixed quotation.
3003         (wl-summary-move-mark-list-messages): Display message.
3004         (wl-summary-define-mark-action): Define thread functions.
3005         (wl-summary-exec-action-refile): Changed message.
3006         (wl-summary-exec): Ditto.
3007
3008 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3009         
3010         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3011         '%%'.
3012
3013 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3014
3015         * wl.el (toplevel): Require wl-action.
3016         (wl-init): Call wl-summary-define-mark-action.
3017
3018         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3019
3020         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3021         wl-summary-delete and wl-summary-erase.
3022         (wl-summary-mode-map): Ditto.
3023
3024         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3025         wl-delete-folder-alist.
3026
3027         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3028         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3029         (toplevel): Moved mark & action related functions to the wl-action.el.
3030
3031         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3032         in wl-summary-mark-action-list.
3033         (wl-highlight-summary-current-line): Ditto.
3034
3035         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3036         empty lines.
3037
3038         * wl-action.el: New file. 
3039
3040 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3041
3042         * wl-summary.el (wl-summary-target-mark-replace): New function.
3043         (wl-summary-target-mark-prefetch): Use it.
3044         (wl-summary-target-mark-delete): Ditto.
3045         (toplevel): Rearranged definition order.
3046         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3047         (wl-summary-target-mark-erase): Rewrite.
3048         (wl-summary-erase-region): New function.
3049         (wl-summary-exec-action-erase): Changed message.
3050         (wl-summary-move-mark-list-messages): New function.
3051         (wl-summary-exec-action-delete): Use it.
3052         (wl-summary-exec-action-erase): Ditto.
3053
3054         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3055         (wl-summary-skip-mark-list): Added "d".
3056
3057         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3058         while searching.
3059
3060         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3061         and define using defcustom;
3062         Define 4th element as a face.
3063         
3064         * wl-summary.el (wl-summary-incorporate): Use 
3065         `wl-summary-prefetch-region-no-mark' instead of
3066         `wl-summary-prefetch-region'.
3067         (wl-summary-prefetch-region-no-mark): Revival of old
3068         `wl-summary-prefetch-region'.
3069         (wl-summary-mark-action-list): Moved to wl-vars.el
3070
3071         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3072         face according to the `wl-summary-mark-action-list'.
3073         (wl-highlight-summary-current-line): Ditto;
3074         Removed destination highlighting.
3075
3076         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3077         (wl-highlight-summary-line-string): Highlight for "i" mark.
3078         (wl-highlight-summary-current-line): Ditto.
3079
3080         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3081         no destination.
3082
3083         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3084         exists, just go ahead.
3085         (wl-summary-prefetch-region): Rewrite.
3086         (wl-summary-prefetch): Ditto.
3087         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3088         (wl-summary-exec-action-prefetch): New function.
3089         (wl-summary-target-mark-prefetch): Rewrite.
3090
3091 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3092
3093         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3094         (wl-highlight-summary-line-string): Added "d" and "D".
3095         (wl-highlight-summary-current-line): Ditto.
3096
3097         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3098         in wl-summary.el.
3099         (wl-thread-insert-entity-sub): Ditto.
3100         (wl-thread-remove-destination-region): Ditto.
3101         (wl-thread-print-destination-region): Ditto.
3102
3103         * wl-summary.el (wl-summary-buffer-refile-list,
3104         wl-summary-buffer-delete-list,
3105         wl-summary-buffer-copy-list): Abolish.
3106         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3107         All other related portions are changed.
3108         (wl-summary-mark-action-list): New variable.
3109         (wl-summary-set-mark): New function.
3110         (wl-summary-register-target-mark): Ditto.
3111         (wl-summary-unregister-target-mark): Ditto.
3112         (wl-summary-have-target-mark-p): Ditto.
3113         (wl-summary-register-temp-mark): Ditto.
3114         (wl-summary-unregister-temp-mark): Ditto.
3115         (wl-summary-registered-temp-mark): Ditto.
3116         (wl-summary-collect-temp-mark): Ditto.
3117         (wl-summary-unset-mark): Ditto.
3118         (wl-summary-set-target-mark): Ditto.
3119         (wl-summary-unset-target-mark): Ditto.
3120         (wl-summary-set-action-generic): Ditto.
3121         (wl-summary-unset-action-generic): Ditto.
3122         (wl-summary-exec-action-delete): Ditto.
3123         (wl-summary-exec-action-erase): Ditto.
3124         (wl-summary-set-action-refile): Ditto.
3125         (wl-summary-set-action-refile-subr): Ditto.
3126         (wl-summary-unset-action-refile): Ditto.
3127         (wl-summary-make-destination-numbers-list): Ditto.
3128         (wl-summary-exec-action-refile): Ditto.
3129         (wl-summary-set-action-copy): Ditto.
3130         (wl-summary-unset-action-copy): Ditto.
3131         (wl-summary-exec-action-copy): Ditto.
3132         (wl-summary-collect-numbers-region): Ditto.
3133         (wl-summary-delete): Rewrite.
3134         (wl-summary-erase): Ditto.
3135         (wl-summary-remove-destination): Ditto.
3136         (wl-summary-exec): Ditto.
3137         (wl-summary-exec-region): Ditto.
3138         (wl-summary-target-mark-erase): Ditto.
3139         (wl-summary-refile): Ditto.
3140         (wl-summary-copy): Ditto.
3141         (wl-summary-unmark): Ditto.
3142         (wl-summary-delete-all-mark): Ditto.
3143         (wl-summary-mark-line): Don't highlight.
3144         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3145         (wl-summary-target-mark-refile-subr): Rewrite.
3146
3147         (wl-summary-copy-prev-destination): Abolish.
3148
3149 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3150
3151         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3152         default values along the value of wl-on-mule.
3153         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3154         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3155         It is not used anywhere.
3156
3157 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3158
3159         * wl-summary.el (wl-summary-print-destination): Keep position.
3160         (wl-summary-cursor-move-surface): Keep horizontal position.
3161
3162 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3163
3164         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3165         write sendlog.
3166
3167 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3168
3169         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3170         `wl-summary-highlight'.
3171
3172 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3173
3174         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3175         trivial condition for temp-mark.
3176
3177 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3178
3179         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3180         when it hits killed buffer.
3181
3182 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3183
3184         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3185         * wl-news.el.in: `message' and `error' take format string.
3186
3187 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3188
3189         * wl-folder (wl-folder-insert-entity): Display a message,
3190         `...done', when the work finish.
3191         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3192
3193 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3194
3195         * wl-message.el (wl-message-redisplay): Remove unused local
3196         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3197
3198 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3199
3200         * wl-summary.el (wl-summary-replace-status-marks): Disable
3201         interactive use.
3202         (wl-summary-reedit): Check message existence at first.
3203         (wl-summary-mark-line): Fix doc, return value is indefinite.
3204
3205         * wl-highlight.el (wl-highlight-message): Arranged.
3206
3207         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3208         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3209         check temp-mark by wl-summary-temp-mark always.
3210         (wl-highlight-summary): Change accordingly.
3211         * wl-summary.el (wl-summary-mark-as-read-all)
3212         (wl-summary-delete-cache, wl-summary-set-score-mark)
3213         (wl-summary-mark-as-unread, wl-summary-unmark)
3214         (wl-summary-mark-line, wl-summary-mark-as-read)
3215         (wl-summary-mark-as-important): Ditto.
3216
3217         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3218         end of the window if possible.
3219         * wl-summary.el (wl-summary-sync-update): Support lazy
3220         highlighting.
3221         (wl-summary-toggle-disp-msg): Ditto.
3222
3223 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3224
3225         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3226
3227 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3228
3229         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3230         change.
3231
3232 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3233
3234         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3235         API.
3236         (wl-summary-sync-update): Ditto.
3237
3238         * wl-score.el (wl-score-get-score-alist): Changed argument.
3239         (wl-summary-rescore-msgs): Likewise.
3240         (wl-summary-score-headers): Likewise.
3241         (wl-score-headers): Likewise;
3242         Use elmo-folder-do-each-message-entity, etc.
3243         (wl-summary-score-effect): Follow the changes above.
3244         (wl-summary-rescore): Ditto.
3245         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3246         (wl-score-get-overview): Abolish.
3247
3248         * wl-summary.el (wl-summary-default-from): Follow the API change in
3249         elmo-msgdb.
3250         (wl-summary-count-unread): Ditto.
3251         (wl-summary-detect-mark-position): Ditto.
3252         (wl-summary-overview-entity-compare-by-date): Ditto.
3253         (wl-summary-overview-entity-compare-by-number): Ditto.
3254         (wl-summary-overview-entity-compare-by-from): Ditto.
3255         (wl-summary-overview-entity-compare-by-subject): Ditto.
3256         (wl-summary-get-list-info): Ditto.
3257         (wl-summary-rescan): Ditto.
3258         (wl-summary-jump-to-msg-by-message-id): Ditto.
3259         (wl-summary-sync-update): Ditto; Removed comment.
3260         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3261         (wl-summary-insert-message): Use wl-summary-insert
3262         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3263         (wl-summary-insert-headers): Changed argument overview to folder.
3264         (wl-summary-search-by-subject): Likewise.
3265         (wl-summary-insert-thread): Renamed from 
3266         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3267
3268         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3269         too.
3270
3271         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3272         wl-string-member.
3273
3274 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3275
3276         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3277         elmo-folder-append-buffer.
3278         (wl-draft-queue-append): Likewise.
3279
3280         * wl-mime.el (wl-message-delete-current-part): Ditto.
3281         (wl-summary-burst-subr): Ditto.
3282
3283         * wl-news.el.in (wl-news-send-news): Ditto.
3284
3285 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3286
3287         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3288         function.
3289         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3290         (wl-summary-update-mark): Enclose with save-excursion.
3291         (wl-summary-mark-as-read-internal): Fixed last change.
3292         (wl-summary-mark-as-important): Use 3rd argument of
3293         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3294         Don't use elmo-msgdb-set-mark.
3295         (wl-summary-redisplay-internal): If msgdb flag is already read,
3296         just update the mark on buffer.
3297
3298 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3299
3300         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3301         cut visible folder when elmo-folder-delete returns non-nil value.
3302
3303 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3304
3305         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3306         by Kenichi OKADA <okada@opaopa.org>).
3307
3308 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3309
3310         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3311
3312 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3313
3314         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3315         Fixed the last change, search group entity by its real name.
3316         (Thanks to: KOBAYASHI Shinji)
3317
3318 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3319
3320         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3321         (wl-fldmgr-access-display-all): Don't refer visible name.
3322         * wl-expire.el (wl-folder-archive-current-entity)
3323         (wl-folder-expire-current-entity): Ditto.
3324         * wl-folder.el (wl-folder-jump-to-current-entity)
3325         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3326         (wl-folder-open-folder-sub,wl-folder-open-all)
3327         (wl-folder-write-current-folder): Ditto.
3328         (wl-folder-insert-entity): Don't use petname for normal group.
3329         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3330         is the real name.
3331         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3332         Abolished.
3333
3334 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3335
3336         * wl-draft.el (wl-draft-create-buffer): Add
3337         `wl-summary-reply-with-citation'
3338
3339 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3340
3341         * wl-draft.el (wl-draft-reply): Fixed.
3342
3343 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3344
3345         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3346         when `wl-draft-send-confirm-with-preview' is non-nil.
3347         You can scroll up/down by j/k.
3348         (wl-draft-send-confirm-with-preview): New variable (default=t).
3349
3350 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3351
3352         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3353         (wl-fldmgr-save-folders): Fix comment.
3354
3355 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3356
3357         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3358         along the last change in `wl-folder-buffer-group-p'.
3359
3360 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3361
3362         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3363         folder.
3364
3365         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3366         the default value.
3367
3368         * wl-mime.el (wl-summary-burst): Update summary only when target
3369         folder equals current folder.
3370
3371 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3372
3373         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3374
3375 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3376
3377         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3378         value.
3379
3380 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3383         `map-extents' instead of `extent-at' repeatedly.
3384         (wl-highlight-folder-current-line): Ditto.
3385
3386         * wl-highlight.el: Remove useless dummy functions.
3387
3388 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3389
3390         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3391         (wl-folder-put-folder-property): New function to put text property.
3392         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3393         (wl-folder-insert-entity, wl-folder-update-diff-line)
3394         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3395         * wl-e21.el, wl-xmas.el, wl-mule.el
3396         (wl-highlight-folder-current-line): Ditto.
3397         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3398         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3399         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3400         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3401
3402 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3403
3404         * Version number is increased to 2.11.3.
3405
3406 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3407
3408         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3409         Resume current-buffer since it is assumed by remaining tasks.
3410
3411 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3412
3413         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3414         (wl-folder-completion-function): Abolished.
3415         (wl-folder-complete-folder): New function.
3416         (wl-folder-complete-filter-condition): Ditto.
3417         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3418         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3419
3420 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3421
3422         * wl-draft.el (wl-draft-send-confirm): New function.
3423         (wl-draft-send): Use it.
3424
3425         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3426         cursor-in-echo-area while confirming.
3427
3428         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3429
3430         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3431         searching via nntp if wl-summary-search-via-nntp is 'force.
3432         Otherwise, invoke searching in nntp folder only.
3433         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3434
3435         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3436         explicitly for mime-make-text-tag.
3437
3438 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3439
3440         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3441         `mime-make-text-tag' instead of `mime-create-tag'.
3442
3443 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3444
3445         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3446         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3447
3448 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3449
3450         * wl-score.el (wl-score-save): Bind print-length and print-level.
3451         (wl-score-pretty-print): Ditto.
3452         (wl-score-edit-insert-header-entry): Ditto.
3453
3454         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3455         "From" entry to be treated with wl-draft-eword-encode-address-list.
3456         * wl-mime.el (wl-draft-preview-message): Ditto.
3457
3458         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3459         (wl-summary-mark-as-unread): Ditto.
3460         (wl-summary-mark-as-read-region): Change accordingly.
3461         (wl-summary-mark-as-unread-region): Ditto.
3462         (wl-summary-target-mark-mark-as-read): Ditto.
3463         (wl-summary-target-mark-mark-as-unread): Ditto.
3464
3465 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3466
3467         * Version number is increased to 2.11.2.
3468
3469 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3470
3471         * wl-news.el.in (wl-news-previous-version-save): Bind
3472         print-length and print-level.
3473         * wl-thread.el (wl-thread-save-entities): Ditto.
3474         (wl-thread-save-top-list): Bind print-length.
3475
3476 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3477
3478         * wl-highlight.el (wl-highlight-summary-line-string): Use
3479         wl-summary-score-below-mark, wl-summary-score-over-mark.
3480         (wl-highlight-summary-current-line): Ditto.
3481
3482 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3483
3484         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3485         insert it.
3486
3487 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3488
3489         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3490
3491 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3492
3493         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3494         message without msgid.
3495         Rewrite with elmo-folder-move-messages.
3496         Set wl-message-buffer to nil.
3497
3498         * wl-summary.el (wl-summary-erase-subr): New function. Use
3499         elmo-folder-move-messages.
3500         (wl-summary-erase): Call it.
3501         (wl-summary-target-mark-erase): Ditto.
3502
3503 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3504
3505         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3506         it is not up-tp-date.
3507
3508 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3509
3510         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3511         buffer after calling `wl-summary-goto-folder-subr' without the
3512         argument `interactive'.
3513         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3514
3515 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3516
3517         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3518         `mime-create-tag'. Use `string=' instead of `looking-at'.
3519
3520 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3521
3522         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3523         to avoid compile warning.
3524
3525         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3526         entity-id when folder is given.
3527         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3528         save-excursion, use save-selected-window instead.
3529         Select folder buffer window if exists.
3530         (To correct behavior with wl-folder-move-cur-folder.)
3531
3532 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3533
3534         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3535
3536 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3537
3538         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3539         list-count instead of %d.
3540
3541 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3542
3543         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3544         (wl-news): Set it.
3545         (wl-news-append-to-folder): Use it.
3546
3547         * wl-news.el.in (wl-news-send-news): Append to specified folder
3548         instead of wl-default-folder.
3549         (wl-news-append-to-folder): Show error message with specified folder.
3550
3551         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3552                 In most major modes, Emacs assumes that any opening
3553                 delimiter found at the left margin is the start of a
3554                 top-level definition, or defun. Therefore, *never put an
3555                 opening delimiter at the left margin unless it should have
3556                 that significance.*
3557
3558         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3559
3560 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3561
3562         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3563
3564 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3565
3566         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3567
3568 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3569
3570         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3571         for sequential numbering case.
3572
3573 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3574
3575         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3576         value.
3577         (wl-draft-reply-without-argument-list): Ditto.
3578         (wl-draft-reply-myself-with-argument-list): Abolish.
3579         (wl-draft-reply-myself-without-argument-list): Ditto.
3580         * wl-draft.el (wl-draft-self-reply-p): New function.
3581         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3582
3583 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3584
3585         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3586         (avoid error for the case without byte-compiling)
3587
3588 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3589
3590         * wl-news.el.in (wl-news-append-to-folder): New function.
3591         (wl-news-exit): Rewrite.
3592         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3593
3594 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3595
3596         * wl-draft.el (wl-draft-reply-position): New function.
3597         (wl-draft-reply-position): Fix.
3598         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3599         (wl-summary-target-mark-reply-with-citation): Ditto.
3600         (wl-summary-reply-with-citation): Ditto.
3601         * wl-vars.el (wl-draft-reply-default-position): New variable.
3602
3603 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3604
3605         * wl-draft.el (wl-draft-send): Preview when interactive send.
3606
3607 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3608
3609         * wl-draft.el (wl-draft-reply): Set default position.
3610         * wl-summary.el (wl-summary-reply): Ditto.
3611         (wl-summary-reply-with-citation): Ditto.
3612         (wl-summary-target-mark-reply-with-citation): Ditto.
3613
3614 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3615
3616         * wl-news.el.in (wl-news-lang): Set default value according to
3617         current-language-environment.
3618         (wl-news-append-news): Do nothing when news-list is nil.
3619
3620 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3621
3622         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3623         (wl-news): Change message.
3624         (wl-news-exit): Check buffer.
3625         (wl-news-force-exit): New function.
3626         (wl-news-show-all): New function.
3627         (wl-news-discard-and-exit): Fix.
3628
3629 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3630
3631         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3632         according to current-language-environment.
3633
3634         * wl-news.el.in (wl-news): If arg, show all NEWS after
3635         wl-news-default-previous-version.
3636
3637 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3638
3639         * wl-news.el.in (wl-news-check): Rewritten.
3640         (wl-news-previous-version-load): Change data type.
3641         (wl-news-previous-version-save): Change data type.
3642         (wl-news-append-news): Add return value.
3643         (wl-news-check-news): New function.
3644         (wl-news-already-current-p): New function.
3645         (wl-news-send-news): Rewritten.
3646         (wl-news-mode-map): Add new keybind.
3647         (wl-news): Rewritten.
3648         (wl-news-exit): Rewritten.
3649         (wl-news-discard-and-mail): New function.
3650         (wl-news-send-to-address): Abolished.
3651         * wl.el (wl-init): Delete a message.
3652
3653 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3654
3655         * wl-news.el.in (wl-news-exit): Update previous version.
3656         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3657
3658 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3659
3660         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3661
3662 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3663
3664         * wl-news.el.in (wl-news): New function.
3665         (wl-news-mode): New function.
3666         (wl-news-next-line): New function.
3667         (wl-news-next-page): New function.
3668         (wl-news-exit): New function.
3669         (wl-news-buf-name): New variable.
3670         (wl-news-mode-map): New variable.
3671         (wl-news-winconf): New variable.
3672         (wl-news-append-news): Add an option.
3673
3674 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3675
3676         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3677
3678 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3679
3680         * wl-news.el.in (wl-news-send-to-address): New variable.
3681         (wl-news-send-news): Use it.
3682         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3683         Return updating status.
3684         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3685
3686 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3687
3688         * wl-news.el.in (wl-news-send-news): Delete
3689         Organization and X-Face.
3690
3691 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3692
3693         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3694         (wl-news-append-news): New function.
3695         (wl-news-send-news): New function.
3696
3697 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3698
3699         * Version number is increased to 2.11.1.
3700
3701 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3702
3703         * wl-news.el.in : New file.
3704
3705 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3706
3707         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3708         default value.
3709         (wl-draft-reply-without-argument-list): Ditto.
3710
3711 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3712
3713         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3714         (wl-message-buffer-prefetch-idle-time): Ditto.
3715         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3716
3717 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3718
3719         * wl-thread.el (wl-thread-insert-message): Use
3720         wl-summary-max-thread-depth.
3721
3722         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3723         loop detection.
3724
3725         * wl-message.el (wl-message-buffer-display): Back to the first page
3726         when cache is hit.
3727
3728 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3729
3730         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3731
3732         * wl-summary.el (wl-summary-insert-thread-entity):
3733         If the thread depth is reached to wl-summary-max-thread-depth,
3734         divide the thread.
3735
3736 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3737
3738         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3739         for elmo-remove-passwd.
3740
3741 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3742
3743         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3744         folder is sticky.
3745         (wl-folder-mark-as-read-all-entity): Ditto.
3746         (wl-folder-prefetch-entity): Ditto.
3747
3748 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3749
3750         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3751
3752 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3753
3754         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3755         Delete messages on buffer for unplugged operation.
3756         (wl-summary-erase): Ditto.
3757
3758 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3759
3760         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3761         take nil so as not to search parent by subject.
3762
3763 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3764
3765         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3766         (wl-folder-get-next-folder): Ditto.
3767         (wl-folder-get-path): Ditto.
3768
3769 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3770
3771         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3772         system and encode the region with it before verifying.
3773
3774 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3775
3776         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3777         system of the echo buffer before decoding.
3778
3779 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3780
3781         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3782         original contents.
3783
3784 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3785
3786         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3787         with argument 'any-exists.
3788
3789 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3792         Use `wl-cs-autoconv'.
3793
3794 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3795
3796         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3797         by `mime-view-automatic-conversion'.
3798
3799         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3800         (wl-message-verify-pgp-nonmime): Ditto.
3801         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3802         Bind them to C-c:d and C-c:v respectively.
3803
3804         Merge following code by Teranishi-san from [wl-en:00167].
3805         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3806         (wl-mime-preview-application/pgp-encrypted): Ditto.
3807         (wl-mime-setup): Add entry.
3808
3809 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3810
3811         * wl-summary.el (wl-summary-target-mark-erase): New function.
3812         Bind it to "mD".
3813
3814 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3815
3816         * wl-vars.el (wl-draft-write-file-function): Fix.
3817         (wl-draft-reedit-hook): Changed default value.
3818
3819         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3820         wl-draft-reedit-hook.
3821         (wl-draft-remove-text-plain-tag): New function.
3822         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3823
3824         * wl-vars.el (wl-draft-write-file-function): New user option.
3825
3826         * wl-draft.el (wl-draft-prepare-edit): Use it for
3827         local-write-file-hooks.
3828         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3829
3830         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3831         (wl-draft-insert-mail-header-separator): Return the body beginning
3832         point.
3833         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3834         text/plain.
3835         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3836
3837 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3838
3839         * wl-summary.el (wl-summary-erase): New function to erase message
3840         without moving it to trash. Bind to "D".
3841
3842         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3843         as `keep' unless switch-function.
3844
3845 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3846
3847         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3848         message buffer by using `wl-summary-toggle-disp-msg'.
3849         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3850         buffer window.
3851         (wl-summary-supresedes-message): Ditto.
3852
3853         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3854         Do not delete other windows.
3855         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3856         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3857         (wl-draft-create-buffer): Set reply-or-forward also for target
3858         mark commands.
3859
3860 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3861
3862         * wl-draft.el (wl-user-agent-compose): Delete special case for
3863         switch-to-buffer-other-window.
3864
3865         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3866         (wl-summary-forward): Ditto.
3867
3868         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3869         function.
3870         (wl-draft-buffer-style): New use option.
3871
3872         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3873         (wl-draft): Follow the change above.
3874         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3875         wl-draft-buffer-style.
3876         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3877         switch-function.
3878
3879 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3880
3881         * wl-address.el (wl-address-make-completion-entry): Extracted from
3882         `wl-address-make-completion-list'.
3883         (wl-address-enable-strict-loading): New variable.
3884         (wl-address-make-completion-list): Revive petname duplication
3885         inquiry, and enable it if `wl-address-enable-strict-loading'.
3886         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3887
3888 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3889
3890         * wl-message.el (wl-message-get-original-buffer): Avoid
3891         'Selecting deleted buffer' error when original buffer is killed.
3892
3893 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3894
3895         * wl-summary.el (wl-summary-next-message): Use
3896         elmo-message-accessible-p instead of elmo-message-cached-p.
3897
3898 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3899
3900         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3901
3902         * wl-thread.el (wl-thread-open-all-unread): Use
3903         elmo-folder-list-flagged instead of
3904         elmo-folder-list-messages-mark-match.
3905
3906         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3907         instead of elmo-folder-list-messages-mark-match.
3908         (wl-summary-move-spec-alist): New variable.
3909         (wl-summary-move-spec-plugged-alist,
3910         wl-summary-move-spec-unplugged-alist): Abolish.
3911         (wl-summary-next-message): Follow the change above.
3912         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3913         with 'no-msg' argument.
3914
3915         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3916         variable.
3917         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3918         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3919         (wl-message-buffer-prefetch-get-next): Follow the change above.
3920
3921 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3922
3923         * wl-version.el (wl-version): Changed codename.
3924
3925         * Version number is increased to 2.11.0.
3926
3927 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3928
3929         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3930         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3931         `wl-draft-config-variables'.
3932         (wl-draft-kill): Fixed problem when the draft is reedit.
3933
3934 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3935
3936         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3937         buffer-modified status (Thanks to
3938         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3939
3940 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3941
3942         * wl-util.el (wl-region-exists-p): New function.
3943
3944         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3945         Remove defvars for byte-compile warnings.
3946
3947 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3948
3949         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3950         defvar-maybe. Removed unused bind.
3951
3952 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3953
3954         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3955         summary buffer window before creating new frame.
3956         (wl-draft-reply): Ditto.
3957
3958 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3959
3960         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3961
3962 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3963
3964         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3965
3966 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3967
3968         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3969         instead of `kill-region'.
3970
3971 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3972
3973         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3974         (wl-highlight-summary-line-string): Use it.
3975         (wl-highlight-summary-current-line): Ditto.
3976
3977         * wl-mime.el (wl-message-delete-current-part): Check the class of
3978         mime-entity.
3979
3980         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3981
3982         * wl-summary.el (wl-summary-make-number-list): Initialize.
3983         (wl-summary-update-mark): New function.
3984         (wl-summary-reply): Put `answered' mark on the message.
3985         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3986
3987         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3988         (wl-draft-reply): Added optional argument `number';
3989         Set wl-draft-parent-number.
3990         (wl-draft-kill): Delete answered mark if it is a reply.
3991
3992 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3993
3994         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3995         that originates in mime-preview-follow-current-entity.
3996         (wl-draft-yank-current-message-entity): Use it if region is active.
3997
3998         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3999         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4000         `wl-message-delete-current-part'.
4001         * wl-mule.el (wl-message-define-keymap): Ditto.
4002         * wl-xmas.el (wl-message-define-keymap): Ditto.
4003
4004 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4005
4006         * wl-mime.el (wl-message-delete-current-part): New function.
4007         (wl-mime-node-id-to-string): Ditto.
4008
4009         * wl-mime.el (wl-message-delete-current-part): Use existing
4010         original buffer which corresponds current mime-view buffer.
4011         (fetched buffer might have different structure, possibly)
4012
4013         * wl-mime.el (wl-message-delete-current-part): Quit if the
4014         message content differs from the actual message.
4015
4016 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4017
4018         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4019         order.
4020         (wl-summary-search-by-subject): Search parent message from tail;
4021         Check the existence of the parent message on the current thread tree.
4022         (wl-summary-update-thread): Check whether the line is inserted.
4023
4024 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4025
4026         * wl-vars.el (wl-summary-line-format): Undo last change.
4027         * wl-summary.el (wl-summary-print-destination): Do not put
4028         invisible property when `wl-summary-width' is nil.
4029         (wl-summary-line-subject-minimum-length): Abolished.
4030         (wl-summary-line-subject): Ditto.
4031
4032 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4033
4034         * wl-vars.el (wl-summary-line-format): Change default value.
4035         (wl-summary-subject-length-limit): Abolished.
4036         * wl-summary.el (wl-summary-line-subject): Ditto.
4037
4038 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4039
4040         * wl-template.el (wl-template-select): Added optional argument.
4041         If optional argument is specified, reverse
4042         `wl-template-visible-select'.
4043
4044 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4047         Take prefix argument to force asking the destination folder.
4048
4049 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4050
4051         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4052         count and update status.
4053
4054 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4055
4056         * wl-summary.el (wl-summary-redisplay-internal): If
4057         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4058         after fetching.
4059
4060 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4061
4062         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4063         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4064
4065         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4066
4067 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4068
4069         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4070         (All other related portions are changed).
4071         (wl-summary-mark-as-read-all): Rewrite.
4072
4073 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4074
4075         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4076         `wl-summary-mark-as-read'.
4077         (wl-summary-mark-as-unread): Rewrite.
4078         (wl-summary-mark-as-read): Added no-modeline argument.
4079         (wl-summary-resume-cache-status): Rewrite.
4080         (wl-summary-exec-subr): Remove unused local variable.
4081
4082 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4083
4084         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4085         logic to call `wl-summary-buffer-prev-folder-function'.
4086         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4087
4088 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4089
4090         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4091         is nil.
4092
4093 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4094
4095         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4096         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4097         (wl-mime-setup): Add its entry.
4098
4099 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4100
4101         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4102         (wl-summary-delete-cache): Likewise.
4103         (wl-summary-mark-as-read): Rewrite.
4104
4105 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4106
4107         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4108         `wl-summary-count-unread'.
4109
4110         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4111
4112         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4113
4114 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4115
4116         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4117         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4118         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4119         Renamed to the elmo-msgdb-*-mark.
4120         (wl-summary-score-marks): Follow the change above.
4121         (wl-summary-auto-refile-skip-marks): Ditto.
4122         (wl-summary-incorporate-marks): Ditto.
4123         (wl-summary-expire-reserve-marks): Ditto.
4124
4125         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4126         changes.
4127         (wl-thread-insert-top): Changed updating message.
4128
4129         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4130         variable.
4131         (wl-summary-count-unread): Count answered marks.
4132         (wl-summary-rescan): Call wl-summary-insert-message instead of
4133         wl-summary-append-message-func-internal.
4134         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4135         (wl-summary-prefetch-msg): Follow the variable name changes.
4136         (wl-summary-prefetch-region): Ditto.
4137         (wl-summary-mark-as-read-all): Follow the API changes;
4138         Don't call elmo-folder-replace-marks.
4139         (wl-summary-delete-cache): Follow the variable name changes.
4140         (wl-summary-resume-cache-status): Ditto.
4141         (wl-summary-update-status-marks): New function.
4142         (wl-summary-insert-message): New function.
4143         (wl-summary-sync-marks): Follow the variable name changes.
4144         (wl-summary-sync-update): Synchronize to the msgdb, too;
4145         Changed update messages.
4146         (wl-summary-make-number-list): Rewrite.
4147         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4148         (wl-summary-mark-as-unread): Follow the API changes.
4149         (wl-summary-exec-subr): Follow the variable name changes.
4150         (wl-summary-mark-as-read): Ditto.
4151         (wl-summary-move-spec-plugged-alist): Ditto.
4152         (wl-summary-move-spec-unplugged-alist): Ditto.
4153         (wl-summary-cursor-move-surface): Ditto.
4154
4155         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4156         variable name changes.
4157         (wl-highlight-summary-current-line): Ditto.
4158
4159         * wl-expire.el (wl-expire-refile): Follow the API change in
4160         elmo-folder-move-messages.
4161         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4162         (wl-summary-archive): Use elmo-folder-msgdb instead of
4163         elmo-msgdb-load.
4164
4165 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4166
4167         * wl-mime.el (wl-draft-preview-message): Restore the position
4168         before evaluating wl-draft-send-hook in preview buffer.
4169
4170 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4171
4172         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4173         when it creates new draft buffer.
4174
4175         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4176         without argument.
4177
4178         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4179         Evaluate content and if the value is string, insert it.
4180         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4181         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4182         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4183         wl-draft-config-sub-part-bottom): Use it.
4184
4185         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4186         with the folder name. The question was unintelligible when it is
4187         called from wl-save-status.
4188
4189 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4190
4191         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4192         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4193         cannot take second argument).
4194
4195 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4196
4197         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4198         as t. Since type and subtype are not case sensitive (RFC 2045).
4199
4200 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4201
4202         * wl-vars.el (wl-message-mode-line-format): New variable.
4203         (wl-message-mode-line-format-spec-alist): Ditto.
4204         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4205         (wl-message-redisplay): Use wl-message-mode-line-format.
4206
4207 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4208
4209         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4210
4211 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4212
4213         * wl-summary.el (wl-summary-default-from): Write description.
4214
4215 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4216
4217         * wl-vars.el (wl-ldap-objectclass): Abolish.
4218
4219         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4220         (wl-ldap-make-filter): Removed condition for objectclass.
4221         (wl-ldap-make-matched-value-list): Remove meaningless process.
4222         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4223         (wl-address-ldap-search): Don't add `*' to `pat' string;
4224         use ignore-errors; added `email';
4225         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4226         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4227         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4228
4229
4230 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4231
4232         * wl-draft.el (wl-draft-parent-folder): Write description.
4233         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4234
4235 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4236
4237         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4238         as "" (zero-length string) if no parent.
4239         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4240
4241 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4242
4243         * wl-address.el (wl-address-make-completion-list): Skip duplication
4244         checking.
4245         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4246         `append'.
4247
4248 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4249
4250         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4251         instead of `beginning-of-buffer'.
4252
4253 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4256
4257 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4258
4259         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4260         Refer wl-message-buffer-name.
4261         (wl-message-wheel-down): Ditto.
4262
4263 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4264
4265         * wl-vars.el (wl-message-buffer-name): New user option.
4266
4267         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4268         directly instead of making alist dinamically.
4269
4270         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4271         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4272         wl-message-buffer-cache-name.
4273         (wl-message-buffer-cache-clean-up): Ditto.
4274
4275         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4276
4277         * Version number is increased to 2.9.15.
4278
4279 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4280
4281         * wl-vars.el (wl-summary-default-view-alist): New user option.
4282
4283         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4284
4285         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4286         while deleting address.
4287         (wl-draft-delete-myself-from-cc): Ditto.
4288
4289         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4290         If optional argument is specified, reverse sort order.
4291
4292         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4293
4294 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4295
4296         * wl-thread.el (wl-thread-insert-message): Return parent number if
4297         exists.
4298         (wl-thread-update-indent-string-region): Use
4299         wl-thread-update-line-on-buffer-sub instead of
4300         wl-thread-update-line-on-buffer.
4301
4302 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4303
4304         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4305         (wl-folder-close-all): Ditto.
4306
4307 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4308
4309         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4310         and mailing-list:.
4311         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4312         value.
4313         (wl-summary-line-list-info): Print mailing-list name even when 
4314         list-number is empty.
4315
4316 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4317
4318         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4319
4320         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4321         (wl-draft-open-file): Ditto.
4322         (wl-draft-random-alphabet): Ditto.
4323
4324         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4325         bindings.
4326
4327 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4328
4329         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4330         * wl-vars.el (wl-draft-config-alist): Ditto.
4331
4332 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4333
4334         * Version number is increased to 2.9.14.
4335
4336         * wl.el (wl): Don't set wl-init as nil when error occured while
4337         auto-checking folders.
4338
4339         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4340         `elmo-expand-newtext'.
4341
4342 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4343
4344         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4345         `this-command' so that `wl-folder-goto-folder' contained in
4346         `wl-summary-keep-cursor-command' work.
4347
4348 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4349
4350         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4351         message buffer displaying state.
4352
4353 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4354
4355         * wl-vars.el (wl-summary-default-view): New variable to specify
4356         default value for `wl-summary-buffer-view' instead of using
4357         set-default.
4358         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4359
4360 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4361
4362         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4363
4364         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4365
4366 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4367
4368         * wl-vars.el (wl-forward-subject-prefix): New variable.
4369         * wl-draft.el (wl-draft-forward): Use it.
4370
4371 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4372
4373         * wl-message.el (wl-message-prev-page): When it is called without
4374         lines argument, scroll down by wl-message-scroll-amount lines.
4375         (wl-message-next-page): Ditto.
4376         * wl-vars.el (wl-message-scroll-amount): Change default value
4377         to preserve current behavior.
4378
4379 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4380
4381         * wl-summary.el (wl-summary-prefetch-msg): Bind
4382         `wl-message-entity' to call `wl-summary-from-function'.
4383
4384 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4385
4386         * wl-message.el (wl-message-buffer-create): Run
4387         wl-message-buffer-created-hook.
4388
4389 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4390
4391         * wl-summary.el (wl-summary-sort-specs): New variable.
4392         (wl-summary-default-sort-spec): Ditto.
4393         (wl-summary-sort): Rewrite.
4394         (wl-summary-sort-by-list-info): New function.
4395
4396 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4397
4398         * wl-summary.el (wl-summary-get-list-info): New function.
4399         (wl-summary-sort): Rewrite.
4400         (wl-summary-line-list-info): Ditto.
4401         (wl-summary-line-list-count): Ditto.
4402         (wl-summary-refile-region): Fixed docstring.
4403
4404 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4405
4406         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4407         `wl-folder-entity-hashtb' as completion table.
4408
4409 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4412         only when this command is called interactively; silence the byte-
4413         compiler.
4414
4415 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4416
4417         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4418         active in XEmacs.
4419
4420 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4421
4422         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4423         plural lines.
4424
4425 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4426
4427         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4428         of current line when the cursor is on the header name.
4429         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4430
4431 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4432
4433         * wl-util.el (wl-read-directory-name): Return displayed directory
4434         as the default value also on XEmacs.
4435
4436 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4437
4438         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4439         formatting.
4440
4441 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4442
4443         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4444         argument and when it is non-nil, check face property before
4445         highlighting for each line.
4446         (wl-highlight-summary-window): Set it.
4447
4448 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4449
4450         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4451         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4452
4453         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4454         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4455         (wl-draft-get-fcc-list): Likewise.
4456
4457 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4458
4459         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4460         (wl-thread-entity-cur): Ditto.
4461         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4462         wl-thread-indent-regexp setting.
4463         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4464
4465         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4466         wl-summary-lazy-highlight.
4467         (wl-summary-display-bottom): Ditto.
4468
4469         * wl-thread.el (wl-thread-open-close): Likewise.
4470
4471         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4472         from and subject;
4473         Bind wl-draft-use-frame;
4474         Enclose with save-window-excursion;
4475         Use wl-draft-create-buffer instead of with-temp-buffer;
4476         Use wl-draft-prepare-edit;
4477         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4478         Use wl-draft-send instead of wl-draft-raw-send.
4479
4480 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4481
4482         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4483         of using wl-from.
4484
4485 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4486
4487         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4488         insert-buffer instead of clone-buffer.
4489         (wl-draft-doing-mime-bcc): New variable.
4490         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4491         infinite loop.
4492         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4493
4494         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4495         (wl-draft-mime-bcc-body): Ditto.
4496
4497         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4498         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4499         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4500         wl-draft-do-mime-bcc.
4501         (wl-draft-mime-bcc-field): New function.
4502         (wl-draft-do-mime-bcc): Ditto.
4503
4504         * wl-address.el (wl-address-complete-header-list): New variable.
4505         (wl-address-complete-header-regexp): Changed default value.
4506
4507         * Version number is increased to 2.9.13.
4508
4509 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4510
4511         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4512         it is differed.
4513
4514 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4515
4516         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4517         (wl-summary-line-list-count): Ditto.
4518
4519 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4520
4521         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4522         (wl-nntp-posting-function): New variable.
4523         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4524         `wl-nntp-posting-config-alist'.
4525
4526 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4527
4528         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4529         FLIM.
4530
4531 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4532
4533         * wl-summary.el (wl-summary-target-mark-refile-sub):
4534         Remove a nuisance funcall.
4535
4536 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4537
4538         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4539         as t for `try-completion'.
4540
4541 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4542
4543         * wl-summary.el (wl-summary-default-from): Use
4544         wl-address-header-extract-address instead of
4545         std11-extract-address-components.
4546         (wl-summary-simple-from): Ditto.
4547         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4548         (wl-summary-insert-headers): Show message.
4549         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4550         for whole line.
4551         (wl-summary-default-from): Revert last change.
4552         (wl-summary-simple-from): Ditto.
4553         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4554         (wl-summary-mark-as-read-region): Follow the change above.
4555         (wl-summary-sync-marks): Ditto.
4556         (wl-summary-target-mark-mark-as-read): Ditto.
4557         (wl-summary-redisplay-internal): Ditto.
4558         (wl-summary-redisplay-no-mime-internal): Ditto.
4559         (wl-summary-redisplay-all-header): Ditto.
4560         (wl-summary-mark-as-read): Removed argument `cached';
4561         Use current cache status to set cache mark.
4562         (wl-summary-redisplay-internal): Follow the change above.
4563         (wl-summary-redisplay-no-mime-internal): Ditto.
4564         (wl-summary-redisplay-all-header): Ditto.
4565
4566         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4567
4568         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4569         Don't call itself recursively (Adviced by Yamaoka-san).
4570
4571 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4572
4573         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4574         bind wl-summary-highlight as nil to avoid error caused by missing
4575         local variables.
4576
4577 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4578
4579         * wl-vars.el (wl-invalid-character-message): New user option.
4580
4581         * wl-util.el (wl-set-string-width): If truncated string-width is
4582         larger than specified width, use `wl-invalid-character-message'.
4583
4584 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4585
4586         * wl-summary.el (wl-summary-prefetch-msg): 
4587         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4588
4589 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4590
4591         * wl-vars.el (wl-summary-check-line-format): New user option.
4592         (wl-summary-line-format-file): Ditto.
4593
4594         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4595         variable.
4596         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4597         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4598         and `wl-summary-view-old-p' to check whether do a rescan or not.
4599         (wl-summary-view-old-p): New function.
4600         (wl-summary-line-format-changed-p): Ditto.
4601         (wl-summary-line-format-save): Ditto.
4602         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4603
4604         * wl-util.el (wl-set-string-width): Avoid using negative number
4605         for make-string.
4606
4607 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4608
4609         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4610         return value.
4611
4612         * wl-util.el (wl-set-string-width): Added optional argument
4613         `padding' (All other related portions are changed).
4614         (wl-line-parse-format): If the first letter of column number is
4615         `0', zero-padding the result (ex: "%05l").
4616
4617         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4618
4619 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4620
4621         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4622         sequential summary view.
4623
4624 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4627         if it doesn't have a -unix version.
4628
4629 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4630
4631         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4632
4633 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4634
4635         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4636         content.
4637         (wl-draft): Follow the change above.
4638
4639         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4640
4641         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4642         and wl-folder-summary-line-format-alist contain %T and %P.
4643
4644         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4645         (wl-summary-mode-line-format): New user option.
4646         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4647         (wl-summary-line-format): Changed default value.
4648         (wl-summary-lazy-highlight): Changed default value.
4649
4650         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4651         change in wl-summary-create-line.
4652         (wl-thread-insert-entity-sub): Ditto.
4653
4654         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4655         (wl-summary-buffer-unread-status): Ditto.
4656         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4657         (wl-summary-buffer-persistent-mark-column): Ditto.
4658         (wl-summary-buffer-mode-line-formatter): Ditto.
4659         (wl-summary-buffer-mode-line): Ditto.
4660         (wl-summary-message-regexp): Abolished.
4661         (All other related portions are changed.)
4662         (wl-summary-detect-mark-position): New function.
4663         (wl-summary-buffer-set-folder): Setup
4664         wl-summary-buffer-mode-line-formatter.
4665         (wl-summary-mode): Setup selective-display;
4666         Setup pre-idle-hook when xemacs.
4667         (wl-summary-update-modeline): Rewrite.
4668         (wl-summary-jump-to-msg): Define as function;
4669         Changed regexp for searching messages.
4670         (wl-summary-message-number): Rewrite.
4671         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4672         Do rescan when old type summary cache.
4673         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4674         (wl-summary-remove-destination): Use '\r' to detect EOL.
4675         (wl-summary-print-destination): Ditto.
4676         (wl-summary-temp-mark): New inline function.
4677         (wl-summary-persistent-mark): Ditto.
4678         (wl-summary-line-number): New function.
4679         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4680         (wl-summary-line-list-count): New function.
4681         (wl-summary-create-line): Added argument persistent-mark.
4682         (All other related portions are changed)
4683         (wl-summary-create-line): Insert '\r'.
4684         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4685         (wl-summary-cursor-move-surface): New inline function.
4686         (wl-summary-prev): Use it.
4687         (wl-summary-next): Ditto.
4688
4689         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4690         wl-summary-message-regexp.
4691         (wl-highlight-summary): Delete progress message.
4692         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4693
4694         * Version number is increased to 2.9.12.
4695
4696 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4699         variable (nil: no minimum).
4700         (wl-summary-line-subject): Add some spaces after subject by
4701         wl-summary-line-subject-minimum-length.
4702
4703 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4704
4705         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4706         and removed `F'.
4707         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4708         change above).
4709
4710 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4711
4712         * wl-summary.el (wl-summary-line-list-count): Reverted.
4713         (example setting in samples/*/dot.wl is also updated)
4714
4715 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4716
4717         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4718
4719         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4720
4721         * wl-vars.el (wl-summary-line-format): Addes some description to the
4722         docstring.
4723
4724         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4725         (wl-summary-line-close-bracket): Ditto.
4726         (wl-summary-line-children-number): Ditto.
4727         (wl-summary-line-thread-indent): Ditto.
4728         (wl-summary-line-children-and-from): Ditto.
4729
4730         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4731         't', 'c', 'F' and added 'C'.
4732
4733         * wl-util.el (wl-set-string-width): Accept negative value.
4734         (wl-line-parse-format): Added "%number(" and "%)".
4735
4736 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4737
4738         * wl-summary.el (wl-summary-line-list-count): Change format of the
4739         return value.
4740
4741 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4742
4743         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4744         from the recent message.el.
4745         (wl-draft-point-in-header-p): Ditto.
4746         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4747         wl-draft-beginning-of-line.
4748         * wl-e21.el (wl-draft-mode-map): Ditto.
4749         * wl-xmas.el (wl-draft-mode-map): Ditto.
4750
4751         * wl-folder.el: Sort macrodefs by dependencies.
4752
4753 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4754
4755         * wl-summary.el (wl-summary-prev): Fixed regexp.
4756         (wl-summary-next): Ditto.
4757
4758 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4759
4760         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4761
4762 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4763
4764         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4765         for backward compatibility.
4766
4767 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-summary.el (wl-summary-line-list-count): New function, merged
4770         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4771         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4772         list counts.
4773
4774 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4775
4776         * wl-summary.el (wl-summary-create-line): Ignore errors while
4777         timezone-fix-time.
4778
4779         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4780
4781         * wl-summary.el (wl-summary-sync-update): Ditto.
4782         (wl-summary-default-from): Use wl-message-entity
4783         instead of entity.
4784
4785         * wl-summary.el (wl-summary-create-line): Fix.
4786
4787         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4788         (wl-summary-line-format): New user option.
4789         (wl-folder-summary-line-format-alist): Ditto.
4790         (wl-summary-from-width): Abolished.
4791
4792         * wl-util.el (toplevel): Require 'bytecomp.
4793         (wl-line-parse-format): New function.
4794         (wl-line-formatter-setup): New macro.
4795
4796         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4797         (wl-summary-buffer-line-formatter): New buffer local variable.
4798         (wl-summary-switch-to-clone-buffer): Follow the change above.
4799         (wl-summary-message-regexp): Fix.
4800         (wl-summary-from-func-internal): Abolished.
4801         (wl-summary-subject-func-internal): Ditto.
4802         (wl-summary-subject-filter-func-internal): Ditto.
4803         (All other related portions are changed.)
4804         (wl-summary-buffer-set-folder):
4805         Set up wl-summary-buffer-number-column and 
4806         wl-summary-buffer-line-formatter
4807         (All other related portions are changed.)
4808         (wl-summary-buffer-number-column-detect): Abolished.
4809         (All other related portions are changed.)
4810         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4811         (wl-summary-delete-all-temp-marks-on-buffer): Use
4812         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4813         (wl-summary-target-mark-delete): Ditto.
4814         (wl-summary-target-mark-refile-subr): Ditto.
4815         (wl-summary-target-mark-mark-as-read): Ditto.
4816         (wl-summary-target-mark-mark-as-unread): Ditto.
4817         (wl-summary-target-mark-mark-as-important): Ditto.
4818         (wl-summary-target-mark-save): Ditto.
4819         (wl-summary-replace-status-marks): Renamed from
4820         wl-summary-set-status-marks-on-buffer;
4821         Use wl-summary-message-regexp instead of
4822         wl-summary-buffer-number-regexp.
4823         (wl-summary-sync-update): Follow the change above.
4824         (wl-summary-goto-previous-message-beginning): New function.
4825         (wl-summary-mark-as-unread): Use it.
4826         (wl-summary-mark-as-important): Ditto.
4827         (wl-summary-line-formatter): New variable.
4828         (wl-summary-line-year): New function.
4829         (wl-summary-line-day): Ditto.
4830         (wl-summary-line-day-of-week): Ditto.
4831         (wl-summary-line-hour): Ditto.
4832         (wl-summary-line-minute): Ditto.
4833         (wl-summary-line-open-bracket): Ditto.
4834         (wl-summary-line-close-bracket): Ditto.
4835         (wl-summary-line-children-number): Ditto.
4836         (wl-summary-line-thread-indent): Ditto.
4837         (wl-summary-line-size): Ditto.
4838         (wl-summary-line-subject): Ditto.
4839         (wl-summary-line-from): Ditto.
4840         (wl-summary-line-children-and-from): Ditto.
4841         (wl-summary-create-line): Rewritten.
4842         (wl-summary-format-date): Abolished.
4843
4844         * wl-highlight.el (wl-highlight-summary-current-line): Use
4845         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4846         Use thread structure to detect thread top message.
4847
4848         * wl-draft.el (wl-default-draft-cite): Don't use
4849         wl-summary-from-func-internal.
4850
4851         * wl-refile.el (wl-refile-subject-learn): Don't use
4852         wl-summary-subject-filter-func-internal.
4853         (wl-refile-guess-by-subject): Ditto.
4854
4855         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4856         parameters.
4857
4858         * wl-thread.el (wl-thread-update-indent-string-region):
4859         Use wl-thread-update-line-on-buffer instead of
4860         wl-thread-update-indent-string.
4861         (wl-thread-update-children-number): Redefine using
4862         wl-thread-update-line-on-buffer.
4863         (wl-thread-update-indent-string): Abolished.
4864
4865         * Version number is increased to 2.9.11.
4866
4867 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4868
4869         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4870         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4871         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4872
4873         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4874         as nil.
4875
4876         * wl-thread.el (wl-thread-open-all-unread): Use 
4877         elmo-folder-list-messages-mark-match.
4878         (wl-thread-insert-message): Removed argument `mark-alist'.
4879         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4880         elmo-msgdb-set-mark.
4881         (wl-thread-get-children-msgs-uncached): Likewise.
4882         (wl-thread-get-exist-children): Added argument include-self.
4883         (wl-thread-delete-message): Follow the change above.
4884
4885         * wl-summary.el (wl-summary-count-unread): Removed argument.
4886         (wl-summary-rescan): Follow the change above.
4887         (wl-summary-mark-as-read-region): Ditto
4888         (wl-summary-mark-as-unread-region): Ditto.
4889         (wl-summary-delete-messages-on-buffer): Ditto.
4890         (wl-summary-sync-update): Ditto.
4891         (wl-summary-switch-to-clone-buffer): Ditto.
4892         (wl-summary-goto-folder-subr): Ditto.
4893         (wl-summary-target-mark-mark-as-read): Ditto.
4894         (wl-summary-target-mark-mark-as-unread): Ditto.
4895         (wl-summary-target-mark-mark-as-important): Ditto.
4896         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4897         (wl-summary-update-thread): Removed argument `mark-alist'.
4898         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4899         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4900         (wl-summary-resume-cache-status): Likewise.
4901         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4902         elmo-msgdb-set-mark.
4903         (wl-summary-mark-as-read-all): Likewise.
4904         (wl-summary-delete-cache): Ditto.
4905         (wl-summary-auto-select-msg-p): Ditto.
4906         (wl-summary-mark-as-unread): Ditto.
4907         (wl-summary-no-auto-refile-message-p): Ditto.
4908         (wl-summary-mark-as-read): Ditto.
4909         (wl-summary-mark-as-important): Ditto.
4910         (wl-summary-auto-refile): Follow the change above.
4911         (wl-summary-delete-all-marks): Removed.
4912         (wl-summary-resume-marks-and-highlight): Ditto.
4913         (wl-summary-resume-marks): Ditto.
4914         (wl-summary-delete-important-msgs-from-list): Ditto.
4915         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4916
4917         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4918         wl-summary-count-unread.
4919
4920         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4921         (wl-summary-score-update-all-lines): Use
4922         elmo-msgdb-set-mark.
4923
4924 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4925
4926         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4927         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4928         (wl-summary-create-line): Renamed from
4929         wl-summary-overview-create-summary-line;
4930         Argument rearrangement.
4931         (wl-summary-update-thread): Follow the change above.
4932
4933         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4934         (wl-thread-insert-entity-sub): Likewise.
4935
4936         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4937         argument `overview', `mark-alist' and added `msgdb'.
4938
4939         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4940
4941         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4942         (wl-summary-rescan): Follow the change above.
4943         (wl-summary-sync-update): Ditto.
4944         (wl-summary-insert-thread-entity): Ditto;
4945         Don't use `let*' in every while loop;
4946         Detect infinite loop of threads.
4947         (wl-summary-update-thread): Removed argument `overview'.
4948
4949         * wl-thread.el (wl-thread-insert-message): Ditto.
4950
4951         * Version number is increased to 2.9.10.
4952
4953         * wl-message.el (wl-message-redisplay): Ignore errors while
4954         wl-message-redisplay-hook.
4955
4956 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4957
4958         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4959
4960 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4961
4962         * wl.el (wl): inhibit-quit while wl-folder.
4963
4964 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4965
4966         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4967         while msgdb access.
4968
4969 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4970
4971         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4972         even if no folder is not created.
4973
4974 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4975
4976         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4977
4978         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4979         implementation.
4980         (wl-summary-target-mark-thread): Ditto.
4981
4982         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4983
4984 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4985
4986         * wl-util.el (wl-display-bytes): Remove unused function.
4987
4988 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4989
4990         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4991         seems critical one (partially reverse the change in 2002/03/17).
4992
4993 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4994
4995         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4996         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4997
4998 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4999
5000         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5001         is not writable.
5002         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5003         plugged status instead of `'force' as 2nd argument.
5004
5005         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5006         is not creatable.
5007
5008         * Version number is increased to 2.9.9.
5009
5010 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5011
5012         * wl-summary.el (wl-summary-suspend): New function.
5013
5014 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5015
5016         * wl.el (wl): Do not check variables if check is nil.
5017         * wl-utils.el (wl-collect-draft): New function.
5018         * wl-folder.el (wl-folder-suspend): Put summary buffers
5019         and draft buffers at the end of buffer list.
5020         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5021
5022 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5023
5024         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5025         loop instead of recursive call.
5026
5027         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5028         2nd argument.
5029
5030 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5031
5032         * wl-draft.el (wl-draft-create-contents): Don't take neither
5033         (function . args) nor (string . something) any more.
5034
5035         * wl-version.el (wl-generate-user-agent-string): Return string
5036         without header symbol.
5037         * wl-draft.el (wl-draft-default-headers): Use it.
5038
5039         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5040         `wl-draft-insert-ccs' and return field value instead of inserting
5041         the header. Abolish cc argument.
5042         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5043
5044         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5045         rather than one with string car.
5046
5047         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5048         * wl-draft.el (wl-draft-create-contents): Add it after the default
5049         headers.
5050
5051         * wl-draft.el (wl-draft-create-contents): For the case of
5052         (symbol-or-string . function) insert header only when the function
5053         returns string value.
5054
5055 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5056
5057         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5058         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5059
5060 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5061
5062         * wl.el (wl-check-environment): Don't check Message-ID when
5063         `wl-insert-message-id' is nil.
5064         Revive checking if `wl-message-id-domain' contains "@".
5065
5066 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5067
5068         * wl.el (wl-check-environment): Merge examination for "@" at
5069         inappropriate position into the first string-match.
5070
5071         * wl-summary.el (wl-summary-target-mark-print): New function.
5072         (wl-summary-pipe-message-subr): Extracted from
5073         `wl-summary-pipe-message'.
5074         (wl-summary-target-mark-pipe): New function.
5075         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5076         `wl-summary-target-mark-pipe'.
5077
5078 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5079
5080         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5081
5082 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5083
5084         * wl.el (wl-check-environment): Use elmo-warning instead of
5085         error for non-critical ones.
5086         Remove trash folder check.
5087         (wl): Don't ignore error in wl-check-environment.
5088
5089         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5090         check, which is moved from `wl-check-environment'.
5091         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5092
5093 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5094
5095         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5096         guess anything, call wl-summary-write.
5097         (wl-summary-write): Create draft with blank To field.
5098         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5099
5100 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5101
5102         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5103         argument full as well for wl-folder-write-current-folder.
5104         If wl-*-write-current-folder cannot guess addressee, add blank
5105         To header.
5106         Rewrite condition for positioning cursor.
5107
5108 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5109
5110         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5111         summary buffer is present, use it.
5112         (wl-folder-jump-to-previous-summary): Ditto.
5113
5114 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5115
5116         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5117
5118         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5119         wl-summary-previous-buffer and wl-summary-next-buffer.
5120
5121         * wl-folder.el (wl-folder-mode-map): Bind
5122         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5123         (wl-folder-jump-to-next-summary): New function.
5124         (wl-folder-jump-to-previous-summary): Ditto.
5125
5126         * wl-draft.el (wl-draft): Rearranged.
5127
5128 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5129
5130         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5131         of header.
5132         (wl-draft): Collect arguments for the header as header-alist.
5133         (wl-draft-forward): Arrange arguments for wl-draft.
5134         (wl-draft-reply): Ditto.
5135         (wl-draft-edit-string): Ditto.
5136         * wl-summary.el (wl-summary-write): Ditto.
5137         (wl-summary-write-current-folder): Ditto.
5138
5139         * Version number is increased to 2.9.8.
5140
5141 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5142
5143         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5144
5145         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5146
5147         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5148         even if the guess failed.
5149
5150         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5151         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5152         wl-summary-write-current-folder.
5153         * wl-xmas.el: Ditto.
5154
5155 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5156
5157         * wl-summary.el (wl-summary-next-page): Force display message if
5158         message is not displayed yet.
5159         (wl-summary-prev-page): Ditto.
5160
5161 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5162
5163         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5164
5165 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5166
5167         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5168         add "Preview Message" and "Save Draft and Exit".
5169
5170 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5171
5172         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5173         if addrmgr is called from draft in splitted window.
5174
5175         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5176         * wl-mule.el: Ditto.
5177         * wl-xmas.el: Ditto.
5178
5179 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5180
5181         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5182
5183         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5184         * wl-xmas.el (wl-folder-toolbar): Ditto.
5185
5186 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5187
5188         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5189         and wl-draft-save-and-exit.
5190         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5191         * wl-xmas.el: Ditto.
5192         * wl-mule.el: Ditto.
5193
5194         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5195         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5196
5197 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5198
5199         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5200         lists for saving buffer.
5201
5202 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5203
5204         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5205         parent-folder argument instead of it.
5206         (wl-draft-create-buffer): Ditto.
5207         (wl-draft-forward): Ditto.
5208         (wl-draft-reply): Ditto.
5209         * wl-summary.el (wl-summary-write): Ditto.
5210         (wl-summary-write-current-folder): Ditto.
5211
5212         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5213         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5214         Folder buffer after composing.
5215
5216 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5219         header if the file `wl-x-face-file' already contains it.
5220
5221 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5222
5223         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5224         folder" entry.
5225         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5226         * wl-e21.el (wl-folder-toolbar): Ditto.
5227         * wl-xmas.el (wl-folder-toolbar): Ditto.
5228
5229 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5230
5231         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5232         wl-folder-goto-folder with sticky argument.
5233         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5234
5235 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5236
5237         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5238         and wl-summary-previous-buffer.
5239         (wl-summary-next-buffer): New function.
5240         (wl-summary-previous-buffer): Ditto.
5241
5242 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5243
5244         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5245         wl-folder-jump-to-current-entity-with-arg.
5246         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5247         `wl-folder-jump-to-current-entity'.
5248         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5249         `wl-summary-goto-folder-sticky'.
5250         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5251         `wl-summary-goto-folder'.
5252         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5253         Unless force-exit, do not clean temp. marks for sticky summary.
5254         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5255
5256 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5257
5258         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5259         not entire.
5260
5261 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5262
5263         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5264         to `C-x C-s'.
5265         (wl-summary-save-status): New command.
5266         (wl-summary-exit): Don't clean-up temp marks when sticky.
5267         (Applied patch from Nakayama-san [wl: 09548])
5268         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5269         Do nothing when no mark data.
5270         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5271         Call `wl-summary-delete-all-temp-marks' before saving.
5272
5273 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5274
5275         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5276
5277 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5278
5279         * wl.el (wl-check-environment): Also cause error when (system-name)
5280         returns "localhost.localdomain". (Although it doesn't affect because
5281         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5282
5283 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5284
5285         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5286         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5287
5288         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5289         value.
5290
5291 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5292
5293         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5294         Likewise r-cc-list and r-ng-list.
5295
5296 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5297
5298         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5299         only if it is bound as variable.
5300
5301         * wl-mime.el (wl-draft-preview-message): Ditto.
5302
5303 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5304
5305         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5306         needless `goto-char'.
5307
5308         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5309         `wl-summary-redisplay-no-mime-internal' instead of
5310         `wl-summary-redisplay-no-mime'.
5311         (wl-summary-redisplay-no-mime): Changed argument;
5312         Call `wl-summary-redisplay-no-mime-internal'.
5313
5314         * wl-mime.el (wl-draft-preview-message): Bind
5315         `mime-header-encode-method-alist' locally.
5316
5317         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5318         (wl-draft-std11-parse-addresses): Added the first address check.
5319         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5320
5321         * Version number is increased to 2.9.7.
5322
5323 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5324
5325         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5326
5327 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5328
5329         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5330         related to scrollbar support, if there is no such a feature
5331         compiled in.
5332
5333 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5334
5335         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5336         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5337         for prefetch.
5338
5339 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5340
5341         * wl-summary.el (wl-summary-pick): Fix for no match.
5342
5343 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5344
5345         * wl-draft.el (wl-draft-save):
5346         Override `mime-header-encode-method-alist'.
5347
5348 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5349
5350         * wl-folder.el (wl-folder-pick): New function.
5351         Define key as "?".
5352
5353 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5354
5355         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5356         Fix for unplugged.
5357
5358 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5359
5360         * wl-folder.el (wl-folder-virtual): New function.
5361         Define key as "V".
5362
5363 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5364
5365         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5366         multi folder if entity is group.
5367
5368 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5369
5370         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5371         is nil.
5372
5373 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5374
5375         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5376         (wl-summary-target-mark-msgs): Return the number of marked messages.
5377
5378 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5379
5380         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5381         "first:" is specified.
5382
5383 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5384
5385         * wl-vars.el (wl-from): Use return value of function
5386         user-full-name instead of the variable user-full-name since
5387         XEmacs-20.4 doesn't set this variable.
5388
5389 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5390
5391         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5392         call `wl' directly.
5393
5394 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5395
5396         * wl-draft.el (wl-draft-reedit): Removed duplicated
5397         switch-to-buffers.
5398
5399 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * wl.el (wl-other-frame): Removed garbages.
5402
5403 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5404
5405         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5406
5407         * wl-xmas.el (wl-draft-key-setup): Ditto.
5408
5409         * wl-mule.el (wl-draft-key-setup): Ditto.
5410
5411         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5412         (wl-draft-reedit): Ditto.
5413         (wl-draft-prepare-edit): Add `wl-draft-save' to
5414         `local-write-file-hooks'.
5415         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5416         (wl-draft-reedit): Set buffer-file-name.
5417         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5418
5419
5420         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5421         call it.
5422         (wl-delete-startup-frame-function): New variable.
5423         (wl-other-frame): New function
5424         (Original was written by Yamaoka san [wl: 09239]).
5425
5426         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5427         if `wl-folder-use-frame'.
5428
5429 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5430
5431         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5432
5433 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5434
5435         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5436         New variable.
5437         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5438         (wl-message-buffer-prefetch-get-next): Use them.
5439         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5440
5441 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5442
5443         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5444         with unwind-protect.
5445
5446         * wl-draft.el (wl-draft-reedit): Rewrite.
5447         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5448         (wl-draft-save): Insert header separator if it does not exist;
5449         Removed condition-case.
5450
5451         * wl-summary.el (wl-summary-reedit): Revert last change.
5452
5453         * wl-draft.el (wl-draft-save): Rewrite.
5454         (wl-draft-create-buffer): Set buffer-file-name as nil.
5455
5456         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5457
5458         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5459
5460         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5461         nil.
5462
5463 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5464
5465         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5466         If count is nil, do not prefetch.
5467         (wl-message-buffer-prefetch-next): Next.
5468
5469 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5470
5471         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5472
5473 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5474
5475         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5476         `delete-backward-char'
5477         (wl-draft-prepare-edit): Check major-mode.
5478         (wl-draft-decode-header): Rewrite.
5479         (wl-draft): Fix.
5480
5481 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5482
5483         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5484
5485 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5486
5487         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5488         (wl-message-buffer-prefetch-get-next): Remove size checking.
5489         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5490
5491 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5492
5493         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5494         (wl-draft-default-headers): Fix.
5495
5496 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5497
5498         * wl-draft.el (wl-draft-default-headers): Insert return value of
5499         `wl-generate-mailer-string-function'.
5500
5501 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5502
5503         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5504         (wl-draft-insert-mail-header-separator): Ditto.
5505
5506         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5507         again (Reverted the change on 2002-01-17 by OKADA san).
5508
5509 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5510
5511         * wl-draft.el (wl-draft): Rewrite.
5512         (wl-draft-create-buffer): New function.
5513         (wl-draft-create-contents): Ditto.
5514         (wl-draft-prepare-edit): Ditto.
5515         (wl-draft-decode-header): Ditto.
5516         (wl-draft-decode-body): Ditto.
5517         (wl-draft-check-new-line): Ditto.
5518         (wl-draft-default-headers): Ditto.
5519         (wl-draft-insert-mail-header-separator): Ditto.
5520
5521 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5522
5523         * Version number is increased to 2.9.6.
5524
5525 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5526
5527         * wl-draft.el (wl-draft-delete-field): Optional argument.
5528         (wl-draft-delete-fields): Ditto.
5529
5530 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5531
5532         * wl-message.el (toplevel): Eliminated byte-compile warning.
5533         for `itimer-function', `delete-timer' and `itimer-list'.
5534
5535 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5536
5537         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5538         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5539         `wl-message-buffer-prefetch-threshold'.
5540         * wl-summary.el (wl-summary-redisplay-internal): Remove
5541         the check of `wl-message-buffer-prefetch-depth'.
5542
5543 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5544
5545         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5546         size of article.
5547         (wl-message-buffer-prefetch-subr): Remove size check.
5548
5549 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5550
5551         * wl-vars.el (wl-plugged): Make customizable.
5552
5553 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5554
5555         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5556         (wl-message-buffer-prefetch-set-timer): New function.
5557         (wl-message-buffer-prefetch-get-next): New function.
5558         (wl-message-buffer-prefetch): New function.
5559         (wl-message-buffer-prefetch-next): Rewrite.
5560         (wl-message-buffer-prefetch-subr): Rewrite.
5561         * wl-vars.el (wl-auto-prefetch-first): New variable.
5562         * wl-summary.el (wl-summary-goto-folder-subr): Call
5563         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5564
5565 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5566
5567         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5568         `wl-summary-unread-message-hook'.
5569
5570 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5571
5572         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5573         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5574         if range is `cache-status'.
5575
5576 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5577
5578         * wl-message.el (wl-message-buffer-prefetch-subr):
5579         Improve debug message.
5580
5581 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5582
5583         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5584         `wl-mail-send-pre-hook'.
5585         (wl-draft-send-mail-with-qmail): Ditto.
5586         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5587
5588 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5589
5590         * wl-message.el (wl-message-buffer-prefetch-subr):
5591         Fix for cancel-function-timers bug.
5592         (wl-message-buffer-prefetch-debug): Default value is t.
5593
5594 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5595
5596         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5597         (wl-message-buffer-prefetch-subr): Rewrite.
5598         Rename from `wl-message-buffer-prefetch'.
5599
5600 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5601
5602         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5603         (wl-default-draft-cite-decorate-author): Ditto.
5604
5605         * wl-draft.el (wl-draft-cite-function): Removed.
5606         (wl-default-draft-cite-decorate-author): Ditto.
5607
5608 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5609
5610         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5611         (wl-default-draft-cite): Do not arrange author name if the value of
5612         `wl-default-draft-cite-decorate-author' is nil.
5613
5614 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5615
5616         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5617
5618         * wl-folder.el (wl-folder-check-one-entity): Don't care
5619         `elmo-folder-use-flag-p'.
5620
5621 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5622
5623         * wl-folder (wl-folder-check-one-entity): Fix
5624         problem if unread is nil.
5625
5626 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5627
5628         * wl-address.el (wl-address-make-completion-list): Check whether
5629         the address is a group list.
5630         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5631
5632 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5633
5634         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5635         The number of the messages of new and unread does not count
5636         correctly.
5637
5638         * wl-summary.el (wl-summary-count-unread): Changed to return
5639         `(new . unread)' instead of total.
5640         (wl-summary-sync-update): Follow the change above.
5641
5642         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5643
5644 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5645
5646         * wl-address.el (wl-address-make-completion-list): Do not enclose
5647         address by " <" and ">" if associated realname is "".
5648         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5649         This is against the promblem with group list in .addresses pointed
5650         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5651
5652 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5653
5654         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5655         message is a format control string.
5656         * wl-expire.el (wl-expire-append-log): Ditto.
5657         * wl-mime.el (wl-summary-burst-subr): Ditto.
5658         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5659         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5660
5661 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5662
5663         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5664         wl.el (wl-check-variables): Rename from `wl-check-type'.
5665         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5666         (wl-check-variables-2): New function.
5667         (wl): Call `wl-check-variables-2'.
5668
5669 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5670
5671         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5672         after renaming folder in access group.
5673
5674 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5675
5676         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5677         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5678         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5679         (wl-message-buffer-prefetch): Rewrite.
5680         (wl-message-buffer-prefetch-idle-time): Removed.
5681         * wl-summary.el (wl-summary-redisplay-internal):
5682         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5683         Error check for `wl-message-buffer-prefetch-depht'.
5684
5685 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5686
5687         * Version number is increased to 2.9.5.
5688         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5689
5690 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5691
5692         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5693         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5694         Based on the patch written by
5695         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5696
5697 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5698
5699         * wl-draft.el (wl-draft-raw-send): Fix for
5700         `wl-news-send-pre-hook'
5701
5702 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5703
5704         * wl-utils.el (wl-message-id-function): New variable.
5705         * wl-draft.el (wl-draft-insert-required-fields):
5706         Use `wl-message-id-function'.
5707
5708 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5709
5710         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5711         * wl-utils.el (wl-draft-make-message-id-string):
5712         Use `wl-from' for domain part of Message-ID
5713         if `wl-message-id-use-wl-from' if non-nil.
5714         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5715
5716 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5717
5718         * wl.el (wl): Call `wl-check-type'
5719         Do not 'condition-case'.
5720
5721 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5722
5723         * wl.el (wl-check-type): New function.
5724         (wl-check-type-variables): New variable.
5725
5726 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5727
5728         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5729
5730 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5731
5732         * wl-draft.el (wl-smtp-password-key): New function.
5733         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5734         (wl-draft-send-mail-with-smtp): Ditto.
5735         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5736
5737 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5738
5739         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5740         * wl-utils.el (wl-unique-id-suffix): Remove.
5741
5742 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5743
5744         * Version number is increased to 2.9.4.
5745
5746 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5747
5748         * wl-utils.el (wl-unique-id-suffix): New variable.
5749         (wl-unique-id): Use `wl-unique-id-suffix'
5750
5751 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5752
5753         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5754         instead of `elmo-msgdb-search'.
5755
5756         * Version number is increased to 2.9.3.
5757
5758 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5759
5760         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5761
5762 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5763
5764         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5765         (wl-draft-dispatch-message): Changed for send-later.
5766         (wl-draft-queue-flush): Ditto.
5767         (wl-draft): Clear `wl-sent-message-queued'.
5768         (wl-draft-reedit): Ditto.
5769         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5770         * wl-vars.el (wl-draft-force-queuing): New variable.
5771         (wl-draft-force-queuing-mail): New variable.
5772         (wl-draft-force-queuing-news): New variable.
5773
5774 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5777         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5778
5779 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5780
5781         * Version number is increased to 2.9.2.
5782
5783 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * wl-draft.el (wl-draft-elide-region): New user command.
5786         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5787
5788         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5789         command `wl-draft-elide-region'.
5790         * wl-mule.el: Ditto.
5791         * wl-xmas.el: Ditto.
5792
5793 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5794
5795         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5796         (wl-biff-check-folder-async): Removed needless let.
5797
5798 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5799
5800         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5801         wl-folder-get-elmo-folder.
5802         (wl-biff-check-folder): Set `biff' argument of
5803         `wl-folder-check-one-entity'.
5804         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5805
5806         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5807         (wl-folder-check-one-entity): Added `biff' argument;
5808         Setup `biff' slot of folder.
5809
5810         * Version number is increased to 2.9.1.
5811
5812 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5813
5814         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5815         comment out and fixed.
5816         (wl-fldmgr-add-completion-subr): Ditto.
5817
5818         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5819         and msgdb.
5820
5821         * wl.el (wl-toggle-plugged): Save summary view.
5822
5823 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5824
5825         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5826
5827 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5828
5829         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5830
5831 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5834         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5835         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5836
5837         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5838         if it was failed.
5839         (wl-demo): Disable undo in the demo buffer.
5840
5841 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5842
5843         * wl-version.el (wl-version): Changed codename.
5844
5845         * Version number is increased to 2.9.0.
5846
5847 2001-12-14  Takuo KITAME <kitame@northeye.org>
5848
5849         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5850         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5851         (wl-folder-mark-as-read-all-current-entity): Ditto.
5852
5853 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * wl-vars.el (wl-from-width): Define as obsolete variable.
5856         (wl-subject-length-limit): Ditto.
5857
5858         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5859
5860         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5861         wl-summary-save-view.
5862
5863         * wl.el (wl-save-status): Ditto.
5864         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5865
5866         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5867         (wl-summary-exit): Follow the change above.
5868         (wl-summary-goto-folder-subr): Ditto.
5869
5870         * wl-folder.el (wl-folder-create-subr): Don't use
5871         `elmo-folder-creatable-p'.
5872
5873 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5874
5875         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5876
5877 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5880         rather than bitmap on Emacs 21.
5881         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5882         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5883         for xbm if the new redisplay engine is not available.
5884
5885 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5886
5887         * wl-folder.el (wl-folder-init-hook): New hook.
5888         (wl-folder-init): Run `wl-folder-init-hook'.
5889
5890 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5893
5894 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5895
5896         * wl-acap.el (wl-acap-cache-filename): New variable.
5897         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5898         (wl-acap-init): Use cache if no ACAP server found.
5899
5900 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5901
5902         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5903         `wl-acap-original-msgdb-dir'.
5904
5905         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5906         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5907
5908         * wl-mime.el (wl-mime-save-directory): Renamed from
5909         `wl-mime-save-dir'.
5910
5911 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5914
5915         * wl-demo.el: Require `path-util'.
5916         (wl-demo-bitmap-mule-available-p): New internal variable.
5917         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5918         `module-installed-p' instead.
5919         (wl-demo-insert-image): Use *.img file for a bitmap image.
5920         (wl-demo): Don't call the ascii demo recursively.
5921
5922 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5923
5924         * Version number is increased to 2.7.7.
5925
5926 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5927
5928         * wl.el (wl-exit): Eliminated byte-compile warning.
5929
5930 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5931
5932         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5933         obsolete variable using `elmo-define-obsolete-variable'.
5934         (wl-fetch-confirm-threshold): Ditto.
5935         (wl-cache-prefetch-folder-type-list): Ditto.
5936         (wl-cache-prefetch-folder-list): Ditto.
5937
5938 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5941         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5942         (wl-demo-insert-image): New function.
5943         (wl-demo-insert-text): New function.
5944         (wl-demo-image-type-alist): Redefine as a function.
5945         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5946         (wl-demo-with-temp-file-buffer): Removed.
5947         (wl-logo-xpm): Removed.
5948         (wl-logo-xbm): Removed.
5949         (wl-logo-bitmap): Removed.
5950
5951 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5952
5953         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5954         (wl-expire-localdir-get-folder-function): New user option.
5955         (wl-expire-localdir-get-folder): New function.
5956         (wl-expire-localdir-date): Ditto.
5957
5958 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5959
5960         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5961         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5962         Fixed unread number mismatch when all-unread < unread.
5963
5964 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5967         (wl-fetch-confirm-threshold): Ditto.
5968
5969         * wl-summary.el (wl-summary-confirm-appends): Removed.
5970         (wl-summary-sync-update): Don't refer
5971         `wl-summary-update-confirm-threshold' (It is now abolished).
5972
5973         * wl-message.el (wl-message-display-internal): Don't refer
5974         `wl-fetch-confirm-threshold' (It is now abolished).
5975
5976 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5979
5980 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5981
5982         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5983         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5984         Change default value to nil.
5985         (wl-summary-indent-length-limit): The value can be nil, nil means
5986         unlimited.
5987
5988         * wl-summary.el: Don't set limit for indent length if the value of
5989         wl-summary-indent-length-limit is nil.
5990         If the value of wl-summary-width is nil, it means only that the width
5991         of summary is unlimited (nil doesn't mean that the indent length is
5992         unlimited).
5993
5994         * wl-thread.el: Ditto.
5995
5996 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5997
5998         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5999         be nil, nil means never confirm.
6000         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6001
6002 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6003
6004         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6005         means unlimited).
6006
6007 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6008
6009         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6010         Use `with-temp-buffer'.
6011
6012 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6013
6014         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6015         with new backquote style).
6016         (wl-folder-get-entity-from-buffer): Ditto.
6017
6018 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6019
6020         * wl-version.el (nemacs-version): Eliminated.
6021         (wl-extended-emacs-version2): Ignore nemacs.
6022         (wl-extended-emacs-version3): Ditto.
6023
6024 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6025
6026         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6027         (wl-draft-add-in-reply-to): New variable.
6028         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6029         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6030         (wl-draft-yank-from-mail-reply-buffer): Use
6031         `wl-draft-add-in-reply-to'.
6032         (wl-draft-insert-current-message): Ditto.
6033
6034 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6035
6036         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6037         typo (kill->hide).
6038         (wl-message-buffer-prefetch-folder-type-list): Added elements
6039         `mark' and `cache' instead of `internal'.
6040
6041 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6042
6043         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6044         resume msgdb directory.
6045
6046 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6047
6048         * wl.el (wl-exit): Call `wl-acap-exit'.
6049
6050         * wl-summary.el (wl-summary-message-string): New function.
6051         (wl-summary-reedit): Use it.
6052         (wl-summary-resend-bounced-mail): Remove needless let.
6053         (wl-summary-supersedes-message): Ditto.
6054         (wl-summary-save): Ditto.
6055
6056         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6057         (wl-acap-init): Set it.
6058         (wl-acap-exit): New function.
6059
6060 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6061
6062         * wl.el (wl-init): Revert (require 'mime-setup). move from
6063         toplevel.
6064
6065 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6066
6067         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6068         local variables.  Add error when guess function return invalid
6069         value.
6070
6071 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6072
6073         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6074         Change local variable name.
6075         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6076         (wl-folder-get-newsgroups): Return nil when non-news folder.
6077         * wl-summary.el (wl-summary-write-current-folder): State through
6078         when guess-list return nil.
6079         (wl-summary-write-current-folder-functions): Fixed docstring.
6080
6081         * wl.el (wl-exit): Changed confirm message.
6082
6083         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6084         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6085
6086         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6087
6088 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6089
6090         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6091         user option (Renamed from wl-cache-prefetch-folder-type-list).
6092         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6093         from wl-cache-prefetch-folder-list).
6094
6095         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6096         Move to wl-vars.el.
6097         (wl-message-buffer-prefetch-p): Changed to enable
6098         `wl-message-buffer-prefetch-folder-list'.
6099
6100         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6101         `ignore-cache'.
6102
6103 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6104
6105         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6106         `part-top' and `part-bottom'.
6107         (wl-draft-config-sub-part-top): New function.
6108         (wl-draft-config-sub-part-bottom): New function.
6109
6110 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6111
6112         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6113
6114 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6115
6116         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6117
6118 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6119
6120         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6121
6122         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6123         (wl-summary-write-current-folder): Ditto.
6124
6125 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6126
6127         * wl-folder.el (wl-folder-get-newsgroups): Use
6128         `elmo-folder-newsgroups'.
6129
6130 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6131
6132         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6133         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6134         `wl-draft-config-sub-header-bottom'.
6135
6136 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6137
6138         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6139         localnews folder.
6140
6141 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6142
6143         * wl-summary.el (wl-summary-mode): Undo last change.
6144
6145         * wl-folder.el (wl-folder-mode): Ditto.
6146
6147 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6148
6149         * wl-summary.el (wl-summary-mode): Locally set
6150         truncate-partial-window-width to nil.
6151         (for XEmacs)
6152
6153         * wl-folder.el (wl-folder-mode): Ditto.
6154
6155 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6156
6157         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6158
6159 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6160
6161         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6162         number.
6163
6164         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6165
6166         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6167
6168         * Version number is increased to 2.7.6.
6169
6170 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6171
6172         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6173
6174 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6175
6176         * wl-summary.el (wl-summary-sync-update): Enclose network
6177         related portion with `unwind-protect'.
6178
6179 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6180
6181         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6182
6183 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6184
6185         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6186         element.
6187         * wl-vars.el (wl-message-body-button-alist): Ditto.
6188
6189         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6190         max match length.
6191         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6192
6193         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6194         for the max match length;
6195         Use 4th element value for the button string regexp group.
6196
6197         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6198         candidate exists, prompt to select.
6199
6200 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6201
6202         * wl-summary.el (wl-summary-jump-to-msg): Search before
6203         calibration point by `beginning-of-line'.
6204
6205 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6206
6207         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6208         for access group.
6209
6210 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6211
6212         * wl-message.el (wl-message-display-internal): Bind
6213         `default-mime-charset'.
6214
6215         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6216
6217         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6218
6219         * Version number is increased to 2.7.5.
6220
6221 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6222
6223         * wl-expire.el (wl-summary-archive): Fixed;
6224         Use `elmo-folder-name-internal'.
6225
6226 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6227
6228         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6229         from `elmo-folder-move-messages' caller.
6230         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6231
6232         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6233         related portions are changed).
6234
6235 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6236
6237         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6238         counter.
6239
6240 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6241
6242         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6243         buffer local and set it to nil.
6244
6245         * wl-message.el (wl-message-redisplay): Ditto.
6246
6247 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6248
6249         * wl-summary.el (wl-summary-mark-as-important): If message is
6250         already cached, set messag as read, otherwise encache and mark as read.
6251
6252 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6253
6254         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6255         point-min.
6256
6257 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6260         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6261         a keymap.
6262
6263 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6264
6265         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6266         parent.
6267
6268         * wl-mule.el (wl-message-define-keymap): Ditto.
6269
6270         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6271
6272         * wl-xmas.el (wl-message-display-internal-hook): Define.
6273         (wl-xmas-setup-message-toolbar): Define as function.
6274         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6275         (wl-message-overload-functions): Abolished.
6276         (wl-message-define-keymap): New function.
6277
6278         * wl-vars.el (wl-message-display-internal-hook): New variable.
6279         (wl-message-header-button-alist): New variable (Renamed from
6280         wl-highlight-message-header-button-alist).
6281         (wl-message-body-button-alist): Ditto.
6282
6283         * wl-mule.el (wl-message-define-keymap): New function.
6284         (wl-message-overload-functions): Abolished.
6285
6286         * wl-message.el (wl-message-add-buttons-to-body): New function.
6287         (wl-message-redisplay): Don't call wl-message-overload-functions;
6288         Call wl-message-add-buttons-to-header and
6289         wl-message-add-buttons-to-body.
6290         (wl-message-display-internal): Set keymap argument for
6291         elmo-mime-display-as-is, elmo-mime-message-display;
6292         Run wl-message-display-internal-hook.
6293         (wl-message-refer-article-or-url): Abolished.
6294
6295         * wl-highlight.el (wl-highlight-headers): Don't call
6296         wl-highlight-message-add-buttons-to-header.
6297         (wl-highlight-message-add-buttons-to-header): Abolished.
6298
6299
6300         * wl-e21.el (wl-message-display-internal-hook): Define.
6301         (wl-e21-setup-toolbar): Deleted duplicated binding.
6302         (wl-e21-setup-message-toolbar): Define as function.
6303         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6304         (wl-message-define-keymap): New function.
6305         (wl-message-overload-functions): Abolished.
6306
6307 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6308
6309         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6310         and elmo-folder-close.
6311
6312         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6313
6314 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6315
6316         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6317         boolean value.
6318         * wl-draft.el (wl-draft-do-fcc): Ditto.
6319
6320 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6321
6322         * wl-vars.el (wl-fcc-force-as-read): New variable.
6323         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6324         mark copied message as read.
6325
6326 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6327
6328         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6329
6330 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6331
6332         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6333         `wl-summary-target-above' instead of obsolete variable
6334         `wl-summary-temp-above'.
6335
6336         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6337         instead of `make-obsolete-variable'.
6338         * wl-refile.el (toplevel): Ditto.
6339
6340 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6341
6342         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6343         with third argument t.
6344         (wl-draft): Set first argument for wl-plugged-init as t.
6345
6346         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6347         definition.
6348
6349 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6350
6351         * wl-vars.el: Tabify.
6352         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6353
6354         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6355         message.
6356
6357 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6358
6359         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6360         and set default to beep.
6361
6362 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6363
6364         * wl-vars.el (wl-draft-truncate-lines): New variable.
6365
6366         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6367         instead of wl-message-truncate-lines for truncate-lines.
6368
6369 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6370
6371         * wl-message.el (wl-message-display-internal): Call
6372         `wl-highlight-message' after `elmo-mime-display-as-is'.
6373
6374         * wl-mime.el (wl-mime-display-text/plain): New function.
6375         (wl-mime-display-header): Ditto.
6376         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6377         body-presentation-method for text/plain;
6378         Register `wl-mime-display-header' as a header-presentation-method;
6379         Don't set up `elmo-message-text-content-inserted-hook' and
6380         `elmo-message-header-inserted-hook'.
6381
6382         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6383         variable.
6384         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6385         as t if flag is 'all-header;
6386         Don't bind `elmo-message-ignored-field-list',
6387         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6388
6389 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6392         for xemacs with non-mule environment.
6393
6394 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6395
6396         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6397         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6398         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6399
6400 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6401
6402         * wl-vars.el (wl-interactive-send): Set default value as t.
6403
6404 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6407         (wl-addrmgr-method-list): Abolished.
6408         (wl-addrmgr-change-method): Follow above change.
6409
6410         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6411
6412 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6413
6414         * wl-vars.el (wl-message-truncate-lines): Change default value
6415         to default-truncate-lines.
6416
6417         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6418
6419 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6420
6421         * wl-vars.el (wl-message-truncate-lines): New variable.
6422
6423         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6424         wl-message-truncate-lines.
6425
6426 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6427
6428         * wl-acap.el (wl-acap-init): Remove period from error message.
6429         (wl-acap-find-acap-service): Remove period from message.
6430
6431 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl.el (wl-check-environment): Undo last change.
6434
6435         * wl-vars.el (wl-from): Changed default value.
6436
6437         * wl-util.el (toplevel): Don't require tm-edit.
6438
6439         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6440         `wl-folder-init';
6441         Don't set mark on mail body.
6442         (wl-draft-reedit): Ditto.
6443
6444         * wl-address.el (wl-address-quote-specials): Define as an alias for
6445         elmo-address-quote-specials.
6446
6447 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6450
6451         * wl-vars.el (wl-from): Set default value as nil.
6452         (wl-organization): Set default value as ORGANIZATION environment
6453         variable.
6454
6455         * wl-draft.el (wl-smtp-extension-bind): Check value of
6456         wl-smtp-connection-type.
6457
6458         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6459         error.
6460
6461 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6462
6463         * Version number is increased to 2.7.4.
6464
6465         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6466         arguments from `wl-highlight-x-face-function' caller.
6467         Use x-face-1.3.6.12 or later.
6468
6469 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6470
6471         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6472
6473 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6474
6475         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6476         (wl-fcc): Fix to accept function.
6477         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6478
6479 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6480
6481         * wl-acap.el (toplevel): Added `product-provide' declare.
6482         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6483
6484 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl.el (wl): Changed order of calling `elmo-init'
6487         and `elmo-folder-init'.
6488
6489 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6490
6491         * wl-mime.el (wl-summary-burst): Extract message when content-type
6492         of root entity is not only `multipart' but also `message/rfc822'.
6493         (wl-summary-burst-subr): Ditto.
6494
6495 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6496
6497         * wl-vars.el (toplevel): Require 'custom.
6498         (wl-trash-folder): Added to `wl-setting' group.
6499
6500         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6501         exists.
6502         (wl-addrmgr-draw): Insert empty line when no entry exists.
6503
6504         * wl-mule.el (wl-message-wheel-up): Fixed.
6505         (wl-message-wheel-down): Ditto.
6506
6507 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6508
6509         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6510         config is an anonymous lambda expression.
6511
6512 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6515         when Mule 2 is running.
6516
6517 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6520
6521 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6522
6523         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6524         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6525
6526         * wl-address.el (wl-address-specials-regexp): Eliminated.
6527         (wl-address-quote-specials): Rewrite.
6528
6529 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6532         shy-groups for regexp.
6533
6534         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6535         character classes and Perl style shy-groups for regexp.
6536         (wl-highlight-plugged-current-line): Use Posix style character
6537         classes for regexp.
6538         (wl-e21-highlight-folder-by-numbers): Ditto.
6539         (wl-e21-display-image-p): Use `display-images-p' instead of
6540         `display-graphic-p'.
6541         (display-images-p): Make an alias to `display-graphic-p' if it is
6542         not available.  It is for Emacs version prior to 21.0.105.
6543
6544         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6545         `display-graphic-p'.
6546         (wl-demo-image-type-alist): Ditto.
6547         (display-images-p): Make an alias to `display-graphic-p' if it is
6548         not available.  It is for Emacs version prior to 21.0.105.
6549
6550 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6551
6552         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6553         support.
6554         (wl-generate-user-agent-string): Ditto.
6555
6556         * wl-version.el (wl-version): Update docsting.
6557         (wl-version-status): Ditto.
6558
6559 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6560
6561         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6562         21.0.105.  For Emacs 21.0.104 or earlier.
6563
6564 2001-09-03  Takuo KITAME <kitame@northeye.org>
6565
6566         * wl-e21.el (wl-plugged-init-icons): Use
6567         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6568         (wl-biff-init-icons): Ditto.
6569
6570 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6571
6572         * wl-highlight.el (wl-highlight-summary-current-line):
6573         Fixed highlighting refile/copy destination.
6574
6575         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6576         (wl-acap-store): Encode string by wl-acap-coding-system.
6577
6578 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6579
6580         * wl-acap.el (toplevel): Check and require 'un-define before
6581         'xemacs-ucs;
6582          Added checking for UTF-2000.
6583
6584 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6585
6586         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6587         Don't enclose with `eval-and-compile'.
6588
6589         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6590         wl-init is non-nil.
6591
6592         * wl-draft.el (wl-draft): Ditto.
6593
6594         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6595
6596         * wl-acap.el (toplevel): Require 'wl.
6597         (wl-acap-store): Call `elmo-init'.
6598
6599         * wl.el (wl): Changed position of `wl-check-environment'.
6600         (toplevel): Added autoload setting for wl-acap.
6601
6602         * wl-vars.el (wl-setting): New custom group.
6603         (wl-from): Added wl-setting group.
6604         (wl-user-mail-address-list): Ditto.
6605         (wl-organization): Ditto.
6606         (wl-subscribed-mailing-list): Ditto.
6607         (wl-envelope-from): Ditto.
6608         (wl-smtp-posting-user): Ditto.
6609         (wl-smtp-posting-server): Ditto.
6610         (wl-smtp-posting-port): Ditto.
6611         (wl-smtp-authenticate-type): Ditto.
6612         (wl-pop-before-smtp-user): Ditto.
6613         (wl-pop-before-smtp-server): Ditto.
6614         (wl-pop-before-smtp-port): Ditto.
6615         (wl-pop-before-smtp-authenticate-type): Ditto.
6616         (wl-nntp-posting-server): Ditto.
6617         (wl-nntp-posting-user): Ditto.
6618         (wl-nntp-posting-port): Ditto.
6619         (wl-fetch-confirm-threshold): Ditto.
6620         (wl-prefetch-threshold): Ditto.
6621         (wl-thread-insert-opened): Ditto.
6622         (wl-ldap-server): Ditto.
6623         (wl-ldap-port): Ditto.
6624         (wl-ldap-base): Ditto.
6625         (wl-ldap-objectclass): Ditto.
6626         (wl-use-ldap): Ditto.
6627         (wl-draft-config-alist): Ditto.
6628         (wl-draft-config-matchone): Ditto.
6629         (wl-template-alist): Ditto.
6630         (wl-message-sort-field-list): Ditto.
6631         (wl-message-ignored-field-list): Ditto.
6632         (wl-message-visible-field-list): Ditto.
6633         (wl-interactive-send): Ditto.
6634         (wl-summary-move-order): Ditto.
6635         (wl-auto-select-first): Ditto.
6636         (wl-auto-select-next): Ditto.
6637         (wl-interactive-save-folders): Ditto.
6638
6639         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6640         Initialization codes are moved from wl-local-folder-init.
6641         (wl-local-folder-init): Follow the change above.
6642         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6643
6644         * wl-acap.el: New file.
6645
6646         * Version number is increased to 2.7.3.
6647
6648 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6649
6650         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6651
6652 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6653
6654         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6655         (wl-addrmgr-address-entry-list): Ditto.
6656
6657 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6658
6659         * wl-e21.el (wl-draft-mode-map): Removed binding for
6660         `wl-draft-insert-x-face-field'.
6661
6662         * wl-mule.el (wl-draft-mode-map): Ditto.
6663
6664         * wl-xmas.el (wl-draft-mode-map): Ditto.
6665
6666         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6667         (wl-cs-autoconv): Ditto.
6668         (wl-cs-local): Ditto.
6669         (wl-use-scoring): Ditto.
6670         (wl-mime-charset): Ditto.
6671         (wl-folder-check-async): Ditto.
6672
6673         * wl.el (toplevel): Ignore nemacs and tm.
6674         (wl-exit): Ditto.
6675
6676         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6677         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6678         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6679         instead of wl-address-petname-add-or-change.
6680         (wl-summary-edit-addresses-subr): Use wl-address-delete
6681         instead of wl-address-petname-delete.
6682
6683         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6684
6685         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6686         if error occured.
6687
6688         * wl-message.el (require): Remove tm support.
6689
6690         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6691
6692         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6693         (wl-folder-jump-to-current-entity): Ditto.
6694         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6695
6696         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6697         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6698         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6699
6700         * wl-mule.el (wl-draft-key-setup): Ditto.
6701
6702         * wl-xmas.el (wl-draft-key-setup): Ditto.
6703
6704         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6705         (wl-draft-std11-parse-addresses): New function.
6706         (wl-draft-parse-mailbox-list): Use it.
6707         (wl-draft): Ignore nemacs.
6708         (wl-draft-reedit): Ditto.
6709
6710         * wl-addrmgr.el: New file.
6711         (Original is wl-rcpt.el written by
6712         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6713         Thanks Kitamoto-san.)
6714
6715         * wl-address.el (wl-address-make-address-list): Modified parsing
6716         process.
6717         (wl-address-delete): Renamed from `wl-address-petname-delete';
6718         Modify wl-address-list too.
6719         (wl-address-add-or-change): Renamed from
6720         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6721
6722 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6723
6724         * wl-highlight.el (wl-highlight-summary-current-line):
6725           Work with transient-mark-mode
6726
6727 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6728
6729         * Version number is increased to 2.7.2.
6730
6731         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6732         instead of elmo-dop-queue-method.
6733
6734 2001-08-06  SAITO Atsunori <sai@yedo.com>
6735
6736         * wl-vars.el (wl-ldap-objectclass): New user option.
6737
6738         * wl-address.el (wl-ldap-make-filter): Use it.
6739
6740 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6741
6742         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6743
6744 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl-folder.el (wl-folder): redisplay after folder insertion.
6747
6748         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6749
6750         * wl-summary.el (wl-summary-sync-update):
6751         Change status mark only when new-msgdb exists.
6752         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6753
6754 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6755
6756         * wl-summary.el (wl-summary-open-folder): New function.
6757         (wl-summary-goto-folder-subr): Use it.
6758         (wl-summary-mark-as-important): Fix;
6759         Encache only when no cache exists.
6760
6761 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6762
6763         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6764         Use with-current-buffer.
6765
6766 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6767
6768         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6769         before call `get-buffer'. Fixed parenthesis.
6770         (wl-score-get-header-entry): Clear message and help window when
6771         keyboard quit.
6772         (wl-score-edit-insert-header): Ditto.
6773
6774 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6777         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6778         (wl-default-draft-cite): Fix.
6779
6780         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6781         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6782
6783 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * wl-message.el (wl-message-prev-page): Do same bahavior
6786         as summary when it is called in the message buffer.
6787         (wl-message-next-page): Ditto.
6788
6789 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6790
6791         * wl-summary.el (wl-summary-forward): Use cache if it is not
6792         section cache.
6793
6794 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6797         Removed redundant require of elmo-vars.
6798         (wl-biff-state-indicator-on): Changed default value for
6799         xemacs with non-mule environment.
6800
6801         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6802         wl-message-buffer is nil;
6803         Hide progress bar after moving messages.
6804
6805 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6808         message at cursor point is deleted.
6809
6810 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6811
6812         * wl-vars.el: Changed file coding system to euc-japan.
6813         Added -*-coding:-*- magic to the first line.
6814
6815         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6816         Search parent from the first message.
6817
6818         * Version number is increased to 2.7.1.
6819
6820 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6821
6822         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6823
6824 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6825
6826         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6827         refile/delete execution.
6828
6829         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6830         Fixed docstring.
6831
6832 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6833
6834         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6835         do update process;
6836         Don't update marks when update process is interrupted.
6837
6838 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6839
6840         * wl-summary.el (wl-summary-reply): Fixed problem when
6841         wl-draft-use-frame is non-nil.
6842         (wl-summary-forward): Ditto.
6843
6844         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6845         as nil.
6846         (wl-folder-mark-as-read-all-entity): Ditto.
6847         (wl-folder-prefetch-entity): Ditto.
6848
6849         * wl.el (wl): Check environment before wl-init.
6850
6851         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6852         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6853         instead of wl-summary-collect-unread.
6854         (wl-summary-reply): Split message window.
6855
6856 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6859         only if current language environment is japanese,
6860
6861         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6862         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6863         (wl-folder-goto-folder-subr): Ditto.
6864
6865         * wl-draft.el (wl-draft-dispatch-message): Call
6866         `elmo-file-cache-get-path'.
6867
6868 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6869
6870         * wl-summary.el (wl-summary-cursor-move): If return value of
6871         wl-summary-next-message is not number, don't jump.
6872
6873 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6874
6875         * wl-summary.el (wl-summary-buffer-next-message-function): New
6876         variable.
6877         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6878         if it is bound.
6879
6880         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6881         string.
6882
6883         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6884         (wl-plugged-drawing): Ditto.
6885
6886 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6887
6888         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6889         process.
6890         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6891         with unwind-protect.
6892
6893         * wl.el (wl-init): Require mime-setup.
6894         (wl-check-environment): Don't require mime-setup.
6895
6896         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6897         instead of elmo-folder-type.
6898
6899         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6900         value as nil.
6901
6902 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * Version number is increased to 2.7.0.
6905
6906         * wl-version.el (wl-version): Changed codename.
6907
6908         * wl-summary.el (wl-summary-delete-cache): Fixed.
6909
6910         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6911         Workaround for net folders.
6912         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6913
6914         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6915         value to nil (According to the patch from
6916         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6917
6918         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6919         of elmo-folder-close.
6920
6921 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6922
6923         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6924         for postfix.
6925
6926 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6927
6928         * wl-summary.el (wl-summary-resend-message): Fixed.
6929
6930         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6931         Call wl-draft with `from' argument if its address is included in
6932         `wl-user-mail-address-list'.
6933         (wl-draft): Added `from' argument.
6934
6935         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6936         non-nil.
6937         (wl): Don't show demo if wl-demo is nil.
6938
6939         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6940         wl-summary-use-frame.
6941
6942         * wl-vars.el (wl-summary-use-frame): New user option.
6943         (wl-folder-use-frame): Changed docstring.
6944
6945         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6946         non-nil.
6947         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6948         wl-summary-use-frame.
6949
6950         * wl-vars.el (wl-folder-use-frame): New user option.
6951
6952         * wl-summary.el (wl-summary-exit): Back to folder frame if
6953         wl-folder-use-frame is non-nil.
6954         (wl-summary-redisplay-internal): Ignore cache if current folder
6955         is draft folder,
6956         (wl-summary-redisplay-no-mime): Ditto.
6957         (wl-summary-redisplay-all-header): Ditto.
6958
6959         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6960         if wl-folder-use-frame is non-nil.
6961
6962 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6963
6964         * wl-summary.el (wl-summary-sync-update): Bind
6965         elmo-folder-update-threshold.
6966         (wl-summary-mark-as-important): Enclosed server mark processing
6967         with `save-match-data'.
6968
6969         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6970         only when it is already defined.
6971
6972 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6973
6974         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6975         name of folder exclude localdir is wrong.
6976         * wl-folder.el (wl-folder-sync-entity):
6977         Set `wl-summary-always-sticky-folder-list' as nil.
6978         (wl-folder-mark-as-read-all-entity): Ditto.
6979         (wl-folder-prefetch-entity): Ditto.
6980
6981 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6982
6983         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6984         instead of `wl-summary-write-current-newsgroup'.
6985
6986 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6987
6988         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6989         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6990         non-nil and selected message is important, do not display.
6991
6992 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6993
6994         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6995
6996 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6997
6998         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6999
7000         * wl-summary.el (wl-summary-mark-as-important): Set message number
7001         using wl-summary-message-number.
7002
7003 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7004
7005         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7006         destination folder is 'null.
7007
7008 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7009
7010         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7011         New function.
7012         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7013         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7014         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7015
7016 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7017
7018         * wl-mime.el (wl-mime-setup): Added setting for
7019         `mime-setup-signature-key-alist' to avoid overriding key bind for
7020         `wl-draft-send'.
7021
7022         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7023         for `wl-draft-send'.
7024         * wl-mule.el (wl-draft-overload-functions): Ditto.
7025         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7026         * wl-draft.el (wl-draft-send): Ditto.
7027
7028         * wl-message.el (wl-message-display-internal):
7029         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7030         (Patch is provided by <kita@coe.nttdata.co.jp>).
7031
7032 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7033
7034         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7035
7036 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7037
7038         * wl.el (wl): Fix for wl-demo.
7039
7040 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7041
7042         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7043
7044 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7045
7046         * wl-folder.el (wl-folder-prefetch-entity): Use
7047         `wl-folder-get-elmo-folder'.
7048         (wl-folder-count-incorporates): Do not use
7049         `wl-folder-get-elmo-folder'.
7050
7051 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7052
7053         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7054         instead of `elmo-folder-get-type'.
7055
7056 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7057
7058         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7059         position on Subject: field.
7060         (Advised by Mito <mit@nines.nec.co.jp>)
7061
7062 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7063
7064         * wl-folder.el (wl-folder-prefetch-entity): Use
7065         `wl-folder-get-elmo-folder'.
7066
7067 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7070
7071         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7072         `process-duplicates' slot.
7073
7074         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7075         if detection failed.
7076
7077 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7078
7079         * wl-version.el (wl-version-status): Set to "alpha".
7080
7081 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7084         Check wl-message-buffer lives before set-buffer.
7085
7086 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7087
7088         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7089         called in folder mode.
7090         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7091         * wl-summary.el (wl-summary-exit-pre-hook): Run
7092         `wl-summary-exit-pre-hook' before exit summary mode.
7093
7094 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7095
7096         * wl-version.el (wl-version-status): New variable.
7097         (wl-version-status-alist): Removed.
7098         (wl-version-status): Rule included.
7099
7100 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7101
7102         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7103         @sponichi.
7104
7105         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7106         when `mail-reply-buffer' is buffer-local variable.
7107         (Reported by <kita@coe.nttdata.co.jp>).
7108
7109 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7110
7111         * wl-vars.el (toplevel): Require 'elmo-util.
7112
7113 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7114
7115         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7116         (All other related portions are changed)
7117
7118         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7119
7120         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7121
7122 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7123
7124         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7125
7126 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7127
7128         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7129         Delete other windows to avoid an error.
7130         Use `point-marker' instead of `point' to remember the start point
7131         of body.
7132
7133         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7134
7135         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7136         number not to exceed all message number.
7137
7138 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7139
7140         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7141         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7142
7143 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7144
7145         * wl-summary.el (wl-summary-sync-force-update): Added argument
7146         no-check.
7147         (wl-summary-sync-update): Ditto.
7148         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7149         with `no-check'.
7150
7151         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7152         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7153         already running.
7154
7155 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7156
7157         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7158         `dst-folder-arg'.
7159         (wl-expire-archive-number1): Diito.
7160         (wl-expire-archive-number2): Diito.
7161         (wl-expire-archive-Date): Diito.
7162         (wl-archive-number1): Diito.
7163         (wl-archive-number2): Diito.
7164         (wl-archive-date): Diito.
7165         (wl-archive-folder-p): New function.
7166         (wl-summary-expire): Support of expand folder name at
7167         wl-expire-alist.
7168         * wl-util.el (wl-expand-newtext): Renamed from
7169         `wl-refile-expand-newtext'.
7170
7171 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7172
7173         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7174         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7175         `(elmo-msgdb-get-overview msgdb)'.
7176         (wl-summary-prefetch): Bind match data before call
7177         `wl-summay-prefetch-msg'.
7178         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7179         'off if `wl-summary-buffer-disp-msg' is non-nil.
7180         Fixed problem that couldn't show only one new or unread message when
7181         enter folder.
7182         (wl-summary-reply): Don't call `split-window-vertically' and other
7183         window.
7184
7185 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-expire.el (wl-expire-refile): Fixed.
7188
7189 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7190
7191         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7192
7193         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7194         biff notification is removed.
7195
7196         * wl.el (wl): Changed position of `elmo-init'.
7197
7198         * wl-draft.el (wl-default-draft-cite): Use date field
7199         on the citation buffer.
7200
7201         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7202
7203         * wl-xmas.el (wl-folder-internal-icon-list): Added
7204         `wl-folder-shimbun-image'.
7205
7206         * wl-e21.el (wl-folder-internal-icon-list): Added
7207         `wl-folder-shimbun-image'.
7208
7209 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl.el (wl-init): Eliminated argument.
7212         (wl): Rewrite.
7213
7214         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7215         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7216         instead of `elmo-folder-msgdb-internal'.
7217         (wl-summary-sync-update): Ditto.
7218         (wl-summary-flush-pending-append-operations): Eliminated.
7219         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7220         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7221         `elmo-folder-open'.
7222
7223         * wl-mime.el (wl-summary-burst): Fixed.
7224
7225         * wl-folder.el (wl-folder-info-save): Check data type.
7226
7227         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7228         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7229         instead of `elmo-folder-msgdb-internal'.
7230         (wl-expire-hide): Ditto.
7231
7232
7233         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7234
7235 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7236
7237         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7238
7239 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7240
7241         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7242
7243 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7244
7245         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7246         Fixed `match-beginning' argument mismatch.
7247
7248 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7249
7250         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7251         the default value.
7252
7253 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7254
7255         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7256         instead of `elmo-nntp-default-port'.
7257
7258         * wl-vars.el: Fixed some doc strings.
7259
7260 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7261
7262         * wl-summary.el (wl-summary-prefetch-msg): Use
7263         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7264
7265         * wl-vars.el: Define *-func as obsolete variable using
7266         `elmo-define-obsolete-variable'.
7267
7268         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7269         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7270         instead of `wl-message-buffer-prefetch-threshold'.
7271
7272         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7273
7274         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7275
7276         * wl-draft.el (wl-caesar-region-func): Ditto.
7277
7278         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7279         Keep unread status in elmo-folder-move-messages.
7280         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7281
7282 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7283
7284         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7285         `wl-summary-buffer-exit-func'
7286         (wl-summary-buffer-message-redisplay-function): Renamed from
7287         `wl-summary-buffer-message-redisplay-func'
7288         (wl-summary-buffer-next-folder-function): Renamed from
7289         `wl-summary-buffer-next-folder-func'.
7290         (wl-summary-buffer-prev-folder-function): Renamed from
7291         `wl-summary-buffer-prev-folder-func'.
7292         (wl-summary-get-petname-function): Renamed from
7293         `wl-summary-get-petname-func'.
7294
7295         * wl-score.el (wl-score-edit-exit-function): Renamed from
7296         `wl-score-edit-exit-func'.
7297
7298         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7299         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7300
7301         * wl-util.el (wl-load-profile-function): Renamed from
7302         `wl-load-profile-func'.
7303
7304         * wl-folder.el (wl-folder-completion-function): Renamed from
7305         `wl-folder-completion-func'.
7306         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7307
7308         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7309         `wl-expire-archive-get-folder-func'.
7310         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7311         (wl-draft-send-mail-function): Renamed from
7312         `wl-draft-send-mail-func'.
7313         (wl-draft-send-news-function): Renamed from
7314         `wl-draft-send-news-func'.
7315         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7316         (wl-generate-mailer-string-function): Renamed from
7317         `wl-generate-mailer-string-func'.
7318         (wl-highlight-signature-search-function): Renamed from
7319         `wl-highlight-signature-search-func'.
7320         (wl-highlight-x-face-function): Renamed from
7321         `wl-highlight-x-face-func'
7322         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7323         (wl-ps-print-buffer-function): Renamed from
7324         `wl-ps-print-buffer-func'
7325         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7326         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7327         (wl-summary-subject-filter-function): Renamed from
7328         `wl-summary-subject-filter-func'.
7329
7330         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7331         `wl-draft-queue-flush-send-func'
7332         (wl-draft-cite-function): Renamed from
7333         `wl-draft-cite-func'
7334
7335         * wl-address.el (wl-address-init-function): Renamed from
7336         `wl-address-init-func'.
7337
7338 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7339
7340         * wl-draft.el (wl-draft-queue-flush): Don't call
7341         `elmo-dop-unlock-message'.
7342         * wl-draft.el (wl-draft-queue-append): Don't call
7343         `elmo-dop-lock-message'.
7344
7345         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7346         (wl-summary-buffer-folder-name): Ditto.
7347         (wl-summary-message-regexp): Added '-' (all other related portions
7348         are changed).
7349         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7350         wl-summary-buffer-folder-name.
7351
7352 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7353
7354         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7355         the number of mails in the folder buffer is not updated by wl-biff.
7356
7357 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7358
7359         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7360         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7361
7362 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7363
7364         * wl-summary.el (wl-summary-next-message):
7365         Return next message number when wl-summary-move-order is nil.
7366
7367 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7368
7369         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7370         `wl-summary-move-spec-alist'.
7371         (wl-summary-move-spec-unplugged-alist): New variable
7372         (Move spec for unplugged status).
7373         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7374         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7375
7376 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7377
7378         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7379         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7380
7381 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7382
7383         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7384         simple quotation to quote the anonymous function.
7385         * tm-wl.el (wl-draft-preview-message): Ditto.
7386
7387 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7388
7389         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7390         Eliminate redundant `save-excursion'.
7391         (wl-highlight-summary-current-line): Ditto.
7392
7393         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7394         accessing match data when `looking-at' failed.
7395
7396         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7397         `elmo-match-string' where users don't care about the speed.
7398         (wl-draft-save): Ditto.
7399
7400 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7401
7402         * wl-util.el (wl-regexp-opt): New function.
7403
7404         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7405         number from `wl-summary-buffer-number-list'.
7406         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7407         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7408         (wl-summary-move-spec-alist): Changed default setting.
7409
7410 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7411
7412         * wl-vars.el (wl-biff-notify-hook): New hook.
7413         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7414         the arrival of new mail.
7415         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7416         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7417
7418 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7419
7420         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7421
7422 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7423
7424         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7425
7426         * Version number is increased to 2.5.8.
7427
7428         * wl-thread.el (toplevel): require 'cl.
7429         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7430         (wl-thread-make-number-list): New function.
7431         (wl-thread-entity-make-number-list-from-children): Ditto.
7432         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7433         (wl-thread-entity-insert-as-children): Likewise.
7434         (wl-thread-delete-message): Likewise.
7435         (wl-meaning-of-mark): Eliminated.
7436         (wl-thread-next-failure-mark-p): Ditto.
7437         (wl-thread-entity-get-mark): Ditto.
7438         (wl-thread-meaning-alist-get-result): Ditto.
7439         (wl-thread-entity-check-prev-mark): Ditto.
7440         (wl-thread-entity-check-next-mark): Ditto.
7441         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7442         (wl-thread-entity-get-prev-marked-entity): Ditto.
7443         (wl-thread-get-prev-unread): Ditto.
7444         (wl-thread-jump-to-prev-unread): Ditto.
7445         (wl-thread-get-next-unread): Ditto.
7446         (wl-thread-jump-to-next-unread): Ditto.
7447         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7448         (wl-thread-entity-get-next-marked-entity): Ditto.
7449
7450         * wl-summary.el (wl-summary-buffer-number-list):
7451         New bufer-local variable.
7452         (wl-summary-switch-to-clone-buffer): Clone
7453         `wl-summary-buffer-number-list'.
7454         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7455         (wl-summary-cursor-move-regex): Eliminated.
7456         (wl-summary-cursor-up): Rewrite.
7457         (wl-summary-cursor-down): Ditto.
7458         (wl-summary-mode-spec-alist): New variable.
7459         (wl-summary-next-message): New inline function.
7460         (wl-summary-cursor-move): New function.
7461         (wl-summary-default-get-next-msg): Rewrite.
7462         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7463         (wl-summary-rescan): Ditto.
7464         (wl-summary-sync-all-init): Ditto.
7465         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7466         summary is not thread view.
7467         (wl-summary-sync-update): Ditto.
7468         (wl-summary-rescan): Ditto.
7469         (wl-summary-make-number-list): New function.
7470
7471         * wl-draft.el: "FCC" -> "Fcc".
7472
7473 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7474
7475         * wl-highlight.el (wl-highlight-summary-window):
7476         Call `set-buffer-modified-p'.
7477
7478         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7479         (wl): Call `elmo-init' and fix.
7480
7481         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7482         Use new variables.
7483
7484         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7485
7486 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7487
7488         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7489
7490 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7491
7492         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7493
7494 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7495
7496         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7497         `wl-use-toolbar' nor `display-graphic-p'.
7498         (wl-e21-setup-message-toolbar): Ditto.
7499         (wl-e21-setup-summary-toolbar): Ditto.
7500         (wl-e21-setup-folder-toolbar): Ditto.
7501
7502         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7503         (wl-plugged-init-icons): Ditto.
7504
7505         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7506         `display-graphic-p'.
7507         (wl-plugged-set-folder-icon): Ditto.
7508         (wl-highlight-plugged-current-line): Ditto.
7509         (wl-highlight-folder-current-line): Ditto.
7510         (wl-e21-highlight-folder-group-line): Ditto.
7511         (wl-e21-setup-toolbar): Ditto.
7512         (wl-e21-display-image-p): New macro.
7513
7514         * wl-demo.el (wl-demo): Simplified.
7515         (wl-demo-image-type-alist): Use `image-type-available-p' for
7516         checking whether the image type `xbm' is available.
7517
7518 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7519
7520         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7521         (wl-summary-input-range): Ditto.
7522
7523 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7524
7525         * wl-summary.el (wl-summary-edit-addresses): Use
7526         `wl-summary-get-original-buffer'
7527         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7528         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7529         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7530         (wl-summary-get-newsgroups): Eliminated.
7531         (wl-summary-set-crosspost): Ditto.
7532         (wl-summary-is-crosspost-folder): Ditto.
7533         (wl-crosspost-alist-load): Ditto.
7534         (wl-crosspost-alist-save): Ditto.
7535
7536         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7537         `elmo-setup-subscribed-newsgroups' instead of
7538         `elmo-nntp-make-groups-hashtb'.
7539         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7540         instead of `wl-crosspost-alist-save'.
7541
7542         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7543         of `elmo-folder-message-appendable-p'.
7544         (wl-mime-header-presentation-method): Eliminated.
7545
7546         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7547         (Error occurs in emacs21).
7548
7549         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7550         the current buffer).
7551
7552         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7553         instead of `wl-crosspost-alist-save'.
7554         (wl-init): `elmo-crosspost-message-alist-load'
7555         instead of `wl-crosspost-alist-load'
7556
7557         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7558         (wl-parse-newsgroups): Likewise.
7559         (wl-biff-notify): Run `wl-biff-notify-hook'.
7560
7561 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7562
7563         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7564
7565         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7566         when `wl-summary-lazy-highlight' is non-nil.
7567         (wl-summary-goto-folder-subr): Highlight only when
7568         `wl-summary-lazy-highlight' is non-nil.
7569
7570         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7571         Don't display progress and highlight temp-mark when
7572         `wl-summary-lazy-highlight' is non-nil.
7573         (wl-highlight-summary-window): New function.
7574         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7575
7576 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7577
7578         * wl-summary.el (wl-summary-sync): Change `all-visible'
7579         from `all-shown'
7580         (wl-summary-input-range): Ditto.
7581
7582 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7583
7584         * wl-e21.el (wl-highlight-folder-current-line): Call
7585         `wl-folder-init-icons' when folder icons have not been initialized.
7586
7587         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7588
7589         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7590         (wl-demo-image-type-alist): New macro.
7591
7592 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7593
7594         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7595         display does not support graphics.
7596         (wl-plugged-init-icons): Ditto.
7597         (wl-folder-init-icons): Ditto.
7598
7599         * wl-demo.el (wl-demo): Chech closely whether the display
7600         supports graphics.
7601
7602 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7603
7604         * wl-summary.el (wl-summary-get-original-buffer): New function.
7605         (wl-summary-set-crosspost): Use it.
7606         (wl-summary-target-mark-uudecode): Ditto.
7607         (wl-summary-reedit): Ditto.
7608         (wl-summary-resend-bounced-mail): Ditto.
7609         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7610         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7611
7612         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7613         (wl-message-display-internal): Ditto.
7614
7615 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7618
7619 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-summary.el (wl-summary-save-view): Renamed from
7622         `wl-summary-save-status'.
7623
7624 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7625
7626         * wl-summary.el (wl-summary-sync): Added `all-shown'
7627
7628 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7629
7630         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7631
7632 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7633
7634         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7635
7636 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7637
7638         * wl-highlight.el (wl-highlight-summary-line-string): Use
7639         `zerop' instead of `= 0'.
7640         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7641
7642         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7643         for comparing numbers.
7644         (wl-template-prev): Use `zerop' instead of `eq 0'.
7645
7646         * wl-draft.el (wl-draft-insert-current-message): Use
7647         `with-current-buffer' instead of `save-excursion'.
7648         Use `zerop' instead of `eq 0'.
7649
7650 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7651
7652         * wl-draft.el (wl-draft-insert-ccs): New function.
7653         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7654         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7655
7656 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7657
7658         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7659
7660 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7661
7662         * wl-expire.el (wl-expire-refile): Don't call
7663         elmo-msgdb-add-msgs-to-seen-list;
7664         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7665         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7666
7667 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7668
7669         * wl-message.el (wl-message-prev-page): Ignore errors while
7670         scroll-down.
7671
7672 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7673
7674         * wl-mime.el: Use elmo-original-message-mode instead of
7675         mmelmo-original-mode.
7676
7677         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7678         `elmo-folder-get-spec';
7679         (wl-fldmgr-add-completion-all-completions):
7680         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7681
7682         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7683         of `elmo-folder-get-type'.
7684
7685         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7686         `elmo-folder-get-spec';
7687         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7688         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7689         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7690         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7691         `elmo-read-msg-no-cache';
7692         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7693         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7694         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7695         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7696         `elmo-cache-save';
7697         (wl-draft-reedit): Use `elmo-message-file-name'.
7698
7699         * wl-expire.el: Use `elmo-folder-name-internal';
7700         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7701         Use macro `wl-summary-buffer-msgdb' instead of variable
7702         `wl-summary-buffer-msgdb';
7703         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7704         Use macro `wl-summary-buffer-folder-name' instead of variable
7705         `wl-summary-buffer-folder-name'.
7706         * wl-score.el: Likewise.
7707
7708         * wl-message.el: Rewrite for new message buffer cache mechanism.
7709         (wl-message-buffer-cache-buffer-get): New macro.
7710         (wl-message-buffer-cache-folder-get): Ditto.
7711         (wl-message-buffer-cache-message-get): Ditto.
7712         (wl-message-buffer-cache-entry-make): Ditto.
7713         (wl-message-buffer-cache-hit): Ditto.
7714         (wl-message-buffer-cache-sort): New function.
7715         (wl-message-buffer-cache-add): Ditto.
7716         (wl-message-buffer-cache-delete): Ditto.
7717         (wl-message-buffer-cache-clean-up): Ditto.
7718         (wl-message-buffer-window): Rewrite.
7719         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7720         (wl-message-buffer-display): New function.
7721         (wl-message-display-internal): New function.
7722
7723 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7724
7725         * wl-folder.el: Use `elmo-folder-name-internal';
7726         Use `wl-folder-get-elmo-folder';
7727         Use `elmo-folder-list-messages' instead of
7728         `elmo-list-folder';
7729         Use `elmo-folder-get-primitive-list' instead of
7730         `elmo-folder-get-primitive-spec-list';
7731         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7732         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7733         Use `elmo-folder-create' instead of `elmo-create-folder'.
7734         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7735         (wl-folder-get-elmo-folder): New macro.
7736         (wl-folder-elmo-folder-cache-get): Ditto.
7737         (wl-folder-elmo-folder-cache-put): Ditto.
7738         (wl-folder-suspend): Call `elmo-quit'.
7739
7740         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7741         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7742         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7743         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7744         (toplevel): require 'cl.
7745         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7746
7747         * wl-summary.el: Rewrite to use new elmo interface.
7748
7749 \f
7750 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7751
7752         * wl-mime.el (wl-draft-preview-message):
7753         Run `wl-draft-send-hook' before collecting recipients information;
7754         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7755
7756         * tm-wl.el (wl-draft-preview-message): Ditto.
7757
7758 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7759
7760         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7761         wrong recipients are displayed when forwarded message.
7762
7763 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7764
7765         * Version number is increased to 2.5.7.
7766
7767 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7768
7769         * wl-message.el (wl-message-next-page): Bind
7770         `window-pixel-scroll-increment' to nil while scrolling up.
7771
7772 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7773
7774         * wl-vars.el (wl-save-hook): New hook.
7775         * wl.el (wl-save): Call `wl-save-hook'.
7776
7777 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7778
7779         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7780         Argument WITH-ARG instead of NO-ARG (negative mean).
7781         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7782         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7783         * wl-message.el (wl-message-follow-current-entity): Likewise.
7784
7785 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7786
7787         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7788         FROM was optional argument.
7789         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7790
7791 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7792
7793         * Version number is increased to 2.5.6.
7794
7795 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7796
7797         * wl-version.el (wl-version-show): Removed.
7798         (wl-version): Add `interactive'.
7799
7800 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7801
7802         * wl-summary.el (wl-summary-get-petname-func): New variable.
7803         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7804         instead of `wl-address-get-petname-1'.
7805         (wl-summary-simple-from): Ditto.
7806
7807         * wl-address.el (wl-address-get-petname-1): Define as function.
7808
7809 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7810
7811         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7812         field in the original message.
7813         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7814
7815 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7816
7817         * wl-expire.el (wl-expire-hide):
7818         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7819
7820 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7821
7822         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7823         find decoder for To, Cc, and Subject.
7824
7825 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7826
7827         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7828         for checking `elmo-use-buffer-cache'.
7829         (wl-summary-mark-as-important): Fixed typo in comment.
7830
7831 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7832
7833         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7834         field in the original message.
7835         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7836
7837 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7838
7839         * wl-expire.el (wl-expire-hide):
7840         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7841
7842 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7845         find decoder for To, Cc, and Subject.
7846
7847 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * Version number is increased to 2.5.5.
7850
7851         * wl-address.el (wl-address-specials-regexp): New constant.
7852         (wl-address-quote-specials): Use it.
7853
7854 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7855
7856         * wl-summary.el (wl-summary-rescan):
7857         Call `wl-summary-buffer-number-column-detect'.
7858         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7859
7860         * wl-message.el (wl-message-mode-map): Define.
7861         (wl-message-decode): Use it as local-map.
7862
7863 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7866         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7867
7868 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7869
7870         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7871
7872         * wl-mule.el (wl-read-event-char): Ditto.
7873
7874         * wl-e21.el (wl-read-event-char): Ditto.
7875
7876         * wl-nemacs.el (wl-read-event-char): Ditto.
7877         (read-event): Removed.
7878
7879         * wl-util.el (toplevel): Removed dummy definition of
7880         `read-event'.
7881         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7882
7883 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7884
7885         * wl-nemacs.el (elmo-archive-call-process): Moved to
7886         elmo-archive.el.
7887
7888 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7889
7890         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7891         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7892
7893         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7894         instead of magic-number 6.  Use `not' instead of `null' for symbol
7895         `nil' check (not empty list).
7896         (wl-draft-insert-x-face-field): Fixed paren style.
7897
7898         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7899         one-branch conditional statement, instead of `and' and `if'.
7900         (wl-draft-forward): Likewise.
7901         (wl-draft-add-references): Likewise.
7902         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7903
7904         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7905         conditional steatment.  Use `cond' instead of `if'.
7906         (wl-draft-confirm): Likewise.
7907
7908 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7909
7910         * wl-version.el (wl-version-show): Use `product-string-1'
7911         instead of `wl-version'.
7912         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7913
7914         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7915
7916 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7917
7918         * wl-highlight.el (wl-highlight-headers): Revert
7919         `wl-highlight-x-face-func' argument (`beg' and `end').
7920
7921 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7922
7923         * wl.el (toplevel): Move `product-provide' declare.
7924         * wl-demo.el (toplevel): Ditto.
7925         * wl-dnd.el (toplevel): Ditto.
7926         * wl-highlight.el (toplevel): Ditto.
7927         * wl-message.el (toplevel): Ditto.
7928         * wl-refile.el (toplevel): Ditto.
7929         * wl-util.el (toplevel): Ditto.
7930
7931 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7932
7933         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7934         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7935         (wl-thread-close-all): keep cursor position.
7936
7937 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7938
7939         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7940         (eq x 0).
7941         (wl-generate-user-agent-string-1): Fix conditional statement.
7942
7943 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7944
7945         * wl.el (wl-check-environment): Additional check for
7946         'wl-local-domain' and `wl-message-id-domain'.
7947
7948 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7949
7950         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7951
7952 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7953
7954         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7955         instead of `smtp-sasl-user-realm'.
7956
7957 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7958
7959         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7960
7961 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7962
7963         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7964         to the default value as well as `eword-lexical-analyzer'.
7965
7966 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7967
7968         * wl-version.el (wl-extended-emacs-version,
7969         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7970         `elmo-match-string' instead of `wl-match-string'.
7971
7972 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7973
7974         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7975         docstring.
7976
7977 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7978
7979         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7980
7981 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7982
7983         * wl-highlight.el (wl-highlight-headers): Remove
7984         `wl-highlight-x-face-func' argument (`beg' and `end').
7985
7986 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7987
7988         * wl-summary.el (wl-summary-mark-as-important):
7989         Remove cache if folder is local.
7990
7991 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7992
7993         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7994         to get existing e-mail address string.
7995
7996 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7997
7998         * wl-version.el (wl-generate-user-agent-string): Commentary.
7999         (wl-generate-user-agent-string-1): Use `when' for
8000         one-branch conditional statement, instead of `and' and `if'.
8001         (wl-extended-emacs-version, wl-extended-emacs-version2,
8002         wl-extended-emacs-version3): Ditto.
8003
8004 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8005
8006         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8007         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8008         condition-case; Remove initialization.
8009         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8010         (wl-summary-sync-update3): Added argument `sync-all';
8011         Eliminated local variable `msgdb';
8012         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8013         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8014         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8015
8016 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8017
8018         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8019         connection before call `wl-draft-send-mail-with-smtp'.
8020
8021 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8022
8023         * Version number is increased to 2.5.4.
8024
8025 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8026
8027         * wl.el (wl-check-environment): Additional check for
8028         'wl-local-domain' and `wl-message-id-domain'.
8029
8030 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8031
8032         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8033         buffer as command specific.
8034         (wl-folder-mark-as-read-all-entity): Ditto.
8035         (wl-folder-prefetch-entity): Ditto.
8036         (wl-folder-drop-unsync-entity): Ditto.
8037
8038         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8039         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8040         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8041
8042         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8043         save-excursion.
8044
8045 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8046
8047         * Version number is increased to 2.5.3.
8048
8049         * wl-summary.el (wl-summary-save-view-cache):
8050         Delete duplicated `write-region';
8051         Use `write-region-as-binary' instead of `as-binary-output-file' and
8052         `write-region'.
8053
8054 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8055
8056         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8057
8058 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8061         instead of `smtp-via-smtp'.
8062
8063 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8064
8065         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8066
8067 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8068
8069         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8070         instead of `smtp-sasl-user-realm'.
8071
8072 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8073
8074         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8075
8076 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8077
8078         * Version number is increased to 2.5.2.
8079
8080 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8081
8082         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8083         does not exist.
8084         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8085         (wl-biff-start): Call `timer-activate' if timer already exists.
8086
8087         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8088         only when it is bound as function.
8089
8090 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8091
8092         * Version number is increased to 2.5.1.
8093
8094 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8095
8096         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8097         Print refile/copy destination.
8098
8099 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8100
8101         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8102         queue-flush-only is non-nil.
8103
8104         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8105
8106         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8107         checking cache folder.
8108
8109 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8110
8111         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8112         `regexp-quote'.
8113
8114 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8115
8116         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8117         function.
8118         * wl-summary.el (wl-summary-write-current-folder-functions):
8119         Change default value.  Use it.
8120
8121 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8122
8123         * Version number is increased to 2.5.0.
8124
8125         * wl-version.el (wl-version): Changed codename.
8126
8127 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8128
8129         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8130         (wl-summary-supersedes-message): Ditto.
8131
8132 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8133
8134         * wl-refile.el (wl-refile-guess-functions): Renamed from
8135         `wl-refile-guess-func-list'.
8136
8137 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8140         Fixed problem when no rule was matched.
8141
8142 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8143
8144         * wl-summary.el (wl-summary-get-mark): Fixed
8145         `wl-summary-buffer-target-mark' check logic.
8146
8147 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8148
8149         * wl-folder.el (wl-folder-write-current-folder): Added group
8150         folder check.
8151
8152         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8153         `wl-summary-write-current-newsgroup'.
8154         (wl-summary-write-current-folder-functions): New variable.
8155         * wl-folder.el (wl-folder-get-newsgroups): New function.
8156         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8157         (wl-folder-write-current-folder): Renamed from
8158         `wl-folder-write-current-newsgroup'.
8159
8160 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8161
8162         * Version number is increased to 2.3.93.
8163
8164 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8165
8166         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8167         (wl-ldap-make-matched-value-list): Ditto.
8168         (wl-ldap-alias-safe-string): Split e-mail address.
8169
8170         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8171         petname folder default was selected.
8172         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8173         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8174
8175 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8176
8177         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8178         to `wl-draft-config-exec'.
8179
8180         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8181         instead of calling `wl-draft-config-exec';
8182         Process group-list and show recipients in minibuffer.
8183
8184         * tm-wl.el (wl-draft-preview-message): Ditto.
8185
8186 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8187
8188         * wl.el (toplevel): Added (C) to copyright notice, and
8189         sync Author header.
8190         * tm-wl.el (toplevel): Ditto.
8191         * wl-address.el (toplevel): Ditto.
8192         * wl-demo.el (toplevel): Ditto.
8193         * wl-dnd.el (toplevel): Ditto.
8194         * wl-draft.el (toplevel): Ditto.
8195         * wl-e21.el (toplevel): Ditto.
8196         * wl-expire.el (toplevel): Ditto.
8197         * wl-folder.el (toplevel): Ditto.
8198         * wl-highlight.el (toplevel): Ditto.
8199         * wl-message.el (toplevel): Ditto.
8200         * wl-mime.el (toplevel): Ditto.
8201         * wl-mule.el (toplevel): Ditto.
8202         * wl-nemacs.el (toplevel): Ditto.
8203         * wl-refile.el (toplevel): Ditto.
8204         * wl-score.el (toplevel): Ditto.
8205         * wl-summary.el (toplevel): Ditto.
8206         * wl-template.el (toplevel): Ditto.
8207         * wl-thread.el (toplevel): Ditto.
8208         * wl-util.el (toplevel): Ditto.
8209         * wl-vars.el (toplevel): Ditto.
8210         * wl-xmas.el (toplevel): Ditto.
8211
8212 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8213
8214         * wl.el (wl-init): Added comment about `wl-init-hook'.
8215         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8216         * wl-vars.el (wl-init-hook): Added docs.
8217         (wl-make-plugged-hook): Removed useless docs.
8218         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8219         * wl-xmas.el (toplevel): Ditto.
8220
8221 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8222
8223         * wl-address.el (toplevel): Fixed multiple Author header format.
8224         * wl-demo.el (toplevel): Ditto.
8225         * wl-draft.el (toplevel): Ditto.
8226         * wl-folder.el (toplevel): Ditto.
8227         * wl-summary.el (toplevel): Ditto.
8228         * wl-thread.el (toplevel): Ditto.
8229         * wl-util.el (toplevel): Ditto.
8230         * wl-vars.el (toplevel): Ditto.
8231         * wl-version.el (toplevel): Ditto.
8232         * wl-xmas.el (toplevel): Ditto.
8233         * wl.el (toplevel): Ditto.
8234
8235         * wl-version.el (toplevel): Added require `elmo-version' for
8236         `product-version-as-string'.
8237
8238 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8239
8240         * wl-vars.el (wl-draft-send-hook): Changed default value to
8241         '(wl-draft-config-exec).
8242
8243         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8244         explicitly.
8245         (wl-draft): Set `wl-draft-config-exec-flag' before running
8246         `wl-mail-setup-hook'.
8247
8248         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8249         `wl-biff-init-icons' to `wl-init-hook' instead of
8250         `wl-make-plugged-hook'.
8251         (Because if `wl-draft' command is invoked at first,
8252         they are not initialized)
8253         Updated copyright notice.
8254
8255         * wl-e21.el (toplevel): Ditto;
8256
8257         * wl-demo.el (toplevel): Updated copyright notice.
8258         * wl-address.el (toplevel): Ditto.
8259         * wl-draft.el (toplevel): Ditto.
8260         * wl-version.el (toplevel): Ditto.
8261         * wl-folder.el (toplevel): Ditto.
8262         * wl-summary.el (toplevel): Ditto.
8263         * wl-thread.el (toplevel): Ditto.
8264         * wl-util.el (toplevel): Ditto.
8265         * wl-vars.el (toplevel): Ditto.
8266         * wl.el (toplevel): Ditto.
8267
8268 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8269
8270         * wl-highlight.el (wl-highlight-message): Fixed problem of
8271         highlighting failure which occured when the last field contains
8272         multiple lines in the draft buffer.
8273
8274         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8275         `wl-biff-start' if plugged.
8276
8277         * wl-util.el (wl-biff-check-folder): New function.
8278         (wl-biff-check-folders): Don't set session name prefix.
8279         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8280         (wl-biff-check-folder-async): Ditto.
8281
8282         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8283         in email address.
8284
8285 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8286
8287         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8288
8289         * wl-draft.el (wl-draft-strip-subject-re): New function.
8290
8291         * wl-draft.el (wl-draft-reply): Use it.
8292
8293 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8294
8295         * wl-message.el (wl-mmelmo-message-redisplay): Use
8296         `mime-display-message' instead of `wl-mime-display-message'.
8297
8298         * wl-mime.el (toplevel): Removed compatibility workaround
8299         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8300         (wl-mime-display-message): Abolished.
8301         (wl-mime-entity-read-field): Ditto.
8302         (wl-mime-combine-message/partial-pieces): Use
8303         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8304
8305 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8306
8307         * wl-template.el: Doc fixes.
8308
8309 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8310
8311         * wl-e21.el (wl-message-overload-functions): Do nothing if
8312         `current-local-map' is not available.
8313         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8314
8315 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8316
8317         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8318         representation.
8319
8320         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8321         number.
8322         (wl-fldmgr-save-folders): Don't use `format' when insert
8323         `wl-fldmgr-folders-header'.
8324
8325 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8326
8327         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8328
8329 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8330
8331         * wl-highlight.el (wl-highlight-message):
8332         Use `std11-field-end' to detect end point of the header field.
8333         Refer `wl-highlight-max-header-size'.
8334
8335         * wl-vars.el (wl-highlight-max-header-size): New variable.
8336
8337         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8338
8339         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8340         Set `for-draft' argument of wl-highlight-headers.
8341         (wl-draft): Ditto.
8342         (wl-draft-reedit): Ditto.
8343         (wl-user-agent-compose-internal): Ditto.
8344
8345 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8346
8347         * wl-message.el (wl-message-add-button): Use overlay.
8348
8349 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8350
8351         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8352
8353         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8354         problem when group-list content is nothing.
8355         (Reported by Mito <mit@nines.nec.co.jp>)
8356
8357 2000-10-18  SAITO Atsunori <sai@yedo.com>
8358
8359         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8360
8361 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8362
8363         * tm-wl.el (toplevel): Use product-provide.
8364
8365 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8366
8367         * Version number is increased to 2.3.92.
8368
8369 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8370
8371         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8372         title text, use `display' property for left margin under Emacs 21.
8373
8374         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8375         properties.
8376         (wl-plugged-init-icons): Ditto.
8377
8378 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8379
8380         * wl.el (wl-save-status, wl-init): Remove last period in
8381         "...done." message.
8382         * tm-wl.el (wl-summary-burst): Ditto.
8383         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8384         wl-summary-resume-cache-status,
8385         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8386         wl-summary-sync-update3, wl-summary-highlight-msgs,
8387         wl-summary-flush-pending-append-operations,
8388         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8389         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8390         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8391         wl-thread-open-all): Ditto.
8392         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8393         * wl-mime.el (wl-summary-burst): Ditto.
8394         * wl-highlight.el (wl-highlight-summary): Ditto.
8395         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8396         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8397         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8398         * wl-address.el (wl-local-address-init): Ditto.
8399
8400 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8401
8402         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8403         `add-text-properties'.
8404         (wl-plugged-init-icons): Ditto.
8405         (wl-folder-init-icons): Use `propertize' instead of
8406         `put-text-property'.
8407         (wl-plugged-set-folder-icon): Ditto.
8408         (wl-e21-highlight-folder-group-line): Ditto.
8409
8410 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8411
8412         * wl-version.el (wl-version-status-alist): New variable.
8413         (wl-version-status): New function.
8414
8415         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8416         "Cc" part of the case "Reply-To".
8417
8418         * wl-draft.el (wl-draft-reply): Use result of
8419         `eword-extract-address-components'.
8420
8421         * wl-demo.el (wl-demo-icon-name): New constant.
8422         (wl-logo-xpm): Use it.
8423         (wl-logo-xbm): Ditto.
8424         (wl-logo-bitmap): Ditto.
8425
8426         * Version number is increased to 2.3.91.
8427
8428 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8429
8430         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8431         (wl-extended-emacs-version, wl-extended-emacs-version2,
8432         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8433         docstring.
8434
8435         * wl-version.el (wl-generate-user-agent-string-1): New function.
8436         (wl-generate-user-agent-string): Use it.
8437
8438         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8439         `mime-edit-insert-user-agent-field'.
8440         (wl-generate-user-agent-string): Check
8441         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8442
8443         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8444         instead of `if', when verbose case.
8445
8446 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8447
8448         * wl-expire.el (wl-summary-expire): Fix.
8449
8450 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8451
8452         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8453         and `elmo-lost+found-folder' if 'wl-draft.
8454         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8455
8456 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8457
8458         * wl-expire.el (wl-summary-expire): Change messages.
8459         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8460         `deleing-info' instead of "Deleting..."
8461
8462 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8463
8464         * wl-summary.el (wl-summary-refile-subr): Fix.
8465
8466 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8467
8468         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8469         if pipe folder.
8470
8471 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8472
8473         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8474
8475 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8476
8477         * wl-expire.el (wl-expire-hide): New function.
8478         (wl-summary-expire): Add `hide'.
8479
8480 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8481
8482         * wl-vars.el (wl-draft-reply-without-argument-list):
8483         Changed default value to consider `Reply-To:'.
8484         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8485
8486         * Version number is increased to 2.3.90.
8487
8488         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8489         elmo-imap4-get-session with unwind-protect.
8490         Don't cause error.
8491         (wl-summary-sync-marks): Don't check plugged nor folder type.
8492         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8493         (Always keep current buffer).
8494
8495 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8496
8497         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8498         Enclose with `save-excursion'.
8499
8500 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8501
8502         * wl-version.el (wl-version): Remove interactive.
8503
8504 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8505
8506         * wl-version.el (wl-generate-user-agent-string): Use
8507         `product-string-verbose' instead of `product-string-1'.
8508
8509 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8510
8511         * wl-vars.el (wl-draft-use-cache): New variable.
8512         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8513         if wl-draft-use-cache is non-nil.
8514
8515 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8516
8517         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8518         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8519
8520 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8521
8522         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8523         (wl-thread-msg-mark-as-unread): Ditto.
8524
8525         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8526         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8527         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8528         Don't set mark in summary if return value of `elmo-mark-as-read'
8529         is nil.
8530         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8531         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8532         instead of `wl-thread-msg-mark-as-read'.
8533         (wl-summary-mark-as-unread-region): Ditto.
8534         (wl-summary-target-mark-mark-as-read): Ditto.
8535
8536         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8537
8538 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8539
8540         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8541
8542         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8543
8544 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8545
8546         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8547         face.
8548
8549 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8550
8551         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8552         `running-xemacs'.
8553
8554 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8555
8556         * wl-version.el (toplevel): Use `product-version-as-string' for
8557         set verstion-string, if defined.
8558
8559         * wl-version.el (wl-version-show): Insert string at point, when
8560         call with argument.
8561
8562         * wl-version.el (wl-generate-user-agent-string): Use
8563         `product-string-1' instead of `wl-appname', `wl-version' and
8564         `wl-codename'.
8565
8566 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8567
8568         * wl-address.el (toplevel): Use product-provide.
8569         * wl-demo.el (toplevel): Ditto.
8570         * wl-dnd.el (toplevel): Ditto.
8571         * wl-draft.el (toplevel): Ditto.
8572         * wl-e21.el (toplevel): Ditto.
8573         * wl-expire.el (toplevel): Ditto.
8574         * wl-fldmgr.el (toplevel): Ditto.
8575         * wl-folder.el (toplevel): Ditto.
8576         * wl-highlight.el (toplevel): Ditto.
8577         * wl-message.el (toplevel): Ditto.
8578         * wl-mime.el (toplevel): Ditto.
8579         * wl-mule.el (toplevel): Ditto.
8580         * wl-nemacs.el (toplevel): Ditto.
8581         * wl-refile.el (toplevel): Ditto.
8582         * wl-score.el (toplevel): Ditto.
8583         * wl-summary.el (toplevel): Ditto.
8584         * wl-template.el (toplevel): Ditto.
8585         * wl-thread.el (toplevel): Ditto.
8586         * wl-util.el (toplevel): Ditto.
8587         * wl-vars.el (toplevel): Ditto.
8588         * wl-xmas.el (toplevel): Ditto.
8589         * wl.el (toplevel): Ditto.
8590
8591 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8592
8593         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8594         instead of product.
8595
8596         * wl-version.el (wl-version): Compile time evalution elmo-version.
8597
8598 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8599
8600         * wl-summary.el (wl-summary-sync-force-update): Append queue
8601         `mark-as-read'if unplugged.
8602
8603 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8604
8605         * wl-version.el: New file.  Use product.el.
8606         * wl.el: add (require 'wl-version).
8607         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8608         for ~/.folders header.
8609         (wl-fldmgr-folders-header): Changed.
8610         * wl-demo.el (wl-demo): Use product.el.
8611
8612         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8613         wl-version.el.
8614         * wl-util.el (wl-version, wl-version-show): Ditto.
8615
8616         * wl-util.el (wl-generate-user-agent-string,
8617         wl-extended-emacs-version, wl-extended-emacs-version2,
8618         wl-extended-emacs-version3): Move to wl-version.el.
8619         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8620         xemacs-codename, mime-edit-insert-user-agent-field,
8621         mime-edit-user-agent-value, mime-editor/version,
8622         mime-editor/codename): Compile warning killer move to
8623         wl-version.el
8624
8625 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8626
8627         * wl-summary.el (wl-summary-refile-subr): Fix.
8628
8629 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8630
8631         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8632         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8633
8634 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8635
8636         * wl.el (wl-check-environment): Check too many `@'.
8637
8638 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8639
8640         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8641
8642 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8643
8644         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8645         wl-draft-reply-myself-without-argument-list): Add variables.
8646         * wl-draft.el (wl-draft-reply): Use it.
8647
8648 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8649
8650         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8651         the 5th argument of `elmo-network-get-spec'.
8652
8653         * wl-thread.el (wl-thread-reparent-children): New inline function.
8654         (wl-thread-delete-message): Use it.
8655
8656         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8657         (wl-summary-score-update-all-lines): Don't use `dolist'.
8658
8659 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8660
8661         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8662         (require 'elmo-msgdb) for inline function.
8663
8664 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8665
8666         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8667
8668 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8669
8670         * wl-score.el (wl-score-headers): Fix for the confusing macro
8671         `elmo-kill-buffer'.
8672
8673 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8674
8675         * wl-summary.el: Don't use the 3rd argument of `require' because
8676         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8677         * wl-util.el: Ditto.
8678         * wl-draft.el: Ditto.
8679
8680 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8681
8682         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8683         window system is not used.
8684
8685 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8686
8687         * wl-thread.el: Don't use `mapcar' only for iteration.
8688         (wl-thread-resume-entity): Ditto.
8689         (wl-thread-delete-message): Ditto.
8690
8691         * wl-summary.el: Bind `dragdrop-drop-functions',
8692         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8693         of `require' for `timezone', `easymenu' and `ps-print';
8694         don't use `mapcar' only for iteration.
8695
8696         * wl-util.el: Bind `mule-version', `nemacs-version',
8697         `emacs-beta-version', `xemacs-codename',
8698         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8699         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8700         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8701         only for iteration.
8702
8703         * wl-score.el: Don't use `mapcar' only for iteration.
8704         (wl-score-simplify-buffer-fuzzy): Ditto.
8705         (wl-score-simplify-subject): Ditto.
8706         (wl-score-headers): Ditto.
8707         (wl-summary-score-update-all-lines): Ditto.
8708
8709         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8710         `enable-multibyte-characters' and `mule-version'.
8711
8712         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8713         `mapcar' only for iteration.
8714
8715         * wl-demo.el: Don't use `mapcar' only for iteration.
8716
8717         * wl-folder.el: Don't use `mapcar' only for iteration.
8718         (wl-folder-open-all): Ditto.
8719         (wl-folder-count-incorporates): Ditto.
8720
8721         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8722         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8723
8724         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8725         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8726         `smtp-connection-type'; specify 3rd argument of `require' for
8727         `timezone'; don't use `mapcar' only for iteration.
8728         (wl-draft-clone-local-variables): Don't use `mapcar'.
8729         (wl-draft-generate-clone-buffer): Ditto.
8730         (wl-user-agent-compose-internal): Ditto.
8731
8732         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8733
8734         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8735         (wl-save-status): Ditto.
8736
8737         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8738         for iteration.
8739
8740 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8741
8742         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8743         removed `Date'.
8744         (wl-fldmgr-make-filter-default): New user option.
8745
8746         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8747         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8748         (wl-fldmgr-filter-completion-alist): Abolish.
8749
8750         * wl.el (wl): Don't check servers if arg is non-nil.
8751
8752         * wl-draft.el (wl-draft-reply): Set only message-id string to
8753         In-Reply-To field.
8754
8755 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8756
8757         * wl-summary.el (wl-summary-pick): Rewrite.
8758
8759         * wl-draft.el (wl-draft-forward): Get references field from
8760         original buffer.
8761         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8762
8763 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8764
8765         * wl-draft.el (wl-draft-forward): Add references field.
8766
8767 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8768
8769         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8770         (wl-draft-reply): Use it.
8771
8772 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8773
8774         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8775         when Emacs 21 is running.
8776
8777         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8778         bindings.
8779
8780 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8781
8782         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8783         XPM icons transparent.
8784
8785         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8786         Emacs 21.
8787
8788 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8789
8790         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8791         nil.
8792
8793         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8794         when it is persistent.
8795         (wl-summary-sync-marks): Changed argument for
8796         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8797         (wl-summary-virtual): Use `elmo-read-search-condition'.
8798         (wl-summary-redisplay-internal): If folder is local, mark as read
8799         even when folder is plugged.
8800
8801 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8802
8803         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8804         of `tool-bar-lines' in the frame parameters.
8805         (after-make-frame-functions, post-command-hook): Don't modify the
8806         value.
8807         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8808         wl-e21-tool-bar-lines): Removed.
8809
8810 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8811
8812         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8813         properties `evaporate' and `wl-momentary-overlay' as well.
8814         (wl-highlight-summary-displaying): Ditto.
8815         (wl-delete-all-overlays): Don't delete overlay which does not have
8816         a property `wl-momentary-overlay'.
8817
8818         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8819         `display-mouse-p' and `display-graphic-p'.
8820         (wl-folder-init-icons): Don't search for XBM or the other files.
8821         (wl-plugged-set-folder-icon): Make icons if and only if
8822         `display-graphic-p' returns non-nil.
8823         (wl-highlight-plugged-current-line): Use `before-string' overlay
8824         property to show icon images.
8825         (wl-highlight-folder-current-line): Ditto.
8826         (wl-e21-highlight-folder-group-line): Ditto.
8827         (wl-e21-highlight-folder-by-numbers): Ditto.
8828         (wl-e21-insert-image): Removed.
8829         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8830         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8831         said.
8832         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8833         `wl-e21-force-switch-toolbar'.
8834         (wl-e21-make-icon-image): Removed.
8835         (wl-e21-setup-toolbar): Don't search for XBM files.
8836         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8837         the default value.
8838
8839 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8840
8841         * wl-util.el (wl-biff-check-folder-async): Set
8842         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8843
8844 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8845
8846         * wl-e21.el (after-make-frame-functions): Add
8847         `wl-e21-force-switch-toolbar'.
8848         (wl-e21-force-switch-toolbar): New function force to switch the
8849         toolbar appearance automatically.
8850         (post-command-hook): Add `wl-e21-switch-toolbar'.
8851         (wl-e21-switch-toolbar): New function to switch the toolbar
8852         appearance automatically.
8853         (wl-e21-tool-bar-lines): New buffer local variable.
8854
8855 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8856
8857         * wl-util.el (wl-biff-check-folders-running): New variable.
8858         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8859         (wl-biff-check-folder-async-callback):
8860         Set `wl-biff-check-folders-running'.
8861         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8862         with unwind-protect.
8863
8864         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8865         Enclose `wl-folder-auto-check' with unwind-protect.
8866
8867         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8868         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8869
8870         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8871
8872         * wl-util.el (wl-biff-notify): New inline function.
8873         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8874         locally.
8875         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8876         folder-list' is 1.
8877         Use `wl-biff-notify'.
8878         (wl-biff-check-folder-async-callback): New function.
8879         (wl-biff-check-folder-async): Ditto.
8880
8881         * wl-folder.el (wl-folder): Don't check folders.
8882         (wl-folder-auto-check): New function.
8883
8884 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8885
8886         * wl-util.el (wl-biff-start) [Emacs19+]:
8887         Use `timer-next-integral-multiple-of-time'.
8888         (wl-biff-check-folders): Use `wl-default-folder'
8889         if `wl-biff-check-folder-list' is nil.
8890
8891 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8892
8893         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8894         instead of `elmo-delete-lists'.
8895
8896 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8897
8898         * wl.el (wl-plugged-toggle-all): Set the value of
8899         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8900         (wl-plugged-toggle): Ditto.
8901         (wl-toggle-plugged): Ditto.
8902         (wl-plugged-init): Ditto.
8903
8904         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8905         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8906         instead of `wl-biff-state-indicator-off' and
8907         `wl-biff-state-indicator-on'; don't modify the value and the type
8908         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8909         (wl-plugged-init-icons): Set icons data to
8910         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8911         instead of `wl-plug-state-indicator-off' and
8912         `wl-plug-state-indicator-on'; don't modify the value and the type
8913         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8914
8915         * wl-vars.el (wl-modeline-biff-state-off,
8916         wl-modeline-biff-state-on, wl-modeline-biff-status,
8917         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8918         wl-modeline-plug-status): New internal variables.
8919         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8920         wl-biff-check-interval, wl-biff-check-folder-list): Change
8921         customization group from `wl-folder' to `wl-highlight'.
8922         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8923         wl-show-plug-status-on-modeline): Defcustomized.
8924
8925         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8926         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8927         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8928         a flag to `mode-line-buffer-identification'.
8929
8930         * wl-e21.el (wl-biff-init-icons): Set icons data to
8931         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8932         instead of `wl-biff-state-indicator-off' and
8933         `wl-biff-state-indicator-on'.
8934         (wl-plugged-init-icons): Set icons data to
8935         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8936         instead of `wl-plug-state-indicator-off' and
8937         `wl-plug-state-indicator-on'.
8938
8939 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8940
8941         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8942         excessive titles.
8943
8944 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8945
8946         * wl.el (wl-plugged-mode): Use revised
8947         `wl-mode-line-buffer-identification'.
8948         (wl-plugged-init): Don't use `force-mode-line-update'.
8949
8950         * wl-xmas.el (wl-draft-overload-functions): Use revised
8951         `wl-mode-line-buffer-identification'.
8952         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8953         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8954         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8955         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8956         `wl-make-plugged-hook';
8957         add `wl-folder-init-icons' and `wl-setup-folder' to
8958         `wl-folder-mode-hook'.
8959
8960         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8961         19 as well.
8962         (wl-mode-line-display-priority-list): New user option.
8963         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8964         Defcustomized.
8965         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8966         Add docs.
8967
8968         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8969         start.
8970         (wl-mode-line-buffer-identification): Revised as a function.
8971
8972         * wl-summary.el (wl-summary-mode): Use revised
8973         `wl-mode-line-buffer-identification'; don't call
8974         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8975         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8976         `wl-xmas-setup-summary'.
8977
8978         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8979         `wl-mode-line-buffer-identification'.
8980
8981         * wl-mule.el (wl-draft-overload-functions): Use revised
8982         `wl-mode-line-buffer-identification'.
8983
8984         * wl-folder.el (wl-make-plugged-alist): Don't call
8985         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8986         (wl-folder): Don't call `wl-folder-init-icons' directly.
8987         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8988         `wl-xmas-setup-folder' directly;
8989         use revised `wl-mode-line-buffer-identification'.
8990         (TopLevel): Don't bind `wl-biff-init-icons',
8991         `wl-plugged-init-icons', `wl-folder-init-icons',
8992         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8993
8994         * wl-e21.el (wl-draft-overload-functions): Use revised
8995         `wl-mode-line-buffer-identification'.
8996         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8997         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8998         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8999         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9000         `wl-make-plugged-hook';
9001         add `wl-folder-init-icons' and `wl-setup-folder' to
9002         `wl-folder-mode-hook'.
9003
9004 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9005             Katsumi Yamaoka    <yamaoka@jpl.org>
9006
9007         * wl.el (wl): Call `wl-biff-start'.
9008         (wl-exit): Call `wl-biff-stop'.
9009         (wl-plugged-mode): Show biff in modeline.
9010         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9011
9012         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9013         (wl-biff-init-icons): New function.
9014         (wl-plugged-init-icons): Don't make too much keymaps.
9015         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9016
9017         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9018         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9019         variables.
9020         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9021         options.
9022
9023         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9024         wl-biff-start, wl-biff-stop): New functions.
9025         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9026         (wl-biff-timer-name): New variable.
9027
9028         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9029
9030         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9031         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9032
9033         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9034         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9035
9036         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9037         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9038         `wl-folder-init-icons' to `ignore' if they are not available.
9039         (wl-folder-mode): Show biff in modeline.
9040
9041         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9042         (wl-biff-init-icons): New function.
9043         (wl-plugged-init-icons): Don't make too much keymaps.
9044         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9045
9046 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9047
9048         * wl-vars.el (wl-strict-diff-folders): Customization Type
9049         and doc fix.  Define as a list of regular expressions for
9050         folders or nil.
9051         * wl-folder.el (wl-folder-check-one-entity): Use
9052         `wl-string-match-member' instead of `wl-string-member' for
9053         `wl-strict-diff-folders'.
9054
9055 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9056
9057         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9058         (wl-highlight-folder-current-line): Use it; new implementation.
9059         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9060         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9061         `defsubst' instead of `defun'.
9062
9063         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9064         `wl-highlight-group-folder-by-numbers'; made it can also be a
9065         number.  See info for more details.
9066
9067         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9068         running.
9069
9070         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9071         to bind them.
9072
9073         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9074         (wl-highlight-folder-current-line): New implementation.
9075
9076         * wl-highlight.el (wl-highlight-folder-group-line): New
9077         implementation.
9078         (wl-delete-all-overlays): Rewrite as a marco.
9079         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9080
9081         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9082         running.
9083         (wl-folder-*-glyph): No need to bind them.
9084
9085         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9086         `wl-e21-highlight-folder-group-icon'; rewrite.
9087         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9088         `defsubst' instead of `defun'.
9089         (wl-folder-mode-map): Bind it when compiling.
9090
9091 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9092
9093         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9094
9095         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9096
9097 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9098
9099         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9100
9101 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9102
9103         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9104         (wl-highlight-folder-current-line): Use it.
9105
9106         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9107         in `id-name'.
9108
9109 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9110
9111         * wl.el: Require `wl-e21' when Emacs 21 is running.
9112
9113         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9114         default when Emacs 21 is running.
9115         (wl-use-highlight-mouse-line): Ditto.
9116         (wl-on-emacs21): New constant.
9117         (wl-on-emacs20): Removed.
9118
9119         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9120         Emacs 21 is running.
9121
9122         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9123         Emacs 21 is running.
9124
9125         * wl-e21.el: New file.
9126
9127 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9128
9129         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9130         (wl-toggle-plugged): Ditto.
9131         (wl-plugged-toggle): Ditto.
9132         (wl-plugged-toggle-all): Ditto.
9133
9134         * wl-vars.el (wl-plug-state-indicator): Refer
9135         `wl-plug-state-indicator-on' indirectly.
9136
9137 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9138
9139         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9140         Call `wl-folder-confirm-existence'.
9141
9142         * wl-folder.el (wl-folder-confirm-existence): Added optional
9143         argument `force'.
9144
9145 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9146
9147         * wl-summary.el (wl-summary-refile-subr): Assume
9148         `copy-or-refile' as symbol.
9149         (wl-summary-refile): Follow up above change.
9150         (wl-summary-copy): Ditto.  Doc fix.
9151
9152 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9153
9154         * wl-summary.el (wl-summary-pick): Don't bind
9155         `elmo-search-mime-charset'.
9156
9157         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9158         default using old backquote style.
9159         (wl-search-mime-charset): Abolished.
9160
9161         * wl-highlight.el (wl-highlight-headers):
9162         Call `point' after `re-search-forward'(for Nemacs).
9163
9164         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9165         for elmo-imap4.el.
9166
9167 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9168
9169         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9170         `wl-message-ignored-field-list' instead of
9171         `mime-view-ignored-field-list'.
9172
9173         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9174         Add interactive spec.
9175         (wl-folder-goto-bottom-of-current-folder): Ditto.
9176         (wl-folder-mode-map): Bind them.
9177
9178         * wl-vars.el (wl-message-ignored-field-list): New variable.
9179         (wl-message-visible-field-list): New variable.
9180
9181         * wl-mime.el (wl-mime-header-presentation-method): New function.
9182         (wl-mime-setup): Set header-presentation-method.
9183
9184 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9185
9186         * wl-nemacs.el (wl-draft-overload-functions): Set
9187         `mode-line-buffer-identification' instead of using
9188         `wl-make-modeline'.
9189
9190         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9191         instead of using `wl-make-modeline'.
9192
9193         * wl-xmas.el (wl-plugged-init-icons): Set up
9194         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9195         (wl-make-modeline): Abolish.
9196         (wl-draft-overload-functions): Set
9197         `mode-line-buffer-identification' instead of using
9198         `wl-make-modeline'.
9199
9200         * wl-util.el (wl-make-modeline-subr): Abolish.
9201         (wl-mode-line-buffer-identification): New alias.
9202
9203         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9204         (wl-summary-make-modeline): Abolish.
9205         (wl-summary-buffer-set-folder): Set
9206         `wl-summary-buffer-folder-indicator'.
9207         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9208         of using `wl-make-modeline'.
9209         (wl-summary-switch-to-clone-buffer): Don't set
9210         `mode-line-buffer-identification'.
9211         (wl-summary-goto-folder-subr): Ditto.
9212
9213         * wl-mule.el (wl-draft-overload-functions): Set
9214         `mode-line-buffer-identification' instead of using
9215         `wl-make-modeline'.
9216
9217         * wl-folder.el (wl-folder-mode): Set
9218         `mode-line-buffer-identification' instead of using
9219         `wl-make-modeline'.
9220         (wl-folder): Don't set `mode-line-buffer-identification'.
9221
9222 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9223
9224         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9225         instead of `member' for `wl-refile-guess-func-list' look-ups.
9226         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9227
9228 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9229
9230         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9231         `wl-message-button-dispatcher'.
9232
9233         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9234
9235         * wl-message.el (wl-message-button-dispatcher): Use it.
9236
9237         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9238         "In-Reply-To".
9239
9240         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9241         Bind `case-fold-search' to t.
9242
9243 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9244
9245         * wl-xmas.el (wl-message-overload-functions): Initialize
9246         `wl-message-button-map'.
9247
9248         * wl-mule.el (wl-message-overload-functions): Initialize
9249         `wl-message-button-map'.
9250
9251         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9252
9253         * wl-message.el (wl-message-button-map): New keymap.
9254         (wl-message-add-button): New function.
9255         (wl-message-button-dispatcher): New function.
9256         (wl-message-button-refer-article): New function.
9257
9258         * wl-highlight.el
9259         (wl-highlight-message-add-buttons-to-header): New function.
9260         (wl-highlight-headers): Use it.
9261
9262 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9263
9264         * wl-summary.el (wl-summary-default-from): Use
9265         `wl-address-get-petname-1'.
9266         (wl-summary-simple-from): Ditto.
9267
9268         * wl-address.el (wl-address-get-petname-1): New inline function.
9269         (wl-address-get-petname): Use it.
9270
9271 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9272
9273         * wl-summary.el (wl-summary-default-from): Return full-name part
9274         from the address if no petname was found.
9275         (wl-summary-simple-from): Ditto.
9276
9277         * wl-address.el (wl-address-get-petname): Return nil if no petname
9278         associated with the address was found.
9279
9280 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9281
9282         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9283         display is finished.
9284
9285 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9286
9287         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9288         `elmo-folder-exists-p' argument.
9289
9290 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9291
9292         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9293         the folder.
9294
9295 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9296
9297         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9298
9299         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9300         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9301
9302 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9303
9304         * wl-folder.el (wl-folder-create-subr): New function.
9305         (wl-folder-confirm-existence): Use it.
9306         (wl-folder-check-one-entity): Use it.
9307         Check the error symbol is derived from 'elmo-open-error.
9308
9309         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9310         `ignore-error'.
9311
9312 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9313
9314         * wl-util.el (toplevel): Add (eval-when-compile (require
9315         'elmo-util)).  (Maybe `provide' is typo.)
9316
9317 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9318
9319         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9320         (I don't know why this was needed.)
9321
9322         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9323         Follow up changes for stream-type.
9324
9325         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9326         (wl-draft-elmo-nntp-send): Ditto.
9327
9328         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9329         (wl-nntp-posting-stream-type): Ditto.
9330         (wl-pop-before-smtp-ssl): Abolished.
9331         (wl-nntp-posting-ssl): Ditto.
9332
9333         * wl-address.el (wl-address-quote-specials): New function.
9334         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9335
9336         * wl-draft.el (wl-draft-reply): Ditto.
9337
9338 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9339
9340         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9341         use function `wl-string-match-assoc'.
9342
9343 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9344
9345         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9346
9347         * wl-draft.el (wl-draft-deduce-address-list): New function.
9348         (wl-draft-parse-mailbox-list): Ditto.
9349         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9350         instead of `smtp-deduce-address-list'.
9351         (wl-draft-on-field-p): Follow group list.
9352
9353         * wl-address.el (wl-address-concat-token): New function.
9354         (wl-address-string-without-group-list-contents): Ditto.
9355         (wl-complete-field-body): Fixed problem of completion
9356         by japanese petname.
9357         (wl-address-make-completion-list): Rewrite.
9358
9359 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9360
9361         * wl-address.el (wl-address-make-completion-list): Completion by
9362         petname.
9363         (wl-complete-field-body): Likewise.
9364
9365 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9366
9367         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9368         contains invalid address syntax.
9369
9370 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9371
9372         * wl-folder.el (wl-folder-check-entity-async): Use
9373         `elmo-nntp-spec-hostname'.
9374
9375 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9376
9377         * wl-summary.el (wl-summary-msgdb-load-async): Use
9378         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9379
9380 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9381
9382         * wl-draft.el (wl-draft-reply): Set argument
9383         `content-transfer-encoding' as nil.
9384
9385 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9386
9387         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9388         `wl-refile-alist'.
9389
9390 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9391
9392         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9393         (wl-draft-edit-string): Ditto.
9394         (wl-draft-forward): Ditto.
9395         * wl-summary.el (wl-summary-write): Ditto.
9396
9397 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9398
9399         * wl-summary.el (wl-summary-sync-update3): Call
9400         `wl-summary-buffer-number-column-detect'.
9401         (wl-summary-buffer-number-column-detect): Search from point-min.
9402
9403 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9404
9405         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9406         contains an address which is not included in original to or cc.
9407
9408 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9409
9410         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9411         begin-line does not exist.
9412         * wl-message.el (wl-message-uu-substring): Ditto.
9413
9414 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9415
9416         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9417         clear local variables.
9418         (wl-summary-exit): Call `elmo-commit'.
9419         (wl-summary-switch-to-clone-buffer): Call
9420         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9421         (wl-summary-goto-folder-subr): Ditto.
9422
9423         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9424         POP folder.
9425
9426 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9427
9428         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9429         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9430         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9431         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9432         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9433         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9434
9435         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9436
9437 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9438
9439         * wl-summary.el (wl-summary-search-by-subject):
9440         Search parent message from the latest one.
9441
9442 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9443
9444         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9445         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9446
9447         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9448         New user option.
9449
9450         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9451         if elmo-nntp-use-killed-list is nil.
9452         Use `elmo-msgdb-append-to-killed-list'.
9453         (Append numbers confirmed as disappeared to the killed list.)
9454         (wl-summary-confirm-appends): Don't display negative number.
9455
9456 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9457
9458         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9459
9460 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9461
9462         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9463         range is `all'.
9464         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9465         `elmo-list-bigger-diff'.
9466
9467 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9468
9469         * wl-summary.el (wl-summary-buffer-exit-func):
9470         New buffer local variable.
9471         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9472
9473 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9474
9475         * wl-demo.el (wl-demo): Fix the last change.
9476
9477 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9478
9479         * wl-demo.el (wl-demo): Don't use `eval'.
9480
9481 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9482
9483         * wl-summary.el (wl-summary-buffer-thread-modified):
9484         New buffer-local variable.
9485         (wl-summary-set-thread-modified): New function.
9486         (wl-summary-thread-modified-p): New function.
9487         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9488         (wl-summary-yank-saved-message): Use function
9489         `wl-summary-set-thread-modified'
9490         (wl-summary-switch-to-clone-buffer): Add
9491         `wl-summary-buffer-thread-modified'.
9492
9493         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9494         (wl-summary-buffer-mark-saved-hook): Ditto.
9495         * wl-summary.el (wl-summary-msgdb-save): New hook
9496         `wl-summary-buffer-message-saved-hook' and
9497         `wl-summary-buffer-mark-saved-hook'.
9498
9499 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9500
9501         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9502
9503 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9504
9505         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9506         don't hide scroll bars under FSF Emacsen because it may incur an
9507         undesirable redrawing.
9508
9509 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9510
9511         * wl-draft.el (wl-draft-edit-string): Call
9512         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9513
9514 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9515
9516         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9517
9518 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9519
9520         * wl-summary.el (wl-summary-msgdb-load-async): Call
9521         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9522
9523 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9524
9525         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9526         fringes in demo buffer; center bitmap logo correctly even if old
9527         Mule is used.
9528
9529 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9530
9531         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9532
9533         * wl-refile.el (wl-refile-subject-alist): New variable.
9534         (wl-refile-subject-alist-file-name): Ditto.
9535         (wl-refile-alist-setup): Rewrite.
9536         (wl-refile-alist-save): Use `elmo-object-save'.
9537         Eliminated arguments.
9538         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9539         (wl-refile-guess-by-subject): New function.
9540         (wl-refile-guess-func-list): Added it.
9541
9542 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9543
9544         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9545         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9546
9547 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9548
9549         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9550         New buffer-local variable.
9551         (wl-summary-buffer-next-folder-func): Ditto.
9552         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9553         if non-nil.
9554         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9555         if non-nil.
9556         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9557         if non-nil.
9558         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9559         if non-nil.
9560
9561 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9562
9563         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9564         permanently in the demo buffer.
9565
9566 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9567
9568         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9569         `mime-entity-fetch-field'.
9570
9571         * wl.el (wl-exit): Delete plugged buffer.
9572
9573         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9574         XEmacs has menubar feature.
9575
9576 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9577
9578         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9579         cannot arrive at the beginning of the buffer under old Emacsen.
9580
9581 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9582
9583         * wl-address.el (wl-address-ldap-search):
9584         Call `ldap-search-entries' with `withdn' argument t.
9585         (wl-complete-field-body): Bind completion-ignore-case as t.
9586         Clear ldap search hash when it was sole completion.
9587         Use elmo-string for pattern string.
9588         (wl-ldap-alias-safe-string): Eliminated needless let.
9589
9590 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9591
9592         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9593         (wl-ldap-alias-sep): New constant.
9594         (wl-ldap-search-attribute-type-list): Ditto.
9595         (wl-ldap-get-value): New function.
9596         (wl-ldap-make-filter): Ditto.
9597         (wl-ldap-make-matched-value-list): Ditto.
9598         (wl-ldap-alias-safe-string): Ditto.
9599         (wl-ldap-register-dn-string): Ditto.
9600         (wl-address-ldap-search): Rewrite.
9601
9602 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9603
9604         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9605         thread is deleted.
9606         (wl-thread-delete-line-from-buffer): Ditto.
9607         (wl-thread-get-exist-children): New function.
9608
9609 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9610
9611         * wl-demo.el (wl-demo): Made it to select various image types.
9612         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9613         from `wl-title-logo'.
9614         (wl-logo-ascii): New variable.
9615         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9616         (wl-demo-copyright-notice): New constant.
9617
9618         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9619
9620 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9621
9622         * wl-vars.el (wl-summary-target-above): Renamed from
9623         wl-summary-temp-above.
9624         * wl-score.el (wl-score-get-score-alist): Use it.
9625         (wl-summary-score-update-all-lines): Use it.
9626         * wl-summary.el: Ditto. (make-variable-buffer-local).
9627
9628 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9629
9630         * wl-vars.el (wl-ldap-port): New user option.
9631
9632         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9633         Rewite whole implementation.
9634         (wl-complete-field-body): Fixed.
9635
9636 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9637
9638         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9639         Choose implementation at compile time.
9640
9641 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9642
9643         * wl-address.el (wl-ldap-search-internal): New function.
9644         (wl-complete-field-to): Use it.
9645
9646 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9647
9648         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9649         Use `let' instead of `let*'.
9650         Require 'wl-vars.
9651
9652         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9653         Define as defcustom.
9654         (wl-ldap-base): Ditto.
9655         (wl-use-ldap): Ditto.
9656
9657 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9658
9659         * wl-address.el (wl-ldap-search): New function.
9660         (wl-complete-field-body): Use `wl-ldap-search'.
9661         (wl-ldap-server): New variable.
9662         (wl-ldap-base): Ditto.
9663         (wl-use-ldap): Ditto.
9664
9665 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9666
9667         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9668         (Pointed out by Mito <mit@nines.nec.co.jp>).
9669         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9670         buffer-local variables like `wl-summary-redisplay-internal'.
9671         (wl-summary-redisplay-all-header): Likewise.  Update
9672         Summary view too.
9673
9674 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9675
9676         * wl-summary.el (wl-summary-jump-to-parent-message):
9677         Consider prefix argument.
9678
9679         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9680         when closed thread is deleted.
9681
9682 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9683
9684         * wl-summary.el (wl-summary-jump-to-parent-message):
9685         Consider thread modification.
9686
9687 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9688
9689         * wl-message.el (wl-message-normal-get-original-buffer): Use
9690         `save-excursion'.
9691
9692         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9693         (wl-summary-showto-folder-regexp): Ditto.
9694
9695 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9696
9697         * wl-util.el (wl-delete-alist): Doc fix.
9698         (wl-delete-associations): New function.
9699         (wl-inverse-alist): New function.
9700         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9701         Split temporary variables. Use `wl-delete-associations'
9702         and `wl-inverse-alist'.
9703         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9704
9705 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9706
9707         * wl-folder.el (wl-folder-prefetch-entity):
9708         Execute prefetching if new count is unknown.
9709
9710 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9711
9712         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9713
9714         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9715         delete entity.
9716         (wl-thread-set-parent): If insert as top, set linked as nil.
9717
9718         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9719         `wl-thread-cleanup-symbols' when view mode is thread.
9720
9721 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9722
9723         * wl-folder.el (wl-folder-create-folder-entity): Use
9724         with-current-buffer.
9725         (wl-local-folder-init): Call set-buffer to make sure we are in
9726         the Folder buffer. Don't touch buffer-local variables here.
9727         (wl-folder-mode): Initialize buffer-local variables here.
9728
9729         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9730         (wl-folder-entity-assign-id): Ditto.
9731         (wl-folder-create-entity-hashtb): Ditto.
9732         (wl-local-folder-init): Ditto.
9733         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9734
9735 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9736
9737         * wl-summary.el (wl-summary-default-from): Fix probrem when
9738         std11-extract-address-components return (nil "foo@bar").
9739
9740 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9741
9742         * wl-draft.el (wl-draft-clone-local-variables):
9743         Remove redundant `setq'.
9744
9745 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9746
9747         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9748         Bind wl-highlight-x-face-func as nil while highlighting header.
9749
9750 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9751
9752         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9753
9754 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9755
9756         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9757         elmo-msgdb-overview-hashtb from copy-variables.
9758         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9759         instead of `elmo-msgdb-overview-get-entity-by-number'.
9760         (wl-summary-auto-refile): Ditto.
9761
9762         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9763         `elmo-msgdb-overview-get-entity' instead of
9764         `elmo-msgdb-search-overview-entity'.  Use
9765         `elmo-msgdb-overview-get-entity' instead of
9766         `elmo-msgdb-overview-get-entity-by-number'.
9767         (wl-thread-insert-entity-sub): Ditto.
9768         (wl-thread-insert-message): Ditto.
9769
9770         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9771         `elmo-msgdb-overview-get-entity'.
9772         (wl-normal-message-redisplay): Ditto.
9773
9774 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9775
9776         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9777         `wl-thread-entities'.
9778         (wl-thread-delete-message): Fix remove top message from
9779         `wl-thread-entity-list'.
9780
9781         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9782         wl-append(nconc), because update-list is broken on Meadow.
9783
9784         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9785         updating process.
9786         (wl-summary-rescan): Ditto.
9787         (wl-summary-sync-update3): Ditto.
9788         * wl-thread.el (wl-thread-set-parent): Renamed from
9789         `wl-summary-set-parent'.
9790         (wl-thread-insert-message): Updating buffer faster.
9791         (wl-thread-delete-message): Updating buffer faster.
9792
9793         * wl-score.el (wl-summary-score-update-all-lines): Changed
9794         interval for display progress gauge.
9795
9796 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9797
9798         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9799         folder always-sticky.
9800         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9801         defmacro.
9802
9803 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9804
9805         * wl-vars.el (wl-draft-add-references): New user option.
9806
9807         * wl-draft.el (wl-draft-add-references): New function.
9808         (wl-draft-yank-from-mail-reply-buffer): Use it.
9809         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9810         as nil.
9811
9812 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9813
9814         * wl-thread.el (wl-thread-update-line-msgs): Called
9815         `wl-thread-update-line-on-buffer-sub'.
9816         (wl-thread-update-line-on-buffer): Delete routine of inserting
9817         thread.
9818         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9819         moved from `wl-thread-update-line-on-buffer'.
9820         Add threshold for displaying progress gauge.
9821         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9822         argument of `wl-thread-update-line-msgs'.
9823         Add threshold for displaying progress gauge.
9824         * wl-folder.el:
9825         Add threshold for displaying progress gauge.
9826         * wl-score.el: Ditto.
9827
9828         * wl-expire.el (wl-summary-expire): Display deleting info.
9829
9830 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9831
9832         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9833         `no-msg'.
9834         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9835         argument of `wl-thread-update-line-msgs'.
9836         (wl-summary-set-parent): Added optional argument `parent-number'.
9837         (wl-summary-buffer-saved-message): New buffer local variable.
9838         (wl-summary-save-current-message): New command.
9839         (wl-summary-yank-saved-message): Ditto.
9840         (wl-summary-mode-map): Added key binding for
9841         `wl-summary-save-current-message' (\ew) and
9842         `wl-summary-yank-saved-message' (\C-y).
9843         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9844
9845 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9846
9847         * wl-summary.el (wl-summary-mode-map): Added key binding for
9848         `wl-summary-set-parent' (ts).
9849
9850 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9851
9852         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9853         subject faster. If thread number is reverse, delayed updating
9854         thread.
9855         (wl-summary-search-by-subject): Ditto.
9856         (wl-summary-put-alike): Ditto.
9857         (wl-summary-get-alike): Ditto.
9858         (wl-summary-insert-headers): Insert header of all overview in
9859         buffer.
9860         (wl-summary-rescan): Delayed updating thread. Kill search subject
9861         buffer for wl-summary-search-by-subject.
9862         (wl-summary-sync-update3): Ditto.
9863         (wl-summary-exit): Ditto.
9864         (wl-summary-goto-bottom-of-current-thread): Change for linked
9865         thread.
9866         (wl-summary-overview-create-summary-line): Change line for linked
9867         thread.
9868
9869         * wl-summary.el (wl-summary-update-thread): Use
9870         wl-thread-maybe-get-children-num.
9871         (wl-summary-set-parent): If change parent, move sub thread.
9872         (wl-summary-redisplay-internal): Add horizontal recenter.
9873         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9874
9875         * wl-thread.el (wl-thread-entity-get-linked): New function.
9876         (wl-thread-entity-set-linked): New function.
9877         (wl-thread-create-entity): Add linked element.
9878         (wl-thread-entity-insert-as-top): Use wl-append.
9879         (wl-thread-maybe-get-children-num): If closing thread, return
9880         children msgs.
9881         (wl-thread-update-line-msgs): Displaying progress message.
9882         (wl-thread-update-line-on-buffer-sub): Use
9883         wl-thread-maybe-get-children-num.
9884         (wl-thread-update-line-on-buffer): If update line is not exists,
9885         insert thread.
9886         (wl-thread-delete-message): If delete top msg of thread, search
9887         parent by subject.
9888         (wl-thread-insert-entity): Use
9889         wl-thread-maybe-get-children-num.
9890
9891         * wl-highlight.el (wl-highlight-summary-current-line): change
9892         sregexp for linked thread.
9893         * wl-util.el (wl-count-lines): Count lines.
9894         (wl-horizontal-recenter): horizontal recenter.
9895         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9896         (wl-score-get-alike): Ditto.
9897         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9898         (wl-subject-length-limit): New variable.
9899         (wl-highlight-thread-indent-string-regexp): Changed for linked
9900         thread.
9901
9902 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9903
9904         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9905         New variable (revival).
9906         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9907         by subject matching if there's no in-reply-to nor references field
9908         (revival).
9909
9910 \f
9911 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9912
9913         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9914         message.
9915
9916 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9917
9918         * wl-summary.el (wl-summary-reply): Return t if there was a
9919         message at cursor point.
9920         Added unwind-protect.
9921         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9922         returns t.
9923         (wl-summary-cancel-message): Do nothing when there's no message at
9924         cursor point.
9925         (wl-summary-forward): Ditto.
9926         (wl-summary-jump-to-parent-message): Ditto.
9927         (wl-summary-reedit): Ditto.
9928         (wl-summary-edit-addresses): Ditto.
9929         (wl-summary-pipe-message): Ditto.
9930         (wl-summary-print-message-with-ps-print): Ditto.
9931         (wl-summary-print-message): Ditto.
9932         (wl-summary-mark-as-important): Ditto.
9933         (wl-summary-mark-as-unread): Ditto.
9934
9935         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9936         message at cursor point.
9937         (wl-summary-reply-with-citation): Remove unwind-protect.
9938
9939         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9940         subject searching feature.
9941         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9942         Eliminated.
9943
9944 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9945
9946         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9947         New variable.
9948         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9949         by subject matching if there's no in-reply-to nor references field.
9950
9951         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9952
9953         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9954         when display is finished.
9955         (wl-folder-open-all): Ditto.
9956         (wl-folder-update-access-group): Ditto.
9957         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9958         * wl-thread.el (wl-thread-close-all): Ditto.
9959
9960         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9961         progress gauge only when it was displayed.
9962         * wl-folder.el (wl-folder-insert-entity): Ditto.
9963
9964 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9965
9966         * wl-summary.el (wl-summary-incorporate): Enclose
9967         `wl-summary-sync-force-update' with save-excursion.
9968
9969 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9970
9971         * wl-summary.el (wl-summary-prefetch-region):
9972         Pass current cursor point to `pos-visible-in-window-p' after
9973         moving cursor to the started point.
9974
9975 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9976
9977         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9978
9979         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9980         fields from the forwarding message.
9981         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9982         `ignored-fields'.
9983
9984 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9985
9986         * wl-mime.el (wl-message-request-partial):
9987         Eliminated argument `msgdb'.
9988         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9989         (wl-mime-combine-message/partial-pieces): Likewise.
9990         * tm-wl.el (wl-message-request-partial): Likewise.
9991         (wl-mime-combine-message/partial-pieces): Likewise.
9992
9993 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9994
9995         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9996         when display is finished.
9997
9998 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9999
10000         * wl-summary.el (wl-summary-goto-folder-subr):
10001         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10002
10003 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10004
10005         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10006         when cursor point is visible.
10007
10008 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10009
10010         * wl-expire.el (wl-expire-archive-get-max-number):
10011         Don't use `file-name-directory'.
10012
10013 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10014
10015         * wl-expire.el (wl-expire-archive-get-max-number):
10016         Use `file-name-directory'.
10017
10018 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10019
10020         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10021         only when there is progress.
10022
10023 2000-04-13  Mito <mit@nines.nec.co.jp>
10024
10025         * wl-summary.el (wl-summary-sync-marks): Display progress.
10026
10027 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10028
10029         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10030         (wl-summary-prev): Move cursor regardless of unread status.
10031         (wl-summary-next): Ditto.
10032
10033 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10034
10035         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10036         Added argument `target' and `number'.
10037         * tm-wl.el (wl-summary-burst-subr): New function.
10038         (wl-summary-burst): Use it.
10039
10040 2000-04-10  Mito <mit@nines.nec.co.jp>
10041
10042         * wl-mime.el (wl-burst): New function.
10043         (wl-summary-burst): Use it.
10044
10045 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10046
10047         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10048         as petname when there's no candidate.
10049
10050 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10051
10052         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10053         New variable.
10054         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10055
10056         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10057
10058         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10059
10060 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10061
10062         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10063         Use substring of `original' instead of buffer-substring.
10064         (wl-refile-evaluate-rule):
10065         Set `original' argument of wl-refile-expand-newtext.
10066
10067         * wl-summary.el
10068         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10069         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10070         (wl-summary-auto-refile): Check existence of destination folder just
10071         before marking.
10072
10073 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10074
10075         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10076         when wl-refile-get-field-value return nil.
10077
10078 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10079
10080         * wl-refile.el
10081         (wl-refile-expand-newtext): New function imported from Gnus.
10082         (wl-refile-evaluate-rule): Use it.
10083
10084 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10085
10086         * wl-summary.el (wl-summary-print-destination):
10087         Duplicate folder string to avoid putting text-property on
10088         original string.
10089
10090         * wl-refile.el (wl-refile-get-field-value): New function.
10091         (wl-refile-evaluate-rule): New function;
10092         Evaluate refile rule recursively.
10093         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10094         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10095         New function; Check existence of a target folder recursively.
10096         (wl-summary-auto-refile-check-refile-rule-alist):
10097         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10098
10099 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10100
10101         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10102
10103         * wl-folder.el (wl-create-folder-entity-from-buffer):
10104         Fixed problem when '}' character is contained in folder name.
10105
10106         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10107
10108 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10109
10110         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10111         (wl-fldmgr-add-completion-all-completions):
10112         Use wl-fldmgr-add-completion-hashtb.
10113
10114 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10115
10116         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10117         wl-fldmgr-add-completion-subr): New functions.
10118         * wl-folder.el (wl-folder-completion-func): New variable.
10119         * wl-summary.el (wl-summary-read-folder):
10120         Use wl-folder-completion-func.
10121
10122         * wl-refile.el: Eliminate throw & catch.
10123
10124         * wl.el (wl-plugged-sending-queue-status): Fixed.
10125
10126 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10127
10128         * wl-draft.el (wl-draft): Put category property on
10129         mail-header-separator.