Update.
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
2
3         * wl-spam.el (wl-summary-test-spam): Fix typo.
4         (wl-message-check-spam): Ditto.
5
6 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-summary.el (wl-summary-default-from): Simplify.
9
10 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
11
12         * wl-action.el (wl-summary-exec-action-refile): Simplify.
13         (wl-summary-exec-action-copy): Ditto.
14         (wl-summary-auto-refile): Check existence of temporary mark.
15
16 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
17
18         * wl-summary.el (wl-summary-create-line): Use
19         `elmo-time-to-datevec'.
20
21         * wl-expire.el (wl-expire-archive-date): Ditto.
22         (wl-expire-localdir-date): Ditto.
23
24         * wl-util.el (wl-day-number): Abolish.
25
26         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
27         of `wl-day-number'.
28         (wl-score-followup): Ditto.
29         (wl-score-add-followups): Ditto.
30         (wl-score-get-latest-msgs): Ditto.
31         (wl-score-get-header-entry): Ditto.
32         (wl-score-edit-insert-date): Ditto.
33
34 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
35
36         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
37         `elmo-message-entity-field' with 2nd argument `type'.
38
39 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
40
41         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
42
43 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
44
45         * wl-thread.el (wl-thread-delete-message): Delete descendant
46         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
47
48 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
49
50         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
51
52 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
53
54         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
55         `Access folder'.
56
57 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
58
59         * wl-vars.el (wl-access-folder-icon): New user option.
60
61         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
62         `Access folder'.
63
64 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
65
66         * wl-summary.el (wl-summary-buffer-set-folder): Use
67         `wl-folder-mime-charset'.
68
69         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
70         `mime-charset'.
71         (wl-folder-get-elmo-folder): Ditto.
72         (wl-folder-mime-charset): New function.
73
74 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
75
76         * wl-util.el (wl-parse-addresses): Define alias of
77         `elmo-parse-addresses' (move to `elmo-util.el').
78
79         * wl-summary.el (wl-summary-default-from): Follow the API change.
80         (wl-summary-overview-entity-compare-by-date): Ditto.
81         (wl-summary-overview-entity-compare-by-from): Ditto.
82         (wl-summary-get-list-info): Get value of `ml-info' field from
83         entity at first.
84         (wl-summary-rescan-message): Treat prefix argument.
85         (wl-summary-prefetch-msg): Follow the API change.
86         (wl-summary-search-by-subject): Ditto.
87         (wl-summary-insert-thread): Ditto.
88         (wl-summary-line-subject): Ditto.
89         (wl-summary-line-from): Ditto.
90         (wl-summary-create-line): Ditto.
91         (wl-summary-print-message-with-ps-print): Ditto.
92
93         * wl-score.el (wl-score-ov-entity-get): Ditto.
94         (wl-score-followup): Ditto.
95         (wl-score-add-followups): Use `elmo-message-entity-field' instead
96         of `car'.
97         (wl-score-get-latest-msgs): Follow the API change.
98         (wl-score-get-header): Ditto.
99
100         * wl-refile.el (wl-refile-learn): Ditto.
101         (wl-refile-subject-learn): Ditto.
102         (wl-refile-get-field-value): Ditto.
103         (wl-refile-guess-by-history): Ditto.
104         (wl-refile-guess-by-subject): Ditto.
105
106         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
107
108         * wl-expire.el (wl-expire-date-p): Removed.
109         (wl-expire-archive-date): Follow the API change.
110         (wl-expire-localdir-date): Ditto.
111         (wl-summary-expire): Ditto.
112
113         * Version number is increased to 2.15.1.
114
115 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
116
117         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
118         group is access or not (it is not strict, like wl-fldmgr-rename).
119
120 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
121
122         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
123         duplicate call of `wl-summary-print-argument' on the wrong line.
124
125 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
126
127         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
128         even if argument `number' is nil.
129         (wl-summary-insert-line): Print action argument if current message
130         has it.
131
132 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
133
134         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
135         (wl-draft-reply): Ditto.
136         (wl-draft): Add optional argument `parent-number' and call
137         `wl-draft-create-buffer' with it.
138         (wl-draft-create-buffer): Add optional argument
139         `parent-number'. Set wl-draft-parent-number as it.
140
141 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
142
143         * wl-folder.el (wl-folder-set-persistent-mark): If summary
144         buffer is not for given folder, don't use it.
145
146 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
147
148         * Version number is increased to 2.15.0.
149
150 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
151
152         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
153
154         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
155         (wl-highlight-get-face-by-name): New internal function.
156         (wl-highlight-summary-line-face-spec): Use it and fixed.
157
158 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-summary.el (wl-summary-sync-update): Use
161         `elmo-message-entity-field' instead of `car' to get message-id
162         from overview entity.
163
164         * wl-summary.el (wl-summary-rescan-message): Call
165         `wl-highlight-summary-displaying' when displaying a message.
166
167 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
168
169         * wl-draft.el (wl-draft-config-info-filename): Extracted from
170         `wl-draft-config-info-operation'.
171         (wl-draft-buffer-change-number): New function.
172         (wl-draft-rename-saved-config): Ditto.
173         * wl.el (wl-init): Connect slot for message-number-changed.
174         (toplevel): Add autoload for wl-draft-rename-saved-config.
175
176 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
177
178         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
179         `update-overview'
180         (wl-summary-buffer-detach): Disconnect from it.
181         (wl-summary-rescan-message): Use command.
182
183         * wl-message.el (wl-message-buffer-display): Use
184         `with-current-buffer' instead of `save-excursion'.
185
186 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-mime.el (wl-draft-preview-attributes-list): Protect
189         wl-draft-preview-attributes-list from distraction.
190
191 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
192
193         * wl-summary.el (wl-summary-sync-update): Sort the return value of
194         `elmo-list-diff'.
195
196 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * wl-summary.el
199         (wl-summary-edit-addresses-collect-candidate-fields): Use
200         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
201
202         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
203         instead of `elmo-set-work-buf'.
204
205         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
206         (wl-address-make-address-list): Ditto.
207
208         * Version number is increased to 2.13.3.
209
210 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
213         user option.
214
215         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
216         argument `5'.
217
218         * wl-message.el (wl-message-display-no-merge-p): New function.
219         (wl-message-buffer-display): Check whether the message is
220         reassembled and follow the API change.
221
222 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
225         multibyte on working buffer and removed unnecessary
226         `buffer-disable-undo'.
227
228 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-util.el (wl-read-search-condition-internal): Fixed the last
231         change.
232
233 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
234
235         * wl-util.el (wl-read-search-condition-internal): Protect
236         elmo-global-flags from distraction.
237
238 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
239
240         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
241
242         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
243         (wl-summary-event-handler): Ditto.
244         (wl-summary-update-persistent-mark-on-event): New
245         function (renamed from `elmo-event-handler-flag-changed').
246         (wl-summary-buffer-attach): New function.
247         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
248         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
249         instead of `elmo-folder-add-handler'.
250
251         * Version number is increased to 2.13.2.
252
253 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
254
255         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
256         and "\177" to the `wl-news-previous-page'.
257         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
258         (wl-news-previous-page): New function.
259
260 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
261
262         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
263         instead of `write-region' and simplify.
264
265 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
266
267         * wl-template.el (wl-template-select): Cause error if
268         `wl-template-alist' is nil.
269
270 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
271
272         * wl-news.el.in: Set file variable `no-byte-compile'.
273
274 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
277         whether a target message is within displaying area.
278         (elmo-event-handler-cache-changed): Ditto.
279
280 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
281
282         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
283         to `defun'.  Use `nconc' instead of `append' to collect descendant
284         message numbers.
285
286 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
287
288         * wl-thread.el (wl-thread-save-top-list)
289         (wl-thread-save-entities): Use `with-temp-buffer'.
290         * wl-news.el.in (wl-news-previous-version-load):
291         (wl-news-previous-version-save): Ditto.
292         * wl-summary.el (wl-summary-load-file-object)
293         (wl-summary-save-view-cache): Ditto.
294
295 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
296
297         * wl-util.el (toplevel): Require 'elmo-flag'.
298         (wl-read-search-condition): New function (Renamed from
299         `elmo-read-search-condition').
300         (wl-read-search-condition-internal): Likewise.
301
302         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
303         invalid.
304         (wl-summary-pick): Use `wl-read-search-condition' instead of
305         `elmo-read-search-condition'.
306         (wl-summary-virtual): Ditto.
307
308         * wl-folder.el (wl-folder-virtual): Ditto.
309         (wl-folder-pick): Ditto.
310
311         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
312
313 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
314
315         * wl-summary.el (wl-summary-reedit): Call
316         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
317
318 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
319
320         * wl-mime.el (toplevel): Require wl-vars.
321
322         * wl-message.el (toplevel): Require cl at compile.
323
324         * wl-draft.el (toplevel): Require elmo.
325
326 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
327
328         * wl-message.el (wl-message-buffer-prefetch): Count is a number
329         and do nothing when it is not positive.
330         (wl-message-buffer-prefetch-next): Ditto.
331
332 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
333
334         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
335         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
336         (wl-summary-redisplay-internal): Ditto.
337
338         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
339         message (the condition is borrowed from `wl-check-variables-2').
340         (wl-summary-redisplay-internal): Ditto.
341
342 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
343
344         * wl-mime.el (wl-draft-nntp-attribute): New function.
345         (wl-draft-attribute-nntp-posting-server): Use it.
346         (wl-draft-attribute-nntp-posting-port): Ditto.
347
348         * wl-mime.el (wl-draft-preview-attributes-list): New function.
349         (wl-draft-show-attributes-buffer): Ditto.
350         (wl-draft-hide-attributes-buffer): Ditto.
351         (wl-draft-attribute-newsgroups): Ditto.
352         (wl-draft-attribute-nntp-posting-server): Ditto.
353         (wl-draft-attribute-nntp-posting-port): Ditto.
354         (wl-draft-preview-message): Use there functions.
355
356         * wl-vars.el (wl-draft-preview-attributes-list): Change default
357         value.
358
359 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
362         (wl-draft-reedit): Ditto.
363         (wl-draft-queue-flush): Ditto.
364
365         * wl-mime.el (wl-message-request-partial): Ditto.
366         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
367         instead of `elmo-message-fetch'.
368
369         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
370
371         * wl-summary.el (wl-summary-message-string): Ditto.
372
373 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
374
375         * wl-util.el (wl-current-message-buffer): Follow the API change.
376
377         * wl-summary.el (wl-summary-redisplay-internal): Call
378         `wl-summary-mark-as-read' with 2nd argument as nil and update
379         unread count instead of persistent mark.
380
381         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
382         variable.
383         (wl-message-redisplay): Follow the API change.
384         (wl-message-buffer-display): Managed mime-entity directly and
385         return preview buffer only.
386         (wl-message-display-internal): Rewrite.
387         (wl-message-buffer-prefetch-subr): Not save return value of
388         `wl-message-buffer-display'.
389
390         * Version number is increased to 2.13.1.
391
392 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
393
394         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
395         'elmo-multiple-fields-body-list' with boundary specified.
396
397 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
398
399         * wl-vars.el (wl-summary-resend-use-cache): New variable.
400         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
401         cache if `wl-summary-resend-use-cache' is non-nil.
402
403 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
404
405         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
406         (wl-nntp-posting-stream-type): Ditto.
407
408 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
409
410         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
411
412 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
413
414         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
415         message.
416
417 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
420         Abolish.
421         (wl-summary-buffer-persistent-mark-version): New internal
422         variable.
423         (wl-summary-update-mark-and-highlight-window): Check by
424         wl-summary-persistent-mark-invalid-p.
425         (wl-summary-update-status-marks): Ditto.
426         (elmo-event-handler-flag-changed): Rewrite.
427         (elmo-event-handler-cache-changed): Define.
428         (wl-summary-prefetch-msg): Does not update persistent mark here.
429         (wl-summary-delete-cache): Ditto.
430         (wl-summary-resume-cache-status): Ditto.
431         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
432         (wl-summary-persistent-mark-invalid-p): New function.
433         (wl-summary-validate-persistent-mark): Ditto.
434         (wl-summary-validate-persistent-mark-string): Ditto.
435         (wl-summary-invalidate-persistent-mark): Ditto.
436         (wl-summary-update-persistent-mark): Call
437         `wl-summary-validate-persistent-mark'.
438         (wl-summary-create-line): Call
439         `wl-summary-validate-persistent-mark-string'.
440
441         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
442         status as t if cache used.
443
444 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
445
446         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
447         only if the target is group.
448         * wl-folder.el (wl-folder-append-petname): Don't check group name.
449
450 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
453
454 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
455
456         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
457
458         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
459
460 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
461
462         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
463         (Thanks to Yoichi NAKAYAMA).
464
465 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
466
467         * wl-util.el (wl-save-drafts): Restore echo area.
468
469 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
470
471         * Version number is increased to 2.13.0.
472
473         * wl-util.el (wl-biff-check-folder-async): Use
474         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
475
476 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
477
478         * wl-message.el (wl-message-display-internal): Does not put
479         wl-message-display-type property on message buffer.
480         (wl-message-buffer-display-type): New function.
481
482         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
483
484         * wl-summary.el (wl-summary-mode): Use `dolist' to add
485         `wl-summary-buffer-detach'.
486         (wl-summary-message-display-type): Use
487         `wl-summary-buffer-display-type'.
488
489 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
490
491         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
492         buffer-local.
493
494         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
495         kill-buffer-hook instead of make-local-variable.
496         (wl-draft-preview-message): Set `local' argument of add-hook as t.
497
498 2004-12-12  Scott Renfro <scott@renfro.org>
499
500         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
501         regex for square-branket.
502
503 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
506         `wl-message-mime-analysis-p' with argument `header'.
507
508 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
509
510         * wl-mime.el (wl-draft-yank-current-message-entity): 
511         Switch to no-mime following method according to wl-message-display-type
512         property.
513         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
514
515         * wl-message.el (wl-message-display-internal): 
516         Put wl-message-display-type property on message buffer.
517
518         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
519         (wl-message-display-internal): Ditto;
520
521         * wl-summary.el (wl-summary-toggle-mime): Ditto.
522
523 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
524
525         * wl-message.el (wl-message-make-display-type): New function.
526         (wl-message-display-type-property): Ditto.
527         (wl-message-mime-analysys-p): Ditto.
528         (wl-message-display-all-header-p): Ditto.
529         (wl-message-redisplay): Removed argument `as-is', `all-header' and
530         added `display-type'.
531         (wl-message-buffer-display): Likewise.
532         (wl-message-display-internal): Likewise.
533         (wl-message-buffer-display-type): Abolish.
534         (wl-message-buffer-prefetch-subr): Follow the API changed.
535
536         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
537         from wl-summary-buffer-display-all-header and changed default value.
538         (wl-summary-message-display-type): New function.
539         (wl-summary-buffer-display-mime-mode): Ditto.
540         (wl-summary-buffer-display-header-mode): Ditto.
541         (wl-summary-toggle-mime): Rewrite with above functions.
542         (wl-summary-toggle-all-header): Ditto.
543         (wl-summary-redisplay): Force redisplay with default mode.
544         (wl-summary-redisplay-internal): Renamed argument from `mode',
545         `all-header' to `mime-mode', `header-mode'.
546         Use `wl-message-make-display-type'.
547
548         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
549         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
550
551 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
552
553         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
554
555 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
556
557         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
558         in original message buffer.
559         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
560         buffer.
561
562 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
563
564         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
565
566 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
569
570 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
571
572         * wl-action.el (wl-summary-exec-action-refile): Display a done message
573         when actions succeeded.
574         (wl-summary-exec-action-copy): Likewise.
575
576 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
577
578         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
579         there is switch-to-buffer at the end of wl-message-select-buffer.
580         (wl-summary-reply): Ditto.
581
582 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
583
584         * wl-summary.el (wl-summary-forward): Put subject in original
585         message buffer as argument of wl-draft-forward.
586         * wl-draft.el (wl-draft-forward): Decode subject as in
587         wl-draft-reply.
588
589 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
590
591         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
592         a folder under access group.
593
594 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
595
596         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
597         wl-message-buffer-display.
598
599         * wl-util.el (wl-set-save-drafts): Fix typo.
600
601 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
604         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
605         wl-highlight-logo-face to set the bg color of an xbm image; fixed
606         the way to measure the width of a bitmap image; don't put face on
607         ascii and bitmap images; put the mark which should not use the
608         variable-pitch face on ascii and bitmap images.
609         (wl-demo-setup-properties): Don't use the variable-pitch face on
610         ascii and bitmap images; made it work on Emacs 20 and earlier.
611         (wl-demo-insert-text): End with a newline at the bottom; don't put
612         face on text.
613
614         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
615
616 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
617
618         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
619
620         * wl-util.el (wl-save-drafts): Moved from sample setting.
621         (wl-set-save-drafts): New function to set idle timer.
622         * wl-draft.el (wl-draft): Call it.
623         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
624
625 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
626
627         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
628         a summary which has toggle display status off.
629
630 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-draft.el (wl-draft-do-fcc): No cache save.
633
634 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-summary.el (elmo-event-handler-flag-changed): Use
637         `set-buffer' instead of `with-current-buffer'.
638
639 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
640
641         * wl-summary.el (wl-summary-after-resize-function): New function.
642         (wl-summary-mode): Add `wl-summary-after-resize-function' to
643         window-size-change-functions.
644
645 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-draft.el (wl-draft-create-buffer): Bind
648         `change-major-mode-hook' after current buffer is changed.
649
650         * wl-summary.el (wl-summary-buffer-detach): New function.
651         (wl-summary-buffer-set-folder): Call it.
652         (wl-summary-mode): Add `wl-summary-buffer-detach' to
653         change-major-mode-hook and kill-buffer-hook.
654         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
655         (wl-summary-switch-to-clone-buffer): Ditto.
656         (wl-summary-goto-folder-subr): Ditto.
657
658 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
659
660         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
661         after boundp check.
662
663 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
664
665         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
666         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
667         for `kill-buffer'.
668
669         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
670         handler of current buffer from elmo-folder.
671
672 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
673
674         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
675
676 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-summary.el (wl-summary-buffer-event-handler): New internal
679         variable.
680         (wl-summary-event-handler): New class.
681         (elmo-event-handler-flag-changed): Define to update persistent
682         mark.
683         (wl-summary-buffer-set-folder): Register event handler to
684         elmo-folder.
685         (wl-summary-exit): Unregister event handler.
686         (wl-summary-goto-folder-subr): Ditto.
687         (wl-summary-mark-as-read-all): Does not call
688         `wl-summary-update-persistent-mark' directly.
689         (wl-summary-mark-as-read-internal): Ditto.
690         (wl-summary-set-persistent-mark-internal): Ditto.
691         (wl-summary-set-flags-internal): Ditto.
692
693         * Version number is increased to 2.11.33.
694
695 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
696
697         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
698         to nil.
699
700 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * wl-spam.el (wl-spam-setup): Add hook
703         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
704         instead of `wl-summary-prepare-hook'.
705
706         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
707         if folder type is `'flag'.
708         (wl-summary-mark-as-important): Ditto.
709
710 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
711
712         * wl-address.el (wl-address-minibuffer-history): New variable.
713         (wl-address-minibuffer-local-map): New keymap.
714         (wl-address-read-from-minibuffer): New function.
715
716         * wl-action.el (wl-summary-get-resend-address): Use
717         `wl-address-read-from-minibuffer' instead of `completing-read'.
718
719 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
720
721         * Version number is increased to 2.11.32.
722
723 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
724
725         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
726         without mule to iso-8859-1.
727         (wl-draft-add-in-reply-to): Add note in description.
728         (wl-draft-add-references): Ditto.
729
730 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
731
732         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
733         definition for `m'.
734         (wl-summary-mode-line-format): Add '[%m]'.
735         (wl-message-mode-line-format-spec-alist): Ditto.
736         (wl-summary-display-mime-mode-list): New variable.
737
738         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
739         from wl-summary-buffer-display-as-is.
740         (wl-summary-buffer-display-all-header): New buffer local variable.
741         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
742         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
743         instead of wl-summary-buffer-display-as-is.
744         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
745         (wl-summary-set-persistent-mark): Ditto.
746         (wl-summary-set-message-buffer-or-redisplay): Just call
747         `wl-summary-redisplay-internal' without optional arguments.
748         (wl-summary-toggle-mime): Rewrite.
749         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
750         (wl-summary-toggle-all-header): New function.
751         (wl-summary-redisplay-internal): Treat mime mode.
752
753         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
754         to wl-mime-preview-follow-no-mime.
755         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
756         accodring to the display-mode.
757
758         * wl-message.el (wl-message-buffer-display-type): Rewrite.
759         (wl-message-buffer-display): Changed argument name from `as-is' to
760         `mode'.
761         (wl-message-display-internal): Ditto;
762         Bind elmo-mime-display-header-analysis according to the mode.
763         (wl-message-display-internal): Put wl-message-display-mime-mode
764         property on entire buffer.
765
766 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
767
768         * wl-draft.el (wl-draft-do-fcc): Undo last change.
769
770 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
771
772         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
773         Don't extract mail address.
774         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
775
776         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
777
778         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
779
780 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
781
782         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
783         wl-fldmgr-cut-entity-list on confirmation.
784
785 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
786
787         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
788         (wl-mime-quit-preview): Check existence of
789         mime-edit-temp-message-buffer here.
790
791 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
792
793         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
794         after deletion.
795
796         * wl-draft.el (wl-draft-send-confirm): Check major-mode
797         before calling wl-mime-quit-preview.
798
799 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
800
801         * wl-summary.el (wl-summary-pick): If call it with prefix
802         argument, set `delete-marks' as non-nil. Pick from only visible
803         messages.
804         (wl-summary-check-target-mark): New function.
805         (wl-summary-target-mark-mark-as-read): Use it.
806         (wl-summary-target-mark-mark-as-unread): Ditto.
807         (wl-summary-target-mark-operation): Ditto.
808         (wl-summary-target-mark-set-flags): Ditto.
809         (wl-summary-target-mark-save): Ditto.
810         (wl-summary-target-mark-pick): Ditto.
811         (wl-summary-target-mark-forward): Ditto.
812         (wl-summary-target-mark-reply-with-citation): Ditto.
813         (wl-summary-target-mark-print): Ditto.
814         (wl-summary-target-mark-uudecode): Ditto.
815
816         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
817         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
818         with `ask-coding' is non-nil.
819
820 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
821
822         * wl-thread.el (wl-thread-set-parent): If parent is a message
823         which is identified by references, set linked as nil.
824
825 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
826
827         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
828         (wl-message-mode-line-format-spec-alist): Ditto.
829         (wl-message-mode-line-format): Ditto.
830         (wl-summary-mode-line-format): Ditto for docstring.
831         (wl-summary-no-mime-folder-list): Fix typo.
832
833         * wl-util.el (wl-current-message-buffer): Call
834         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
835
836         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
837         variable.
838         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
839         of `wl-summary-redisplay-no-mime'.
840         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
841         (wl-summary-toggle-mime): New function.
842         (wl-summary-redisplay-all-header): Rewrite.
843         (wl-summary-redisplay-no-mime): Ditto.
844         (wl-summary-redisplay-internal): Added argument `as-is' and
845         `all-header'.
846
847         * wl-refile.el (wl-refile-default-from-folder-path-separator):
848         New variable.
849         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
850         bottom.
851         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
852         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
853         "/" unconditionally.
854
855         * wl-mime.el (wl-draft-yank-current-message-entity): Use
856         wl-mime-preview-follow-no-mime for as-is content.
857         (wl-mime-preview-follow-no-mime): New function.
858         (wl-mime-preview-follow-current-region): Fixed parenthesis.
859
860         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
861         and added `as-is', `all-header'.
862         (wl-message-buffer-display): Ditto.
863         (wl-message-buffer-display-type): New function.
864
865 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
866
867         * wl-vars.el (wl-message-header-button-alist): Change default
868         value.
869         (wl-message-body-button-alist): Ditto.
870
871 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
872
873         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
874
875 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
878
879 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
880
881         * wl-summary.el (wl-summary-sync-marks): Remove condition which
882         is always true.
883
884 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
885
886         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
887         on null entity.
888
889 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
890
891         * wl-vars.el (wl-draft-reply-default-position): Fix range.
892
893 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * wl-vars.el (wl-summary-resend-hook): New hook.
896
897         * wl-action.el (wl-summary-exec-action-resend-subr): Run
898         `wl-summary-resend-hook'.
899
900 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
901
902         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
903         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
904         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
905         (wl-summary-new-cached-mark): Changed default value to 'n'.
906         (wl-summary-unread-cached-mark): Changed default value to 'u'.
907         (wl-summary-answered-cached-mark): Changed default value to 'a'.
908         (wl-folder-sync-range-alist): Remove spec for 'flag.
909         (wl-summary-force-prefetch-folder-list): New user option.
910
911         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
912         `wl-summary-toggle-persistent-mark'.
913         (wl-summary-update-mark-and-highlight-window): Don't highlight when
914         number is nil.
915         (wl-summary-mark-as-answered-region): Set interactive argument of
916         `wl-summary-set-persistent-mark-internal'.
917         (wl-summary-mark-as-important-region): Ditto.
918         (wl-summary-unset-persistent-mark): Ditto.
919         (wl-summary-set-persistent-mark): Ditto.
920         (wl-summary-mark-as-answered): Ditto.
921         (wl-summary-mark-as-important): Ditto.
922         (wl-summary-set-persistent-mark-internal): Do nothing
923         when `elmo-message-flag-available-p' is nil.
924         (wl-summary-toggle-persistent-mark): New function.
925         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
926         when the folder matches `wl-summary-force-prefetch-folder-list'.
927
928
929         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
930         when number is nil.
931         (wl-highlight-summary-forwarded-face): New face.
932
933 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
934
935         * Version number is increased to 2.11.31.
936
937 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
938
939         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
940         (wl-biff-check-folder-async): Ditto.
941         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
942
943 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
944
945         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
946         Add an argument `reverse'.  All callers are updated.
947         (wl-summary-sort): Add a prefix argument `reverse' to specify
948         reverse sorting.
949         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
950         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
951         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
952
953 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
954
955         * wl-message.el (wl-message-redisplay): Does not narrow header if
956         disply-type is all-header or as-is.
957
958         * wl-summary.el (wl-summary-enter-handler): Use
959         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
960
961 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
962
963         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
964         after adding wl-draft-parent-variables.
965         (wl-draft-forward): Ditto.
966
967 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * wl-summary.el (wl-summary-sync-marks): Call
970         `wl-summary-set-persistent-mark' and
971         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
972         (wl-summary-set-persistent-mark-internal): Add 4th argument
973         `no-server'.
974         (wl-summary-unset-persistent-mark): Ditto.
975         (wl-summary-set-persistent-mark): Ditto.
976         (wl-summary-add-flags-internal): Abolish.
977         (wl-summary-remove-flags-internal): Ditto.
978         (wl-summary-mark-as-important-internal): Ditto.
979         (wl-summary-mark-as-important): Use
980         `wl-summary-set-persistent-mark' instead of
981         `wl-summary-add-flags-internal'.
982         (wl-summary-mark-as-important-region): Ditto.
983
984         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
985
986         * wl-summary.el (wl-summary-get-available-flags): New function.
987         (wl-summary-sync-marks): Use it and simplified.
988         (wl-summary-unset-persistent-mark): Use
989         `wl-summary-get-available-flags'.
990         (wl-summary-set-persistent-mark): Ditto.
991
992 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
993
994         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
995         id.
996
997 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
998
999         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1000         number, call `wl-summary-prev-line-content'. Show message when the
1001         message is not found.
1002
1003 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1004
1005         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1006         wl-summary-enter-handler.
1007         (wl-summary-enter-handler): New command.
1008
1009         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1010         docstring and custom spec.
1011
1012         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1013         flags too; Don't treat Cached and New.
1014         (wl-summary-set-persistent-mark): Ditto.
1015
1016         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1017         `wl-folder-set-flag'.
1018
1019         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1020         instead of `wl-folder-set-flag'.
1021
1022         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1023         for completion.
1024         (wl-summary-set-persistent-mark): Ditto.
1025
1026         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1027         instead of `wl-draft-quit-preview'.
1028
1029         * wl-mime.el (toplevel): Avoid compile warning.
1030         (wl-mime-quit-preview): New function
1031         (formarly defined as `wl-draft-quit-preview').
1032         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1033         quitting method.
1034
1035         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1036
1037         * wl-folder.el (wl-folder-set-flag): Renamed from
1038         `wl-draft-set-flag-on-parent'.
1039
1040         * wl-draft.el (wl-draft-quit-preview): New function.
1041         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1042         (wl-draft-send): Call `wl-folder-set-flag' instead of
1043         `wl-draft-set-flag-on-parent'.
1044         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1045
1046 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1047
1048         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1049         (wl-draft-send): Ditto.
1050
1051 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1052
1053         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1054         (wl-draft-kill-pre-hook): Set default value as nil.
1055         (wl-summary-reply-hook): Ditto.
1056         (wl-draft-kill-flags): Abolish.
1057
1058         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1059         (wl-draft-parent-variables): Renamed from
1060         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1061         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1062         argument; Add wl-draft-parent-variables to
1063         wl-draft-config-variables.
1064         (wl-draft-reply): Likewise.
1065         (wl-draft-kill-flags): Abolish.
1066         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1067         (wl-draft-set-flag-on-parent): New function.
1068         (wl-draft-setup-parent-flag): Ditto.
1069
1070 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1071
1072         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1073         `wl-draft-parent-folder' is "".
1074
1075 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1076
1077         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1078         (wl-summary-digit-jump): New function.
1079         (Adviced by John Owens and Hiroya Murata)
1080
1081         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1082         (Adviced by John Owens)
1083
1084         * wl-xmas.el (wl-message-define-keymap): Ditto.
1085
1086         * wl-mule.el (wl-message-define-keymap): Ditto.
1087
1088 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1089
1090         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1091         change of return value of elmo-folder-count-flags.
1092
1093         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1094         (wl-summary-mark-as-read-internal): Ditto.
1095         (wl-summary-set-persistent-mark-internal): Ditto.
1096         (wl-summary-folder-info-update): Ditto.
1097         (wl-summary-sync-update): Fixed the last change.
1098
1099         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1100
1101 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1102
1103         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1104         (wl-draft-kill-flags): Fixed docstring.
1105
1106         * wl-draft.el (wl-draft-kill-flags): New function.
1107         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1108
1109 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1110
1111         * wl-vars.el (wl-reply-hook): Abolish.
1112         (wl-draft-reply-hook): New hook.
1113         (wl-summary-reply-hook): Ditto.
1114         (wl-draft-forward-hook): Ditto.
1115         (wl-summary-forward-hook): Ditto.
1116         (wl-draft-kill-flags): New variable.
1117
1118         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1119         wl-summary-set-persistent-mark-internal.
1120         (wl-summary-sync-marks): Use elmo-preserved-flags.
1121         (wl-summary-update-persistent-mark): Make it interactive.
1122         (wl-summary-set-persistent-mark-internal): New inline function.
1123         (wl-summary-mark-as-answered): Use it.
1124         (wl-summary-mark-as-unanswered): Ditto.
1125         (wl-summary-unset-persistent-mark): New function.
1126         (wl-summary-set-persistent-mark): Ditto.
1127         (wl-summary-reply): Don't set answered flag;
1128         Run wl-summary-reply-hook instead.
1129         (wl-summary-forward): Call wl-draft-forward with number.
1130         Run wl-summary-forward-hook.
1131
1132         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1133         (wl-highlight-summary-line-face-spec): Use it as a default
1134         persistent mark face.
1135
1136         * wl-draft.el (wl-draft-forward): Added optional argument number;
1137         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1138         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1139         (wl-draft-kill): Use wl-draft-kill-flags.
1140
1141         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1142
1143         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1144         of return value of elmo-folder-count-flags.
1145
1146         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1147
1148         * wl-summary.el (wl-summary-count-unread): Ditto.
1149         (wl-summary-sync-update): Follow the change above.
1150         (wl-summary-force-prefetch): New function.
1151
1152 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1153
1154         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1155         variable `buf' with `let' instead of `setq'.
1156
1157 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1158
1159         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1160         add Content-Disposition heaeder on the deleted part.
1161
1162 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1163
1164         * wl-draft.el (wl-draft-save): Encode address list under edit by
1165         `eword-encode-unstructured-field-body'.
1166
1167         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1168
1169 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1170
1171         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1172         wl-current-summary-buffer.
1173
1174 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1175
1176         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1177         `numbers' is ignored.
1178
1179 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1180
1181         * wl-folder.el (wl-folder-open-folder): Avoid error.
1182         Reported by John Owens, [wl-en:815]
1183
1184         * wl.el (wl): Set timer for biff process even if prefix argument
1185         is given or auto-checking is quitted.
1186
1187         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1188         immediately.
1189         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1190         (wl-toggle-plugged): Ditto.
1191
1192         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1193         * wl-util.el (wl-biff-start): Use idle timer if
1194         `wl-biff-use-idle-timer' is non-nil.
1195
1196 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1197
1198         * wl-highlight.el (wl-highlight-message): Fix description.
1199
1200 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1201
1202         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1203         tty.
1204
1205 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1206
1207         * wl-action.el (wl-summary-exec): Print failure count.
1208
1209 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1210
1211         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1212         to `defun', remove interactive form.
1213         Set elmo-message-fetch-confirm when force-reload is non-nil.
1214
1215 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1216
1217         * wl-summary.el (toplevel): Removed unnecessary autoload.
1218
1219 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1220
1221         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1222         the buffer is generated from another message buffer.
1223
1224 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1225
1226         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1227         extracted from `wl-fldmgr-save-folders'.
1228         (wl-fldmgr-delete): Call it after deletion.
1229
1230 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1231
1232         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1233         multi-tty support.
1234
1235 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1236
1237         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1238
1239 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1240
1241         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1242         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1243
1244 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1245
1246         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1247         unsubscribe list only if argument CLEAR is nil.
1248
1249 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1250
1251         * wl-draft.el (wl-draft-reply): Decode subject before removing
1252         Re: prefix.
1253
1254 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1255
1256         * wl-summary.el (wl-summary-sort-by-size): New command.
1257
1258 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * wl-summary.el (wl-summary-number-list-from-region): New
1261         function.
1262         (wl-summary-mark-as-read-region): Use it.
1263         (wl-summary-mark-as-unread-region): Ditto.
1264         (wl-summary-set-flags-region): Ditto and add optional argument
1265         remove.
1266         (wl-summary-mark-as-answered-region): Ditto.
1267         (wl-summary-mark-as-important-region): Ditto.
1268         (wl-summary-target-mark-mark-as-important): Added optional
1269         argument remove.
1270         (wl-summary-target-mark-mark-as-answered): Ditto.
1271         (wl-summary-target-mark-set-flags): Ditto.
1272
1273 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1274
1275         * wl-summary.el (wl-summary-set-flags-region): Call
1276         `wl-summary-set-flags-internal' with number list instead of call
1277         one by each message.
1278         (wl-summary-target-mark-set-flags): Likewise.
1279
1280 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1281
1282         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1283         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1284         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1285         (wl-summary-target-mark-mark-as-answered): Likewise.
1286
1287 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1288
1289         * wl-summary.el (wl-summary-target-mark-forward): Use
1290         `wl-summary-delete-all-target-marks' instead of
1291         `wl-summary-delete-all-temp-marks'.
1292         (wl-summary-target-mark-reply-with-citation): Ditto.
1293         (wl-summary-target-mark-uudecode): Ditto.
1294         (wl-summary-target-mark-set-flags): Ditto and remove needless
1295         cursor move.
1296
1297 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1298
1299         * wl-summary.el (wl-summary-target-mark-forward): Protect
1300         wl-summary-buffer-target-mark-list from nreverse.
1301         (wl-summary-target-mark-reply-with-citation): Ditto.
1302
1303 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1304
1305         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1306         `elmo-display-progress-threshold'.
1307
1308 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1309
1310         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1311         check `wl-summary-highlight'.
1312         (wl-summary-window-scroll-functions): Respect value of
1313         `wl-summary-highlight'.
1314         (wl-summary-sync-update): Run hooks
1315         `wl-summary-buffer-window-scroll-functions' at any time.
1316
1317 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1318
1319         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1320         from `wl-summary-cleanup-temp-marks'.
1321         (wl-summary-cleanup-temp-marks): Abolish argument.
1322         * wl.el (wl-save-status): Revert previous change.
1323         (wl-execute-temp-marks): New function, call
1324         `wl-summary-exec-with-confirmation'.
1325         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1326         (wl-folder-save-and-exec-marks): Abolished.
1327
1328 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1329
1330         * wl-e21.el (wl-e21-display-image-p): Respect
1331         `wl-highlight-folder-with-icon'.
1332         (wl-e21-highlight-folder-group-line): Highlight mouse line
1333         even if wl-e21-display-image-p is nil.
1334
1335         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1336         Respect value of `wl-summary-highlight'.
1337
1338         * wl.el (wl-save-status): Remove unused variable.
1339
1340         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1341         (wl-folder-mode-map): Bind it to "x".
1342
1343 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1344
1345         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1346
1347         * wl-thread.el (wl-thread-get-parent-list): Don't check
1348         disconnected ancestors, neglecting needless work in
1349         `wl-thread-update-indent-string-thread'.
1350
1351         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1352         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1353         argument, add argument default-keep to keep marks by default.
1354
1355         * Version number is increased to 2.11.30.
1356
1357         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1358         customization type and docstring.
1359         (wl-draft-reply-without-argument-list): Ditto.
1360
1361 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1362
1363         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1364
1365         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1366
1367 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1368
1369         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1370
1371 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1372
1373         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1374         save-excursion so as not to include run-hooks.
1375
1376 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1377
1378         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1379         Clarify that marks are going to be cleared.
1380
1381 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1382
1383         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1384         according to 3rd element of wl-summary-flag-mark.
1385
1386         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1387
1388 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1389
1390         * wl-action.el (wl-summary-target-mark-all): Don't set
1391         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1392
1393 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1394
1395         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1396         (wl-forward-subject-prefix): Ditto.
1397         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1398         (wl-draft-reply-make-subject): Ditto.
1399
1400         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1401         `wl-draft-forward'.
1402         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1403
1404 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1405
1406         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1407         target message does not exist.
1408
1409 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1410
1411         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1412         `wl-subject-prefix-regexp'.
1413         (wl-subject-forward-prefix-regexp): New variable.
1414         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1415         `wl-draft-strip-subject-re' and take regexp as argument.
1416         (wl-draft-forward): Use it.
1417         (wl-draft-reply): Ditto.
1418
1419 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1420
1421         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1422         emacs multi-tty support.
1423
1424 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1425
1426         * wl-e21.el (wl-e21-display-image-p): Don't call
1427         `display-images-p'.
1428         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1429         support.
1430         (wl-highlight-folder-current-line): Ditto.
1431         (wl-folder-init-icons): Ditto.
1432
1433 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1434
1435         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1436         the last line of summary in unplugged mode.
1437
1438 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1439
1440         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1441
1442 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1443
1444         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1445         * wl-address.el (wl-address-user-mail-address-p): Use it.
1446         (wl-address-delete-user-mail-addresses): Ditto.
1447         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1448
1449         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1450         (wl-address-delete-user-mail-addresses): Ditto.
1451
1452         * wl-address.el (wl-address-delete-user-mail-addresses): New
1453         function.
1454         * wl-refile.el (wl-refile-guess-by-history): Use it.
1455         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1456         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1457
1458         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1459         use wl-address-user-mail-address-p.
1460
1461 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1462
1463         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1464         after opening group.
1465
1466 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1467
1468         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1469         of elmo-set-buffer-multibyte.
1470
1471         * wl-message.el (wl-original-message-mode): Ditto.
1472
1473         * wl-score.el (wl-score-insert-header): Ditto.
1474
1475         * wl-summary.el
1476         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1477         (wl-summary-goto-folder-subr): Ditto.
1478         (wl-summary-insert-headers): Ditto.
1479
1480         * wl-util.el (wl-set-string-width): Ditto.
1481
1482         * Version number is increased to 2.11.29.
1483
1484 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1485
1486         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1487         (wl-highlight-summary-line-help-echo-alist): New variable.
1488         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1489         into `wl-highlight-summary-line-help-echo' and
1490         `wl-highlight-flag-folder-help-echo'.
1491         (wl-highlight-summary-line-string): Change accordingly.
1492         (wl-highlight-summary-current-line): Ditto.
1493
1494 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1495
1496         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1497         at the beginning of field body (Thanks to Markus Knittig).
1498
1499         * wl-draft.el (wl-draft-insert-current-message): Also check
1500         summary buffer, remove unnecessary tag.
1501
1502 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1503
1504         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1505         when wl-message-buffer is nil.
1506
1507         * wl-folder.el (wl-folder): Abolish unused argument.
1508         Call wl-folder-init when wl-folder-entity is nil.
1509         * wl.el (wl): Change accordingly.
1510
1511 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1512
1513         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1514         multibyte string before insert into draft buffer.
1515         (wl-draft-create-buffer): Always enable multibyte characters for
1516         draft buffer.
1517
1518         * Version number is increased to 2.11.28.
1519
1520 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1521
1522         * wl-folder.el (wl-folder-open-close): Handle blank line.
1523         (wl-folder-jump-to-current-entity): Ditto.
1524
1525 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1526
1527         * Version number is increased to 2.11.27.
1528
1529 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1530
1531         * wl-thread.el (wl-thread-insert-message): When the thread is
1532         devided by wl-summary-max-thread-depth, insert line at the end of
1533         buffer.
1534
1535 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1536
1537         * Version number is increased to 2.11.26.
1538
1539 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1540
1541         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1542
1543 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1544
1545         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1546         value of stream-type and session.
1547
1548 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1549
1550         * Version number is increased to 2.11.25.
1551
1552 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1553
1554         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1555         in a quit message.
1556
1557 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1558
1559         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1560         (wl-summary-redisplay-no-mime-internal): Ditto.
1561
1562 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1563
1564         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1565         * wl-vars.el (wl-smtp-connection-type): Ditto.
1566
1567 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1568
1569         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1570         for the separator line and quote mail-header-separator.
1571
1572 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1573
1574         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1575         result message.
1576
1577         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1578         `elmo-multiple-fields-body-list' with boundary as
1579         mail-header-separator.
1580
1581 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1582
1583         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1584
1585 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1586
1587         * wl-util.el (wl-list-diff): Remove unused function.
1588
1589         * wl-draft.el (wl-draft-send-confirm): Discard input before
1590         confirmation.
1591
1592 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1593
1594         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1595         order of flag and new.
1596
1597 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1598
1599         * wl-vars.el (wl-refile-policy-alist): Abolished.
1600
1601         * wl-action.el (wl-summary-set-action-refile): Follow the change
1602         above.
1603
1604 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * wl-highlight.el (wl-highlight-signature-search): Don't use
1607         re-search-backward for a long word since it is possible to crash
1608         XEmacs because of a bug.
1609
1610 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1611
1612         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1613
1614 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1615
1616         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1617         argument for wl-summary-sync-force-update.
1618
1619 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1620
1621         * wl-summary.el (wl-summary-mode-map): Revival of
1622         wl-summary-mark-as-important related bindings;
1623         Bind 'F','tF','mF','rF','m&'.
1624         (wl-summary-mark-as-important-region): Revival.
1625         (wl-summary-target-mark-mark-as-important): Ditto.
1626         (wl-summary-target-mark-operation): New function.
1627         (wl-summary-target-mark-mark-as-answered): Use it.
1628         (wl-summary-decide-flag): Don't set Important as default.
1629         (wl-summary-mark-as-important-internal): Revival.
1630         (wl-summary-mark-as-important): Ditto.
1631
1632         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1633
1634         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1635         instead of facep.
1636
1637 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1638
1639         * wl-dnd.el (wl-dnd-drop-func): Fix.
1640
1641         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1642         mouse-set-point instead of posn-point.
1643
1644         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1645
1646         * wl-mule.el (wl-completing-read-multiple): Ditto.
1647
1648 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1649
1650         * wl-demo.el (face-background-name): Defalias to avoid compile
1651         warning.
1652
1653 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1654
1655         * wl-summary.el (wl-summary-decide-flag): Use
1656         wl-completing-read-multiple instead of completing-read-multiple.
1657
1658         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1659         New alias.
1660
1661         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1662         Use face-background-name instead of face-background.
1663
1664         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1665
1666         * wl-summary.el (wl-summary-save): Use it.
1667         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1668
1669         * wl-mime.el (wl-mime-save-content): Fix last change.
1670
1671 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1672
1673         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1674         New function.
1675         (wl-summary-sort-specs): Added sort.
1676         * wl-mime.el (wl-mime-save-content): Expand file name.
1677
1678 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1679
1680         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1681
1682         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1683
1684 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1685
1686         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1687         for flag if it is not defined.
1688
1689 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1690
1691         * wl-e21.el (wl-highlight-folder-current-line): Use
1692         elmo-folder-type-internal when elmo-folder-type returns nil.
1693
1694         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1695
1696         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1697
1698         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1699
1700         * wl-e21.el (wl-summary-toolbar): Ditto.
1701
1702         * wl-vars.el (wl-demo-background-color): Abolished.
1703         (wl-summary-persistent-mark-priority-list): Renamed from
1704         wl-summary-flag-priority-list.
1705         (wl-summary-flag-alist): New user option.
1706         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1707         (wl-message-mode-line-format-spec-alist): Added 'F'.
1708         (wl-message-mode-line-format): Likewise.
1709         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1710         instead of wl-summary-important-mark.
1711         (wl-file-folder-icon): New variable.
1712
1713         * wl-thread.el (wl-thread-set-flags): Renamed from
1714         wl-thread-mark-as-important.
1715
1716         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1717         warning.
1718         (wl-summary-mode-menu-spec): Follow the change of 
1719         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1720         (wl-summary-mode-map): Follow the change of
1721         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1722         (wl-summary-detect-mark-position): Follow the variable name change.
1723         (wl-summary-set-flags-region): New function for the replacement of
1724         wl-summary-mark-as-important-region.
1725         (wl-summary-sync-marks): Sync all global-flags.
1726         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1727         instead of elmo-message-flagged-p.
1728         (wl-summary-persistent-mark-string): Follow the variable name change;
1729         Put wl-summary-flag-mark if the message has global-flag.
1730         (wl-summary-target-mark-set-flags): Renamed from 
1731         wl-summary-target-mark-mark-as-important.
1732         (wl-summary-decide-flag): New function.
1733         (wl-summary-set-flags-internal): Renamed from
1734         wl-summary-mark-as-important-internal.
1735         (wl-summary-add-flags-internal): New function.
1736         (wl-summary-remove-flags-internal): Ditto.
1737         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1738         (wl-summary-mark-as-unimportant): Abolish.
1739         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1740         (wl-summary-next-message): List flagged messages in the msgdb.
1741
1742         * wl-score.el (wl-summary-score-update-all-lines): Use
1743         wl-summary-add-flags-internal instead of 
1744
1745         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1746
1747         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1748         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1749         (wl-message-buffer-require-all-header): Renamed from
1750         wl-message-buffer-all-header-flag (Ditto).
1751         (wl-message-buffer-flag-indicator): New variable.
1752         (wl-message-redisplay): Changed local varibale name from `flag' to
1753         `display-type'; Set up wl-message-buffer-flag-indicator.
1754         (wl-message-buffer-display): Changed varibale name from `flag' to
1755         `display-type'.
1756         (wl-message-display-internal): Likewise.
1757
1758         * wl-highlight.el (wl-highlight-demo-face): Define default background
1759         color.
1760         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1761
1762         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1763
1764         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1765         (wl-demo-setup-properties): Renamed from
1766         `wl-demo-set-background-color'.
1767         (wl-demo): Follow the change above.
1768         
1769         * Version number is increased to 2.11.24.
1770
1771 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1772
1773         * wl-summary.el (wl-summary-toggle-thread): Call
1774         `wl-summary-rescan' with disable-thread as non-nil.
1775         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1776
1777 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1778
1779         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1780         foreground property of the face.
1781         (wl-demo-insert-text): Don't set up face property here.
1782         (wl-demo): Call wl-demo-set-background-color, anyway.
1783
1784 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1785
1786         * wl-vars.el (wl-demo-background-color): The value can be nil.
1787
1788 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1789
1790         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1791         to wl-summary-wheel-dispatcher.
1792
1793         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1794         wl-message-wheel-dispatcher.
1795         (wl-message-wheel-dispatcher): New function.
1796         (wl-summary-wheel-dispatcher): Ditto.
1797
1798 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1799
1800         * wl-action.el (wl-summary-target-mark-all): List messages which are
1801         not in the killed-list.
1802
1803         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1804         only when the folder is 'flag/important.
1805
1806         * wl-address.el (wl-complete-field-body): Complete if the last
1807         character is a space.
1808
1809 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1810
1811         * wl-folder.el (wl-folder-clear-entity-info): Use
1812         elmo-clear-hash-val.
1813
1814         * wl-fldmgr.el (wl-fldmgr-rename): Set
1815         wl-folder-info-alist-modified as t.
1816
1817 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1818
1819         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1820
1821 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1822
1823         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1824         (wl-folder-buffer-last-visited-entity-id): New buffer local
1825         variable.
1826         (wl-folder-revisit-last-visited-folder): New function.
1827         (wl-folder-mode-map): Bind it to "C-i".
1828         (wl-folder-set-current-entity-id): Set last visited folder.
1829         * wl-summary.el (wl-summary-exit): Ditto.
1830
1831 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1834         before calling `recenter' in order to cope with an XEmacs bug.
1835
1836 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1837
1838         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1839         to the default value.
1840
1841 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1842
1843         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1844         change.
1845         (wl-summary-sync-marks): Ditto.
1846         (wl-summary-mark-as-read-internal): Ditto.
1847         (wl-summary-mark-as-answered-internal): Ditto.
1848         (wl-summary-mark-as-important-internal): Ditto.
1849         (wl-summary-reply): Ditto.
1850
1851         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1852         instead of `elmo-folder-unflag-answered'.
1853
1854         * Version number is increased to 2.11.23.
1855
1856         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1857         the last change.
1858
1859 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1860
1861         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1862         Specify "spam" or "good".
1863
1864 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1865
1866         * wl-spam.el (wl-summary-exec-action-spam): Call
1867         wl-folder-confirm-existence for spam folder.
1868         (wl-spam-setup): Bind "mk".
1869
1870 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1871
1872         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1873
1874 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1875
1876         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1877         destination folder is empty.
1878
1879 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1880
1881         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1882         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1883
1884         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1885         (wl-summary-refile-prev-destination-region): New function.
1886         (wl-thread-refile-prev-destination): Ditto.
1887         (wl-summary-target-mark-refile-prev-destination): Ditto.
1888
1889 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1890
1891         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1892         (wl-demo-background-color): Changed default value.
1893
1894         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1895         color.
1896
1897         * wl-demo.el (wl-demo-set-background-color): New function.
1898         (wl-demo): Call it.
1899
1900 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1901
1902         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1903         * wl-address.el (wl-address-add-or-change): Don't add empty
1904         address.
1905
1906 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1907
1908         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1909
1910 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1911
1912         * wl-vars.el (wl-demo-image-filter-alist): New variable
1913         (wl-demo-background-color): Ditto.
1914
1915         * wl-demo.el (wl-demo-xpm-set-background): New function.
1916         (wl-demo-image-filter): Ditto.
1917         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1918
1919         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1920
1921         * wl-demo.el (wl-demo-icon-name): Define as function.
1922         (wl-demo-insert-image): Use it.
1923
1924 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1925
1926         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1927
1928 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1929
1930         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1931
1932 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1933
1934         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1935
1936 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1937
1938         * wl-thread.el (wl-thread-mark-as-answered): New function.
1939
1940         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1941         answered" entry.
1942         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1943         "r&" and wl-thread-mark-as-answered to "t&".
1944         (wl-summary-mark-as-important-region): Refine to toggle mark.
1945         (wl-summary-mark-as-answered-region): New function.
1946         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1947         and 3rd argument.
1948         (wl-summary-mark-as-important-internal): Likewise.
1949
1950 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1951
1952         * wl-template.el (wl-template-preview): New internal variable.
1953         (wl-template-preview-p): New function.
1954         (wl-template-show): Bind `wl-template-preview' as t.
1955
1956 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1957
1958         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1959         `elmo-message-entity-field' with 3rd argument which is non-nil.
1960
1961 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1962
1963         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1964         Removed duplicate local bind `folder'.
1965
1966 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1967
1968         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1969
1970 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1973         duplicate definition.
1974
1975 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1976
1977         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1978         non-nil, use it; Don't fetch message if there's no message in the
1979         current cursor position.
1980
1981 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1982
1983         * wl-util.el (wl-region-exists-p): Use region-active-p.
1984         (wl-deactivate-region): New function.
1985         * wl-message.el (wl-message-redisplay): Deactivate region.
1986
1987         * wl-summary.el (wl-summary-reply): Call
1988         `wl-summary-set-message-buffer-or-redisplay' instead of
1989         `wl-summary-redisplay-internal', don't move point.
1990
1991 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1992
1993         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1994         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1995         by regexp.
1996
1997 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1998
1999         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2000         if no need.
2001
2002 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2003
2004         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2005         default value to nil.
2006         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2007         `wl-summary-prepare-hook'; Replace refile action to
2008         `wl-summary-exec-action-refile-with-register'.
2009
2010         * Version number is increased to 2.11.22.
2011
2012 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2013
2014         * wl-summary.el (wl-summary-detect-mark-position): Set
2015         `wl-summary-buffer-weekday-name-lang'.
2016
2017 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2018
2019         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2020         (wl-summary-mark-as-read-all): Ditto.
2021         (wl-summary-delete-messages-on-buffer): Ditto.
2022         (wl-summary-sync-update): Ditto.
2023         (wl-summary-mark-as-read-internal): Ditto.
2024         (wl-summary-mark-as-answered-internal): Ditto.
2025         (wl-summary-update-folder-info): Abolished.
2026
2027 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2028
2029         * wl-summary.el (wl-summary-mark-as-read-all): Use
2030         `wl-summary-update-folder-info' instead of
2031         `wl-folder-update-unread'.
2032
2033 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2034
2035         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2036         `wl-summary-folder-info-update'.
2037         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2038         instead of `wl-summary-folder-info-update'.
2039         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2040         `wl-folder-set-folder-updated'.
2041         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2042         instead of `wl-folder-update-unread'.
2043         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2044         the value of `wl-summary-buffer-unread-count' for the second parameter of
2045         `wl-folder-update-unread'.
2046
2047         * Version number is increased to 2.11.21.
2048
2049 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2050
2051         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2052         a local variable.
2053
2054 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2055
2056         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2057         interactively.
2058
2059         * wl-summary.el (wl-summary-mark-as-important-internal): New
2060         internal function.
2061         (wl-summary-mark-as-important): Use it.
2062         (wl-summary-mark-as-unimportant): New function.
2063         (wl-summary-sync-marks): Follow the API change.
2064
2065         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2066
2067         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2068
2069 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2070
2071         * wl-folder.el (wl-folder-update-unread): Re-indent.
2072         Narrow the scope of a local variable.
2073
2074 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2075
2076         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2077         (wl-addrmgr-merge-entries): Ditto.
2078         (wl-addrmgr): Added to address entry which exists in draft buffer
2079         if no entry is in original.
2080
2081 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2082
2083         * wl-batch.el: New file.
2084
2085 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2086
2087         * wl-vars.el (wl-use-semi): Remove unused variable.
2088
2089 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2090
2091         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2092         "?".
2093
2094 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2095
2096         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2097         wl-summary-new-mark.
2098         (wl-summary-new-cached-mark): New user option.
2099         (wl-summary-score-marks): Follow the change above.
2100         (wl-summary-auto-refile-skip-marks): Ditto.
2101         (wl-summary-incorporate-marks): Ditto.
2102         (wl-summary-expire-reserve-marks): Ditto.
2103
2104         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2105
2106         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2107         (wl-summary-persistent-mark-string): Distinguished between cached
2108         and uncached mark when the message is new.
2109
2110 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2111
2112         * wl-spam.el (wl-spam-domain): Renamed from
2113         `wl-spam-folder-guess-domain'.
2114         (wl-summary-exec-action-spam): Register as spam if domain of the
2115         source folder is good.
2116         (wl-summary-exec-action-refile-with-register): Register message if
2117         domain of the source folder is not undecided.
2118
2119 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2120
2121         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2122         detect thread loop.
2123
2124 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2125
2126         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2127         and wl-summary-skip-mark-list.
2128
2129 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2130
2131         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2132
2133         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2134
2135         * wl-spam.el (toplevel): Require wl-highlight.
2136         (wl-spam-auto-check-policy-alist): Abolish.
2137         (wl-spam-auto-check-folder-regexp-list): New user option.
2138         (wl-spam-auto-check-marks): Ditto.
2139         (wl-spam-mark-action-list): Ditto.
2140         (wl-highlight-summary-spam-face): New face.
2141         (wl-spam-auto-check-message-p): New function.
2142         (wl-spam-map-spam-messages): Fixed message.
2143         (wl-spam-register-spam-messages): Ditto.
2144         (wl-spam-register-good-messages): Ditto.
2145         (wl-summary-spam-map): Add and remove keybind.
2146         (wl-summary-target-mark-spam): Abolish.
2147         (wl-summary-refile-spam): Ditto.
2148         (wl-summary-test-spam): New function.
2149         (wl-summary-mark-spam): Ditto.
2150         (wl-summary-auto-check-spam): Follow the above change.
2151         (wl-summary-exec-action-spam): New function.
2152         (wl-summary-exec-action-refile-with-register): Fixed message.
2153         (wl-message-check-spam): New function.
2154         (wl-spam-setup): Ditto.
2155         (toplevel): Call it if this file is loaded interactivity.
2156
2157         * Version number is increased to 2.11.20.
2158
2159 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2160
2161         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2162         when new optional argument `force' is non nil or modified.
2163
2164 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2165
2166         * wl.el (toplevel): Require wl-spam when compile.
2167         (wl-save-status): Call wl-spam-save-status.
2168
2169         * wl-spam.el (wl-spam-register-spam-messages): New function.
2170         (wl-spam-register-good-messages): Ditto.
2171         (wl-spam-save-status): Ditto.
2172         (wl-summary-mode-map): Bind
2173         wl-summary-target-mark-register-as-spam to "ms" and
2174         wl-summary-target-mark-register-as-good to "mn".
2175         (wl-summary-register-as-spam): Abolish optional argument; Use
2176         wl-spam-register-spam-messages.
2177         (wl-summary-register-as-spam-all): Use
2178         wl-spam-register-spam-messages.
2179         (wl-summary-register-as-good): Abolish optional argument; Use
2180         wl-spam-register-good-messages.
2181         (wl-summary-register-as-good-all): Use
2182         wl-spam-register-good-messages.
2183         (wl-summary-target-mark-register-as-spam): New funtion.
2184         (wl-summary-target-mark-register-as-good): Ditto.
2185
2186 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2187
2188         * wl-spam.el: New file.
2189
2190 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2191
2192         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2193
2194         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2195         (wl-summary-auto-refile): Call wl-refile-guess with
2196         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2197
2198 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2199
2200         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2201         with disable-thread argument non-nil.
2202
2203 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2204
2205         * wl-summary.el (wl-summary-rescan): Added optional argument
2206         disable-thread.
2207         (wl-summary-sync): Call wl-summary-rescan with argument
2208         disable-thread.
2209         (wl-summary-input-range): Added new range `rescan-thread'.
2210
2211 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2212
2213         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2214
2215 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2216
2217         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2218         internal variable.
2219         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2220         wl-summary-search-parent-by-subject-regexp and
2221         wl-summary-divide-thread-when-subject-changed as nil.
2222         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2223         (wl-summary-insert-thread): Search parent entity from
2224         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2225         thread loop.
2226
2227 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2228
2229         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2230
2231         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2232
2233         * wl-util.el (wl-require-update-all-folder-p): New function.
2234         (wl-get-assoc-list-value): Added `function' to match directive.
2235         (wl-collect-draft): Rewrite.
2236
2237         * wl-summary.el (wl-summary-sync-update): Clear faces
2238         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2239         are non-nil.
2240         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2241         argument as function.
2242         (wl-summary-input-range): Ditto.
2243
2244         * wl-folder.el (wl-draft-get-folder): New function.
2245         (wl-folder-get-elmo-folder): Consider draft folder.
2246
2247         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2248         (wl-draft-buffer-message-number): New buffer local variable.
2249         (wl-draft-folder-internal): New internal variable.
2250         (wl-draft-delete): Rewrite.
2251         (wl-draft-save): Ditto.
2252         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2253         wl-folder-get-elmo-folder.
2254         (wl-draft-config-info-operation): Ditto.
2255         (wl-jump-to-draft-folder): Ditto.
2256         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2257         (wl-draft-reedit): Rewrite.
2258
2259         * Version number is increased to 2.11.19.
2260         
2261 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2262
2263         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2264         variable.
2265
2266 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2267
2268         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2269         Use ignore-errors instead of unwind-protect.
2270
2271 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2272
2273         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2274         for updating `wl-thread-entity-list'.
2275
2276 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2277
2278         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2279         parameter from calling `wl-thread-entity-get-older-brothers' and
2280         `wl-thread-entity-get-younger-brothers'.
2281         Replace nested `append' with a single one.
2282
2283 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2284
2285         * wl-summary.el (wl-summary-mode): Don't use the return value of
2286         `make-local-hook'.
2287
2288 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2289
2290         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2291         instead of `let*'.
2292         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2293         of local variables.
2294
2295 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2296
2297         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2298         Renamed from wl-summary-window-scroll-functions.
2299         (wl-summary-window-scroll-functions): Don't set to variable.
2300         (wl-summary-display-top): Use run-hooks.
2301         (wl-summary-display-bottom): Ditto.
2302         (wl-summary-toggle-disp-msg): Ditto.
2303         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2304         Use it instead of wl-summary-window-scroll-functions.
2305         (wl-summary-goto-folder-subr): Don't call
2306         wl-summary-window-scroll-functions, use
2307         wl-summary-buffer-window-scroll-functions instead.
2308
2309 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2310
2311         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2312         make-local-variable.
2313
2314 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2315
2316         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2317         set-buffer-modified-p.
2318         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2319         (wl-summary-display-bottom): Ditto.
2320         (wl-summary-toggle-disp-msg): Ditto.
2321
2322 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2325
2326         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2327         (wl-summary-forward): Use elmo-message-entity-field instead of
2328         elmo-message-field.
2329
2330         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2331
2332 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-summary.el (wl-summary-window-scroll-functions): No use
2335         `append'.
2336
2337 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2338
2339         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2340         function.
2341         (wl-summary-window-scroll-functions): Call it when both
2342         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2343         (wl-summary-temp-mark): Added optional argument number.
2344         (wl-summary-message-mark): Added optional argument flag.
2345         (wl-summary-persistent-mark): Added optional argument number and flag.
2346         (wl-summary-update-persistent-mark): Ditto.
2347         (wl-summary-update-status-marks): Set "r" for interactive spec.
2348
2349         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2350         argument number and flag.
2351
2352         * wl-action.el (wl-summary-registered-temp-mark): 
2353         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2354
2355 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2356
2357         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2358         internal variable (buffer local).
2359         (wl-summary-window-scroll-functions): New function.
2360         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2361         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2362         as nil.
2363         (wl-summary-update-status-marks): Added arguments beg, end and
2364         check.
2365         (wl-summary-update-mark-window): Use function.
2366         (wl-summary-sync-update): Follow the change above.
2367         (wl-summary-switch-to-clone-buffer): Copy
2368         wl-summary-buffer-unsync-mark-number-list.
2369         (wl-summary-goto-folder-subr): Set
2370         wl-summary-buffer-unsync-mark-number-list and
2371         use wl-summary-window-scroll-functions instead of
2372         wl-summary-lazy-highlight.
2373
2374         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2375
2376 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2377
2378         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2379
2380         * wl-summary.el (wl-summary-update-persistent-mark): Call
2381         wl-summary-set-message-modified.
2382
2383         * wl-summary.el (wl-summary-sync-update): Don't call
2384         wl-summary-update-status-marks.
2385
2386         * Version number is increased to 2.11.18.
2387
2388 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2389
2390         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2391         (wl-message-next-page): Ditto.
2392
2393 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2394
2395         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2396         local variable.  Change the order of a collected list into the
2397         same as the specified range.  Remove nil from a collected list.
2398
2399 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2400
2401         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2402         argument for elmo-folder-list-messages.
2403
2404 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2405
2406         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2407         change (wl-summary-count-unreads return a list instead of a cons
2408         cell).
2409
2410 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2411
2412         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2413         `wl-summary-folder-info-update'.
2414
2415 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2416
2417         * wl-summary.el (wl-summary-set-message-modified): No use
2418         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2419         (wl-summary-set-mark-modified): Abolish.
2420         (wl-summary-mark-modified-p): Ditto.
2421         (wl-summary-save-view): Follow the change above.
2422
2423         * wl-expire.el (wl-summary-expire): Likewise.
2424
2425 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2426
2427         * wl-summary.el (wl-summary-detect-mark-position): Use
2428         modb-entity-handler.
2429         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2430
2431         * Version number is increased to 2.11.17.
2432
2433 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2434
2435         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2436         entity field value.
2437         (wl-summary-prefetch-msg): Ditto.
2438         (wl-summary-print-message-with-ps-print): Ditto.
2439
2440 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2441
2442         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2443         for dummy entity.
2444         (wl-summary-insert-thread): Use elmo-message-entity-field.
2445         (wl-summary-update-thread): Use elmo-message-entity-field and
2446         elmo-message-entity-number.
2447         (wl-summary-line-number):  Use elmo-message-entity-number.
2448         (wl-summary-line-size): Use elmo-message-entity-field.
2449         (wl-summary-line-subject): Ditto.
2450         (wl-summary-line-from): Ditto.
2451         (wl-summary-line-attached): Ditto.
2452         (wl-summary-create-line): Ditto.
2453         (wl-summary-create-line): Use elmo-message-entity-number.
2454         (wl-summary-print-message-with-ps-print): Use
2455         elmo-message-entity-field.
2456
2457 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2458
2459         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2460         change in elmo-msgdb-make-message-entity.
2461         (wl-summary-buffer-set-folder): Don't call
2462         wl-summary-detect-mark-position here.
2463         (wl-summary-rescan): Call elmo-message-entity-number.
2464         (wl-summary-sync-update): Ditto.
2465         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2466
2467         * wl-score.el (wl-score-header-index): Redefine 2th element.
2468         (wl-score-overview-entity-get-extra): Abolish.
2469         (wl-score-ov-entity-get): Rewrite.
2470         (wl-score-string-index<, wl-score-string-func<): Abolish.
2471         (wl-score-string<): New function.
2472         (wl-score-string-sort): Use it.
2473
2474         * wl-refile.el (wl-refile-guess-by-history): Use
2475         elmo-message-entity-field.
2476         (wl-refile-guess-by-from): Ditto.
2477         (wl-refile-guess-by-msgid): Ditto.
2478
2479         * Version number is increased to 2.11.16.
2480
2481 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2482
2483         * wl-folder.el (wl-folder-confirm-existence): Don't call
2484         file-exists-p if msgdb-path is nil.
2485         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2486         `wl-read-folder-hist' to `wl-read-folder-history'.
2487
2488 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2489
2490         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2491         `y-or-n-p'.
2492
2493 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2494
2495         * wl-score.el (wl-score-headers): Don't use
2496         elmo-folder-do-each-message-entity.
2497
2498         * Version number is increased to 2.11.15.
2499
2500 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2501
2502         * wl-summary.el (wl-summary-delete-all-msgs): Use
2503         elmo-folder-move-messages instead of elmo-folder-delete-messages
2504         and elmo-folder-detach-messages.
2505         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2506
2507         * wl-expire.el (wl-expire-delete): Ditto.
2508         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2509
2510 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2511
2512         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2513         (wl-message-header-narrowing-fields): Ditto.
2514         (wl-message-header-narrowing-lines): Ditto.
2515         (wl-message-header-narrowing-string): Ditto.
2516
2517         * wl-summary.el (wl-summary-mode-map): Bind
2518         wl-summary-toggle-header-narrowing to "C-cC-f".
2519         (wl-summary-toggle-header-narrowing): New function.
2520
2521         * wl-message.el (wl-message-buffer-create): Call
2522         wl-message-header-narrowing-setup.
2523         (wl-message-redisplay): Call wl-message-header-narrowing.
2524         (wl-message-header-narrowing): New function.
2525         (wl-message-header-narrowing-map): New keymap.
2526         (wl-message-header-narrowing-widen-map): New keymap.
2527         (wl-message-header-narrowing-again-at-mouse): New function.
2528         (wl-message-header-narrowing-1): Ditto.
2529         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2530         (wl-message-header-narrowing-setup): Ditto.
2531         (wl-message-header-narrowing-toggle): Ditto.
2532         
2533         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2534
2535         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2536         'flag as all.
2537         (wl-use-flag-folder-help-echo): New user option.
2538
2539         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2540         wl-summary-highlight as nil.
2541         (wl-summary-set-mark-modified): Follow the API change.
2542         (wl-summary-mark-modified-p): Ditto.
2543         (wl-summary-mark-as-read-all): Ditto.
2544         (wl-summary-sync-marks): Don't call
2545         elmo-folder-list-messages-with-global-mark.
2546         (wl-summary-mark-as-read-internal): Follow the API change.
2547         (wl-summary-mark-as-answered-internal): Ditto.
2548         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2549         Follow the API change.
2550         (wl-summary-create-line): Call with number argument.
2551         (wl-summary-reply): Follow the API change.
2552
2553         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2554         function.
2555         (wl-highlight-summary-line-string): Call it when
2556         wl-use-flag-folder-help-echo is non-nil.
2557         (wl-highlight-summary-current-line): Ditto.
2558         (elmo-flag-folder-referrer): Added autoload setting.
2559
2560         * wl-draft.el (wl-draft-kill): Follow the API change.
2561
2562         * Version number is increased to 2.11.14.
2563         
2564 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2565
2566         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2567
2568 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2569
2570         * Version number is increased to 2.11.13.
2571
2572 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2573
2574         * wl-draft.el (wl-draft-previous-history-element): Fixed
2575         unbalanced parenthesis and bind unbound local variables.
2576
2577 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2578
2579         * wl-draft.el (wl-draft-previous-history-element): New function.
2580         (wl-draft-next-history-element): Ditto.
2581         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2582         them to M-p and M-n.
2583
2584 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2585
2586         * Version number is increased to 2.11.12.
2587
2588 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2589
2590         * wl-draft.el (wl-draft-hide): Select buffer-window.
2591
2592 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2593
2594         * wl-summary.el (wl-summary-narrow-to-region): New function.
2595         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2596         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2597         (wl-summary-save-region): Use it.
2598         * wl-action.el (wl-summary-collect-numbers-region)
2599         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2600
2601 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2602
2603         * wl-folder.el (wl-folder-count-incorporates): Don't use
2604         `elmo-msgdb-mark-load'
2605
2606         * Version number is increased to 2.11.11.
2607
2608 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2609
2610         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2611         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2612
2613 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2614
2615         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2616
2617 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2618
2619         * Version number is increased to 2.11.10.
2620
2621 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2622
2623         * wl-mime.el (wl-draft-attribute-value): Fixed.
2624
2625 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2626
2627         * wl-util.el (wl-copy-local-variables): New function.
2628
2629         * wl-mime.el (wl-draft-attribute-recipients): New function.
2630         (wl-draft-attribute-envelope-from): Ditto.
2631         (wl-draft-attribute-smtp-posting-server): Ditto.
2632         (wl-draft-attribute-smtp-posting-port): Ditto.
2633         (wl-draft-attribute-value): Ditto.
2634         (wl-draft-preview-message): Use it to get value for
2635         attributes. Reflect result of `wl-draft-config'.
2636
2637         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2638         and call `wl-summary-mark-as-read' before to call
2639         `wl-summary-unset-mark'.
2640         (wl-summary-target-mark-mark-as-unread): Likewise.
2641         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2642
2643 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2644
2645         * wl-mime.el (wl-draft-preview-message): Use actual value for
2646         attributes; Fix for small window.
2647
2648 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2649
2650         * wl-refile.el (wl-refile-get-field-value): Call
2651         `elmo-message-entity-field' with 3rd argument is non-nil.
2652
2653 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2654
2655         * wl-vars.el (wl-draft-preview-attributes): New user option.
2656         (wl-draft-preview-attributes-list): Ditto.
2657         (wl-draft-preview-attributes-buffer-lines): Ditto.
2658         (wl-draft-preview-attributes-buffer-name): Ditto.
2659
2660         * wl-mime.el (wl-draft-preview-message): Display attributes.
2661
2662 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2663
2664         * wl-summary.el (wl-summary-detect-mark-position): Bind
2665         wl-summary-flag-priority-list to '(new).
2666
2667 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2668
2669         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2670         funtion.
2671         (wl-highlight-summary-line-string): Use it.
2672         (wl-highlight-summary-current-line): Ditto.
2673
2674 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2675
2676         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2677         line even when the mark string is not changed.
2678
2679         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2680         argument change in the wl-summary-create-line.
2681         (wl-thread-insert-entity-sub): Ditto.
2682
2683         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2684         argument change in the wl-summary-create-line.
2685         (wl-summary-insert-sequential): Ditto.
2686         (wl-summary-update-thread): Ditto.
2687         (wl-summary-persistent-mark-string): New inline function.
2688         (wl-summary-message-mark): Use it.
2689         (wl-summary-create-line): Abolish argument wl-persistent-mark
2690         and added wl-flags, wl-cached.
2691
2692         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2693         mark to flags.
2694         (wl-highlight-summary-current-line): Decide the face not by the 
2695         persistent mark but flags.
2696
2697 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2698
2699         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2700         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2701         wl-summary-read-uncached-mark): Revive.
2702         (wl-summary-answered-cached-mark,
2703         wl-summary-answered-uncached-mark): New user option.
2704         (wl-summary-score-marks): Follow the change above.
2705         (wl-summary-auto-refile-skip-marks): Ditto.
2706         (wl-summary-incorporate-marks): Ditto.
2707         (wl-summary-expire-reserve-marks): Ditto.
2708         (wl-summary-flag-priority-list): New user option.
2709
2710         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2711         changes.
2712         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2713         of elmo-message-mark.
2714         (wl-summary-mark-as-read-internal): Ditto.
2715         (wl-summary-mark-as-answered): Ditto.
2716         (wl-summary-mark-as-important): Ditto.
2717         (wl-summary-redisplay-internal): Ditto.
2718         (wl-summary-redisplay-no-mime-internal): Ditto.
2719         (wl-summary-message-mark): New function.
2720         (wl-summary-insert-sequential): Use wl-summary-message-mark
2721         instead of elmo-message-mark.
2722         (wl-summary-update-thread): Ditto.
2723         (wl-summary-persistent-mark): Ditto.
2724         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2725         instead of elmo-message-mark.
2726
2727         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2728         wl-summary-message-mark instead of elmo-message-mark.
2729         (wl-thread-insert-entity-sub): Ditto.
2730         (wl-thread-get-children-msgs-uncached): Ditto.
2731
2732         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2733         variable name changes.
2734         (wl-highlight-summary-current-line): Ditto.
2735
2736         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2737         wl-summary-message-mark instead of elmo-message-mark.
2738
2739         * wl-expire.el (wl-expire-message-p): Ditto.
2740
2741         * wl-score.el (wl-score-headers): Ditto.
2742
2743         * Version number is increased to 2.11.9.
2744
2745         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2746         (wl-summary-sync-update): Follow the change above.
2747         (wl-summary-switch-to-clone-buffer): Ditto.
2748         (wl-summary-open-folder): Ditto.
2749
2750 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2751
2752         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2753         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2754
2755         * Version number is increased to 2.11.8.
2756
2757         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2758
2759         * wl-expire.el (wl-expire-refile): Follow the API change on
2760         `elmo-folder-move-messages'.
2761         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2762
2763         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2764         (wl-summary-exec-action-refile): Ditto.
2765         (wl-summary-exec-action-copy): Ditto.
2766         (wl-summary-no-auto-refile-message-p): No use
2767         `wl-summary-buffer-msgdb'.
2768         (wl-summary-auto-refile): Ditto.
2769
2770 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2771
2772         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2773
2774 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2775
2776         * wl-summary.el (wl-summary-sync): Treat no-sync.
2777
2778         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2779         (wl-default-sync-range): Ditto.
2780
2781 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2782
2783         * wl-refile.el (wl-refile-subject-learn): Call
2784         `elmo-message-entity-field' with 3rd argument is non-nil.
2785         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2786         instead of `elmo-msgdb-overview-entity-get-subject'.
2787
2788 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2789
2790         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2791         scan-type is rescan.
2792         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2793         new optional argument force is non-nil.
2794         (wl-summary-save-view-cache): Call it with force argument non-nil.
2795
2796         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2797
2798 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2799
2800         * wl-action.el (wl-summary-print-argument): Fixed last change.
2801
2802 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2805         simplified.
2806         (wl-summary-target-mark-mark-as-unread): Likewise.
2807         (wl-summary-target-mark-mark-as-important): Likewise.
2808
2809 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2810
2811         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2812         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2813         (wl-summary-mark-as-important-region): Change accordingly.
2814         (wl-summary-target-mark-mark-as-important): Ditto.
2815
2816 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2817
2818         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2819
2820         * wl-action.el (wl-summary-print-argument): Print argument to
2821         right side of window if `wl-summary-print-argument-within-window'
2822         is non-nil.
2823
2824 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2825
2826         * wl-action.el (wl-summary-set-mark): Use
2827         `wl-summary-message-visible-p' to check visibility of the message
2828         and jump to message only when the message line is visible and have
2829         different number; Call wl-summary-unset-mark with number argument.
2830         (wl-summary-unset-mark): 
2831         Use `wl-summary-message-visible-p'
2832         to check visibility of the message and jump to message only when
2833         the message line is visible and have different number;
2834
2835 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2836
2837         * Version number is increased to 2.11.7.
2838
2839         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2840         and wl-folder-summary-line-format.
2841
2842         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2843         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2844         (wl-summary-set-score-mark): Use it.
2845         (wl-summary-target-mark-mark-as-read): Ditto.
2846         (wl-summary-target-mark-mark-as-unread): Ditto.
2847         (wl-summary-target-mark-mark-as-important): Ditto.
2848         (wl-summary-target-mark-msgs): Simplified.
2849         (wl-summary-detect-mark-position): Fixed problem when
2850         summary-line-format no contain persisten/temp mark spec.
2851         (wl-summary-temp-mark): Ditto.
2852         (wl-summary-persistent-mark): Ditto.
2853         (wl-summary-update-persistent-mark): Ditto.
2854
2855         * wl-action.el (wl-summary-set-mark): Ditto.
2856         (wl-summary-unset-mark): Ditto.
2857         All other related portions are changed.
2858
2859 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2860
2861         * Version number is increased to 2.11.6.
2862
2863 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2864
2865         * wl-util.el (wl-current-message-buffer): Define as function;
2866         Don't use the value of wl-messge-buffer.
2867
2868         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2869         persistent mark.
2870
2871         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2872         no current message, cause an error.
2873
2874 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2875
2876         * wl-summary.el (wl-summary-set-message-modified): Use
2877         elmo-folder-set-message-modified instead of
2878         elmo-folder-set-message-modified-internal.
2879
2880 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2881
2882         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2883         interactively.
2884         (wl-summary-sync): nokill->entirely.
2885         (wl-summary-sync-marks): Fixed message.
2886         (wl-summary-input-range): Added mark, nokill->entirely.
2887
2888         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2889         messages as read.
2890
2891 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2892
2893         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2894         update-noscore.
2895         (wl-summary-sync): Follow the change above.
2896
2897 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2898
2899         * wl-action.el (wl-summary-target-mark-all): Use
2900         elmo-folder-list-messages.
2901
2902 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2903
2904         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2905         (wl-summary-rescan): Set wl-summary-scored as nil.
2906         (wl-summary-sync-force-update): Follow the change above.
2907         (wl-summary-sync): Ditto.
2908         (wl-summary-sync-update): Added argument disable-killed.
2909         (wl-summary-insert-headers): Set visible-only argument for
2910         elmo-folder-list-messages.
2911         (wl-summary-input-range): Added update-nokill, update-noscore,
2912         all-nokill, all-noscore and mark.
2913
2914         * Version number is increased to 2.11.5.
2915
2916         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2917
2918 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2919
2920         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2921         (wl-summary-prefetch-region-no-mark): Change accordingly.
2922         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2923
2924 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2925
2926         * wl-address.el (wl-complete-field-to): Abolished.
2927         (wl-complete-address): Completion function for completing-read.
2928         * wl-action.el (wl-summary-get-resend-address): Use it.
2929
2930         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2931         wl-summary-update-mark and abolish unused argument.
2932         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2933         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2934         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2935         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2936         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2937         * wl-draft.el (wl-draft-kill): Ditto.
2938
2939         * wl-summary.el: Remove unused binding of case-fold-search.
2940         (wl-summary-replace-status-marks): Abolished.
2941
2942 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2943
2944         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2945         is specified or folder length is zero.
2946
2947 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2948
2949         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2950         (wl-folder-archive-current-entity): Ditto.
2951
2952 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2953
2954         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2955         retrieving message mark.
2956         (wl-summary-redisplay-internal): Ditto.
2957
2958         * wl-message.el (wl-message-buffer-display): Ignore errors while
2959         retrieving message-id field.
2960
2961         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2962         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2963         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2964         order of the arguments for `wl-expire-message-p'.
2965         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2966
2967         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2968         Check return value of wl-summary-reply.
2969         (wl-summary-reply): Recover window configuration when an error occured.
2970
2971 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2972
2973         * wl-summary.el (wl-summary-resend-message): Abolished, the
2974         feature is inherited by wl-summary-resend (put resend mark).
2975
2976 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2977
2978         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2979         wl-message-buffer to nil when the message is hide.
2980
2981 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * .cvsignore: New file.
2984
2985 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2986
2987         * wl-action.el (wl-summary-action-docstring): Add more info.
2988         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2989         duplicate definition.
2990         (wl-summary-define-mark-action): Functions wl-summary-*-region
2991         keep current position.
2992         (wl-summary-unregister-target-mark): Store result to the variable.
2993
2994 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2995
2996         * Version number is increased to 2.11.4.
2997
2998 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2999
3000         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3001         wl-summary-delete-all-temp-marks.
3002         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3003
3004         * wl-action.el (wl-summary-set-mark): Changed terminology
3005         refile-destination -> action-argument.
3006         (wl-summary-unset-mark): Ditto.
3007         (wl-summary-remove-argument): Ditto.
3008         (wl-summary-print-argument): Ditto.
3009
3010         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3011         (wl-thread-remove-argument-region): Ditto.
3012         (wl-thread-print-argument-region): Ditto.
3013         (wl-thread-close): Ditto.
3014         (wl-thread-open): Ditto.
3015
3016         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3017         (wl-highlight-refile-destination-face is abolished)
3018         (wl-highlight-action-argument-string): Ditto.
3019         (wl-highlight-summary-current-line): Highlight action argument.
3020
3021         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3022         color for light backgrounds.
3023         (wl-highlight-summary-answered-face): Ditto.
3024
3025 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3026
3027         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3028
3029         * wl-score.el (wl-summary-score-update-all-lines): Use
3030         wl-summary-set-mark.
3031         (wl-summary-score-update-all-lines): Kill expunged messages.
3032
3033         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3034
3035 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3036
3037         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3038         directly.
3039         (wl-score-overview-entity-get-lines): Ditto.
3040         (wl-score-overview-entity-get-xref): Ditto.
3041         (wl-score-get-latest-msgs): Ditto.
3042         (wl-summary-rescore): Ditto.
3043
3044         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3045         to "&".
3046         (wl-summary-mark-as-answered-internal): New inline function.
3047         (wl-summary-mark-as-answered): New function.
3048         (wl-summary-mark-as-unanswered): Ditto.
3049         (wl-summary-sync-marks): Modified for answered-mark synching.
3050
3051 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3052
3053         * wl-action.el (wl-summary-set-mark): Fixed last change.
3054
3055 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3056
3057         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3058         behavior of wl-summary-unread-message-hook
3059         (Pointed out by akira yamada <akira@arika.org>).
3060
3061 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3062
3063         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3064         wl-summary-delete.
3065         * wl-xmas.el (wl-summary-toolbar): Ditto.
3066
3067         * wl-action.el (wl-summary-set-mark): Don't override current
3068         temp-mark.
3069
3070         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3071
3072 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3073
3074         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3075         (wl-refile-msgid-learn): Ditto.
3076         (wl-refile-get-field-value): Ditto.
3077
3078         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3079
3080         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3081         (wl-expire-delete-reserved-messages): Renamed from
3082         wl-expire-reserve-marked-msgs-from-list.
3083         (wl-expire-delete): Removed argument `msgdb'.
3084         (wl-expire-refile): Ditto.
3085         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3086         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3087         mark-alist as argument.
3088         (wl-expire-archive-number1): Removed argument `msgdb'.
3089         (wl-expire-archive-number2): Ditto.
3090         (wl-expire-archive-date): Ditto.
3091         (wl-expire-localdir-date): Ditto.
3092         (wl-expire-hide): Ditto.
3093         (wl-archive-number1): Ditto.
3094         (wl-archive-number2): Ditto.
3095         (wl-archive-date): Ditto.
3096         (wl-archive-folder): Ditto.
3097         All other related portions are changed.
3098
3099 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3100
3101         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3102         mean move up and down. (suggested by Takashi Kawachi)
3103
3104 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3105
3106         * wl-acap.el (toplevel): Don't require un-define.
3107
3108 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3109
3110         * wl-thread.el (wl-thread-delete-message): Always update
3111         wl-summary-buffer-number-list.
3112
3113         * wl-action.el (wl-summary-print-destination): 
3114         Do nothing when folder is nil.
3115
3116 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3117
3118         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3119         persistent mark when prefetch is succeeded.
3120
3121 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3122
3123         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3124         instead of elmo-msgdb-delete-msgs.
3125         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3126         (wl-expire-hide): Ditto.
3127
3128         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3129
3130         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3131         elmo-msgdb interface.
3132         (wl-thread-get-exist-children): Likewise.
3133         (wl-thread-insert-message): Likewise.
3134         (wl-thread-msg-mark-as-important): Likewise.
3135         (wl-thread-insert-entity-sub): Likewise.
3136         (wl-thread-get-children-msgs-uncached): Likewise.
3137
3138         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3139         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3140         (wl-summary-sync-update): Likewise.
3141         (wl-summary-auto-select-msg-p): Likewise.
3142         (wl-summary-update-thread): Likewise.
3143         (wl-summary-mark-as-important): Likewise.
3144         (wl-summary-jump-to-msg-internal): Likewise.
3145         (wl-summary-redisplay-internal): Likewise.
3146         (wl-summary-print-message-with-ps-print): Likewise.
3147         (wl-summary-folder-info-update): Likewise.
3148
3149         * wl-folder.el (wl-folder-check-one-entity):
3150         elmo-folder-count-flags instead of wl-summary-count-unread.
3151
3152         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3153
3154         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3155
3156         * wl-summary.el (wl-summary-set-message-modified): 
3157         Call wl-summary-set-mark-modified.
3158         (wl-summary-delete-messages-on-buffer): Call
3159         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3160         (wl-summary-sync-update): Call elmo-folder-length instead of
3161         elmo-folder-messages.
3162         (wl-summary-insert-headers): Don't call
3163         elmo-folder-list-message-entities.
3164
3165 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3166
3167         * wl-action.el (wl-summary-define-mark-action): Call
3168         `wl-summary-set-mark' with argument `data'.
3169         (wl-summary-auto-refile): Fixed order of arguments when call
3170         `wl-summary-refile'.
3171
3172 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3173
3174         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3175
3176         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3177
3178         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3179         (Renamed from wl-highlight-summary-deleted-face).
3180         (wl-highlight-summary-resend-face): New face.
3181
3182         (wl-highlight-summary-deleted-face): Renamed from
3183         wl-highlight-summary-erased-face.
3184
3185         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3186
3187         * wl-action.el (wl-summary-get-resend-address): New function.
3188         (wl-summary-exec-action-resend): Ditto.
3189         (wl-summary-exec-action-resend-subr): Ditto.
3190
3191         * w-thread.el (wl-thread-copy): Removed definition.
3192         (wl-thread-refile): Ditto.
3193         (wl-thread-delete): Ditto.
3194         (wl-thread-target-mark): Ditto.
3195
3196         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3197         (wl-summary-target-mark-set-action): Fixed.
3198         (wl-summary-define-mark-action): Fixed quotation.
3199         (wl-summary-move-mark-list-messages): Display message.
3200         (wl-summary-define-mark-action): Define thread functions.
3201         (wl-summary-exec-action-refile): Changed message.
3202         (wl-summary-exec): Ditto.
3203
3204 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3205         
3206         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3207         '%%'.
3208
3209 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3210
3211         * wl.el (toplevel): Require wl-action.
3212         (wl-init): Call wl-summary-define-mark-action.
3213
3214         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3215
3216         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3217         wl-summary-delete and wl-summary-erase.
3218         (wl-summary-mode-map): Ditto.
3219
3220         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3221         wl-delete-folder-alist.
3222
3223         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3224         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3225         (toplevel): Moved mark & action related functions to the wl-action.el.
3226
3227         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3228         in wl-summary-mark-action-list.
3229         (wl-highlight-summary-current-line): Ditto.
3230
3231         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3232         empty lines.
3233
3234         * wl-action.el: New file. 
3235
3236 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3237
3238         * wl-summary.el (wl-summary-target-mark-replace): New function.
3239         (wl-summary-target-mark-prefetch): Use it.
3240         (wl-summary-target-mark-delete): Ditto.
3241         (toplevel): Rearranged definition order.
3242         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3243         (wl-summary-target-mark-erase): Rewrite.
3244         (wl-summary-erase-region): New function.
3245         (wl-summary-exec-action-erase): Changed message.
3246         (wl-summary-move-mark-list-messages): New function.
3247         (wl-summary-exec-action-delete): Use it.
3248         (wl-summary-exec-action-erase): Ditto.
3249
3250         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3251         (wl-summary-skip-mark-list): Added "d".
3252
3253         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3254         while searching.
3255
3256         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3257         and define using defcustom;
3258         Define 4th element as a face.
3259         
3260         * wl-summary.el (wl-summary-incorporate): Use 
3261         `wl-summary-prefetch-region-no-mark' instead of
3262         `wl-summary-prefetch-region'.
3263         (wl-summary-prefetch-region-no-mark): Revival of old
3264         `wl-summary-prefetch-region'.
3265         (wl-summary-mark-action-list): Moved to wl-vars.el
3266
3267         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3268         face according to the `wl-summary-mark-action-list'.
3269         (wl-highlight-summary-current-line): Ditto;
3270         Removed destination highlighting.
3271
3272         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3273         (wl-highlight-summary-line-string): Highlight for "i" mark.
3274         (wl-highlight-summary-current-line): Ditto.
3275
3276         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3277         no destination.
3278
3279         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3280         exists, just go ahead.
3281         (wl-summary-prefetch-region): Rewrite.
3282         (wl-summary-prefetch): Ditto.
3283         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3284         (wl-summary-exec-action-prefetch): New function.
3285         (wl-summary-target-mark-prefetch): Rewrite.
3286
3287 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3288
3289         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3290         (wl-highlight-summary-line-string): Added "d" and "D".
3291         (wl-highlight-summary-current-line): Ditto.
3292
3293         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3294         in wl-summary.el.
3295         (wl-thread-insert-entity-sub): Ditto.
3296         (wl-thread-remove-destination-region): Ditto.
3297         (wl-thread-print-destination-region): Ditto.
3298
3299         * wl-summary.el (wl-summary-buffer-refile-list,
3300         wl-summary-buffer-delete-list,
3301         wl-summary-buffer-copy-list): Abolish.
3302         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3303         All other related portions are changed.
3304         (wl-summary-mark-action-list): New variable.
3305         (wl-summary-set-mark): New function.
3306         (wl-summary-register-target-mark): Ditto.
3307         (wl-summary-unregister-target-mark): Ditto.
3308         (wl-summary-have-target-mark-p): Ditto.
3309         (wl-summary-register-temp-mark): Ditto.
3310         (wl-summary-unregister-temp-mark): Ditto.
3311         (wl-summary-registered-temp-mark): Ditto.
3312         (wl-summary-collect-temp-mark): Ditto.
3313         (wl-summary-unset-mark): Ditto.
3314         (wl-summary-set-target-mark): Ditto.
3315         (wl-summary-unset-target-mark): Ditto.
3316         (wl-summary-set-action-generic): Ditto.
3317         (wl-summary-unset-action-generic): Ditto.
3318         (wl-summary-exec-action-delete): Ditto.
3319         (wl-summary-exec-action-erase): Ditto.
3320         (wl-summary-set-action-refile): Ditto.
3321         (wl-summary-set-action-refile-subr): Ditto.
3322         (wl-summary-unset-action-refile): Ditto.
3323         (wl-summary-make-destination-numbers-list): Ditto.
3324         (wl-summary-exec-action-refile): Ditto.
3325         (wl-summary-set-action-copy): Ditto.
3326         (wl-summary-unset-action-copy): Ditto.
3327         (wl-summary-exec-action-copy): Ditto.
3328         (wl-summary-collect-numbers-region): Ditto.
3329         (wl-summary-delete): Rewrite.
3330         (wl-summary-erase): Ditto.
3331         (wl-summary-remove-destination): Ditto.
3332         (wl-summary-exec): Ditto.
3333         (wl-summary-exec-region): Ditto.
3334         (wl-summary-target-mark-erase): Ditto.
3335         (wl-summary-refile): Ditto.
3336         (wl-summary-copy): Ditto.
3337         (wl-summary-unmark): Ditto.
3338         (wl-summary-delete-all-mark): Ditto.
3339         (wl-summary-mark-line): Don't highlight.
3340         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3341         (wl-summary-target-mark-refile-subr): Rewrite.
3342
3343         (wl-summary-copy-prev-destination): Abolish.
3344
3345 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3346
3347         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3348         default values along the value of wl-on-mule.
3349         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3350         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3351         It is not used anywhere.
3352
3353 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3354
3355         * wl-summary.el (wl-summary-print-destination): Keep position.
3356         (wl-summary-cursor-move-surface): Keep horizontal position.
3357
3358 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3359
3360         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3361         write sendlog.
3362
3363 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3364
3365         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3366         `wl-summary-highlight'.
3367
3368 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3369
3370         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3371         trivial condition for temp-mark.
3372
3373 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3374
3375         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3376         when it hits killed buffer.
3377
3378 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3379
3380         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3381         * wl-news.el.in: `message' and `error' take format string.
3382
3383 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3384
3385         * wl-folder (wl-folder-insert-entity): Display a message,
3386         `...done', when the work finish.
3387         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3388
3389 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3390
3391         * wl-message.el (wl-message-redisplay): Remove unused local
3392         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3393
3394 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3395
3396         * wl-summary.el (wl-summary-replace-status-marks): Disable
3397         interactive use.
3398         (wl-summary-reedit): Check message existence at first.
3399         (wl-summary-mark-line): Fix doc, return value is indefinite.
3400
3401         * wl-highlight.el (wl-highlight-message): Arranged.
3402
3403         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3404         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3405         check temp-mark by wl-summary-temp-mark always.
3406         (wl-highlight-summary): Change accordingly.
3407         * wl-summary.el (wl-summary-mark-as-read-all)
3408         (wl-summary-delete-cache, wl-summary-set-score-mark)
3409         (wl-summary-mark-as-unread, wl-summary-unmark)
3410         (wl-summary-mark-line, wl-summary-mark-as-read)
3411         (wl-summary-mark-as-important): Ditto.
3412
3413         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3414         end of the window if possible.
3415         * wl-summary.el (wl-summary-sync-update): Support lazy
3416         highlighting.
3417         (wl-summary-toggle-disp-msg): Ditto.
3418
3419 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3420
3421         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3422
3423 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3424
3425         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3426         change.
3427
3428 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3429
3430         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3431         API.
3432         (wl-summary-sync-update): Ditto.
3433
3434         * wl-score.el (wl-score-get-score-alist): Changed argument.
3435         (wl-summary-rescore-msgs): Likewise.
3436         (wl-summary-score-headers): Likewise.
3437         (wl-score-headers): Likewise;
3438         Use elmo-folder-do-each-message-entity, etc.
3439         (wl-summary-score-effect): Follow the changes above.
3440         (wl-summary-rescore): Ditto.
3441         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3442         (wl-score-get-overview): Abolish.
3443
3444         * wl-summary.el (wl-summary-default-from): Follow the API change in
3445         elmo-msgdb.
3446         (wl-summary-count-unread): Ditto.
3447         (wl-summary-detect-mark-position): Ditto.
3448         (wl-summary-overview-entity-compare-by-date): Ditto.
3449         (wl-summary-overview-entity-compare-by-number): Ditto.
3450         (wl-summary-overview-entity-compare-by-from): Ditto.
3451         (wl-summary-overview-entity-compare-by-subject): Ditto.
3452         (wl-summary-get-list-info): Ditto.
3453         (wl-summary-rescan): Ditto.
3454         (wl-summary-jump-to-msg-by-message-id): Ditto.
3455         (wl-summary-sync-update): Ditto; Removed comment.
3456         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3457         (wl-summary-insert-message): Use wl-summary-insert
3458         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3459         (wl-summary-insert-headers): Changed argument overview to folder.
3460         (wl-summary-search-by-subject): Likewise.
3461         (wl-summary-insert-thread): Renamed from 
3462         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3463
3464         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3465         too.
3466
3467         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3468         wl-string-member.
3469
3470 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3471
3472         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3473         elmo-folder-append-buffer.
3474         (wl-draft-queue-append): Likewise.
3475
3476         * wl-mime.el (wl-message-delete-current-part): Ditto.
3477         (wl-summary-burst-subr): Ditto.
3478
3479         * wl-news.el.in (wl-news-send-news): Ditto.
3480
3481 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3482
3483         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3484         function.
3485         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3486         (wl-summary-update-mark): Enclose with save-excursion.
3487         (wl-summary-mark-as-read-internal): Fixed last change.
3488         (wl-summary-mark-as-important): Use 3rd argument of
3489         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3490         Don't use elmo-msgdb-set-mark.
3491         (wl-summary-redisplay-internal): If msgdb flag is already read,
3492         just update the mark on buffer.
3493
3494 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3495
3496         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3497         cut visible folder when elmo-folder-delete returns non-nil value.
3498
3499 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3500
3501         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3502         by Kenichi OKADA <okada@opaopa.org>).
3503
3504 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3505
3506         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3507
3508 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3509
3510         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3511         Fixed the last change, search group entity by its real name.
3512         (Thanks to: KOBAYASHI Shinji)
3513
3514 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3515
3516         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3517         (wl-fldmgr-access-display-all): Don't refer visible name.
3518         * wl-expire.el (wl-folder-archive-current-entity)
3519         (wl-folder-expire-current-entity): Ditto.
3520         * wl-folder.el (wl-folder-jump-to-current-entity)
3521         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3522         (wl-folder-open-folder-sub,wl-folder-open-all)
3523         (wl-folder-write-current-folder): Ditto.
3524         (wl-folder-insert-entity): Don't use petname for normal group.
3525         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3526         is the real name.
3527         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3528         Abolished.
3529
3530 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3531
3532         * wl-draft.el (wl-draft-create-buffer): Add
3533         `wl-summary-reply-with-citation'
3534
3535 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3536
3537         * wl-draft.el (wl-draft-reply): Fixed.
3538
3539 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3540
3541         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3542         when `wl-draft-send-confirm-with-preview' is non-nil.
3543         You can scroll up/down by j/k.
3544         (wl-draft-send-confirm-with-preview): New variable (default=t).
3545
3546 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3547
3548         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3549         (wl-fldmgr-save-folders): Fix comment.
3550
3551 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3552
3553         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3554         along the last change in `wl-folder-buffer-group-p'.
3555
3556 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3557
3558         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3559         folder.
3560
3561         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3562         the default value.
3563
3564         * wl-mime.el (wl-summary-burst): Update summary only when target
3565         folder equals current folder.
3566
3567 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3568
3569         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3570
3571 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3572
3573         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3574         value.
3575
3576 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3579         `map-extents' instead of `extent-at' repeatedly.
3580         (wl-highlight-folder-current-line): Ditto.
3581
3582         * wl-highlight.el: Remove useless dummy functions.
3583
3584 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3585
3586         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3587         (wl-folder-put-folder-property): New function to put text property.
3588         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3589         (wl-folder-insert-entity, wl-folder-update-diff-line)
3590         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3591         * wl-e21.el, wl-xmas.el, wl-mule.el
3592         (wl-highlight-folder-current-line): Ditto.
3593         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3594         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3595         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3596         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3597
3598 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3599
3600         * Version number is increased to 2.11.3.
3601
3602 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3603
3604         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3605         Resume current-buffer since it is assumed by remaining tasks.
3606
3607 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3608
3609         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3610         (wl-folder-completion-function): Abolished.
3611         (wl-folder-complete-folder): New function.
3612         (wl-folder-complete-filter-condition): Ditto.
3613         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3614         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3615
3616 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3617
3618         * wl-draft.el (wl-draft-send-confirm): New function.
3619         (wl-draft-send): Use it.
3620
3621         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3622         cursor-in-echo-area while confirming.
3623
3624         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3625
3626         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3627         searching via nntp if wl-summary-search-via-nntp is 'force.
3628         Otherwise, invoke searching in nntp folder only.
3629         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3630
3631         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3632         explicitly for mime-make-text-tag.
3633
3634 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3635
3636         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3637         `mime-make-text-tag' instead of `mime-create-tag'.
3638
3639 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3640
3641         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3642         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3643
3644 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3645
3646         * wl-score.el (wl-score-save): Bind print-length and print-level.
3647         (wl-score-pretty-print): Ditto.
3648         (wl-score-edit-insert-header-entry): Ditto.
3649
3650         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3651         "From" entry to be treated with wl-draft-eword-encode-address-list.
3652         * wl-mime.el (wl-draft-preview-message): Ditto.
3653
3654         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3655         (wl-summary-mark-as-unread): Ditto.
3656         (wl-summary-mark-as-read-region): Change accordingly.
3657         (wl-summary-mark-as-unread-region): Ditto.
3658         (wl-summary-target-mark-mark-as-read): Ditto.
3659         (wl-summary-target-mark-mark-as-unread): Ditto.
3660
3661 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3662
3663         * Version number is increased to 2.11.2.
3664
3665 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3666
3667         * wl-news.el.in (wl-news-previous-version-save): Bind
3668         print-length and print-level.
3669         * wl-thread.el (wl-thread-save-entities): Ditto.
3670         (wl-thread-save-top-list): Bind print-length.
3671
3672 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3673
3674         * wl-highlight.el (wl-highlight-summary-line-string): Use
3675         wl-summary-score-below-mark, wl-summary-score-over-mark.
3676         (wl-highlight-summary-current-line): Ditto.
3677
3678 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3679
3680         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3681         insert it.
3682
3683 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3684
3685         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3686
3687 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3688
3689         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3690         message without msgid.
3691         Rewrite with elmo-folder-move-messages.
3692         Set wl-message-buffer to nil.
3693
3694         * wl-summary.el (wl-summary-erase-subr): New function. Use
3695         elmo-folder-move-messages.
3696         (wl-summary-erase): Call it.
3697         (wl-summary-target-mark-erase): Ditto.
3698
3699 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3700
3701         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3702         it is not up-tp-date.
3703
3704 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3705
3706         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3707         buffer after calling `wl-summary-goto-folder-subr' without the
3708         argument `interactive'.
3709         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3710
3711 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3712
3713         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3714         `mime-create-tag'. Use `string=' instead of `looking-at'.
3715
3716 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3717
3718         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3719         to avoid compile warning.
3720
3721         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3722         entity-id when folder is given.
3723         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3724         save-excursion, use save-selected-window instead.
3725         Select folder buffer window if exists.
3726         (To correct behavior with wl-folder-move-cur-folder.)
3727
3728 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3729
3730         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3731
3732 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3733
3734         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3735         list-count instead of %d.
3736
3737 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3738
3739         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3740         (wl-news): Set it.
3741         (wl-news-append-to-folder): Use it.
3742
3743         * wl-news.el.in (wl-news-send-news): Append to specified folder
3744         instead of wl-default-folder.
3745         (wl-news-append-to-folder): Show error message with specified folder.
3746
3747         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3748                 In most major modes, Emacs assumes that any opening
3749                 delimiter found at the left margin is the start of a
3750                 top-level definition, or defun. Therefore, *never put an
3751                 opening delimiter at the left margin unless it should have
3752                 that significance.*
3753
3754         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3755
3756 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3757
3758         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3759
3760 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3761
3762         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3763
3764 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3765
3766         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3767         for sequential numbering case.
3768
3769 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3770
3771         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3772         value.
3773         (wl-draft-reply-without-argument-list): Ditto.
3774         (wl-draft-reply-myself-with-argument-list): Abolish.
3775         (wl-draft-reply-myself-without-argument-list): Ditto.
3776         * wl-draft.el (wl-draft-self-reply-p): New function.
3777         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3778
3779 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3780
3781         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3782         (avoid error for the case without byte-compiling)
3783
3784 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3785
3786         * wl-news.el.in (wl-news-append-to-folder): New function.
3787         (wl-news-exit): Rewrite.
3788         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3789
3790 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3791
3792         * wl-draft.el (wl-draft-reply-position): New function.
3793         (wl-draft-reply-position): Fix.
3794         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3795         (wl-summary-target-mark-reply-with-citation): Ditto.
3796         (wl-summary-reply-with-citation): Ditto.
3797         * wl-vars.el (wl-draft-reply-default-position): New variable.
3798
3799 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3800
3801         * wl-draft.el (wl-draft-send): Preview when interactive send.
3802
3803 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3804
3805         * wl-draft.el (wl-draft-reply): Set default position.
3806         * wl-summary.el (wl-summary-reply): Ditto.
3807         (wl-summary-reply-with-citation): Ditto.
3808         (wl-summary-target-mark-reply-with-citation): Ditto.
3809
3810 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3811
3812         * wl-news.el.in (wl-news-lang): Set default value according to
3813         current-language-environment.
3814         (wl-news-append-news): Do nothing when news-list is nil.
3815
3816 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3817
3818         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3819         (wl-news): Change message.
3820         (wl-news-exit): Check buffer.
3821         (wl-news-force-exit): New function.
3822         (wl-news-show-all): New function.
3823         (wl-news-discard-and-exit): Fix.
3824
3825 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3826
3827         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3828         according to current-language-environment.
3829
3830         * wl-news.el.in (wl-news): If arg, show all NEWS after
3831         wl-news-default-previous-version.
3832
3833 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3834
3835         * wl-news.el.in (wl-news-check): Rewritten.
3836         (wl-news-previous-version-load): Change data type.
3837         (wl-news-previous-version-save): Change data type.
3838         (wl-news-append-news): Add return value.
3839         (wl-news-check-news): New function.
3840         (wl-news-already-current-p): New function.
3841         (wl-news-send-news): Rewritten.
3842         (wl-news-mode-map): Add new keybind.
3843         (wl-news): Rewritten.
3844         (wl-news-exit): Rewritten.
3845         (wl-news-discard-and-mail): New function.
3846         (wl-news-send-to-address): Abolished.
3847         * wl.el (wl-init): Delete a message.
3848
3849 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3850
3851         * wl-news.el.in (wl-news-exit): Update previous version.
3852         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3853
3854 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3855
3856         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3857
3858 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3859
3860         * wl-news.el.in (wl-news): New function.
3861         (wl-news-mode): New function.
3862         (wl-news-next-line): New function.
3863         (wl-news-next-page): New function.
3864         (wl-news-exit): New function.
3865         (wl-news-buf-name): New variable.
3866         (wl-news-mode-map): New variable.
3867         (wl-news-winconf): New variable.
3868         (wl-news-append-news): Add an option.
3869
3870 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3871
3872         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3873
3874 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3875
3876         * wl-news.el.in (wl-news-send-to-address): New variable.
3877         (wl-news-send-news): Use it.
3878         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3879         Return updating status.
3880         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3881
3882 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3883
3884         * wl-news.el.in (wl-news-send-news): Delete
3885         Organization and X-Face.
3886
3887 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3888
3889         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3890         (wl-news-append-news): New function.
3891         (wl-news-send-news): New function.
3892
3893 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3894
3895         * Version number is increased to 2.11.1.
3896
3897 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3898
3899         * wl-news.el.in : New file.
3900
3901 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3902
3903         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3904         default value.
3905         (wl-draft-reply-without-argument-list): Ditto.
3906
3907 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3908
3909         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3910         (wl-message-buffer-prefetch-idle-time): Ditto.
3911         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3912
3913 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3914
3915         * wl-thread.el (wl-thread-insert-message): Use
3916         wl-summary-max-thread-depth.
3917
3918         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3919         loop detection.
3920
3921         * wl-message.el (wl-message-buffer-display): Back to the first page
3922         when cache is hit.
3923
3924 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3925
3926         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3927
3928         * wl-summary.el (wl-summary-insert-thread-entity):
3929         If the thread depth is reached to wl-summary-max-thread-depth,
3930         divide the thread.
3931
3932 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3933
3934         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3935         for elmo-remove-passwd.
3936
3937 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3938
3939         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3940         folder is sticky.
3941         (wl-folder-mark-as-read-all-entity): Ditto.
3942         (wl-folder-prefetch-entity): Ditto.
3943
3944 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3945
3946         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3947
3948 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3949
3950         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3951         Delete messages on buffer for unplugged operation.
3952         (wl-summary-erase): Ditto.
3953
3954 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3955
3956         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3957         take nil so as not to search parent by subject.
3958
3959 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3960
3961         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3962         (wl-folder-get-next-folder): Ditto.
3963         (wl-folder-get-path): Ditto.
3964
3965 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3966
3967         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3968         system and encode the region with it before verifying.
3969
3970 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3971
3972         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3973         system of the echo buffer before decoding.
3974
3975 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3976
3977         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3978         original contents.
3979
3980 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3981
3982         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3983         with argument 'any-exists.
3984
3985 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3986
3987         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3988         Use `wl-cs-autoconv'.
3989
3990 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3991
3992         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3993         by `mime-view-automatic-conversion'.
3994
3995         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3996         (wl-message-verify-pgp-nonmime): Ditto.
3997         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3998         Bind them to C-c:d and C-c:v respectively.
3999
4000         Merge following code by Teranishi-san from [wl-en:00167].
4001         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4002         (wl-mime-preview-application/pgp-encrypted): Ditto.
4003         (wl-mime-setup): Add entry.
4004
4005 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4006
4007         * wl-summary.el (wl-summary-target-mark-erase): New function.
4008         Bind it to "mD".
4009
4010 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4011
4012         * wl-vars.el (wl-draft-write-file-function): Fix.
4013         (wl-draft-reedit-hook): Changed default value.
4014
4015         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4016         wl-draft-reedit-hook.
4017         (wl-draft-remove-text-plain-tag): New function.
4018         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4019
4020         * wl-vars.el (wl-draft-write-file-function): New user option.
4021
4022         * wl-draft.el (wl-draft-prepare-edit): Use it for
4023         local-write-file-hooks.
4024         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4025
4026         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4027         (wl-draft-insert-mail-header-separator): Return the body beginning
4028         point.
4029         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4030         text/plain.
4031         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4032
4033 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4034
4035         * wl-summary.el (wl-summary-erase): New function to erase message
4036         without moving it to trash. Bind to "D".
4037
4038         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4039         as `keep' unless switch-function.
4040
4041 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4042
4043         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4044         message buffer by using `wl-summary-toggle-disp-msg'.
4045         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4046         buffer window.
4047         (wl-summary-supresedes-message): Ditto.
4048
4049         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4050         Do not delete other windows.
4051         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4052         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4053         (wl-draft-create-buffer): Set reply-or-forward also for target
4054         mark commands.
4055
4056 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4057
4058         * wl-draft.el (wl-user-agent-compose): Delete special case for
4059         switch-to-buffer-other-window.
4060
4061         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4062         (wl-summary-forward): Ditto.
4063
4064         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4065         function.
4066         (wl-draft-buffer-style): New use option.
4067
4068         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4069         (wl-draft): Follow the change above.
4070         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4071         wl-draft-buffer-style.
4072         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4073         switch-function.
4074
4075 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4076
4077         * wl-address.el (wl-address-make-completion-entry): Extracted from
4078         `wl-address-make-completion-list'.
4079         (wl-address-enable-strict-loading): New variable.
4080         (wl-address-make-completion-list): Revive petname duplication
4081         inquiry, and enable it if `wl-address-enable-strict-loading'.
4082         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4083
4084 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4085
4086         * wl-message.el (wl-message-get-original-buffer): Avoid
4087         'Selecting deleted buffer' error when original buffer is killed.
4088
4089 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4090
4091         * wl-summary.el (wl-summary-next-message): Use
4092         elmo-message-accessible-p instead of elmo-message-cached-p.
4093
4094 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4095
4096         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4097
4098         * wl-thread.el (wl-thread-open-all-unread): Use
4099         elmo-folder-list-flagged instead of
4100         elmo-folder-list-messages-mark-match.
4101
4102         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4103         instead of elmo-folder-list-messages-mark-match.
4104         (wl-summary-move-spec-alist): New variable.
4105         (wl-summary-move-spec-plugged-alist,
4106         wl-summary-move-spec-unplugged-alist): Abolish.
4107         (wl-summary-next-message): Follow the change above.
4108         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4109         with 'no-msg' argument.
4110
4111         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4112         variable.
4113         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4114         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4115         (wl-message-buffer-prefetch-get-next): Follow the change above.
4116
4117 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4118
4119         * wl-version.el (wl-version): Changed codename.
4120
4121         * Version number is increased to 2.11.0.
4122
4123 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4124
4125         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4126         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4127         `wl-draft-config-variables'.
4128         (wl-draft-kill): Fixed problem when the draft is reedit.
4129
4130 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4131
4132         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4133         buffer-modified status (Thanks to
4134         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4135
4136 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4137
4138         * wl-util.el (wl-region-exists-p): New function.
4139
4140         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4141         Remove defvars for byte-compile warnings.
4142
4143 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4144
4145         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4146         defvar-maybe. Removed unused bind.
4147
4148 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4149
4150         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4151         summary buffer window before creating new frame.
4152         (wl-draft-reply): Ditto.
4153
4154 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4155
4156         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4157
4158 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4159
4160         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4161
4162 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4163
4164         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4165         instead of `kill-region'.
4166
4167 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4168
4169         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4170         (wl-highlight-summary-line-string): Use it.
4171         (wl-highlight-summary-current-line): Ditto.
4172
4173         * wl-mime.el (wl-message-delete-current-part): Check the class of
4174         mime-entity.
4175
4176         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4177
4178         * wl-summary.el (wl-summary-make-number-list): Initialize.
4179         (wl-summary-update-mark): New function.
4180         (wl-summary-reply): Put `answered' mark on the message.
4181         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4182
4183         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4184         (wl-draft-reply): Added optional argument `number';
4185         Set wl-draft-parent-number.
4186         (wl-draft-kill): Delete answered mark if it is a reply.
4187
4188 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4189
4190         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4191         that originates in mime-preview-follow-current-entity.
4192         (wl-draft-yank-current-message-entity): Use it if region is active.
4193
4194         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4195         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4196         `wl-message-delete-current-part'.
4197         * wl-mule.el (wl-message-define-keymap): Ditto.
4198         * wl-xmas.el (wl-message-define-keymap): Ditto.
4199
4200 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4201
4202         * wl-mime.el (wl-message-delete-current-part): New function.
4203         (wl-mime-node-id-to-string): Ditto.
4204
4205         * wl-mime.el (wl-message-delete-current-part): Use existing
4206         original buffer which corresponds current mime-view buffer.
4207         (fetched buffer might have different structure, possibly)
4208
4209         * wl-mime.el (wl-message-delete-current-part): Quit if the
4210         message content differs from the actual message.
4211
4212 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4213
4214         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4215         order.
4216         (wl-summary-search-by-subject): Search parent message from tail;
4217         Check the existence of the parent message on the current thread tree.
4218         (wl-summary-update-thread): Check whether the line is inserted.
4219
4220 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4221
4222         * wl-vars.el (wl-summary-line-format): Undo last change.
4223         * wl-summary.el (wl-summary-print-destination): Do not put
4224         invisible property when `wl-summary-width' is nil.
4225         (wl-summary-line-subject-minimum-length): Abolished.
4226         (wl-summary-line-subject): Ditto.
4227
4228 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4229
4230         * wl-vars.el (wl-summary-line-format): Change default value.
4231         (wl-summary-subject-length-limit): Abolished.
4232         * wl-summary.el (wl-summary-line-subject): Ditto.
4233
4234 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4235
4236         * wl-template.el (wl-template-select): Added optional argument.
4237         If optional argument is specified, reverse
4238         `wl-template-visible-select'.
4239
4240 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4241
4242         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4243         Take prefix argument to force asking the destination folder.
4244
4245 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4246
4247         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4248         count and update status.
4249
4250 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4251
4252         * wl-summary.el (wl-summary-redisplay-internal): If
4253         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4254         after fetching.
4255
4256 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4257
4258         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4259         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4260
4261         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4262
4263 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4264
4265         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4266         (All other related portions are changed).
4267         (wl-summary-mark-as-read-all): Rewrite.
4268
4269 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4270
4271         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4272         `wl-summary-mark-as-read'.
4273         (wl-summary-mark-as-unread): Rewrite.
4274         (wl-summary-mark-as-read): Added no-modeline argument.
4275         (wl-summary-resume-cache-status): Rewrite.
4276         (wl-summary-exec-subr): Remove unused local variable.
4277
4278 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4279
4280         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4281         logic to call `wl-summary-buffer-prev-folder-function'.
4282         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4283
4284 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4285
4286         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4287         is nil.
4288
4289 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4290
4291         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4292         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4293         (wl-mime-setup): Add its entry.
4294
4295 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4296
4297         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4298         (wl-summary-delete-cache): Likewise.
4299         (wl-summary-mark-as-read): Rewrite.
4300
4301 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4302
4303         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4304         `wl-summary-count-unread'.
4305
4306         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4307
4308         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4309
4310 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4311
4312         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4313         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4314         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4315         Renamed to the elmo-msgdb-*-mark.
4316         (wl-summary-score-marks): Follow the change above.
4317         (wl-summary-auto-refile-skip-marks): Ditto.
4318         (wl-summary-incorporate-marks): Ditto.
4319         (wl-summary-expire-reserve-marks): Ditto.
4320
4321         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4322         changes.
4323         (wl-thread-insert-top): Changed updating message.
4324
4325         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4326         variable.
4327         (wl-summary-count-unread): Count answered marks.
4328         (wl-summary-rescan): Call wl-summary-insert-message instead of
4329         wl-summary-append-message-func-internal.
4330         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4331         (wl-summary-prefetch-msg): Follow the variable name changes.
4332         (wl-summary-prefetch-region): Ditto.
4333         (wl-summary-mark-as-read-all): Follow the API changes;
4334         Don't call elmo-folder-replace-marks.
4335         (wl-summary-delete-cache): Follow the variable name changes.
4336         (wl-summary-resume-cache-status): Ditto.
4337         (wl-summary-update-status-marks): New function.
4338         (wl-summary-insert-message): New function.
4339         (wl-summary-sync-marks): Follow the variable name changes.
4340         (wl-summary-sync-update): Synchronize to the msgdb, too;
4341         Changed update messages.
4342         (wl-summary-make-number-list): Rewrite.
4343         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4344         (wl-summary-mark-as-unread): Follow the API changes.
4345         (wl-summary-exec-subr): Follow the variable name changes.
4346         (wl-summary-mark-as-read): Ditto.
4347         (wl-summary-move-spec-plugged-alist): Ditto.
4348         (wl-summary-move-spec-unplugged-alist): Ditto.
4349         (wl-summary-cursor-move-surface): Ditto.
4350
4351         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4352         variable name changes.
4353         (wl-highlight-summary-current-line): Ditto.
4354
4355         * wl-expire.el (wl-expire-refile): Follow the API change in
4356         elmo-folder-move-messages.
4357         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4358         (wl-summary-archive): Use elmo-folder-msgdb instead of
4359         elmo-msgdb-load.
4360
4361 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4362
4363         * wl-mime.el (wl-draft-preview-message): Restore the position
4364         before evaluating wl-draft-send-hook in preview buffer.
4365
4366 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4367
4368         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4369         when it creates new draft buffer.
4370
4371         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4372         without argument.
4373
4374         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4375         Evaluate content and if the value is string, insert it.
4376         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4377         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4378         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4379         wl-draft-config-sub-part-bottom): Use it.
4380
4381         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4382         with the folder name. The question was unintelligible when it is
4383         called from wl-save-status.
4384
4385 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4386
4387         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4388         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4389         cannot take second argument).
4390
4391 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4392
4393         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4394         as t. Since type and subtype are not case sensitive (RFC 2045).
4395
4396 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4397
4398         * wl-vars.el (wl-message-mode-line-format): New variable.
4399         (wl-message-mode-line-format-spec-alist): Ditto.
4400         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4401         (wl-message-redisplay): Use wl-message-mode-line-format.
4402
4403 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4404
4405         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4406
4407 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4408
4409         * wl-summary.el (wl-summary-default-from): Write description.
4410
4411 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4412
4413         * wl-vars.el (wl-ldap-objectclass): Abolish.
4414
4415         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4416         (wl-ldap-make-filter): Removed condition for objectclass.
4417         (wl-ldap-make-matched-value-list): Remove meaningless process.
4418         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4419         (wl-address-ldap-search): Don't add `*' to `pat' string;
4420         use ignore-errors; added `email';
4421         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4422         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4423         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4424
4425
4426 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4427
4428         * wl-draft.el (wl-draft-parent-folder): Write description.
4429         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4430
4431 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4432
4433         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4434         as "" (zero-length string) if no parent.
4435         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4436
4437 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4438
4439         * wl-address.el (wl-address-make-completion-list): Skip duplication
4440         checking.
4441         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4442         `append'.
4443
4444 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4445
4446         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4447         instead of `beginning-of-buffer'.
4448
4449 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4452
4453 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4454
4455         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4456         Refer wl-message-buffer-name.
4457         (wl-message-wheel-down): Ditto.
4458
4459 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4460
4461         * wl-vars.el (wl-message-buffer-name): New user option.
4462
4463         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4464         directly instead of making alist dinamically.
4465
4466         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4467         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4468         wl-message-buffer-cache-name.
4469         (wl-message-buffer-cache-clean-up): Ditto.
4470
4471         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4472
4473         * Version number is increased to 2.9.15.
4474
4475 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4476
4477         * wl-vars.el (wl-summary-default-view-alist): New user option.
4478
4479         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4480
4481         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4482         while deleting address.
4483         (wl-draft-delete-myself-from-cc): Ditto.
4484
4485         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4486         If optional argument is specified, reverse sort order.
4487
4488         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4489
4490 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4491
4492         * wl-thread.el (wl-thread-insert-message): Return parent number if
4493         exists.
4494         (wl-thread-update-indent-string-region): Use
4495         wl-thread-update-line-on-buffer-sub instead of
4496         wl-thread-update-line-on-buffer.
4497
4498 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4499
4500         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4501         (wl-folder-close-all): Ditto.
4502
4503 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4504
4505         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4506         and mailing-list:.
4507         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4508         value.
4509         (wl-summary-line-list-info): Print mailing-list name even when 
4510         list-number is empty.
4511
4512 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4513
4514         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4515
4516         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4517         (wl-draft-open-file): Ditto.
4518         (wl-draft-random-alphabet): Ditto.
4519
4520         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4521         bindings.
4522
4523 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4524
4525         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4526         * wl-vars.el (wl-draft-config-alist): Ditto.
4527
4528 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4529
4530         * Version number is increased to 2.9.14.
4531
4532         * wl.el (wl): Don't set wl-init as nil when error occured while
4533         auto-checking folders.
4534
4535         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4536         `elmo-expand-newtext'.
4537
4538 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4539
4540         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4541         `this-command' so that `wl-folder-goto-folder' contained in
4542         `wl-summary-keep-cursor-command' work.
4543
4544 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4545
4546         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4547         message buffer displaying state.
4548
4549 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4550
4551         * wl-vars.el (wl-summary-default-view): New variable to specify
4552         default value for `wl-summary-buffer-view' instead of using
4553         set-default.
4554         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4555
4556 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4557
4558         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4559
4560         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4561
4562 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4563
4564         * wl-vars.el (wl-forward-subject-prefix): New variable.
4565         * wl-draft.el (wl-draft-forward): Use it.
4566
4567 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4568
4569         * wl-message.el (wl-message-prev-page): When it is called without
4570         lines argument, scroll down by wl-message-scroll-amount lines.
4571         (wl-message-next-page): Ditto.
4572         * wl-vars.el (wl-message-scroll-amount): Change default value
4573         to preserve current behavior.
4574
4575 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4576
4577         * wl-summary.el (wl-summary-prefetch-msg): Bind
4578         `wl-message-entity' to call `wl-summary-from-function'.
4579
4580 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-message.el (wl-message-buffer-create): Run
4583         wl-message-buffer-created-hook.
4584
4585 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4586
4587         * wl-summary.el (wl-summary-sort-specs): New variable.
4588         (wl-summary-default-sort-spec): Ditto.
4589         (wl-summary-sort): Rewrite.
4590         (wl-summary-sort-by-list-info): New function.
4591
4592 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4593
4594         * wl-summary.el (wl-summary-get-list-info): New function.
4595         (wl-summary-sort): Rewrite.
4596         (wl-summary-line-list-info): Ditto.
4597         (wl-summary-line-list-count): Ditto.
4598         (wl-summary-refile-region): Fixed docstring.
4599
4600 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4601
4602         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4603         `wl-folder-entity-hashtb' as completion table.
4604
4605 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4608         only when this command is called interactively; silence the byte-
4609         compiler.
4610
4611 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4612
4613         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4614         active in XEmacs.
4615
4616 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4617
4618         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4619         plural lines.
4620
4621 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4622
4623         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4624         of current line when the cursor is on the header name.
4625         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4626
4627 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4628
4629         * wl-util.el (wl-read-directory-name): Return displayed directory
4630         as the default value also on XEmacs.
4631
4632 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4633
4634         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4635         formatting.
4636
4637 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4638
4639         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4640         argument and when it is non-nil, check face property before
4641         highlighting for each line.
4642         (wl-highlight-summary-window): Set it.
4643
4644 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4645
4646         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4647         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4648
4649         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4650         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4651         (wl-draft-get-fcc-list): Likewise.
4652
4653 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4654
4655         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4656         (wl-thread-entity-cur): Ditto.
4657         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4658         wl-thread-indent-regexp setting.
4659         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4660
4661         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4662         wl-summary-lazy-highlight.
4663         (wl-summary-display-bottom): Ditto.
4664
4665         * wl-thread.el (wl-thread-open-close): Likewise.
4666
4667         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4668         from and subject;
4669         Bind wl-draft-use-frame;
4670         Enclose with save-window-excursion;
4671         Use wl-draft-create-buffer instead of with-temp-buffer;
4672         Use wl-draft-prepare-edit;
4673         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4674         Use wl-draft-send instead of wl-draft-raw-send.
4675
4676 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4677
4678         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4679         of using wl-from.
4680
4681 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4682
4683         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4684         insert-buffer instead of clone-buffer.
4685         (wl-draft-doing-mime-bcc): New variable.
4686         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4687         infinite loop.
4688         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4689
4690         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4691         (wl-draft-mime-bcc-body): Ditto.
4692
4693         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4694         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4695         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4696         wl-draft-do-mime-bcc.
4697         (wl-draft-mime-bcc-field): New function.
4698         (wl-draft-do-mime-bcc): Ditto.
4699
4700         * wl-address.el (wl-address-complete-header-list): New variable.
4701         (wl-address-complete-header-regexp): Changed default value.
4702
4703         * Version number is increased to 2.9.13.
4704
4705 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4706
4707         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4708         it is differed.
4709
4710 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4711
4712         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4713         (wl-summary-line-list-count): Ditto.
4714
4715 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4716
4717         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4718         (wl-nntp-posting-function): New variable.
4719         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4720         `wl-nntp-posting-config-alist'.
4721
4722 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4723
4724         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4725         FLIM.
4726
4727 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4728
4729         * wl-summary.el (wl-summary-target-mark-refile-sub):
4730         Remove a nuisance funcall.
4731
4732 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4733
4734         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4735         as t for `try-completion'.
4736
4737 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4738
4739         * wl-summary.el (wl-summary-default-from): Use
4740         wl-address-header-extract-address instead of
4741         std11-extract-address-components.
4742         (wl-summary-simple-from): Ditto.
4743         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4744         (wl-summary-insert-headers): Show message.
4745         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4746         for whole line.
4747         (wl-summary-default-from): Revert last change.
4748         (wl-summary-simple-from): Ditto.
4749         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4750         (wl-summary-mark-as-read-region): Follow the change above.
4751         (wl-summary-sync-marks): Ditto.
4752         (wl-summary-target-mark-mark-as-read): Ditto.
4753         (wl-summary-redisplay-internal): Ditto.
4754         (wl-summary-redisplay-no-mime-internal): Ditto.
4755         (wl-summary-redisplay-all-header): Ditto.
4756         (wl-summary-mark-as-read): Removed argument `cached';
4757         Use current cache status to set cache mark.
4758         (wl-summary-redisplay-internal): Follow the change above.
4759         (wl-summary-redisplay-no-mime-internal): Ditto.
4760         (wl-summary-redisplay-all-header): Ditto.
4761
4762         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4763
4764         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4765         Don't call itself recursively (Adviced by Yamaoka-san).
4766
4767 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4770         bind wl-summary-highlight as nil to avoid error caused by missing
4771         local variables.
4772
4773 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4774
4775         * wl-vars.el (wl-invalid-character-message): New user option.
4776
4777         * wl-util.el (wl-set-string-width): If truncated string-width is
4778         larger than specified width, use `wl-invalid-character-message'.
4779
4780 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4781
4782         * wl-summary.el (wl-summary-prefetch-msg): 
4783         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4784
4785 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4786
4787         * wl-vars.el (wl-summary-check-line-format): New user option.
4788         (wl-summary-line-format-file): Ditto.
4789
4790         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4791         variable.
4792         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4793         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4794         and `wl-summary-view-old-p' to check whether do a rescan or not.
4795         (wl-summary-view-old-p): New function.
4796         (wl-summary-line-format-changed-p): Ditto.
4797         (wl-summary-line-format-save): Ditto.
4798         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4799
4800         * wl-util.el (wl-set-string-width): Avoid using negative number
4801         for make-string.
4802
4803 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4804
4805         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4806         return value.
4807
4808         * wl-util.el (wl-set-string-width): Added optional argument
4809         `padding' (All other related portions are changed).
4810         (wl-line-parse-format): If the first letter of column number is
4811         `0', zero-padding the result (ex: "%05l").
4812
4813         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4814
4815 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4816
4817         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4818         sequential summary view.
4819
4820 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4823         if it doesn't have a -unix version.
4824
4825 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4826
4827         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4828
4829 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4830
4831         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4832         content.
4833         (wl-draft): Follow the change above.
4834
4835         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4836
4837         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4838         and wl-folder-summary-line-format-alist contain %T and %P.
4839
4840         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4841         (wl-summary-mode-line-format): New user option.
4842         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4843         (wl-summary-line-format): Changed default value.
4844         (wl-summary-lazy-highlight): Changed default value.
4845
4846         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4847         change in wl-summary-create-line.
4848         (wl-thread-insert-entity-sub): Ditto.
4849
4850         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4851         (wl-summary-buffer-unread-status): Ditto.
4852         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4853         (wl-summary-buffer-persistent-mark-column): Ditto.
4854         (wl-summary-buffer-mode-line-formatter): Ditto.
4855         (wl-summary-buffer-mode-line): Ditto.
4856         (wl-summary-message-regexp): Abolished.
4857         (All other related portions are changed.)
4858         (wl-summary-detect-mark-position): New function.
4859         (wl-summary-buffer-set-folder): Setup
4860         wl-summary-buffer-mode-line-formatter.
4861         (wl-summary-mode): Setup selective-display;
4862         Setup pre-idle-hook when xemacs.
4863         (wl-summary-update-modeline): Rewrite.
4864         (wl-summary-jump-to-msg): Define as function;
4865         Changed regexp for searching messages.
4866         (wl-summary-message-number): Rewrite.
4867         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4868         Do rescan when old type summary cache.
4869         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4870         (wl-summary-remove-destination): Use '\r' to detect EOL.
4871         (wl-summary-print-destination): Ditto.
4872         (wl-summary-temp-mark): New inline function.
4873         (wl-summary-persistent-mark): Ditto.
4874         (wl-summary-line-number): New function.
4875         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4876         (wl-summary-line-list-count): New function.
4877         (wl-summary-create-line): Added argument persistent-mark.
4878         (All other related portions are changed)
4879         (wl-summary-create-line): Insert '\r'.
4880         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4881         (wl-summary-cursor-move-surface): New inline function.
4882         (wl-summary-prev): Use it.
4883         (wl-summary-next): Ditto.
4884
4885         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4886         wl-summary-message-regexp.
4887         (wl-highlight-summary): Delete progress message.
4888         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4889
4890         * Version number is increased to 2.9.12.
4891
4892 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4893
4894         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4895         variable (nil: no minimum).
4896         (wl-summary-line-subject): Add some spaces after subject by
4897         wl-summary-line-subject-minimum-length.
4898
4899 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4900
4901         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4902         and removed `F'.
4903         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4904         change above).
4905
4906 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4907
4908         * wl-summary.el (wl-summary-line-list-count): Reverted.
4909         (example setting in samples/*/dot.wl is also updated)
4910
4911 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4912
4913         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4914
4915         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4916
4917         * wl-vars.el (wl-summary-line-format): Addes some description to the
4918         docstring.
4919
4920         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4921         (wl-summary-line-close-bracket): Ditto.
4922         (wl-summary-line-children-number): Ditto.
4923         (wl-summary-line-thread-indent): Ditto.
4924         (wl-summary-line-children-and-from): Ditto.
4925
4926         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4927         't', 'c', 'F' and added 'C'.
4928
4929         * wl-util.el (wl-set-string-width): Accept negative value.
4930         (wl-line-parse-format): Added "%number(" and "%)".
4931
4932 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4933
4934         * wl-summary.el (wl-summary-line-list-count): Change format of the
4935         return value.
4936
4937 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4938
4939         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4940         from the recent message.el.
4941         (wl-draft-point-in-header-p): Ditto.
4942         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4943         wl-draft-beginning-of-line.
4944         * wl-e21.el (wl-draft-mode-map): Ditto.
4945         * wl-xmas.el (wl-draft-mode-map): Ditto.
4946
4947         * wl-folder.el: Sort macrodefs by dependencies.
4948
4949 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4950
4951         * wl-summary.el (wl-summary-prev): Fixed regexp.
4952         (wl-summary-next): Ditto.
4953
4954 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4955
4956         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4957
4958 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4959
4960         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4961         for backward compatibility.
4962
4963 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4964
4965         * wl-summary.el (wl-summary-line-list-count): New function, merged
4966         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4967         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4968         list counts.
4969
4970 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl-summary.el (wl-summary-create-line): Ignore errors while
4973         timezone-fix-time.
4974
4975         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4976
4977         * wl-summary.el (wl-summary-sync-update): Ditto.
4978         (wl-summary-default-from): Use wl-message-entity
4979         instead of entity.
4980
4981         * wl-summary.el (wl-summary-create-line): Fix.
4982
4983         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4984         (wl-summary-line-format): New user option.
4985         (wl-folder-summary-line-format-alist): Ditto.
4986         (wl-summary-from-width): Abolished.
4987
4988         * wl-util.el (toplevel): Require 'bytecomp.
4989         (wl-line-parse-format): New function.
4990         (wl-line-formatter-setup): New macro.
4991
4992         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4993         (wl-summary-buffer-line-formatter): New buffer local variable.
4994         (wl-summary-switch-to-clone-buffer): Follow the change above.
4995         (wl-summary-message-regexp): Fix.
4996         (wl-summary-from-func-internal): Abolished.
4997         (wl-summary-subject-func-internal): Ditto.
4998         (wl-summary-subject-filter-func-internal): Ditto.
4999         (All other related portions are changed.)
5000         (wl-summary-buffer-set-folder):
5001         Set up wl-summary-buffer-number-column and 
5002         wl-summary-buffer-line-formatter
5003         (All other related portions are changed.)
5004         (wl-summary-buffer-number-column-detect): Abolished.
5005         (All other related portions are changed.)
5006         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5007         (wl-summary-delete-all-temp-marks-on-buffer): Use
5008         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5009         (wl-summary-target-mark-delete): Ditto.
5010         (wl-summary-target-mark-refile-subr): Ditto.
5011         (wl-summary-target-mark-mark-as-read): Ditto.
5012         (wl-summary-target-mark-mark-as-unread): Ditto.
5013         (wl-summary-target-mark-mark-as-important): Ditto.
5014         (wl-summary-target-mark-save): Ditto.
5015         (wl-summary-replace-status-marks): Renamed from
5016         wl-summary-set-status-marks-on-buffer;
5017         Use wl-summary-message-regexp instead of
5018         wl-summary-buffer-number-regexp.
5019         (wl-summary-sync-update): Follow the change above.
5020         (wl-summary-goto-previous-message-beginning): New function.
5021         (wl-summary-mark-as-unread): Use it.
5022         (wl-summary-mark-as-important): Ditto.
5023         (wl-summary-line-formatter): New variable.
5024         (wl-summary-line-year): New function.
5025         (wl-summary-line-day): Ditto.
5026         (wl-summary-line-day-of-week): Ditto.
5027         (wl-summary-line-hour): Ditto.
5028         (wl-summary-line-minute): Ditto.
5029         (wl-summary-line-open-bracket): Ditto.
5030         (wl-summary-line-close-bracket): Ditto.
5031         (wl-summary-line-children-number): Ditto.
5032         (wl-summary-line-thread-indent): Ditto.
5033         (wl-summary-line-size): Ditto.
5034         (wl-summary-line-subject): Ditto.
5035         (wl-summary-line-from): Ditto.
5036         (wl-summary-line-children-and-from): Ditto.
5037         (wl-summary-create-line): Rewritten.
5038         (wl-summary-format-date): Abolished.
5039
5040         * wl-highlight.el (wl-highlight-summary-current-line): Use
5041         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5042         Use thread structure to detect thread top message.
5043
5044         * wl-draft.el (wl-default-draft-cite): Don't use
5045         wl-summary-from-func-internal.
5046
5047         * wl-refile.el (wl-refile-subject-learn): Don't use
5048         wl-summary-subject-filter-func-internal.
5049         (wl-refile-guess-by-subject): Ditto.
5050
5051         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5052         parameters.
5053
5054         * wl-thread.el (wl-thread-update-indent-string-region):
5055         Use wl-thread-update-line-on-buffer instead of
5056         wl-thread-update-indent-string.
5057         (wl-thread-update-children-number): Redefine using
5058         wl-thread-update-line-on-buffer.
5059         (wl-thread-update-indent-string): Abolished.
5060
5061         * Version number is increased to 2.9.11.
5062
5063 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5064
5065         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5066         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5067         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5068
5069         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5070         as nil.
5071
5072         * wl-thread.el (wl-thread-open-all-unread): Use 
5073         elmo-folder-list-messages-mark-match.
5074         (wl-thread-insert-message): Removed argument `mark-alist'.
5075         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5076         elmo-msgdb-set-mark.
5077         (wl-thread-get-children-msgs-uncached): Likewise.
5078         (wl-thread-get-exist-children): Added argument include-self.
5079         (wl-thread-delete-message): Follow the change above.
5080
5081         * wl-summary.el (wl-summary-count-unread): Removed argument.
5082         (wl-summary-rescan): Follow the change above.
5083         (wl-summary-mark-as-read-region): Ditto
5084         (wl-summary-mark-as-unread-region): Ditto.
5085         (wl-summary-delete-messages-on-buffer): Ditto.
5086         (wl-summary-sync-update): Ditto.
5087         (wl-summary-switch-to-clone-buffer): Ditto.
5088         (wl-summary-goto-folder-subr): Ditto.
5089         (wl-summary-target-mark-mark-as-read): Ditto.
5090         (wl-summary-target-mark-mark-as-unread): Ditto.
5091         (wl-summary-target-mark-mark-as-important): Ditto.
5092         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5093         (wl-summary-update-thread): Removed argument `mark-alist'.
5094         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5095         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5096         (wl-summary-resume-cache-status): Likewise.
5097         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5098         elmo-msgdb-set-mark.
5099         (wl-summary-mark-as-read-all): Likewise.
5100         (wl-summary-delete-cache): Ditto.
5101         (wl-summary-auto-select-msg-p): Ditto.
5102         (wl-summary-mark-as-unread): Ditto.
5103         (wl-summary-no-auto-refile-message-p): Ditto.
5104         (wl-summary-mark-as-read): Ditto.
5105         (wl-summary-mark-as-important): Ditto.
5106         (wl-summary-auto-refile): Follow the change above.
5107         (wl-summary-delete-all-marks): Removed.
5108         (wl-summary-resume-marks-and-highlight): Ditto.
5109         (wl-summary-resume-marks): Ditto.
5110         (wl-summary-delete-important-msgs-from-list): Ditto.
5111         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5112
5113         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5114         wl-summary-count-unread.
5115
5116         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5117         (wl-summary-score-update-all-lines): Use
5118         elmo-msgdb-set-mark.
5119
5120 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5121
5122         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5123         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5124         (wl-summary-create-line): Renamed from
5125         wl-summary-overview-create-summary-line;
5126         Argument rearrangement.
5127         (wl-summary-update-thread): Follow the change above.
5128
5129         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5130         (wl-thread-insert-entity-sub): Likewise.
5131
5132         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5133         argument `overview', `mark-alist' and added `msgdb'.
5134
5135         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5136
5137         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5138         (wl-summary-rescan): Follow the change above.
5139         (wl-summary-sync-update): Ditto.
5140         (wl-summary-insert-thread-entity): Ditto;
5141         Don't use `let*' in every while loop;
5142         Detect infinite loop of threads.
5143         (wl-summary-update-thread): Removed argument `overview'.
5144
5145         * wl-thread.el (wl-thread-insert-message): Ditto.
5146
5147         * Version number is increased to 2.9.10.
5148
5149         * wl-message.el (wl-message-redisplay): Ignore errors while
5150         wl-message-redisplay-hook.
5151
5152 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5153
5154         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5155
5156 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl.el (wl): inhibit-quit while wl-folder.
5159
5160 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5161
5162         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5163         while msgdb access.
5164
5165 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5166
5167         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5168         even if no folder is not created.
5169
5170 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5171
5172         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5173
5174         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5175         implementation.
5176         (wl-summary-target-mark-thread): Ditto.
5177
5178         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5179
5180 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5181
5182         * wl-util.el (wl-display-bytes): Remove unused function.
5183
5184 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5185
5186         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5187         seems critical one (partially reverse the change in 2002/03/17).
5188
5189 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5190
5191         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5192         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5193
5194 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5195
5196         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5197         is not writable.
5198         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5199         plugged status instead of `'force' as 2nd argument.
5200
5201         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5202         is not creatable.
5203
5204         * Version number is increased to 2.9.9.
5205
5206 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5207
5208         * wl-summary.el (wl-summary-suspend): New function.
5209
5210 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5211
5212         * wl.el (wl): Do not check variables if check is nil.
5213         * wl-utils.el (wl-collect-draft): New function.
5214         * wl-folder.el (wl-folder-suspend): Put summary buffers
5215         and draft buffers at the end of buffer list.
5216         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5217
5218 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5219
5220         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5221         loop instead of recursive call.
5222
5223         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5224         2nd argument.
5225
5226 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5227
5228         * wl-draft.el (wl-draft-create-contents): Don't take neither
5229         (function . args) nor (string . something) any more.
5230
5231         * wl-version.el (wl-generate-user-agent-string): Return string
5232         without header symbol.
5233         * wl-draft.el (wl-draft-default-headers): Use it.
5234
5235         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5236         `wl-draft-insert-ccs' and return field value instead of inserting
5237         the header. Abolish cc argument.
5238         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5239
5240         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5241         rather than one with string car.
5242
5243         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5244         * wl-draft.el (wl-draft-create-contents): Add it after the default
5245         headers.
5246
5247         * wl-draft.el (wl-draft-create-contents): For the case of
5248         (symbol-or-string . function) insert header only when the function
5249         returns string value.
5250
5251 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5252
5253         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5254         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5255
5256 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5257
5258         * wl.el (wl-check-environment): Don't check Message-ID when
5259         `wl-insert-message-id' is nil.
5260         Revive checking if `wl-message-id-domain' contains "@".
5261
5262 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5263
5264         * wl.el (wl-check-environment): Merge examination for "@" at
5265         inappropriate position into the first string-match.
5266
5267         * wl-summary.el (wl-summary-target-mark-print): New function.
5268         (wl-summary-pipe-message-subr): Extracted from
5269         `wl-summary-pipe-message'.
5270         (wl-summary-target-mark-pipe): New function.
5271         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5272         `wl-summary-target-mark-pipe'.
5273
5274 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5275
5276         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5277
5278 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5279
5280         * wl.el (wl-check-environment): Use elmo-warning instead of
5281         error for non-critical ones.
5282         Remove trash folder check.
5283         (wl): Don't ignore error in wl-check-environment.
5284
5285         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5286         check, which is moved from `wl-check-environment'.
5287         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5288
5289 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5290
5291         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5292         guess anything, call wl-summary-write.
5293         (wl-summary-write): Create draft with blank To field.
5294         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5295
5296 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5297
5298         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5299         argument full as well for wl-folder-write-current-folder.
5300         If wl-*-write-current-folder cannot guess addressee, add blank
5301         To header.
5302         Rewrite condition for positioning cursor.
5303
5304 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5305
5306         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5307         summary buffer is present, use it.
5308         (wl-folder-jump-to-previous-summary): Ditto.
5309
5310 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5311
5312         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5313
5314         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5315         wl-summary-previous-buffer and wl-summary-next-buffer.
5316
5317         * wl-folder.el (wl-folder-mode-map): Bind
5318         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5319         (wl-folder-jump-to-next-summary): New function.
5320         (wl-folder-jump-to-previous-summary): Ditto.
5321
5322         * wl-draft.el (wl-draft): Rearranged.
5323
5324 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5325
5326         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5327         of header.
5328         (wl-draft): Collect arguments for the header as header-alist.
5329         (wl-draft-forward): Arrange arguments for wl-draft.
5330         (wl-draft-reply): Ditto.
5331         (wl-draft-edit-string): Ditto.
5332         * wl-summary.el (wl-summary-write): Ditto.
5333         (wl-summary-write-current-folder): Ditto.
5334
5335         * Version number is increased to 2.9.8.
5336
5337 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5338
5339         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5340
5341         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5342
5343         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5344         even if the guess failed.
5345
5346         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5347         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5348         wl-summary-write-current-folder.
5349         * wl-xmas.el: Ditto.
5350
5351 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * wl-summary.el (wl-summary-next-page): Force display message if
5354         message is not displayed yet.
5355         (wl-summary-prev-page): Ditto.
5356
5357 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5358
5359         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5360
5361 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5362
5363         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5364         add "Preview Message" and "Save Draft and Exit".
5365
5366 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5367
5368         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5369         if addrmgr is called from draft in splitted window.
5370
5371         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5372         * wl-mule.el: Ditto.
5373         * wl-xmas.el: Ditto.
5374
5375 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5376
5377         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5378
5379         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5380         * wl-xmas.el (wl-folder-toolbar): Ditto.
5381
5382 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5383
5384         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5385         and wl-draft-save-and-exit.
5386         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5387         * wl-xmas.el: Ditto.
5388         * wl-mule.el: Ditto.
5389
5390         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5391         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5392
5393 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5396         lists for saving buffer.
5397
5398 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5399
5400         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5401         parent-folder argument instead of it.
5402         (wl-draft-create-buffer): Ditto.
5403         (wl-draft-forward): Ditto.
5404         (wl-draft-reply): Ditto.
5405         * wl-summary.el (wl-summary-write): Ditto.
5406         (wl-summary-write-current-folder): Ditto.
5407
5408         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5409         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5410         Folder buffer after composing.
5411
5412 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5415         header if the file `wl-x-face-file' already contains it.
5416
5417 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5418
5419         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5420         folder" entry.
5421         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5422         * wl-e21.el (wl-folder-toolbar): Ditto.
5423         * wl-xmas.el (wl-folder-toolbar): Ditto.
5424
5425 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5426
5427         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5428         wl-folder-goto-folder with sticky argument.
5429         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5430
5431 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5434         and wl-summary-previous-buffer.
5435         (wl-summary-next-buffer): New function.
5436         (wl-summary-previous-buffer): Ditto.
5437
5438 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5439
5440         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5441         wl-folder-jump-to-current-entity-with-arg.
5442         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5443         `wl-folder-jump-to-current-entity'.
5444         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5445         `wl-summary-goto-folder-sticky'.
5446         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5447         `wl-summary-goto-folder'.
5448         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5449         Unless force-exit, do not clean temp. marks for sticky summary.
5450         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5451
5452 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5453
5454         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5455         not entire.
5456
5457 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5458
5459         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5460         to `C-x C-s'.
5461         (wl-summary-save-status): New command.
5462         (wl-summary-exit): Don't clean-up temp marks when sticky.
5463         (Applied patch from Nakayama-san [wl: 09548])
5464         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5465         Do nothing when no mark data.
5466         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5467         Call `wl-summary-delete-all-temp-marks' before saving.
5468
5469 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5470
5471         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5472
5473 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5474
5475         * wl.el (wl-check-environment): Also cause error when (system-name)
5476         returns "localhost.localdomain". (Although it doesn't affect because
5477         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5478
5479 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5480
5481         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5482         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5483
5484         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5485         value.
5486
5487 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5490         Likewise r-cc-list and r-ng-list.
5491
5492 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5495         only if it is bound as variable.
5496
5497         * wl-mime.el (wl-draft-preview-message): Ditto.
5498
5499 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5500
5501         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5502         needless `goto-char'.
5503
5504         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5505         `wl-summary-redisplay-no-mime-internal' instead of
5506         `wl-summary-redisplay-no-mime'.
5507         (wl-summary-redisplay-no-mime): Changed argument;
5508         Call `wl-summary-redisplay-no-mime-internal'.
5509
5510         * wl-mime.el (wl-draft-preview-message): Bind
5511         `mime-header-encode-method-alist' locally.
5512
5513         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5514         (wl-draft-std11-parse-addresses): Added the first address check.
5515         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5516
5517         * Version number is increased to 2.9.7.
5518
5519 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5520
5521         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5522
5523 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5524
5525         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5526         related to scrollbar support, if there is no such a feature
5527         compiled in.
5528
5529 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5530
5531         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5532         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5533         for prefetch.
5534
5535 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5536
5537         * wl-summary.el (wl-summary-pick): Fix for no match.
5538
5539 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5540
5541         * wl-draft.el (wl-draft-save):
5542         Override `mime-header-encode-method-alist'.
5543
5544 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5545
5546         * wl-folder.el (wl-folder-pick): New function.
5547         Define key as "?".
5548
5549 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5550
5551         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5552         Fix for unplugged.
5553
5554 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5555
5556         * wl-folder.el (wl-folder-virtual): New function.
5557         Define key as "V".
5558
5559 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5560
5561         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5562         multi folder if entity is group.
5563
5564 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5565
5566         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5567         is nil.
5568
5569 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5570
5571         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5572         (wl-summary-target-mark-msgs): Return the number of marked messages.
5573
5574 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5575
5576         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5577         "first:" is specified.
5578
5579 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5580
5581         * wl-vars.el (wl-from): Use return value of function
5582         user-full-name instead of the variable user-full-name since
5583         XEmacs-20.4 doesn't set this variable.
5584
5585 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5586
5587         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5588         call `wl' directly.
5589
5590 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5591
5592         * wl-draft.el (wl-draft-reedit): Removed duplicated
5593         switch-to-buffers.
5594
5595 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * wl.el (wl-other-frame): Removed garbages.
5598
5599 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5600
5601         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5602
5603         * wl-xmas.el (wl-draft-key-setup): Ditto.
5604
5605         * wl-mule.el (wl-draft-key-setup): Ditto.
5606
5607         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5608         (wl-draft-reedit): Ditto.
5609         (wl-draft-prepare-edit): Add `wl-draft-save' to
5610         `local-write-file-hooks'.
5611         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5612         (wl-draft-reedit): Set buffer-file-name.
5613         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5614
5615
5616         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5617         call it.
5618         (wl-delete-startup-frame-function): New variable.
5619         (wl-other-frame): New function
5620         (Original was written by Yamaoka san [wl: 09239]).
5621
5622         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5623         if `wl-folder-use-frame'.
5624
5625 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5626
5627         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5628
5629 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5630
5631         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5632         New variable.
5633         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5634         (wl-message-buffer-prefetch-get-next): Use them.
5635         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5636
5637 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5640         with unwind-protect.
5641
5642         * wl-draft.el (wl-draft-reedit): Rewrite.
5643         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5644         (wl-draft-save): Insert header separator if it does not exist;
5645         Removed condition-case.
5646
5647         * wl-summary.el (wl-summary-reedit): Revert last change.
5648
5649         * wl-draft.el (wl-draft-save): Rewrite.
5650         (wl-draft-create-buffer): Set buffer-file-name as nil.
5651
5652         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5653
5654         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5655
5656         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5657         nil.
5658
5659 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5660
5661         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5662         If count is nil, do not prefetch.
5663         (wl-message-buffer-prefetch-next): Next.
5664
5665 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5666
5667         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5668
5669 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5670
5671         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5672         `delete-backward-char'
5673         (wl-draft-prepare-edit): Check major-mode.
5674         (wl-draft-decode-header): Rewrite.
5675         (wl-draft): Fix.
5676
5677 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5678
5679         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5680
5681 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5682
5683         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5684         (wl-message-buffer-prefetch-get-next): Remove size checking.
5685         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5686
5687 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5688
5689         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5690         (wl-draft-default-headers): Fix.
5691
5692 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5693
5694         * wl-draft.el (wl-draft-default-headers): Insert return value of
5695         `wl-generate-mailer-string-function'.
5696
5697 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5698
5699         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5700         (wl-draft-insert-mail-header-separator): Ditto.
5701
5702         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5703         again (Reverted the change on 2002-01-17 by OKADA san).
5704
5705 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5706
5707         * wl-draft.el (wl-draft): Rewrite.
5708         (wl-draft-create-buffer): New function.
5709         (wl-draft-create-contents): Ditto.
5710         (wl-draft-prepare-edit): Ditto.
5711         (wl-draft-decode-header): Ditto.
5712         (wl-draft-decode-body): Ditto.
5713         (wl-draft-check-new-line): Ditto.
5714         (wl-draft-default-headers): Ditto.
5715         (wl-draft-insert-mail-header-separator): Ditto.
5716
5717 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5718
5719         * Version number is increased to 2.9.6.
5720
5721 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5722
5723         * wl-draft.el (wl-draft-delete-field): Optional argument.
5724         (wl-draft-delete-fields): Ditto.
5725
5726 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5727
5728         * wl-message.el (toplevel): Eliminated byte-compile warning.
5729         for `itimer-function', `delete-timer' and `itimer-list'.
5730
5731 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5732
5733         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5734         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5735         `wl-message-buffer-prefetch-threshold'.
5736         * wl-summary.el (wl-summary-redisplay-internal): Remove
5737         the check of `wl-message-buffer-prefetch-depth'.
5738
5739 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5740
5741         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5742         size of article.
5743         (wl-message-buffer-prefetch-subr): Remove size check.
5744
5745 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5746
5747         * wl-vars.el (wl-plugged): Make customizable.
5748
5749 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5750
5751         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5752         (wl-message-buffer-prefetch-set-timer): New function.
5753         (wl-message-buffer-prefetch-get-next): New function.
5754         (wl-message-buffer-prefetch): New function.
5755         (wl-message-buffer-prefetch-next): Rewrite.
5756         (wl-message-buffer-prefetch-subr): Rewrite.
5757         * wl-vars.el (wl-auto-prefetch-first): New variable.
5758         * wl-summary.el (wl-summary-goto-folder-subr): Call
5759         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5760
5761 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5762
5763         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5764         `wl-summary-unread-message-hook'.
5765
5766 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5767
5768         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5769         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5770         if range is `cache-status'.
5771
5772 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5773
5774         * wl-message.el (wl-message-buffer-prefetch-subr):
5775         Improve debug message.
5776
5777 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5778
5779         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5780         `wl-mail-send-pre-hook'.
5781         (wl-draft-send-mail-with-qmail): Ditto.
5782         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5783
5784 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5785
5786         * wl-message.el (wl-message-buffer-prefetch-subr):
5787         Fix for cancel-function-timers bug.
5788         (wl-message-buffer-prefetch-debug): Default value is t.
5789
5790 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5791
5792         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5793         (wl-message-buffer-prefetch-subr): Rewrite.
5794         Rename from `wl-message-buffer-prefetch'.
5795
5796 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5797
5798         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5799         (wl-default-draft-cite-decorate-author): Ditto.
5800
5801         * wl-draft.el (wl-draft-cite-function): Removed.
5802         (wl-default-draft-cite-decorate-author): Ditto.
5803
5804 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5805
5806         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5807         (wl-default-draft-cite): Do not arrange author name if the value of
5808         `wl-default-draft-cite-decorate-author' is nil.
5809
5810 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5811
5812         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5813
5814         * wl-folder.el (wl-folder-check-one-entity): Don't care
5815         `elmo-folder-use-flag-p'.
5816
5817 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5818
5819         * wl-folder (wl-folder-check-one-entity): Fix
5820         problem if unread is nil.
5821
5822 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5823
5824         * wl-address.el (wl-address-make-completion-list): Check whether
5825         the address is a group list.
5826         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5827
5828 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5829
5830         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5831         The number of the messages of new and unread does not count
5832         correctly.
5833
5834         * wl-summary.el (wl-summary-count-unread): Changed to return
5835         `(new . unread)' instead of total.
5836         (wl-summary-sync-update): Follow the change above.
5837
5838         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5839
5840 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5841
5842         * wl-address.el (wl-address-make-completion-list): Do not enclose
5843         address by " <" and ">" if associated realname is "".
5844         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5845         This is against the promblem with group list in .addresses pointed
5846         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5847
5848 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5849
5850         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5851         message is a format control string.
5852         * wl-expire.el (wl-expire-append-log): Ditto.
5853         * wl-mime.el (wl-summary-burst-subr): Ditto.
5854         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5855         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5856
5857 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5858
5859         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5860         wl.el (wl-check-variables): Rename from `wl-check-type'.
5861         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5862         (wl-check-variables-2): New function.
5863         (wl): Call `wl-check-variables-2'.
5864
5865 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5866
5867         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5868         after renaming folder in access group.
5869
5870 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5871
5872         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5873         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5874         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5875         (wl-message-buffer-prefetch): Rewrite.
5876         (wl-message-buffer-prefetch-idle-time): Removed.
5877         * wl-summary.el (wl-summary-redisplay-internal):
5878         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5879         Error check for `wl-message-buffer-prefetch-depht'.
5880
5881 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5882
5883         * Version number is increased to 2.9.5.
5884         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5885
5886 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5887
5888         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5889         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5890         Based on the patch written by
5891         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5892
5893 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5894
5895         * wl-draft.el (wl-draft-raw-send): Fix for
5896         `wl-news-send-pre-hook'
5897
5898 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5899
5900         * wl-utils.el (wl-message-id-function): New variable.
5901         * wl-draft.el (wl-draft-insert-required-fields):
5902         Use `wl-message-id-function'.
5903
5904 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5905
5906         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5907         * wl-utils.el (wl-draft-make-message-id-string):
5908         Use `wl-from' for domain part of Message-ID
5909         if `wl-message-id-use-wl-from' if non-nil.
5910         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5911
5912 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5913
5914         * wl.el (wl): Call `wl-check-type'
5915         Do not 'condition-case'.
5916
5917 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5918
5919         * wl.el (wl-check-type): New function.
5920         (wl-check-type-variables): New variable.
5921
5922 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5923
5924         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5925
5926 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5927
5928         * wl-draft.el (wl-smtp-password-key): New function.
5929         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5930         (wl-draft-send-mail-with-smtp): Ditto.
5931         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5932
5933 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5934
5935         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5936         * wl-utils.el (wl-unique-id-suffix): Remove.
5937
5938 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5939
5940         * Version number is increased to 2.9.4.
5941
5942 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5943
5944         * wl-utils.el (wl-unique-id-suffix): New variable.
5945         (wl-unique-id): Use `wl-unique-id-suffix'
5946
5947 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5948
5949         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5950         instead of `elmo-msgdb-search'.
5951
5952         * Version number is increased to 2.9.3.
5953
5954 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5955
5956         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5957
5958 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5959
5960         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5961         (wl-draft-dispatch-message): Changed for send-later.
5962         (wl-draft-queue-flush): Ditto.
5963         (wl-draft): Clear `wl-sent-message-queued'.
5964         (wl-draft-reedit): Ditto.
5965         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5966         * wl-vars.el (wl-draft-force-queuing): New variable.
5967         (wl-draft-force-queuing-mail): New variable.
5968         (wl-draft-force-queuing-news): New variable.
5969
5970 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5971
5972         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5973         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5974
5975 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5976
5977         * Version number is increased to 2.9.2.
5978
5979 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * wl-draft.el (wl-draft-elide-region): New user command.
5982         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5983
5984         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5985         command `wl-draft-elide-region'.
5986         * wl-mule.el: Ditto.
5987         * wl-xmas.el: Ditto.
5988
5989 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5990
5991         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5992         (wl-biff-check-folder-async): Removed needless let.
5993
5994 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5995
5996         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5997         wl-folder-get-elmo-folder.
5998         (wl-biff-check-folder): Set `biff' argument of
5999         `wl-folder-check-one-entity'.
6000         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6001
6002         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6003         (wl-folder-check-one-entity): Added `biff' argument;
6004         Setup `biff' slot of folder.
6005
6006         * Version number is increased to 2.9.1.
6007
6008 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6009
6010         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6011         comment out and fixed.
6012         (wl-fldmgr-add-completion-subr): Ditto.
6013
6014         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6015         and msgdb.
6016
6017         * wl.el (wl-toggle-plugged): Save summary view.
6018
6019 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6020
6021         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6022
6023 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6024
6025         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6026
6027 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6030         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6031         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6032
6033         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6034         if it was failed.
6035         (wl-demo): Disable undo in the demo buffer.
6036
6037 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6038
6039         * wl-version.el (wl-version): Changed codename.
6040
6041         * Version number is increased to 2.9.0.
6042
6043 2001-12-14  Takuo KITAME <kitame@northeye.org>
6044
6045         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6046         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6047         (wl-folder-mark-as-read-all-current-entity): Ditto.
6048
6049 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6050
6051         * wl-vars.el (wl-from-width): Define as obsolete variable.
6052         (wl-subject-length-limit): Ditto.
6053
6054         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6055
6056         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6057         wl-summary-save-view.
6058
6059         * wl.el (wl-save-status): Ditto.
6060         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6061
6062         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6063         (wl-summary-exit): Follow the change above.
6064         (wl-summary-goto-folder-subr): Ditto.
6065
6066         * wl-folder.el (wl-folder-create-subr): Don't use
6067         `elmo-folder-creatable-p'.
6068
6069 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6070
6071         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6072
6073 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6076         rather than bitmap on Emacs 21.
6077         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6078         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6079         for xbm if the new redisplay engine is not available.
6080
6081 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6082
6083         * wl-folder.el (wl-folder-init-hook): New hook.
6084         (wl-folder-init): Run `wl-folder-init-hook'.
6085
6086 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6089
6090 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6091
6092         * wl-acap.el (wl-acap-cache-filename): New variable.
6093         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6094         (wl-acap-init): Use cache if no ACAP server found.
6095
6096 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6097
6098         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6099         `wl-acap-original-msgdb-dir'.
6100
6101         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6102         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6103
6104         * wl-mime.el (wl-mime-save-directory): Renamed from
6105         `wl-mime-save-dir'.
6106
6107 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6110
6111         * wl-demo.el: Require `path-util'.
6112         (wl-demo-bitmap-mule-available-p): New internal variable.
6113         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6114         `module-installed-p' instead.
6115         (wl-demo-insert-image): Use *.img file for a bitmap image.
6116         (wl-demo): Don't call the ascii demo recursively.
6117
6118 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6119
6120         * Version number is increased to 2.7.7.
6121
6122 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6123
6124         * wl.el (wl-exit): Eliminated byte-compile warning.
6125
6126 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6127
6128         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6129         obsolete variable using `elmo-define-obsolete-variable'.
6130         (wl-fetch-confirm-threshold): Ditto.
6131         (wl-cache-prefetch-folder-type-list): Ditto.
6132         (wl-cache-prefetch-folder-list): Ditto.
6133
6134 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6137         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6138         (wl-demo-insert-image): New function.
6139         (wl-demo-insert-text): New function.
6140         (wl-demo-image-type-alist): Redefine as a function.
6141         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6142         (wl-demo-with-temp-file-buffer): Removed.
6143         (wl-logo-xpm): Removed.
6144         (wl-logo-xbm): Removed.
6145         (wl-logo-bitmap): Removed.
6146
6147 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6148
6149         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6150         (wl-expire-localdir-get-folder-function): New user option.
6151         (wl-expire-localdir-get-folder): New function.
6152         (wl-expire-localdir-date): Ditto.
6153
6154 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6155
6156         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6157         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6158         Fixed unread number mismatch when all-unread < unread.
6159
6160 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6161
6162         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6163         (wl-fetch-confirm-threshold): Ditto.
6164
6165         * wl-summary.el (wl-summary-confirm-appends): Removed.
6166         (wl-summary-sync-update): Don't refer
6167         `wl-summary-update-confirm-threshold' (It is now abolished).
6168
6169         * wl-message.el (wl-message-display-internal): Don't refer
6170         `wl-fetch-confirm-threshold' (It is now abolished).
6171
6172 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6175
6176 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6177
6178         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6179         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6180         Change default value to nil.
6181         (wl-summary-indent-length-limit): The value can be nil, nil means
6182         unlimited.
6183
6184         * wl-summary.el: Don't set limit for indent length if the value of
6185         wl-summary-indent-length-limit is nil.
6186         If the value of wl-summary-width is nil, it means only that the width
6187         of summary is unlimited (nil doesn't mean that the indent length is
6188         unlimited).
6189
6190         * wl-thread.el: Ditto.
6191
6192 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6193
6194         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6195         be nil, nil means never confirm.
6196         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6197
6198 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6199
6200         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6201         means unlimited).
6202
6203 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6204
6205         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6206         Use `with-temp-buffer'.
6207
6208 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6209
6210         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6211         with new backquote style).
6212         (wl-folder-get-entity-from-buffer): Ditto.
6213
6214 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6215
6216         * wl-version.el (nemacs-version): Eliminated.
6217         (wl-extended-emacs-version2): Ignore nemacs.
6218         (wl-extended-emacs-version3): Ditto.
6219
6220 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6221
6222         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6223         (wl-draft-add-in-reply-to): New variable.
6224         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6225         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6226         (wl-draft-yank-from-mail-reply-buffer): Use
6227         `wl-draft-add-in-reply-to'.
6228         (wl-draft-insert-current-message): Ditto.
6229
6230 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6231
6232         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6233         typo (kill->hide).
6234         (wl-message-buffer-prefetch-folder-type-list): Added elements
6235         `mark' and `cache' instead of `internal'.
6236
6237 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6240         resume msgdb directory.
6241
6242 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6243
6244         * wl.el (wl-exit): Call `wl-acap-exit'.
6245
6246         * wl-summary.el (wl-summary-message-string): New function.
6247         (wl-summary-reedit): Use it.
6248         (wl-summary-resend-bounced-mail): Remove needless let.
6249         (wl-summary-supersedes-message): Ditto.
6250         (wl-summary-save): Ditto.
6251
6252         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6253         (wl-acap-init): Set it.
6254         (wl-acap-exit): New function.
6255
6256 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6257
6258         * wl.el (wl-init): Revert (require 'mime-setup). move from
6259         toplevel.
6260
6261 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6262
6263         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6264         local variables.  Add error when guess function return invalid
6265         value.
6266
6267 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6268
6269         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6270         Change local variable name.
6271         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6272         (wl-folder-get-newsgroups): Return nil when non-news folder.
6273         * wl-summary.el (wl-summary-write-current-folder): State through
6274         when guess-list return nil.
6275         (wl-summary-write-current-folder-functions): Fixed docstring.
6276
6277         * wl.el (wl-exit): Changed confirm message.
6278
6279         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6280         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6281
6282         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6283
6284 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6285
6286         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6287         user option (Renamed from wl-cache-prefetch-folder-type-list).
6288         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6289         from wl-cache-prefetch-folder-list).
6290
6291         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6292         Move to wl-vars.el.
6293         (wl-message-buffer-prefetch-p): Changed to enable
6294         `wl-message-buffer-prefetch-folder-list'.
6295
6296         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6297         `ignore-cache'.
6298
6299 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6300
6301         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6302         `part-top' and `part-bottom'.
6303         (wl-draft-config-sub-part-top): New function.
6304         (wl-draft-config-sub-part-bottom): New function.
6305
6306 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6307
6308         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6309
6310 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6311
6312         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6313
6314 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6315
6316         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6317
6318         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6319         (wl-summary-write-current-folder): Ditto.
6320
6321 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6322
6323         * wl-folder.el (wl-folder-get-newsgroups): Use
6324         `elmo-folder-newsgroups'.
6325
6326 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6327
6328         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6329         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6330         `wl-draft-config-sub-header-bottom'.
6331
6332 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6333
6334         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6335         localnews folder.
6336
6337 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6338
6339         * wl-summary.el (wl-summary-mode): Undo last change.
6340
6341         * wl-folder.el (wl-folder-mode): Ditto.
6342
6343 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6344
6345         * wl-summary.el (wl-summary-mode): Locally set
6346         truncate-partial-window-width to nil.
6347         (for XEmacs)
6348
6349         * wl-folder.el (wl-folder-mode): Ditto.
6350
6351 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6352
6353         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6354
6355 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6356
6357         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6358         number.
6359
6360         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6361
6362         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6363
6364         * Version number is increased to 2.7.6.
6365
6366 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6367
6368         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6369
6370 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6371
6372         * wl-summary.el (wl-summary-sync-update): Enclose network
6373         related portion with `unwind-protect'.
6374
6375 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6376
6377         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6378
6379 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6382         element.
6383         * wl-vars.el (wl-message-body-button-alist): Ditto.
6384
6385         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6386         max match length.
6387         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6388
6389         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6390         for the max match length;
6391         Use 4th element value for the button string regexp group.
6392
6393         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6394         candidate exists, prompt to select.
6395
6396 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6397
6398         * wl-summary.el (wl-summary-jump-to-msg): Search before
6399         calibration point by `beginning-of-line'.
6400
6401 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6402
6403         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6404         for access group.
6405
6406 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * wl-message.el (wl-message-display-internal): Bind
6409         `default-mime-charset'.
6410
6411         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6412
6413         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6414
6415         * Version number is increased to 2.7.5.
6416
6417 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6418
6419         * wl-expire.el (wl-summary-archive): Fixed;
6420         Use `elmo-folder-name-internal'.
6421
6422 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6423
6424         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6425         from `elmo-folder-move-messages' caller.
6426         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6427
6428         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6429         related portions are changed).
6430
6431 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6432
6433         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6434         counter.
6435
6436 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6437
6438         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6439         buffer local and set it to nil.
6440
6441         * wl-message.el (wl-message-redisplay): Ditto.
6442
6443 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * wl-summary.el (wl-summary-mark-as-important): If message is
6446         already cached, set messag as read, otherwise encache and mark as read.
6447
6448 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6449
6450         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6451         point-min.
6452
6453 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6456         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6457         a keymap.
6458
6459 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6460
6461         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6462         parent.
6463
6464         * wl-mule.el (wl-message-define-keymap): Ditto.
6465
6466         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6467
6468         * wl-xmas.el (wl-message-display-internal-hook): Define.
6469         (wl-xmas-setup-message-toolbar): Define as function.
6470         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6471         (wl-message-overload-functions): Abolished.
6472         (wl-message-define-keymap): New function.
6473
6474         * wl-vars.el (wl-message-display-internal-hook): New variable.
6475         (wl-message-header-button-alist): New variable (Renamed from
6476         wl-highlight-message-header-button-alist).
6477         (wl-message-body-button-alist): Ditto.
6478
6479         * wl-mule.el (wl-message-define-keymap): New function.
6480         (wl-message-overload-functions): Abolished.
6481
6482         * wl-message.el (wl-message-add-buttons-to-body): New function.
6483         (wl-message-redisplay): Don't call wl-message-overload-functions;
6484         Call wl-message-add-buttons-to-header and
6485         wl-message-add-buttons-to-body.
6486         (wl-message-display-internal): Set keymap argument for
6487         elmo-mime-display-as-is, elmo-mime-message-display;
6488         Run wl-message-display-internal-hook.
6489         (wl-message-refer-article-or-url): Abolished.
6490
6491         * wl-highlight.el (wl-highlight-headers): Don't call
6492         wl-highlight-message-add-buttons-to-header.
6493         (wl-highlight-message-add-buttons-to-header): Abolished.
6494
6495
6496         * wl-e21.el (wl-message-display-internal-hook): Define.
6497         (wl-e21-setup-toolbar): Deleted duplicated binding.
6498         (wl-e21-setup-message-toolbar): Define as function.
6499         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6500         (wl-message-define-keymap): New function.
6501         (wl-message-overload-functions): Abolished.
6502
6503 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6504
6505         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6506         and elmo-folder-close.
6507
6508         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6509
6510 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6511
6512         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6513         boolean value.
6514         * wl-draft.el (wl-draft-do-fcc): Ditto.
6515
6516 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6517
6518         * wl-vars.el (wl-fcc-force-as-read): New variable.
6519         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6520         mark copied message as read.
6521
6522 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6523
6524         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6525
6526 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6527
6528         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6529         `wl-summary-target-above' instead of obsolete variable
6530         `wl-summary-temp-above'.
6531
6532         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6533         instead of `make-obsolete-variable'.
6534         * wl-refile.el (toplevel): Ditto.
6535
6536 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6539         with third argument t.
6540         (wl-draft): Set first argument for wl-plugged-init as t.
6541
6542         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6543         definition.
6544
6545 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6546
6547         * wl-vars.el: Tabify.
6548         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6549
6550         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6551         message.
6552
6553 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6554
6555         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6556         and set default to beep.
6557
6558 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6559
6560         * wl-vars.el (wl-draft-truncate-lines): New variable.
6561
6562         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6563         instead of wl-message-truncate-lines for truncate-lines.
6564
6565 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6566
6567         * wl-message.el (wl-message-display-internal): Call
6568         `wl-highlight-message' after `elmo-mime-display-as-is'.
6569
6570         * wl-mime.el (wl-mime-display-text/plain): New function.
6571         (wl-mime-display-header): Ditto.
6572         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6573         body-presentation-method for text/plain;
6574         Register `wl-mime-display-header' as a header-presentation-method;
6575         Don't set up `elmo-message-text-content-inserted-hook' and
6576         `elmo-message-header-inserted-hook'.
6577
6578         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6579         variable.
6580         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6581         as t if flag is 'all-header;
6582         Don't bind `elmo-message-ignored-field-list',
6583         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6584
6585 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6588         for xemacs with non-mule environment.
6589
6590 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6591
6592         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6593         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6594         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6595
6596 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6597
6598         * wl-vars.el (wl-interactive-send): Set default value as t.
6599
6600 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6601
6602         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6603         (wl-addrmgr-method-list): Abolished.
6604         (wl-addrmgr-change-method): Follow above change.
6605
6606         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6607
6608 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6609
6610         * wl-vars.el (wl-message-truncate-lines): Change default value
6611         to default-truncate-lines.
6612
6613         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6614
6615 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6616
6617         * wl-vars.el (wl-message-truncate-lines): New variable.
6618
6619         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6620         wl-message-truncate-lines.
6621
6622 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6623
6624         * wl-acap.el (wl-acap-init): Remove period from error message.
6625         (wl-acap-find-acap-service): Remove period from message.
6626
6627 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6628
6629         * wl.el (wl-check-environment): Undo last change.
6630
6631         * wl-vars.el (wl-from): Changed default value.
6632
6633         * wl-util.el (toplevel): Don't require tm-edit.
6634
6635         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6636         `wl-folder-init';
6637         Don't set mark on mail body.
6638         (wl-draft-reedit): Ditto.
6639
6640         * wl-address.el (wl-address-quote-specials): Define as an alias for
6641         elmo-address-quote-specials.
6642
6643 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6644
6645         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6646
6647         * wl-vars.el (wl-from): Set default value as nil.
6648         (wl-organization): Set default value as ORGANIZATION environment
6649         variable.
6650
6651         * wl-draft.el (wl-smtp-extension-bind): Check value of
6652         wl-smtp-connection-type.
6653
6654         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6655         error.
6656
6657 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6658
6659         * Version number is increased to 2.7.4.
6660
6661         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6662         arguments from `wl-highlight-x-face-function' caller.
6663         Use x-face-1.3.6.12 or later.
6664
6665 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6666
6667         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6668
6669 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6670
6671         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6672         (wl-fcc): Fix to accept function.
6673         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6674
6675 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6676
6677         * wl-acap.el (toplevel): Added `product-provide' declare.
6678         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6679
6680 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6681
6682         * wl.el (wl): Changed order of calling `elmo-init'
6683         and `elmo-folder-init'.
6684
6685 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6686
6687         * wl-mime.el (wl-summary-burst): Extract message when content-type
6688         of root entity is not only `multipart' but also `message/rfc822'.
6689         (wl-summary-burst-subr): Ditto.
6690
6691 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6692
6693         * wl-vars.el (toplevel): Require 'custom.
6694         (wl-trash-folder): Added to `wl-setting' group.
6695
6696         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6697         exists.
6698         (wl-addrmgr-draw): Insert empty line when no entry exists.
6699
6700         * wl-mule.el (wl-message-wheel-up): Fixed.
6701         (wl-message-wheel-down): Ditto.
6702
6703 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6704
6705         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6706         config is an anonymous lambda expression.
6707
6708 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6711         when Mule 2 is running.
6712
6713 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6714
6715         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6716
6717 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6720         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6721
6722         * wl-address.el (wl-address-specials-regexp): Eliminated.
6723         (wl-address-quote-specials): Rewrite.
6724
6725 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6728         shy-groups for regexp.
6729
6730         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6731         character classes and Perl style shy-groups for regexp.
6732         (wl-highlight-plugged-current-line): Use Posix style character
6733         classes for regexp.
6734         (wl-e21-highlight-folder-by-numbers): Ditto.
6735         (wl-e21-display-image-p): Use `display-images-p' instead of
6736         `display-graphic-p'.
6737         (display-images-p): Make an alias to `display-graphic-p' if it is
6738         not available.  It is for Emacs version prior to 21.0.105.
6739
6740         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6741         `display-graphic-p'.
6742         (wl-demo-image-type-alist): Ditto.
6743         (display-images-p): Make an alias to `display-graphic-p' if it is
6744         not available.  It is for Emacs version prior to 21.0.105.
6745
6746 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6747
6748         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6749         support.
6750         (wl-generate-user-agent-string): Ditto.
6751
6752         * wl-version.el (wl-version): Update docsting.
6753         (wl-version-status): Ditto.
6754
6755 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6756
6757         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6758         21.0.105.  For Emacs 21.0.104 or earlier.
6759
6760 2001-09-03  Takuo KITAME <kitame@northeye.org>
6761
6762         * wl-e21.el (wl-plugged-init-icons): Use
6763         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6764         (wl-biff-init-icons): Ditto.
6765
6766 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6767
6768         * wl-highlight.el (wl-highlight-summary-current-line):
6769         Fixed highlighting refile/copy destination.
6770
6771         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6772         (wl-acap-store): Encode string by wl-acap-coding-system.
6773
6774 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-acap.el (toplevel): Check and require 'un-define before
6777         'xemacs-ucs;
6778          Added checking for UTF-2000.
6779
6780 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6781
6782         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6783         Don't enclose with `eval-and-compile'.
6784
6785         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6786         wl-init is non-nil.
6787
6788         * wl-draft.el (wl-draft): Ditto.
6789
6790         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6791
6792         * wl-acap.el (toplevel): Require 'wl.
6793         (wl-acap-store): Call `elmo-init'.
6794
6795         * wl.el (wl): Changed position of `wl-check-environment'.
6796         (toplevel): Added autoload setting for wl-acap.
6797
6798         * wl-vars.el (wl-setting): New custom group.
6799         (wl-from): Added wl-setting group.
6800         (wl-user-mail-address-list): Ditto.
6801         (wl-organization): Ditto.
6802         (wl-subscribed-mailing-list): Ditto.
6803         (wl-envelope-from): Ditto.
6804         (wl-smtp-posting-user): Ditto.
6805         (wl-smtp-posting-server): Ditto.
6806         (wl-smtp-posting-port): Ditto.
6807         (wl-smtp-authenticate-type): Ditto.
6808         (wl-pop-before-smtp-user): Ditto.
6809         (wl-pop-before-smtp-server): Ditto.
6810         (wl-pop-before-smtp-port): Ditto.
6811         (wl-pop-before-smtp-authenticate-type): Ditto.
6812         (wl-nntp-posting-server): Ditto.
6813         (wl-nntp-posting-user): Ditto.
6814         (wl-nntp-posting-port): Ditto.
6815         (wl-fetch-confirm-threshold): Ditto.
6816         (wl-prefetch-threshold): Ditto.
6817         (wl-thread-insert-opened): Ditto.
6818         (wl-ldap-server): Ditto.
6819         (wl-ldap-port): Ditto.
6820         (wl-ldap-base): Ditto.
6821         (wl-ldap-objectclass): Ditto.
6822         (wl-use-ldap): Ditto.
6823         (wl-draft-config-alist): Ditto.
6824         (wl-draft-config-matchone): Ditto.
6825         (wl-template-alist): Ditto.
6826         (wl-message-sort-field-list): Ditto.
6827         (wl-message-ignored-field-list): Ditto.
6828         (wl-message-visible-field-list): Ditto.
6829         (wl-interactive-send): Ditto.
6830         (wl-summary-move-order): Ditto.
6831         (wl-auto-select-first): Ditto.
6832         (wl-auto-select-next): Ditto.
6833         (wl-interactive-save-folders): Ditto.
6834
6835         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6836         Initialization codes are moved from wl-local-folder-init.
6837         (wl-local-folder-init): Follow the change above.
6838         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6839
6840         * wl-acap.el: New file.
6841
6842         * Version number is increased to 2.7.3.
6843
6844 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6845
6846         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6847
6848 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6849
6850         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6851         (wl-addrmgr-address-entry-list): Ditto.
6852
6853 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6854
6855         * wl-e21.el (wl-draft-mode-map): Removed binding for
6856         `wl-draft-insert-x-face-field'.
6857
6858         * wl-mule.el (wl-draft-mode-map): Ditto.
6859
6860         * wl-xmas.el (wl-draft-mode-map): Ditto.
6861
6862         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6863         (wl-cs-autoconv): Ditto.
6864         (wl-cs-local): Ditto.
6865         (wl-use-scoring): Ditto.
6866         (wl-mime-charset): Ditto.
6867         (wl-folder-check-async): Ditto.
6868
6869         * wl.el (toplevel): Ignore nemacs and tm.
6870         (wl-exit): Ditto.
6871
6872         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6873         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6874         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6875         instead of wl-address-petname-add-or-change.
6876         (wl-summary-edit-addresses-subr): Use wl-address-delete
6877         instead of wl-address-petname-delete.
6878
6879         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6880
6881         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6882         if error occured.
6883
6884         * wl-message.el (require): Remove tm support.
6885
6886         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6887
6888         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6889         (wl-folder-jump-to-current-entity): Ditto.
6890         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6891
6892         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6893         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6894         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6895
6896         * wl-mule.el (wl-draft-key-setup): Ditto.
6897
6898         * wl-xmas.el (wl-draft-key-setup): Ditto.
6899
6900         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6901         (wl-draft-std11-parse-addresses): New function.
6902         (wl-draft-parse-mailbox-list): Use it.
6903         (wl-draft): Ignore nemacs.
6904         (wl-draft-reedit): Ditto.
6905
6906         * wl-addrmgr.el: New file.
6907         (Original is wl-rcpt.el written by
6908         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6909         Thanks Kitamoto-san.)
6910
6911         * wl-address.el (wl-address-make-address-list): Modified parsing
6912         process.
6913         (wl-address-delete): Renamed from `wl-address-petname-delete';
6914         Modify wl-address-list too.
6915         (wl-address-add-or-change): Renamed from
6916         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6917
6918 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6919
6920         * wl-highlight.el (wl-highlight-summary-current-line):
6921           Work with transient-mark-mode
6922
6923 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6924
6925         * Version number is increased to 2.7.2.
6926
6927         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6928         instead of elmo-dop-queue-method.
6929
6930 2001-08-06  SAITO Atsunori <sai@yedo.com>
6931
6932         * wl-vars.el (wl-ldap-objectclass): New user option.
6933
6934         * wl-address.el (wl-ldap-make-filter): Use it.
6935
6936 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6939
6940 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6941
6942         * wl-folder.el (wl-folder): redisplay after folder insertion.
6943
6944         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6945
6946         * wl-summary.el (wl-summary-sync-update):
6947         Change status mark only when new-msgdb exists.
6948         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6949
6950 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6951
6952         * wl-summary.el (wl-summary-open-folder): New function.
6953         (wl-summary-goto-folder-subr): Use it.
6954         (wl-summary-mark-as-important): Fix;
6955         Encache only when no cache exists.
6956
6957 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6960         Use with-current-buffer.
6961
6962 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6963
6964         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6965         before call `get-buffer'. Fixed parenthesis.
6966         (wl-score-get-header-entry): Clear message and help window when
6967         keyboard quit.
6968         (wl-score-edit-insert-header): Ditto.
6969
6970 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6971
6972         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6973         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6974         (wl-default-draft-cite): Fix.
6975
6976         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6977         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6978
6979 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-message.el (wl-message-prev-page): Do same bahavior
6982         as summary when it is called in the message buffer.
6983         (wl-message-next-page): Ditto.
6984
6985 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6986
6987         * wl-summary.el (wl-summary-forward): Use cache if it is not
6988         section cache.
6989
6990 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6991
6992         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6993         Removed redundant require of elmo-vars.
6994         (wl-biff-state-indicator-on): Changed default value for
6995         xemacs with non-mule environment.
6996
6997         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6998         wl-message-buffer is nil;
6999         Hide progress bar after moving messages.
7000
7001 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7004         message at cursor point is deleted.
7005
7006 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7007
7008         * wl-vars.el: Changed file coding system to euc-japan.
7009         Added -*-coding:-*- magic to the first line.
7010
7011         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7012         Search parent from the first message.
7013
7014         * Version number is increased to 2.7.1.
7015
7016 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7017
7018         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7019
7020 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7021
7022         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7023         refile/delete execution.
7024
7025         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7026         Fixed docstring.
7027
7028 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7029
7030         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7031         do update process;
7032         Don't update marks when update process is interrupted.
7033
7034 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7035
7036         * wl-summary.el (wl-summary-reply): Fixed problem when
7037         wl-draft-use-frame is non-nil.
7038         (wl-summary-forward): Ditto.
7039
7040         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7041         as nil.
7042         (wl-folder-mark-as-read-all-entity): Ditto.
7043         (wl-folder-prefetch-entity): Ditto.
7044
7045         * wl.el (wl): Check environment before wl-init.
7046
7047         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7048         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7049         instead of wl-summary-collect-unread.
7050         (wl-summary-reply): Split message window.
7051
7052 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7053
7054         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7055         only if current language environment is japanese,
7056
7057         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7058         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7059         (wl-folder-goto-folder-subr): Ditto.
7060
7061         * wl-draft.el (wl-draft-dispatch-message): Call
7062         `elmo-file-cache-get-path'.
7063
7064 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7065
7066         * wl-summary.el (wl-summary-cursor-move): If return value of
7067         wl-summary-next-message is not number, don't jump.
7068
7069 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7070
7071         * wl-summary.el (wl-summary-buffer-next-message-function): New
7072         variable.
7073         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7074         if it is bound.
7075
7076         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7077         string.
7078
7079         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7080         (wl-plugged-drawing): Ditto.
7081
7082 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7083
7084         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7085         process.
7086         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7087         with unwind-protect.
7088
7089         * wl.el (wl-init): Require mime-setup.
7090         (wl-check-environment): Don't require mime-setup.
7091
7092         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7093         instead of elmo-folder-type.
7094
7095         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7096         value as nil.
7097
7098 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7099
7100         * Version number is increased to 2.7.0.
7101
7102         * wl-version.el (wl-version): Changed codename.
7103
7104         * wl-summary.el (wl-summary-delete-cache): Fixed.
7105
7106         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7107         Workaround for net folders.
7108         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7109
7110         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7111         value to nil (According to the patch from
7112         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7113
7114         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7115         of elmo-folder-close.
7116
7117 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7118
7119         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7120         for postfix.
7121
7122 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7123
7124         * wl-summary.el (wl-summary-resend-message): Fixed.
7125
7126         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7127         Call wl-draft with `from' argument if its address is included in
7128         `wl-user-mail-address-list'.
7129         (wl-draft): Added `from' argument.
7130
7131         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7132         non-nil.
7133         (wl): Don't show demo if wl-demo is nil.
7134
7135         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7136         wl-summary-use-frame.
7137
7138         * wl-vars.el (wl-summary-use-frame): New user option.
7139         (wl-folder-use-frame): Changed docstring.
7140
7141         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7142         non-nil.
7143         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7144         wl-summary-use-frame.
7145
7146         * wl-vars.el (wl-folder-use-frame): New user option.
7147
7148         * wl-summary.el (wl-summary-exit): Back to folder frame if
7149         wl-folder-use-frame is non-nil.
7150         (wl-summary-redisplay-internal): Ignore cache if current folder
7151         is draft folder,
7152         (wl-summary-redisplay-no-mime): Ditto.
7153         (wl-summary-redisplay-all-header): Ditto.
7154
7155         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7156         if wl-folder-use-frame is non-nil.
7157
7158 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7159
7160         * wl-summary.el (wl-summary-sync-update): Bind
7161         elmo-folder-update-threshold.
7162         (wl-summary-mark-as-important): Enclosed server mark processing
7163         with `save-match-data'.
7164
7165         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7166         only when it is already defined.
7167
7168 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7169
7170         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7171         name of folder exclude localdir is wrong.
7172         * wl-folder.el (wl-folder-sync-entity):
7173         Set `wl-summary-always-sticky-folder-list' as nil.
7174         (wl-folder-mark-as-read-all-entity): Ditto.
7175         (wl-folder-prefetch-entity): Ditto.
7176
7177 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7178
7179         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7180         instead of `wl-summary-write-current-newsgroup'.
7181
7182 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7183
7184         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7185         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7186         non-nil and selected message is important, do not display.
7187
7188 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7189
7190         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7191
7192 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7193
7194         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7195
7196         * wl-summary.el (wl-summary-mark-as-important): Set message number
7197         using wl-summary-message-number.
7198
7199 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7200
7201         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7202         destination folder is 'null.
7203
7204 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7205
7206         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7207         New function.
7208         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7209         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7210         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7211
7212 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7213
7214         * wl-mime.el (wl-mime-setup): Added setting for
7215         `mime-setup-signature-key-alist' to avoid overriding key bind for
7216         `wl-draft-send'.
7217
7218         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7219         for `wl-draft-send'.
7220         * wl-mule.el (wl-draft-overload-functions): Ditto.
7221         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7222         * wl-draft.el (wl-draft-send): Ditto.
7223
7224         * wl-message.el (wl-message-display-internal):
7225         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7226         (Patch is provided by <kita@coe.nttdata.co.jp>).
7227
7228 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7229
7230         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7231
7232 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7233
7234         * wl.el (wl): Fix for wl-demo.
7235
7236 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7237
7238         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7239
7240 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7241
7242         * wl-folder.el (wl-folder-prefetch-entity): Use
7243         `wl-folder-get-elmo-folder'.
7244         (wl-folder-count-incorporates): Do not use
7245         `wl-folder-get-elmo-folder'.
7246
7247 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7248
7249         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7250         instead of `elmo-folder-get-type'.
7251
7252 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7253
7254         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7255         position on Subject: field.
7256         (Advised by Mito <mit@nines.nec.co.jp>)
7257
7258 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7259
7260         * wl-folder.el (wl-folder-prefetch-entity): Use
7261         `wl-folder-get-elmo-folder'.
7262
7263 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7264
7265         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7266
7267         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7268         `process-duplicates' slot.
7269
7270         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7271         if detection failed.
7272
7273 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7274
7275         * wl-version.el (wl-version-status): Set to "alpha".
7276
7277 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7278
7279         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7280         Check wl-message-buffer lives before set-buffer.
7281
7282 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7283
7284         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7285         called in folder mode.
7286         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7287         * wl-summary.el (wl-summary-exit-pre-hook): Run
7288         `wl-summary-exit-pre-hook' before exit summary mode.
7289
7290 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7291
7292         * wl-version.el (wl-version-status): New variable.
7293         (wl-version-status-alist): Removed.
7294         (wl-version-status): Rule included.
7295
7296 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7297
7298         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7299         @sponichi.
7300
7301         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7302         when `mail-reply-buffer' is buffer-local variable.
7303         (Reported by <kita@coe.nttdata.co.jp>).
7304
7305 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7306
7307         * wl-vars.el (toplevel): Require 'elmo-util.
7308
7309 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7310
7311         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7312         (All other related portions are changed)
7313
7314         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7315
7316         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7317
7318 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7319
7320         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7321
7322 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7323
7324         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7325         Delete other windows to avoid an error.
7326         Use `point-marker' instead of `point' to remember the start point
7327         of body.
7328
7329         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7330
7331         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7332         number not to exceed all message number.
7333
7334 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7335
7336         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7337         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7338
7339 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7340
7341         * wl-summary.el (wl-summary-sync-force-update): Added argument
7342         no-check.
7343         (wl-summary-sync-update): Ditto.
7344         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7345         with `no-check'.
7346
7347         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7348         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7349         already running.
7350
7351 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7352
7353         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7354         `dst-folder-arg'.
7355         (wl-expire-archive-number1): Diito.
7356         (wl-expire-archive-number2): Diito.
7357         (wl-expire-archive-Date): Diito.
7358         (wl-archive-number1): Diito.
7359         (wl-archive-number2): Diito.
7360         (wl-archive-date): Diito.
7361         (wl-archive-folder-p): New function.
7362         (wl-summary-expire): Support of expand folder name at
7363         wl-expire-alist.
7364         * wl-util.el (wl-expand-newtext): Renamed from
7365         `wl-refile-expand-newtext'.
7366
7367 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7368
7369         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7370         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7371         `(elmo-msgdb-get-overview msgdb)'.
7372         (wl-summary-prefetch): Bind match data before call
7373         `wl-summay-prefetch-msg'.
7374         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7375         'off if `wl-summary-buffer-disp-msg' is non-nil.
7376         Fixed problem that couldn't show only one new or unread message when
7377         enter folder.
7378         (wl-summary-reply): Don't call `split-window-vertically' and other
7379         window.
7380
7381 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7382
7383         * wl-expire.el (wl-expire-refile): Fixed.
7384
7385 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7386
7387         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7388
7389         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7390         biff notification is removed.
7391
7392         * wl.el (wl): Changed position of `elmo-init'.
7393
7394         * wl-draft.el (wl-default-draft-cite): Use date field
7395         on the citation buffer.
7396
7397         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7398
7399         * wl-xmas.el (wl-folder-internal-icon-list): Added
7400         `wl-folder-shimbun-image'.
7401
7402         * wl-e21.el (wl-folder-internal-icon-list): Added
7403         `wl-folder-shimbun-image'.
7404
7405 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7406
7407         * wl.el (wl-init): Eliminated argument.
7408         (wl): Rewrite.
7409
7410         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7411         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7412         instead of `elmo-folder-msgdb-internal'.
7413         (wl-summary-sync-update): Ditto.
7414         (wl-summary-flush-pending-append-operations): Eliminated.
7415         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7416         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7417         `elmo-folder-open'.
7418
7419         * wl-mime.el (wl-summary-burst): Fixed.
7420
7421         * wl-folder.el (wl-folder-info-save): Check data type.
7422
7423         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7424         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7425         instead of `elmo-folder-msgdb-internal'.
7426         (wl-expire-hide): Ditto.
7427
7428
7429         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7430
7431 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7432
7433         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7434
7435 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7436
7437         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7438
7439 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7440
7441         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7442         Fixed `match-beginning' argument mismatch.
7443
7444 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7445
7446         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7447         the default value.
7448
7449 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7450
7451         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7452         instead of `elmo-nntp-default-port'.
7453
7454         * wl-vars.el: Fixed some doc strings.
7455
7456 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7457
7458         * wl-summary.el (wl-summary-prefetch-msg): Use
7459         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7460
7461         * wl-vars.el: Define *-func as obsolete variable using
7462         `elmo-define-obsolete-variable'.
7463
7464         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7465         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7466         instead of `wl-message-buffer-prefetch-threshold'.
7467
7468         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7469
7470         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7471
7472         * wl-draft.el (wl-caesar-region-func): Ditto.
7473
7474         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7475         Keep unread status in elmo-folder-move-messages.
7476         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7477
7478 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7479
7480         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7481         `wl-summary-buffer-exit-func'
7482         (wl-summary-buffer-message-redisplay-function): Renamed from
7483         `wl-summary-buffer-message-redisplay-func'
7484         (wl-summary-buffer-next-folder-function): Renamed from
7485         `wl-summary-buffer-next-folder-func'.
7486         (wl-summary-buffer-prev-folder-function): Renamed from
7487         `wl-summary-buffer-prev-folder-func'.
7488         (wl-summary-get-petname-function): Renamed from
7489         `wl-summary-get-petname-func'.
7490
7491         * wl-score.el (wl-score-edit-exit-function): Renamed from
7492         `wl-score-edit-exit-func'.
7493
7494         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7495         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7496
7497         * wl-util.el (wl-load-profile-function): Renamed from
7498         `wl-load-profile-func'.
7499
7500         * wl-folder.el (wl-folder-completion-function): Renamed from
7501         `wl-folder-completion-func'.
7502         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7503
7504         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7505         `wl-expire-archive-get-folder-func'.
7506         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7507         (wl-draft-send-mail-function): Renamed from
7508         `wl-draft-send-mail-func'.
7509         (wl-draft-send-news-function): Renamed from
7510         `wl-draft-send-news-func'.
7511         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7512         (wl-generate-mailer-string-function): Renamed from
7513         `wl-generate-mailer-string-func'.
7514         (wl-highlight-signature-search-function): Renamed from
7515         `wl-highlight-signature-search-func'.
7516         (wl-highlight-x-face-function): Renamed from
7517         `wl-highlight-x-face-func'
7518         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7519         (wl-ps-print-buffer-function): Renamed from
7520         `wl-ps-print-buffer-func'
7521         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7522         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7523         (wl-summary-subject-filter-function): Renamed from
7524         `wl-summary-subject-filter-func'.
7525
7526         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7527         `wl-draft-queue-flush-send-func'
7528         (wl-draft-cite-function): Renamed from
7529         `wl-draft-cite-func'
7530
7531         * wl-address.el (wl-address-init-function): Renamed from
7532         `wl-address-init-func'.
7533
7534 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7535
7536         * wl-draft.el (wl-draft-queue-flush): Don't call
7537         `elmo-dop-unlock-message'.
7538         * wl-draft.el (wl-draft-queue-append): Don't call
7539         `elmo-dop-lock-message'.
7540
7541         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7542         (wl-summary-buffer-folder-name): Ditto.
7543         (wl-summary-message-regexp): Added '-' (all other related portions
7544         are changed).
7545         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7546         wl-summary-buffer-folder-name.
7547
7548 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7549
7550         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7551         the number of mails in the folder buffer is not updated by wl-biff.
7552
7553 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7554
7555         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7556         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7557
7558 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7559
7560         * wl-summary.el (wl-summary-next-message):
7561         Return next message number when wl-summary-move-order is nil.
7562
7563 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7564
7565         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7566         `wl-summary-move-spec-alist'.
7567         (wl-summary-move-spec-unplugged-alist): New variable
7568         (Move spec for unplugged status).
7569         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7570         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7571
7572 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7573
7574         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7575         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7576
7577 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7578
7579         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7580         simple quotation to quote the anonymous function.
7581         * tm-wl.el (wl-draft-preview-message): Ditto.
7582
7583 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7584
7585         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7586         Eliminate redundant `save-excursion'.
7587         (wl-highlight-summary-current-line): Ditto.
7588
7589         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7590         accessing match data when `looking-at' failed.
7591
7592         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7593         `elmo-match-string' where users don't care about the speed.
7594         (wl-draft-save): Ditto.
7595
7596 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7597
7598         * wl-util.el (wl-regexp-opt): New function.
7599
7600         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7601         number from `wl-summary-buffer-number-list'.
7602         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7603         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7604         (wl-summary-move-spec-alist): Changed default setting.
7605
7606 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7607
7608         * wl-vars.el (wl-biff-notify-hook): New hook.
7609         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7610         the arrival of new mail.
7611         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7612         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7613
7614 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7615
7616         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7617
7618 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7619
7620         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7621
7622         * Version number is increased to 2.5.8.
7623
7624         * wl-thread.el (toplevel): require 'cl.
7625         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7626         (wl-thread-make-number-list): New function.
7627         (wl-thread-entity-make-number-list-from-children): Ditto.
7628         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7629         (wl-thread-entity-insert-as-children): Likewise.
7630         (wl-thread-delete-message): Likewise.
7631         (wl-meaning-of-mark): Eliminated.
7632         (wl-thread-next-failure-mark-p): Ditto.
7633         (wl-thread-entity-get-mark): Ditto.
7634         (wl-thread-meaning-alist-get-result): Ditto.
7635         (wl-thread-entity-check-prev-mark): Ditto.
7636         (wl-thread-entity-check-next-mark): Ditto.
7637         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7638         (wl-thread-entity-get-prev-marked-entity): Ditto.
7639         (wl-thread-get-prev-unread): Ditto.
7640         (wl-thread-jump-to-prev-unread): Ditto.
7641         (wl-thread-get-next-unread): Ditto.
7642         (wl-thread-jump-to-next-unread): Ditto.
7643         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7644         (wl-thread-entity-get-next-marked-entity): Ditto.
7645
7646         * wl-summary.el (wl-summary-buffer-number-list):
7647         New bufer-local variable.
7648         (wl-summary-switch-to-clone-buffer): Clone
7649         `wl-summary-buffer-number-list'.
7650         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7651         (wl-summary-cursor-move-regex): Eliminated.
7652         (wl-summary-cursor-up): Rewrite.
7653         (wl-summary-cursor-down): Ditto.
7654         (wl-summary-mode-spec-alist): New variable.
7655         (wl-summary-next-message): New inline function.
7656         (wl-summary-cursor-move): New function.
7657         (wl-summary-default-get-next-msg): Rewrite.
7658         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7659         (wl-summary-rescan): Ditto.
7660         (wl-summary-sync-all-init): Ditto.
7661         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7662         summary is not thread view.
7663         (wl-summary-sync-update): Ditto.
7664         (wl-summary-rescan): Ditto.
7665         (wl-summary-make-number-list): New function.
7666
7667         * wl-draft.el: "FCC" -> "Fcc".
7668
7669 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7670
7671         * wl-highlight.el (wl-highlight-summary-window):
7672         Call `set-buffer-modified-p'.
7673
7674         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7675         (wl): Call `elmo-init' and fix.
7676
7677         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7678         Use new variables.
7679
7680         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7681
7682 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7683
7684         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7685
7686 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7687
7688         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7689
7690 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7691
7692         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7693         `wl-use-toolbar' nor `display-graphic-p'.
7694         (wl-e21-setup-message-toolbar): Ditto.
7695         (wl-e21-setup-summary-toolbar): Ditto.
7696         (wl-e21-setup-folder-toolbar): Ditto.
7697
7698         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7699         (wl-plugged-init-icons): Ditto.
7700
7701         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7702         `display-graphic-p'.
7703         (wl-plugged-set-folder-icon): Ditto.
7704         (wl-highlight-plugged-current-line): Ditto.
7705         (wl-highlight-folder-current-line): Ditto.
7706         (wl-e21-highlight-folder-group-line): Ditto.
7707         (wl-e21-setup-toolbar): Ditto.
7708         (wl-e21-display-image-p): New macro.
7709
7710         * wl-demo.el (wl-demo): Simplified.
7711         (wl-demo-image-type-alist): Use `image-type-available-p' for
7712         checking whether the image type `xbm' is available.
7713
7714 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7717         (wl-summary-input-range): Ditto.
7718
7719 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7720
7721         * wl-summary.el (wl-summary-edit-addresses): Use
7722         `wl-summary-get-original-buffer'
7723         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7724         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7725         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7726         (wl-summary-get-newsgroups): Eliminated.
7727         (wl-summary-set-crosspost): Ditto.
7728         (wl-summary-is-crosspost-folder): Ditto.
7729         (wl-crosspost-alist-load): Ditto.
7730         (wl-crosspost-alist-save): Ditto.
7731
7732         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7733         `elmo-setup-subscribed-newsgroups' instead of
7734         `elmo-nntp-make-groups-hashtb'.
7735         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7736         instead of `wl-crosspost-alist-save'.
7737
7738         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7739         of `elmo-folder-message-appendable-p'.
7740         (wl-mime-header-presentation-method): Eliminated.
7741
7742         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7743         (Error occurs in emacs21).
7744
7745         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7746         the current buffer).
7747
7748         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7749         instead of `wl-crosspost-alist-save'.
7750         (wl-init): `elmo-crosspost-message-alist-load'
7751         instead of `wl-crosspost-alist-load'
7752
7753         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7754         (wl-parse-newsgroups): Likewise.
7755         (wl-biff-notify): Run `wl-biff-notify-hook'.
7756
7757 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7760
7761         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7762         when `wl-summary-lazy-highlight' is non-nil.
7763         (wl-summary-goto-folder-subr): Highlight only when
7764         `wl-summary-lazy-highlight' is non-nil.
7765
7766         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7767         Don't display progress and highlight temp-mark when
7768         `wl-summary-lazy-highlight' is non-nil.
7769         (wl-highlight-summary-window): New function.
7770         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7771
7772 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7773
7774         * wl-summary.el (wl-summary-sync): Change `all-visible'
7775         from `all-shown'
7776         (wl-summary-input-range): Ditto.
7777
7778 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7779
7780         * wl-e21.el (wl-highlight-folder-current-line): Call
7781         `wl-folder-init-icons' when folder icons have not been initialized.
7782
7783         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7784
7785         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7786         (wl-demo-image-type-alist): New macro.
7787
7788 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7789
7790         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7791         display does not support graphics.
7792         (wl-plugged-init-icons): Ditto.
7793         (wl-folder-init-icons): Ditto.
7794
7795         * wl-demo.el (wl-demo): Chech closely whether the display
7796         supports graphics.
7797
7798 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7799
7800         * wl-summary.el (wl-summary-get-original-buffer): New function.
7801         (wl-summary-set-crosspost): Use it.
7802         (wl-summary-target-mark-uudecode): Ditto.
7803         (wl-summary-reedit): Ditto.
7804         (wl-summary-resend-bounced-mail): Ditto.
7805         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7806         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7807
7808         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7809         (wl-message-display-internal): Ditto.
7810
7811 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7812
7813         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7814
7815 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7816
7817         * wl-summary.el (wl-summary-save-view): Renamed from
7818         `wl-summary-save-status'.
7819
7820 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7821
7822         * wl-summary.el (wl-summary-sync): Added `all-shown'
7823
7824 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7825
7826         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7827
7828 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7829
7830         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7831
7832 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7833
7834         * wl-highlight.el (wl-highlight-summary-line-string): Use
7835         `zerop' instead of `= 0'.
7836         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7837
7838         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7839         for comparing numbers.
7840         (wl-template-prev): Use `zerop' instead of `eq 0'.
7841
7842         * wl-draft.el (wl-draft-insert-current-message): Use
7843         `with-current-buffer' instead of `save-excursion'.
7844         Use `zerop' instead of `eq 0'.
7845
7846 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7847
7848         * wl-draft.el (wl-draft-insert-ccs): New function.
7849         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7850         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7851
7852 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7853
7854         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7855
7856 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl-expire.el (wl-expire-refile): Don't call
7859         elmo-msgdb-add-msgs-to-seen-list;
7860         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7861         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7862
7863 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-message.el (wl-message-prev-page): Ignore errors while
7866         scroll-down.
7867
7868 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7869
7870         * wl-mime.el: Use elmo-original-message-mode instead of
7871         mmelmo-original-mode.
7872
7873         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7874         `elmo-folder-get-spec';
7875         (wl-fldmgr-add-completion-all-completions):
7876         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7877
7878         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7879         of `elmo-folder-get-type'.
7880
7881         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7882         `elmo-folder-get-spec';
7883         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7884         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7885         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7886         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7887         `elmo-read-msg-no-cache';
7888         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7889         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7890         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7891         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7892         `elmo-cache-save';
7893         (wl-draft-reedit): Use `elmo-message-file-name'.
7894
7895         * wl-expire.el: Use `elmo-folder-name-internal';
7896         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7897         Use macro `wl-summary-buffer-msgdb' instead of variable
7898         `wl-summary-buffer-msgdb';
7899         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7900         Use macro `wl-summary-buffer-folder-name' instead of variable
7901         `wl-summary-buffer-folder-name'.
7902         * wl-score.el: Likewise.
7903
7904         * wl-message.el: Rewrite for new message buffer cache mechanism.
7905         (wl-message-buffer-cache-buffer-get): New macro.
7906         (wl-message-buffer-cache-folder-get): Ditto.
7907         (wl-message-buffer-cache-message-get): Ditto.
7908         (wl-message-buffer-cache-entry-make): Ditto.
7909         (wl-message-buffer-cache-hit): Ditto.
7910         (wl-message-buffer-cache-sort): New function.
7911         (wl-message-buffer-cache-add): Ditto.
7912         (wl-message-buffer-cache-delete): Ditto.
7913         (wl-message-buffer-cache-clean-up): Ditto.
7914         (wl-message-buffer-window): Rewrite.
7915         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7916         (wl-message-buffer-display): New function.
7917         (wl-message-display-internal): New function.
7918
7919 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7920
7921         * wl-folder.el: Use `elmo-folder-name-internal';
7922         Use `wl-folder-get-elmo-folder';
7923         Use `elmo-folder-list-messages' instead of
7924         `elmo-list-folder';
7925         Use `elmo-folder-get-primitive-list' instead of
7926         `elmo-folder-get-primitive-spec-list';
7927         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7928         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7929         Use `elmo-folder-create' instead of `elmo-create-folder'.
7930         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7931         (wl-folder-get-elmo-folder): New macro.
7932         (wl-folder-elmo-folder-cache-get): Ditto.
7933         (wl-folder-elmo-folder-cache-put): Ditto.
7934         (wl-folder-suspend): Call `elmo-quit'.
7935
7936         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7937         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7938         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7939         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7940         (toplevel): require 'cl.
7941         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7942
7943         * wl-summary.el: Rewrite to use new elmo interface.
7944
7945 \f
7946 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7947
7948         * wl-mime.el (wl-draft-preview-message):
7949         Run `wl-draft-send-hook' before collecting recipients information;
7950         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7951
7952         * tm-wl.el (wl-draft-preview-message): Ditto.
7953
7954 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7955
7956         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7957         wrong recipients are displayed when forwarded message.
7958
7959 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7960
7961         * Version number is increased to 2.5.7.
7962
7963 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7964
7965         * wl-message.el (wl-message-next-page): Bind
7966         `window-pixel-scroll-increment' to nil while scrolling up.
7967
7968 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7969
7970         * wl-vars.el (wl-save-hook): New hook.
7971         * wl.el (wl-save): Call `wl-save-hook'.
7972
7973 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7974
7975         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7976         Argument WITH-ARG instead of NO-ARG (negative mean).
7977         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7978         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7979         * wl-message.el (wl-message-follow-current-entity): Likewise.
7980
7981 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7982
7983         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7984         FROM was optional argument.
7985         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7986
7987 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7988
7989         * Version number is increased to 2.5.6.
7990
7991 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7992
7993         * wl-version.el (wl-version-show): Removed.
7994         (wl-version): Add `interactive'.
7995
7996 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7997
7998         * wl-summary.el (wl-summary-get-petname-func): New variable.
7999         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8000         instead of `wl-address-get-petname-1'.
8001         (wl-summary-simple-from): Ditto.
8002
8003         * wl-address.el (wl-address-get-petname-1): Define as function.
8004
8005 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8006
8007         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8008         field in the original message.
8009         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8010
8011 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8012
8013         * wl-expire.el (wl-expire-hide):
8014         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8015
8016 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8017
8018         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8019         find decoder for To, Cc, and Subject.
8020
8021 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8022
8023         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8024         for checking `elmo-use-buffer-cache'.
8025         (wl-summary-mark-as-important): Fixed typo in comment.
8026
8027 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8028
8029         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8030         field in the original message.
8031         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8032
8033 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8034
8035         * wl-expire.el (wl-expire-hide):
8036         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8037
8038 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8039
8040         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8041         find decoder for To, Cc, and Subject.
8042
8043 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8044
8045         * Version number is increased to 2.5.5.
8046
8047         * wl-address.el (wl-address-specials-regexp): New constant.
8048         (wl-address-quote-specials): Use it.
8049
8050 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8051
8052         * wl-summary.el (wl-summary-rescan):
8053         Call `wl-summary-buffer-number-column-detect'.
8054         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8055
8056         * wl-message.el (wl-message-mode-map): Define.
8057         (wl-message-decode): Use it as local-map.
8058
8059 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8060
8061         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8062         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8063
8064 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8067
8068         * wl-mule.el (wl-read-event-char): Ditto.
8069
8070         * wl-e21.el (wl-read-event-char): Ditto.
8071
8072         * wl-nemacs.el (wl-read-event-char): Ditto.
8073         (read-event): Removed.
8074
8075         * wl-util.el (toplevel): Removed dummy definition of
8076         `read-event'.
8077         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8078
8079 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8080
8081         * wl-nemacs.el (elmo-archive-call-process): Moved to
8082         elmo-archive.el.
8083
8084 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8085
8086         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8087         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8088
8089         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8090         instead of magic-number 6.  Use `not' instead of `null' for symbol
8091         `nil' check (not empty list).
8092         (wl-draft-insert-x-face-field): Fixed paren style.
8093
8094         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8095         one-branch conditional statement, instead of `and' and `if'.
8096         (wl-draft-forward): Likewise.
8097         (wl-draft-add-references): Likewise.
8098         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8099
8100         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8101         conditional steatment.  Use `cond' instead of `if'.
8102         (wl-draft-confirm): Likewise.
8103
8104 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8105
8106         * wl-version.el (wl-version-show): Use `product-string-1'
8107         instead of `wl-version'.
8108         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8109
8110         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8111
8112 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8113
8114         * wl-highlight.el (wl-highlight-headers): Revert
8115         `wl-highlight-x-face-func' argument (`beg' and `end').
8116
8117 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8118
8119         * wl.el (toplevel): Move `product-provide' declare.
8120         * wl-demo.el (toplevel): Ditto.
8121         * wl-dnd.el (toplevel): Ditto.
8122         * wl-highlight.el (toplevel): Ditto.
8123         * wl-message.el (toplevel): Ditto.
8124         * wl-refile.el (toplevel): Ditto.
8125         * wl-util.el (toplevel): Ditto.
8126
8127 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8128
8129         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8130         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8131         (wl-thread-close-all): keep cursor position.
8132
8133 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8134
8135         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8136         (eq x 0).
8137         (wl-generate-user-agent-string-1): Fix conditional statement.
8138
8139 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8140
8141         * wl.el (wl-check-environment): Additional check for
8142         'wl-local-domain' and `wl-message-id-domain'.
8143
8144 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8145
8146         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8147
8148 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8149
8150         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8151         instead of `smtp-sasl-user-realm'.
8152
8153 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8154
8155         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8156
8157 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8158
8159         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8160         to the default value as well as `eword-lexical-analyzer'.
8161
8162 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8163
8164         * wl-version.el (wl-extended-emacs-version,
8165         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8166         `elmo-match-string' instead of `wl-match-string'.
8167
8168 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8169
8170         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8171         docstring.
8172
8173 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8174
8175         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8176
8177 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8178
8179         * wl-highlight.el (wl-highlight-headers): Remove
8180         `wl-highlight-x-face-func' argument (`beg' and `end').
8181
8182 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8183
8184         * wl-summary.el (wl-summary-mark-as-important):
8185         Remove cache if folder is local.
8186
8187 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8188
8189         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8190         to get existing e-mail address string.
8191
8192 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8193
8194         * wl-version.el (wl-generate-user-agent-string): Commentary.
8195         (wl-generate-user-agent-string-1): Use `when' for
8196         one-branch conditional statement, instead of `and' and `if'.
8197         (wl-extended-emacs-version, wl-extended-emacs-version2,
8198         wl-extended-emacs-version3): Ditto.
8199
8200 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8201
8202         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8203         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8204         condition-case; Remove initialization.
8205         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8206         (wl-summary-sync-update3): Added argument `sync-all';
8207         Eliminated local variable `msgdb';
8208         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8209         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8210         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8211
8212 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8213
8214         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8215         connection before call `wl-draft-send-mail-with-smtp'.
8216
8217 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8218
8219         * Version number is increased to 2.5.4.
8220
8221 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8222
8223         * wl.el (wl-check-environment): Additional check for
8224         'wl-local-domain' and `wl-message-id-domain'.
8225
8226 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8227
8228         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8229         buffer as command specific.
8230         (wl-folder-mark-as-read-all-entity): Ditto.
8231         (wl-folder-prefetch-entity): Ditto.
8232         (wl-folder-drop-unsync-entity): Ditto.
8233
8234         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8235         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8236         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8237
8238         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8239         save-excursion.
8240
8241 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8242
8243         * Version number is increased to 2.5.3.
8244
8245         * wl-summary.el (wl-summary-save-view-cache):
8246         Delete duplicated `write-region';
8247         Use `write-region-as-binary' instead of `as-binary-output-file' and
8248         `write-region'.
8249
8250 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8251
8252         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8253
8254 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8255
8256         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8257         instead of `smtp-via-smtp'.
8258
8259 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8260
8261         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8262
8263 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8264
8265         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8266         instead of `smtp-sasl-user-realm'.
8267
8268 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8269
8270         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8271
8272 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8273
8274         * Version number is increased to 2.5.2.
8275
8276 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8277
8278         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8279         does not exist.
8280         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8281         (wl-biff-start): Call `timer-activate' if timer already exists.
8282
8283         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8284         only when it is bound as function.
8285
8286 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8287
8288         * Version number is increased to 2.5.1.
8289
8290 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8291
8292         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8293         Print refile/copy destination.
8294
8295 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8296
8297         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8298         queue-flush-only is non-nil.
8299
8300         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8301
8302         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8303         checking cache folder.
8304
8305 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8306
8307         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8308         `regexp-quote'.
8309
8310 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8311
8312         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8313         function.
8314         * wl-summary.el (wl-summary-write-current-folder-functions):
8315         Change default value.  Use it.
8316
8317 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8318
8319         * Version number is increased to 2.5.0.
8320
8321         * wl-version.el (wl-version): Changed codename.
8322
8323 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8324
8325         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8326         (wl-summary-supersedes-message): Ditto.
8327
8328 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8329
8330         * wl-refile.el (wl-refile-guess-functions): Renamed from
8331         `wl-refile-guess-func-list'.
8332
8333 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8336         Fixed problem when no rule was matched.
8337
8338 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8339
8340         * wl-summary.el (wl-summary-get-mark): Fixed
8341         `wl-summary-buffer-target-mark' check logic.
8342
8343 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8344
8345         * wl-folder.el (wl-folder-write-current-folder): Added group
8346         folder check.
8347
8348         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8349         `wl-summary-write-current-newsgroup'.
8350         (wl-summary-write-current-folder-functions): New variable.
8351         * wl-folder.el (wl-folder-get-newsgroups): New function.
8352         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8353         (wl-folder-write-current-folder): Renamed from
8354         `wl-folder-write-current-newsgroup'.
8355
8356 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8357
8358         * Version number is increased to 2.3.93.
8359
8360 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8361
8362         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8363         (wl-ldap-make-matched-value-list): Ditto.
8364         (wl-ldap-alias-safe-string): Split e-mail address.
8365
8366         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8367         petname folder default was selected.
8368         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8369         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8370
8371 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8372
8373         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8374         to `wl-draft-config-exec'.
8375
8376         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8377         instead of calling `wl-draft-config-exec';
8378         Process group-list and show recipients in minibuffer.
8379
8380         * tm-wl.el (wl-draft-preview-message): Ditto.
8381
8382 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8383
8384         * wl.el (toplevel): Added (C) to copyright notice, and
8385         sync Author header.
8386         * tm-wl.el (toplevel): Ditto.
8387         * wl-address.el (toplevel): Ditto.
8388         * wl-demo.el (toplevel): Ditto.
8389         * wl-dnd.el (toplevel): Ditto.
8390         * wl-draft.el (toplevel): Ditto.
8391         * wl-e21.el (toplevel): Ditto.
8392         * wl-expire.el (toplevel): Ditto.
8393         * wl-folder.el (toplevel): Ditto.
8394         * wl-highlight.el (toplevel): Ditto.
8395         * wl-message.el (toplevel): Ditto.
8396         * wl-mime.el (toplevel): Ditto.
8397         * wl-mule.el (toplevel): Ditto.
8398         * wl-nemacs.el (toplevel): Ditto.
8399         * wl-refile.el (toplevel): Ditto.
8400         * wl-score.el (toplevel): Ditto.
8401         * wl-summary.el (toplevel): Ditto.
8402         * wl-template.el (toplevel): Ditto.
8403         * wl-thread.el (toplevel): Ditto.
8404         * wl-util.el (toplevel): Ditto.
8405         * wl-vars.el (toplevel): Ditto.
8406         * wl-xmas.el (toplevel): Ditto.
8407
8408 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8409
8410         * wl.el (wl-init): Added comment about `wl-init-hook'.
8411         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8412         * wl-vars.el (wl-init-hook): Added docs.
8413         (wl-make-plugged-hook): Removed useless docs.
8414         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8415         * wl-xmas.el (toplevel): Ditto.
8416
8417 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8418
8419         * wl-address.el (toplevel): Fixed multiple Author header format.
8420         * wl-demo.el (toplevel): Ditto.
8421         * wl-draft.el (toplevel): Ditto.
8422         * wl-folder.el (toplevel): Ditto.
8423         * wl-summary.el (toplevel): Ditto.
8424         * wl-thread.el (toplevel): Ditto.
8425         * wl-util.el (toplevel): Ditto.
8426         * wl-vars.el (toplevel): Ditto.
8427         * wl-version.el (toplevel): Ditto.
8428         * wl-xmas.el (toplevel): Ditto.
8429         * wl.el (toplevel): Ditto.
8430
8431         * wl-version.el (toplevel): Added require `elmo-version' for
8432         `product-version-as-string'.
8433
8434 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8435
8436         * wl-vars.el (wl-draft-send-hook): Changed default value to
8437         '(wl-draft-config-exec).
8438
8439         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8440         explicitly.
8441         (wl-draft): Set `wl-draft-config-exec-flag' before running
8442         `wl-mail-setup-hook'.
8443
8444         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8445         `wl-biff-init-icons' to `wl-init-hook' instead of
8446         `wl-make-plugged-hook'.
8447         (Because if `wl-draft' command is invoked at first,
8448         they are not initialized)
8449         Updated copyright notice.
8450
8451         * wl-e21.el (toplevel): Ditto;
8452
8453         * wl-demo.el (toplevel): Updated copyright notice.
8454         * wl-address.el (toplevel): Ditto.
8455         * wl-draft.el (toplevel): Ditto.
8456         * wl-version.el (toplevel): Ditto.
8457         * wl-folder.el (toplevel): Ditto.
8458         * wl-summary.el (toplevel): Ditto.
8459         * wl-thread.el (toplevel): Ditto.
8460         * wl-util.el (toplevel): Ditto.
8461         * wl-vars.el (toplevel): Ditto.
8462         * wl.el (toplevel): Ditto.
8463
8464 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8465
8466         * wl-highlight.el (wl-highlight-message): Fixed problem of
8467         highlighting failure which occured when the last field contains
8468         multiple lines in the draft buffer.
8469
8470         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8471         `wl-biff-start' if plugged.
8472
8473         * wl-util.el (wl-biff-check-folder): New function.
8474         (wl-biff-check-folders): Don't set session name prefix.
8475         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8476         (wl-biff-check-folder-async): Ditto.
8477
8478         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8479         in email address.
8480
8481 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8482
8483         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8484
8485         * wl-draft.el (wl-draft-strip-subject-re): New function.
8486
8487         * wl-draft.el (wl-draft-reply): Use it.
8488
8489 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8490
8491         * wl-message.el (wl-mmelmo-message-redisplay): Use
8492         `mime-display-message' instead of `wl-mime-display-message'.
8493
8494         * wl-mime.el (toplevel): Removed compatibility workaround
8495         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8496         (wl-mime-display-message): Abolished.
8497         (wl-mime-entity-read-field): Ditto.
8498         (wl-mime-combine-message/partial-pieces): Use
8499         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8500
8501 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8502
8503         * wl-template.el: Doc fixes.
8504
8505 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8506
8507         * wl-e21.el (wl-message-overload-functions): Do nothing if
8508         `current-local-map' is not available.
8509         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8510
8511 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8512
8513         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8514         representation.
8515
8516         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8517         number.
8518         (wl-fldmgr-save-folders): Don't use `format' when insert
8519         `wl-fldmgr-folders-header'.
8520
8521 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8522
8523         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8524
8525 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8526
8527         * wl-highlight.el (wl-highlight-message):
8528         Use `std11-field-end' to detect end point of the header field.
8529         Refer `wl-highlight-max-header-size'.
8530
8531         * wl-vars.el (wl-highlight-max-header-size): New variable.
8532
8533         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8534
8535         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8536         Set `for-draft' argument of wl-highlight-headers.
8537         (wl-draft): Ditto.
8538         (wl-draft-reedit): Ditto.
8539         (wl-user-agent-compose-internal): Ditto.
8540
8541 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8542
8543         * wl-message.el (wl-message-add-button): Use overlay.
8544
8545 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8546
8547         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8548
8549         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8550         problem when group-list content is nothing.
8551         (Reported by Mito <mit@nines.nec.co.jp>)
8552
8553 2000-10-18  SAITO Atsunori <sai@yedo.com>
8554
8555         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8556
8557 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8558
8559         * tm-wl.el (toplevel): Use product-provide.
8560
8561 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8562
8563         * Version number is increased to 2.3.92.
8564
8565 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8566
8567         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8568         title text, use `display' property for left margin under Emacs 21.
8569
8570         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8571         properties.
8572         (wl-plugged-init-icons): Ditto.
8573
8574 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8575
8576         * wl.el (wl-save-status, wl-init): Remove last period in
8577         "...done." message.
8578         * tm-wl.el (wl-summary-burst): Ditto.
8579         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8580         wl-summary-resume-cache-status,
8581         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8582         wl-summary-sync-update3, wl-summary-highlight-msgs,
8583         wl-summary-flush-pending-append-operations,
8584         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8585         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8586         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8587         wl-thread-open-all): Ditto.
8588         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8589         * wl-mime.el (wl-summary-burst): Ditto.
8590         * wl-highlight.el (wl-highlight-summary): Ditto.
8591         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8592         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8593         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8594         * wl-address.el (wl-local-address-init): Ditto.
8595
8596 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8597
8598         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8599         `add-text-properties'.
8600         (wl-plugged-init-icons): Ditto.
8601         (wl-folder-init-icons): Use `propertize' instead of
8602         `put-text-property'.
8603         (wl-plugged-set-folder-icon): Ditto.
8604         (wl-e21-highlight-folder-group-line): Ditto.
8605
8606 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8607
8608         * wl-version.el (wl-version-status-alist): New variable.
8609         (wl-version-status): New function.
8610
8611         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8612         "Cc" part of the case "Reply-To".
8613
8614         * wl-draft.el (wl-draft-reply): Use result of
8615         `eword-extract-address-components'.
8616
8617         * wl-demo.el (wl-demo-icon-name): New constant.
8618         (wl-logo-xpm): Use it.
8619         (wl-logo-xbm): Ditto.
8620         (wl-logo-bitmap): Ditto.
8621
8622         * Version number is increased to 2.3.91.
8623
8624 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8625
8626         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8627         (wl-extended-emacs-version, wl-extended-emacs-version2,
8628         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8629         docstring.
8630
8631         * wl-version.el (wl-generate-user-agent-string-1): New function.
8632         (wl-generate-user-agent-string): Use it.
8633
8634         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8635         `mime-edit-insert-user-agent-field'.
8636         (wl-generate-user-agent-string): Check
8637         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8638
8639         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8640         instead of `if', when verbose case.
8641
8642 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8643
8644         * wl-expire.el (wl-summary-expire): Fix.
8645
8646 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8647
8648         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8649         and `elmo-lost+found-folder' if 'wl-draft.
8650         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8651
8652 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8653
8654         * wl-expire.el (wl-summary-expire): Change messages.
8655         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8656         `deleing-info' instead of "Deleting..."
8657
8658 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8659
8660         * wl-summary.el (wl-summary-refile-subr): Fix.
8661
8662 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8663
8664         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8665         if pipe folder.
8666
8667 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8668
8669         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8670
8671 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8672
8673         * wl-expire.el (wl-expire-hide): New function.
8674         (wl-summary-expire): Add `hide'.
8675
8676 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8677
8678         * wl-vars.el (wl-draft-reply-without-argument-list):
8679         Changed default value to consider `Reply-To:'.
8680         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8681
8682         * Version number is increased to 2.3.90.
8683
8684         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8685         elmo-imap4-get-session with unwind-protect.
8686         Don't cause error.
8687         (wl-summary-sync-marks): Don't check plugged nor folder type.
8688         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8689         (Always keep current buffer).
8690
8691 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8692
8693         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8694         Enclose with `save-excursion'.
8695
8696 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8697
8698         * wl-version.el (wl-version): Remove interactive.
8699
8700 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8701
8702         * wl-version.el (wl-generate-user-agent-string): Use
8703         `product-string-verbose' instead of `product-string-1'.
8704
8705 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8706
8707         * wl-vars.el (wl-draft-use-cache): New variable.
8708         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8709         if wl-draft-use-cache is non-nil.
8710
8711 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8712
8713         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8714         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8715
8716 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8717
8718         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8719         (wl-thread-msg-mark-as-unread): Ditto.
8720
8721         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8722         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8723         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8724         Don't set mark in summary if return value of `elmo-mark-as-read'
8725         is nil.
8726         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8727         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8728         instead of `wl-thread-msg-mark-as-read'.
8729         (wl-summary-mark-as-unread-region): Ditto.
8730         (wl-summary-target-mark-mark-as-read): Ditto.
8731
8732         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8733
8734 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8735
8736         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8737
8738         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8739
8740 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8741
8742         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8743         face.
8744
8745 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8746
8747         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8748         `running-xemacs'.
8749
8750 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8751
8752         * wl-version.el (toplevel): Use `product-version-as-string' for
8753         set verstion-string, if defined.
8754
8755         * wl-version.el (wl-version-show): Insert string at point, when
8756         call with argument.
8757
8758         * wl-version.el (wl-generate-user-agent-string): Use
8759         `product-string-1' instead of `wl-appname', `wl-version' and
8760         `wl-codename'.
8761
8762 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8763
8764         * wl-address.el (toplevel): Use product-provide.
8765         * wl-demo.el (toplevel): Ditto.
8766         * wl-dnd.el (toplevel): Ditto.
8767         * wl-draft.el (toplevel): Ditto.
8768         * wl-e21.el (toplevel): Ditto.
8769         * wl-expire.el (toplevel): Ditto.
8770         * wl-fldmgr.el (toplevel): Ditto.
8771         * wl-folder.el (toplevel): Ditto.
8772         * wl-highlight.el (toplevel): Ditto.
8773         * wl-message.el (toplevel): Ditto.
8774         * wl-mime.el (toplevel): Ditto.
8775         * wl-mule.el (toplevel): Ditto.
8776         * wl-nemacs.el (toplevel): Ditto.
8777         * wl-refile.el (toplevel): Ditto.
8778         * wl-score.el (toplevel): Ditto.
8779         * wl-summary.el (toplevel): Ditto.
8780         * wl-template.el (toplevel): Ditto.
8781         * wl-thread.el (toplevel): Ditto.
8782         * wl-util.el (toplevel): Ditto.
8783         * wl-vars.el (toplevel): Ditto.
8784         * wl-xmas.el (toplevel): Ditto.
8785         * wl.el (toplevel): Ditto.
8786
8787 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8788
8789         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8790         instead of product.
8791
8792         * wl-version.el (wl-version): Compile time evalution elmo-version.
8793
8794 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8795
8796         * wl-summary.el (wl-summary-sync-force-update): Append queue
8797         `mark-as-read'if unplugged.
8798
8799 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8800
8801         * wl-version.el: New file.  Use product.el.
8802         * wl.el: add (require 'wl-version).
8803         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8804         for ~/.folders header.
8805         (wl-fldmgr-folders-header): Changed.
8806         * wl-demo.el (wl-demo): Use product.el.
8807
8808         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8809         wl-version.el.
8810         * wl-util.el (wl-version, wl-version-show): Ditto.
8811
8812         * wl-util.el (wl-generate-user-agent-string,
8813         wl-extended-emacs-version, wl-extended-emacs-version2,
8814         wl-extended-emacs-version3): Move to wl-version.el.
8815         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8816         xemacs-codename, mime-edit-insert-user-agent-field,
8817         mime-edit-user-agent-value, mime-editor/version,
8818         mime-editor/codename): Compile warning killer move to
8819         wl-version.el
8820
8821 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8822
8823         * wl-summary.el (wl-summary-refile-subr): Fix.
8824
8825 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8826
8827         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8828         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8829
8830 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8831
8832         * wl.el (wl-check-environment): Check too many `@'.
8833
8834 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8835
8836         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8837
8838 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8839
8840         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8841         wl-draft-reply-myself-without-argument-list): Add variables.
8842         * wl-draft.el (wl-draft-reply): Use it.
8843
8844 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8845
8846         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8847         the 5th argument of `elmo-network-get-spec'.
8848
8849         * wl-thread.el (wl-thread-reparent-children): New inline function.
8850         (wl-thread-delete-message): Use it.
8851
8852         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8853         (wl-summary-score-update-all-lines): Don't use `dolist'.
8854
8855 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8856
8857         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8858         (require 'elmo-msgdb) for inline function.
8859
8860 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8861
8862         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8863
8864 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8865
8866         * wl-score.el (wl-score-headers): Fix for the confusing macro
8867         `elmo-kill-buffer'.
8868
8869 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8870
8871         * wl-summary.el: Don't use the 3rd argument of `require' because
8872         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8873         * wl-util.el: Ditto.
8874         * wl-draft.el: Ditto.
8875
8876 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8877
8878         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8879         window system is not used.
8880
8881 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8882
8883         * wl-thread.el: Don't use `mapcar' only for iteration.
8884         (wl-thread-resume-entity): Ditto.
8885         (wl-thread-delete-message): Ditto.
8886
8887         * wl-summary.el: Bind `dragdrop-drop-functions',
8888         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8889         of `require' for `timezone', `easymenu' and `ps-print';
8890         don't use `mapcar' only for iteration.
8891
8892         * wl-util.el: Bind `mule-version', `nemacs-version',
8893         `emacs-beta-version', `xemacs-codename',
8894         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8895         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8896         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8897         only for iteration.
8898
8899         * wl-score.el: Don't use `mapcar' only for iteration.
8900         (wl-score-simplify-buffer-fuzzy): Ditto.
8901         (wl-score-simplify-subject): Ditto.
8902         (wl-score-headers): Ditto.
8903         (wl-summary-score-update-all-lines): Ditto.
8904
8905         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8906         `enable-multibyte-characters' and `mule-version'.
8907
8908         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8909         `mapcar' only for iteration.
8910
8911         * wl-demo.el: Don't use `mapcar' only for iteration.
8912
8913         * wl-folder.el: Don't use `mapcar' only for iteration.
8914         (wl-folder-open-all): Ditto.
8915         (wl-folder-count-incorporates): Ditto.
8916
8917         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8918         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8919
8920         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8921         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8922         `smtp-connection-type'; specify 3rd argument of `require' for
8923         `timezone'; don't use `mapcar' only for iteration.
8924         (wl-draft-clone-local-variables): Don't use `mapcar'.
8925         (wl-draft-generate-clone-buffer): Ditto.
8926         (wl-user-agent-compose-internal): Ditto.
8927
8928         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8929
8930         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8931         (wl-save-status): Ditto.
8932
8933         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8934         for iteration.
8935
8936 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8937
8938         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8939         removed `Date'.
8940         (wl-fldmgr-make-filter-default): New user option.
8941
8942         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8943         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8944         (wl-fldmgr-filter-completion-alist): Abolish.
8945
8946         * wl.el (wl): Don't check servers if arg is non-nil.
8947
8948         * wl-draft.el (wl-draft-reply): Set only message-id string to
8949         In-Reply-To field.
8950
8951 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8952
8953         * wl-summary.el (wl-summary-pick): Rewrite.
8954
8955         * wl-draft.el (wl-draft-forward): Get references field from
8956         original buffer.
8957         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8958
8959 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8960
8961         * wl-draft.el (wl-draft-forward): Add references field.
8962
8963 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8966         (wl-draft-reply): Use it.
8967
8968 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8969
8970         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8971         when Emacs 21 is running.
8972
8973         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8974         bindings.
8975
8976 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8977
8978         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8979         XPM icons transparent.
8980
8981         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8982         Emacs 21.
8983
8984 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8987         nil.
8988
8989         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8990         when it is persistent.
8991         (wl-summary-sync-marks): Changed argument for
8992         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8993         (wl-summary-virtual): Use `elmo-read-search-condition'.
8994         (wl-summary-redisplay-internal): If folder is local, mark as read
8995         even when folder is plugged.
8996
8997 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8998
8999         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9000         of `tool-bar-lines' in the frame parameters.
9001         (after-make-frame-functions, post-command-hook): Don't modify the
9002         value.
9003         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9004         wl-e21-tool-bar-lines): Removed.
9005
9006 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9007
9008         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9009         properties `evaporate' and `wl-momentary-overlay' as well.
9010         (wl-highlight-summary-displaying): Ditto.
9011         (wl-delete-all-overlays): Don't delete overlay which does not have
9012         a property `wl-momentary-overlay'.
9013
9014         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9015         `display-mouse-p' and `display-graphic-p'.
9016         (wl-folder-init-icons): Don't search for XBM or the other files.
9017         (wl-plugged-set-folder-icon): Make icons if and only if
9018         `display-graphic-p' returns non-nil.
9019         (wl-highlight-plugged-current-line): Use `before-string' overlay
9020         property to show icon images.
9021         (wl-highlight-folder-current-line): Ditto.
9022         (wl-e21-highlight-folder-group-line): Ditto.
9023         (wl-e21-highlight-folder-by-numbers): Ditto.
9024         (wl-e21-insert-image): Removed.
9025         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9026         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9027         said.
9028         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9029         `wl-e21-force-switch-toolbar'.
9030         (wl-e21-make-icon-image): Removed.
9031         (wl-e21-setup-toolbar): Don't search for XBM files.
9032         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9033         the default value.
9034
9035 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9036
9037         * wl-util.el (wl-biff-check-folder-async): Set
9038         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9039
9040 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9041
9042         * wl-e21.el (after-make-frame-functions): Add
9043         `wl-e21-force-switch-toolbar'.
9044         (wl-e21-force-switch-toolbar): New function force to switch the
9045         toolbar appearance automatically.
9046         (post-command-hook): Add `wl-e21-switch-toolbar'.
9047         (wl-e21-switch-toolbar): New function to switch the toolbar
9048         appearance automatically.
9049         (wl-e21-tool-bar-lines): New buffer local variable.
9050
9051 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9052
9053         * wl-util.el (wl-biff-check-folders-running): New variable.
9054         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9055         (wl-biff-check-folder-async-callback):
9056         Set `wl-biff-check-folders-running'.
9057         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9058         with unwind-protect.
9059
9060         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9061         Enclose `wl-folder-auto-check' with unwind-protect.
9062
9063         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9064         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9065
9066         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9067
9068         * wl-util.el (wl-biff-notify): New inline function.
9069         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9070         locally.
9071         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9072         folder-list' is 1.
9073         Use `wl-biff-notify'.
9074         (wl-biff-check-folder-async-callback): New function.
9075         (wl-biff-check-folder-async): Ditto.
9076
9077         * wl-folder.el (wl-folder): Don't check folders.
9078         (wl-folder-auto-check): New function.
9079
9080 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9081
9082         * wl-util.el (wl-biff-start) [Emacs19+]:
9083         Use `timer-next-integral-multiple-of-time'.
9084         (wl-biff-check-folders): Use `wl-default-folder'
9085         if `wl-biff-check-folder-list' is nil.
9086
9087 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9088
9089         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9090         instead of `elmo-delete-lists'.
9091
9092 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9093
9094         * wl.el (wl-plugged-toggle-all): Set the value of
9095         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9096         (wl-plugged-toggle): Ditto.
9097         (wl-toggle-plugged): Ditto.
9098         (wl-plugged-init): Ditto.
9099
9100         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9101         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9102         instead of `wl-biff-state-indicator-off' and
9103         `wl-biff-state-indicator-on'; don't modify the value and the type
9104         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9105         (wl-plugged-init-icons): Set icons data to
9106         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9107         instead of `wl-plug-state-indicator-off' and
9108         `wl-plug-state-indicator-on'; don't modify the value and the type
9109         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9110
9111         * wl-vars.el (wl-modeline-biff-state-off,
9112         wl-modeline-biff-state-on, wl-modeline-biff-status,
9113         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9114         wl-modeline-plug-status): New internal variables.
9115         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9116         wl-biff-check-interval, wl-biff-check-folder-list): Change
9117         customization group from `wl-folder' to `wl-highlight'.
9118         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9119         wl-show-plug-status-on-modeline): Defcustomized.
9120
9121         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9122         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9123         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9124         a flag to `mode-line-buffer-identification'.
9125
9126         * wl-e21.el (wl-biff-init-icons): Set icons data to
9127         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9128         instead of `wl-biff-state-indicator-off' and
9129         `wl-biff-state-indicator-on'.
9130         (wl-plugged-init-icons): Set icons data to
9131         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9132         instead of `wl-plug-state-indicator-off' and
9133         `wl-plug-state-indicator-on'.
9134
9135 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9136
9137         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9138         excessive titles.
9139
9140 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9141
9142         * wl.el (wl-plugged-mode): Use revised
9143         `wl-mode-line-buffer-identification'.
9144         (wl-plugged-init): Don't use `force-mode-line-update'.
9145
9146         * wl-xmas.el (wl-draft-overload-functions): Use revised
9147         `wl-mode-line-buffer-identification'.
9148         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9149         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9150         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9151         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9152         `wl-make-plugged-hook';
9153         add `wl-folder-init-icons' and `wl-setup-folder' to
9154         `wl-folder-mode-hook'.
9155
9156         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9157         19 as well.
9158         (wl-mode-line-display-priority-list): New user option.
9159         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9160         Defcustomized.
9161         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9162         Add docs.
9163
9164         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9165         start.
9166         (wl-mode-line-buffer-identification): Revised as a function.
9167
9168         * wl-summary.el (wl-summary-mode): Use revised
9169         `wl-mode-line-buffer-identification'; don't call
9170         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9171         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9172         `wl-xmas-setup-summary'.
9173
9174         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9175         `wl-mode-line-buffer-identification'.
9176
9177         * wl-mule.el (wl-draft-overload-functions): Use revised
9178         `wl-mode-line-buffer-identification'.
9179
9180         * wl-folder.el (wl-make-plugged-alist): Don't call
9181         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9182         (wl-folder): Don't call `wl-folder-init-icons' directly.
9183         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9184         `wl-xmas-setup-folder' directly;
9185         use revised `wl-mode-line-buffer-identification'.
9186         (TopLevel): Don't bind `wl-biff-init-icons',
9187         `wl-plugged-init-icons', `wl-folder-init-icons',
9188         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9189
9190         * wl-e21.el (wl-draft-overload-functions): Use revised
9191         `wl-mode-line-buffer-identification'.
9192         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9193         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9194         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9195         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9196         `wl-make-plugged-hook';
9197         add `wl-folder-init-icons' and `wl-setup-folder' to
9198         `wl-folder-mode-hook'.
9199
9200 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9201             Katsumi Yamaoka    <yamaoka@jpl.org>
9202
9203         * wl.el (wl): Call `wl-biff-start'.
9204         (wl-exit): Call `wl-biff-stop'.
9205         (wl-plugged-mode): Show biff in modeline.
9206         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9207
9208         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9209         (wl-biff-init-icons): New function.
9210         (wl-plugged-init-icons): Don't make too much keymaps.
9211         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9212
9213         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9214         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9215         variables.
9216         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9217         options.
9218
9219         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9220         wl-biff-start, wl-biff-stop): New functions.
9221         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9222         (wl-biff-timer-name): New variable.
9223
9224         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9225
9226         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9227         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9228
9229         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9230         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9231
9232         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9233         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9234         `wl-folder-init-icons' to `ignore' if they are not available.
9235         (wl-folder-mode): Show biff in modeline.
9236
9237         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9238         (wl-biff-init-icons): New function.
9239         (wl-plugged-init-icons): Don't make too much keymaps.
9240         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9241
9242 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9243
9244         * wl-vars.el (wl-strict-diff-folders): Customization Type
9245         and doc fix.  Define as a list of regular expressions for
9246         folders or nil.
9247         * wl-folder.el (wl-folder-check-one-entity): Use
9248         `wl-string-match-member' instead of `wl-string-member' for
9249         `wl-strict-diff-folders'.
9250
9251 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9252
9253         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9254         (wl-highlight-folder-current-line): Use it; new implementation.
9255         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9256         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9257         `defsubst' instead of `defun'.
9258
9259         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9260         `wl-highlight-group-folder-by-numbers'; made it can also be a
9261         number.  See info for more details.
9262
9263         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9264         running.
9265
9266         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9267         to bind them.
9268
9269         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9270         (wl-highlight-folder-current-line): New implementation.
9271
9272         * wl-highlight.el (wl-highlight-folder-group-line): New
9273         implementation.
9274         (wl-delete-all-overlays): Rewrite as a marco.
9275         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9276
9277         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9278         running.
9279         (wl-folder-*-glyph): No need to bind them.
9280
9281         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9282         `wl-e21-highlight-folder-group-icon'; rewrite.
9283         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9284         `defsubst' instead of `defun'.
9285         (wl-folder-mode-map): Bind it when compiling.
9286
9287 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9288
9289         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9290
9291         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9292
9293 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9294
9295         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9296
9297 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9298
9299         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9300         (wl-highlight-folder-current-line): Use it.
9301
9302         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9303         in `id-name'.
9304
9305 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9306
9307         * wl.el: Require `wl-e21' when Emacs 21 is running.
9308
9309         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9310         default when Emacs 21 is running.
9311         (wl-use-highlight-mouse-line): Ditto.
9312         (wl-on-emacs21): New constant.
9313         (wl-on-emacs20): Removed.
9314
9315         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9316         Emacs 21 is running.
9317
9318         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9319         Emacs 21 is running.
9320
9321         * wl-e21.el: New file.
9322
9323 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9324
9325         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9326         (wl-toggle-plugged): Ditto.
9327         (wl-plugged-toggle): Ditto.
9328         (wl-plugged-toggle-all): Ditto.
9329
9330         * wl-vars.el (wl-plug-state-indicator): Refer
9331         `wl-plug-state-indicator-on' indirectly.
9332
9333 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9334
9335         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9336         Call `wl-folder-confirm-existence'.
9337
9338         * wl-folder.el (wl-folder-confirm-existence): Added optional
9339         argument `force'.
9340
9341 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9342
9343         * wl-summary.el (wl-summary-refile-subr): Assume
9344         `copy-or-refile' as symbol.
9345         (wl-summary-refile): Follow up above change.
9346         (wl-summary-copy): Ditto.  Doc fix.
9347
9348 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9349
9350         * wl-summary.el (wl-summary-pick): Don't bind
9351         `elmo-search-mime-charset'.
9352
9353         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9354         default using old backquote style.
9355         (wl-search-mime-charset): Abolished.
9356
9357         * wl-highlight.el (wl-highlight-headers):
9358         Call `point' after `re-search-forward'(for Nemacs).
9359
9360         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9361         for elmo-imap4.el.
9362
9363 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9364
9365         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9366         `wl-message-ignored-field-list' instead of
9367         `mime-view-ignored-field-list'.
9368
9369         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9370         Add interactive spec.
9371         (wl-folder-goto-bottom-of-current-folder): Ditto.
9372         (wl-folder-mode-map): Bind them.
9373
9374         * wl-vars.el (wl-message-ignored-field-list): New variable.
9375         (wl-message-visible-field-list): New variable.
9376
9377         * wl-mime.el (wl-mime-header-presentation-method): New function.
9378         (wl-mime-setup): Set header-presentation-method.
9379
9380 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9381
9382         * wl-nemacs.el (wl-draft-overload-functions): Set
9383         `mode-line-buffer-identification' instead of using
9384         `wl-make-modeline'.
9385
9386         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9387         instead of using `wl-make-modeline'.
9388
9389         * wl-xmas.el (wl-plugged-init-icons): Set up
9390         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9391         (wl-make-modeline): Abolish.
9392         (wl-draft-overload-functions): Set
9393         `mode-line-buffer-identification' instead of using
9394         `wl-make-modeline'.
9395
9396         * wl-util.el (wl-make-modeline-subr): Abolish.
9397         (wl-mode-line-buffer-identification): New alias.
9398
9399         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9400         (wl-summary-make-modeline): Abolish.
9401         (wl-summary-buffer-set-folder): Set
9402         `wl-summary-buffer-folder-indicator'.
9403         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9404         of using `wl-make-modeline'.
9405         (wl-summary-switch-to-clone-buffer): Don't set
9406         `mode-line-buffer-identification'.
9407         (wl-summary-goto-folder-subr): Ditto.
9408
9409         * wl-mule.el (wl-draft-overload-functions): Set
9410         `mode-line-buffer-identification' instead of using
9411         `wl-make-modeline'.
9412
9413         * wl-folder.el (wl-folder-mode): Set
9414         `mode-line-buffer-identification' instead of using
9415         `wl-make-modeline'.
9416         (wl-folder): Don't set `mode-line-buffer-identification'.
9417
9418 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9419
9420         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9421         instead of `member' for `wl-refile-guess-func-list' look-ups.
9422         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9423
9424 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9425
9426         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9427         `wl-message-button-dispatcher'.
9428
9429         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9430
9431         * wl-message.el (wl-message-button-dispatcher): Use it.
9432
9433         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9434         "In-Reply-To".
9435
9436         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9437         Bind `case-fold-search' to t.
9438
9439 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9440
9441         * wl-xmas.el (wl-message-overload-functions): Initialize
9442         `wl-message-button-map'.
9443
9444         * wl-mule.el (wl-message-overload-functions): Initialize
9445         `wl-message-button-map'.
9446
9447         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9448
9449         * wl-message.el (wl-message-button-map): New keymap.
9450         (wl-message-add-button): New function.
9451         (wl-message-button-dispatcher): New function.
9452         (wl-message-button-refer-article): New function.
9453
9454         * wl-highlight.el
9455         (wl-highlight-message-add-buttons-to-header): New function.
9456         (wl-highlight-headers): Use it.
9457
9458 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9459
9460         * wl-summary.el (wl-summary-default-from): Use
9461         `wl-address-get-petname-1'.
9462         (wl-summary-simple-from): Ditto.
9463
9464         * wl-address.el (wl-address-get-petname-1): New inline function.
9465         (wl-address-get-petname): Use it.
9466
9467 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9468
9469         * wl-summary.el (wl-summary-default-from): Return full-name part
9470         from the address if no petname was found.
9471         (wl-summary-simple-from): Ditto.
9472
9473         * wl-address.el (wl-address-get-petname): Return nil if no petname
9474         associated with the address was found.
9475
9476 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9477
9478         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9479         display is finished.
9480
9481 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9482
9483         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9484         `elmo-folder-exists-p' argument.
9485
9486 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9487
9488         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9489         the folder.
9490
9491 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9492
9493         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9494
9495         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9496         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9497
9498 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9499
9500         * wl-folder.el (wl-folder-create-subr): New function.
9501         (wl-folder-confirm-existence): Use it.
9502         (wl-folder-check-one-entity): Use it.
9503         Check the error symbol is derived from 'elmo-open-error.
9504
9505         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9506         `ignore-error'.
9507
9508 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9509
9510         * wl-util.el (toplevel): Add (eval-when-compile (require
9511         'elmo-util)).  (Maybe `provide' is typo.)
9512
9513 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9514
9515         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9516         (I don't know why this was needed.)
9517
9518         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9519         Follow up changes for stream-type.
9520
9521         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9522         (wl-draft-elmo-nntp-send): Ditto.
9523
9524         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9525         (wl-nntp-posting-stream-type): Ditto.
9526         (wl-pop-before-smtp-ssl): Abolished.
9527         (wl-nntp-posting-ssl): Ditto.
9528
9529         * wl-address.el (wl-address-quote-specials): New function.
9530         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9531
9532         * wl-draft.el (wl-draft-reply): Ditto.
9533
9534 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9535
9536         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9537         use function `wl-string-match-assoc'.
9538
9539 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9540
9541         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9542
9543         * wl-draft.el (wl-draft-deduce-address-list): New function.
9544         (wl-draft-parse-mailbox-list): Ditto.
9545         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9546         instead of `smtp-deduce-address-list'.
9547         (wl-draft-on-field-p): Follow group list.
9548
9549         * wl-address.el (wl-address-concat-token): New function.
9550         (wl-address-string-without-group-list-contents): Ditto.
9551         (wl-complete-field-body): Fixed problem of completion
9552         by japanese petname.
9553         (wl-address-make-completion-list): Rewrite.
9554
9555 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9556
9557         * wl-address.el (wl-address-make-completion-list): Completion by
9558         petname.
9559         (wl-complete-field-body): Likewise.
9560
9561 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9562
9563         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9564         contains invalid address syntax.
9565
9566 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9567
9568         * wl-folder.el (wl-folder-check-entity-async): Use
9569         `elmo-nntp-spec-hostname'.
9570
9571 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9572
9573         * wl-summary.el (wl-summary-msgdb-load-async): Use
9574         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9575
9576 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9577
9578         * wl-draft.el (wl-draft-reply): Set argument
9579         `content-transfer-encoding' as nil.
9580
9581 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9582
9583         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9584         `wl-refile-alist'.
9585
9586 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9587
9588         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9589         (wl-draft-edit-string): Ditto.
9590         (wl-draft-forward): Ditto.
9591         * wl-summary.el (wl-summary-write): Ditto.
9592
9593 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9594
9595         * wl-summary.el (wl-summary-sync-update3): Call
9596         `wl-summary-buffer-number-column-detect'.
9597         (wl-summary-buffer-number-column-detect): Search from point-min.
9598
9599 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9600
9601         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9602         contains an address which is not included in original to or cc.
9603
9604 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9605
9606         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9607         begin-line does not exist.
9608         * wl-message.el (wl-message-uu-substring): Ditto.
9609
9610 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9611
9612         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9613         clear local variables.
9614         (wl-summary-exit): Call `elmo-commit'.
9615         (wl-summary-switch-to-clone-buffer): Call
9616         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9617         (wl-summary-goto-folder-subr): Ditto.
9618
9619         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9620         POP folder.
9621
9622 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9623
9624         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9625         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9626         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9627         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9628         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9629         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9630
9631         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9632
9633 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9634
9635         * wl-summary.el (wl-summary-search-by-subject):
9636         Search parent message from the latest one.
9637
9638 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9639
9640         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9641         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9642
9643         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9644         New user option.
9645
9646         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9647         if elmo-nntp-use-killed-list is nil.
9648         Use `elmo-msgdb-append-to-killed-list'.
9649         (Append numbers confirmed as disappeared to the killed list.)
9650         (wl-summary-confirm-appends): Don't display negative number.
9651
9652 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9653
9654         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9655
9656 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9657
9658         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9659         range is `all'.
9660         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9661         `elmo-list-bigger-diff'.
9662
9663 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9664
9665         * wl-summary.el (wl-summary-buffer-exit-func):
9666         New buffer local variable.
9667         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9668
9669 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9670
9671         * wl-demo.el (wl-demo): Fix the last change.
9672
9673 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9674
9675         * wl-demo.el (wl-demo): Don't use `eval'.
9676
9677 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9678
9679         * wl-summary.el (wl-summary-buffer-thread-modified):
9680         New buffer-local variable.
9681         (wl-summary-set-thread-modified): New function.
9682         (wl-summary-thread-modified-p): New function.
9683         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9684         (wl-summary-yank-saved-message): Use function
9685         `wl-summary-set-thread-modified'
9686         (wl-summary-switch-to-clone-buffer): Add
9687         `wl-summary-buffer-thread-modified'.
9688
9689         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9690         (wl-summary-buffer-mark-saved-hook): Ditto.
9691         * wl-summary.el (wl-summary-msgdb-save): New hook
9692         `wl-summary-buffer-message-saved-hook' and
9693         `wl-summary-buffer-mark-saved-hook'.
9694
9695 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9696
9697         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9698
9699 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9700
9701         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9702         don't hide scroll bars under FSF Emacsen because it may incur an
9703         undesirable redrawing.
9704
9705 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9706
9707         * wl-draft.el (wl-draft-edit-string): Call
9708         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9709
9710 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9711
9712         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9713
9714 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9715
9716         * wl-summary.el (wl-summary-msgdb-load-async): Call
9717         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9718
9719 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9720
9721         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9722         fringes in demo buffer; center bitmap logo correctly even if old
9723         Mule is used.
9724
9725 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9726
9727         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9728
9729         * wl-refile.el (wl-refile-subject-alist): New variable.
9730         (wl-refile-subject-alist-file-name): Ditto.
9731         (wl-refile-alist-setup): Rewrite.
9732         (wl-refile-alist-save): Use `elmo-object-save'.
9733         Eliminated arguments.
9734         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9735         (wl-refile-guess-by-subject): New function.
9736         (wl-refile-guess-func-list): Added it.
9737
9738 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9739
9740         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9741         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9742
9743 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9744
9745         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9746         New buffer-local variable.
9747         (wl-summary-buffer-next-folder-func): Ditto.
9748         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9749         if non-nil.
9750         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9751         if non-nil.
9752         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9753         if non-nil.
9754         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9755         if non-nil.
9756
9757 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9758
9759         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9760         permanently in the demo buffer.
9761
9762 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9763
9764         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9765         `mime-entity-fetch-field'.
9766
9767         * wl.el (wl-exit): Delete plugged buffer.
9768
9769         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9770         XEmacs has menubar feature.
9771
9772 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9773
9774         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9775         cannot arrive at the beginning of the buffer under old Emacsen.
9776
9777 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9778
9779         * wl-address.el (wl-address-ldap-search):
9780         Call `ldap-search-entries' with `withdn' argument t.
9781         (wl-complete-field-body): Bind completion-ignore-case as t.
9782         Clear ldap search hash when it was sole completion.
9783         Use elmo-string for pattern string.
9784         (wl-ldap-alias-safe-string): Eliminated needless let.
9785
9786 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9787
9788         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9789         (wl-ldap-alias-sep): New constant.
9790         (wl-ldap-search-attribute-type-list): Ditto.
9791         (wl-ldap-get-value): New function.
9792         (wl-ldap-make-filter): Ditto.
9793         (wl-ldap-make-matched-value-list): Ditto.
9794         (wl-ldap-alias-safe-string): Ditto.
9795         (wl-ldap-register-dn-string): Ditto.
9796         (wl-address-ldap-search): Rewrite.
9797
9798 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9799
9800         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9801         thread is deleted.
9802         (wl-thread-delete-line-from-buffer): Ditto.
9803         (wl-thread-get-exist-children): New function.
9804
9805 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9806
9807         * wl-demo.el (wl-demo): Made it to select various image types.
9808         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9809         from `wl-title-logo'.
9810         (wl-logo-ascii): New variable.
9811         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9812         (wl-demo-copyright-notice): New constant.
9813
9814         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9815
9816 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9817
9818         * wl-vars.el (wl-summary-target-above): Renamed from
9819         wl-summary-temp-above.
9820         * wl-score.el (wl-score-get-score-alist): Use it.
9821         (wl-summary-score-update-all-lines): Use it.
9822         * wl-summary.el: Ditto. (make-variable-buffer-local).
9823
9824 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9825
9826         * wl-vars.el (wl-ldap-port): New user option.
9827
9828         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9829         Rewite whole implementation.
9830         (wl-complete-field-body): Fixed.
9831
9832 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9833
9834         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9835         Choose implementation at compile time.
9836
9837 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9838
9839         * wl-address.el (wl-ldap-search-internal): New function.
9840         (wl-complete-field-to): Use it.
9841
9842 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9843
9844         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9845         Use `let' instead of `let*'.
9846         Require 'wl-vars.
9847
9848         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9849         Define as defcustom.
9850         (wl-ldap-base): Ditto.
9851         (wl-use-ldap): Ditto.
9852
9853 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9854
9855         * wl-address.el (wl-ldap-search): New function.
9856         (wl-complete-field-body): Use `wl-ldap-search'.
9857         (wl-ldap-server): New variable.
9858         (wl-ldap-base): Ditto.
9859         (wl-use-ldap): Ditto.
9860
9861 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9862
9863         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9864         (Pointed out by Mito <mit@nines.nec.co.jp>).
9865         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9866         buffer-local variables like `wl-summary-redisplay-internal'.
9867         (wl-summary-redisplay-all-header): Likewise.  Update
9868         Summary view too.
9869
9870 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9871
9872         * wl-summary.el (wl-summary-jump-to-parent-message):
9873         Consider prefix argument.
9874
9875         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9876         when closed thread is deleted.
9877
9878 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9879
9880         * wl-summary.el (wl-summary-jump-to-parent-message):
9881         Consider thread modification.
9882
9883 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9884
9885         * wl-message.el (wl-message-normal-get-original-buffer): Use
9886         `save-excursion'.
9887
9888         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9889         (wl-summary-showto-folder-regexp): Ditto.
9890
9891 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9892
9893         * wl-util.el (wl-delete-alist): Doc fix.
9894         (wl-delete-associations): New function.
9895         (wl-inverse-alist): New function.
9896         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9897         Split temporary variables. Use `wl-delete-associations'
9898         and `wl-inverse-alist'.
9899         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9900
9901 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9902
9903         * wl-folder.el (wl-folder-prefetch-entity):
9904         Execute prefetching if new count is unknown.
9905
9906 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9907
9908         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9909
9910         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9911         delete entity.
9912         (wl-thread-set-parent): If insert as top, set linked as nil.
9913
9914         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9915         `wl-thread-cleanup-symbols' when view mode is thread.
9916
9917 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9918
9919         * wl-folder.el (wl-folder-create-folder-entity): Use
9920         with-current-buffer.
9921         (wl-local-folder-init): Call set-buffer to make sure we are in
9922         the Folder buffer. Don't touch buffer-local variables here.
9923         (wl-folder-mode): Initialize buffer-local variables here.
9924
9925         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9926         (wl-folder-entity-assign-id): Ditto.
9927         (wl-folder-create-entity-hashtb): Ditto.
9928         (wl-local-folder-init): Ditto.
9929         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9930
9931 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9932
9933         * wl-summary.el (wl-summary-default-from): Fix probrem when
9934         std11-extract-address-components return (nil "foo@bar").
9935
9936 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9937
9938         * wl-draft.el (wl-draft-clone-local-variables):
9939         Remove redundant `setq'.
9940
9941 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9942
9943         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9944         Bind wl-highlight-x-face-func as nil while highlighting header.
9945
9946 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9947
9948         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9949
9950 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9951
9952         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9953         elmo-msgdb-overview-hashtb from copy-variables.
9954         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9955         instead of `elmo-msgdb-overview-get-entity-by-number'.
9956         (wl-summary-auto-refile): Ditto.
9957
9958         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9959         `elmo-msgdb-overview-get-entity' instead of
9960         `elmo-msgdb-search-overview-entity'.  Use
9961         `elmo-msgdb-overview-get-entity' instead of
9962         `elmo-msgdb-overview-get-entity-by-number'.
9963         (wl-thread-insert-entity-sub): Ditto.
9964         (wl-thread-insert-message): Ditto.
9965
9966         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9967         `elmo-msgdb-overview-get-entity'.
9968         (wl-normal-message-redisplay): Ditto.
9969
9970 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9971
9972         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9973         `wl-thread-entities'.
9974         (wl-thread-delete-message): Fix remove top message from
9975         `wl-thread-entity-list'.
9976
9977         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9978         wl-append(nconc), because update-list is broken on Meadow.
9979
9980         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9981         updating process.
9982         (wl-summary-rescan): Ditto.
9983         (wl-summary-sync-update3): Ditto.
9984         * wl-thread.el (wl-thread-set-parent): Renamed from
9985         `wl-summary-set-parent'.
9986         (wl-thread-insert-message): Updating buffer faster.
9987         (wl-thread-delete-message): Updating buffer faster.
9988
9989         * wl-score.el (wl-summary-score-update-all-lines): Changed
9990         interval for display progress gauge.
9991
9992 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9993
9994         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9995         folder always-sticky.
9996         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9997         defmacro.
9998
9999 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10000
10001         * wl-vars.el (wl-draft-add-references): New user option.
10002
10003         * wl-draft.el (wl-draft-add-references): New function.
10004         (wl-draft-yank-from-mail-reply-buffer): Use it.
10005         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10006         as nil.
10007
10008 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10009
10010         * wl-thread.el (wl-thread-update-line-msgs): Called
10011         `wl-thread-update-line-on-buffer-sub'.
10012         (wl-thread-update-line-on-buffer): Delete routine of inserting
10013         thread.
10014         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10015         moved from `wl-thread-update-line-on-buffer'.
10016         Add threshold for displaying progress gauge.
10017         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10018         argument of `wl-thread-update-line-msgs'.
10019         Add threshold for displaying progress gauge.
10020         * wl-folder.el:
10021         Add threshold for displaying progress gauge.
10022         * wl-score.el: Ditto.
10023
10024         * wl-expire.el (wl-summary-expire): Display deleting info.
10025
10026 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10027
10028         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10029         `no-msg'.
10030         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10031         argument of `wl-thread-update-line-msgs'.
10032         (wl-summary-set-parent): Added optional argument `parent-number'.
10033         (wl-summary-buffer-saved-message): New buffer local variable.
10034         (wl-summary-save-current-message): New command.
10035         (wl-summary-yank-saved-message): Ditto.
10036         (wl-summary-mode-map): Added key binding for
10037         `wl-summary-save-current-message' (\ew) and
10038         `wl-summary-yank-saved-message' (\C-y).
10039         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10040
10041 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10042
10043         * wl-summary.el (wl-summary-mode-map): Added key binding for
10044         `wl-summary-set-parent' (ts).
10045
10046 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10047
10048         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10049         subject faster. If thread number is reverse, delayed updating
10050         thread.
10051         (wl-summary-search-by-subject): Ditto.
10052         (wl-summary-put-alike): Ditto.
10053         (wl-summary-get-alike): Ditto.
10054         (wl-summary-insert-headers): Insert header of all overview in
10055         buffer.
10056         (wl-summary-rescan): Delayed updating thread. Kill search subject
10057         buffer for wl-summary-search-by-subject.
10058         (wl-summary-sync-update3): Ditto.
10059         (wl-summary-exit): Ditto.
10060         (wl-summary-goto-bottom-of-current-thread): Change for linked
10061         thread.
10062         (wl-summary-overview-create-summary-line): Change line for linked
10063         thread.
10064
10065         * wl-summary.el (wl-summary-update-thread): Use
10066         wl-thread-maybe-get-children-num.
10067         (wl-summary-set-parent): If change parent, move sub thread.
10068         (wl-summary-redisplay-internal): Add horizontal recenter.
10069         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10070
10071         * wl-thread.el (wl-thread-entity-get-linked): New function.
10072         (wl-thread-entity-set-linked): New function.
10073         (wl-thread-create-entity): Add linked element.
10074         (wl-thread-entity-insert-as-top): Use wl-append.
10075         (wl-thread-maybe-get-children-num): If closing thread, return
10076         children msgs.
10077         (wl-thread-update-line-msgs): Displaying progress message.
10078         (wl-thread-update-line-on-buffer-sub): Use
10079         wl-thread-maybe-get-children-num.
10080         (wl-thread-update-line-on-buffer): If update line is not exists,
10081         insert thread.
10082         (wl-thread-delete-message): If delete top msg of thread, search
10083         parent by subject.
10084         (wl-thread-insert-entity): Use
10085         wl-thread-maybe-get-children-num.
10086
10087         * wl-highlight.el (wl-highlight-summary-current-line): change
10088         sregexp for linked thread.
10089         * wl-util.el (wl-count-lines): Count lines.
10090         (wl-horizontal-recenter): horizontal recenter.
10091         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10092         (wl-score-get-alike): Ditto.
10093         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10094         (wl-subject-length-limit): New variable.
10095         (wl-highlight-thread-indent-string-regexp): Changed for linked
10096         thread.
10097
10098 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10099
10100         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10101         New variable (revival).
10102         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10103         by subject matching if there's no in-reply-to nor references field
10104         (revival).
10105
10106 \f
10107 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10108
10109         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10110         message.
10111
10112 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10113
10114         * wl-summary.el (wl-summary-reply): Return t if there was a
10115         message at cursor point.
10116         Added unwind-protect.
10117         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10118         returns t.
10119         (wl-summary-cancel-message): Do nothing when there's no message at
10120         cursor point.
10121         (wl-summary-forward): Ditto.
10122         (wl-summary-jump-to-parent-message): Ditto.
10123         (wl-summary-reedit): Ditto.
10124         (wl-summary-edit-addresses): Ditto.
10125         (wl-summary-pipe-message): Ditto.
10126         (wl-summary-print-message-with-ps-print): Ditto.
10127         (wl-summary-print-message): Ditto.
10128         (wl-summary-mark-as-important): Ditto.
10129         (wl-summary-mark-as-unread): Ditto.
10130
10131         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10132         message at cursor point.
10133         (wl-summary-reply-with-citation): Remove unwind-protect.
10134
10135         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10136         subject searching feature.
10137         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10138         Eliminated.
10139
10140 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10141
10142         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10143         New variable.
10144         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10145         by subject matching if there's no in-reply-to nor references field.
10146
10147         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10148
10149         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10150         when display is finished.
10151         (wl-folder-open-all): Ditto.
10152         (wl-folder-update-access-group): Ditto.
10153         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10154         * wl-thread.el (wl-thread-close-all): Ditto.
10155
10156         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10157         progress gauge only when it was displayed.
10158         * wl-folder.el (wl-folder-insert-entity): Ditto.
10159
10160 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10161
10162         * wl-summary.el (wl-summary-incorporate): Enclose
10163         `wl-summary-sync-force-update' with save-excursion.
10164
10165 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10166
10167         * wl-summary.el (wl-summary-prefetch-region):
10168         Pass current cursor point to `pos-visible-in-window-p' after
10169         moving cursor to the started point.
10170
10171 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10172
10173         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10174
10175         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10176         fields from the forwarding message.
10177         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10178         `ignored-fields'.
10179
10180 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10181
10182         * wl-mime.el (wl-message-request-partial):
10183         Eliminated argument `msgdb'.
10184         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10185         (wl-mime-combine-message/partial-pieces): Likewise.
10186         * tm-wl.el (wl-message-request-partial): Likewise.
10187         (wl-mime-combine-message/partial-pieces): Likewise.
10188
10189 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10190
10191         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10192         when display is finished.
10193
10194 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10195
10196         * wl-summary.el (wl-summary-goto-folder-subr):
10197         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10198
10199 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10200
10201         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10202         when cursor point is visible.
10203
10204 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10205
10206         * wl-expire.el (wl-expire-archive-get-max-number):
10207         Don't use `file-name-directory'.
10208
10209 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10210
10211         * wl-expire.el (wl-expire-archive-get-max-number):
10212         Use `file-name-directory'.
10213
10214 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10215
10216         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10217         only when there is progress.
10218
10219 2000-04-13  Mito <mit@nines.nec.co.jp>
10220
10221         * wl-summary.el (wl-summary-sync-marks): Display progress.
10222
10223 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10224
10225         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10226         (wl-summary-prev): Move cursor regardless of unread status.
10227         (wl-summary-next): Ditto.
10228
10229 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10230
10231         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10232         Added argument `target' and `number'.
10233         * tm-wl.el (wl-summary-burst-subr): New function.
10234         (wl-summary-burst): Use it.
10235
10236 2000-04-10  Mito <mit@nines.nec.co.jp>
10237
10238         * wl-mime.el (wl-burst): New function.
10239         (wl-summary-burst): Use it.
10240
10241 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10242
10243         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10244         as petname when there's no candidate.
10245
10246 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10247
10248         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10249         New variable.
10250         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10251
10252         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10253
10254         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10255
10256 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10257
10258         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10259         Use substring of `original' instead of buffer-substring.
10260         (wl-refile-evaluate-rule):
10261         Set `original' argument of wl-refile-expand-newtext.
10262
10263         * wl-summary.el
10264         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10265         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10266         (wl-summary-auto-refile): Check existence of destination folder just
10267         before marking.
10268
10269 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10270
10271         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10272         when wl-refile-get-field-value return nil.
10273
10274 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10275
10276         * wl-refile.el
10277         (wl-refile-expand-newtext): New function imported from Gnus.
10278         (wl-refile-evaluate-rule): Use it.
10279
10280 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10281
10282         * wl-summary.el (wl-summary-print-destination):
10283         Duplicate folder string to avoid putting text-property on
10284         original string.
10285
10286         * wl-refile.el (wl-refile-get-field-value): New function.
10287         (wl-refile-evaluate-rule): New function;
10288         Evaluate refile rule recursively.
10289         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10290         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10291         New function; Check existence of a target folder recursively.
10292         (wl-summary-auto-refile-check-refile-rule-alist):
10293         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10294
10295 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10296
10297         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10298
10299         * wl-folder.el (wl-create-folder-entity-from-buffer):
10300         Fixed problem when '}' character is contained in folder name.
10301
10302         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10303
10304 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10305
10306         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10307         (wl-fldmgr-add-completion-all-completions):
10308         Use wl-fldmgr-add-completion-hashtb.
10309
10310 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10311
10312         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10313         wl-fldmgr-add-completion-subr): New functions.
10314         * wl-folder.el (wl-folder-completion-func): New variable.
10315         * wl-summary.el (wl-summary-read-folder):
10316         Use wl-folder-completion-func.
10317
10318         * wl-refile.el: Eliminate throw & catch.
10319
10320         * wl.el (wl-plugged-sending-queue-status): Fixed.
10321
10322 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10323
10324         * wl-draft.el (wl-draft): Put category property on
10325         mail-header-separator.