d2095adfc6d8befb68f7e0d4676c13e29e2b4f93
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-mime.el (wl-draft-preview-attributes-list): Protect
4         wl-draft-preview-attributes-list from distraction.
5
6 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7
8         * wl-summary.el (wl-summary-sync-update): Sort the return value of
9         `elmo-list-diff'.
10
11 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * wl-summary.el
14         (wl-summary-edit-addresses-collect-candidate-fields): Use
15         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
16
17         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
18         instead of `elmo-set-work-buf'.
19
20         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
21         (wl-address-make-address-list): Ditto.
22
23         * Version number is increased to 2.13.3.
24
25 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
26
27         * wl-vars.el (wl-message-use-header-narrowing): New user option.
28
29         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
30         argument `5'.
31
32         * wl-message.el (wl-message-display-no-merge-p): New function.
33         (wl-message-buffer-display): Check whether the message is
34         reassembled and follow the API change.
35
36 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
37
38         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
39         multibyte on working buffer and removed unnecessary
40         `buffer-disable-undo'.
41
42 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
43
44         * wl-util.el (wl-read-search-condition-internal): Fixed the last
45         change.
46
47 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
48
49         * wl-util.el (wl-read-search-condition-internal): Protect
50         elmo-global-flags from distraction.
51
52 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
53
54         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
55
56         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
57         (wl-summary-event-handler): Ditto.
58         (wl-summary-update-persistent-mark-on-event): New
59         function (renamed from `elmo-event-handler-flag-changed').
60         (wl-summary-buffer-attach): New function.
61         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
62         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
63         instead of `elmo-folder-add-handler'.
64
65         * Version number is increased to 2.13.2.
66
67 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
68
69         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
70         and "\177" to the `wl-news-previous-page'.
71         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
72         (wl-news-previous-page): New function.
73
74 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
75
76         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
77         instead of `write-region' and simplify.
78
79 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
80
81         * wl-template.el (wl-template-select): Cause error if
82         `wl-template-alist' is nil.
83
84 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
85
86         * wl-news.el.in: Set file variable `no-byte-compile'.
87
88 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
89
90         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
91         whether a target message is within displaying area.
92         (elmo-event-handler-cache-changed): Ditto.
93
94 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
95
96         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
97         to `defun'.  Use `nconc' instead of `append' to collect descendant
98         message numbers.
99
100 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
101
102         * wl-thread.el (wl-thread-save-top-list)
103         (wl-thread-save-entities): Use `with-temp-buffer'.
104         * wl-news.el.in (wl-news-previous-version-load):
105         (wl-news-previous-version-save): Ditto.
106         * wl-summary.el (wl-summary-load-file-object)
107         (wl-summary-save-view-cache): Ditto.
108
109 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
110
111         * wl-util.el (toplevel): Require 'elmo-flag'.
112         (wl-read-search-condition): New function (Renamed from
113         `elmo-read-search-condition').
114         (wl-read-search-condition-internal): Likewise.
115
116         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
117         invalid.
118         (wl-summary-pick): Use `wl-read-search-condition' instead of
119         `elmo-read-search-condition'.
120         (wl-summary-virtual): Ditto.
121
122         * wl-folder.el (wl-folder-virtual): Ditto.
123         (wl-folder-pick): Ditto.
124
125         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
126
127 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
128
129         * wl-summary.el (wl-summary-reedit): Call
130         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
131
132 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
133
134         * wl-mime.el (toplevel): Require wl-vars.
135
136         * wl-message.el (toplevel): Require cl at compile.
137
138         * wl-draft.el (toplevel): Require elmo.
139
140 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
141
142         * wl-message.el (wl-message-buffer-prefetch): Count is a number
143         and do nothing when it is not positive.
144         (wl-message-buffer-prefetch-next): Ditto.
145
146 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
147
148         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
149         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
150         (wl-summary-redisplay-internal): Ditto.
151
152         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
153         message (the condition is borrowed from `wl-check-variables-2').
154         (wl-summary-redisplay-internal): Ditto.
155
156 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
157
158         * wl-mime.el (wl-draft-nntp-attribute): New function.
159         (wl-draft-attribute-nntp-posting-server): Use it.
160         (wl-draft-attribute-nntp-posting-port): Ditto.
161
162         * wl-mime.el (wl-draft-preview-attributes-list): New function.
163         (wl-draft-show-attributes-buffer): Ditto.
164         (wl-draft-hide-attributes-buffer): Ditto.
165         (wl-draft-attribute-newsgroups): Ditto.
166         (wl-draft-attribute-nntp-posting-server): Ditto.
167         (wl-draft-attribute-nntp-posting-port): Ditto.
168         (wl-draft-preview-message): Use there functions.
169
170         * wl-vars.el (wl-draft-preview-attributes-list): Change default
171         value.
172
173 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
174
175         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
176         (wl-draft-reedit): Ditto.
177         (wl-draft-queue-flush): Ditto.
178
179         * wl-mime.el (wl-message-request-partial): Ditto.
180         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
181         instead of `elmo-message-fetch'.
182
183         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
184
185         * wl-summary.el (wl-summary-message-string): Ditto.
186
187 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
188
189         * wl-util.el (wl-current-message-buffer): Follow the API change.
190
191         * wl-summary.el (wl-summary-redisplay-internal): Call
192         `wl-summary-mark-as-read' with 2nd argument as nil and update
193         unread count instead of persistent mark.
194
195         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
196         variable.
197         (wl-message-redisplay): Follow the API change.
198         (wl-message-buffer-display): Managed mime-entity directly and
199         return preview buffer only.
200         (wl-message-display-internal): Rewrite.
201         (wl-message-buffer-prefetch-subr): Not save return value of
202         `wl-message-buffer-display'.
203
204         * Version number is increased to 2.13.1.
205
206 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
207
208         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
209         'elmo-multiple-fields-body-list' with boundary specified.
210
211 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
212
213         * wl-vars.el (wl-summary-resend-use-cache): New variable.
214         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
215         cache if `wl-summary-resend-use-cache' is non-nil.
216
217 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
218
219         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
220         (wl-nntp-posting-stream-type): Ditto.
221
222 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
223
224         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
225
226 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
227
228         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
229         message.
230
231 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
232
233         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
234         Abolish.
235         (wl-summary-buffer-persistent-mark-version): New internal
236         variable.
237         (wl-summary-update-mark-and-highlight-window): Check by
238         wl-summary-persistent-mark-invalid-p.
239         (wl-summary-update-status-marks): Ditto.
240         (elmo-event-handler-flag-changed): Rewrite.
241         (elmo-event-handler-cache-changed): Define.
242         (wl-summary-prefetch-msg): Does not update persistent mark here.
243         (wl-summary-delete-cache): Ditto.
244         (wl-summary-resume-cache-status): Ditto.
245         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
246         (wl-summary-persistent-mark-invalid-p): New function.
247         (wl-summary-validate-persistent-mark): Ditto.
248         (wl-summary-validate-persistent-mark-string): Ditto.
249         (wl-summary-invalidate-persistent-mark): Ditto.
250         (wl-summary-update-persistent-mark): Call
251         `wl-summary-validate-persistent-mark'.
252         (wl-summary-create-line): Call
253         `wl-summary-validate-persistent-mark-string'.
254
255         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
256         status as t if cache used.
257
258 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
259
260         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
261         only if the target is group.
262         * wl-folder.el (wl-folder-append-petname): Don't check group name.
263
264 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
265
266         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
267
268 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
269
270         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
271
272         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
273
274 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
275
276         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
277         (Thanks to Yoichi NAKAYAMA).
278
279 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
280
281         * wl-util.el (wl-save-drafts): Restore echo area.
282
283 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
284
285         * Version number is increased to 2.13.0.
286
287         * wl-util.el (wl-biff-check-folder-async): Use
288         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
289
290 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
291
292         * wl-message.el (wl-message-display-internal): Does not put
293         wl-message-display-type property on message buffer.
294         (wl-message-buffer-display-type): New function.
295
296         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
297
298         * wl-summary.el (wl-summary-mode): Use `dolist' to add
299         `wl-summary-buffer-detach'.
300         (wl-summary-message-display-type): Use
301         `wl-summary-buffer-display-type'.
302
303 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
304
305         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
306         buffer-local.
307
308         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
309         kill-buffer-hook instead of make-local-variable.
310         (wl-draft-preview-message): Set `local' argument of add-hook as t.
311
312 2004-12-12  Scott Renfro <scott@renfro.org>
313
314         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
315         regex for square-branket.
316
317 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
320         `wl-message-mime-analysis-p' with argument `header'.
321
322 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
323
324         * wl-mime.el (wl-draft-yank-current-message-entity): 
325         Switch to no-mime following method according to wl-message-display-type
326         property.
327         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
328
329         * wl-message.el (wl-message-display-internal): 
330         Put wl-message-display-type property on message buffer.
331
332         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
333         (wl-message-display-internal): Ditto;
334
335         * wl-summary.el (wl-summary-toggle-mime): Ditto.
336
337 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
338
339         * wl-message.el (wl-message-make-display-type): New function.
340         (wl-message-display-type-property): Ditto.
341         (wl-message-mime-analysys-p): Ditto.
342         (wl-message-display-all-header-p): Ditto.
343         (wl-message-redisplay): Removed argument `as-is', `all-header' and
344         added `display-type'.
345         (wl-message-buffer-display): Likewise.
346         (wl-message-display-internal): Likewise.
347         (wl-message-buffer-display-type): Abolish.
348         (wl-message-buffer-prefetch-subr): Follow the API changed.
349
350         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
351         from wl-summary-buffer-display-all-header and changed default value.
352         (wl-summary-message-display-type): New function.
353         (wl-summary-buffer-display-mime-mode): Ditto.
354         (wl-summary-buffer-display-header-mode): Ditto.
355         (wl-summary-toggle-mime): Rewrite with above functions.
356         (wl-summary-toggle-all-header): Ditto.
357         (wl-summary-redisplay): Force redisplay with default mode.
358         (wl-summary-redisplay-internal): Renamed argument from `mode',
359         `all-header' to `mime-mode', `header-mode'.
360         Use `wl-message-make-display-type'.
361
362         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
363         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
364
365 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
366
367         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
368
369 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
370
371         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
372         in original message buffer.
373         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
374         buffer.
375
376 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
377
378         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
379
380 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
381
382         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
383
384 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
385
386         * wl-action.el (wl-summary-exec-action-refile): Display a done message
387         when actions succeeded.
388         (wl-summary-exec-action-copy): Likewise.
389
390 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
391
392         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
393         there is switch-to-buffer at the end of wl-message-select-buffer.
394         (wl-summary-reply): Ditto.
395
396 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
397
398         * wl-summary.el (wl-summary-forward): Put subject in original
399         message buffer as argument of wl-draft-forward.
400         * wl-draft.el (wl-draft-forward): Decode subject as in
401         wl-draft-reply.
402
403 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
404
405         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
406         a folder under access group.
407
408 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
409
410         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
411         wl-message-buffer-display.
412
413         * wl-util.el (wl-set-save-drafts): Fix typo.
414
415 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
418         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
419         wl-highlight-logo-face to set the bg color of an xbm image; fixed
420         the way to measure the width of a bitmap image; don't put face on
421         ascii and bitmap images; put the mark which should not use the
422         variable-pitch face on ascii and bitmap images.
423         (wl-demo-setup-properties): Don't use the variable-pitch face on
424         ascii and bitmap images; made it work on Emacs 20 and earlier.
425         (wl-demo-insert-text): End with a newline at the bottom; don't put
426         face on text.
427
428         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
429
430 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
431
432         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
433
434         * wl-util.el (wl-save-drafts): Moved from sample setting.
435         (wl-set-save-drafts): New function to set idle timer.
436         * wl-draft.el (wl-draft): Call it.
437         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
438
439 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
440
441         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
442         a summary which has toggle display status off.
443
444 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
445
446         * wl-draft.el (wl-draft-do-fcc): No cache save.
447
448 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
449
450         * wl-summary.el (elmo-event-handler-flag-changed): Use
451         `set-buffer' instead of `with-current-buffer'.
452
453 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
454
455         * wl-summary.el (wl-summary-after-resize-function): New function.
456         (wl-summary-mode): Add `wl-summary-after-resize-function' to
457         window-size-change-functions.
458
459 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl-draft.el (wl-draft-create-buffer): Bind
462         `change-major-mode-hook' after current buffer is changed.
463
464         * wl-summary.el (wl-summary-buffer-detach): New function.
465         (wl-summary-buffer-set-folder): Call it.
466         (wl-summary-mode): Add `wl-summary-buffer-detach' to
467         change-major-mode-hook and kill-buffer-hook.
468         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
469         (wl-summary-switch-to-clone-buffer): Ditto.
470         (wl-summary-goto-folder-subr): Ditto.
471
472 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
473
474         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
475         after boundp check.
476
477 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
480         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
481         for `kill-buffer'.
482
483         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
484         handler of current buffer from elmo-folder.
485
486 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
487
488         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
489
490 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * wl-summary.el (wl-summary-buffer-event-handler): New internal
493         variable.
494         (wl-summary-event-handler): New class.
495         (elmo-event-handler-flag-changed): Define to update persistent
496         mark.
497         (wl-summary-buffer-set-folder): Register event handler to
498         elmo-folder.
499         (wl-summary-exit): Unregister event handler.
500         (wl-summary-goto-folder-subr): Ditto.
501         (wl-summary-mark-as-read-all): Does not call
502         `wl-summary-update-persistent-mark' directly.
503         (wl-summary-mark-as-read-internal): Ditto.
504         (wl-summary-set-persistent-mark-internal): Ditto.
505         (wl-summary-set-flags-internal): Ditto.
506
507         * Version number is increased to 2.11.33.
508
509 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
510
511         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
512         to nil.
513
514 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * wl-spam.el (wl-spam-setup): Add hook
517         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
518         instead of `wl-summary-prepare-hook'.
519
520         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
521         if folder type is `'flag'.
522         (wl-summary-mark-as-important): Ditto.
523
524 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-address.el (wl-address-minibuffer-history): New variable.
527         (wl-address-minibuffer-local-map): New keymap.
528         (wl-address-read-from-minibuffer): New function.
529
530         * wl-action.el (wl-summary-get-resend-address): Use
531         `wl-address-read-from-minibuffer' instead of `completing-read'.
532
533 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * Version number is increased to 2.11.32.
536
537 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
538
539         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
540         without mule to iso-8859-1.
541         (wl-draft-add-in-reply-to): Add note in description.
542         (wl-draft-add-references): Ditto.
543
544 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
545
546         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
547         definition for `m'.
548         (wl-summary-mode-line-format): Add '[%m]'.
549         (wl-message-mode-line-format-spec-alist): Ditto.
550         (wl-summary-display-mime-mode-list): New variable.
551
552         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
553         from wl-summary-buffer-display-as-is.
554         (wl-summary-buffer-display-all-header): New buffer local variable.
555         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
556         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
557         instead of wl-summary-buffer-display-as-is.
558         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
559         (wl-summary-set-persistent-mark): Ditto.
560         (wl-summary-set-message-buffer-or-redisplay): Just call
561         `wl-summary-redisplay-internal' without optional arguments.
562         (wl-summary-toggle-mime): Rewrite.
563         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
564         (wl-summary-toggle-all-header): New function.
565         (wl-summary-redisplay-internal): Treat mime mode.
566
567         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
568         to wl-mime-preview-follow-no-mime.
569         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
570         accodring to the display-mode.
571
572         * wl-message.el (wl-message-buffer-display-type): Rewrite.
573         (wl-message-buffer-display): Changed argument name from `as-is' to
574         `mode'.
575         (wl-message-display-internal): Ditto;
576         Bind elmo-mime-display-header-analysis according to the mode.
577         (wl-message-display-internal): Put wl-message-display-mime-mode
578         property on entire buffer.
579
580 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
581
582         * wl-draft.el (wl-draft-do-fcc): Undo last change.
583
584 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
585
586         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
587         Don't extract mail address.
588         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
589
590         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
591
592         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
593
594 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
595
596         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
597         wl-fldmgr-cut-entity-list on confirmation.
598
599 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
602         (wl-mime-quit-preview): Check existence of
603         mime-edit-temp-message-buffer here.
604
605 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
606
607         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
608         after deletion.
609
610         * wl-draft.el (wl-draft-send-confirm): Check major-mode
611         before calling wl-mime-quit-preview.
612
613 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
614
615         * wl-summary.el (wl-summary-pick): If call it with prefix
616         argument, set `delete-marks' as non-nil. Pick from only visible
617         messages.
618         (wl-summary-check-target-mark): New function.
619         (wl-summary-target-mark-mark-as-read): Use it.
620         (wl-summary-target-mark-mark-as-unread): Ditto.
621         (wl-summary-target-mark-operation): Ditto.
622         (wl-summary-target-mark-set-flags): Ditto.
623         (wl-summary-target-mark-save): Ditto.
624         (wl-summary-target-mark-pick): Ditto.
625         (wl-summary-target-mark-forward): Ditto.
626         (wl-summary-target-mark-reply-with-citation): Ditto.
627         (wl-summary-target-mark-print): Ditto.
628         (wl-summary-target-mark-uudecode): Ditto.
629
630         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
631         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
632         with `ask-coding' is non-nil.
633
634 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-thread.el (wl-thread-set-parent): If parent is a message
637         which is identified by references, set linked as nil.
638
639 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
640
641         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
642         (wl-message-mode-line-format-spec-alist): Ditto.
643         (wl-message-mode-line-format): Ditto.
644         (wl-summary-mode-line-format): Ditto for docstring.
645         (wl-summary-no-mime-folder-list): Fix typo.
646
647         * wl-util.el (wl-current-message-buffer): Call
648         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
649
650         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
651         variable.
652         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
653         of `wl-summary-redisplay-no-mime'.
654         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
655         (wl-summary-toggle-mime): New function.
656         (wl-summary-redisplay-all-header): Rewrite.
657         (wl-summary-redisplay-no-mime): Ditto.
658         (wl-summary-redisplay-internal): Added argument `as-is' and
659         `all-header'.
660
661         * wl-refile.el (wl-refile-default-from-folder-path-separator):
662         New variable.
663         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
664         bottom.
665         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
666         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
667         "/" unconditionally.
668
669         * wl-mime.el (wl-draft-yank-current-message-entity): Use
670         wl-mime-preview-follow-no-mime for as-is content.
671         (wl-mime-preview-follow-no-mime): New function.
672         (wl-mime-preview-follow-current-region): Fixed parenthesis.
673
674         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
675         and added `as-is', `all-header'.
676         (wl-message-buffer-display): Ditto.
677         (wl-message-buffer-display-type): New function.
678
679 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
680
681         * wl-vars.el (wl-message-header-button-alist): Change default
682         value.
683         (wl-message-body-button-alist): Ditto.
684
685 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
686
687         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
688
689 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
692
693 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
694
695         * wl-summary.el (wl-summary-sync-marks): Remove condition which
696         is always true.
697
698 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
701         on null entity.
702
703 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * wl-vars.el (wl-draft-reply-default-position): Fix range.
706
707 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-vars.el (wl-summary-resend-hook): New hook.
710
711         * wl-action.el (wl-summary-exec-action-resend-subr): Run
712         `wl-summary-resend-hook'.
713
714 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
715
716         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
717         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
718         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
719         (wl-summary-new-cached-mark): Changed default value to 'n'.
720         (wl-summary-unread-cached-mark): Changed default value to 'u'.
721         (wl-summary-answered-cached-mark): Changed default value to 'a'.
722         (wl-folder-sync-range-alist): Remove spec for 'flag.
723         (wl-summary-force-prefetch-folder-list): New user option.
724
725         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
726         `wl-summary-toggle-persistent-mark'.
727         (wl-summary-update-mark-and-highlight-window): Don't highlight when
728         number is nil.
729         (wl-summary-mark-as-answered-region): Set interactive argument of
730         `wl-summary-set-persistent-mark-internal'.
731         (wl-summary-mark-as-important-region): Ditto.
732         (wl-summary-unset-persistent-mark): Ditto.
733         (wl-summary-set-persistent-mark): Ditto.
734         (wl-summary-mark-as-answered): Ditto.
735         (wl-summary-mark-as-important): Ditto.
736         (wl-summary-set-persistent-mark-internal): Do nothing
737         when `elmo-message-flag-available-p' is nil.
738         (wl-summary-toggle-persistent-mark): New function.
739         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
740         when the folder matches `wl-summary-force-prefetch-folder-list'.
741
742
743         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
744         when number is nil.
745         (wl-highlight-summary-forwarded-face): New face.
746
747 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
748
749         * Version number is increased to 2.11.31.
750
751 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
752
753         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
754         (wl-biff-check-folder-async): Ditto.
755         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
756
757 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
758
759         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
760         Add an argument `reverse'.  All callers are updated.
761         (wl-summary-sort): Add a prefix argument `reverse' to specify
762         reverse sorting.
763         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
764         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
765         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
766
767 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
768
769         * wl-message.el (wl-message-redisplay): Does not narrow header if
770         disply-type is all-header or as-is.
771
772         * wl-summary.el (wl-summary-enter-handler): Use
773         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
774
775 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
778         after adding wl-draft-parent-variables.
779         (wl-draft-forward): Ditto.
780
781 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * wl-summary.el (wl-summary-sync-marks): Call
784         `wl-summary-set-persistent-mark' and
785         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
786         (wl-summary-set-persistent-mark-internal): Add 4th argument
787         `no-server'.
788         (wl-summary-unset-persistent-mark): Ditto.
789         (wl-summary-set-persistent-mark): Ditto.
790         (wl-summary-add-flags-internal): Abolish.
791         (wl-summary-remove-flags-internal): Ditto.
792         (wl-summary-mark-as-important-internal): Ditto.
793         (wl-summary-mark-as-important): Use
794         `wl-summary-set-persistent-mark' instead of
795         `wl-summary-add-flags-internal'.
796         (wl-summary-mark-as-important-region): Ditto.
797
798         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
799
800         * wl-summary.el (wl-summary-get-available-flags): New function.
801         (wl-summary-sync-marks): Use it and simplified.
802         (wl-summary-unset-persistent-mark): Use
803         `wl-summary-get-available-flags'.
804         (wl-summary-set-persistent-mark): Ditto.
805
806 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
807
808         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
809         id.
810
811 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-summary.el (wl-summary-enter-handler): If argument is not a
814         number, call `wl-summary-prev-line-content'. Show message when the
815         message is not found.
816
817 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
818
819         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
820         wl-summary-enter-handler.
821         (wl-summary-enter-handler): New command.
822
823         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
824         docstring and custom spec.
825
826         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
827         flags too; Don't treat Cached and New.
828         (wl-summary-set-persistent-mark): Ditto.
829
830         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
831         `wl-folder-set-flag'.
832
833         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
834         instead of `wl-folder-set-flag'.
835
836         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
837         for completion.
838         (wl-summary-set-persistent-mark): Ditto.
839
840         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
841         instead of `wl-draft-quit-preview'.
842
843         * wl-mime.el (toplevel): Avoid compile warning.
844         (wl-mime-quit-preview): New function
845         (formarly defined as `wl-draft-quit-preview').
846         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
847         quitting method.
848
849         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
850
851         * wl-folder.el (wl-folder-set-flag): Renamed from
852         `wl-draft-set-flag-on-parent'.
853
854         * wl-draft.el (wl-draft-quit-preview): New function.
855         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
856         (wl-draft-send): Call `wl-folder-set-flag' instead of
857         `wl-draft-set-flag-on-parent'.
858         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
859
860 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
861
862         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
863         (wl-draft-send): Ditto.
864
865 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
866
867         * wl-vars.el (wl-draft-reply-hook): Changed default value.
868         (wl-draft-kill-pre-hook): Set default value as nil.
869         (wl-summary-reply-hook): Ditto.
870         (wl-draft-kill-flags): Abolish.
871
872         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
873         (wl-draft-parent-variables): Renamed from
874         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
875         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
876         argument; Add wl-draft-parent-variables to
877         wl-draft-config-variables.
878         (wl-draft-reply): Likewise.
879         (wl-draft-kill-flags): Abolish.
880         (wl-draft-send): Call wl-draft-set-flag-on-parent.
881         (wl-draft-set-flag-on-parent): New function.
882         (wl-draft-setup-parent-flag): Ditto.
883
884 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
885
886         * wl-draft.el (wl-draft-kill-flags): Avoid error when
887         `wl-draft-parent-folder' is "".
888
889 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
890
891         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
892         (wl-summary-digit-jump): New function.
893         (Adviced by John Owens and Hiroya Murata)
894
895         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
896         (Adviced by John Owens)
897
898         * wl-xmas.el (wl-message-define-keymap): Ditto.
899
900         * wl-mule.el (wl-message-define-keymap): Ditto.
901
902 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
905         change of return value of elmo-folder-count-flags.
906
907         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
908         (wl-summary-mark-as-read-internal): Ditto.
909         (wl-summary-set-persistent-mark-internal): Ditto.
910         (wl-summary-folder-info-update): Ditto.
911         (wl-summary-sync-update): Fixed the last change.
912
913         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
914
915 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
916
917         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
918         (wl-draft-kill-flags): Fixed docstring.
919
920         * wl-draft.el (wl-draft-kill-flags): New function.
921         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
922
923 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
924
925         * wl-vars.el (wl-reply-hook): Abolish.
926         (wl-draft-reply-hook): New hook.
927         (wl-summary-reply-hook): Ditto.
928         (wl-draft-forward-hook): Ditto.
929         (wl-summary-forward-hook): Ditto.
930         (wl-draft-kill-flags): New variable.
931
932         * wl-summary.el (wl-summary-mark-as-answered-region): Use
933         wl-summary-set-persistent-mark-internal.
934         (wl-summary-sync-marks): Use elmo-preserved-flags.
935         (wl-summary-update-persistent-mark): Make it interactive.
936         (wl-summary-set-persistent-mark-internal): New inline function.
937         (wl-summary-mark-as-answered): Use it.
938         (wl-summary-mark-as-unanswered): Ditto.
939         (wl-summary-unset-persistent-mark): New function.
940         (wl-summary-set-persistent-mark): Ditto.
941         (wl-summary-reply): Don't set answered flag;
942         Run wl-summary-reply-hook instead.
943         (wl-summary-forward): Call wl-draft-forward with number.
944         Run wl-summary-forward-hook.
945
946         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
947         (wl-highlight-summary-line-face-spec): Use it as a default
948         persistent mark face.
949
950         * wl-draft.el (wl-draft-forward): Added optional argument number;
951         Set wl-draft-parent-number; Run wl-draft-forward-hook.
952         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
953         (wl-draft-kill): Use wl-draft-kill-flags.
954
955         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
956
957         * wl-folder.el (wl-folder-check-one-entity): Follow the change
958         of return value of elmo-folder-count-flags.
959
960         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
961
962         * wl-summary.el (wl-summary-count-unread): Ditto.
963         (wl-summary-sync-update): Follow the change above.
964         (wl-summary-force-prefetch): New function.
965
966 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
967
968         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
969         variable `buf' with `let' instead of `setq'.
970
971 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
972
973         * wl-mime.el (wl-message-delete-current-part): If filename exists,
974         add Content-Disposition heaeder on the deleted part.
975
976 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
977
978         * wl-draft.el (wl-draft-save): Encode address list under edit by
979         `eword-encode-unstructured-field-body'.
980
981         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
982
983 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
984
985         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
986         wl-current-summary-buffer.
987
988 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
989
990         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
991         `numbers' is ignored.
992
993 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
994
995         * wl-folder.el (wl-folder-open-folder): Avoid error.
996         Reported by John Owens, [wl-en:815]
997
998         * wl.el (wl): Set timer for biff process even if prefix argument
999         is given or auto-checking is quitted.
1000
1001         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1002         immediately.
1003         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1004         (wl-toggle-plugged): Ditto.
1005
1006         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1007         * wl-util.el (wl-biff-start): Use idle timer if
1008         `wl-biff-use-idle-timer' is non-nil.
1009
1010 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1011
1012         * wl-highlight.el (wl-highlight-message): Fix description.
1013
1014 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1015
1016         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1017         tty.
1018
1019 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1020
1021         * wl-action.el (wl-summary-exec): Print failure count.
1022
1023 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1024
1025         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1026         to `defun', remove interactive form.
1027         Set elmo-message-fetch-confirm when force-reload is non-nil.
1028
1029 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1030
1031         * wl-summary.el (toplevel): Removed unnecessary autoload.
1032
1033 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1034
1035         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1036         the buffer is generated from another message buffer.
1037
1038 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1039
1040         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1041         extracted from `wl-fldmgr-save-folders'.
1042         (wl-fldmgr-delete): Call it after deletion.
1043
1044 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1047         multi-tty support.
1048
1049 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1050
1051         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1052
1053 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1054
1055         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1056         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1057
1058 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1061         unsubscribe list only if argument CLEAR is nil.
1062
1063 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1064
1065         * wl-draft.el (wl-draft-reply): Decode subject before removing
1066         Re: prefix.
1067
1068 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1069
1070         * wl-summary.el (wl-summary-sort-by-size): New command.
1071
1072 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * wl-summary.el (wl-summary-number-list-from-region): New
1075         function.
1076         (wl-summary-mark-as-read-region): Use it.
1077         (wl-summary-mark-as-unread-region): Ditto.
1078         (wl-summary-set-flags-region): Ditto and add optional argument
1079         remove.
1080         (wl-summary-mark-as-answered-region): Ditto.
1081         (wl-summary-mark-as-important-region): Ditto.
1082         (wl-summary-target-mark-mark-as-important): Added optional
1083         argument remove.
1084         (wl-summary-target-mark-mark-as-answered): Ditto.
1085         (wl-summary-target-mark-set-flags): Ditto.
1086
1087 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1088
1089         * wl-summary.el (wl-summary-set-flags-region): Call
1090         `wl-summary-set-flags-internal' with number list instead of call
1091         one by each message.
1092         (wl-summary-target-mark-set-flags): Likewise.
1093
1094 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1095
1096         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1097         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1098         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1099         (wl-summary-target-mark-mark-as-answered): Likewise.
1100
1101 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1102
1103         * wl-summary.el (wl-summary-target-mark-forward): Use
1104         `wl-summary-delete-all-target-marks' instead of
1105         `wl-summary-delete-all-temp-marks'.
1106         (wl-summary-target-mark-reply-with-citation): Ditto.
1107         (wl-summary-target-mark-uudecode): Ditto.
1108         (wl-summary-target-mark-set-flags): Ditto and remove needless
1109         cursor move.
1110
1111 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1112
1113         * wl-summary.el (wl-summary-target-mark-forward): Protect
1114         wl-summary-buffer-target-mark-list from nreverse.
1115         (wl-summary-target-mark-reply-with-citation): Ditto.
1116
1117 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1118
1119         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1120         `elmo-display-progress-threshold'.
1121
1122 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123
1124         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1125         check `wl-summary-highlight'.
1126         (wl-summary-window-scroll-functions): Respect value of
1127         `wl-summary-highlight'.
1128         (wl-summary-sync-update): Run hooks
1129         `wl-summary-buffer-window-scroll-functions' at any time.
1130
1131 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1132
1133         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1134         from `wl-summary-cleanup-temp-marks'.
1135         (wl-summary-cleanup-temp-marks): Abolish argument.
1136         * wl.el (wl-save-status): Revert previous change.
1137         (wl-execute-temp-marks): New function, call
1138         `wl-summary-exec-with-confirmation'.
1139         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1140         (wl-folder-save-and-exec-marks): Abolished.
1141
1142 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1143
1144         * wl-e21.el (wl-e21-display-image-p): Respect
1145         `wl-highlight-folder-with-icon'.
1146         (wl-e21-highlight-folder-group-line): Highlight mouse line
1147         even if wl-e21-display-image-p is nil.
1148
1149         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1150         Respect value of `wl-summary-highlight'.
1151
1152         * wl.el (wl-save-status): Remove unused variable.
1153
1154         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1155         (wl-folder-mode-map): Bind it to "x".
1156
1157 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1158
1159         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1160
1161         * wl-thread.el (wl-thread-get-parent-list): Don't check
1162         disconnected ancestors, neglecting needless work in
1163         `wl-thread-update-indent-string-thread'.
1164
1165         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1166         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1167         argument, add argument default-keep to keep marks by default.
1168
1169         * Version number is increased to 2.11.30.
1170
1171         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1172         customization type and docstring.
1173         (wl-draft-reply-without-argument-list): Ditto.
1174
1175 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1176
1177         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1178
1179         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1180
1181 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1182
1183         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1184
1185 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1186
1187         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1188         save-excursion so as not to include run-hooks.
1189
1190 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1191
1192         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1193         Clarify that marks are going to be cleared.
1194
1195 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1196
1197         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1198         according to 3rd element of wl-summary-flag-mark.
1199
1200         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1201
1202 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-action.el (wl-summary-target-mark-all): Don't set
1205         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1206
1207 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1208
1209         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1210         (wl-forward-subject-prefix): Ditto.
1211         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1212         (wl-draft-reply-make-subject): Ditto.
1213
1214         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1215         `wl-draft-forward'.
1216         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1217
1218 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1219
1220         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1221         target message does not exist.
1222
1223 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1224
1225         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1226         `wl-subject-prefix-regexp'.
1227         (wl-subject-forward-prefix-regexp): New variable.
1228         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1229         `wl-draft-strip-subject-re' and take regexp as argument.
1230         (wl-draft-forward): Use it.
1231         (wl-draft-reply): Ditto.
1232
1233 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1234
1235         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1236         emacs multi-tty support.
1237
1238 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1239
1240         * wl-e21.el (wl-e21-display-image-p): Don't call
1241         `display-images-p'.
1242         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1243         support.
1244         (wl-highlight-folder-current-line): Ditto.
1245         (wl-folder-init-icons): Ditto.
1246
1247 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1248
1249         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1250         the last line of summary in unplugged mode.
1251
1252 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1253
1254         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1255
1256 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1257
1258         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1259         * wl-address.el (wl-address-user-mail-address-p): Use it.
1260         (wl-address-delete-user-mail-addresses): Ditto.
1261         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1262
1263         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1264         (wl-address-delete-user-mail-addresses): Ditto.
1265
1266         * wl-address.el (wl-address-delete-user-mail-addresses): New
1267         function.
1268         * wl-refile.el (wl-refile-guess-by-history): Use it.
1269         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1270         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1271
1272         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1273         use wl-address-user-mail-address-p.
1274
1275 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1276
1277         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1278         after opening group.
1279
1280 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1281
1282         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1283         of elmo-set-buffer-multibyte.
1284
1285         * wl-message.el (wl-original-message-mode): Ditto.
1286
1287         * wl-score.el (wl-score-insert-header): Ditto.
1288
1289         * wl-summary.el
1290         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1291         (wl-summary-goto-folder-subr): Ditto.
1292         (wl-summary-insert-headers): Ditto.
1293
1294         * wl-util.el (wl-set-string-width): Ditto.
1295
1296         * Version number is increased to 2.11.29.
1297
1298 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1299
1300         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1301         (wl-highlight-summary-line-help-echo-alist): New variable.
1302         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1303         into `wl-highlight-summary-line-help-echo' and
1304         `wl-highlight-flag-folder-help-echo'.
1305         (wl-highlight-summary-line-string): Change accordingly.
1306         (wl-highlight-summary-current-line): Ditto.
1307
1308 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1309
1310         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1311         at the beginning of field body (Thanks to Markus Knittig).
1312
1313         * wl-draft.el (wl-draft-insert-current-message): Also check
1314         summary buffer, remove unnecessary tag.
1315
1316 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1317
1318         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1319         when wl-message-buffer is nil.
1320
1321         * wl-folder.el (wl-folder): Abolish unused argument.
1322         Call wl-folder-init when wl-folder-entity is nil.
1323         * wl.el (wl): Change accordingly.
1324
1325 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1326
1327         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1328         multibyte string before insert into draft buffer.
1329         (wl-draft-create-buffer): Always enable multibyte characters for
1330         draft buffer.
1331
1332         * Version number is increased to 2.11.28.
1333
1334 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1335
1336         * wl-folder.el (wl-folder-open-close): Handle blank line.
1337         (wl-folder-jump-to-current-entity): Ditto.
1338
1339 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1340
1341         * Version number is increased to 2.11.27.
1342
1343 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1344
1345         * wl-thread.el (wl-thread-insert-message): When the thread is
1346         devided by wl-summary-max-thread-depth, insert line at the end of
1347         buffer.
1348
1349 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1350
1351         * Version number is increased to 2.11.26.
1352
1353 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1354
1355         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1356
1357 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1358
1359         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1360         value of stream-type and session.
1361
1362 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1363
1364         * Version number is increased to 2.11.25.
1365
1366 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1367
1368         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1369         in a quit message.
1370
1371 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1372
1373         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1374         (wl-summary-redisplay-no-mime-internal): Ditto.
1375
1376 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1377
1378         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1379         * wl-vars.el (wl-smtp-connection-type): Ditto.
1380
1381 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1382
1383         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1384         for the separator line and quote mail-header-separator.
1385
1386 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1387
1388         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1389         result message.
1390
1391         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1392         `elmo-multiple-fields-body-list' with boundary as
1393         mail-header-separator.
1394
1395 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1396
1397         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1398
1399 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1400
1401         * wl-util.el (wl-list-diff): Remove unused function.
1402
1403         * wl-draft.el (wl-draft-send-confirm): Discard input before
1404         confirmation.
1405
1406 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1407
1408         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1409         order of flag and new.
1410
1411 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1412
1413         * wl-vars.el (wl-refile-policy-alist): Abolished.
1414
1415         * wl-action.el (wl-summary-set-action-refile): Follow the change
1416         above.
1417
1418 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * wl-highlight.el (wl-highlight-signature-search): Don't use
1421         re-search-backward for a long word since it is possible to crash
1422         XEmacs because of a bug.
1423
1424 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1425
1426         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1427
1428 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1429
1430         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1431         argument for wl-summary-sync-force-update.
1432
1433 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1434
1435         * wl-summary.el (wl-summary-mode-map): Revival of
1436         wl-summary-mark-as-important related bindings;
1437         Bind 'F','tF','mF','rF','m&'.
1438         (wl-summary-mark-as-important-region): Revival.
1439         (wl-summary-target-mark-mark-as-important): Ditto.
1440         (wl-summary-target-mark-operation): New function.
1441         (wl-summary-target-mark-mark-as-answered): Use it.
1442         (wl-summary-decide-flag): Don't set Important as default.
1443         (wl-summary-mark-as-important-internal): Revival.
1444         (wl-summary-mark-as-important): Ditto.
1445
1446         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1447
1448         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1449         instead of facep.
1450
1451 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1452
1453         * wl-dnd.el (wl-dnd-drop-func): Fix.
1454
1455         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1456         mouse-set-point instead of posn-point.
1457
1458         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1459
1460         * wl-mule.el (wl-completing-read-multiple): Ditto.
1461
1462 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1463
1464         * wl-demo.el (face-background-name): Defalias to avoid compile
1465         warning.
1466
1467 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1468
1469         * wl-summary.el (wl-summary-decide-flag): Use
1470         wl-completing-read-multiple instead of completing-read-multiple.
1471
1472         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1473         New alias.
1474
1475         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1476         Use face-background-name instead of face-background.
1477
1478         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1479
1480         * wl-summary.el (wl-summary-save): Use it.
1481         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1482
1483         * wl-mime.el (wl-mime-save-content): Fix last change.
1484
1485 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1486
1487         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1488         New function.
1489         (wl-summary-sort-specs): Added sort.
1490         * wl-mime.el (wl-mime-save-content): Expand file name.
1491
1492 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1493
1494         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1495
1496         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1497
1498 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1499
1500         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1501         for flag if it is not defined.
1502
1503 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1504
1505         * wl-e21.el (wl-highlight-folder-current-line): Use
1506         elmo-folder-type-internal when elmo-folder-type returns nil.
1507
1508         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1509
1510         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1511
1512         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1513
1514         * wl-e21.el (wl-summary-toolbar): Ditto.
1515
1516         * wl-vars.el (wl-demo-background-color): Abolished.
1517         (wl-summary-persistent-mark-priority-list): Renamed from
1518         wl-summary-flag-priority-list.
1519         (wl-summary-flag-alist): New user option.
1520         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1521         (wl-message-mode-line-format-spec-alist): Added 'F'.
1522         (wl-message-mode-line-format): Likewise.
1523         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1524         instead of wl-summary-important-mark.
1525         (wl-file-folder-icon): New variable.
1526
1527         * wl-thread.el (wl-thread-set-flags): Renamed from
1528         wl-thread-mark-as-important.
1529
1530         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1531         warning.
1532         (wl-summary-mode-menu-spec): Follow the change of 
1533         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1534         (wl-summary-mode-map): Follow the change of
1535         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1536         (wl-summary-detect-mark-position): Follow the variable name change.
1537         (wl-summary-set-flags-region): New function for the replacement of
1538         wl-summary-mark-as-important-region.
1539         (wl-summary-sync-marks): Sync all global-flags.
1540         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1541         instead of elmo-message-flagged-p.
1542         (wl-summary-persistent-mark-string): Follow the variable name change;
1543         Put wl-summary-flag-mark if the message has global-flag.
1544         (wl-summary-target-mark-set-flags): Renamed from 
1545         wl-summary-target-mark-mark-as-important.
1546         (wl-summary-decide-flag): New function.
1547         (wl-summary-set-flags-internal): Renamed from
1548         wl-summary-mark-as-important-internal.
1549         (wl-summary-add-flags-internal): New function.
1550         (wl-summary-remove-flags-internal): Ditto.
1551         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1552         (wl-summary-mark-as-unimportant): Abolish.
1553         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1554         (wl-summary-next-message): List flagged messages in the msgdb.
1555
1556         * wl-score.el (wl-summary-score-update-all-lines): Use
1557         wl-summary-add-flags-internal instead of 
1558
1559         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1560
1561         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1562         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1563         (wl-message-buffer-require-all-header): Renamed from
1564         wl-message-buffer-all-header-flag (Ditto).
1565         (wl-message-buffer-flag-indicator): New variable.
1566         (wl-message-redisplay): Changed local varibale name from `flag' to
1567         `display-type'; Set up wl-message-buffer-flag-indicator.
1568         (wl-message-buffer-display): Changed varibale name from `flag' to
1569         `display-type'.
1570         (wl-message-display-internal): Likewise.
1571
1572         * wl-highlight.el (wl-highlight-demo-face): Define default background
1573         color.
1574         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1575
1576         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1577
1578         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1579         (wl-demo-setup-properties): Renamed from
1580         `wl-demo-set-background-color'.
1581         (wl-demo): Follow the change above.
1582         
1583         * Version number is increased to 2.11.24.
1584
1585 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1586
1587         * wl-summary.el (wl-summary-toggle-thread): Call
1588         `wl-summary-rescan' with disable-thread as non-nil.
1589         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1590
1591 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1592
1593         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1594         foreground property of the face.
1595         (wl-demo-insert-text): Don't set up face property here.
1596         (wl-demo): Call wl-demo-set-background-color, anyway.
1597
1598 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1599
1600         * wl-vars.el (wl-demo-background-color): The value can be nil.
1601
1602 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1603
1604         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1605         to wl-summary-wheel-dispatcher.
1606
1607         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1608         wl-message-wheel-dispatcher.
1609         (wl-message-wheel-dispatcher): New function.
1610         (wl-summary-wheel-dispatcher): Ditto.
1611
1612 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1613
1614         * wl-action.el (wl-summary-target-mark-all): List messages which are
1615         not in the killed-list.
1616
1617         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1618         only when the folder is 'flag/important.
1619
1620         * wl-address.el (wl-complete-field-body): Complete if the last
1621         character is a space.
1622
1623 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1624
1625         * wl-folder.el (wl-folder-clear-entity-info): Use
1626         elmo-clear-hash-val.
1627
1628         * wl-fldmgr.el (wl-fldmgr-rename): Set
1629         wl-folder-info-alist-modified as t.
1630
1631 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1632
1633         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1634
1635 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1636
1637         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1638         (wl-folder-buffer-last-visited-entity-id): New buffer local
1639         variable.
1640         (wl-folder-revisit-last-visited-folder): New function.
1641         (wl-folder-mode-map): Bind it to "C-i".
1642         (wl-folder-set-current-entity-id): Set last visited folder.
1643         * wl-summary.el (wl-summary-exit): Ditto.
1644
1645 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1648         before calling `recenter' in order to cope with an XEmacs bug.
1649
1650 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1651
1652         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1653         to the default value.
1654
1655 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1656
1657         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1658         change.
1659         (wl-summary-sync-marks): Ditto.
1660         (wl-summary-mark-as-read-internal): Ditto.
1661         (wl-summary-mark-as-answered-internal): Ditto.
1662         (wl-summary-mark-as-important-internal): Ditto.
1663         (wl-summary-reply): Ditto.
1664
1665         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1666         instead of `elmo-folder-unflag-answered'.
1667
1668         * Version number is increased to 2.11.23.
1669
1670         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1671         the last change.
1672
1673 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1674
1675         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1676         Specify "spam" or "good".
1677
1678 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1679
1680         * wl-spam.el (wl-summary-exec-action-spam): Call
1681         wl-folder-confirm-existence for spam folder.
1682         (wl-spam-setup): Bind "mk".
1683
1684 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1685
1686         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1687
1688 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1689
1690         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1691         destination folder is empty.
1692
1693 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1694
1695         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1696         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1697
1698         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1699         (wl-summary-refile-prev-destination-region): New function.
1700         (wl-thread-refile-prev-destination): Ditto.
1701         (wl-summary-target-mark-refile-prev-destination): Ditto.
1702
1703 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1704
1705         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1706         (wl-demo-background-color): Changed default value.
1707
1708         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1709         color.
1710
1711         * wl-demo.el (wl-demo-set-background-color): New function.
1712         (wl-demo): Call it.
1713
1714 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1715
1716         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1717         * wl-address.el (wl-address-add-or-change): Don't add empty
1718         address.
1719
1720 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1721
1722         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1723
1724 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1725
1726         * wl-vars.el (wl-demo-image-filter-alist): New variable
1727         (wl-demo-background-color): Ditto.
1728
1729         * wl-demo.el (wl-demo-xpm-set-background): New function.
1730         (wl-demo-image-filter): Ditto.
1731         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1732
1733         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1734
1735         * wl-demo.el (wl-demo-icon-name): Define as function.
1736         (wl-demo-insert-image): Use it.
1737
1738 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1739
1740         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1741
1742 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1743
1744         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1745
1746 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1747
1748         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1749
1750 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1751
1752         * wl-thread.el (wl-thread-mark-as-answered): New function.
1753
1754         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1755         answered" entry.
1756         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1757         "r&" and wl-thread-mark-as-answered to "t&".
1758         (wl-summary-mark-as-important-region): Refine to toggle mark.
1759         (wl-summary-mark-as-answered-region): New function.
1760         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1761         and 3rd argument.
1762         (wl-summary-mark-as-important-internal): Likewise.
1763
1764 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1765
1766         * wl-template.el (wl-template-preview): New internal variable.
1767         (wl-template-preview-p): New function.
1768         (wl-template-show): Bind `wl-template-preview' as t.
1769
1770 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1771
1772         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1773         `elmo-message-entity-field' with 3rd argument which is non-nil.
1774
1775 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1778         Removed duplicate local bind `folder'.
1779
1780 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1781
1782         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1783
1784 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1785
1786         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1787         duplicate definition.
1788
1789 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1790
1791         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1792         non-nil, use it; Don't fetch message if there's no message in the
1793         current cursor position.
1794
1795 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1796
1797         * wl-util.el (wl-region-exists-p): Use region-active-p.
1798         (wl-deactivate-region): New function.
1799         * wl-message.el (wl-message-redisplay): Deactivate region.
1800
1801         * wl-summary.el (wl-summary-reply): Call
1802         `wl-summary-set-message-buffer-or-redisplay' instead of
1803         `wl-summary-redisplay-internal', don't move point.
1804
1805 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1806
1807         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1808         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1809         by regexp.
1810
1811 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1814         if no need.
1815
1816 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1817
1818         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1819         default value to nil.
1820         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1821         `wl-summary-prepare-hook'; Replace refile action to
1822         `wl-summary-exec-action-refile-with-register'.
1823
1824         * Version number is increased to 2.11.22.
1825
1826 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1827
1828         * wl-summary.el (wl-summary-detect-mark-position): Set
1829         `wl-summary-buffer-weekday-name-lang'.
1830
1831 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1832
1833         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1834         (wl-summary-mark-as-read-all): Ditto.
1835         (wl-summary-delete-messages-on-buffer): Ditto.
1836         (wl-summary-sync-update): Ditto.
1837         (wl-summary-mark-as-read-internal): Ditto.
1838         (wl-summary-mark-as-answered-internal): Ditto.
1839         (wl-summary-update-folder-info): Abolished.
1840
1841 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1842
1843         * wl-summary.el (wl-summary-mark-as-read-all): Use
1844         `wl-summary-update-folder-info' instead of
1845         `wl-folder-update-unread'.
1846
1847 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1848
1849         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1850         `wl-summary-folder-info-update'.
1851         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1852         instead of `wl-summary-folder-info-update'.
1853         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1854         `wl-folder-set-folder-updated'.
1855         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1856         instead of `wl-folder-update-unread'.
1857         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1858         the value of `wl-summary-buffer-unread-count' for the second parameter of
1859         `wl-folder-update-unread'.
1860
1861         * Version number is increased to 2.11.21.
1862
1863 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1864
1865         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1866         a local variable.
1867
1868 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1869
1870         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1871         interactively.
1872
1873         * wl-summary.el (wl-summary-mark-as-important-internal): New
1874         internal function.
1875         (wl-summary-mark-as-important): Use it.
1876         (wl-summary-mark-as-unimportant): New function.
1877         (wl-summary-sync-marks): Follow the API change.
1878
1879         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1880
1881         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1882
1883 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1884
1885         * wl-folder.el (wl-folder-update-unread): Re-indent.
1886         Narrow the scope of a local variable.
1887
1888 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1889
1890         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1891         (wl-addrmgr-merge-entries): Ditto.
1892         (wl-addrmgr): Added to address entry which exists in draft buffer
1893         if no entry is in original.
1894
1895 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1896
1897         * wl-batch.el: New file.
1898
1899 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1900
1901         * wl-vars.el (wl-use-semi): Remove unused variable.
1902
1903 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1904
1905         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1906         "?".
1907
1908 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1909
1910         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1911         wl-summary-new-mark.
1912         (wl-summary-new-cached-mark): New user option.
1913         (wl-summary-score-marks): Follow the change above.
1914         (wl-summary-auto-refile-skip-marks): Ditto.
1915         (wl-summary-incorporate-marks): Ditto.
1916         (wl-summary-expire-reserve-marks): Ditto.
1917
1918         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1919
1920         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1921         (wl-summary-persistent-mark-string): Distinguished between cached
1922         and uncached mark when the message is new.
1923
1924 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1925
1926         * wl-spam.el (wl-spam-domain): Renamed from
1927         `wl-spam-folder-guess-domain'.
1928         (wl-summary-exec-action-spam): Register as spam if domain of the
1929         source folder is good.
1930         (wl-summary-exec-action-refile-with-register): Register message if
1931         domain of the source folder is not undecided.
1932
1933 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1934
1935         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1936         detect thread loop.
1937
1938 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1941         and wl-summary-skip-mark-list.
1942
1943 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1944
1945         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1946
1947         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1948
1949         * wl-spam.el (toplevel): Require wl-highlight.
1950         (wl-spam-auto-check-policy-alist): Abolish.
1951         (wl-spam-auto-check-folder-regexp-list): New user option.
1952         (wl-spam-auto-check-marks): Ditto.
1953         (wl-spam-mark-action-list): Ditto.
1954         (wl-highlight-summary-spam-face): New face.
1955         (wl-spam-auto-check-message-p): New function.
1956         (wl-spam-map-spam-messages): Fixed message.
1957         (wl-spam-register-spam-messages): Ditto.
1958         (wl-spam-register-good-messages): Ditto.
1959         (wl-summary-spam-map): Add and remove keybind.
1960         (wl-summary-target-mark-spam): Abolish.
1961         (wl-summary-refile-spam): Ditto.
1962         (wl-summary-test-spam): New function.
1963         (wl-summary-mark-spam): Ditto.
1964         (wl-summary-auto-check-spam): Follow the above change.
1965         (wl-summary-exec-action-spam): New function.
1966         (wl-summary-exec-action-refile-with-register): Fixed message.
1967         (wl-message-check-spam): New function.
1968         (wl-spam-setup): Ditto.
1969         (toplevel): Call it if this file is loaded interactivity.
1970
1971         * Version number is increased to 2.11.20.
1972
1973 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1974
1975         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1976         when new optional argument `force' is non nil or modified.
1977
1978 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1979
1980         * wl.el (toplevel): Require wl-spam when compile.
1981         (wl-save-status): Call wl-spam-save-status.
1982
1983         * wl-spam.el (wl-spam-register-spam-messages): New function.
1984         (wl-spam-register-good-messages): Ditto.
1985         (wl-spam-save-status): Ditto.
1986         (wl-summary-mode-map): Bind
1987         wl-summary-target-mark-register-as-spam to "ms" and
1988         wl-summary-target-mark-register-as-good to "mn".
1989         (wl-summary-register-as-spam): Abolish optional argument; Use
1990         wl-spam-register-spam-messages.
1991         (wl-summary-register-as-spam-all): Use
1992         wl-spam-register-spam-messages.
1993         (wl-summary-register-as-good): Abolish optional argument; Use
1994         wl-spam-register-good-messages.
1995         (wl-summary-register-as-good-all): Use
1996         wl-spam-register-good-messages.
1997         (wl-summary-target-mark-register-as-spam): New funtion.
1998         (wl-summary-target-mark-register-as-good): Ditto.
1999
2000 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2001
2002         * wl-spam.el: New file.
2003
2004 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2005
2006         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2007
2008         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2009         (wl-summary-auto-refile): Call wl-refile-guess with
2010         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2011
2012 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2013
2014         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2015         with disable-thread argument non-nil.
2016
2017 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2018
2019         * wl-summary.el (wl-summary-rescan): Added optional argument
2020         disable-thread.
2021         (wl-summary-sync): Call wl-summary-rescan with argument
2022         disable-thread.
2023         (wl-summary-input-range): Added new range `rescan-thread'.
2024
2025 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2026
2027         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2028
2029 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2030
2031         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2032         internal variable.
2033         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2034         wl-summary-search-parent-by-subject-regexp and
2035         wl-summary-divide-thread-when-subject-changed as nil.
2036         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2037         (wl-summary-insert-thread): Search parent entity from
2038         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2039         thread loop.
2040
2041 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2042
2043         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2044
2045         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2046
2047         * wl-util.el (wl-require-update-all-folder-p): New function.
2048         (wl-get-assoc-list-value): Added `function' to match directive.
2049         (wl-collect-draft): Rewrite.
2050
2051         * wl-summary.el (wl-summary-sync-update): Clear faces
2052         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2053         are non-nil.
2054         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2055         argument as function.
2056         (wl-summary-input-range): Ditto.
2057
2058         * wl-folder.el (wl-draft-get-folder): New function.
2059         (wl-folder-get-elmo-folder): Consider draft folder.
2060
2061         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2062         (wl-draft-buffer-message-number): New buffer local variable.
2063         (wl-draft-folder-internal): New internal variable.
2064         (wl-draft-delete): Rewrite.
2065         (wl-draft-save): Ditto.
2066         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2067         wl-folder-get-elmo-folder.
2068         (wl-draft-config-info-operation): Ditto.
2069         (wl-jump-to-draft-folder): Ditto.
2070         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2071         (wl-draft-reedit): Rewrite.
2072
2073         * Version number is increased to 2.11.19.
2074         
2075 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2076
2077         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2078         variable.
2079
2080 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2081
2082         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2083         Use ignore-errors instead of unwind-protect.
2084
2085 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2086
2087         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2088         for updating `wl-thread-entity-list'.
2089
2090 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2091
2092         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2093         parameter from calling `wl-thread-entity-get-older-brothers' and
2094         `wl-thread-entity-get-younger-brothers'.
2095         Replace nested `append' with a single one.
2096
2097 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2098
2099         * wl-summary.el (wl-summary-mode): Don't use the return value of
2100         `make-local-hook'.
2101
2102 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2103
2104         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2105         instead of `let*'.
2106         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2107         of local variables.
2108
2109 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2110
2111         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2112         Renamed from wl-summary-window-scroll-functions.
2113         (wl-summary-window-scroll-functions): Don't set to variable.
2114         (wl-summary-display-top): Use run-hooks.
2115         (wl-summary-display-bottom): Ditto.
2116         (wl-summary-toggle-disp-msg): Ditto.
2117         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2118         Use it instead of wl-summary-window-scroll-functions.
2119         (wl-summary-goto-folder-subr): Don't call
2120         wl-summary-window-scroll-functions, use
2121         wl-summary-buffer-window-scroll-functions instead.
2122
2123 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2124
2125         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2126         make-local-variable.
2127
2128 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2129
2130         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2131         set-buffer-modified-p.
2132         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2133         (wl-summary-display-bottom): Ditto.
2134         (wl-summary-toggle-disp-msg): Ditto.
2135
2136 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2137
2138         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2139
2140         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2141         (wl-summary-forward): Use elmo-message-entity-field instead of
2142         elmo-message-field.
2143
2144         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2145
2146 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2147
2148         * wl-summary.el (wl-summary-window-scroll-functions): No use
2149         `append'.
2150
2151 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2152
2153         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2154         function.
2155         (wl-summary-window-scroll-functions): Call it when both
2156         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2157         (wl-summary-temp-mark): Added optional argument number.
2158         (wl-summary-message-mark): Added optional argument flag.
2159         (wl-summary-persistent-mark): Added optional argument number and flag.
2160         (wl-summary-update-persistent-mark): Ditto.
2161         (wl-summary-update-status-marks): Set "r" for interactive spec.
2162
2163         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2164         argument number and flag.
2165
2166         * wl-action.el (wl-summary-registered-temp-mark): 
2167         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2168
2169 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2170
2171         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2172         internal variable (buffer local).
2173         (wl-summary-window-scroll-functions): New function.
2174         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2175         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2176         as nil.
2177         (wl-summary-update-status-marks): Added arguments beg, end and
2178         check.
2179         (wl-summary-update-mark-window): Use function.
2180         (wl-summary-sync-update): Follow the change above.
2181         (wl-summary-switch-to-clone-buffer): Copy
2182         wl-summary-buffer-unsync-mark-number-list.
2183         (wl-summary-goto-folder-subr): Set
2184         wl-summary-buffer-unsync-mark-number-list and
2185         use wl-summary-window-scroll-functions instead of
2186         wl-summary-lazy-highlight.
2187
2188         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2189
2190 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2191
2192         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2193
2194         * wl-summary.el (wl-summary-update-persistent-mark): Call
2195         wl-summary-set-message-modified.
2196
2197         * wl-summary.el (wl-summary-sync-update): Don't call
2198         wl-summary-update-status-marks.
2199
2200         * Version number is increased to 2.11.18.
2201
2202 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2203
2204         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2205         (wl-message-next-page): Ditto.
2206
2207 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2208
2209         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2210         local variable.  Change the order of a collected list into the
2211         same as the specified range.  Remove nil from a collected list.
2212
2213 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2214
2215         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2216         argument for elmo-folder-list-messages.
2217
2218 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2219
2220         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2221         change (wl-summary-count-unreads return a list instead of a cons
2222         cell).
2223
2224 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2225
2226         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2227         `wl-summary-folder-info-update'.
2228
2229 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2230
2231         * wl-summary.el (wl-summary-set-message-modified): No use
2232         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2233         (wl-summary-set-mark-modified): Abolish.
2234         (wl-summary-mark-modified-p): Ditto.
2235         (wl-summary-save-view): Follow the change above.
2236
2237         * wl-expire.el (wl-summary-expire): Likewise.
2238
2239 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2240
2241         * wl-summary.el (wl-summary-detect-mark-position): Use
2242         modb-entity-handler.
2243         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2244
2245         * Version number is increased to 2.11.17.
2246
2247 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2248
2249         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2250         entity field value.
2251         (wl-summary-prefetch-msg): Ditto.
2252         (wl-summary-print-message-with-ps-print): Ditto.
2253
2254 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2255
2256         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2257         for dummy entity.
2258         (wl-summary-insert-thread): Use elmo-message-entity-field.
2259         (wl-summary-update-thread): Use elmo-message-entity-field and
2260         elmo-message-entity-number.
2261         (wl-summary-line-number):  Use elmo-message-entity-number.
2262         (wl-summary-line-size): Use elmo-message-entity-field.
2263         (wl-summary-line-subject): Ditto.
2264         (wl-summary-line-from): Ditto.
2265         (wl-summary-line-attached): Ditto.
2266         (wl-summary-create-line): Ditto.
2267         (wl-summary-create-line): Use elmo-message-entity-number.
2268         (wl-summary-print-message-with-ps-print): Use
2269         elmo-message-entity-field.
2270
2271 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2272
2273         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2274         change in elmo-msgdb-make-message-entity.
2275         (wl-summary-buffer-set-folder): Don't call
2276         wl-summary-detect-mark-position here.
2277         (wl-summary-rescan): Call elmo-message-entity-number.
2278         (wl-summary-sync-update): Ditto.
2279         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2280
2281         * wl-score.el (wl-score-header-index): Redefine 2th element.
2282         (wl-score-overview-entity-get-extra): Abolish.
2283         (wl-score-ov-entity-get): Rewrite.
2284         (wl-score-string-index<, wl-score-string-func<): Abolish.
2285         (wl-score-string<): New function.
2286         (wl-score-string-sort): Use it.
2287
2288         * wl-refile.el (wl-refile-guess-by-history): Use
2289         elmo-message-entity-field.
2290         (wl-refile-guess-by-from): Ditto.
2291         (wl-refile-guess-by-msgid): Ditto.
2292
2293         * Version number is increased to 2.11.16.
2294
2295 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2296
2297         * wl-folder.el (wl-folder-confirm-existence): Don't call
2298         file-exists-p if msgdb-path is nil.
2299         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2300         `wl-read-folder-hist' to `wl-read-folder-history'.
2301
2302 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2303
2304         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2305         `y-or-n-p'.
2306
2307 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * wl-score.el (wl-score-headers): Don't use
2310         elmo-folder-do-each-message-entity.
2311
2312         * Version number is increased to 2.11.15.
2313
2314 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2315
2316         * wl-summary.el (wl-summary-delete-all-msgs): Use
2317         elmo-folder-move-messages instead of elmo-folder-delete-messages
2318         and elmo-folder-detach-messages.
2319         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2320
2321         * wl-expire.el (wl-expire-delete): Ditto.
2322         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2323
2324 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2325
2326         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2327         (wl-message-header-narrowing-fields): Ditto.
2328         (wl-message-header-narrowing-lines): Ditto.
2329         (wl-message-header-narrowing-string): Ditto.
2330
2331         * wl-summary.el (wl-summary-mode-map): Bind
2332         wl-summary-toggle-header-narrowing to "C-cC-f".
2333         (wl-summary-toggle-header-narrowing): New function.
2334
2335         * wl-message.el (wl-message-buffer-create): Call
2336         wl-message-header-narrowing-setup.
2337         (wl-message-redisplay): Call wl-message-header-narrowing.
2338         (wl-message-header-narrowing): New function.
2339         (wl-message-header-narrowing-map): New keymap.
2340         (wl-message-header-narrowing-widen-map): New keymap.
2341         (wl-message-header-narrowing-again-at-mouse): New function.
2342         (wl-message-header-narrowing-1): Ditto.
2343         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2344         (wl-message-header-narrowing-setup): Ditto.
2345         (wl-message-header-narrowing-toggle): Ditto.
2346         
2347         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2348
2349         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2350         'flag as all.
2351         (wl-use-flag-folder-help-echo): New user option.
2352
2353         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2354         wl-summary-highlight as nil.
2355         (wl-summary-set-mark-modified): Follow the API change.
2356         (wl-summary-mark-modified-p): Ditto.
2357         (wl-summary-mark-as-read-all): Ditto.
2358         (wl-summary-sync-marks): Don't call
2359         elmo-folder-list-messages-with-global-mark.
2360         (wl-summary-mark-as-read-internal): Follow the API change.
2361         (wl-summary-mark-as-answered-internal): Ditto.
2362         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2363         Follow the API change.
2364         (wl-summary-create-line): Call with number argument.
2365         (wl-summary-reply): Follow the API change.
2366
2367         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2368         function.
2369         (wl-highlight-summary-line-string): Call it when
2370         wl-use-flag-folder-help-echo is non-nil.
2371         (wl-highlight-summary-current-line): Ditto.
2372         (elmo-flag-folder-referrer): Added autoload setting.
2373
2374         * wl-draft.el (wl-draft-kill): Follow the API change.
2375
2376         * Version number is increased to 2.11.14.
2377         
2378 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2379
2380         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2381
2382 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2383
2384         * Version number is increased to 2.11.13.
2385
2386 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2387
2388         * wl-draft.el (wl-draft-previous-history-element): Fixed
2389         unbalanced parenthesis and bind unbound local variables.
2390
2391 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2392
2393         * wl-draft.el (wl-draft-previous-history-element): New function.
2394         (wl-draft-next-history-element): Ditto.
2395         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2396         them to M-p and M-n.
2397
2398 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * Version number is increased to 2.11.12.
2401
2402 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2403
2404         * wl-draft.el (wl-draft-hide): Select buffer-window.
2405
2406 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2407
2408         * wl-summary.el (wl-summary-narrow-to-region): New function.
2409         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2410         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2411         (wl-summary-save-region): Use it.
2412         * wl-action.el (wl-summary-collect-numbers-region)
2413         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2414
2415 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2416
2417         * wl-folder.el (wl-folder-count-incorporates): Don't use
2418         `elmo-msgdb-mark-load'
2419
2420         * Version number is increased to 2.11.11.
2421
2422 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2423
2424         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2425         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2426
2427 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2428
2429         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2430
2431 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2432
2433         * Version number is increased to 2.11.10.
2434
2435 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2436
2437         * wl-mime.el (wl-draft-attribute-value): Fixed.
2438
2439 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2440
2441         * wl-util.el (wl-copy-local-variables): New function.
2442
2443         * wl-mime.el (wl-draft-attribute-recipients): New function.
2444         (wl-draft-attribute-envelope-from): Ditto.
2445         (wl-draft-attribute-smtp-posting-server): Ditto.
2446         (wl-draft-attribute-smtp-posting-port): Ditto.
2447         (wl-draft-attribute-value): Ditto.
2448         (wl-draft-preview-message): Use it to get value for
2449         attributes. Reflect result of `wl-draft-config'.
2450
2451         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2452         and call `wl-summary-mark-as-read' before to call
2453         `wl-summary-unset-mark'.
2454         (wl-summary-target-mark-mark-as-unread): Likewise.
2455         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2456
2457 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2458
2459         * wl-mime.el (wl-draft-preview-message): Use actual value for
2460         attributes; Fix for small window.
2461
2462 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2463
2464         * wl-refile.el (wl-refile-get-field-value): Call
2465         `elmo-message-entity-field' with 3rd argument is non-nil.
2466
2467 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2468
2469         * wl-vars.el (wl-draft-preview-attributes): New user option.
2470         (wl-draft-preview-attributes-list): Ditto.
2471         (wl-draft-preview-attributes-buffer-lines): Ditto.
2472         (wl-draft-preview-attributes-buffer-name): Ditto.
2473
2474         * wl-mime.el (wl-draft-preview-message): Display attributes.
2475
2476 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2477
2478         * wl-summary.el (wl-summary-detect-mark-position): Bind
2479         wl-summary-flag-priority-list to '(new).
2480
2481 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2482
2483         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2484         funtion.
2485         (wl-highlight-summary-line-string): Use it.
2486         (wl-highlight-summary-current-line): Ditto.
2487
2488 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2489
2490         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2491         line even when the mark string is not changed.
2492
2493         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2494         argument change in the wl-summary-create-line.
2495         (wl-thread-insert-entity-sub): Ditto.
2496
2497         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2498         argument change in the wl-summary-create-line.
2499         (wl-summary-insert-sequential): Ditto.
2500         (wl-summary-update-thread): Ditto.
2501         (wl-summary-persistent-mark-string): New inline function.
2502         (wl-summary-message-mark): Use it.
2503         (wl-summary-create-line): Abolish argument wl-persistent-mark
2504         and added wl-flags, wl-cached.
2505
2506         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2507         mark to flags.
2508         (wl-highlight-summary-current-line): Decide the face not by the 
2509         persistent mark but flags.
2510
2511 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2512
2513         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2514         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2515         wl-summary-read-uncached-mark): Revive.
2516         (wl-summary-answered-cached-mark,
2517         wl-summary-answered-uncached-mark): New user option.
2518         (wl-summary-score-marks): Follow the change above.
2519         (wl-summary-auto-refile-skip-marks): Ditto.
2520         (wl-summary-incorporate-marks): Ditto.
2521         (wl-summary-expire-reserve-marks): Ditto.
2522         (wl-summary-flag-priority-list): New user option.
2523
2524         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2525         changes.
2526         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2527         of elmo-message-mark.
2528         (wl-summary-mark-as-read-internal): Ditto.
2529         (wl-summary-mark-as-answered): Ditto.
2530         (wl-summary-mark-as-important): Ditto.
2531         (wl-summary-redisplay-internal): Ditto.
2532         (wl-summary-redisplay-no-mime-internal): Ditto.
2533         (wl-summary-message-mark): New function.
2534         (wl-summary-insert-sequential): Use wl-summary-message-mark
2535         instead of elmo-message-mark.
2536         (wl-summary-update-thread): Ditto.
2537         (wl-summary-persistent-mark): Ditto.
2538         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2539         instead of elmo-message-mark.
2540
2541         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2542         wl-summary-message-mark instead of elmo-message-mark.
2543         (wl-thread-insert-entity-sub): Ditto.
2544         (wl-thread-get-children-msgs-uncached): Ditto.
2545
2546         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2547         variable name changes.
2548         (wl-highlight-summary-current-line): Ditto.
2549
2550         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2551         wl-summary-message-mark instead of elmo-message-mark.
2552
2553         * wl-expire.el (wl-expire-message-p): Ditto.
2554
2555         * wl-score.el (wl-score-headers): Ditto.
2556
2557         * Version number is increased to 2.11.9.
2558
2559         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2560         (wl-summary-sync-update): Follow the change above.
2561         (wl-summary-switch-to-clone-buffer): Ditto.
2562         (wl-summary-open-folder): Ditto.
2563
2564 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2565
2566         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2567         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2568
2569         * Version number is increased to 2.11.8.
2570
2571         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2572
2573         * wl-expire.el (wl-expire-refile): Follow the API change on
2574         `elmo-folder-move-messages'.
2575         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2576
2577         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2578         (wl-summary-exec-action-refile): Ditto.
2579         (wl-summary-exec-action-copy): Ditto.
2580         (wl-summary-no-auto-refile-message-p): No use
2581         `wl-summary-buffer-msgdb'.
2582         (wl-summary-auto-refile): Ditto.
2583
2584 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2585
2586         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2587
2588 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2589
2590         * wl-summary.el (wl-summary-sync): Treat no-sync.
2591
2592         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2593         (wl-default-sync-range): Ditto.
2594
2595 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2596
2597         * wl-refile.el (wl-refile-subject-learn): Call
2598         `elmo-message-entity-field' with 3rd argument is non-nil.
2599         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2600         instead of `elmo-msgdb-overview-entity-get-subject'.
2601
2602 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2603
2604         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2605         scan-type is rescan.
2606         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2607         new optional argument force is non-nil.
2608         (wl-summary-save-view-cache): Call it with force argument non-nil.
2609
2610         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2611
2612 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2613
2614         * wl-action.el (wl-summary-print-argument): Fixed last change.
2615
2616 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2617
2618         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2619         simplified.
2620         (wl-summary-target-mark-mark-as-unread): Likewise.
2621         (wl-summary-target-mark-mark-as-important): Likewise.
2622
2623 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2624
2625         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2626         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2627         (wl-summary-mark-as-important-region): Change accordingly.
2628         (wl-summary-target-mark-mark-as-important): Ditto.
2629
2630 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2631
2632         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2633
2634         * wl-action.el (wl-summary-print-argument): Print argument to
2635         right side of window if `wl-summary-print-argument-within-window'
2636         is non-nil.
2637
2638 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2639
2640         * wl-action.el (wl-summary-set-mark): Use
2641         `wl-summary-message-visible-p' to check visibility of the message
2642         and jump to message only when the message line is visible and have
2643         different number; Call wl-summary-unset-mark with number argument.
2644         (wl-summary-unset-mark): 
2645         Use `wl-summary-message-visible-p'
2646         to check visibility of the message and jump to message only when
2647         the message line is visible and have different number;
2648
2649 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650
2651         * Version number is increased to 2.11.7.
2652
2653         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2654         and wl-folder-summary-line-format.
2655
2656         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2657         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2658         (wl-summary-set-score-mark): Use it.
2659         (wl-summary-target-mark-mark-as-read): Ditto.
2660         (wl-summary-target-mark-mark-as-unread): Ditto.
2661         (wl-summary-target-mark-mark-as-important): Ditto.
2662         (wl-summary-target-mark-msgs): Simplified.
2663         (wl-summary-detect-mark-position): Fixed problem when
2664         summary-line-format no contain persisten/temp mark spec.
2665         (wl-summary-temp-mark): Ditto.
2666         (wl-summary-persistent-mark): Ditto.
2667         (wl-summary-update-persistent-mark): Ditto.
2668
2669         * wl-action.el (wl-summary-set-mark): Ditto.
2670         (wl-summary-unset-mark): Ditto.
2671         All other related portions are changed.
2672
2673 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2674
2675         * Version number is increased to 2.11.6.
2676
2677 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2678
2679         * wl-util.el (wl-current-message-buffer): Define as function;
2680         Don't use the value of wl-messge-buffer.
2681
2682         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2683         persistent mark.
2684
2685         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2686         no current message, cause an error.
2687
2688 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2689
2690         * wl-summary.el (wl-summary-set-message-modified): Use
2691         elmo-folder-set-message-modified instead of
2692         elmo-folder-set-message-modified-internal.
2693
2694 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2695
2696         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2697         interactively.
2698         (wl-summary-sync): nokill->entirely.
2699         (wl-summary-sync-marks): Fixed message.
2700         (wl-summary-input-range): Added mark, nokill->entirely.
2701
2702         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2703         messages as read.
2704
2705 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2706
2707         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2708         update-noscore.
2709         (wl-summary-sync): Follow the change above.
2710
2711 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2712
2713         * wl-action.el (wl-summary-target-mark-all): Use
2714         elmo-folder-list-messages.
2715
2716 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2717
2718         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2719         (wl-summary-rescan): Set wl-summary-scored as nil.
2720         (wl-summary-sync-force-update): Follow the change above.
2721         (wl-summary-sync): Ditto.
2722         (wl-summary-sync-update): Added argument disable-killed.
2723         (wl-summary-insert-headers): Set visible-only argument for
2724         elmo-folder-list-messages.
2725         (wl-summary-input-range): Added update-nokill, update-noscore,
2726         all-nokill, all-noscore and mark.
2727
2728         * Version number is increased to 2.11.5.
2729
2730         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2731
2732 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2733
2734         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2735         (wl-summary-prefetch-region-no-mark): Change accordingly.
2736         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2737
2738 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2739
2740         * wl-address.el (wl-complete-field-to): Abolished.
2741         (wl-complete-address): Completion function for completing-read.
2742         * wl-action.el (wl-summary-get-resend-address): Use it.
2743
2744         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2745         wl-summary-update-mark and abolish unused argument.
2746         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2747         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2748         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2749         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2750         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2751         * wl-draft.el (wl-draft-kill): Ditto.
2752
2753         * wl-summary.el: Remove unused binding of case-fold-search.
2754         (wl-summary-replace-status-marks): Abolished.
2755
2756 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2757
2758         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2759         is specified or folder length is zero.
2760
2761 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2762
2763         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2764         (wl-folder-archive-current-entity): Ditto.
2765
2766 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2767
2768         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2769         retrieving message mark.
2770         (wl-summary-redisplay-internal): Ditto.
2771
2772         * wl-message.el (wl-message-buffer-display): Ignore errors while
2773         retrieving message-id field.
2774
2775         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2776         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2777         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2778         order of the arguments for `wl-expire-message-p'.
2779         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2780
2781         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2782         Check return value of wl-summary-reply.
2783         (wl-summary-reply): Recover window configuration when an error occured.
2784
2785 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2786
2787         * wl-summary.el (wl-summary-resend-message): Abolished, the
2788         feature is inherited by wl-summary-resend (put resend mark).
2789
2790 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2791
2792         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2793         wl-message-buffer to nil when the message is hide.
2794
2795 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2796
2797         * .cvsignore: New file.
2798
2799 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2800
2801         * wl-action.el (wl-summary-action-docstring): Add more info.
2802         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2803         duplicate definition.
2804         (wl-summary-define-mark-action): Functions wl-summary-*-region
2805         keep current position.
2806         (wl-summary-unregister-target-mark): Store result to the variable.
2807
2808 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2809
2810         * Version number is increased to 2.11.4.
2811
2812 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2813
2814         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2815         wl-summary-delete-all-temp-marks.
2816         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2817
2818         * wl-action.el (wl-summary-set-mark): Changed terminology
2819         refile-destination -> action-argument.
2820         (wl-summary-unset-mark): Ditto.
2821         (wl-summary-remove-argument): Ditto.
2822         (wl-summary-print-argument): Ditto.
2823
2824         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2825         (wl-thread-remove-argument-region): Ditto.
2826         (wl-thread-print-argument-region): Ditto.
2827         (wl-thread-close): Ditto.
2828         (wl-thread-open): Ditto.
2829
2830         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2831         (wl-highlight-refile-destination-face is abolished)
2832         (wl-highlight-action-argument-string): Ditto.
2833         (wl-highlight-summary-current-line): Highlight action argument.
2834
2835         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2836         color for light backgrounds.
2837         (wl-highlight-summary-answered-face): Ditto.
2838
2839 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2840
2841         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2842
2843         * wl-score.el (wl-summary-score-update-all-lines): Use
2844         wl-summary-set-mark.
2845         (wl-summary-score-update-all-lines): Kill expunged messages.
2846
2847         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2848
2849 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2850
2851         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2852         directly.
2853         (wl-score-overview-entity-get-lines): Ditto.
2854         (wl-score-overview-entity-get-xref): Ditto.
2855         (wl-score-get-latest-msgs): Ditto.
2856         (wl-summary-rescore): Ditto.
2857
2858         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2859         to "&".
2860         (wl-summary-mark-as-answered-internal): New inline function.
2861         (wl-summary-mark-as-answered): New function.
2862         (wl-summary-mark-as-unanswered): Ditto.
2863         (wl-summary-sync-marks): Modified for answered-mark synching.
2864
2865 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2866
2867         * wl-action.el (wl-summary-set-mark): Fixed last change.
2868
2869 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2870
2871         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2872         behavior of wl-summary-unread-message-hook
2873         (Pointed out by akira yamada <akira@arika.org>).
2874
2875 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2876
2877         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2878         wl-summary-delete.
2879         * wl-xmas.el (wl-summary-toolbar): Ditto.
2880
2881         * wl-action.el (wl-summary-set-mark): Don't override current
2882         temp-mark.
2883
2884         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2885
2886 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2887
2888         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2889         (wl-refile-msgid-learn): Ditto.
2890         (wl-refile-get-field-value): Ditto.
2891
2892         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2893
2894         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2895         (wl-expire-delete-reserved-messages): Renamed from
2896         wl-expire-reserve-marked-msgs-from-list.
2897         (wl-expire-delete): Removed argument `msgdb'.
2898         (wl-expire-refile): Ditto.
2899         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2900         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2901         mark-alist as argument.
2902         (wl-expire-archive-number1): Removed argument `msgdb'.
2903         (wl-expire-archive-number2): Ditto.
2904         (wl-expire-archive-date): Ditto.
2905         (wl-expire-localdir-date): Ditto.
2906         (wl-expire-hide): Ditto.
2907         (wl-archive-number1): Ditto.
2908         (wl-archive-number2): Ditto.
2909         (wl-archive-date): Ditto.
2910         (wl-archive-folder): Ditto.
2911         All other related portions are changed.
2912
2913 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2914
2915         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2916         mean move up and down. (suggested by Takashi Kawachi)
2917
2918 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2919
2920         * wl-acap.el (toplevel): Don't require un-define.
2921
2922 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2923
2924         * wl-thread.el (wl-thread-delete-message): Always update
2925         wl-summary-buffer-number-list.
2926
2927         * wl-action.el (wl-summary-print-destination): 
2928         Do nothing when folder is nil.
2929
2930 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2931
2932         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2933         persistent mark when prefetch is succeeded.
2934
2935 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2936
2937         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2938         instead of elmo-msgdb-delete-msgs.
2939         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2940         (wl-expire-hide): Ditto.
2941
2942         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2943
2944         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2945         elmo-msgdb interface.
2946         (wl-thread-get-exist-children): Likewise.
2947         (wl-thread-insert-message): Likewise.
2948         (wl-thread-msg-mark-as-important): Likewise.
2949         (wl-thread-insert-entity-sub): Likewise.
2950         (wl-thread-get-children-msgs-uncached): Likewise.
2951
2952         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2953         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2954         (wl-summary-sync-update): Likewise.
2955         (wl-summary-auto-select-msg-p): Likewise.
2956         (wl-summary-update-thread): Likewise.
2957         (wl-summary-mark-as-important): Likewise.
2958         (wl-summary-jump-to-msg-internal): Likewise.
2959         (wl-summary-redisplay-internal): Likewise.
2960         (wl-summary-print-message-with-ps-print): Likewise.
2961         (wl-summary-folder-info-update): Likewise.
2962
2963         * wl-folder.el (wl-folder-check-one-entity):
2964         elmo-folder-count-flags instead of wl-summary-count-unread.
2965
2966         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2967
2968         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2969
2970         * wl-summary.el (wl-summary-set-message-modified): 
2971         Call wl-summary-set-mark-modified.
2972         (wl-summary-delete-messages-on-buffer): Call
2973         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2974         (wl-summary-sync-update): Call elmo-folder-length instead of
2975         elmo-folder-messages.
2976         (wl-summary-insert-headers): Don't call
2977         elmo-folder-list-message-entities.
2978
2979 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2980
2981         * wl-action.el (wl-summary-define-mark-action): Call
2982         `wl-summary-set-mark' with argument `data'.
2983         (wl-summary-auto-refile): Fixed order of arguments when call
2984         `wl-summary-refile'.
2985
2986 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2987
2988         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2989
2990         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2991
2992         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2993         (Renamed from wl-highlight-summary-deleted-face).
2994         (wl-highlight-summary-resend-face): New face.
2995
2996         (wl-highlight-summary-deleted-face): Renamed from
2997         wl-highlight-summary-erased-face.
2998
2999         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3000
3001         * wl-action.el (wl-summary-get-resend-address): New function.
3002         (wl-summary-exec-action-resend): Ditto.
3003         (wl-summary-exec-action-resend-subr): Ditto.
3004
3005         * w-thread.el (wl-thread-copy): Removed definition.
3006         (wl-thread-refile): Ditto.
3007         (wl-thread-delete): Ditto.
3008         (wl-thread-target-mark): Ditto.
3009
3010         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3011         (wl-summary-target-mark-set-action): Fixed.
3012         (wl-summary-define-mark-action): Fixed quotation.
3013         (wl-summary-move-mark-list-messages): Display message.
3014         (wl-summary-define-mark-action): Define thread functions.
3015         (wl-summary-exec-action-refile): Changed message.
3016         (wl-summary-exec): Ditto.
3017
3018 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3019         
3020         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3021         '%%'.
3022
3023 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3024
3025         * wl.el (toplevel): Require wl-action.
3026         (wl-init): Call wl-summary-define-mark-action.
3027
3028         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3029
3030         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3031         wl-summary-delete and wl-summary-erase.
3032         (wl-summary-mode-map): Ditto.
3033
3034         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3035         wl-delete-folder-alist.
3036
3037         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3038         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3039         (toplevel): Moved mark & action related functions to the wl-action.el.
3040
3041         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3042         in wl-summary-mark-action-list.
3043         (wl-highlight-summary-current-line): Ditto.
3044
3045         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3046         empty lines.
3047
3048         * wl-action.el: New file. 
3049
3050 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3051
3052         * wl-summary.el (wl-summary-target-mark-replace): New function.
3053         (wl-summary-target-mark-prefetch): Use it.
3054         (wl-summary-target-mark-delete): Ditto.
3055         (toplevel): Rearranged definition order.
3056         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3057         (wl-summary-target-mark-erase): Rewrite.
3058         (wl-summary-erase-region): New function.
3059         (wl-summary-exec-action-erase): Changed message.
3060         (wl-summary-move-mark-list-messages): New function.
3061         (wl-summary-exec-action-delete): Use it.
3062         (wl-summary-exec-action-erase): Ditto.
3063
3064         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3065         (wl-summary-skip-mark-list): Added "d".
3066
3067         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3068         while searching.
3069
3070         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3071         and define using defcustom;
3072         Define 4th element as a face.
3073         
3074         * wl-summary.el (wl-summary-incorporate): Use 
3075         `wl-summary-prefetch-region-no-mark' instead of
3076         `wl-summary-prefetch-region'.
3077         (wl-summary-prefetch-region-no-mark): Revival of old
3078         `wl-summary-prefetch-region'.
3079         (wl-summary-mark-action-list): Moved to wl-vars.el
3080
3081         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3082         face according to the `wl-summary-mark-action-list'.
3083         (wl-highlight-summary-current-line): Ditto;
3084         Removed destination highlighting.
3085
3086         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3087         (wl-highlight-summary-line-string): Highlight for "i" mark.
3088         (wl-highlight-summary-current-line): Ditto.
3089
3090         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3091         no destination.
3092
3093         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3094         exists, just go ahead.
3095         (wl-summary-prefetch-region): Rewrite.
3096         (wl-summary-prefetch): Ditto.
3097         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3098         (wl-summary-exec-action-prefetch): New function.
3099         (wl-summary-target-mark-prefetch): Rewrite.
3100
3101 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3102
3103         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3104         (wl-highlight-summary-line-string): Added "d" and "D".
3105         (wl-highlight-summary-current-line): Ditto.
3106
3107         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3108         in wl-summary.el.
3109         (wl-thread-insert-entity-sub): Ditto.
3110         (wl-thread-remove-destination-region): Ditto.
3111         (wl-thread-print-destination-region): Ditto.
3112
3113         * wl-summary.el (wl-summary-buffer-refile-list,
3114         wl-summary-buffer-delete-list,
3115         wl-summary-buffer-copy-list): Abolish.
3116         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3117         All other related portions are changed.
3118         (wl-summary-mark-action-list): New variable.
3119         (wl-summary-set-mark): New function.
3120         (wl-summary-register-target-mark): Ditto.
3121         (wl-summary-unregister-target-mark): Ditto.
3122         (wl-summary-have-target-mark-p): Ditto.
3123         (wl-summary-register-temp-mark): Ditto.
3124         (wl-summary-unregister-temp-mark): Ditto.
3125         (wl-summary-registered-temp-mark): Ditto.
3126         (wl-summary-collect-temp-mark): Ditto.
3127         (wl-summary-unset-mark): Ditto.
3128         (wl-summary-set-target-mark): Ditto.
3129         (wl-summary-unset-target-mark): Ditto.
3130         (wl-summary-set-action-generic): Ditto.
3131         (wl-summary-unset-action-generic): Ditto.
3132         (wl-summary-exec-action-delete): Ditto.
3133         (wl-summary-exec-action-erase): Ditto.
3134         (wl-summary-set-action-refile): Ditto.
3135         (wl-summary-set-action-refile-subr): Ditto.
3136         (wl-summary-unset-action-refile): Ditto.
3137         (wl-summary-make-destination-numbers-list): Ditto.
3138         (wl-summary-exec-action-refile): Ditto.
3139         (wl-summary-set-action-copy): Ditto.
3140         (wl-summary-unset-action-copy): Ditto.
3141         (wl-summary-exec-action-copy): Ditto.
3142         (wl-summary-collect-numbers-region): Ditto.
3143         (wl-summary-delete): Rewrite.
3144         (wl-summary-erase): Ditto.
3145         (wl-summary-remove-destination): Ditto.
3146         (wl-summary-exec): Ditto.
3147         (wl-summary-exec-region): Ditto.
3148         (wl-summary-target-mark-erase): Ditto.
3149         (wl-summary-refile): Ditto.
3150         (wl-summary-copy): Ditto.
3151         (wl-summary-unmark): Ditto.
3152         (wl-summary-delete-all-mark): Ditto.
3153         (wl-summary-mark-line): Don't highlight.
3154         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3155         (wl-summary-target-mark-refile-subr): Rewrite.
3156
3157         (wl-summary-copy-prev-destination): Abolish.
3158
3159 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3160
3161         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3162         default values along the value of wl-on-mule.
3163         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3164         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3165         It is not used anywhere.
3166
3167 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3168
3169         * wl-summary.el (wl-summary-print-destination): Keep position.
3170         (wl-summary-cursor-move-surface): Keep horizontal position.
3171
3172 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3173
3174         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3175         write sendlog.
3176
3177 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3178
3179         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3180         `wl-summary-highlight'.
3181
3182 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3183
3184         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3185         trivial condition for temp-mark.
3186
3187 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3188
3189         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3190         when it hits killed buffer.
3191
3192 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3193
3194         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3195         * wl-news.el.in: `message' and `error' take format string.
3196
3197 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3198
3199         * wl-folder (wl-folder-insert-entity): Display a message,
3200         `...done', when the work finish.
3201         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3202
3203 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3204
3205         * wl-message.el (wl-message-redisplay): Remove unused local
3206         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3207
3208 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3209
3210         * wl-summary.el (wl-summary-replace-status-marks): Disable
3211         interactive use.
3212         (wl-summary-reedit): Check message existence at first.
3213         (wl-summary-mark-line): Fix doc, return value is indefinite.
3214
3215         * wl-highlight.el (wl-highlight-message): Arranged.
3216
3217         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3218         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3219         check temp-mark by wl-summary-temp-mark always.
3220         (wl-highlight-summary): Change accordingly.
3221         * wl-summary.el (wl-summary-mark-as-read-all)
3222         (wl-summary-delete-cache, wl-summary-set-score-mark)
3223         (wl-summary-mark-as-unread, wl-summary-unmark)
3224         (wl-summary-mark-line, wl-summary-mark-as-read)
3225         (wl-summary-mark-as-important): Ditto.
3226
3227         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3228         end of the window if possible.
3229         * wl-summary.el (wl-summary-sync-update): Support lazy
3230         highlighting.
3231         (wl-summary-toggle-disp-msg): Ditto.
3232
3233 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3234
3235         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3236
3237 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3238
3239         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3240         change.
3241
3242 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3243
3244         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3245         API.
3246         (wl-summary-sync-update): Ditto.
3247
3248         * wl-score.el (wl-score-get-score-alist): Changed argument.
3249         (wl-summary-rescore-msgs): Likewise.
3250         (wl-summary-score-headers): Likewise.
3251         (wl-score-headers): Likewise;
3252         Use elmo-folder-do-each-message-entity, etc.
3253         (wl-summary-score-effect): Follow the changes above.
3254         (wl-summary-rescore): Ditto.
3255         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3256         (wl-score-get-overview): Abolish.
3257
3258         * wl-summary.el (wl-summary-default-from): Follow the API change in
3259         elmo-msgdb.
3260         (wl-summary-count-unread): Ditto.
3261         (wl-summary-detect-mark-position): Ditto.
3262         (wl-summary-overview-entity-compare-by-date): Ditto.
3263         (wl-summary-overview-entity-compare-by-number): Ditto.
3264         (wl-summary-overview-entity-compare-by-from): Ditto.
3265         (wl-summary-overview-entity-compare-by-subject): Ditto.
3266         (wl-summary-get-list-info): Ditto.
3267         (wl-summary-rescan): Ditto.
3268         (wl-summary-jump-to-msg-by-message-id): Ditto.
3269         (wl-summary-sync-update): Ditto; Removed comment.
3270         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3271         (wl-summary-insert-message): Use wl-summary-insert
3272         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3273         (wl-summary-insert-headers): Changed argument overview to folder.
3274         (wl-summary-search-by-subject): Likewise.
3275         (wl-summary-insert-thread): Renamed from 
3276         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3277
3278         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3279         too.
3280
3281         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3282         wl-string-member.
3283
3284 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3285
3286         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3287         elmo-folder-append-buffer.
3288         (wl-draft-queue-append): Likewise.
3289
3290         * wl-mime.el (wl-message-delete-current-part): Ditto.
3291         (wl-summary-burst-subr): Ditto.
3292
3293         * wl-news.el.in (wl-news-send-news): Ditto.
3294
3295 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3296
3297         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3298         function.
3299         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3300         (wl-summary-update-mark): Enclose with save-excursion.
3301         (wl-summary-mark-as-read-internal): Fixed last change.
3302         (wl-summary-mark-as-important): Use 3rd argument of
3303         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3304         Don't use elmo-msgdb-set-mark.
3305         (wl-summary-redisplay-internal): If msgdb flag is already read,
3306         just update the mark on buffer.
3307
3308 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3309
3310         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3311         cut visible folder when elmo-folder-delete returns non-nil value.
3312
3313 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3314
3315         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3316         by Kenichi OKADA <okada@opaopa.org>).
3317
3318 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3319
3320         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3321
3322 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3323
3324         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3325         Fixed the last change, search group entity by its real name.
3326         (Thanks to: KOBAYASHI Shinji)
3327
3328 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3329
3330         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3331         (wl-fldmgr-access-display-all): Don't refer visible name.
3332         * wl-expire.el (wl-folder-archive-current-entity)
3333         (wl-folder-expire-current-entity): Ditto.
3334         * wl-folder.el (wl-folder-jump-to-current-entity)
3335         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3336         (wl-folder-open-folder-sub,wl-folder-open-all)
3337         (wl-folder-write-current-folder): Ditto.
3338         (wl-folder-insert-entity): Don't use petname for normal group.
3339         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3340         is the real name.
3341         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3342         Abolished.
3343
3344 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3345
3346         * wl-draft.el (wl-draft-create-buffer): Add
3347         `wl-summary-reply-with-citation'
3348
3349 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3350
3351         * wl-draft.el (wl-draft-reply): Fixed.
3352
3353 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3354
3355         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3356         when `wl-draft-send-confirm-with-preview' is non-nil.
3357         You can scroll up/down by j/k.
3358         (wl-draft-send-confirm-with-preview): New variable (default=t).
3359
3360 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3361
3362         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3363         (wl-fldmgr-save-folders): Fix comment.
3364
3365 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3366
3367         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3368         along the last change in `wl-folder-buffer-group-p'.
3369
3370 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3371
3372         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3373         folder.
3374
3375         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3376         the default value.
3377
3378         * wl-mime.el (wl-summary-burst): Update summary only when target
3379         folder equals current folder.
3380
3381 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3382
3383         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3384
3385 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3386
3387         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3388         value.
3389
3390 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3393         `map-extents' instead of `extent-at' repeatedly.
3394         (wl-highlight-folder-current-line): Ditto.
3395
3396         * wl-highlight.el: Remove useless dummy functions.
3397
3398 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3399
3400         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3401         (wl-folder-put-folder-property): New function to put text property.
3402         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3403         (wl-folder-insert-entity, wl-folder-update-diff-line)
3404         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3405         * wl-e21.el, wl-xmas.el, wl-mule.el
3406         (wl-highlight-folder-current-line): Ditto.
3407         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3408         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3409         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3410         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3411
3412 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3413
3414         * Version number is increased to 2.11.3.
3415
3416 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3417
3418         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3419         Resume current-buffer since it is assumed by remaining tasks.
3420
3421 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3422
3423         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3424         (wl-folder-completion-function): Abolished.
3425         (wl-folder-complete-folder): New function.
3426         (wl-folder-complete-filter-condition): Ditto.
3427         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3428         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3429
3430 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3431
3432         * wl-draft.el (wl-draft-send-confirm): New function.
3433         (wl-draft-send): Use it.
3434
3435         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3436         cursor-in-echo-area while confirming.
3437
3438         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3439
3440         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3441         searching via nntp if wl-summary-search-via-nntp is 'force.
3442         Otherwise, invoke searching in nntp folder only.
3443         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3444
3445         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3446         explicitly for mime-make-text-tag.
3447
3448 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3449
3450         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3451         `mime-make-text-tag' instead of `mime-create-tag'.
3452
3453 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3454
3455         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3456         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3457
3458 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3459
3460         * wl-score.el (wl-score-save): Bind print-length and print-level.
3461         (wl-score-pretty-print): Ditto.
3462         (wl-score-edit-insert-header-entry): Ditto.
3463
3464         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3465         "From" entry to be treated with wl-draft-eword-encode-address-list.
3466         * wl-mime.el (wl-draft-preview-message): Ditto.
3467
3468         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3469         (wl-summary-mark-as-unread): Ditto.
3470         (wl-summary-mark-as-read-region): Change accordingly.
3471         (wl-summary-mark-as-unread-region): Ditto.
3472         (wl-summary-target-mark-mark-as-read): Ditto.
3473         (wl-summary-target-mark-mark-as-unread): Ditto.
3474
3475 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3476
3477         * Version number is increased to 2.11.2.
3478
3479 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3480
3481         * wl-news.el.in (wl-news-previous-version-save): Bind
3482         print-length and print-level.
3483         * wl-thread.el (wl-thread-save-entities): Ditto.
3484         (wl-thread-save-top-list): Bind print-length.
3485
3486 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3487
3488         * wl-highlight.el (wl-highlight-summary-line-string): Use
3489         wl-summary-score-below-mark, wl-summary-score-over-mark.
3490         (wl-highlight-summary-current-line): Ditto.
3491
3492 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3493
3494         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3495         insert it.
3496
3497 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3498
3499         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3500
3501 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3502
3503         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3504         message without msgid.
3505         Rewrite with elmo-folder-move-messages.
3506         Set wl-message-buffer to nil.
3507
3508         * wl-summary.el (wl-summary-erase-subr): New function. Use
3509         elmo-folder-move-messages.
3510         (wl-summary-erase): Call it.
3511         (wl-summary-target-mark-erase): Ditto.
3512
3513 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3514
3515         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3516         it is not up-tp-date.
3517
3518 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3519
3520         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3521         buffer after calling `wl-summary-goto-folder-subr' without the
3522         argument `interactive'.
3523         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3524
3525 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3526
3527         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3528         `mime-create-tag'. Use `string=' instead of `looking-at'.
3529
3530 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3531
3532         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3533         to avoid compile warning.
3534
3535         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3536         entity-id when folder is given.
3537         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3538         save-excursion, use save-selected-window instead.
3539         Select folder buffer window if exists.
3540         (To correct behavior with wl-folder-move-cur-folder.)
3541
3542 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3543
3544         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3545
3546 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3547
3548         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3549         list-count instead of %d.
3550
3551 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3552
3553         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3554         (wl-news): Set it.
3555         (wl-news-append-to-folder): Use it.
3556
3557         * wl-news.el.in (wl-news-send-news): Append to specified folder
3558         instead of wl-default-folder.
3559         (wl-news-append-to-folder): Show error message with specified folder.
3560
3561         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3562                 In most major modes, Emacs assumes that any opening
3563                 delimiter found at the left margin is the start of a
3564                 top-level definition, or defun. Therefore, *never put an
3565                 opening delimiter at the left margin unless it should have
3566                 that significance.*
3567
3568         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3569
3570 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3571
3572         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3573
3574 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3575
3576         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3577
3578 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3579
3580         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3581         for sequential numbering case.
3582
3583 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3584
3585         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3586         value.
3587         (wl-draft-reply-without-argument-list): Ditto.
3588         (wl-draft-reply-myself-with-argument-list): Abolish.
3589         (wl-draft-reply-myself-without-argument-list): Ditto.
3590         * wl-draft.el (wl-draft-self-reply-p): New function.
3591         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3592
3593 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3594
3595         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3596         (avoid error for the case without byte-compiling)
3597
3598 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3599
3600         * wl-news.el.in (wl-news-append-to-folder): New function.
3601         (wl-news-exit): Rewrite.
3602         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3603
3604 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3605
3606         * wl-draft.el (wl-draft-reply-position): New function.
3607         (wl-draft-reply-position): Fix.
3608         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3609         (wl-summary-target-mark-reply-with-citation): Ditto.
3610         (wl-summary-reply-with-citation): Ditto.
3611         * wl-vars.el (wl-draft-reply-default-position): New variable.
3612
3613 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3614
3615         * wl-draft.el (wl-draft-send): Preview when interactive send.
3616
3617 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3618
3619         * wl-draft.el (wl-draft-reply): Set default position.
3620         * wl-summary.el (wl-summary-reply): Ditto.
3621         (wl-summary-reply-with-citation): Ditto.
3622         (wl-summary-target-mark-reply-with-citation): Ditto.
3623
3624 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3625
3626         * wl-news.el.in (wl-news-lang): Set default value according to
3627         current-language-environment.
3628         (wl-news-append-news): Do nothing when news-list is nil.
3629
3630 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3631
3632         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3633         (wl-news): Change message.
3634         (wl-news-exit): Check buffer.
3635         (wl-news-force-exit): New function.
3636         (wl-news-show-all): New function.
3637         (wl-news-discard-and-exit): Fix.
3638
3639 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3640
3641         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3642         according to current-language-environment.
3643
3644         * wl-news.el.in (wl-news): If arg, show all NEWS after
3645         wl-news-default-previous-version.
3646
3647 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3648
3649         * wl-news.el.in (wl-news-check): Rewritten.
3650         (wl-news-previous-version-load): Change data type.
3651         (wl-news-previous-version-save): Change data type.
3652         (wl-news-append-news): Add return value.
3653         (wl-news-check-news): New function.
3654         (wl-news-already-current-p): New function.
3655         (wl-news-send-news): Rewritten.
3656         (wl-news-mode-map): Add new keybind.
3657         (wl-news): Rewritten.
3658         (wl-news-exit): Rewritten.
3659         (wl-news-discard-and-mail): New function.
3660         (wl-news-send-to-address): Abolished.
3661         * wl.el (wl-init): Delete a message.
3662
3663 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3664
3665         * wl-news.el.in (wl-news-exit): Update previous version.
3666         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3667
3668 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3669
3670         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3671
3672 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3673
3674         * wl-news.el.in (wl-news): New function.
3675         (wl-news-mode): New function.
3676         (wl-news-next-line): New function.
3677         (wl-news-next-page): New function.
3678         (wl-news-exit): New function.
3679         (wl-news-buf-name): New variable.
3680         (wl-news-mode-map): New variable.
3681         (wl-news-winconf): New variable.
3682         (wl-news-append-news): Add an option.
3683
3684 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3685
3686         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3687
3688 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3689
3690         * wl-news.el.in (wl-news-send-to-address): New variable.
3691         (wl-news-send-news): Use it.
3692         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3693         Return updating status.
3694         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3695
3696 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3697
3698         * wl-news.el.in (wl-news-send-news): Delete
3699         Organization and X-Face.
3700
3701 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3702
3703         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3704         (wl-news-append-news): New function.
3705         (wl-news-send-news): New function.
3706
3707 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3708
3709         * Version number is increased to 2.11.1.
3710
3711 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3712
3713         * wl-news.el.in : New file.
3714
3715 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3716
3717         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3718         default value.
3719         (wl-draft-reply-without-argument-list): Ditto.
3720
3721 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3722
3723         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3724         (wl-message-buffer-prefetch-idle-time): Ditto.
3725         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3726
3727 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3728
3729         * wl-thread.el (wl-thread-insert-message): Use
3730         wl-summary-max-thread-depth.
3731
3732         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3733         loop detection.
3734
3735         * wl-message.el (wl-message-buffer-display): Back to the first page
3736         when cache is hit.
3737
3738 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3739
3740         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3741
3742         * wl-summary.el (wl-summary-insert-thread-entity):
3743         If the thread depth is reached to wl-summary-max-thread-depth,
3744         divide the thread.
3745
3746 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3747
3748         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3749         for elmo-remove-passwd.
3750
3751 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3752
3753         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3754         folder is sticky.
3755         (wl-folder-mark-as-read-all-entity): Ditto.
3756         (wl-folder-prefetch-entity): Ditto.
3757
3758 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3759
3760         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3761
3762 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3763
3764         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3765         Delete messages on buffer for unplugged operation.
3766         (wl-summary-erase): Ditto.
3767
3768 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3769
3770         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3771         take nil so as not to search parent by subject.
3772
3773 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3774
3775         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3776         (wl-folder-get-next-folder): Ditto.
3777         (wl-folder-get-path): Ditto.
3778
3779 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3780
3781         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3782         system and encode the region with it before verifying.
3783
3784 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3785
3786         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3787         system of the echo buffer before decoding.
3788
3789 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3792         original contents.
3793
3794 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3795
3796         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3797         with argument 'any-exists.
3798
3799 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3800
3801         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3802         Use `wl-cs-autoconv'.
3803
3804 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3805
3806         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3807         by `mime-view-automatic-conversion'.
3808
3809         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3810         (wl-message-verify-pgp-nonmime): Ditto.
3811         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3812         Bind them to C-c:d and C-c:v respectively.
3813
3814         Merge following code by Teranishi-san from [wl-en:00167].
3815         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3816         (wl-mime-preview-application/pgp-encrypted): Ditto.
3817         (wl-mime-setup): Add entry.
3818
3819 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3820
3821         * wl-summary.el (wl-summary-target-mark-erase): New function.
3822         Bind it to "mD".
3823
3824 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3825
3826         * wl-vars.el (wl-draft-write-file-function): Fix.
3827         (wl-draft-reedit-hook): Changed default value.
3828
3829         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3830         wl-draft-reedit-hook.
3831         (wl-draft-remove-text-plain-tag): New function.
3832         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3833
3834         * wl-vars.el (wl-draft-write-file-function): New user option.
3835
3836         * wl-draft.el (wl-draft-prepare-edit): Use it for
3837         local-write-file-hooks.
3838         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3839
3840         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3841         (wl-draft-insert-mail-header-separator): Return the body beginning
3842         point.
3843         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3844         text/plain.
3845         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3846
3847 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3848
3849         * wl-summary.el (wl-summary-erase): New function to erase message
3850         without moving it to trash. Bind to "D".
3851
3852         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3853         as `keep' unless switch-function.
3854
3855 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3856
3857         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3858         message buffer by using `wl-summary-toggle-disp-msg'.
3859         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3860         buffer window.
3861         (wl-summary-supresedes-message): Ditto.
3862
3863         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3864         Do not delete other windows.
3865         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3866         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3867         (wl-draft-create-buffer): Set reply-or-forward also for target
3868         mark commands.
3869
3870 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3871
3872         * wl-draft.el (wl-user-agent-compose): Delete special case for
3873         switch-to-buffer-other-window.
3874
3875         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3876         (wl-summary-forward): Ditto.
3877
3878         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3879         function.
3880         (wl-draft-buffer-style): New use option.
3881
3882         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3883         (wl-draft): Follow the change above.
3884         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3885         wl-draft-buffer-style.
3886         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3887         switch-function.
3888
3889 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3890
3891         * wl-address.el (wl-address-make-completion-entry): Extracted from
3892         `wl-address-make-completion-list'.
3893         (wl-address-enable-strict-loading): New variable.
3894         (wl-address-make-completion-list): Revive petname duplication
3895         inquiry, and enable it if `wl-address-enable-strict-loading'.
3896         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3897
3898 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3899
3900         * wl-message.el (wl-message-get-original-buffer): Avoid
3901         'Selecting deleted buffer' error when original buffer is killed.
3902
3903 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3904
3905         * wl-summary.el (wl-summary-next-message): Use
3906         elmo-message-accessible-p instead of elmo-message-cached-p.
3907
3908 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3909
3910         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3911
3912         * wl-thread.el (wl-thread-open-all-unread): Use
3913         elmo-folder-list-flagged instead of
3914         elmo-folder-list-messages-mark-match.
3915
3916         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3917         instead of elmo-folder-list-messages-mark-match.
3918         (wl-summary-move-spec-alist): New variable.
3919         (wl-summary-move-spec-plugged-alist,
3920         wl-summary-move-spec-unplugged-alist): Abolish.
3921         (wl-summary-next-message): Follow the change above.
3922         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3923         with 'no-msg' argument.
3924
3925         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3926         variable.
3927         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3928         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3929         (wl-message-buffer-prefetch-get-next): Follow the change above.
3930
3931 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3932
3933         * wl-version.el (wl-version): Changed codename.
3934
3935         * Version number is increased to 2.11.0.
3936
3937 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3938
3939         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3940         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3941         `wl-draft-config-variables'.
3942         (wl-draft-kill): Fixed problem when the draft is reedit.
3943
3944 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3945
3946         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3947         buffer-modified status (Thanks to
3948         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3949
3950 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3951
3952         * wl-util.el (wl-region-exists-p): New function.
3953
3954         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3955         Remove defvars for byte-compile warnings.
3956
3957 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3958
3959         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3960         defvar-maybe. Removed unused bind.
3961
3962 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3963
3964         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3965         summary buffer window before creating new frame.
3966         (wl-draft-reply): Ditto.
3967
3968 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3969
3970         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3971
3972 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3973
3974         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3975
3976 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3977
3978         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3979         instead of `kill-region'.
3980
3981 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3982
3983         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3984         (wl-highlight-summary-line-string): Use it.
3985         (wl-highlight-summary-current-line): Ditto.
3986
3987         * wl-mime.el (wl-message-delete-current-part): Check the class of
3988         mime-entity.
3989
3990         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3991
3992         * wl-summary.el (wl-summary-make-number-list): Initialize.
3993         (wl-summary-update-mark): New function.
3994         (wl-summary-reply): Put `answered' mark on the message.
3995         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3996
3997         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3998         (wl-draft-reply): Added optional argument `number';
3999         Set wl-draft-parent-number.
4000         (wl-draft-kill): Delete answered mark if it is a reply.
4001
4002 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4003
4004         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4005         that originates in mime-preview-follow-current-entity.
4006         (wl-draft-yank-current-message-entity): Use it if region is active.
4007
4008         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4009         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4010         `wl-message-delete-current-part'.
4011         * wl-mule.el (wl-message-define-keymap): Ditto.
4012         * wl-xmas.el (wl-message-define-keymap): Ditto.
4013
4014 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4015
4016         * wl-mime.el (wl-message-delete-current-part): New function.
4017         (wl-mime-node-id-to-string): Ditto.
4018
4019         * wl-mime.el (wl-message-delete-current-part): Use existing
4020         original buffer which corresponds current mime-view buffer.
4021         (fetched buffer might have different structure, possibly)
4022
4023         * wl-mime.el (wl-message-delete-current-part): Quit if the
4024         message content differs from the actual message.
4025
4026 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4027
4028         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4029         order.
4030         (wl-summary-search-by-subject): Search parent message from tail;
4031         Check the existence of the parent message on the current thread tree.
4032         (wl-summary-update-thread): Check whether the line is inserted.
4033
4034 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4035
4036         * wl-vars.el (wl-summary-line-format): Undo last change.
4037         * wl-summary.el (wl-summary-print-destination): Do not put
4038         invisible property when `wl-summary-width' is nil.
4039         (wl-summary-line-subject-minimum-length): Abolished.
4040         (wl-summary-line-subject): Ditto.
4041
4042 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4043
4044         * wl-vars.el (wl-summary-line-format): Change default value.
4045         (wl-summary-subject-length-limit): Abolished.
4046         * wl-summary.el (wl-summary-line-subject): Ditto.
4047
4048 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4049
4050         * wl-template.el (wl-template-select): Added optional argument.
4051         If optional argument is specified, reverse
4052         `wl-template-visible-select'.
4053
4054 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4055
4056         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4057         Take prefix argument to force asking the destination folder.
4058
4059 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4060
4061         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4062         count and update status.
4063
4064 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4065
4066         * wl-summary.el (wl-summary-redisplay-internal): If
4067         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4068         after fetching.
4069
4070 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4071
4072         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4073         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4074
4075         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4076
4077 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4078
4079         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4080         (All other related portions are changed).
4081         (wl-summary-mark-as-read-all): Rewrite.
4082
4083 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4084
4085         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4086         `wl-summary-mark-as-read'.
4087         (wl-summary-mark-as-unread): Rewrite.
4088         (wl-summary-mark-as-read): Added no-modeline argument.
4089         (wl-summary-resume-cache-status): Rewrite.
4090         (wl-summary-exec-subr): Remove unused local variable.
4091
4092 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4093
4094         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4095         logic to call `wl-summary-buffer-prev-folder-function'.
4096         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4097
4098 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4099
4100         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4101         is nil.
4102
4103 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4104
4105         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4106         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4107         (wl-mime-setup): Add its entry.
4108
4109 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4110
4111         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4112         (wl-summary-delete-cache): Likewise.
4113         (wl-summary-mark-as-read): Rewrite.
4114
4115 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4116
4117         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4118         `wl-summary-count-unread'.
4119
4120         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4121
4122         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4123
4124 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4125
4126         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4127         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4128         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4129         Renamed to the elmo-msgdb-*-mark.
4130         (wl-summary-score-marks): Follow the change above.
4131         (wl-summary-auto-refile-skip-marks): Ditto.
4132         (wl-summary-incorporate-marks): Ditto.
4133         (wl-summary-expire-reserve-marks): Ditto.
4134
4135         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4136         changes.
4137         (wl-thread-insert-top): Changed updating message.
4138
4139         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4140         variable.
4141         (wl-summary-count-unread): Count answered marks.
4142         (wl-summary-rescan): Call wl-summary-insert-message instead of
4143         wl-summary-append-message-func-internal.
4144         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4145         (wl-summary-prefetch-msg): Follow the variable name changes.
4146         (wl-summary-prefetch-region): Ditto.
4147         (wl-summary-mark-as-read-all): Follow the API changes;
4148         Don't call elmo-folder-replace-marks.
4149         (wl-summary-delete-cache): Follow the variable name changes.
4150         (wl-summary-resume-cache-status): Ditto.
4151         (wl-summary-update-status-marks): New function.
4152         (wl-summary-insert-message): New function.
4153         (wl-summary-sync-marks): Follow the variable name changes.
4154         (wl-summary-sync-update): Synchronize to the msgdb, too;
4155         Changed update messages.
4156         (wl-summary-make-number-list): Rewrite.
4157         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4158         (wl-summary-mark-as-unread): Follow the API changes.
4159         (wl-summary-exec-subr): Follow the variable name changes.
4160         (wl-summary-mark-as-read): Ditto.
4161         (wl-summary-move-spec-plugged-alist): Ditto.
4162         (wl-summary-move-spec-unplugged-alist): Ditto.
4163         (wl-summary-cursor-move-surface): Ditto.
4164
4165         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4166         variable name changes.
4167         (wl-highlight-summary-current-line): Ditto.
4168
4169         * wl-expire.el (wl-expire-refile): Follow the API change in
4170         elmo-folder-move-messages.
4171         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4172         (wl-summary-archive): Use elmo-folder-msgdb instead of
4173         elmo-msgdb-load.
4174
4175 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4176
4177         * wl-mime.el (wl-draft-preview-message): Restore the position
4178         before evaluating wl-draft-send-hook in preview buffer.
4179
4180 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4181
4182         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4183         when it creates new draft buffer.
4184
4185         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4186         without argument.
4187
4188         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4189         Evaluate content and if the value is string, insert it.
4190         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4191         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4192         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4193         wl-draft-config-sub-part-bottom): Use it.
4194
4195         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4196         with the folder name. The question was unintelligible when it is
4197         called from wl-save-status.
4198
4199 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4200
4201         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4202         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4203         cannot take second argument).
4204
4205 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4206
4207         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4208         as t. Since type and subtype are not case sensitive (RFC 2045).
4209
4210 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4211
4212         * wl-vars.el (wl-message-mode-line-format): New variable.
4213         (wl-message-mode-line-format-spec-alist): Ditto.
4214         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4215         (wl-message-redisplay): Use wl-message-mode-line-format.
4216
4217 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4218
4219         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4220
4221 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4222
4223         * wl-summary.el (wl-summary-default-from): Write description.
4224
4225 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4226
4227         * wl-vars.el (wl-ldap-objectclass): Abolish.
4228
4229         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4230         (wl-ldap-make-filter): Removed condition for objectclass.
4231         (wl-ldap-make-matched-value-list): Remove meaningless process.
4232         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4233         (wl-address-ldap-search): Don't add `*' to `pat' string;
4234         use ignore-errors; added `email';
4235         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4236         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4237         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4238
4239
4240 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4241
4242         * wl-draft.el (wl-draft-parent-folder): Write description.
4243         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4244
4245 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4246
4247         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4248         as "" (zero-length string) if no parent.
4249         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4250
4251 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4252
4253         * wl-address.el (wl-address-make-completion-list): Skip duplication
4254         checking.
4255         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4256         `append'.
4257
4258 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4259
4260         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4261         instead of `beginning-of-buffer'.
4262
4263 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4266
4267 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4268
4269         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4270         Refer wl-message-buffer-name.
4271         (wl-message-wheel-down): Ditto.
4272
4273 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4274
4275         * wl-vars.el (wl-message-buffer-name): New user option.
4276
4277         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4278         directly instead of making alist dinamically.
4279
4280         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4281         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4282         wl-message-buffer-cache-name.
4283         (wl-message-buffer-cache-clean-up): Ditto.
4284
4285         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4286
4287         * Version number is increased to 2.9.15.
4288
4289 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4290
4291         * wl-vars.el (wl-summary-default-view-alist): New user option.
4292
4293         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4294
4295         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4296         while deleting address.
4297         (wl-draft-delete-myself-from-cc): Ditto.
4298
4299         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4300         If optional argument is specified, reverse sort order.
4301
4302         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4303
4304 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4305
4306         * wl-thread.el (wl-thread-insert-message): Return parent number if
4307         exists.
4308         (wl-thread-update-indent-string-region): Use
4309         wl-thread-update-line-on-buffer-sub instead of
4310         wl-thread-update-line-on-buffer.
4311
4312 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4313
4314         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4315         (wl-folder-close-all): Ditto.
4316
4317 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4318
4319         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4320         and mailing-list:.
4321         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4322         value.
4323         (wl-summary-line-list-info): Print mailing-list name even when 
4324         list-number is empty.
4325
4326 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4327
4328         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4329
4330         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4331         (wl-draft-open-file): Ditto.
4332         (wl-draft-random-alphabet): Ditto.
4333
4334         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4335         bindings.
4336
4337 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4338
4339         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4340         * wl-vars.el (wl-draft-config-alist): Ditto.
4341
4342 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4343
4344         * Version number is increased to 2.9.14.
4345
4346         * wl.el (wl): Don't set wl-init as nil when error occured while
4347         auto-checking folders.
4348
4349         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4350         `elmo-expand-newtext'.
4351
4352 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4353
4354         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4355         `this-command' so that `wl-folder-goto-folder' contained in
4356         `wl-summary-keep-cursor-command' work.
4357
4358 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4359
4360         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4361         message buffer displaying state.
4362
4363 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4364
4365         * wl-vars.el (wl-summary-default-view): New variable to specify
4366         default value for `wl-summary-buffer-view' instead of using
4367         set-default.
4368         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4369
4370 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4371
4372         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4373
4374         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4375
4376 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4377
4378         * wl-vars.el (wl-forward-subject-prefix): New variable.
4379         * wl-draft.el (wl-draft-forward): Use it.
4380
4381 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4382
4383         * wl-message.el (wl-message-prev-page): When it is called without
4384         lines argument, scroll down by wl-message-scroll-amount lines.
4385         (wl-message-next-page): Ditto.
4386         * wl-vars.el (wl-message-scroll-amount): Change default value
4387         to preserve current behavior.
4388
4389 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4390
4391         * wl-summary.el (wl-summary-prefetch-msg): Bind
4392         `wl-message-entity' to call `wl-summary-from-function'.
4393
4394 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4395
4396         * wl-message.el (wl-message-buffer-create): Run
4397         wl-message-buffer-created-hook.
4398
4399 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4400
4401         * wl-summary.el (wl-summary-sort-specs): New variable.
4402         (wl-summary-default-sort-spec): Ditto.
4403         (wl-summary-sort): Rewrite.
4404         (wl-summary-sort-by-list-info): New function.
4405
4406 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4407
4408         * wl-summary.el (wl-summary-get-list-info): New function.
4409         (wl-summary-sort): Rewrite.
4410         (wl-summary-line-list-info): Ditto.
4411         (wl-summary-line-list-count): Ditto.
4412         (wl-summary-refile-region): Fixed docstring.
4413
4414 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4415
4416         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4417         `wl-folder-entity-hashtb' as completion table.
4418
4419 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4422         only when this command is called interactively; silence the byte-
4423         compiler.
4424
4425 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4426
4427         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4428         active in XEmacs.
4429
4430 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4431
4432         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4433         plural lines.
4434
4435 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4436
4437         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4438         of current line when the cursor is on the header name.
4439         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4440
4441 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4442
4443         * wl-util.el (wl-read-directory-name): Return displayed directory
4444         as the default value also on XEmacs.
4445
4446 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4447
4448         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4449         formatting.
4450
4451 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4452
4453         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4454         argument and when it is non-nil, check face property before
4455         highlighting for each line.
4456         (wl-highlight-summary-window): Set it.
4457
4458 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4459
4460         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4461         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4462
4463         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4464         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4465         (wl-draft-get-fcc-list): Likewise.
4466
4467 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4468
4469         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4470         (wl-thread-entity-cur): Ditto.
4471         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4472         wl-thread-indent-regexp setting.
4473         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4474
4475         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4476         wl-summary-lazy-highlight.
4477         (wl-summary-display-bottom): Ditto.
4478
4479         * wl-thread.el (wl-thread-open-close): Likewise.
4480
4481         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4482         from and subject;
4483         Bind wl-draft-use-frame;
4484         Enclose with save-window-excursion;
4485         Use wl-draft-create-buffer instead of with-temp-buffer;
4486         Use wl-draft-prepare-edit;
4487         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4488         Use wl-draft-send instead of wl-draft-raw-send.
4489
4490 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4491
4492         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4493         of using wl-from.
4494
4495 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4496
4497         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4498         insert-buffer instead of clone-buffer.
4499         (wl-draft-doing-mime-bcc): New variable.
4500         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4501         infinite loop.
4502         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4503
4504         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4505         (wl-draft-mime-bcc-body): Ditto.
4506
4507         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4508         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4509         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4510         wl-draft-do-mime-bcc.
4511         (wl-draft-mime-bcc-field): New function.
4512         (wl-draft-do-mime-bcc): Ditto.
4513
4514         * wl-address.el (wl-address-complete-header-list): New variable.
4515         (wl-address-complete-header-regexp): Changed default value.
4516
4517         * Version number is increased to 2.9.13.
4518
4519 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4520
4521         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4522         it is differed.
4523
4524 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4525
4526         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4527         (wl-summary-line-list-count): Ditto.
4528
4529 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4530
4531         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4532         (wl-nntp-posting-function): New variable.
4533         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4534         `wl-nntp-posting-config-alist'.
4535
4536 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4537
4538         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4539         FLIM.
4540
4541 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4542
4543         * wl-summary.el (wl-summary-target-mark-refile-sub):
4544         Remove a nuisance funcall.
4545
4546 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4547
4548         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4549         as t for `try-completion'.
4550
4551 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4552
4553         * wl-summary.el (wl-summary-default-from): Use
4554         wl-address-header-extract-address instead of
4555         std11-extract-address-components.
4556         (wl-summary-simple-from): Ditto.
4557         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4558         (wl-summary-insert-headers): Show message.
4559         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4560         for whole line.
4561         (wl-summary-default-from): Revert last change.
4562         (wl-summary-simple-from): Ditto.
4563         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4564         (wl-summary-mark-as-read-region): Follow the change above.
4565         (wl-summary-sync-marks): Ditto.
4566         (wl-summary-target-mark-mark-as-read): Ditto.
4567         (wl-summary-redisplay-internal): Ditto.
4568         (wl-summary-redisplay-no-mime-internal): Ditto.
4569         (wl-summary-redisplay-all-header): Ditto.
4570         (wl-summary-mark-as-read): Removed argument `cached';
4571         Use current cache status to set cache mark.
4572         (wl-summary-redisplay-internal): Follow the change above.
4573         (wl-summary-redisplay-no-mime-internal): Ditto.
4574         (wl-summary-redisplay-all-header): Ditto.
4575
4576         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4577
4578         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4579         Don't call itself recursively (Adviced by Yamaoka-san).
4580
4581 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4582
4583         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4584         bind wl-summary-highlight as nil to avoid error caused by missing
4585         local variables.
4586
4587 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4588
4589         * wl-vars.el (wl-invalid-character-message): New user option.
4590
4591         * wl-util.el (wl-set-string-width): If truncated string-width is
4592         larger than specified width, use `wl-invalid-character-message'.
4593
4594 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4595
4596         * wl-summary.el (wl-summary-prefetch-msg): 
4597         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4598
4599 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4600
4601         * wl-vars.el (wl-summary-check-line-format): New user option.
4602         (wl-summary-line-format-file): Ditto.
4603
4604         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4605         variable.
4606         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4607         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4608         and `wl-summary-view-old-p' to check whether do a rescan or not.
4609         (wl-summary-view-old-p): New function.
4610         (wl-summary-line-format-changed-p): Ditto.
4611         (wl-summary-line-format-save): Ditto.
4612         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4613
4614         * wl-util.el (wl-set-string-width): Avoid using negative number
4615         for make-string.
4616
4617 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4618
4619         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4620         return value.
4621
4622         * wl-util.el (wl-set-string-width): Added optional argument
4623         `padding' (All other related portions are changed).
4624         (wl-line-parse-format): If the first letter of column number is
4625         `0', zero-padding the result (ex: "%05l").
4626
4627         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4628
4629 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4630
4631         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4632         sequential summary view.
4633
4634 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4637         if it doesn't have a -unix version.
4638
4639 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4640
4641         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4642
4643 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4644
4645         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4646         content.
4647         (wl-draft): Follow the change above.
4648
4649         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4650
4651         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4652         and wl-folder-summary-line-format-alist contain %T and %P.
4653
4654         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4655         (wl-summary-mode-line-format): New user option.
4656         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4657         (wl-summary-line-format): Changed default value.
4658         (wl-summary-lazy-highlight): Changed default value.
4659
4660         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4661         change in wl-summary-create-line.
4662         (wl-thread-insert-entity-sub): Ditto.
4663
4664         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4665         (wl-summary-buffer-unread-status): Ditto.
4666         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4667         (wl-summary-buffer-persistent-mark-column): Ditto.
4668         (wl-summary-buffer-mode-line-formatter): Ditto.
4669         (wl-summary-buffer-mode-line): Ditto.
4670         (wl-summary-message-regexp): Abolished.
4671         (All other related portions are changed.)
4672         (wl-summary-detect-mark-position): New function.
4673         (wl-summary-buffer-set-folder): Setup
4674         wl-summary-buffer-mode-line-formatter.
4675         (wl-summary-mode): Setup selective-display;
4676         Setup pre-idle-hook when xemacs.
4677         (wl-summary-update-modeline): Rewrite.
4678         (wl-summary-jump-to-msg): Define as function;
4679         Changed regexp for searching messages.
4680         (wl-summary-message-number): Rewrite.
4681         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4682         Do rescan when old type summary cache.
4683         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4684         (wl-summary-remove-destination): Use '\r' to detect EOL.
4685         (wl-summary-print-destination): Ditto.
4686         (wl-summary-temp-mark): New inline function.
4687         (wl-summary-persistent-mark): Ditto.
4688         (wl-summary-line-number): New function.
4689         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4690         (wl-summary-line-list-count): New function.
4691         (wl-summary-create-line): Added argument persistent-mark.
4692         (All other related portions are changed)
4693         (wl-summary-create-line): Insert '\r'.
4694         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4695         (wl-summary-cursor-move-surface): New inline function.
4696         (wl-summary-prev): Use it.
4697         (wl-summary-next): Ditto.
4698
4699         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4700         wl-summary-message-regexp.
4701         (wl-highlight-summary): Delete progress message.
4702         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4703
4704         * Version number is increased to 2.9.12.
4705
4706 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4707
4708         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4709         variable (nil: no minimum).
4710         (wl-summary-line-subject): Add some spaces after subject by
4711         wl-summary-line-subject-minimum-length.
4712
4713 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4714
4715         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4716         and removed `F'.
4717         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4718         change above).
4719
4720 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-summary.el (wl-summary-line-list-count): Reverted.
4723         (example setting in samples/*/dot.wl is also updated)
4724
4725 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4726
4727         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4728
4729         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4730
4731         * wl-vars.el (wl-summary-line-format): Addes some description to the
4732         docstring.
4733
4734         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4735         (wl-summary-line-close-bracket): Ditto.
4736         (wl-summary-line-children-number): Ditto.
4737         (wl-summary-line-thread-indent): Ditto.
4738         (wl-summary-line-children-and-from): Ditto.
4739
4740         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4741         't', 'c', 'F' and added 'C'.
4742
4743         * wl-util.el (wl-set-string-width): Accept negative value.
4744         (wl-line-parse-format): Added "%number(" and "%)".
4745
4746 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-summary.el (wl-summary-line-list-count): Change format of the
4749         return value.
4750
4751 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4752
4753         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4754         from the recent message.el.
4755         (wl-draft-point-in-header-p): Ditto.
4756         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4757         wl-draft-beginning-of-line.
4758         * wl-e21.el (wl-draft-mode-map): Ditto.
4759         * wl-xmas.el (wl-draft-mode-map): Ditto.
4760
4761         * wl-folder.el: Sort macrodefs by dependencies.
4762
4763 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4764
4765         * wl-summary.el (wl-summary-prev): Fixed regexp.
4766         (wl-summary-next): Ditto.
4767
4768 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4769
4770         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4771
4772 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4773
4774         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4775         for backward compatibility.
4776
4777 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4778
4779         * wl-summary.el (wl-summary-line-list-count): New function, merged
4780         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4781         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4782         list counts.
4783
4784 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4785
4786         * wl-summary.el (wl-summary-create-line): Ignore errors while
4787         timezone-fix-time.
4788
4789         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4790
4791         * wl-summary.el (wl-summary-sync-update): Ditto.
4792         (wl-summary-default-from): Use wl-message-entity
4793         instead of entity.
4794
4795         * wl-summary.el (wl-summary-create-line): Fix.
4796
4797         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4798         (wl-summary-line-format): New user option.
4799         (wl-folder-summary-line-format-alist): Ditto.
4800         (wl-summary-from-width): Abolished.
4801
4802         * wl-util.el (toplevel): Require 'bytecomp.
4803         (wl-line-parse-format): New function.
4804         (wl-line-formatter-setup): New macro.
4805
4806         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4807         (wl-summary-buffer-line-formatter): New buffer local variable.
4808         (wl-summary-switch-to-clone-buffer): Follow the change above.
4809         (wl-summary-message-regexp): Fix.
4810         (wl-summary-from-func-internal): Abolished.
4811         (wl-summary-subject-func-internal): Ditto.
4812         (wl-summary-subject-filter-func-internal): Ditto.
4813         (All other related portions are changed.)
4814         (wl-summary-buffer-set-folder):
4815         Set up wl-summary-buffer-number-column and 
4816         wl-summary-buffer-line-formatter
4817         (All other related portions are changed.)
4818         (wl-summary-buffer-number-column-detect): Abolished.
4819         (All other related portions are changed.)
4820         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4821         (wl-summary-delete-all-temp-marks-on-buffer): Use
4822         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4823         (wl-summary-target-mark-delete): Ditto.
4824         (wl-summary-target-mark-refile-subr): Ditto.
4825         (wl-summary-target-mark-mark-as-read): Ditto.
4826         (wl-summary-target-mark-mark-as-unread): Ditto.
4827         (wl-summary-target-mark-mark-as-important): Ditto.
4828         (wl-summary-target-mark-save): Ditto.
4829         (wl-summary-replace-status-marks): Renamed from
4830         wl-summary-set-status-marks-on-buffer;
4831         Use wl-summary-message-regexp instead of
4832         wl-summary-buffer-number-regexp.
4833         (wl-summary-sync-update): Follow the change above.
4834         (wl-summary-goto-previous-message-beginning): New function.
4835         (wl-summary-mark-as-unread): Use it.
4836         (wl-summary-mark-as-important): Ditto.
4837         (wl-summary-line-formatter): New variable.
4838         (wl-summary-line-year): New function.
4839         (wl-summary-line-day): Ditto.
4840         (wl-summary-line-day-of-week): Ditto.
4841         (wl-summary-line-hour): Ditto.
4842         (wl-summary-line-minute): Ditto.
4843         (wl-summary-line-open-bracket): Ditto.
4844         (wl-summary-line-close-bracket): Ditto.
4845         (wl-summary-line-children-number): Ditto.
4846         (wl-summary-line-thread-indent): Ditto.
4847         (wl-summary-line-size): Ditto.
4848         (wl-summary-line-subject): Ditto.
4849         (wl-summary-line-from): Ditto.
4850         (wl-summary-line-children-and-from): Ditto.
4851         (wl-summary-create-line): Rewritten.
4852         (wl-summary-format-date): Abolished.
4853
4854         * wl-highlight.el (wl-highlight-summary-current-line): Use
4855         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4856         Use thread structure to detect thread top message.
4857
4858         * wl-draft.el (wl-default-draft-cite): Don't use
4859         wl-summary-from-func-internal.
4860
4861         * wl-refile.el (wl-refile-subject-learn): Don't use
4862         wl-summary-subject-filter-func-internal.
4863         (wl-refile-guess-by-subject): Ditto.
4864
4865         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4866         parameters.
4867
4868         * wl-thread.el (wl-thread-update-indent-string-region):
4869         Use wl-thread-update-line-on-buffer instead of
4870         wl-thread-update-indent-string.
4871         (wl-thread-update-children-number): Redefine using
4872         wl-thread-update-line-on-buffer.
4873         (wl-thread-update-indent-string): Abolished.
4874
4875         * Version number is increased to 2.9.11.
4876
4877 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4878
4879         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4880         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4881         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4882
4883         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4884         as nil.
4885
4886         * wl-thread.el (wl-thread-open-all-unread): Use 
4887         elmo-folder-list-messages-mark-match.
4888         (wl-thread-insert-message): Removed argument `mark-alist'.
4889         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4890         elmo-msgdb-set-mark.
4891         (wl-thread-get-children-msgs-uncached): Likewise.
4892         (wl-thread-get-exist-children): Added argument include-self.
4893         (wl-thread-delete-message): Follow the change above.
4894
4895         * wl-summary.el (wl-summary-count-unread): Removed argument.
4896         (wl-summary-rescan): Follow the change above.
4897         (wl-summary-mark-as-read-region): Ditto
4898         (wl-summary-mark-as-unread-region): Ditto.
4899         (wl-summary-delete-messages-on-buffer): Ditto.
4900         (wl-summary-sync-update): Ditto.
4901         (wl-summary-switch-to-clone-buffer): Ditto.
4902         (wl-summary-goto-folder-subr): Ditto.
4903         (wl-summary-target-mark-mark-as-read): Ditto.
4904         (wl-summary-target-mark-mark-as-unread): Ditto.
4905         (wl-summary-target-mark-mark-as-important): Ditto.
4906         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4907         (wl-summary-update-thread): Removed argument `mark-alist'.
4908         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4909         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4910         (wl-summary-resume-cache-status): Likewise.
4911         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4912         elmo-msgdb-set-mark.
4913         (wl-summary-mark-as-read-all): Likewise.
4914         (wl-summary-delete-cache): Ditto.
4915         (wl-summary-auto-select-msg-p): Ditto.
4916         (wl-summary-mark-as-unread): Ditto.
4917         (wl-summary-no-auto-refile-message-p): Ditto.
4918         (wl-summary-mark-as-read): Ditto.
4919         (wl-summary-mark-as-important): Ditto.
4920         (wl-summary-auto-refile): Follow the change above.
4921         (wl-summary-delete-all-marks): Removed.
4922         (wl-summary-resume-marks-and-highlight): Ditto.
4923         (wl-summary-resume-marks): Ditto.
4924         (wl-summary-delete-important-msgs-from-list): Ditto.
4925         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4926
4927         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4928         wl-summary-count-unread.
4929
4930         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4931         (wl-summary-score-update-all-lines): Use
4932         elmo-msgdb-set-mark.
4933
4934 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4935
4936         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4937         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4938         (wl-summary-create-line): Renamed from
4939         wl-summary-overview-create-summary-line;
4940         Argument rearrangement.
4941         (wl-summary-update-thread): Follow the change above.
4942
4943         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4944         (wl-thread-insert-entity-sub): Likewise.
4945
4946         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4947         argument `overview', `mark-alist' and added `msgdb'.
4948
4949         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4950
4951         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4952         (wl-summary-rescan): Follow the change above.
4953         (wl-summary-sync-update): Ditto.
4954         (wl-summary-insert-thread-entity): Ditto;
4955         Don't use `let*' in every while loop;
4956         Detect infinite loop of threads.
4957         (wl-summary-update-thread): Removed argument `overview'.
4958
4959         * wl-thread.el (wl-thread-insert-message): Ditto.
4960
4961         * Version number is increased to 2.9.10.
4962
4963         * wl-message.el (wl-message-redisplay): Ignore errors while
4964         wl-message-redisplay-hook.
4965
4966 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4967
4968         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4969
4970 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl.el (wl): inhibit-quit while wl-folder.
4973
4974 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4975
4976         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4977         while msgdb access.
4978
4979 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4980
4981         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4982         even if no folder is not created.
4983
4984 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4987
4988         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4989         implementation.
4990         (wl-summary-target-mark-thread): Ditto.
4991
4992         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4993
4994 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4995
4996         * wl-util.el (wl-display-bytes): Remove unused function.
4997
4998 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4999
5000         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5001         seems critical one (partially reverse the change in 2002/03/17).
5002
5003 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5004
5005         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5006         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5007
5008 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5009
5010         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5011         is not writable.
5012         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5013         plugged status instead of `'force' as 2nd argument.
5014
5015         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5016         is not creatable.
5017
5018         * Version number is increased to 2.9.9.
5019
5020 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5021
5022         * wl-summary.el (wl-summary-suspend): New function.
5023
5024 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5025
5026         * wl.el (wl): Do not check variables if check is nil.
5027         * wl-utils.el (wl-collect-draft): New function.
5028         * wl-folder.el (wl-folder-suspend): Put summary buffers
5029         and draft buffers at the end of buffer list.
5030         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5031
5032 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5033
5034         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5035         loop instead of recursive call.
5036
5037         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5038         2nd argument.
5039
5040 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5041
5042         * wl-draft.el (wl-draft-create-contents): Don't take neither
5043         (function . args) nor (string . something) any more.
5044
5045         * wl-version.el (wl-generate-user-agent-string): Return string
5046         without header symbol.
5047         * wl-draft.el (wl-draft-default-headers): Use it.
5048
5049         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5050         `wl-draft-insert-ccs' and return field value instead of inserting
5051         the header. Abolish cc argument.
5052         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5053
5054         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5055         rather than one with string car.
5056
5057         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5058         * wl-draft.el (wl-draft-create-contents): Add it after the default
5059         headers.
5060
5061         * wl-draft.el (wl-draft-create-contents): For the case of
5062         (symbol-or-string . function) insert header only when the function
5063         returns string value.
5064
5065 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5066
5067         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5068         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5069
5070 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5071
5072         * wl.el (wl-check-environment): Don't check Message-ID when
5073         `wl-insert-message-id' is nil.
5074         Revive checking if `wl-message-id-domain' contains "@".
5075
5076 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl.el (wl-check-environment): Merge examination for "@" at
5079         inappropriate position into the first string-match.
5080
5081         * wl-summary.el (wl-summary-target-mark-print): New function.
5082         (wl-summary-pipe-message-subr): Extracted from
5083         `wl-summary-pipe-message'.
5084         (wl-summary-target-mark-pipe): New function.
5085         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5086         `wl-summary-target-mark-pipe'.
5087
5088 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5089
5090         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5091
5092 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5093
5094         * wl.el (wl-check-environment): Use elmo-warning instead of
5095         error for non-critical ones.
5096         Remove trash folder check.
5097         (wl): Don't ignore error in wl-check-environment.
5098
5099         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5100         check, which is moved from `wl-check-environment'.
5101         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5102
5103 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5104
5105         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5106         guess anything, call wl-summary-write.
5107         (wl-summary-write): Create draft with blank To field.
5108         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5109
5110 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5111
5112         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5113         argument full as well for wl-folder-write-current-folder.
5114         If wl-*-write-current-folder cannot guess addressee, add blank
5115         To header.
5116         Rewrite condition for positioning cursor.
5117
5118 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5119
5120         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5121         summary buffer is present, use it.
5122         (wl-folder-jump-to-previous-summary): Ditto.
5123
5124 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5125
5126         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5127
5128         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5129         wl-summary-previous-buffer and wl-summary-next-buffer.
5130
5131         * wl-folder.el (wl-folder-mode-map): Bind
5132         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5133         (wl-folder-jump-to-next-summary): New function.
5134         (wl-folder-jump-to-previous-summary): Ditto.
5135
5136         * wl-draft.el (wl-draft): Rearranged.
5137
5138 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5139
5140         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5141         of header.
5142         (wl-draft): Collect arguments for the header as header-alist.
5143         (wl-draft-forward): Arrange arguments for wl-draft.
5144         (wl-draft-reply): Ditto.
5145         (wl-draft-edit-string): Ditto.
5146         * wl-summary.el (wl-summary-write): Ditto.
5147         (wl-summary-write-current-folder): Ditto.
5148
5149         * Version number is increased to 2.9.8.
5150
5151 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5152
5153         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5154
5155         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5156
5157         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5158         even if the guess failed.
5159
5160         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5161         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5162         wl-summary-write-current-folder.
5163         * wl-xmas.el: Ditto.
5164
5165 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5166
5167         * wl-summary.el (wl-summary-next-page): Force display message if
5168         message is not displayed yet.
5169         (wl-summary-prev-page): Ditto.
5170
5171 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5172
5173         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5174
5175 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5176
5177         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5178         add "Preview Message" and "Save Draft and Exit".
5179
5180 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5181
5182         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5183         if addrmgr is called from draft in splitted window.
5184
5185         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5186         * wl-mule.el: Ditto.
5187         * wl-xmas.el: Ditto.
5188
5189 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5190
5191         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5192
5193         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5194         * wl-xmas.el (wl-folder-toolbar): Ditto.
5195
5196 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5197
5198         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5199         and wl-draft-save-and-exit.
5200         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5201         * wl-xmas.el: Ditto.
5202         * wl-mule.el: Ditto.
5203
5204         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5205         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5206
5207 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5208
5209         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5210         lists for saving buffer.
5211
5212 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5213
5214         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5215         parent-folder argument instead of it.
5216         (wl-draft-create-buffer): Ditto.
5217         (wl-draft-forward): Ditto.
5218         (wl-draft-reply): Ditto.
5219         * wl-summary.el (wl-summary-write): Ditto.
5220         (wl-summary-write-current-folder): Ditto.
5221
5222         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5223         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5224         Folder buffer after composing.
5225
5226 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5229         header if the file `wl-x-face-file' already contains it.
5230
5231 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5232
5233         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5234         folder" entry.
5235         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5236         * wl-e21.el (wl-folder-toolbar): Ditto.
5237         * wl-xmas.el (wl-folder-toolbar): Ditto.
5238
5239 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5240
5241         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5242         wl-folder-goto-folder with sticky argument.
5243         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5244
5245 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5246
5247         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5248         and wl-summary-previous-buffer.
5249         (wl-summary-next-buffer): New function.
5250         (wl-summary-previous-buffer): Ditto.
5251
5252 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5253
5254         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5255         wl-folder-jump-to-current-entity-with-arg.
5256         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5257         `wl-folder-jump-to-current-entity'.
5258         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5259         `wl-summary-goto-folder-sticky'.
5260         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5261         `wl-summary-goto-folder'.
5262         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5263         Unless force-exit, do not clean temp. marks for sticky summary.
5264         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5265
5266 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5267
5268         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5269         not entire.
5270
5271 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5272
5273         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5274         to `C-x C-s'.
5275         (wl-summary-save-status): New command.
5276         (wl-summary-exit): Don't clean-up temp marks when sticky.
5277         (Applied patch from Nakayama-san [wl: 09548])
5278         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5279         Do nothing when no mark data.
5280         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5281         Call `wl-summary-delete-all-temp-marks' before saving.
5282
5283 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5284
5285         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5286
5287 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5288
5289         * wl.el (wl-check-environment): Also cause error when (system-name)
5290         returns "localhost.localdomain". (Although it doesn't affect because
5291         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5292
5293 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5294
5295         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5296         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5297
5298         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5299         value.
5300
5301 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5302
5303         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5304         Likewise r-cc-list and r-ng-list.
5305
5306 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5307
5308         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5309         only if it is bound as variable.
5310
5311         * wl-mime.el (wl-draft-preview-message): Ditto.
5312
5313 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5314
5315         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5316         needless `goto-char'.
5317
5318         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5319         `wl-summary-redisplay-no-mime-internal' instead of
5320         `wl-summary-redisplay-no-mime'.
5321         (wl-summary-redisplay-no-mime): Changed argument;
5322         Call `wl-summary-redisplay-no-mime-internal'.
5323
5324         * wl-mime.el (wl-draft-preview-message): Bind
5325         `mime-header-encode-method-alist' locally.
5326
5327         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5328         (wl-draft-std11-parse-addresses): Added the first address check.
5329         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5330
5331         * Version number is increased to 2.9.7.
5332
5333 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5334
5335         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5336
5337 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5338
5339         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5340         related to scrollbar support, if there is no such a feature
5341         compiled in.
5342
5343 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5344
5345         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5346         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5347         for prefetch.
5348
5349 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5350
5351         * wl-summary.el (wl-summary-pick): Fix for no match.
5352
5353 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5354
5355         * wl-draft.el (wl-draft-save):
5356         Override `mime-header-encode-method-alist'.
5357
5358 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5359
5360         * wl-folder.el (wl-folder-pick): New function.
5361         Define key as "?".
5362
5363 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5364
5365         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5366         Fix for unplugged.
5367
5368 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5369
5370         * wl-folder.el (wl-folder-virtual): New function.
5371         Define key as "V".
5372
5373 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5374
5375         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5376         multi folder if entity is group.
5377
5378 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5379
5380         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5381         is nil.
5382
5383 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5384
5385         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5386         (wl-summary-target-mark-msgs): Return the number of marked messages.
5387
5388 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5389
5390         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5391         "first:" is specified.
5392
5393 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5394
5395         * wl-vars.el (wl-from): Use return value of function
5396         user-full-name instead of the variable user-full-name since
5397         XEmacs-20.4 doesn't set this variable.
5398
5399 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5400
5401         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5402         call `wl' directly.
5403
5404 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5405
5406         * wl-draft.el (wl-draft-reedit): Removed duplicated
5407         switch-to-buffers.
5408
5409 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * wl.el (wl-other-frame): Removed garbages.
5412
5413 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5414
5415         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5416
5417         * wl-xmas.el (wl-draft-key-setup): Ditto.
5418
5419         * wl-mule.el (wl-draft-key-setup): Ditto.
5420
5421         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5422         (wl-draft-reedit): Ditto.
5423         (wl-draft-prepare-edit): Add `wl-draft-save' to
5424         `local-write-file-hooks'.
5425         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5426         (wl-draft-reedit): Set buffer-file-name.
5427         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5428
5429
5430         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5431         call it.
5432         (wl-delete-startup-frame-function): New variable.
5433         (wl-other-frame): New function
5434         (Original was written by Yamaoka san [wl: 09239]).
5435
5436         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5437         if `wl-folder-use-frame'.
5438
5439 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5440
5441         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5442
5443 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5444
5445         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5446         New variable.
5447         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5448         (wl-message-buffer-prefetch-get-next): Use them.
5449         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5450
5451 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5452
5453         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5454         with unwind-protect.
5455
5456         * wl-draft.el (wl-draft-reedit): Rewrite.
5457         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5458         (wl-draft-save): Insert header separator if it does not exist;
5459         Removed condition-case.
5460
5461         * wl-summary.el (wl-summary-reedit): Revert last change.
5462
5463         * wl-draft.el (wl-draft-save): Rewrite.
5464         (wl-draft-create-buffer): Set buffer-file-name as nil.
5465
5466         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5467
5468         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5469
5470         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5471         nil.
5472
5473 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5474
5475         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5476         If count is nil, do not prefetch.
5477         (wl-message-buffer-prefetch-next): Next.
5478
5479 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5480
5481         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5482
5483 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5484
5485         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5486         `delete-backward-char'
5487         (wl-draft-prepare-edit): Check major-mode.
5488         (wl-draft-decode-header): Rewrite.
5489         (wl-draft): Fix.
5490
5491 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5492
5493         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5494
5495 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5496
5497         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5498         (wl-message-buffer-prefetch-get-next): Remove size checking.
5499         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5500
5501 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5502
5503         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5504         (wl-draft-default-headers): Fix.
5505
5506 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5507
5508         * wl-draft.el (wl-draft-default-headers): Insert return value of
5509         `wl-generate-mailer-string-function'.
5510
5511 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5512
5513         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5514         (wl-draft-insert-mail-header-separator): Ditto.
5515
5516         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5517         again (Reverted the change on 2002-01-17 by OKADA san).
5518
5519 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5520
5521         * wl-draft.el (wl-draft): Rewrite.
5522         (wl-draft-create-buffer): New function.
5523         (wl-draft-create-contents): Ditto.
5524         (wl-draft-prepare-edit): Ditto.
5525         (wl-draft-decode-header): Ditto.
5526         (wl-draft-decode-body): Ditto.
5527         (wl-draft-check-new-line): Ditto.
5528         (wl-draft-default-headers): Ditto.
5529         (wl-draft-insert-mail-header-separator): Ditto.
5530
5531 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5532
5533         * Version number is increased to 2.9.6.
5534
5535 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5536
5537         * wl-draft.el (wl-draft-delete-field): Optional argument.
5538         (wl-draft-delete-fields): Ditto.
5539
5540 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5541
5542         * wl-message.el (toplevel): Eliminated byte-compile warning.
5543         for `itimer-function', `delete-timer' and `itimer-list'.
5544
5545 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5546
5547         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5548         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5549         `wl-message-buffer-prefetch-threshold'.
5550         * wl-summary.el (wl-summary-redisplay-internal): Remove
5551         the check of `wl-message-buffer-prefetch-depth'.
5552
5553 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5554
5555         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5556         size of article.
5557         (wl-message-buffer-prefetch-subr): Remove size check.
5558
5559 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5560
5561         * wl-vars.el (wl-plugged): Make customizable.
5562
5563 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5564
5565         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5566         (wl-message-buffer-prefetch-set-timer): New function.
5567         (wl-message-buffer-prefetch-get-next): New function.
5568         (wl-message-buffer-prefetch): New function.
5569         (wl-message-buffer-prefetch-next): Rewrite.
5570         (wl-message-buffer-prefetch-subr): Rewrite.
5571         * wl-vars.el (wl-auto-prefetch-first): New variable.
5572         * wl-summary.el (wl-summary-goto-folder-subr): Call
5573         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5574
5575 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5576
5577         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5578         `wl-summary-unread-message-hook'.
5579
5580 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5581
5582         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5583         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5584         if range is `cache-status'.
5585
5586 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5587
5588         * wl-message.el (wl-message-buffer-prefetch-subr):
5589         Improve debug message.
5590
5591 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5592
5593         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5594         `wl-mail-send-pre-hook'.
5595         (wl-draft-send-mail-with-qmail): Ditto.
5596         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5597
5598 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5599
5600         * wl-message.el (wl-message-buffer-prefetch-subr):
5601         Fix for cancel-function-timers bug.
5602         (wl-message-buffer-prefetch-debug): Default value is t.
5603
5604 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5605
5606         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5607         (wl-message-buffer-prefetch-subr): Rewrite.
5608         Rename from `wl-message-buffer-prefetch'.
5609
5610 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5611
5612         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5613         (wl-default-draft-cite-decorate-author): Ditto.
5614
5615         * wl-draft.el (wl-draft-cite-function): Removed.
5616         (wl-default-draft-cite-decorate-author): Ditto.
5617
5618 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5619
5620         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5621         (wl-default-draft-cite): Do not arrange author name if the value of
5622         `wl-default-draft-cite-decorate-author' is nil.
5623
5624 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5625
5626         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5627
5628         * wl-folder.el (wl-folder-check-one-entity): Don't care
5629         `elmo-folder-use-flag-p'.
5630
5631 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5632
5633         * wl-folder (wl-folder-check-one-entity): Fix
5634         problem if unread is nil.
5635
5636 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5637
5638         * wl-address.el (wl-address-make-completion-list): Check whether
5639         the address is a group list.
5640         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5641
5642 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5643
5644         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5645         The number of the messages of new and unread does not count
5646         correctly.
5647
5648         * wl-summary.el (wl-summary-count-unread): Changed to return
5649         `(new . unread)' instead of total.
5650         (wl-summary-sync-update): Follow the change above.
5651
5652         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5653
5654 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656         * wl-address.el (wl-address-make-completion-list): Do not enclose
5657         address by " <" and ">" if associated realname is "".
5658         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5659         This is against the promblem with group list in .addresses pointed
5660         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5661
5662 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5663
5664         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5665         message is a format control string.
5666         * wl-expire.el (wl-expire-append-log): Ditto.
5667         * wl-mime.el (wl-summary-burst-subr): Ditto.
5668         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5669         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5670
5671 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5672
5673         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5674         wl.el (wl-check-variables): Rename from `wl-check-type'.
5675         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5676         (wl-check-variables-2): New function.
5677         (wl): Call `wl-check-variables-2'.
5678
5679 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5680
5681         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5682         after renaming folder in access group.
5683
5684 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5685
5686         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5687         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5688         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5689         (wl-message-buffer-prefetch): Rewrite.
5690         (wl-message-buffer-prefetch-idle-time): Removed.
5691         * wl-summary.el (wl-summary-redisplay-internal):
5692         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5693         Error check for `wl-message-buffer-prefetch-depht'.
5694
5695 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5696
5697         * Version number is increased to 2.9.5.
5698         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5699
5700 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5701
5702         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5703         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5704         Based on the patch written by
5705         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5706
5707 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5708
5709         * wl-draft.el (wl-draft-raw-send): Fix for
5710         `wl-news-send-pre-hook'
5711
5712 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5713
5714         * wl-utils.el (wl-message-id-function): New variable.
5715         * wl-draft.el (wl-draft-insert-required-fields):
5716         Use `wl-message-id-function'.
5717
5718 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5719
5720         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5721         * wl-utils.el (wl-draft-make-message-id-string):
5722         Use `wl-from' for domain part of Message-ID
5723         if `wl-message-id-use-wl-from' if non-nil.
5724         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5725
5726 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5727
5728         * wl.el (wl): Call `wl-check-type'
5729         Do not 'condition-case'.
5730
5731 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5732
5733         * wl.el (wl-check-type): New function.
5734         (wl-check-type-variables): New variable.
5735
5736 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5737
5738         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5739
5740 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5741
5742         * wl-draft.el (wl-smtp-password-key): New function.
5743         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5744         (wl-draft-send-mail-with-smtp): Ditto.
5745         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5746
5747 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5748
5749         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5750         * wl-utils.el (wl-unique-id-suffix): Remove.
5751
5752 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5753
5754         * Version number is increased to 2.9.4.
5755
5756 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5757
5758         * wl-utils.el (wl-unique-id-suffix): New variable.
5759         (wl-unique-id): Use `wl-unique-id-suffix'
5760
5761 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5762
5763         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5764         instead of `elmo-msgdb-search'.
5765
5766         * Version number is increased to 2.9.3.
5767
5768 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5769
5770         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5771
5772 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5773
5774         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5775         (wl-draft-dispatch-message): Changed for send-later.
5776         (wl-draft-queue-flush): Ditto.
5777         (wl-draft): Clear `wl-sent-message-queued'.
5778         (wl-draft-reedit): Ditto.
5779         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5780         * wl-vars.el (wl-draft-force-queuing): New variable.
5781         (wl-draft-force-queuing-mail): New variable.
5782         (wl-draft-force-queuing-news): New variable.
5783
5784 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5785
5786         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5787         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5788
5789 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5790
5791         * Version number is increased to 2.9.2.
5792
5793 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * wl-draft.el (wl-draft-elide-region): New user command.
5796         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5797
5798         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5799         command `wl-draft-elide-region'.
5800         * wl-mule.el: Ditto.
5801         * wl-xmas.el: Ditto.
5802
5803 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5806         (wl-biff-check-folder-async): Removed needless let.
5807
5808 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5809
5810         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5811         wl-folder-get-elmo-folder.
5812         (wl-biff-check-folder): Set `biff' argument of
5813         `wl-folder-check-one-entity'.
5814         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5815
5816         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5817         (wl-folder-check-one-entity): Added `biff' argument;
5818         Setup `biff' slot of folder.
5819
5820         * Version number is increased to 2.9.1.
5821
5822 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5823
5824         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5825         comment out and fixed.
5826         (wl-fldmgr-add-completion-subr): Ditto.
5827
5828         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5829         and msgdb.
5830
5831         * wl.el (wl-toggle-plugged): Save summary view.
5832
5833 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5834
5835         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5836
5837 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5838
5839         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5840
5841 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5844         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5845         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5846
5847         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5848         if it was failed.
5849         (wl-demo): Disable undo in the demo buffer.
5850
5851 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5852
5853         * wl-version.el (wl-version): Changed codename.
5854
5855         * Version number is increased to 2.9.0.
5856
5857 2001-12-14  Takuo KITAME <kitame@northeye.org>
5858
5859         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5860         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5861         (wl-folder-mark-as-read-all-current-entity): Ditto.
5862
5863 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5864
5865         * wl-vars.el (wl-from-width): Define as obsolete variable.
5866         (wl-subject-length-limit): Ditto.
5867
5868         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5869
5870         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5871         wl-summary-save-view.
5872
5873         * wl.el (wl-save-status): Ditto.
5874         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5875
5876         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5877         (wl-summary-exit): Follow the change above.
5878         (wl-summary-goto-folder-subr): Ditto.
5879
5880         * wl-folder.el (wl-folder-create-subr): Don't use
5881         `elmo-folder-creatable-p'.
5882
5883 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5884
5885         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5886
5887 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5890         rather than bitmap on Emacs 21.
5891         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5892         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5893         for xbm if the new redisplay engine is not available.
5894
5895 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5896
5897         * wl-folder.el (wl-folder-init-hook): New hook.
5898         (wl-folder-init): Run `wl-folder-init-hook'.
5899
5900 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5903
5904 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5905
5906         * wl-acap.el (wl-acap-cache-filename): New variable.
5907         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5908         (wl-acap-init): Use cache if no ACAP server found.
5909
5910 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5911
5912         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5913         `wl-acap-original-msgdb-dir'.
5914
5915         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5916         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5917
5918         * wl-mime.el (wl-mime-save-directory): Renamed from
5919         `wl-mime-save-dir'.
5920
5921 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5924
5925         * wl-demo.el: Require `path-util'.
5926         (wl-demo-bitmap-mule-available-p): New internal variable.
5927         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5928         `module-installed-p' instead.
5929         (wl-demo-insert-image): Use *.img file for a bitmap image.
5930         (wl-demo): Don't call the ascii demo recursively.
5931
5932 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5933
5934         * Version number is increased to 2.7.7.
5935
5936 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * wl.el (wl-exit): Eliminated byte-compile warning.
5939
5940 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5941
5942         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5943         obsolete variable using `elmo-define-obsolete-variable'.
5944         (wl-fetch-confirm-threshold): Ditto.
5945         (wl-cache-prefetch-folder-type-list): Ditto.
5946         (wl-cache-prefetch-folder-list): Ditto.
5947
5948 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5951         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5952         (wl-demo-insert-image): New function.
5953         (wl-demo-insert-text): New function.
5954         (wl-demo-image-type-alist): Redefine as a function.
5955         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5956         (wl-demo-with-temp-file-buffer): Removed.
5957         (wl-logo-xpm): Removed.
5958         (wl-logo-xbm): Removed.
5959         (wl-logo-bitmap): Removed.
5960
5961 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5962
5963         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5964         (wl-expire-localdir-get-folder-function): New user option.
5965         (wl-expire-localdir-get-folder): New function.
5966         (wl-expire-localdir-date): Ditto.
5967
5968 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5969
5970         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5971         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5972         Fixed unread number mismatch when all-unread < unread.
5973
5974 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5975
5976         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5977         (wl-fetch-confirm-threshold): Ditto.
5978
5979         * wl-summary.el (wl-summary-confirm-appends): Removed.
5980         (wl-summary-sync-update): Don't refer
5981         `wl-summary-update-confirm-threshold' (It is now abolished).
5982
5983         * wl-message.el (wl-message-display-internal): Don't refer
5984         `wl-fetch-confirm-threshold' (It is now abolished).
5985
5986 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5989
5990 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5991
5992         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5993         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5994         Change default value to nil.
5995         (wl-summary-indent-length-limit): The value can be nil, nil means
5996         unlimited.
5997
5998         * wl-summary.el: Don't set limit for indent length if the value of
5999         wl-summary-indent-length-limit is nil.
6000         If the value of wl-summary-width is nil, it means only that the width
6001         of summary is unlimited (nil doesn't mean that the indent length is
6002         unlimited).
6003
6004         * wl-thread.el: Ditto.
6005
6006 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6007
6008         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6009         be nil, nil means never confirm.
6010         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6011
6012 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6013
6014         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6015         means unlimited).
6016
6017 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6018
6019         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6020         Use `with-temp-buffer'.
6021
6022 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6023
6024         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6025         with new backquote style).
6026         (wl-folder-get-entity-from-buffer): Ditto.
6027
6028 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6029
6030         * wl-version.el (nemacs-version): Eliminated.
6031         (wl-extended-emacs-version2): Ignore nemacs.
6032         (wl-extended-emacs-version3): Ditto.
6033
6034 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6035
6036         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6037         (wl-draft-add-in-reply-to): New variable.
6038         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6039         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6040         (wl-draft-yank-from-mail-reply-buffer): Use
6041         `wl-draft-add-in-reply-to'.
6042         (wl-draft-insert-current-message): Ditto.
6043
6044 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6045
6046         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6047         typo (kill->hide).
6048         (wl-message-buffer-prefetch-folder-type-list): Added elements
6049         `mark' and `cache' instead of `internal'.
6050
6051 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6052
6053         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6054         resume msgdb directory.
6055
6056 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6057
6058         * wl.el (wl-exit): Call `wl-acap-exit'.
6059
6060         * wl-summary.el (wl-summary-message-string): New function.
6061         (wl-summary-reedit): Use it.
6062         (wl-summary-resend-bounced-mail): Remove needless let.
6063         (wl-summary-supersedes-message): Ditto.
6064         (wl-summary-save): Ditto.
6065
6066         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6067         (wl-acap-init): Set it.
6068         (wl-acap-exit): New function.
6069
6070 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6071
6072         * wl.el (wl-init): Revert (require 'mime-setup). move from
6073         toplevel.
6074
6075 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6076
6077         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6078         local variables.  Add error when guess function return invalid
6079         value.
6080
6081 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6082
6083         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6084         Change local variable name.
6085         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6086         (wl-folder-get-newsgroups): Return nil when non-news folder.
6087         * wl-summary.el (wl-summary-write-current-folder): State through
6088         when guess-list return nil.
6089         (wl-summary-write-current-folder-functions): Fixed docstring.
6090
6091         * wl.el (wl-exit): Changed confirm message.
6092
6093         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6094         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6095
6096         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6097
6098 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6099
6100         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6101         user option (Renamed from wl-cache-prefetch-folder-type-list).
6102         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6103         from wl-cache-prefetch-folder-list).
6104
6105         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6106         Move to wl-vars.el.
6107         (wl-message-buffer-prefetch-p): Changed to enable
6108         `wl-message-buffer-prefetch-folder-list'.
6109
6110         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6111         `ignore-cache'.
6112
6113 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6114
6115         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6116         `part-top' and `part-bottom'.
6117         (wl-draft-config-sub-part-top): New function.
6118         (wl-draft-config-sub-part-bottom): New function.
6119
6120 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6121
6122         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6123
6124 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6125
6126         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6127
6128 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6129
6130         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6131
6132         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6133         (wl-summary-write-current-folder): Ditto.
6134
6135 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6136
6137         * wl-folder.el (wl-folder-get-newsgroups): Use
6138         `elmo-folder-newsgroups'.
6139
6140 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6141
6142         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6143         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6144         `wl-draft-config-sub-header-bottom'.
6145
6146 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6147
6148         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6149         localnews folder.
6150
6151 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6152
6153         * wl-summary.el (wl-summary-mode): Undo last change.
6154
6155         * wl-folder.el (wl-folder-mode): Ditto.
6156
6157 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6158
6159         * wl-summary.el (wl-summary-mode): Locally set
6160         truncate-partial-window-width to nil.
6161         (for XEmacs)
6162
6163         * wl-folder.el (wl-folder-mode): Ditto.
6164
6165 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6166
6167         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6168
6169 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6170
6171         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6172         number.
6173
6174         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6175
6176         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6177
6178         * Version number is increased to 2.7.6.
6179
6180 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6181
6182         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6183
6184 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6185
6186         * wl-summary.el (wl-summary-sync-update): Enclose network
6187         related portion with `unwind-protect'.
6188
6189 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6190
6191         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6192
6193 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6194
6195         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6196         element.
6197         * wl-vars.el (wl-message-body-button-alist): Ditto.
6198
6199         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6200         max match length.
6201         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6202
6203         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6204         for the max match length;
6205         Use 4th element value for the button string regexp group.
6206
6207         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6208         candidate exists, prompt to select.
6209
6210 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6211
6212         * wl-summary.el (wl-summary-jump-to-msg): Search before
6213         calibration point by `beginning-of-line'.
6214
6215 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6216
6217         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6218         for access group.
6219
6220 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6221
6222         * wl-message.el (wl-message-display-internal): Bind
6223         `default-mime-charset'.
6224
6225         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6226
6227         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6228
6229         * Version number is increased to 2.7.5.
6230
6231 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6232
6233         * wl-expire.el (wl-summary-archive): Fixed;
6234         Use `elmo-folder-name-internal'.
6235
6236 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6237
6238         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6239         from `elmo-folder-move-messages' caller.
6240         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6241
6242         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6243         related portions are changed).
6244
6245 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6246
6247         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6248         counter.
6249
6250 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6251
6252         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6253         buffer local and set it to nil.
6254
6255         * wl-message.el (wl-message-redisplay): Ditto.
6256
6257 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6258
6259         * wl-summary.el (wl-summary-mark-as-important): If message is
6260         already cached, set messag as read, otherwise encache and mark as read.
6261
6262 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6263
6264         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6265         point-min.
6266
6267 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6270         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6271         a keymap.
6272
6273 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6274
6275         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6276         parent.
6277
6278         * wl-mule.el (wl-message-define-keymap): Ditto.
6279
6280         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6281
6282         * wl-xmas.el (wl-message-display-internal-hook): Define.
6283         (wl-xmas-setup-message-toolbar): Define as function.
6284         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6285         (wl-message-overload-functions): Abolished.
6286         (wl-message-define-keymap): New function.
6287
6288         * wl-vars.el (wl-message-display-internal-hook): New variable.
6289         (wl-message-header-button-alist): New variable (Renamed from
6290         wl-highlight-message-header-button-alist).
6291         (wl-message-body-button-alist): Ditto.
6292
6293         * wl-mule.el (wl-message-define-keymap): New function.
6294         (wl-message-overload-functions): Abolished.
6295
6296         * wl-message.el (wl-message-add-buttons-to-body): New function.
6297         (wl-message-redisplay): Don't call wl-message-overload-functions;
6298         Call wl-message-add-buttons-to-header and
6299         wl-message-add-buttons-to-body.
6300         (wl-message-display-internal): Set keymap argument for
6301         elmo-mime-display-as-is, elmo-mime-message-display;
6302         Run wl-message-display-internal-hook.
6303         (wl-message-refer-article-or-url): Abolished.
6304
6305         * wl-highlight.el (wl-highlight-headers): Don't call
6306         wl-highlight-message-add-buttons-to-header.
6307         (wl-highlight-message-add-buttons-to-header): Abolished.
6308
6309
6310         * wl-e21.el (wl-message-display-internal-hook): Define.
6311         (wl-e21-setup-toolbar): Deleted duplicated binding.
6312         (wl-e21-setup-message-toolbar): Define as function.
6313         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6314         (wl-message-define-keymap): New function.
6315         (wl-message-overload-functions): Abolished.
6316
6317 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6318
6319         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6320         and elmo-folder-close.
6321
6322         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6323
6324 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6325
6326         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6327         boolean value.
6328         * wl-draft.el (wl-draft-do-fcc): Ditto.
6329
6330 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6331
6332         * wl-vars.el (wl-fcc-force-as-read): New variable.
6333         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6334         mark copied message as read.
6335
6336 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6337
6338         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6339
6340 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6341
6342         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6343         `wl-summary-target-above' instead of obsolete variable
6344         `wl-summary-temp-above'.
6345
6346         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6347         instead of `make-obsolete-variable'.
6348         * wl-refile.el (toplevel): Ditto.
6349
6350 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6351
6352         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6353         with third argument t.
6354         (wl-draft): Set first argument for wl-plugged-init as t.
6355
6356         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6357         definition.
6358
6359 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6360
6361         * wl-vars.el: Tabify.
6362         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6363
6364         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6365         message.
6366
6367 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6368
6369         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6370         and set default to beep.
6371
6372 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6373
6374         * wl-vars.el (wl-draft-truncate-lines): New variable.
6375
6376         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6377         instead of wl-message-truncate-lines for truncate-lines.
6378
6379 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl-message.el (wl-message-display-internal): Call
6382         `wl-highlight-message' after `elmo-mime-display-as-is'.
6383
6384         * wl-mime.el (wl-mime-display-text/plain): New function.
6385         (wl-mime-display-header): Ditto.
6386         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6387         body-presentation-method for text/plain;
6388         Register `wl-mime-display-header' as a header-presentation-method;
6389         Don't set up `elmo-message-text-content-inserted-hook' and
6390         `elmo-message-header-inserted-hook'.
6391
6392         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6393         variable.
6394         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6395         as t if flag is 'all-header;
6396         Don't bind `elmo-message-ignored-field-list',
6397         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6398
6399 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6402         for xemacs with non-mule environment.
6403
6404 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6405
6406         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6407         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6408         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6409
6410 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6411
6412         * wl-vars.el (wl-interactive-send): Set default value as t.
6413
6414 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6415
6416         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6417         (wl-addrmgr-method-list): Abolished.
6418         (wl-addrmgr-change-method): Follow above change.
6419
6420         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6421
6422 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6423
6424         * wl-vars.el (wl-message-truncate-lines): Change default value
6425         to default-truncate-lines.
6426
6427         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6428
6429 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6430
6431         * wl-vars.el (wl-message-truncate-lines): New variable.
6432
6433         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6434         wl-message-truncate-lines.
6435
6436 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6437
6438         * wl-acap.el (wl-acap-init): Remove period from error message.
6439         (wl-acap-find-acap-service): Remove period from message.
6440
6441 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6442
6443         * wl.el (wl-check-environment): Undo last change.
6444
6445         * wl-vars.el (wl-from): Changed default value.
6446
6447         * wl-util.el (toplevel): Don't require tm-edit.
6448
6449         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6450         `wl-folder-init';
6451         Don't set mark on mail body.
6452         (wl-draft-reedit): Ditto.
6453
6454         * wl-address.el (wl-address-quote-specials): Define as an alias for
6455         elmo-address-quote-specials.
6456
6457 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6458
6459         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6460
6461         * wl-vars.el (wl-from): Set default value as nil.
6462         (wl-organization): Set default value as ORGANIZATION environment
6463         variable.
6464
6465         * wl-draft.el (wl-smtp-extension-bind): Check value of
6466         wl-smtp-connection-type.
6467
6468         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6469         error.
6470
6471 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6472
6473         * Version number is increased to 2.7.4.
6474
6475         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6476         arguments from `wl-highlight-x-face-function' caller.
6477         Use x-face-1.3.6.12 or later.
6478
6479 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6480
6481         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6482
6483 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6484
6485         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6486         (wl-fcc): Fix to accept function.
6487         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6488
6489 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6490
6491         * wl-acap.el (toplevel): Added `product-provide' declare.
6492         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6493
6494 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6495
6496         * wl.el (wl): Changed order of calling `elmo-init'
6497         and `elmo-folder-init'.
6498
6499 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6500
6501         * wl-mime.el (wl-summary-burst): Extract message when content-type
6502         of root entity is not only `multipart' but also `message/rfc822'.
6503         (wl-summary-burst-subr): Ditto.
6504
6505 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6506
6507         * wl-vars.el (toplevel): Require 'custom.
6508         (wl-trash-folder): Added to `wl-setting' group.
6509
6510         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6511         exists.
6512         (wl-addrmgr-draw): Insert empty line when no entry exists.
6513
6514         * wl-mule.el (wl-message-wheel-up): Fixed.
6515         (wl-message-wheel-down): Ditto.
6516
6517 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6518
6519         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6520         config is an anonymous lambda expression.
6521
6522 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6525         when Mule 2 is running.
6526
6527 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6528
6529         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6530
6531 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6532
6533         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6534         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6535
6536         * wl-address.el (wl-address-specials-regexp): Eliminated.
6537         (wl-address-quote-specials): Rewrite.
6538
6539 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6542         shy-groups for regexp.
6543
6544         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6545         character classes and Perl style shy-groups for regexp.
6546         (wl-highlight-plugged-current-line): Use Posix style character
6547         classes for regexp.
6548         (wl-e21-highlight-folder-by-numbers): Ditto.
6549         (wl-e21-display-image-p): Use `display-images-p' instead of
6550         `display-graphic-p'.
6551         (display-images-p): Make an alias to `display-graphic-p' if it is
6552         not available.  It is for Emacs version prior to 21.0.105.
6553
6554         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6555         `display-graphic-p'.
6556         (wl-demo-image-type-alist): Ditto.
6557         (display-images-p): Make an alias to `display-graphic-p' if it is
6558         not available.  It is for Emacs version prior to 21.0.105.
6559
6560 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6561
6562         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6563         support.
6564         (wl-generate-user-agent-string): Ditto.
6565
6566         * wl-version.el (wl-version): Update docsting.
6567         (wl-version-status): Ditto.
6568
6569 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6570
6571         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6572         21.0.105.  For Emacs 21.0.104 or earlier.
6573
6574 2001-09-03  Takuo KITAME <kitame@northeye.org>
6575
6576         * wl-e21.el (wl-plugged-init-icons): Use
6577         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6578         (wl-biff-init-icons): Ditto.
6579
6580 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6581
6582         * wl-highlight.el (wl-highlight-summary-current-line):
6583         Fixed highlighting refile/copy destination.
6584
6585         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6586         (wl-acap-store): Encode string by wl-acap-coding-system.
6587
6588 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6589
6590         * wl-acap.el (toplevel): Check and require 'un-define before
6591         'xemacs-ucs;
6592          Added checking for UTF-2000.
6593
6594 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6595
6596         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6597         Don't enclose with `eval-and-compile'.
6598
6599         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6600         wl-init is non-nil.
6601
6602         * wl-draft.el (wl-draft): Ditto.
6603
6604         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6605
6606         * wl-acap.el (toplevel): Require 'wl.
6607         (wl-acap-store): Call `elmo-init'.
6608
6609         * wl.el (wl): Changed position of `wl-check-environment'.
6610         (toplevel): Added autoload setting for wl-acap.
6611
6612         * wl-vars.el (wl-setting): New custom group.
6613         (wl-from): Added wl-setting group.
6614         (wl-user-mail-address-list): Ditto.
6615         (wl-organization): Ditto.
6616         (wl-subscribed-mailing-list): Ditto.
6617         (wl-envelope-from): Ditto.
6618         (wl-smtp-posting-user): Ditto.
6619         (wl-smtp-posting-server): Ditto.
6620         (wl-smtp-posting-port): Ditto.
6621         (wl-smtp-authenticate-type): Ditto.
6622         (wl-pop-before-smtp-user): Ditto.
6623         (wl-pop-before-smtp-server): Ditto.
6624         (wl-pop-before-smtp-port): Ditto.
6625         (wl-pop-before-smtp-authenticate-type): Ditto.
6626         (wl-nntp-posting-server): Ditto.
6627         (wl-nntp-posting-user): Ditto.
6628         (wl-nntp-posting-port): Ditto.
6629         (wl-fetch-confirm-threshold): Ditto.
6630         (wl-prefetch-threshold): Ditto.
6631         (wl-thread-insert-opened): Ditto.
6632         (wl-ldap-server): Ditto.
6633         (wl-ldap-port): Ditto.
6634         (wl-ldap-base): Ditto.
6635         (wl-ldap-objectclass): Ditto.
6636         (wl-use-ldap): Ditto.
6637         (wl-draft-config-alist): Ditto.
6638         (wl-draft-config-matchone): Ditto.
6639         (wl-template-alist): Ditto.
6640         (wl-message-sort-field-list): Ditto.
6641         (wl-message-ignored-field-list): Ditto.
6642         (wl-message-visible-field-list): Ditto.
6643         (wl-interactive-send): Ditto.
6644         (wl-summary-move-order): Ditto.
6645         (wl-auto-select-first): Ditto.
6646         (wl-auto-select-next): Ditto.
6647         (wl-interactive-save-folders): Ditto.
6648
6649         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6650         Initialization codes are moved from wl-local-folder-init.
6651         (wl-local-folder-init): Follow the change above.
6652         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6653
6654         * wl-acap.el: New file.
6655
6656         * Version number is increased to 2.7.3.
6657
6658 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6659
6660         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6661
6662 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6663
6664         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6665         (wl-addrmgr-address-entry-list): Ditto.
6666
6667 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6668
6669         * wl-e21.el (wl-draft-mode-map): Removed binding for
6670         `wl-draft-insert-x-face-field'.
6671
6672         * wl-mule.el (wl-draft-mode-map): Ditto.
6673
6674         * wl-xmas.el (wl-draft-mode-map): Ditto.
6675
6676         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6677         (wl-cs-autoconv): Ditto.
6678         (wl-cs-local): Ditto.
6679         (wl-use-scoring): Ditto.
6680         (wl-mime-charset): Ditto.
6681         (wl-folder-check-async): Ditto.
6682
6683         * wl.el (toplevel): Ignore nemacs and tm.
6684         (wl-exit): Ditto.
6685
6686         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6687         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6688         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6689         instead of wl-address-petname-add-or-change.
6690         (wl-summary-edit-addresses-subr): Use wl-address-delete
6691         instead of wl-address-petname-delete.
6692
6693         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6694
6695         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6696         if error occured.
6697
6698         * wl-message.el (require): Remove tm support.
6699
6700         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6701
6702         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6703         (wl-folder-jump-to-current-entity): Ditto.
6704         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6705
6706         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6707         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6708         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6709
6710         * wl-mule.el (wl-draft-key-setup): Ditto.
6711
6712         * wl-xmas.el (wl-draft-key-setup): Ditto.
6713
6714         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6715         (wl-draft-std11-parse-addresses): New function.
6716         (wl-draft-parse-mailbox-list): Use it.
6717         (wl-draft): Ignore nemacs.
6718         (wl-draft-reedit): Ditto.
6719
6720         * wl-addrmgr.el: New file.
6721         (Original is wl-rcpt.el written by
6722         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6723         Thanks Kitamoto-san.)
6724
6725         * wl-address.el (wl-address-make-address-list): Modified parsing
6726         process.
6727         (wl-address-delete): Renamed from `wl-address-petname-delete';
6728         Modify wl-address-list too.
6729         (wl-address-add-or-change): Renamed from
6730         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6731
6732 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6733
6734         * wl-highlight.el (wl-highlight-summary-current-line):
6735           Work with transient-mark-mode
6736
6737 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6738
6739         * Version number is increased to 2.7.2.
6740
6741         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6742         instead of elmo-dop-queue-method.
6743
6744 2001-08-06  SAITO Atsunori <sai@yedo.com>
6745
6746         * wl-vars.el (wl-ldap-objectclass): New user option.
6747
6748         * wl-address.el (wl-ldap-make-filter): Use it.
6749
6750 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6751
6752         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6753
6754 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6755
6756         * wl-folder.el (wl-folder): redisplay after folder insertion.
6757
6758         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6759
6760         * wl-summary.el (wl-summary-sync-update):
6761         Change status mark only when new-msgdb exists.
6762         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6763
6764 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6765
6766         * wl-summary.el (wl-summary-open-folder): New function.
6767         (wl-summary-goto-folder-subr): Use it.
6768         (wl-summary-mark-as-important): Fix;
6769         Encache only when no cache exists.
6770
6771 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6772
6773         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6774         Use with-current-buffer.
6775
6776 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6777
6778         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6779         before call `get-buffer'. Fixed parenthesis.
6780         (wl-score-get-header-entry): Clear message and help window when
6781         keyboard quit.
6782         (wl-score-edit-insert-header): Ditto.
6783
6784 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6785
6786         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6787         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6788         (wl-default-draft-cite): Fix.
6789
6790         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6791         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6792
6793 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6794
6795         * wl-message.el (wl-message-prev-page): Do same bahavior
6796         as summary when it is called in the message buffer.
6797         (wl-message-next-page): Ditto.
6798
6799 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * wl-summary.el (wl-summary-forward): Use cache if it is not
6802         section cache.
6803
6804 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6807         Removed redundant require of elmo-vars.
6808         (wl-biff-state-indicator-on): Changed default value for
6809         xemacs with non-mule environment.
6810
6811         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6812         wl-message-buffer is nil;
6813         Hide progress bar after moving messages.
6814
6815 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6816
6817         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6818         message at cursor point is deleted.
6819
6820 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6821
6822         * wl-vars.el: Changed file coding system to euc-japan.
6823         Added -*-coding:-*- magic to the first line.
6824
6825         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6826         Search parent from the first message.
6827
6828         * Version number is increased to 2.7.1.
6829
6830 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6831
6832         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6833
6834 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6837         refile/delete execution.
6838
6839         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6840         Fixed docstring.
6841
6842 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6845         do update process;
6846         Don't update marks when update process is interrupted.
6847
6848 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6849
6850         * wl-summary.el (wl-summary-reply): Fixed problem when
6851         wl-draft-use-frame is non-nil.
6852         (wl-summary-forward): Ditto.
6853
6854         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6855         as nil.
6856         (wl-folder-mark-as-read-all-entity): Ditto.
6857         (wl-folder-prefetch-entity): Ditto.
6858
6859         * wl.el (wl): Check environment before wl-init.
6860
6861         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6862         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6863         instead of wl-summary-collect-unread.
6864         (wl-summary-reply): Split message window.
6865
6866 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6867
6868         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6869         only if current language environment is japanese,
6870
6871         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6872         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6873         (wl-folder-goto-folder-subr): Ditto.
6874
6875         * wl-draft.el (wl-draft-dispatch-message): Call
6876         `elmo-file-cache-get-path'.
6877
6878 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6879
6880         * wl-summary.el (wl-summary-cursor-move): If return value of
6881         wl-summary-next-message is not number, don't jump.
6882
6883 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6884
6885         * wl-summary.el (wl-summary-buffer-next-message-function): New
6886         variable.
6887         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6888         if it is bound.
6889
6890         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6891         string.
6892
6893         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6894         (wl-plugged-drawing): Ditto.
6895
6896 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6897
6898         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6899         process.
6900         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6901         with unwind-protect.
6902
6903         * wl.el (wl-init): Require mime-setup.
6904         (wl-check-environment): Don't require mime-setup.
6905
6906         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6907         instead of elmo-folder-type.
6908
6909         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6910         value as nil.
6911
6912 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6913
6914         * Version number is increased to 2.7.0.
6915
6916         * wl-version.el (wl-version): Changed codename.
6917
6918         * wl-summary.el (wl-summary-delete-cache): Fixed.
6919
6920         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6921         Workaround for net folders.
6922         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6923
6924         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6925         value to nil (According to the patch from
6926         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6927
6928         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6929         of elmo-folder-close.
6930
6931 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6932
6933         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6934         for postfix.
6935
6936 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl-summary.el (wl-summary-resend-message): Fixed.
6939
6940         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6941         Call wl-draft with `from' argument if its address is included in
6942         `wl-user-mail-address-list'.
6943         (wl-draft): Added `from' argument.
6944
6945         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6946         non-nil.
6947         (wl): Don't show demo if wl-demo is nil.
6948
6949         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6950         wl-summary-use-frame.
6951
6952         * wl-vars.el (wl-summary-use-frame): New user option.
6953         (wl-folder-use-frame): Changed docstring.
6954
6955         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6956         non-nil.
6957         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6958         wl-summary-use-frame.
6959
6960         * wl-vars.el (wl-folder-use-frame): New user option.
6961
6962         * wl-summary.el (wl-summary-exit): Back to folder frame if
6963         wl-folder-use-frame is non-nil.
6964         (wl-summary-redisplay-internal): Ignore cache if current folder
6965         is draft folder,
6966         (wl-summary-redisplay-no-mime): Ditto.
6967         (wl-summary-redisplay-all-header): Ditto.
6968
6969         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6970         if wl-folder-use-frame is non-nil.
6971
6972 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6973
6974         * wl-summary.el (wl-summary-sync-update): Bind
6975         elmo-folder-update-threshold.
6976         (wl-summary-mark-as-important): Enclosed server mark processing
6977         with `save-match-data'.
6978
6979         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6980         only when it is already defined.
6981
6982 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6983
6984         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6985         name of folder exclude localdir is wrong.
6986         * wl-folder.el (wl-folder-sync-entity):
6987         Set `wl-summary-always-sticky-folder-list' as nil.
6988         (wl-folder-mark-as-read-all-entity): Ditto.
6989         (wl-folder-prefetch-entity): Ditto.
6990
6991 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6992
6993         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6994         instead of `wl-summary-write-current-newsgroup'.
6995
6996 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6997
6998         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6999         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7000         non-nil and selected message is important, do not display.
7001
7002 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7003
7004         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7005
7006 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7007
7008         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7009
7010         * wl-summary.el (wl-summary-mark-as-important): Set message number
7011         using wl-summary-message-number.
7012
7013 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7014
7015         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7016         destination folder is 'null.
7017
7018 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7019
7020         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7021         New function.
7022         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7023         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7024         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7025
7026 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7027
7028         * wl-mime.el (wl-mime-setup): Added setting for
7029         `mime-setup-signature-key-alist' to avoid overriding key bind for
7030         `wl-draft-send'.
7031
7032         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7033         for `wl-draft-send'.
7034         * wl-mule.el (wl-draft-overload-functions): Ditto.
7035         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7036         * wl-draft.el (wl-draft-send): Ditto.
7037
7038         * wl-message.el (wl-message-display-internal):
7039         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7040         (Patch is provided by <kita@coe.nttdata.co.jp>).
7041
7042 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7043
7044         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7045
7046 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7047
7048         * wl.el (wl): Fix for wl-demo.
7049
7050 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7051
7052         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7053
7054 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7055
7056         * wl-folder.el (wl-folder-prefetch-entity): Use
7057         `wl-folder-get-elmo-folder'.
7058         (wl-folder-count-incorporates): Do not use
7059         `wl-folder-get-elmo-folder'.
7060
7061 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7062
7063         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7064         instead of `elmo-folder-get-type'.
7065
7066 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7067
7068         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7069         position on Subject: field.
7070         (Advised by Mito <mit@nines.nec.co.jp>)
7071
7072 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7073
7074         * wl-folder.el (wl-folder-prefetch-entity): Use
7075         `wl-folder-get-elmo-folder'.
7076
7077 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7078
7079         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7080
7081         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7082         `process-duplicates' slot.
7083
7084         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7085         if detection failed.
7086
7087 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7088
7089         * wl-version.el (wl-version-status): Set to "alpha".
7090
7091 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7092
7093         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7094         Check wl-message-buffer lives before set-buffer.
7095
7096 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7097
7098         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7099         called in folder mode.
7100         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7101         * wl-summary.el (wl-summary-exit-pre-hook): Run
7102         `wl-summary-exit-pre-hook' before exit summary mode.
7103
7104 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7105
7106         * wl-version.el (wl-version-status): New variable.
7107         (wl-version-status-alist): Removed.
7108         (wl-version-status): Rule included.
7109
7110 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7111
7112         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7113         @sponichi.
7114
7115         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7116         when `mail-reply-buffer' is buffer-local variable.
7117         (Reported by <kita@coe.nttdata.co.jp>).
7118
7119 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7120
7121         * wl-vars.el (toplevel): Require 'elmo-util.
7122
7123 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7124
7125         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7126         (All other related portions are changed)
7127
7128         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7129
7130         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7131
7132 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7133
7134         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7135
7136 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7139         Delete other windows to avoid an error.
7140         Use `point-marker' instead of `point' to remember the start point
7141         of body.
7142
7143         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7144
7145         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7146         number not to exceed all message number.
7147
7148 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7149
7150         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7151         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7152
7153 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7154
7155         * wl-summary.el (wl-summary-sync-force-update): Added argument
7156         no-check.
7157         (wl-summary-sync-update): Ditto.
7158         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7159         with `no-check'.
7160
7161         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7162         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7163         already running.
7164
7165 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7166
7167         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7168         `dst-folder-arg'.
7169         (wl-expire-archive-number1): Diito.
7170         (wl-expire-archive-number2): Diito.
7171         (wl-expire-archive-Date): Diito.
7172         (wl-archive-number1): Diito.
7173         (wl-archive-number2): Diito.
7174         (wl-archive-date): Diito.
7175         (wl-archive-folder-p): New function.
7176         (wl-summary-expire): Support of expand folder name at
7177         wl-expire-alist.
7178         * wl-util.el (wl-expand-newtext): Renamed from
7179         `wl-refile-expand-newtext'.
7180
7181 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7182
7183         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7184         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7185         `(elmo-msgdb-get-overview msgdb)'.
7186         (wl-summary-prefetch): Bind match data before call
7187         `wl-summay-prefetch-msg'.
7188         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7189         'off if `wl-summary-buffer-disp-msg' is non-nil.
7190         Fixed problem that couldn't show only one new or unread message when
7191         enter folder.
7192         (wl-summary-reply): Don't call `split-window-vertically' and other
7193         window.
7194
7195 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7196
7197         * wl-expire.el (wl-expire-refile): Fixed.
7198
7199 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7200
7201         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7202
7203         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7204         biff notification is removed.
7205
7206         * wl.el (wl): Changed position of `elmo-init'.
7207
7208         * wl-draft.el (wl-default-draft-cite): Use date field
7209         on the citation buffer.
7210
7211         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7212
7213         * wl-xmas.el (wl-folder-internal-icon-list): Added
7214         `wl-folder-shimbun-image'.
7215
7216         * wl-e21.el (wl-folder-internal-icon-list): Added
7217         `wl-folder-shimbun-image'.
7218
7219 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl.el (wl-init): Eliminated argument.
7222         (wl): Rewrite.
7223
7224         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7225         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7226         instead of `elmo-folder-msgdb-internal'.
7227         (wl-summary-sync-update): Ditto.
7228         (wl-summary-flush-pending-append-operations): Eliminated.
7229         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7230         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7231         `elmo-folder-open'.
7232
7233         * wl-mime.el (wl-summary-burst): Fixed.
7234
7235         * wl-folder.el (wl-folder-info-save): Check data type.
7236
7237         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7238         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7239         instead of `elmo-folder-msgdb-internal'.
7240         (wl-expire-hide): Ditto.
7241
7242
7243         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7244
7245 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7246
7247         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7248
7249 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7250
7251         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7252
7253 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7254
7255         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7256         Fixed `match-beginning' argument mismatch.
7257
7258 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7259
7260         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7261         the default value.
7262
7263 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7264
7265         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7266         instead of `elmo-nntp-default-port'.
7267
7268         * wl-vars.el: Fixed some doc strings.
7269
7270 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7271
7272         * wl-summary.el (wl-summary-prefetch-msg): Use
7273         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7274
7275         * wl-vars.el: Define *-func as obsolete variable using
7276         `elmo-define-obsolete-variable'.
7277
7278         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7279         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7280         instead of `wl-message-buffer-prefetch-threshold'.
7281
7282         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7283
7284         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7285
7286         * wl-draft.el (wl-caesar-region-func): Ditto.
7287
7288         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7289         Keep unread status in elmo-folder-move-messages.
7290         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7291
7292 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7293
7294         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7295         `wl-summary-buffer-exit-func'
7296         (wl-summary-buffer-message-redisplay-function): Renamed from
7297         `wl-summary-buffer-message-redisplay-func'
7298         (wl-summary-buffer-next-folder-function): Renamed from
7299         `wl-summary-buffer-next-folder-func'.
7300         (wl-summary-buffer-prev-folder-function): Renamed from
7301         `wl-summary-buffer-prev-folder-func'.
7302         (wl-summary-get-petname-function): Renamed from
7303         `wl-summary-get-petname-func'.
7304
7305         * wl-score.el (wl-score-edit-exit-function): Renamed from
7306         `wl-score-edit-exit-func'.
7307
7308         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7309         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7310
7311         * wl-util.el (wl-load-profile-function): Renamed from
7312         `wl-load-profile-func'.
7313
7314         * wl-folder.el (wl-folder-completion-function): Renamed from
7315         `wl-folder-completion-func'.
7316         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7317
7318         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7319         `wl-expire-archive-get-folder-func'.
7320         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7321         (wl-draft-send-mail-function): Renamed from
7322         `wl-draft-send-mail-func'.
7323         (wl-draft-send-news-function): Renamed from
7324         `wl-draft-send-news-func'.
7325         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7326         (wl-generate-mailer-string-function): Renamed from
7327         `wl-generate-mailer-string-func'.
7328         (wl-highlight-signature-search-function): Renamed from
7329         `wl-highlight-signature-search-func'.
7330         (wl-highlight-x-face-function): Renamed from
7331         `wl-highlight-x-face-func'
7332         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7333         (wl-ps-print-buffer-function): Renamed from
7334         `wl-ps-print-buffer-func'
7335         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7336         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7337         (wl-summary-subject-filter-function): Renamed from
7338         `wl-summary-subject-filter-func'.
7339
7340         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7341         `wl-draft-queue-flush-send-func'
7342         (wl-draft-cite-function): Renamed from
7343         `wl-draft-cite-func'
7344
7345         * wl-address.el (wl-address-init-function): Renamed from
7346         `wl-address-init-func'.
7347
7348 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7349
7350         * wl-draft.el (wl-draft-queue-flush): Don't call
7351         `elmo-dop-unlock-message'.
7352         * wl-draft.el (wl-draft-queue-append): Don't call
7353         `elmo-dop-lock-message'.
7354
7355         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7356         (wl-summary-buffer-folder-name): Ditto.
7357         (wl-summary-message-regexp): Added '-' (all other related portions
7358         are changed).
7359         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7360         wl-summary-buffer-folder-name.
7361
7362 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7363
7364         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7365         the number of mails in the folder buffer is not updated by wl-biff.
7366
7367 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7368
7369         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7370         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7371
7372 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl-summary.el (wl-summary-next-message):
7375         Return next message number when wl-summary-move-order is nil.
7376
7377 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7378
7379         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7380         `wl-summary-move-spec-alist'.
7381         (wl-summary-move-spec-unplugged-alist): New variable
7382         (Move spec for unplugged status).
7383         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7384         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7385
7386 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7387
7388         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7389         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7390
7391 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7392
7393         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7394         simple quotation to quote the anonymous function.
7395         * tm-wl.el (wl-draft-preview-message): Ditto.
7396
7397 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7398
7399         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7400         Eliminate redundant `save-excursion'.
7401         (wl-highlight-summary-current-line): Ditto.
7402
7403         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7404         accessing match data when `looking-at' failed.
7405
7406         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7407         `elmo-match-string' where users don't care about the speed.
7408         (wl-draft-save): Ditto.
7409
7410 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * wl-util.el (wl-regexp-opt): New function.
7413
7414         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7415         number from `wl-summary-buffer-number-list'.
7416         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7417         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7418         (wl-summary-move-spec-alist): Changed default setting.
7419
7420 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7421
7422         * wl-vars.el (wl-biff-notify-hook): New hook.
7423         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7424         the arrival of new mail.
7425         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7426         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7427
7428 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7429
7430         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7431
7432 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7433
7434         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7435
7436         * Version number is increased to 2.5.8.
7437
7438         * wl-thread.el (toplevel): require 'cl.
7439         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7440         (wl-thread-make-number-list): New function.
7441         (wl-thread-entity-make-number-list-from-children): Ditto.
7442         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7443         (wl-thread-entity-insert-as-children): Likewise.
7444         (wl-thread-delete-message): Likewise.
7445         (wl-meaning-of-mark): Eliminated.
7446         (wl-thread-next-failure-mark-p): Ditto.
7447         (wl-thread-entity-get-mark): Ditto.
7448         (wl-thread-meaning-alist-get-result): Ditto.
7449         (wl-thread-entity-check-prev-mark): Ditto.
7450         (wl-thread-entity-check-next-mark): Ditto.
7451         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7452         (wl-thread-entity-get-prev-marked-entity): Ditto.
7453         (wl-thread-get-prev-unread): Ditto.
7454         (wl-thread-jump-to-prev-unread): Ditto.
7455         (wl-thread-get-next-unread): Ditto.
7456         (wl-thread-jump-to-next-unread): Ditto.
7457         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7458         (wl-thread-entity-get-next-marked-entity): Ditto.
7459
7460         * wl-summary.el (wl-summary-buffer-number-list):
7461         New bufer-local variable.
7462         (wl-summary-switch-to-clone-buffer): Clone
7463         `wl-summary-buffer-number-list'.
7464         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7465         (wl-summary-cursor-move-regex): Eliminated.
7466         (wl-summary-cursor-up): Rewrite.
7467         (wl-summary-cursor-down): Ditto.
7468         (wl-summary-mode-spec-alist): New variable.
7469         (wl-summary-next-message): New inline function.
7470         (wl-summary-cursor-move): New function.
7471         (wl-summary-default-get-next-msg): Rewrite.
7472         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7473         (wl-summary-rescan): Ditto.
7474         (wl-summary-sync-all-init): Ditto.
7475         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7476         summary is not thread view.
7477         (wl-summary-sync-update): Ditto.
7478         (wl-summary-rescan): Ditto.
7479         (wl-summary-make-number-list): New function.
7480
7481         * wl-draft.el: "FCC" -> "Fcc".
7482
7483 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7484
7485         * wl-highlight.el (wl-highlight-summary-window):
7486         Call `set-buffer-modified-p'.
7487
7488         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7489         (wl): Call `elmo-init' and fix.
7490
7491         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7492         Use new variables.
7493
7494         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7495
7496 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7497
7498         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7499
7500 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7501
7502         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7503
7504 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7505
7506         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7507         `wl-use-toolbar' nor `display-graphic-p'.
7508         (wl-e21-setup-message-toolbar): Ditto.
7509         (wl-e21-setup-summary-toolbar): Ditto.
7510         (wl-e21-setup-folder-toolbar): Ditto.
7511
7512         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7513         (wl-plugged-init-icons): Ditto.
7514
7515         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7516         `display-graphic-p'.
7517         (wl-plugged-set-folder-icon): Ditto.
7518         (wl-highlight-plugged-current-line): Ditto.
7519         (wl-highlight-folder-current-line): Ditto.
7520         (wl-e21-highlight-folder-group-line): Ditto.
7521         (wl-e21-setup-toolbar): Ditto.
7522         (wl-e21-display-image-p): New macro.
7523
7524         * wl-demo.el (wl-demo): Simplified.
7525         (wl-demo-image-type-alist): Use `image-type-available-p' for
7526         checking whether the image type `xbm' is available.
7527
7528 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7529
7530         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7531         (wl-summary-input-range): Ditto.
7532
7533 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7534
7535         * wl-summary.el (wl-summary-edit-addresses): Use
7536         `wl-summary-get-original-buffer'
7537         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7538         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7539         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7540         (wl-summary-get-newsgroups): Eliminated.
7541         (wl-summary-set-crosspost): Ditto.
7542         (wl-summary-is-crosspost-folder): Ditto.
7543         (wl-crosspost-alist-load): Ditto.
7544         (wl-crosspost-alist-save): Ditto.
7545
7546         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7547         `elmo-setup-subscribed-newsgroups' instead of
7548         `elmo-nntp-make-groups-hashtb'.
7549         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7550         instead of `wl-crosspost-alist-save'.
7551
7552         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7553         of `elmo-folder-message-appendable-p'.
7554         (wl-mime-header-presentation-method): Eliminated.
7555
7556         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7557         (Error occurs in emacs21).
7558
7559         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7560         the current buffer).
7561
7562         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7563         instead of `wl-crosspost-alist-save'.
7564         (wl-init): `elmo-crosspost-message-alist-load'
7565         instead of `wl-crosspost-alist-load'
7566
7567         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7568         (wl-parse-newsgroups): Likewise.
7569         (wl-biff-notify): Run `wl-biff-notify-hook'.
7570
7571 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7572
7573         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7574
7575         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7576         when `wl-summary-lazy-highlight' is non-nil.
7577         (wl-summary-goto-folder-subr): Highlight only when
7578         `wl-summary-lazy-highlight' is non-nil.
7579
7580         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7581         Don't display progress and highlight temp-mark when
7582         `wl-summary-lazy-highlight' is non-nil.
7583         (wl-highlight-summary-window): New function.
7584         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7585
7586 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7587
7588         * wl-summary.el (wl-summary-sync): Change `all-visible'
7589         from `all-shown'
7590         (wl-summary-input-range): Ditto.
7591
7592 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7593
7594         * wl-e21.el (wl-highlight-folder-current-line): Call
7595         `wl-folder-init-icons' when folder icons have not been initialized.
7596
7597         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7598
7599         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7600         (wl-demo-image-type-alist): New macro.
7601
7602 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7603
7604         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7605         display does not support graphics.
7606         (wl-plugged-init-icons): Ditto.
7607         (wl-folder-init-icons): Ditto.
7608
7609         * wl-demo.el (wl-demo): Chech closely whether the display
7610         supports graphics.
7611
7612 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7613
7614         * wl-summary.el (wl-summary-get-original-buffer): New function.
7615         (wl-summary-set-crosspost): Use it.
7616         (wl-summary-target-mark-uudecode): Ditto.
7617         (wl-summary-reedit): Ditto.
7618         (wl-summary-resend-bounced-mail): Ditto.
7619         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7620         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7621
7622         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7623         (wl-message-display-internal): Ditto.
7624
7625 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7626
7627         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7628
7629 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7630
7631         * wl-summary.el (wl-summary-save-view): Renamed from
7632         `wl-summary-save-status'.
7633
7634 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7635
7636         * wl-summary.el (wl-summary-sync): Added `all-shown'
7637
7638 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7639
7640         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7641
7642 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7643
7644         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7645
7646 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7647
7648         * wl-highlight.el (wl-highlight-summary-line-string): Use
7649         `zerop' instead of `= 0'.
7650         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7651
7652         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7653         for comparing numbers.
7654         (wl-template-prev): Use `zerop' instead of `eq 0'.
7655
7656         * wl-draft.el (wl-draft-insert-current-message): Use
7657         `with-current-buffer' instead of `save-excursion'.
7658         Use `zerop' instead of `eq 0'.
7659
7660 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7661
7662         * wl-draft.el (wl-draft-insert-ccs): New function.
7663         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7664         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7665
7666 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7667
7668         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7669
7670 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7671
7672         * wl-expire.el (wl-expire-refile): Don't call
7673         elmo-msgdb-add-msgs-to-seen-list;
7674         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7675         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7676
7677 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7678
7679         * wl-message.el (wl-message-prev-page): Ignore errors while
7680         scroll-down.
7681
7682 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7683
7684         * wl-mime.el: Use elmo-original-message-mode instead of
7685         mmelmo-original-mode.
7686
7687         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7688         `elmo-folder-get-spec';
7689         (wl-fldmgr-add-completion-all-completions):
7690         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7691
7692         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7693         of `elmo-folder-get-type'.
7694
7695         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7696         `elmo-folder-get-spec';
7697         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7698         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7699         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7700         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7701         `elmo-read-msg-no-cache';
7702         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7703         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7704         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7705         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7706         `elmo-cache-save';
7707         (wl-draft-reedit): Use `elmo-message-file-name'.
7708
7709         * wl-expire.el: Use `elmo-folder-name-internal';
7710         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7711         Use macro `wl-summary-buffer-msgdb' instead of variable
7712         `wl-summary-buffer-msgdb';
7713         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7714         Use macro `wl-summary-buffer-folder-name' instead of variable
7715         `wl-summary-buffer-folder-name'.
7716         * wl-score.el: Likewise.
7717
7718         * wl-message.el: Rewrite for new message buffer cache mechanism.
7719         (wl-message-buffer-cache-buffer-get): New macro.
7720         (wl-message-buffer-cache-folder-get): Ditto.
7721         (wl-message-buffer-cache-message-get): Ditto.
7722         (wl-message-buffer-cache-entry-make): Ditto.
7723         (wl-message-buffer-cache-hit): Ditto.
7724         (wl-message-buffer-cache-sort): New function.
7725         (wl-message-buffer-cache-add): Ditto.
7726         (wl-message-buffer-cache-delete): Ditto.
7727         (wl-message-buffer-cache-clean-up): Ditto.
7728         (wl-message-buffer-window): Rewrite.
7729         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7730         (wl-message-buffer-display): New function.
7731         (wl-message-display-internal): New function.
7732
7733 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7734
7735         * wl-folder.el: Use `elmo-folder-name-internal';
7736         Use `wl-folder-get-elmo-folder';
7737         Use `elmo-folder-list-messages' instead of
7738         `elmo-list-folder';
7739         Use `elmo-folder-get-primitive-list' instead of
7740         `elmo-folder-get-primitive-spec-list';
7741         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7742         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7743         Use `elmo-folder-create' instead of `elmo-create-folder'.
7744         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7745         (wl-folder-get-elmo-folder): New macro.
7746         (wl-folder-elmo-folder-cache-get): Ditto.
7747         (wl-folder-elmo-folder-cache-put): Ditto.
7748         (wl-folder-suspend): Call `elmo-quit'.
7749
7750         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7751         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7752         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7753         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7754         (toplevel): require 'cl.
7755         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7756
7757         * wl-summary.el: Rewrite to use new elmo interface.
7758
7759 \f
7760 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7761
7762         * wl-mime.el (wl-draft-preview-message):
7763         Run `wl-draft-send-hook' before collecting recipients information;
7764         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7765
7766         * tm-wl.el (wl-draft-preview-message): Ditto.
7767
7768 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7771         wrong recipients are displayed when forwarded message.
7772
7773 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * Version number is increased to 2.5.7.
7776
7777 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7778
7779         * wl-message.el (wl-message-next-page): Bind
7780         `window-pixel-scroll-increment' to nil while scrolling up.
7781
7782 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7783
7784         * wl-vars.el (wl-save-hook): New hook.
7785         * wl.el (wl-save): Call `wl-save-hook'.
7786
7787 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7788
7789         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7790         Argument WITH-ARG instead of NO-ARG (negative mean).
7791         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7792         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7793         * wl-message.el (wl-message-follow-current-entity): Likewise.
7794
7795 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7796
7797         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7798         FROM was optional argument.
7799         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7800
7801 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7802
7803         * Version number is increased to 2.5.6.
7804
7805 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7806
7807         * wl-version.el (wl-version-show): Removed.
7808         (wl-version): Add `interactive'.
7809
7810 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7811
7812         * wl-summary.el (wl-summary-get-petname-func): New variable.
7813         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7814         instead of `wl-address-get-petname-1'.
7815         (wl-summary-simple-from): Ditto.
7816
7817         * wl-address.el (wl-address-get-petname-1): Define as function.
7818
7819 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7820
7821         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7822         field in the original message.
7823         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7824
7825 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7826
7827         * wl-expire.el (wl-expire-hide):
7828         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7829
7830 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7833         find decoder for To, Cc, and Subject.
7834
7835 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7838         for checking `elmo-use-buffer-cache'.
7839         (wl-summary-mark-as-important): Fixed typo in comment.
7840
7841 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7842
7843         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7844         field in the original message.
7845         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7846
7847 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7848
7849         * wl-expire.el (wl-expire-hide):
7850         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7851
7852 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7853
7854         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7855         find decoder for To, Cc, and Subject.
7856
7857 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7858
7859         * Version number is increased to 2.5.5.
7860
7861         * wl-address.el (wl-address-specials-regexp): New constant.
7862         (wl-address-quote-specials): Use it.
7863
7864 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7865
7866         * wl-summary.el (wl-summary-rescan):
7867         Call `wl-summary-buffer-number-column-detect'.
7868         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7869
7870         * wl-message.el (wl-message-mode-map): Define.
7871         (wl-message-decode): Use it as local-map.
7872
7873 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7874
7875         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7876         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7877
7878 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7879
7880         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7881
7882         * wl-mule.el (wl-read-event-char): Ditto.
7883
7884         * wl-e21.el (wl-read-event-char): Ditto.
7885
7886         * wl-nemacs.el (wl-read-event-char): Ditto.
7887         (read-event): Removed.
7888
7889         * wl-util.el (toplevel): Removed dummy definition of
7890         `read-event'.
7891         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7892
7893 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7894
7895         * wl-nemacs.el (elmo-archive-call-process): Moved to
7896         elmo-archive.el.
7897
7898 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7899
7900         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7901         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7902
7903         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7904         instead of magic-number 6.  Use `not' instead of `null' for symbol
7905         `nil' check (not empty list).
7906         (wl-draft-insert-x-face-field): Fixed paren style.
7907
7908         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7909         one-branch conditional statement, instead of `and' and `if'.
7910         (wl-draft-forward): Likewise.
7911         (wl-draft-add-references): Likewise.
7912         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7913
7914         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7915         conditional steatment.  Use `cond' instead of `if'.
7916         (wl-draft-confirm): Likewise.
7917
7918 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7919
7920         * wl-version.el (wl-version-show): Use `product-string-1'
7921         instead of `wl-version'.
7922         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7923
7924         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7925
7926 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7927
7928         * wl-highlight.el (wl-highlight-headers): Revert
7929         `wl-highlight-x-face-func' argument (`beg' and `end').
7930
7931 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7932
7933         * wl.el (toplevel): Move `product-provide' declare.
7934         * wl-demo.el (toplevel): Ditto.
7935         * wl-dnd.el (toplevel): Ditto.
7936         * wl-highlight.el (toplevel): Ditto.
7937         * wl-message.el (toplevel): Ditto.
7938         * wl-refile.el (toplevel): Ditto.
7939         * wl-util.el (toplevel): Ditto.
7940
7941 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7942
7943         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7944         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7945         (wl-thread-close-all): keep cursor position.
7946
7947 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7948
7949         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7950         (eq x 0).
7951         (wl-generate-user-agent-string-1): Fix conditional statement.
7952
7953 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7954
7955         * wl.el (wl-check-environment): Additional check for
7956         'wl-local-domain' and `wl-message-id-domain'.
7957
7958 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7959
7960         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7961
7962 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7963
7964         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7965         instead of `smtp-sasl-user-realm'.
7966
7967 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7968
7969         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7970
7971 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7972
7973         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7974         to the default value as well as `eword-lexical-analyzer'.
7975
7976 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7977
7978         * wl-version.el (wl-extended-emacs-version,
7979         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7980         `elmo-match-string' instead of `wl-match-string'.
7981
7982 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7983
7984         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7985         docstring.
7986
7987 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7988
7989         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7990
7991 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7992
7993         * wl-highlight.el (wl-highlight-headers): Remove
7994         `wl-highlight-x-face-func' argument (`beg' and `end').
7995
7996 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7997
7998         * wl-summary.el (wl-summary-mark-as-important):
7999         Remove cache if folder is local.
8000
8001 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8002
8003         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8004         to get existing e-mail address string.
8005
8006 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8007
8008         * wl-version.el (wl-generate-user-agent-string): Commentary.
8009         (wl-generate-user-agent-string-1): Use `when' for
8010         one-branch conditional statement, instead of `and' and `if'.
8011         (wl-extended-emacs-version, wl-extended-emacs-version2,
8012         wl-extended-emacs-version3): Ditto.
8013
8014 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8015
8016         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8017         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8018         condition-case; Remove initialization.
8019         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8020         (wl-summary-sync-update3): Added argument `sync-all';
8021         Eliminated local variable `msgdb';
8022         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8023         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8024         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8025
8026 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8027
8028         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8029         connection before call `wl-draft-send-mail-with-smtp'.
8030
8031 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8032
8033         * Version number is increased to 2.5.4.
8034
8035 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8036
8037         * wl.el (wl-check-environment): Additional check for
8038         'wl-local-domain' and `wl-message-id-domain'.
8039
8040 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8041
8042         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8043         buffer as command specific.
8044         (wl-folder-mark-as-read-all-entity): Ditto.
8045         (wl-folder-prefetch-entity): Ditto.
8046         (wl-folder-drop-unsync-entity): Ditto.
8047
8048         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8049         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8050         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8051
8052         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8053         save-excursion.
8054
8055 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8056
8057         * Version number is increased to 2.5.3.
8058
8059         * wl-summary.el (wl-summary-save-view-cache):
8060         Delete duplicated `write-region';
8061         Use `write-region-as-binary' instead of `as-binary-output-file' and
8062         `write-region'.
8063
8064 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8065
8066         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8067
8068 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8069
8070         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8071         instead of `smtp-via-smtp'.
8072
8073 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8074
8075         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8076
8077 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8078
8079         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8080         instead of `smtp-sasl-user-realm'.
8081
8082 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8083
8084         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8085
8086 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8087
8088         * Version number is increased to 2.5.2.
8089
8090 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8091
8092         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8093         does not exist.
8094         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8095         (wl-biff-start): Call `timer-activate' if timer already exists.
8096
8097         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8098         only when it is bound as function.
8099
8100 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8101
8102         * Version number is increased to 2.5.1.
8103
8104 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8105
8106         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8107         Print refile/copy destination.
8108
8109 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8110
8111         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8112         queue-flush-only is non-nil.
8113
8114         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8115
8116         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8117         checking cache folder.
8118
8119 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8120
8121         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8122         `regexp-quote'.
8123
8124 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8125
8126         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8127         function.
8128         * wl-summary.el (wl-summary-write-current-folder-functions):
8129         Change default value.  Use it.
8130
8131 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8132
8133         * Version number is increased to 2.5.0.
8134
8135         * wl-version.el (wl-version): Changed codename.
8136
8137 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8138
8139         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8140         (wl-summary-supersedes-message): Ditto.
8141
8142 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8143
8144         * wl-refile.el (wl-refile-guess-functions): Renamed from
8145         `wl-refile-guess-func-list'.
8146
8147 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8148
8149         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8150         Fixed problem when no rule was matched.
8151
8152 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8153
8154         * wl-summary.el (wl-summary-get-mark): Fixed
8155         `wl-summary-buffer-target-mark' check logic.
8156
8157 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8158
8159         * wl-folder.el (wl-folder-write-current-folder): Added group
8160         folder check.
8161
8162         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8163         `wl-summary-write-current-newsgroup'.
8164         (wl-summary-write-current-folder-functions): New variable.
8165         * wl-folder.el (wl-folder-get-newsgroups): New function.
8166         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8167         (wl-folder-write-current-folder): Renamed from
8168         `wl-folder-write-current-newsgroup'.
8169
8170 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8171
8172         * Version number is increased to 2.3.93.
8173
8174 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8175
8176         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8177         (wl-ldap-make-matched-value-list): Ditto.
8178         (wl-ldap-alias-safe-string): Split e-mail address.
8179
8180         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8181         petname folder default was selected.
8182         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8183         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8184
8185 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8186
8187         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8188         to `wl-draft-config-exec'.
8189
8190         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8191         instead of calling `wl-draft-config-exec';
8192         Process group-list and show recipients in minibuffer.
8193
8194         * tm-wl.el (wl-draft-preview-message): Ditto.
8195
8196 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8197
8198         * wl.el (toplevel): Added (C) to copyright notice, and
8199         sync Author header.
8200         * tm-wl.el (toplevel): Ditto.
8201         * wl-address.el (toplevel): Ditto.
8202         * wl-demo.el (toplevel): Ditto.
8203         * wl-dnd.el (toplevel): Ditto.
8204         * wl-draft.el (toplevel): Ditto.
8205         * wl-e21.el (toplevel): Ditto.
8206         * wl-expire.el (toplevel): Ditto.
8207         * wl-folder.el (toplevel): Ditto.
8208         * wl-highlight.el (toplevel): Ditto.
8209         * wl-message.el (toplevel): Ditto.
8210         * wl-mime.el (toplevel): Ditto.
8211         * wl-mule.el (toplevel): Ditto.
8212         * wl-nemacs.el (toplevel): Ditto.
8213         * wl-refile.el (toplevel): Ditto.
8214         * wl-score.el (toplevel): Ditto.
8215         * wl-summary.el (toplevel): Ditto.
8216         * wl-template.el (toplevel): Ditto.
8217         * wl-thread.el (toplevel): Ditto.
8218         * wl-util.el (toplevel): Ditto.
8219         * wl-vars.el (toplevel): Ditto.
8220         * wl-xmas.el (toplevel): Ditto.
8221
8222 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8223
8224         * wl.el (wl-init): Added comment about `wl-init-hook'.
8225         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8226         * wl-vars.el (wl-init-hook): Added docs.
8227         (wl-make-plugged-hook): Removed useless docs.
8228         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8229         * wl-xmas.el (toplevel): Ditto.
8230
8231 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8232
8233         * wl-address.el (toplevel): Fixed multiple Author header format.
8234         * wl-demo.el (toplevel): Ditto.
8235         * wl-draft.el (toplevel): Ditto.
8236         * wl-folder.el (toplevel): Ditto.
8237         * wl-summary.el (toplevel): Ditto.
8238         * wl-thread.el (toplevel): Ditto.
8239         * wl-util.el (toplevel): Ditto.
8240         * wl-vars.el (toplevel): Ditto.
8241         * wl-version.el (toplevel): Ditto.
8242         * wl-xmas.el (toplevel): Ditto.
8243         * wl.el (toplevel): Ditto.
8244
8245         * wl-version.el (toplevel): Added require `elmo-version' for
8246         `product-version-as-string'.
8247
8248 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8249
8250         * wl-vars.el (wl-draft-send-hook): Changed default value to
8251         '(wl-draft-config-exec).
8252
8253         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8254         explicitly.
8255         (wl-draft): Set `wl-draft-config-exec-flag' before running
8256         `wl-mail-setup-hook'.
8257
8258         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8259         `wl-biff-init-icons' to `wl-init-hook' instead of
8260         `wl-make-plugged-hook'.
8261         (Because if `wl-draft' command is invoked at first,
8262         they are not initialized)
8263         Updated copyright notice.
8264
8265         * wl-e21.el (toplevel): Ditto;
8266
8267         * wl-demo.el (toplevel): Updated copyright notice.
8268         * wl-address.el (toplevel): Ditto.
8269         * wl-draft.el (toplevel): Ditto.
8270         * wl-version.el (toplevel): Ditto.
8271         * wl-folder.el (toplevel): Ditto.
8272         * wl-summary.el (toplevel): Ditto.
8273         * wl-thread.el (toplevel): Ditto.
8274         * wl-util.el (toplevel): Ditto.
8275         * wl-vars.el (toplevel): Ditto.
8276         * wl.el (toplevel): Ditto.
8277
8278 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8279
8280         * wl-highlight.el (wl-highlight-message): Fixed problem of
8281         highlighting failure which occured when the last field contains
8282         multiple lines in the draft buffer.
8283
8284         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8285         `wl-biff-start' if plugged.
8286
8287         * wl-util.el (wl-biff-check-folder): New function.
8288         (wl-biff-check-folders): Don't set session name prefix.
8289         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8290         (wl-biff-check-folder-async): Ditto.
8291
8292         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8293         in email address.
8294
8295 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8296
8297         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8298
8299         * wl-draft.el (wl-draft-strip-subject-re): New function.
8300
8301         * wl-draft.el (wl-draft-reply): Use it.
8302
8303 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8304
8305         * wl-message.el (wl-mmelmo-message-redisplay): Use
8306         `mime-display-message' instead of `wl-mime-display-message'.
8307
8308         * wl-mime.el (toplevel): Removed compatibility workaround
8309         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8310         (wl-mime-display-message): Abolished.
8311         (wl-mime-entity-read-field): Ditto.
8312         (wl-mime-combine-message/partial-pieces): Use
8313         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8314
8315 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8316
8317         * wl-template.el: Doc fixes.
8318
8319 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8320
8321         * wl-e21.el (wl-message-overload-functions): Do nothing if
8322         `current-local-map' is not available.
8323         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8324
8325 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8326
8327         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8328         representation.
8329
8330         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8331         number.
8332         (wl-fldmgr-save-folders): Don't use `format' when insert
8333         `wl-fldmgr-folders-header'.
8334
8335 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8336
8337         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8338
8339 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8340
8341         * wl-highlight.el (wl-highlight-message):
8342         Use `std11-field-end' to detect end point of the header field.
8343         Refer `wl-highlight-max-header-size'.
8344
8345         * wl-vars.el (wl-highlight-max-header-size): New variable.
8346
8347         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8348
8349         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8350         Set `for-draft' argument of wl-highlight-headers.
8351         (wl-draft): Ditto.
8352         (wl-draft-reedit): Ditto.
8353         (wl-user-agent-compose-internal): Ditto.
8354
8355 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8356
8357         * wl-message.el (wl-message-add-button): Use overlay.
8358
8359 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8360
8361         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8362
8363         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8364         problem when group-list content is nothing.
8365         (Reported by Mito <mit@nines.nec.co.jp>)
8366
8367 2000-10-18  SAITO Atsunori <sai@yedo.com>
8368
8369         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8370
8371 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8372
8373         * tm-wl.el (toplevel): Use product-provide.
8374
8375 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8376
8377         * Version number is increased to 2.3.92.
8378
8379 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8380
8381         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8382         title text, use `display' property for left margin under Emacs 21.
8383
8384         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8385         properties.
8386         (wl-plugged-init-icons): Ditto.
8387
8388 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8389
8390         * wl.el (wl-save-status, wl-init): Remove last period in
8391         "...done." message.
8392         * tm-wl.el (wl-summary-burst): Ditto.
8393         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8394         wl-summary-resume-cache-status,
8395         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8396         wl-summary-sync-update3, wl-summary-highlight-msgs,
8397         wl-summary-flush-pending-append-operations,
8398         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8399         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8400         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8401         wl-thread-open-all): Ditto.
8402         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8403         * wl-mime.el (wl-summary-burst): Ditto.
8404         * wl-highlight.el (wl-highlight-summary): Ditto.
8405         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8406         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8407         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8408         * wl-address.el (wl-local-address-init): Ditto.
8409
8410 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8411
8412         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8413         `add-text-properties'.
8414         (wl-plugged-init-icons): Ditto.
8415         (wl-folder-init-icons): Use `propertize' instead of
8416         `put-text-property'.
8417         (wl-plugged-set-folder-icon): Ditto.
8418         (wl-e21-highlight-folder-group-line): Ditto.
8419
8420 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8421
8422         * wl-version.el (wl-version-status-alist): New variable.
8423         (wl-version-status): New function.
8424
8425         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8426         "Cc" part of the case "Reply-To".
8427
8428         * wl-draft.el (wl-draft-reply): Use result of
8429         `eword-extract-address-components'.
8430
8431         * wl-demo.el (wl-demo-icon-name): New constant.
8432         (wl-logo-xpm): Use it.
8433         (wl-logo-xbm): Ditto.
8434         (wl-logo-bitmap): Ditto.
8435
8436         * Version number is increased to 2.3.91.
8437
8438 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8439
8440         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8441         (wl-extended-emacs-version, wl-extended-emacs-version2,
8442         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8443         docstring.
8444
8445         * wl-version.el (wl-generate-user-agent-string-1): New function.
8446         (wl-generate-user-agent-string): Use it.
8447
8448         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8449         `mime-edit-insert-user-agent-field'.
8450         (wl-generate-user-agent-string): Check
8451         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8452
8453         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8454         instead of `if', when verbose case.
8455
8456 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8457
8458         * wl-expire.el (wl-summary-expire): Fix.
8459
8460 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8461
8462         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8463         and `elmo-lost+found-folder' if 'wl-draft.
8464         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8465
8466 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8467
8468         * wl-expire.el (wl-summary-expire): Change messages.
8469         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8470         `deleing-info' instead of "Deleting..."
8471
8472 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8473
8474         * wl-summary.el (wl-summary-refile-subr): Fix.
8475
8476 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8477
8478         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8479         if pipe folder.
8480
8481 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8482
8483         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8484
8485 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8486
8487         * wl-expire.el (wl-expire-hide): New function.
8488         (wl-summary-expire): Add `hide'.
8489
8490 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8491
8492         * wl-vars.el (wl-draft-reply-without-argument-list):
8493         Changed default value to consider `Reply-To:'.
8494         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8495
8496         * Version number is increased to 2.3.90.
8497
8498         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8499         elmo-imap4-get-session with unwind-protect.
8500         Don't cause error.
8501         (wl-summary-sync-marks): Don't check plugged nor folder type.
8502         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8503         (Always keep current buffer).
8504
8505 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8506
8507         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8508         Enclose with `save-excursion'.
8509
8510 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8511
8512         * wl-version.el (wl-version): Remove interactive.
8513
8514 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8515
8516         * wl-version.el (wl-generate-user-agent-string): Use
8517         `product-string-verbose' instead of `product-string-1'.
8518
8519 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8520
8521         * wl-vars.el (wl-draft-use-cache): New variable.
8522         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8523         if wl-draft-use-cache is non-nil.
8524
8525 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8526
8527         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8528         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8529
8530 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8531
8532         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8533         (wl-thread-msg-mark-as-unread): Ditto.
8534
8535         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8536         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8537         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8538         Don't set mark in summary if return value of `elmo-mark-as-read'
8539         is nil.
8540         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8541         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8542         instead of `wl-thread-msg-mark-as-read'.
8543         (wl-summary-mark-as-unread-region): Ditto.
8544         (wl-summary-target-mark-mark-as-read): Ditto.
8545
8546         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8547
8548 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8549
8550         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8551
8552         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8553
8554 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8555
8556         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8557         face.
8558
8559 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8560
8561         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8562         `running-xemacs'.
8563
8564 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8565
8566         * wl-version.el (toplevel): Use `product-version-as-string' for
8567         set verstion-string, if defined.
8568
8569         * wl-version.el (wl-version-show): Insert string at point, when
8570         call with argument.
8571
8572         * wl-version.el (wl-generate-user-agent-string): Use
8573         `product-string-1' instead of `wl-appname', `wl-version' and
8574         `wl-codename'.
8575
8576 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8577
8578         * wl-address.el (toplevel): Use product-provide.
8579         * wl-demo.el (toplevel): Ditto.
8580         * wl-dnd.el (toplevel): Ditto.
8581         * wl-draft.el (toplevel): Ditto.
8582         * wl-e21.el (toplevel): Ditto.
8583         * wl-expire.el (toplevel): Ditto.
8584         * wl-fldmgr.el (toplevel): Ditto.
8585         * wl-folder.el (toplevel): Ditto.
8586         * wl-highlight.el (toplevel): Ditto.
8587         * wl-message.el (toplevel): Ditto.
8588         * wl-mime.el (toplevel): Ditto.
8589         * wl-mule.el (toplevel): Ditto.
8590         * wl-nemacs.el (toplevel): Ditto.
8591         * wl-refile.el (toplevel): Ditto.
8592         * wl-score.el (toplevel): Ditto.
8593         * wl-summary.el (toplevel): Ditto.
8594         * wl-template.el (toplevel): Ditto.
8595         * wl-thread.el (toplevel): Ditto.
8596         * wl-util.el (toplevel): Ditto.
8597         * wl-vars.el (toplevel): Ditto.
8598         * wl-xmas.el (toplevel): Ditto.
8599         * wl.el (toplevel): Ditto.
8600
8601 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8602
8603         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8604         instead of product.
8605
8606         * wl-version.el (wl-version): Compile time evalution elmo-version.
8607
8608 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8609
8610         * wl-summary.el (wl-summary-sync-force-update): Append queue
8611         `mark-as-read'if unplugged.
8612
8613 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8614
8615         * wl-version.el: New file.  Use product.el.
8616         * wl.el: add (require 'wl-version).
8617         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8618         for ~/.folders header.
8619         (wl-fldmgr-folders-header): Changed.
8620         * wl-demo.el (wl-demo): Use product.el.
8621
8622         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8623         wl-version.el.
8624         * wl-util.el (wl-version, wl-version-show): Ditto.
8625
8626         * wl-util.el (wl-generate-user-agent-string,
8627         wl-extended-emacs-version, wl-extended-emacs-version2,
8628         wl-extended-emacs-version3): Move to wl-version.el.
8629         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8630         xemacs-codename, mime-edit-insert-user-agent-field,
8631         mime-edit-user-agent-value, mime-editor/version,
8632         mime-editor/codename): Compile warning killer move to
8633         wl-version.el
8634
8635 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8636
8637         * wl-summary.el (wl-summary-refile-subr): Fix.
8638
8639 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8640
8641         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8642         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8643
8644 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8645
8646         * wl.el (wl-check-environment): Check too many `@'.
8647
8648 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8649
8650         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8651
8652 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8653
8654         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8655         wl-draft-reply-myself-without-argument-list): Add variables.
8656         * wl-draft.el (wl-draft-reply): Use it.
8657
8658 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8659
8660         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8661         the 5th argument of `elmo-network-get-spec'.
8662
8663         * wl-thread.el (wl-thread-reparent-children): New inline function.
8664         (wl-thread-delete-message): Use it.
8665
8666         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8667         (wl-summary-score-update-all-lines): Don't use `dolist'.
8668
8669 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8670
8671         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8672         (require 'elmo-msgdb) for inline function.
8673
8674 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8675
8676         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8677
8678 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8679
8680         * wl-score.el (wl-score-headers): Fix for the confusing macro
8681         `elmo-kill-buffer'.
8682
8683 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8684
8685         * wl-summary.el: Don't use the 3rd argument of `require' because
8686         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8687         * wl-util.el: Ditto.
8688         * wl-draft.el: Ditto.
8689
8690 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8691
8692         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8693         window system is not used.
8694
8695 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8696
8697         * wl-thread.el: Don't use `mapcar' only for iteration.
8698         (wl-thread-resume-entity): Ditto.
8699         (wl-thread-delete-message): Ditto.
8700
8701         * wl-summary.el: Bind `dragdrop-drop-functions',
8702         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8703         of `require' for `timezone', `easymenu' and `ps-print';
8704         don't use `mapcar' only for iteration.
8705
8706         * wl-util.el: Bind `mule-version', `nemacs-version',
8707         `emacs-beta-version', `xemacs-codename',
8708         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8709         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8710         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8711         only for iteration.
8712
8713         * wl-score.el: Don't use `mapcar' only for iteration.
8714         (wl-score-simplify-buffer-fuzzy): Ditto.
8715         (wl-score-simplify-subject): Ditto.
8716         (wl-score-headers): Ditto.
8717         (wl-summary-score-update-all-lines): Ditto.
8718
8719         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8720         `enable-multibyte-characters' and `mule-version'.
8721
8722         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8723         `mapcar' only for iteration.
8724
8725         * wl-demo.el: Don't use `mapcar' only for iteration.
8726
8727         * wl-folder.el: Don't use `mapcar' only for iteration.
8728         (wl-folder-open-all): Ditto.
8729         (wl-folder-count-incorporates): Ditto.
8730
8731         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8732         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8733
8734         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8735         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8736         `smtp-connection-type'; specify 3rd argument of `require' for
8737         `timezone'; don't use `mapcar' only for iteration.
8738         (wl-draft-clone-local-variables): Don't use `mapcar'.
8739         (wl-draft-generate-clone-buffer): Ditto.
8740         (wl-user-agent-compose-internal): Ditto.
8741
8742         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8743
8744         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8745         (wl-save-status): Ditto.
8746
8747         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8748         for iteration.
8749
8750 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8751
8752         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8753         removed `Date'.
8754         (wl-fldmgr-make-filter-default): New user option.
8755
8756         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8757         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8758         (wl-fldmgr-filter-completion-alist): Abolish.
8759
8760         * wl.el (wl): Don't check servers if arg is non-nil.
8761
8762         * wl-draft.el (wl-draft-reply): Set only message-id string to
8763         In-Reply-To field.
8764
8765 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8766
8767         * wl-summary.el (wl-summary-pick): Rewrite.
8768
8769         * wl-draft.el (wl-draft-forward): Get references field from
8770         original buffer.
8771         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8772
8773 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8774
8775         * wl-draft.el (wl-draft-forward): Add references field.
8776
8777 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8778
8779         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8780         (wl-draft-reply): Use it.
8781
8782 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8783
8784         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8785         when Emacs 21 is running.
8786
8787         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8788         bindings.
8789
8790 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8791
8792         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8793         XPM icons transparent.
8794
8795         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8796         Emacs 21.
8797
8798 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8799
8800         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8801         nil.
8802
8803         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8804         when it is persistent.
8805         (wl-summary-sync-marks): Changed argument for
8806         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8807         (wl-summary-virtual): Use `elmo-read-search-condition'.
8808         (wl-summary-redisplay-internal): If folder is local, mark as read
8809         even when folder is plugged.
8810
8811 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8812
8813         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8814         of `tool-bar-lines' in the frame parameters.
8815         (after-make-frame-functions, post-command-hook): Don't modify the
8816         value.
8817         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8818         wl-e21-tool-bar-lines): Removed.
8819
8820 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8821
8822         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8823         properties `evaporate' and `wl-momentary-overlay' as well.
8824         (wl-highlight-summary-displaying): Ditto.
8825         (wl-delete-all-overlays): Don't delete overlay which does not have
8826         a property `wl-momentary-overlay'.
8827
8828         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8829         `display-mouse-p' and `display-graphic-p'.
8830         (wl-folder-init-icons): Don't search for XBM or the other files.
8831         (wl-plugged-set-folder-icon): Make icons if and only if
8832         `display-graphic-p' returns non-nil.
8833         (wl-highlight-plugged-current-line): Use `before-string' overlay
8834         property to show icon images.
8835         (wl-highlight-folder-current-line): Ditto.
8836         (wl-e21-highlight-folder-group-line): Ditto.
8837         (wl-e21-highlight-folder-by-numbers): Ditto.
8838         (wl-e21-insert-image): Removed.
8839         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8840         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8841         said.
8842         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8843         `wl-e21-force-switch-toolbar'.
8844         (wl-e21-make-icon-image): Removed.
8845         (wl-e21-setup-toolbar): Don't search for XBM files.
8846         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8847         the default value.
8848
8849 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8850
8851         * wl-util.el (wl-biff-check-folder-async): Set
8852         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8853
8854 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8855
8856         * wl-e21.el (after-make-frame-functions): Add
8857         `wl-e21-force-switch-toolbar'.
8858         (wl-e21-force-switch-toolbar): New function force to switch the
8859         toolbar appearance automatically.
8860         (post-command-hook): Add `wl-e21-switch-toolbar'.
8861         (wl-e21-switch-toolbar): New function to switch the toolbar
8862         appearance automatically.
8863         (wl-e21-tool-bar-lines): New buffer local variable.
8864
8865 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8866
8867         * wl-util.el (wl-biff-check-folders-running): New variable.
8868         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8869         (wl-biff-check-folder-async-callback):
8870         Set `wl-biff-check-folders-running'.
8871         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8872         with unwind-protect.
8873
8874         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8875         Enclose `wl-folder-auto-check' with unwind-protect.
8876
8877         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8878         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8879
8880         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8881
8882         * wl-util.el (wl-biff-notify): New inline function.
8883         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8884         locally.
8885         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8886         folder-list' is 1.
8887         Use `wl-biff-notify'.
8888         (wl-biff-check-folder-async-callback): New function.
8889         (wl-biff-check-folder-async): Ditto.
8890
8891         * wl-folder.el (wl-folder): Don't check folders.
8892         (wl-folder-auto-check): New function.
8893
8894 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8895
8896         * wl-util.el (wl-biff-start) [Emacs19+]:
8897         Use `timer-next-integral-multiple-of-time'.
8898         (wl-biff-check-folders): Use `wl-default-folder'
8899         if `wl-biff-check-folder-list' is nil.
8900
8901 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8902
8903         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8904         instead of `elmo-delete-lists'.
8905
8906 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8907
8908         * wl.el (wl-plugged-toggle-all): Set the value of
8909         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8910         (wl-plugged-toggle): Ditto.
8911         (wl-toggle-plugged): Ditto.
8912         (wl-plugged-init): Ditto.
8913
8914         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8915         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8916         instead of `wl-biff-state-indicator-off' and
8917         `wl-biff-state-indicator-on'; don't modify the value and the type
8918         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8919         (wl-plugged-init-icons): Set icons data to
8920         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8921         instead of `wl-plug-state-indicator-off' and
8922         `wl-plug-state-indicator-on'; don't modify the value and the type
8923         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8924
8925         * wl-vars.el (wl-modeline-biff-state-off,
8926         wl-modeline-biff-state-on, wl-modeline-biff-status,
8927         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8928         wl-modeline-plug-status): New internal variables.
8929         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8930         wl-biff-check-interval, wl-biff-check-folder-list): Change
8931         customization group from `wl-folder' to `wl-highlight'.
8932         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8933         wl-show-plug-status-on-modeline): Defcustomized.
8934
8935         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8936         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8937         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8938         a flag to `mode-line-buffer-identification'.
8939
8940         * wl-e21.el (wl-biff-init-icons): Set icons data to
8941         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8942         instead of `wl-biff-state-indicator-off' and
8943         `wl-biff-state-indicator-on'.
8944         (wl-plugged-init-icons): Set icons data to
8945         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8946         instead of `wl-plug-state-indicator-off' and
8947         `wl-plug-state-indicator-on'.
8948
8949 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8950
8951         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8952         excessive titles.
8953
8954 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8955
8956         * wl.el (wl-plugged-mode): Use revised
8957         `wl-mode-line-buffer-identification'.
8958         (wl-plugged-init): Don't use `force-mode-line-update'.
8959
8960         * wl-xmas.el (wl-draft-overload-functions): Use revised
8961         `wl-mode-line-buffer-identification'.
8962         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8963         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8964         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8965         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8966         `wl-make-plugged-hook';
8967         add `wl-folder-init-icons' and `wl-setup-folder' to
8968         `wl-folder-mode-hook'.
8969
8970         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8971         19 as well.
8972         (wl-mode-line-display-priority-list): New user option.
8973         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8974         Defcustomized.
8975         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8976         Add docs.
8977
8978         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8979         start.
8980         (wl-mode-line-buffer-identification): Revised as a function.
8981
8982         * wl-summary.el (wl-summary-mode): Use revised
8983         `wl-mode-line-buffer-identification'; don't call
8984         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8985         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8986         `wl-xmas-setup-summary'.
8987
8988         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8989         `wl-mode-line-buffer-identification'.
8990
8991         * wl-mule.el (wl-draft-overload-functions): Use revised
8992         `wl-mode-line-buffer-identification'.
8993
8994         * wl-folder.el (wl-make-plugged-alist): Don't call
8995         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8996         (wl-folder): Don't call `wl-folder-init-icons' directly.
8997         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8998         `wl-xmas-setup-folder' directly;
8999         use revised `wl-mode-line-buffer-identification'.
9000         (TopLevel): Don't bind `wl-biff-init-icons',
9001         `wl-plugged-init-icons', `wl-folder-init-icons',
9002         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9003
9004         * wl-e21.el (wl-draft-overload-functions): Use revised
9005         `wl-mode-line-buffer-identification'.
9006         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9007         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9008         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9009         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9010         `wl-make-plugged-hook';
9011         add `wl-folder-init-icons' and `wl-setup-folder' to
9012         `wl-folder-mode-hook'.
9013
9014 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9015             Katsumi Yamaoka    <yamaoka@jpl.org>
9016
9017         * wl.el (wl): Call `wl-biff-start'.
9018         (wl-exit): Call `wl-biff-stop'.
9019         (wl-plugged-mode): Show biff in modeline.
9020         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9021
9022         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9023         (wl-biff-init-icons): New function.
9024         (wl-plugged-init-icons): Don't make too much keymaps.
9025         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9026
9027         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9028         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9029         variables.
9030         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9031         options.
9032
9033         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9034         wl-biff-start, wl-biff-stop): New functions.
9035         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9036         (wl-biff-timer-name): New variable.
9037
9038         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9039
9040         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9041         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9042
9043         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9044         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9045
9046         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9047         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9048         `wl-folder-init-icons' to `ignore' if they are not available.
9049         (wl-folder-mode): Show biff in modeline.
9050
9051         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9052         (wl-biff-init-icons): New function.
9053         (wl-plugged-init-icons): Don't make too much keymaps.
9054         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9055
9056 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9057
9058         * wl-vars.el (wl-strict-diff-folders): Customization Type
9059         and doc fix.  Define as a list of regular expressions for
9060         folders or nil.
9061         * wl-folder.el (wl-folder-check-one-entity): Use
9062         `wl-string-match-member' instead of `wl-string-member' for
9063         `wl-strict-diff-folders'.
9064
9065 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9066
9067         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9068         (wl-highlight-folder-current-line): Use it; new implementation.
9069         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9070         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9071         `defsubst' instead of `defun'.
9072
9073         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9074         `wl-highlight-group-folder-by-numbers'; made it can also be a
9075         number.  See info for more details.
9076
9077         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9078         running.
9079
9080         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9081         to bind them.
9082
9083         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9084         (wl-highlight-folder-current-line): New implementation.
9085
9086         * wl-highlight.el (wl-highlight-folder-group-line): New
9087         implementation.
9088         (wl-delete-all-overlays): Rewrite as a marco.
9089         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9090
9091         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9092         running.
9093         (wl-folder-*-glyph): No need to bind them.
9094
9095         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9096         `wl-e21-highlight-folder-group-icon'; rewrite.
9097         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9098         `defsubst' instead of `defun'.
9099         (wl-folder-mode-map): Bind it when compiling.
9100
9101 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9102
9103         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9104
9105         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9106
9107 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9108
9109         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9110
9111 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9112
9113         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9114         (wl-highlight-folder-current-line): Use it.
9115
9116         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9117         in `id-name'.
9118
9119 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9120
9121         * wl.el: Require `wl-e21' when Emacs 21 is running.
9122
9123         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9124         default when Emacs 21 is running.
9125         (wl-use-highlight-mouse-line): Ditto.
9126         (wl-on-emacs21): New constant.
9127         (wl-on-emacs20): Removed.
9128
9129         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9130         Emacs 21 is running.
9131
9132         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9133         Emacs 21 is running.
9134
9135         * wl-e21.el: New file.
9136
9137 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9138
9139         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9140         (wl-toggle-plugged): Ditto.
9141         (wl-plugged-toggle): Ditto.
9142         (wl-plugged-toggle-all): Ditto.
9143
9144         * wl-vars.el (wl-plug-state-indicator): Refer
9145         `wl-plug-state-indicator-on' indirectly.
9146
9147 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9148
9149         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9150         Call `wl-folder-confirm-existence'.
9151
9152         * wl-folder.el (wl-folder-confirm-existence): Added optional
9153         argument `force'.
9154
9155 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9156
9157         * wl-summary.el (wl-summary-refile-subr): Assume
9158         `copy-or-refile' as symbol.
9159         (wl-summary-refile): Follow up above change.
9160         (wl-summary-copy): Ditto.  Doc fix.
9161
9162 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9163
9164         * wl-summary.el (wl-summary-pick): Don't bind
9165         `elmo-search-mime-charset'.
9166
9167         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9168         default using old backquote style.
9169         (wl-search-mime-charset): Abolished.
9170
9171         * wl-highlight.el (wl-highlight-headers):
9172         Call `point' after `re-search-forward'(for Nemacs).
9173
9174         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9175         for elmo-imap4.el.
9176
9177 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9178
9179         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9180         `wl-message-ignored-field-list' instead of
9181         `mime-view-ignored-field-list'.
9182
9183         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9184         Add interactive spec.
9185         (wl-folder-goto-bottom-of-current-folder): Ditto.
9186         (wl-folder-mode-map): Bind them.
9187
9188         * wl-vars.el (wl-message-ignored-field-list): New variable.
9189         (wl-message-visible-field-list): New variable.
9190
9191         * wl-mime.el (wl-mime-header-presentation-method): New function.
9192         (wl-mime-setup): Set header-presentation-method.
9193
9194 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9195
9196         * wl-nemacs.el (wl-draft-overload-functions): Set
9197         `mode-line-buffer-identification' instead of using
9198         `wl-make-modeline'.
9199
9200         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9201         instead of using `wl-make-modeline'.
9202
9203         * wl-xmas.el (wl-plugged-init-icons): Set up
9204         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9205         (wl-make-modeline): Abolish.
9206         (wl-draft-overload-functions): Set
9207         `mode-line-buffer-identification' instead of using
9208         `wl-make-modeline'.
9209
9210         * wl-util.el (wl-make-modeline-subr): Abolish.
9211         (wl-mode-line-buffer-identification): New alias.
9212
9213         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9214         (wl-summary-make-modeline): Abolish.
9215         (wl-summary-buffer-set-folder): Set
9216         `wl-summary-buffer-folder-indicator'.
9217         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9218         of using `wl-make-modeline'.
9219         (wl-summary-switch-to-clone-buffer): Don't set
9220         `mode-line-buffer-identification'.
9221         (wl-summary-goto-folder-subr): Ditto.
9222
9223         * wl-mule.el (wl-draft-overload-functions): Set
9224         `mode-line-buffer-identification' instead of using
9225         `wl-make-modeline'.
9226
9227         * wl-folder.el (wl-folder-mode): Set
9228         `mode-line-buffer-identification' instead of using
9229         `wl-make-modeline'.
9230         (wl-folder): Don't set `mode-line-buffer-identification'.
9231
9232 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9233
9234         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9235         instead of `member' for `wl-refile-guess-func-list' look-ups.
9236         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9237
9238 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9239
9240         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9241         `wl-message-button-dispatcher'.
9242
9243         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9244
9245         * wl-message.el (wl-message-button-dispatcher): Use it.
9246
9247         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9248         "In-Reply-To".
9249
9250         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9251         Bind `case-fold-search' to t.
9252
9253 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9254
9255         * wl-xmas.el (wl-message-overload-functions): Initialize
9256         `wl-message-button-map'.
9257
9258         * wl-mule.el (wl-message-overload-functions): Initialize
9259         `wl-message-button-map'.
9260
9261         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9262
9263         * wl-message.el (wl-message-button-map): New keymap.
9264         (wl-message-add-button): New function.
9265         (wl-message-button-dispatcher): New function.
9266         (wl-message-button-refer-article): New function.
9267
9268         * wl-highlight.el
9269         (wl-highlight-message-add-buttons-to-header): New function.
9270         (wl-highlight-headers): Use it.
9271
9272 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9273
9274         * wl-summary.el (wl-summary-default-from): Use
9275         `wl-address-get-petname-1'.
9276         (wl-summary-simple-from): Ditto.
9277
9278         * wl-address.el (wl-address-get-petname-1): New inline function.
9279         (wl-address-get-petname): Use it.
9280
9281 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9282
9283         * wl-summary.el (wl-summary-default-from): Return full-name part
9284         from the address if no petname was found.
9285         (wl-summary-simple-from): Ditto.
9286
9287         * wl-address.el (wl-address-get-petname): Return nil if no petname
9288         associated with the address was found.
9289
9290 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9291
9292         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9293         display is finished.
9294
9295 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9296
9297         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9298         `elmo-folder-exists-p' argument.
9299
9300 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9301
9302         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9303         the folder.
9304
9305 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9306
9307         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9308
9309         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9310         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9311
9312 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9313
9314         * wl-folder.el (wl-folder-create-subr): New function.
9315         (wl-folder-confirm-existence): Use it.
9316         (wl-folder-check-one-entity): Use it.
9317         Check the error symbol is derived from 'elmo-open-error.
9318
9319         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9320         `ignore-error'.
9321
9322 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9323
9324         * wl-util.el (toplevel): Add (eval-when-compile (require
9325         'elmo-util)).  (Maybe `provide' is typo.)
9326
9327 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9328
9329         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9330         (I don't know why this was needed.)
9331
9332         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9333         Follow up changes for stream-type.
9334
9335         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9336         (wl-draft-elmo-nntp-send): Ditto.
9337
9338         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9339         (wl-nntp-posting-stream-type): Ditto.
9340         (wl-pop-before-smtp-ssl): Abolished.
9341         (wl-nntp-posting-ssl): Ditto.
9342
9343         * wl-address.el (wl-address-quote-specials): New function.
9344         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9345
9346         * wl-draft.el (wl-draft-reply): Ditto.
9347
9348 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9349
9350         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9351         use function `wl-string-match-assoc'.
9352
9353 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9354
9355         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9356
9357         * wl-draft.el (wl-draft-deduce-address-list): New function.
9358         (wl-draft-parse-mailbox-list): Ditto.
9359         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9360         instead of `smtp-deduce-address-list'.
9361         (wl-draft-on-field-p): Follow group list.
9362
9363         * wl-address.el (wl-address-concat-token): New function.
9364         (wl-address-string-without-group-list-contents): Ditto.
9365         (wl-complete-field-body): Fixed problem of completion
9366         by japanese petname.
9367         (wl-address-make-completion-list): Rewrite.
9368
9369 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9370
9371         * wl-address.el (wl-address-make-completion-list): Completion by
9372         petname.
9373         (wl-complete-field-body): Likewise.
9374
9375 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9376
9377         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9378         contains invalid address syntax.
9379
9380 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9381
9382         * wl-folder.el (wl-folder-check-entity-async): Use
9383         `elmo-nntp-spec-hostname'.
9384
9385 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9386
9387         * wl-summary.el (wl-summary-msgdb-load-async): Use
9388         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9389
9390 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9391
9392         * wl-draft.el (wl-draft-reply): Set argument
9393         `content-transfer-encoding' as nil.
9394
9395 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9396
9397         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9398         `wl-refile-alist'.
9399
9400 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9401
9402         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9403         (wl-draft-edit-string): Ditto.
9404         (wl-draft-forward): Ditto.
9405         * wl-summary.el (wl-summary-write): Ditto.
9406
9407 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9408
9409         * wl-summary.el (wl-summary-sync-update3): Call
9410         `wl-summary-buffer-number-column-detect'.
9411         (wl-summary-buffer-number-column-detect): Search from point-min.
9412
9413 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9414
9415         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9416         contains an address which is not included in original to or cc.
9417
9418 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9419
9420         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9421         begin-line does not exist.
9422         * wl-message.el (wl-message-uu-substring): Ditto.
9423
9424 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9425
9426         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9427         clear local variables.
9428         (wl-summary-exit): Call `elmo-commit'.
9429         (wl-summary-switch-to-clone-buffer): Call
9430         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9431         (wl-summary-goto-folder-subr): Ditto.
9432
9433         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9434         POP folder.
9435
9436 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9437
9438         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9439         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9440         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9441         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9442         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9443         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9444
9445         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9446
9447 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9448
9449         * wl-summary.el (wl-summary-search-by-subject):
9450         Search parent message from the latest one.
9451
9452 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9453
9454         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9455         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9456
9457         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9458         New user option.
9459
9460         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9461         if elmo-nntp-use-killed-list is nil.
9462         Use `elmo-msgdb-append-to-killed-list'.
9463         (Append numbers confirmed as disappeared to the killed list.)
9464         (wl-summary-confirm-appends): Don't display negative number.
9465
9466 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9467
9468         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9469
9470 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9471
9472         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9473         range is `all'.
9474         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9475         `elmo-list-bigger-diff'.
9476
9477 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9478
9479         * wl-summary.el (wl-summary-buffer-exit-func):
9480         New buffer local variable.
9481         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9482
9483 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9484
9485         * wl-demo.el (wl-demo): Fix the last change.
9486
9487 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9488
9489         * wl-demo.el (wl-demo): Don't use `eval'.
9490
9491 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9492
9493         * wl-summary.el (wl-summary-buffer-thread-modified):
9494         New buffer-local variable.
9495         (wl-summary-set-thread-modified): New function.
9496         (wl-summary-thread-modified-p): New function.
9497         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9498         (wl-summary-yank-saved-message): Use function
9499         `wl-summary-set-thread-modified'
9500         (wl-summary-switch-to-clone-buffer): Add
9501         `wl-summary-buffer-thread-modified'.
9502
9503         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9504         (wl-summary-buffer-mark-saved-hook): Ditto.
9505         * wl-summary.el (wl-summary-msgdb-save): New hook
9506         `wl-summary-buffer-message-saved-hook' and
9507         `wl-summary-buffer-mark-saved-hook'.
9508
9509 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9510
9511         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9512
9513 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9514
9515         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9516         don't hide scroll bars under FSF Emacsen because it may incur an
9517         undesirable redrawing.
9518
9519 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9520
9521         * wl-draft.el (wl-draft-edit-string): Call
9522         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9523
9524 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9525
9526         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9527
9528 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9529
9530         * wl-summary.el (wl-summary-msgdb-load-async): Call
9531         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9532
9533 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9534
9535         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9536         fringes in demo buffer; center bitmap logo correctly even if old
9537         Mule is used.
9538
9539 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9540
9541         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9542
9543         * wl-refile.el (wl-refile-subject-alist): New variable.
9544         (wl-refile-subject-alist-file-name): Ditto.
9545         (wl-refile-alist-setup): Rewrite.
9546         (wl-refile-alist-save): Use `elmo-object-save'.
9547         Eliminated arguments.
9548         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9549         (wl-refile-guess-by-subject): New function.
9550         (wl-refile-guess-func-list): Added it.
9551
9552 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9553
9554         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9555         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9556
9557 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9558
9559         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9560         New buffer-local variable.
9561         (wl-summary-buffer-next-folder-func): Ditto.
9562         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9563         if non-nil.
9564         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9565         if non-nil.
9566         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9567         if non-nil.
9568         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9569         if non-nil.
9570
9571 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9572
9573         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9574         permanently in the demo buffer.
9575
9576 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9577
9578         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9579         `mime-entity-fetch-field'.
9580
9581         * wl.el (wl-exit): Delete plugged buffer.
9582
9583         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9584         XEmacs has menubar feature.
9585
9586 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9587
9588         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9589         cannot arrive at the beginning of the buffer under old Emacsen.
9590
9591 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9592
9593         * wl-address.el (wl-address-ldap-search):
9594         Call `ldap-search-entries' with `withdn' argument t.
9595         (wl-complete-field-body): Bind completion-ignore-case as t.
9596         Clear ldap search hash when it was sole completion.
9597         Use elmo-string for pattern string.
9598         (wl-ldap-alias-safe-string): Eliminated needless let.
9599
9600 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9601
9602         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9603         (wl-ldap-alias-sep): New constant.
9604         (wl-ldap-search-attribute-type-list): Ditto.
9605         (wl-ldap-get-value): New function.
9606         (wl-ldap-make-filter): Ditto.
9607         (wl-ldap-make-matched-value-list): Ditto.
9608         (wl-ldap-alias-safe-string): Ditto.
9609         (wl-ldap-register-dn-string): Ditto.
9610         (wl-address-ldap-search): Rewrite.
9611
9612 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9613
9614         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9615         thread is deleted.
9616         (wl-thread-delete-line-from-buffer): Ditto.
9617         (wl-thread-get-exist-children): New function.
9618
9619 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9620
9621         * wl-demo.el (wl-demo): Made it to select various image types.
9622         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9623         from `wl-title-logo'.
9624         (wl-logo-ascii): New variable.
9625         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9626         (wl-demo-copyright-notice): New constant.
9627
9628         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9629
9630 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9631
9632         * wl-vars.el (wl-summary-target-above): Renamed from
9633         wl-summary-temp-above.
9634         * wl-score.el (wl-score-get-score-alist): Use it.
9635         (wl-summary-score-update-all-lines): Use it.
9636         * wl-summary.el: Ditto. (make-variable-buffer-local).
9637
9638 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9639
9640         * wl-vars.el (wl-ldap-port): New user option.
9641
9642         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9643         Rewite whole implementation.
9644         (wl-complete-field-body): Fixed.
9645
9646 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9647
9648         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9649         Choose implementation at compile time.
9650
9651 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9652
9653         * wl-address.el (wl-ldap-search-internal): New function.
9654         (wl-complete-field-to): Use it.
9655
9656 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9657
9658         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9659         Use `let' instead of `let*'.
9660         Require 'wl-vars.
9661
9662         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9663         Define as defcustom.
9664         (wl-ldap-base): Ditto.
9665         (wl-use-ldap): Ditto.
9666
9667 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9668
9669         * wl-address.el (wl-ldap-search): New function.
9670         (wl-complete-field-body): Use `wl-ldap-search'.
9671         (wl-ldap-server): New variable.
9672         (wl-ldap-base): Ditto.
9673         (wl-use-ldap): Ditto.
9674
9675 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9676
9677         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9678         (Pointed out by Mito <mit@nines.nec.co.jp>).
9679         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9680         buffer-local variables like `wl-summary-redisplay-internal'.
9681         (wl-summary-redisplay-all-header): Likewise.  Update
9682         Summary view too.
9683
9684 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9685
9686         * wl-summary.el (wl-summary-jump-to-parent-message):
9687         Consider prefix argument.
9688
9689         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9690         when closed thread is deleted.
9691
9692 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9693
9694         * wl-summary.el (wl-summary-jump-to-parent-message):
9695         Consider thread modification.
9696
9697 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9698
9699         * wl-message.el (wl-message-normal-get-original-buffer): Use
9700         `save-excursion'.
9701
9702         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9703         (wl-summary-showto-folder-regexp): Ditto.
9704
9705 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9706
9707         * wl-util.el (wl-delete-alist): Doc fix.
9708         (wl-delete-associations): New function.
9709         (wl-inverse-alist): New function.
9710         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9711         Split temporary variables. Use `wl-delete-associations'
9712         and `wl-inverse-alist'.
9713         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9714
9715 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9716
9717         * wl-folder.el (wl-folder-prefetch-entity):
9718         Execute prefetching if new count is unknown.
9719
9720 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9721
9722         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9723
9724         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9725         delete entity.
9726         (wl-thread-set-parent): If insert as top, set linked as nil.
9727
9728         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9729         `wl-thread-cleanup-symbols' when view mode is thread.
9730
9731 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9732
9733         * wl-folder.el (wl-folder-create-folder-entity): Use
9734         with-current-buffer.
9735         (wl-local-folder-init): Call set-buffer to make sure we are in
9736         the Folder buffer. Don't touch buffer-local variables here.
9737         (wl-folder-mode): Initialize buffer-local variables here.
9738
9739         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9740         (wl-folder-entity-assign-id): Ditto.
9741         (wl-folder-create-entity-hashtb): Ditto.
9742         (wl-local-folder-init): Ditto.
9743         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9744
9745 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9746
9747         * wl-summary.el (wl-summary-default-from): Fix probrem when
9748         std11-extract-address-components return (nil "foo@bar").
9749
9750 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9751
9752         * wl-draft.el (wl-draft-clone-local-variables):
9753         Remove redundant `setq'.
9754
9755 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9756
9757         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9758         Bind wl-highlight-x-face-func as nil while highlighting header.
9759
9760 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9761
9762         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9763
9764 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9765
9766         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9767         elmo-msgdb-overview-hashtb from copy-variables.
9768         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9769         instead of `elmo-msgdb-overview-get-entity-by-number'.
9770         (wl-summary-auto-refile): Ditto.
9771
9772         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9773         `elmo-msgdb-overview-get-entity' instead of
9774         `elmo-msgdb-search-overview-entity'.  Use
9775         `elmo-msgdb-overview-get-entity' instead of
9776         `elmo-msgdb-overview-get-entity-by-number'.
9777         (wl-thread-insert-entity-sub): Ditto.
9778         (wl-thread-insert-message): Ditto.
9779
9780         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9781         `elmo-msgdb-overview-get-entity'.
9782         (wl-normal-message-redisplay): Ditto.
9783
9784 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9785
9786         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9787         `wl-thread-entities'.
9788         (wl-thread-delete-message): Fix remove top message from
9789         `wl-thread-entity-list'.
9790
9791         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9792         wl-append(nconc), because update-list is broken on Meadow.
9793
9794         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9795         updating process.
9796         (wl-summary-rescan): Ditto.
9797         (wl-summary-sync-update3): Ditto.
9798         * wl-thread.el (wl-thread-set-parent): Renamed from
9799         `wl-summary-set-parent'.
9800         (wl-thread-insert-message): Updating buffer faster.
9801         (wl-thread-delete-message): Updating buffer faster.
9802
9803         * wl-score.el (wl-summary-score-update-all-lines): Changed
9804         interval for display progress gauge.
9805
9806 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9807
9808         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9809         folder always-sticky.
9810         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9811         defmacro.
9812
9813 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9814
9815         * wl-vars.el (wl-draft-add-references): New user option.
9816
9817         * wl-draft.el (wl-draft-add-references): New function.
9818         (wl-draft-yank-from-mail-reply-buffer): Use it.
9819         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9820         as nil.
9821
9822 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9823
9824         * wl-thread.el (wl-thread-update-line-msgs): Called
9825         `wl-thread-update-line-on-buffer-sub'.
9826         (wl-thread-update-line-on-buffer): Delete routine of inserting
9827         thread.
9828         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9829         moved from `wl-thread-update-line-on-buffer'.
9830         Add threshold for displaying progress gauge.
9831         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9832         argument of `wl-thread-update-line-msgs'.
9833         Add threshold for displaying progress gauge.
9834         * wl-folder.el:
9835         Add threshold for displaying progress gauge.
9836         * wl-score.el: Ditto.
9837
9838         * wl-expire.el (wl-summary-expire): Display deleting info.
9839
9840 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9841
9842         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9843         `no-msg'.
9844         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9845         argument of `wl-thread-update-line-msgs'.
9846         (wl-summary-set-parent): Added optional argument `parent-number'.
9847         (wl-summary-buffer-saved-message): New buffer local variable.
9848         (wl-summary-save-current-message): New command.
9849         (wl-summary-yank-saved-message): Ditto.
9850         (wl-summary-mode-map): Added key binding for
9851         `wl-summary-save-current-message' (\ew) and
9852         `wl-summary-yank-saved-message' (\C-y).
9853         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9854
9855 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9856
9857         * wl-summary.el (wl-summary-mode-map): Added key binding for
9858         `wl-summary-set-parent' (ts).
9859
9860 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9861
9862         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9863         subject faster. If thread number is reverse, delayed updating
9864         thread.
9865         (wl-summary-search-by-subject): Ditto.
9866         (wl-summary-put-alike): Ditto.
9867         (wl-summary-get-alike): Ditto.
9868         (wl-summary-insert-headers): Insert header of all overview in
9869         buffer.
9870         (wl-summary-rescan): Delayed updating thread. Kill search subject
9871         buffer for wl-summary-search-by-subject.
9872         (wl-summary-sync-update3): Ditto.
9873         (wl-summary-exit): Ditto.
9874         (wl-summary-goto-bottom-of-current-thread): Change for linked
9875         thread.
9876         (wl-summary-overview-create-summary-line): Change line for linked
9877         thread.
9878
9879         * wl-summary.el (wl-summary-update-thread): Use
9880         wl-thread-maybe-get-children-num.
9881         (wl-summary-set-parent): If change parent, move sub thread.
9882         (wl-summary-redisplay-internal): Add horizontal recenter.
9883         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9884
9885         * wl-thread.el (wl-thread-entity-get-linked): New function.
9886         (wl-thread-entity-set-linked): New function.
9887         (wl-thread-create-entity): Add linked element.
9888         (wl-thread-entity-insert-as-top): Use wl-append.
9889         (wl-thread-maybe-get-children-num): If closing thread, return
9890         children msgs.
9891         (wl-thread-update-line-msgs): Displaying progress message.
9892         (wl-thread-update-line-on-buffer-sub): Use
9893         wl-thread-maybe-get-children-num.
9894         (wl-thread-update-line-on-buffer): If update line is not exists,
9895         insert thread.
9896         (wl-thread-delete-message): If delete top msg of thread, search
9897         parent by subject.
9898         (wl-thread-insert-entity): Use
9899         wl-thread-maybe-get-children-num.
9900
9901         * wl-highlight.el (wl-highlight-summary-current-line): change
9902         sregexp for linked thread.
9903         * wl-util.el (wl-count-lines): Count lines.
9904         (wl-horizontal-recenter): horizontal recenter.
9905         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9906         (wl-score-get-alike): Ditto.
9907         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9908         (wl-subject-length-limit): New variable.
9909         (wl-highlight-thread-indent-string-regexp): Changed for linked
9910         thread.
9911
9912 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9913
9914         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9915         New variable (revival).
9916         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9917         by subject matching if there's no in-reply-to nor references field
9918         (revival).
9919
9920 \f
9921 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9922
9923         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9924         message.
9925
9926 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9927
9928         * wl-summary.el (wl-summary-reply): Return t if there was a
9929         message at cursor point.
9930         Added unwind-protect.
9931         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9932         returns t.
9933         (wl-summary-cancel-message): Do nothing when there's no message at
9934         cursor point.
9935         (wl-summary-forward): Ditto.
9936         (wl-summary-jump-to-parent-message): Ditto.
9937         (wl-summary-reedit): Ditto.
9938         (wl-summary-edit-addresses): Ditto.
9939         (wl-summary-pipe-message): Ditto.
9940         (wl-summary-print-message-with-ps-print): Ditto.
9941         (wl-summary-print-message): Ditto.
9942         (wl-summary-mark-as-important): Ditto.
9943         (wl-summary-mark-as-unread): Ditto.
9944
9945         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9946         message at cursor point.
9947         (wl-summary-reply-with-citation): Remove unwind-protect.
9948
9949         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9950         subject searching feature.
9951         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9952         Eliminated.
9953
9954 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9955
9956         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9957         New variable.
9958         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9959         by subject matching if there's no in-reply-to nor references field.
9960
9961         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9962
9963         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9964         when display is finished.
9965         (wl-folder-open-all): Ditto.
9966         (wl-folder-update-access-group): Ditto.
9967         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9968         * wl-thread.el (wl-thread-close-all): Ditto.
9969
9970         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9971         progress gauge only when it was displayed.
9972         * wl-folder.el (wl-folder-insert-entity): Ditto.
9973
9974 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9975
9976         * wl-summary.el (wl-summary-incorporate): Enclose
9977         `wl-summary-sync-force-update' with save-excursion.
9978
9979 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9980
9981         * wl-summary.el (wl-summary-prefetch-region):
9982         Pass current cursor point to `pos-visible-in-window-p' after
9983         moving cursor to the started point.
9984
9985 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9986
9987         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9988
9989         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9990         fields from the forwarding message.
9991         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9992         `ignored-fields'.
9993
9994 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9995
9996         * wl-mime.el (wl-message-request-partial):
9997         Eliminated argument `msgdb'.
9998         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9999         (wl-mime-combine-message/partial-pieces): Likewise.
10000         * tm-wl.el (wl-message-request-partial): Likewise.
10001         (wl-mime-combine-message/partial-pieces): Likewise.
10002
10003 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10004
10005         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10006         when display is finished.
10007
10008 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10009
10010         * wl-summary.el (wl-summary-goto-folder-subr):
10011         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10012
10013 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10014
10015         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10016         when cursor point is visible.
10017
10018 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10019
10020         * wl-expire.el (wl-expire-archive-get-max-number):
10021         Don't use `file-name-directory'.
10022
10023 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10024
10025         * wl-expire.el (wl-expire-archive-get-max-number):
10026         Use `file-name-directory'.
10027
10028 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10029
10030         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10031         only when there is progress.
10032
10033 2000-04-13  Mito <mit@nines.nec.co.jp>
10034
10035         * wl-summary.el (wl-summary-sync-marks): Display progress.
10036
10037 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10038
10039         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10040         (wl-summary-prev): Move cursor regardless of unread status.
10041         (wl-summary-next): Ditto.
10042
10043 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10044
10045         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10046         Added argument `target' and `number'.
10047         * tm-wl.el (wl-summary-burst-subr): New function.
10048         (wl-summary-burst): Use it.
10049
10050 2000-04-10  Mito <mit@nines.nec.co.jp>
10051
10052         * wl-mime.el (wl-burst): New function.
10053         (wl-summary-burst): Use it.
10054
10055 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10056
10057         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10058         as petname when there's no candidate.
10059
10060 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10061
10062         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10063         New variable.
10064         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10065
10066         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10067
10068         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10069
10070 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10071
10072         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10073         Use substring of `original' instead of buffer-substring.
10074         (wl-refile-evaluate-rule):
10075         Set `original' argument of wl-refile-expand-newtext.
10076
10077         * wl-summary.el
10078         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10079         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10080         (wl-summary-auto-refile): Check existence of destination folder just
10081         before marking.
10082
10083 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10084
10085         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10086         when wl-refile-get-field-value return nil.
10087
10088 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10089
10090         * wl-refile.el
10091         (wl-refile-expand-newtext): New function imported from Gnus.
10092         (wl-refile-evaluate-rule): Use it.
10093
10094 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10095
10096         * wl-summary.el (wl-summary-print-destination):
10097         Duplicate folder string to avoid putting text-property on
10098         original string.
10099
10100         * wl-refile.el (wl-refile-get-field-value): New function.
10101         (wl-refile-evaluate-rule): New function;
10102         Evaluate refile rule recursively.
10103         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10104         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10105         New function; Check existence of a target folder recursively.
10106         (wl-summary-auto-refile-check-refile-rule-alist):
10107         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10108
10109 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10110
10111         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10112
10113         * wl-folder.el (wl-create-folder-entity-from-buffer):
10114         Fixed problem when '}' character is contained in folder name.
10115
10116         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10117
10118 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10119
10120         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10121         (wl-fldmgr-add-completion-all-completions):
10122         Use wl-fldmgr-add-completion-hashtb.
10123
10124 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10125
10126         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10127         wl-fldmgr-add-completion-subr): New functions.
10128         * wl-folder.el (wl-folder-completion-func): New variable.
10129         * wl-summary.el (wl-summary-read-folder):
10130         Use wl-folder-completion-func.
10131
10132         * wl-refile.el: Eliminate throw & catch.
10133
10134         * wl.el (wl-plugged-sending-queue-status): Fixed.
10135
10136 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10137
10138         * wl-draft.el (wl-draft): Put category property on
10139         mail-header-separator.