* wl-summary.el (wl-summary-sort): Fixed the last change.
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-sort): Fixed the last change.
4
5         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
6         (wl-summary-sort-messages): Ditto.
7         (wl-summary-rescan): Use it.
8         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
9         `completing-read'; Append candidates for reverse order.
10
11 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * Version number is increased to 2.15.2.
14
15 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
16
17         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
18         "Smaller".
19         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
20
21 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
22
23         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
24
25 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
26
27         * wl-vars.el (wl-draft-additional-header-alist): Add into the
28         customize group `wl-draft'.
29         (wl-draft-add-in-reply-to): Move customize group from `wl' to
30         `wl-draft'.
31         (wl-draft-add-references): Ditto.
32
33         * wl-action.el (wl-summary-print-argument): Rename argument from
34         `folder' to `data'.
35
36 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
37
38         * wl-summary.el (wl-summary-rescan-message): Call
39         `wl-thread-cleanup-symbols' before insert thread.
40
41 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
42
43         * wl.el (wl-init): Set `elmo-get-folder-function' as
44         `wl-folder-make-elmo-folder'.
45
46         * wl-spam.el (wl-summary-exec-action-spam): Use
47         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
48
49         * wl-folder.el (wl-folder-make-elmo-folder): New function.
50         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
51         `elmo-make-folder'.
52         (wl-folder-get-elmo-folder): Ditto.
53         (wl-folder-create-subr): Simplify.
54
55 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
56
57         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
58
59 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
60
61         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
62         contents in message buffer instead of original buffer. If optional
63         argument specified, ask coding system for encode.
64
65 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
66
67         * wl-spam.el (wl-summary-test-spam-region): New function.
68         (wl-spam-setup): Bind "rkc".
69
70 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
71
72         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
73
74 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
75
76         * wl-spam.el (wl-summary-test-spam): Fix typo.
77         (wl-message-check-spam): Ditto.
78
79 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
80
81         * wl-summary.el (wl-summary-default-from): Simplify.
82
83 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
84
85         * wl-action.el (wl-summary-exec-action-refile): Simplify.
86         (wl-summary-exec-action-copy): Ditto.
87         (wl-summary-auto-refile): Check existence of temporary mark.
88
89 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-summary.el (wl-summary-create-line): Use
92         `elmo-time-to-datevec'.
93
94         * wl-expire.el (wl-expire-archive-date): Ditto.
95         (wl-expire-localdir-date): Ditto.
96
97         * wl-util.el (wl-day-number): Abolish.
98
99         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
100         of `wl-day-number'.
101         (wl-score-followup): Ditto.
102         (wl-score-add-followups): Ditto.
103         (wl-score-get-latest-msgs): Ditto.
104         (wl-score-get-header-entry): Ditto.
105         (wl-score-edit-insert-date): Ditto.
106
107 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
108
109         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
110         `elmo-message-entity-field' with 2nd argument `type'.
111
112 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
113
114         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
115
116 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
117
118         * wl-thread.el (wl-thread-delete-message): Delete descendant
119         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
120
121 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
122
123         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
124
125 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
126
127         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
128         `Access folder'.
129
130 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
131
132         * wl-vars.el (wl-access-folder-icon): New user option.
133
134         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
135         `Access folder'.
136
137 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * wl-summary.el (wl-summary-buffer-set-folder): Use
140         `wl-folder-mime-charset'.
141
142         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
143         `mime-charset'.
144         (wl-folder-get-elmo-folder): Ditto.
145         (wl-folder-mime-charset): New function.
146
147 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
148
149         * wl-util.el (wl-parse-addresses): Define alias of
150         `elmo-parse-addresses' (move to `elmo-util.el').
151
152         * wl-summary.el (wl-summary-default-from): Follow the API change.
153         (wl-summary-overview-entity-compare-by-date): Ditto.
154         (wl-summary-overview-entity-compare-by-from): Ditto.
155         (wl-summary-get-list-info): Get value of `ml-info' field from
156         entity at first.
157         (wl-summary-rescan-message): Treat prefix argument.
158         (wl-summary-prefetch-msg): Follow the API change.
159         (wl-summary-search-by-subject): Ditto.
160         (wl-summary-insert-thread): Ditto.
161         (wl-summary-line-subject): Ditto.
162         (wl-summary-line-from): Ditto.
163         (wl-summary-create-line): Ditto.
164         (wl-summary-print-message-with-ps-print): Ditto.
165
166         * wl-score.el (wl-score-ov-entity-get): Ditto.
167         (wl-score-followup): Ditto.
168         (wl-score-add-followups): Use `elmo-message-entity-field' instead
169         of `car'.
170         (wl-score-get-latest-msgs): Follow the API change.
171         (wl-score-get-header): Ditto.
172
173         * wl-refile.el (wl-refile-learn): Ditto.
174         (wl-refile-subject-learn): Ditto.
175         (wl-refile-get-field-value): Ditto.
176         (wl-refile-guess-by-history): Ditto.
177         (wl-refile-guess-by-subject): Ditto.
178
179         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
180
181         * wl-expire.el (wl-expire-date-p): Removed.
182         (wl-expire-archive-date): Follow the API change.
183         (wl-expire-localdir-date): Ditto.
184         (wl-summary-expire): Ditto.
185
186         * Version number is increased to 2.15.1.
187
188 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
189
190         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
191         group is access or not (it is not strict, like wl-fldmgr-rename).
192
193 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
194
195         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
196         duplicate call of `wl-summary-print-argument' on the wrong line.
197
198 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
199
200         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
201         even if argument `number' is nil.
202         (wl-summary-insert-line): Print action argument if current message
203         has it.
204
205 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
208         (wl-draft-reply): Ditto.
209         (wl-draft): Add optional argument `parent-number' and call
210         `wl-draft-create-buffer' with it.
211         (wl-draft-create-buffer): Add optional argument
212         `parent-number'. Set wl-draft-parent-number as it.
213
214 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
215
216         * wl-folder.el (wl-folder-set-persistent-mark): If summary
217         buffer is not for given folder, don't use it.
218
219 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
220
221         * Version number is increased to 2.15.0.
222
223 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224
225         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
226
227         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
228         (wl-highlight-get-face-by-name): New internal function.
229         (wl-highlight-summary-line-face-spec): Use it and fixed.
230
231 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
232
233         * wl-summary.el (wl-summary-sync-update): Use
234         `elmo-message-entity-field' instead of `car' to get message-id
235         from overview entity.
236
237         * wl-summary.el (wl-summary-rescan-message): Call
238         `wl-highlight-summary-displaying' when displaying a message.
239
240 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
241
242         * wl-draft.el (wl-draft-config-info-filename): Extracted from
243         `wl-draft-config-info-operation'.
244         (wl-draft-buffer-change-number): New function.
245         (wl-draft-rename-saved-config): Ditto.
246         * wl.el (wl-init): Connect slot for message-number-changed.
247         (toplevel): Add autoload for wl-draft-rename-saved-config.
248
249 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
252         `update-overview'
253         (wl-summary-buffer-detach): Disconnect from it.
254         (wl-summary-rescan-message): Use command.
255
256         * wl-message.el (wl-message-buffer-display): Use
257         `with-current-buffer' instead of `save-excursion'.
258
259 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
260
261         * wl-mime.el (wl-draft-preview-attributes-list): Protect
262         wl-draft-preview-attributes-list from distraction.
263
264 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
265
266         * wl-summary.el (wl-summary-sync-update): Sort the return value of
267         `elmo-list-diff'.
268
269 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-summary.el
272         (wl-summary-edit-addresses-collect-candidate-fields): Use
273         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
274
275         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
276         instead of `elmo-set-work-buf'.
277
278         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
279         (wl-address-make-address-list): Ditto.
280
281         * Version number is increased to 2.13.3.
282
283 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
284
285         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
286         user option.
287
288         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
289         argument `5'.
290
291         * wl-message.el (wl-message-display-no-merge-p): New function.
292         (wl-message-buffer-display): Check whether the message is
293         reassembled and follow the API change.
294
295 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
296
297         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
298         multibyte on working buffer and removed unnecessary
299         `buffer-disable-undo'.
300
301 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
302
303         * wl-util.el (wl-read-search-condition-internal): Fixed the last
304         change.
305
306 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
307
308         * wl-util.el (wl-read-search-condition-internal): Protect
309         elmo-global-flags from distraction.
310
311 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
312
313         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
314
315         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
316         (wl-summary-event-handler): Ditto.
317         (wl-summary-update-persistent-mark-on-event): New
318         function (renamed from `elmo-event-handler-flag-changed').
319         (wl-summary-buffer-attach): New function.
320         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
321         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
322         instead of `elmo-folder-add-handler'.
323
324         * Version number is increased to 2.13.2.
325
326 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
327
328         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
329         and "\177" to the `wl-news-previous-page'.
330         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
331         (wl-news-previous-page): New function.
332
333 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
334
335         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
336         instead of `write-region' and simplify.
337
338 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-template.el (wl-template-select): Cause error if
341         `wl-template-alist' is nil.
342
343 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
344
345         * wl-news.el.in: Set file variable `no-byte-compile'.
346
347 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
348
349         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
350         whether a target message is within displaying area.
351         (elmo-event-handler-cache-changed): Ditto.
352
353 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
354
355         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
356         to `defun'.  Use `nconc' instead of `append' to collect descendant
357         message numbers.
358
359 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
360
361         * wl-thread.el (wl-thread-save-top-list)
362         (wl-thread-save-entities): Use `with-temp-buffer'.
363         * wl-news.el.in (wl-news-previous-version-load):
364         (wl-news-previous-version-save): Ditto.
365         * wl-summary.el (wl-summary-load-file-object)
366         (wl-summary-save-view-cache): Ditto.
367
368 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
369
370         * wl-util.el (toplevel): Require 'elmo-flag'.
371         (wl-read-search-condition): New function (Renamed from
372         `elmo-read-search-condition').
373         (wl-read-search-condition-internal): Likewise.
374
375         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
376         invalid.
377         (wl-summary-pick): Use `wl-read-search-condition' instead of
378         `elmo-read-search-condition'.
379         (wl-summary-virtual): Ditto.
380
381         * wl-folder.el (wl-folder-virtual): Ditto.
382         (wl-folder-pick): Ditto.
383
384         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
385
386 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-summary.el (wl-summary-reedit): Call
389         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
390
391 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-mime.el (toplevel): Require wl-vars.
394
395         * wl-message.el (toplevel): Require cl at compile.
396
397         * wl-draft.el (toplevel): Require elmo.
398
399 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
400
401         * wl-message.el (wl-message-buffer-prefetch): Count is a number
402         and do nothing when it is not positive.
403         (wl-message-buffer-prefetch-next): Ditto.
404
405 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
406
407         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
408         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
409         (wl-summary-redisplay-internal): Ditto.
410
411         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
412         message (the condition is borrowed from `wl-check-variables-2').
413         (wl-summary-redisplay-internal): Ditto.
414
415 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * wl-mime.el (wl-draft-nntp-attribute): New function.
418         (wl-draft-attribute-nntp-posting-server): Use it.
419         (wl-draft-attribute-nntp-posting-port): Ditto.
420
421         * wl-mime.el (wl-draft-preview-attributes-list): New function.
422         (wl-draft-show-attributes-buffer): Ditto.
423         (wl-draft-hide-attributes-buffer): Ditto.
424         (wl-draft-attribute-newsgroups): Ditto.
425         (wl-draft-attribute-nntp-posting-server): Ditto.
426         (wl-draft-attribute-nntp-posting-port): Ditto.
427         (wl-draft-preview-message): Use there functions.
428
429         * wl-vars.el (wl-draft-preview-attributes-list): Change default
430         value.
431
432 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
433
434         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
435         (wl-draft-reedit): Ditto.
436         (wl-draft-queue-flush): Ditto.
437
438         * wl-mime.el (wl-message-request-partial): Ditto.
439         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
440         instead of `elmo-message-fetch'.
441
442         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
443
444         * wl-summary.el (wl-summary-message-string): Ditto.
445
446 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-util.el (wl-current-message-buffer): Follow the API change.
449
450         * wl-summary.el (wl-summary-redisplay-internal): Call
451         `wl-summary-mark-as-read' with 2nd argument as nil and update
452         unread count instead of persistent mark.
453
454         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
455         variable.
456         (wl-message-redisplay): Follow the API change.
457         (wl-message-buffer-display): Managed mime-entity directly and
458         return preview buffer only.
459         (wl-message-display-internal): Rewrite.
460         (wl-message-buffer-prefetch-subr): Not save return value of
461         `wl-message-buffer-display'.
462
463         * Version number is increased to 2.13.1.
464
465 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
466
467         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
468         'elmo-multiple-fields-body-list' with boundary specified.
469
470 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
471
472         * wl-vars.el (wl-summary-resend-use-cache): New variable.
473         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
474         cache if `wl-summary-resend-use-cache' is non-nil.
475
476 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
477
478         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
479         (wl-nntp-posting-stream-type): Ditto.
480
481 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
482
483         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
484
485 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
486
487         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
488         message.
489
490 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
493         Abolish.
494         (wl-summary-buffer-persistent-mark-version): New internal
495         variable.
496         (wl-summary-update-mark-and-highlight-window): Check by
497         wl-summary-persistent-mark-invalid-p.
498         (wl-summary-update-status-marks): Ditto.
499         (elmo-event-handler-flag-changed): Rewrite.
500         (elmo-event-handler-cache-changed): Define.
501         (wl-summary-prefetch-msg): Does not update persistent mark here.
502         (wl-summary-delete-cache): Ditto.
503         (wl-summary-resume-cache-status): Ditto.
504         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
505         (wl-summary-persistent-mark-invalid-p): New function.
506         (wl-summary-validate-persistent-mark): Ditto.
507         (wl-summary-validate-persistent-mark-string): Ditto.
508         (wl-summary-invalidate-persistent-mark): Ditto.
509         (wl-summary-update-persistent-mark): Call
510         `wl-summary-validate-persistent-mark'.
511         (wl-summary-create-line): Call
512         `wl-summary-validate-persistent-mark-string'.
513
514         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
515         status as t if cache used.
516
517 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
518
519         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
520         only if the target is group.
521         * wl-folder.el (wl-folder-append-petname): Don't check group name.
522
523 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
524
525         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
526
527 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
528
529         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
530
531         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
532
533 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
534
535         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
536         (Thanks to Yoichi NAKAYAMA).
537
538 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
539
540         * wl-util.el (wl-save-drafts): Restore echo area.
541
542 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
543
544         * Version number is increased to 2.13.0.
545
546         * wl-util.el (wl-biff-check-folder-async): Use
547         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
548
549 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
550
551         * wl-message.el (wl-message-display-internal): Does not put
552         wl-message-display-type property on message buffer.
553         (wl-message-buffer-display-type): New function.
554
555         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
556
557         * wl-summary.el (wl-summary-mode): Use `dolist' to add
558         `wl-summary-buffer-detach'.
559         (wl-summary-message-display-type): Use
560         `wl-summary-buffer-display-type'.
561
562 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
563
564         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
565         buffer-local.
566
567         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
568         kill-buffer-hook instead of make-local-variable.
569         (wl-draft-preview-message): Set `local' argument of add-hook as t.
570
571 2004-12-12  Scott Renfro <scott@renfro.org>
572
573         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
574         regex for square-branket.
575
576 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
579         `wl-message-mime-analysis-p' with argument `header'.
580
581 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
582
583         * wl-mime.el (wl-draft-yank-current-message-entity): 
584         Switch to no-mime following method according to wl-message-display-type
585         property.
586         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
587
588         * wl-message.el (wl-message-display-internal): 
589         Put wl-message-display-type property on message buffer.
590
591         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
592         (wl-message-display-internal): Ditto;
593
594         * wl-summary.el (wl-summary-toggle-mime): Ditto.
595
596 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl-message.el (wl-message-make-display-type): New function.
599         (wl-message-display-type-property): Ditto.
600         (wl-message-mime-analysys-p): Ditto.
601         (wl-message-display-all-header-p): Ditto.
602         (wl-message-redisplay): Removed argument `as-is', `all-header' and
603         added `display-type'.
604         (wl-message-buffer-display): Likewise.
605         (wl-message-display-internal): Likewise.
606         (wl-message-buffer-display-type): Abolish.
607         (wl-message-buffer-prefetch-subr): Follow the API changed.
608
609         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
610         from wl-summary-buffer-display-all-header and changed default value.
611         (wl-summary-message-display-type): New function.
612         (wl-summary-buffer-display-mime-mode): Ditto.
613         (wl-summary-buffer-display-header-mode): Ditto.
614         (wl-summary-toggle-mime): Rewrite with above functions.
615         (wl-summary-toggle-all-header): Ditto.
616         (wl-summary-redisplay): Force redisplay with default mode.
617         (wl-summary-redisplay-internal): Renamed argument from `mode',
618         `all-header' to `mime-mode', `header-mode'.
619         Use `wl-message-make-display-type'.
620
621         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
622         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
623
624 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
625
626         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
627
628 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
629
630         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
631         in original message buffer.
632         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
633         buffer.
634
635 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
636
637         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
638
639 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
640
641         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
642
643 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
644
645         * wl-action.el (wl-summary-exec-action-refile): Display a done message
646         when actions succeeded.
647         (wl-summary-exec-action-copy): Likewise.
648
649 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
650
651         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
652         there is switch-to-buffer at the end of wl-message-select-buffer.
653         (wl-summary-reply): Ditto.
654
655 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
656
657         * wl-summary.el (wl-summary-forward): Put subject in original
658         message buffer as argument of wl-draft-forward.
659         * wl-draft.el (wl-draft-forward): Decode subject as in
660         wl-draft-reply.
661
662 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
663
664         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
665         a folder under access group.
666
667 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
668
669         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
670         wl-message-buffer-display.
671
672         * wl-util.el (wl-set-save-drafts): Fix typo.
673
674 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
677         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
678         wl-highlight-logo-face to set the bg color of an xbm image; fixed
679         the way to measure the width of a bitmap image; don't put face on
680         ascii and bitmap images; put the mark which should not use the
681         variable-pitch face on ascii and bitmap images.
682         (wl-demo-setup-properties): Don't use the variable-pitch face on
683         ascii and bitmap images; made it work on Emacs 20 and earlier.
684         (wl-demo-insert-text): End with a newline at the bottom; don't put
685         face on text.
686
687         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
688
689 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
690
691         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
692
693         * wl-util.el (wl-save-drafts): Moved from sample setting.
694         (wl-set-save-drafts): New function to set idle timer.
695         * wl-draft.el (wl-draft): Call it.
696         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
697
698 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
699
700         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
701         a summary which has toggle display status off.
702
703 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
704
705         * wl-draft.el (wl-draft-do-fcc): No cache save.
706
707 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-summary.el (elmo-event-handler-flag-changed): Use
710         `set-buffer' instead of `with-current-buffer'.
711
712 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
713
714         * wl-summary.el (wl-summary-after-resize-function): New function.
715         (wl-summary-mode): Add `wl-summary-after-resize-function' to
716         window-size-change-functions.
717
718 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-draft.el (wl-draft-create-buffer): Bind
721         `change-major-mode-hook' after current buffer is changed.
722
723         * wl-summary.el (wl-summary-buffer-detach): New function.
724         (wl-summary-buffer-set-folder): Call it.
725         (wl-summary-mode): Add `wl-summary-buffer-detach' to
726         change-major-mode-hook and kill-buffer-hook.
727         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
728         (wl-summary-switch-to-clone-buffer): Ditto.
729         (wl-summary-goto-folder-subr): Ditto.
730
731 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
732
733         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
734         after boundp check.
735
736 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
739         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
740         for `kill-buffer'.
741
742         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
743         handler of current buffer from elmo-folder.
744
745 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
746
747         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
748
749 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * wl-summary.el (wl-summary-buffer-event-handler): New internal
752         variable.
753         (wl-summary-event-handler): New class.
754         (elmo-event-handler-flag-changed): Define to update persistent
755         mark.
756         (wl-summary-buffer-set-folder): Register event handler to
757         elmo-folder.
758         (wl-summary-exit): Unregister event handler.
759         (wl-summary-goto-folder-subr): Ditto.
760         (wl-summary-mark-as-read-all): Does not call
761         `wl-summary-update-persistent-mark' directly.
762         (wl-summary-mark-as-read-internal): Ditto.
763         (wl-summary-set-persistent-mark-internal): Ditto.
764         (wl-summary-set-flags-internal): Ditto.
765
766         * Version number is increased to 2.11.33.
767
768 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
769
770         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
771         to nil.
772
773 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
774
775         * wl-spam.el (wl-spam-setup): Add hook
776         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
777         instead of `wl-summary-prepare-hook'.
778
779         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
780         if folder type is `'flag'.
781         (wl-summary-mark-as-important): Ditto.
782
783 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * wl-address.el (wl-address-minibuffer-history): New variable.
786         (wl-address-minibuffer-local-map): New keymap.
787         (wl-address-read-from-minibuffer): New function.
788
789         * wl-action.el (wl-summary-get-resend-address): Use
790         `wl-address-read-from-minibuffer' instead of `completing-read'.
791
792 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
793
794         * Version number is increased to 2.11.32.
795
796 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
797
798         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
799         without mule to iso-8859-1.
800         (wl-draft-add-in-reply-to): Add note in description.
801         (wl-draft-add-references): Ditto.
802
803 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
804
805         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
806         definition for `m'.
807         (wl-summary-mode-line-format): Add '[%m]'.
808         (wl-message-mode-line-format-spec-alist): Ditto.
809         (wl-summary-display-mime-mode-list): New variable.
810
811         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
812         from wl-summary-buffer-display-as-is.
813         (wl-summary-buffer-display-all-header): New buffer local variable.
814         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
815         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
816         instead of wl-summary-buffer-display-as-is.
817         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
818         (wl-summary-set-persistent-mark): Ditto.
819         (wl-summary-set-message-buffer-or-redisplay): Just call
820         `wl-summary-redisplay-internal' without optional arguments.
821         (wl-summary-toggle-mime): Rewrite.
822         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
823         (wl-summary-toggle-all-header): New function.
824         (wl-summary-redisplay-internal): Treat mime mode.
825
826         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
827         to wl-mime-preview-follow-no-mime.
828         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
829         accodring to the display-mode.
830
831         * wl-message.el (wl-message-buffer-display-type): Rewrite.
832         (wl-message-buffer-display): Changed argument name from `as-is' to
833         `mode'.
834         (wl-message-display-internal): Ditto;
835         Bind elmo-mime-display-header-analysis according to the mode.
836         (wl-message-display-internal): Put wl-message-display-mime-mode
837         property on entire buffer.
838
839 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
840
841         * wl-draft.el (wl-draft-do-fcc): Undo last change.
842
843 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
844
845         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
846         Don't extract mail address.
847         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
848
849         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
850
851         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
852
853 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
854
855         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
856         wl-fldmgr-cut-entity-list on confirmation.
857
858 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
859
860         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
861         (wl-mime-quit-preview): Check existence of
862         mime-edit-temp-message-buffer here.
863
864 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
865
866         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
867         after deletion.
868
869         * wl-draft.el (wl-draft-send-confirm): Check major-mode
870         before calling wl-mime-quit-preview.
871
872 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-summary.el (wl-summary-pick): If call it with prefix
875         argument, set `delete-marks' as non-nil. Pick from only visible
876         messages.
877         (wl-summary-check-target-mark): New function.
878         (wl-summary-target-mark-mark-as-read): Use it.
879         (wl-summary-target-mark-mark-as-unread): Ditto.
880         (wl-summary-target-mark-operation): Ditto.
881         (wl-summary-target-mark-set-flags): Ditto.
882         (wl-summary-target-mark-save): Ditto.
883         (wl-summary-target-mark-pick): Ditto.
884         (wl-summary-target-mark-forward): Ditto.
885         (wl-summary-target-mark-reply-with-citation): Ditto.
886         (wl-summary-target-mark-print): Ditto.
887         (wl-summary-target-mark-uudecode): Ditto.
888
889         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
890         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
891         with `ask-coding' is non-nil.
892
893 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * wl-thread.el (wl-thread-set-parent): If parent is a message
896         which is identified by references, set linked as nil.
897
898 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
899
900         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
901         (wl-message-mode-line-format-spec-alist): Ditto.
902         (wl-message-mode-line-format): Ditto.
903         (wl-summary-mode-line-format): Ditto for docstring.
904         (wl-summary-no-mime-folder-list): Fix typo.
905
906         * wl-util.el (wl-current-message-buffer): Call
907         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
908
909         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
910         variable.
911         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
912         of `wl-summary-redisplay-no-mime'.
913         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
914         (wl-summary-toggle-mime): New function.
915         (wl-summary-redisplay-all-header): Rewrite.
916         (wl-summary-redisplay-no-mime): Ditto.
917         (wl-summary-redisplay-internal): Added argument `as-is' and
918         `all-header'.
919
920         * wl-refile.el (wl-refile-default-from-folder-path-separator):
921         New variable.
922         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
923         bottom.
924         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
925         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
926         "/" unconditionally.
927
928         * wl-mime.el (wl-draft-yank-current-message-entity): Use
929         wl-mime-preview-follow-no-mime for as-is content.
930         (wl-mime-preview-follow-no-mime): New function.
931         (wl-mime-preview-follow-current-region): Fixed parenthesis.
932
933         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
934         and added `as-is', `all-header'.
935         (wl-message-buffer-display): Ditto.
936         (wl-message-buffer-display-type): New function.
937
938 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
939
940         * wl-vars.el (wl-message-header-button-alist): Change default
941         value.
942         (wl-message-body-button-alist): Ditto.
943
944 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
945
946         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
947
948 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
949
950         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
951
952 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
953
954         * wl-summary.el (wl-summary-sync-marks): Remove condition which
955         is always true.
956
957 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
958
959         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
960         on null entity.
961
962 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
963
964         * wl-vars.el (wl-draft-reply-default-position): Fix range.
965
966 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
967
968         * wl-vars.el (wl-summary-resend-hook): New hook.
969
970         * wl-action.el (wl-summary-exec-action-resend-subr): Run
971         `wl-summary-resend-hook'.
972
973 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
974
975         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
976         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
977         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
978         (wl-summary-new-cached-mark): Changed default value to 'n'.
979         (wl-summary-unread-cached-mark): Changed default value to 'u'.
980         (wl-summary-answered-cached-mark): Changed default value to 'a'.
981         (wl-folder-sync-range-alist): Remove spec for 'flag.
982         (wl-summary-force-prefetch-folder-list): New user option.
983
984         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
985         `wl-summary-toggle-persistent-mark'.
986         (wl-summary-update-mark-and-highlight-window): Don't highlight when
987         number is nil.
988         (wl-summary-mark-as-answered-region): Set interactive argument of
989         `wl-summary-set-persistent-mark-internal'.
990         (wl-summary-mark-as-important-region): Ditto.
991         (wl-summary-unset-persistent-mark): Ditto.
992         (wl-summary-set-persistent-mark): Ditto.
993         (wl-summary-mark-as-answered): Ditto.
994         (wl-summary-mark-as-important): Ditto.
995         (wl-summary-set-persistent-mark-internal): Do nothing
996         when `elmo-message-flag-available-p' is nil.
997         (wl-summary-toggle-persistent-mark): New function.
998         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
999         when the folder matches `wl-summary-force-prefetch-folder-list'.
1000
1001
1002         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1003         when number is nil.
1004         (wl-highlight-summary-forwarded-face): New face.
1005
1006 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1007
1008         * Version number is increased to 2.11.31.
1009
1010 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1011
1012         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1013         (wl-biff-check-folder-async): Ditto.
1014         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1015
1016 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1017
1018         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1019         Add an argument `reverse'.  All callers are updated.
1020         (wl-summary-sort): Add a prefix argument `reverse' to specify
1021         reverse sorting.
1022         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1023         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1024         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1025
1026 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * wl-message.el (wl-message-redisplay): Does not narrow header if
1029         disply-type is all-header or as-is.
1030
1031         * wl-summary.el (wl-summary-enter-handler): Use
1032         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1033
1034 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1035
1036         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1037         after adding wl-draft-parent-variables.
1038         (wl-draft-forward): Ditto.
1039
1040 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-summary.el (wl-summary-sync-marks): Call
1043         `wl-summary-set-persistent-mark' and
1044         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1045         (wl-summary-set-persistent-mark-internal): Add 4th argument
1046         `no-server'.
1047         (wl-summary-unset-persistent-mark): Ditto.
1048         (wl-summary-set-persistent-mark): Ditto.
1049         (wl-summary-add-flags-internal): Abolish.
1050         (wl-summary-remove-flags-internal): Ditto.
1051         (wl-summary-mark-as-important-internal): Ditto.
1052         (wl-summary-mark-as-important): Use
1053         `wl-summary-set-persistent-mark' instead of
1054         `wl-summary-add-flags-internal'.
1055         (wl-summary-mark-as-important-region): Ditto.
1056
1057         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1058
1059         * wl-summary.el (wl-summary-get-available-flags): New function.
1060         (wl-summary-sync-marks): Use it and simplified.
1061         (wl-summary-unset-persistent-mark): Use
1062         `wl-summary-get-available-flags'.
1063         (wl-summary-set-persistent-mark): Ditto.
1064
1065 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1066
1067         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1068         id.
1069
1070 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1073         number, call `wl-summary-prev-line-content'. Show message when the
1074         message is not found.
1075
1076 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1077
1078         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1079         wl-summary-enter-handler.
1080         (wl-summary-enter-handler): New command.
1081
1082         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1083         docstring and custom spec.
1084
1085         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1086         flags too; Don't treat Cached and New.
1087         (wl-summary-set-persistent-mark): Ditto.
1088
1089         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1090         `wl-folder-set-flag'.
1091
1092         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1093         instead of `wl-folder-set-flag'.
1094
1095         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1096         for completion.
1097         (wl-summary-set-persistent-mark): Ditto.
1098
1099         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1100         instead of `wl-draft-quit-preview'.
1101
1102         * wl-mime.el (toplevel): Avoid compile warning.
1103         (wl-mime-quit-preview): New function
1104         (formarly defined as `wl-draft-quit-preview').
1105         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1106         quitting method.
1107
1108         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1109
1110         * wl-folder.el (wl-folder-set-flag): Renamed from
1111         `wl-draft-set-flag-on-parent'.
1112
1113         * wl-draft.el (wl-draft-quit-preview): New function.
1114         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1115         (wl-draft-send): Call `wl-folder-set-flag' instead of
1116         `wl-draft-set-flag-on-parent'.
1117         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1118
1119 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1120
1121         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1122         (wl-draft-send): Ditto.
1123
1124 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1125
1126         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1127         (wl-draft-kill-pre-hook): Set default value as nil.
1128         (wl-summary-reply-hook): Ditto.
1129         (wl-draft-kill-flags): Abolish.
1130
1131         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1132         (wl-draft-parent-variables): Renamed from
1133         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1134         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1135         argument; Add wl-draft-parent-variables to
1136         wl-draft-config-variables.
1137         (wl-draft-reply): Likewise.
1138         (wl-draft-kill-flags): Abolish.
1139         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1140         (wl-draft-set-flag-on-parent): New function.
1141         (wl-draft-setup-parent-flag): Ditto.
1142
1143 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1144
1145         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1146         `wl-draft-parent-folder' is "".
1147
1148 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1149
1150         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1151         (wl-summary-digit-jump): New function.
1152         (Adviced by John Owens and Hiroya Murata)
1153
1154         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1155         (Adviced by John Owens)
1156
1157         * wl-xmas.el (wl-message-define-keymap): Ditto.
1158
1159         * wl-mule.el (wl-message-define-keymap): Ditto.
1160
1161 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1164         change of return value of elmo-folder-count-flags.
1165
1166         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1167         (wl-summary-mark-as-read-internal): Ditto.
1168         (wl-summary-set-persistent-mark-internal): Ditto.
1169         (wl-summary-folder-info-update): Ditto.
1170         (wl-summary-sync-update): Fixed the last change.
1171
1172         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1173
1174 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1175
1176         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1177         (wl-draft-kill-flags): Fixed docstring.
1178
1179         * wl-draft.el (wl-draft-kill-flags): New function.
1180         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1181
1182 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1183
1184         * wl-vars.el (wl-reply-hook): Abolish.
1185         (wl-draft-reply-hook): New hook.
1186         (wl-summary-reply-hook): Ditto.
1187         (wl-draft-forward-hook): Ditto.
1188         (wl-summary-forward-hook): Ditto.
1189         (wl-draft-kill-flags): New variable.
1190
1191         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1192         wl-summary-set-persistent-mark-internal.
1193         (wl-summary-sync-marks): Use elmo-preserved-flags.
1194         (wl-summary-update-persistent-mark): Make it interactive.
1195         (wl-summary-set-persistent-mark-internal): New inline function.
1196         (wl-summary-mark-as-answered): Use it.
1197         (wl-summary-mark-as-unanswered): Ditto.
1198         (wl-summary-unset-persistent-mark): New function.
1199         (wl-summary-set-persistent-mark): Ditto.
1200         (wl-summary-reply): Don't set answered flag;
1201         Run wl-summary-reply-hook instead.
1202         (wl-summary-forward): Call wl-draft-forward with number.
1203         Run wl-summary-forward-hook.
1204
1205         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1206         (wl-highlight-summary-line-face-spec): Use it as a default
1207         persistent mark face.
1208
1209         * wl-draft.el (wl-draft-forward): Added optional argument number;
1210         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1211         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1212         (wl-draft-kill): Use wl-draft-kill-flags.
1213
1214         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1215
1216         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1217         of return value of elmo-folder-count-flags.
1218
1219         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1220
1221         * wl-summary.el (wl-summary-count-unread): Ditto.
1222         (wl-summary-sync-update): Follow the change above.
1223         (wl-summary-force-prefetch): New function.
1224
1225 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1226
1227         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1228         variable `buf' with `let' instead of `setq'.
1229
1230 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1231
1232         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1233         add Content-Disposition heaeder on the deleted part.
1234
1235 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1236
1237         * wl-draft.el (wl-draft-save): Encode address list under edit by
1238         `eword-encode-unstructured-field-body'.
1239
1240         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1241
1242 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1243
1244         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1245         wl-current-summary-buffer.
1246
1247 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1248
1249         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1250         `numbers' is ignored.
1251
1252 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1253
1254         * wl-folder.el (wl-folder-open-folder): Avoid error.
1255         Reported by John Owens, [wl-en:815]
1256
1257         * wl.el (wl): Set timer for biff process even if prefix argument
1258         is given or auto-checking is quitted.
1259
1260         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1261         immediately.
1262         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1263         (wl-toggle-plugged): Ditto.
1264
1265         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1266         * wl-util.el (wl-biff-start): Use idle timer if
1267         `wl-biff-use-idle-timer' is non-nil.
1268
1269 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1270
1271         * wl-highlight.el (wl-highlight-message): Fix description.
1272
1273 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1274
1275         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1276         tty.
1277
1278 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1279
1280         * wl-action.el (wl-summary-exec): Print failure count.
1281
1282 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1283
1284         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1285         to `defun', remove interactive form.
1286         Set elmo-message-fetch-confirm when force-reload is non-nil.
1287
1288 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1289
1290         * wl-summary.el (toplevel): Removed unnecessary autoload.
1291
1292 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1293
1294         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1295         the buffer is generated from another message buffer.
1296
1297 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1298
1299         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1300         extracted from `wl-fldmgr-save-folders'.
1301         (wl-fldmgr-delete): Call it after deletion.
1302
1303 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1304
1305         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1306         multi-tty support.
1307
1308 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1309
1310         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1311
1312 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1313
1314         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1315         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1316
1317 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1318
1319         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1320         unsubscribe list only if argument CLEAR is nil.
1321
1322 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1323
1324         * wl-draft.el (wl-draft-reply): Decode subject before removing
1325         Re: prefix.
1326
1327 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1328
1329         * wl-summary.el (wl-summary-sort-by-size): New command.
1330
1331 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1332
1333         * wl-summary.el (wl-summary-number-list-from-region): New
1334         function.
1335         (wl-summary-mark-as-read-region): Use it.
1336         (wl-summary-mark-as-unread-region): Ditto.
1337         (wl-summary-set-flags-region): Ditto and add optional argument
1338         remove.
1339         (wl-summary-mark-as-answered-region): Ditto.
1340         (wl-summary-mark-as-important-region): Ditto.
1341         (wl-summary-target-mark-mark-as-important): Added optional
1342         argument remove.
1343         (wl-summary-target-mark-mark-as-answered): Ditto.
1344         (wl-summary-target-mark-set-flags): Ditto.
1345
1346 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1347
1348         * wl-summary.el (wl-summary-set-flags-region): Call
1349         `wl-summary-set-flags-internal' with number list instead of call
1350         one by each message.
1351         (wl-summary-target-mark-set-flags): Likewise.
1352
1353 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1354
1355         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1356         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1357         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1358         (wl-summary-target-mark-mark-as-answered): Likewise.
1359
1360 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1361
1362         * wl-summary.el (wl-summary-target-mark-forward): Use
1363         `wl-summary-delete-all-target-marks' instead of
1364         `wl-summary-delete-all-temp-marks'.
1365         (wl-summary-target-mark-reply-with-citation): Ditto.
1366         (wl-summary-target-mark-uudecode): Ditto.
1367         (wl-summary-target-mark-set-flags): Ditto and remove needless
1368         cursor move.
1369
1370 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1371
1372         * wl-summary.el (wl-summary-target-mark-forward): Protect
1373         wl-summary-buffer-target-mark-list from nreverse.
1374         (wl-summary-target-mark-reply-with-citation): Ditto.
1375
1376 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1377
1378         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1379         `elmo-display-progress-threshold'.
1380
1381 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1382
1383         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1384         check `wl-summary-highlight'.
1385         (wl-summary-window-scroll-functions): Respect value of
1386         `wl-summary-highlight'.
1387         (wl-summary-sync-update): Run hooks
1388         `wl-summary-buffer-window-scroll-functions' at any time.
1389
1390 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1391
1392         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1393         from `wl-summary-cleanup-temp-marks'.
1394         (wl-summary-cleanup-temp-marks): Abolish argument.
1395         * wl.el (wl-save-status): Revert previous change.
1396         (wl-execute-temp-marks): New function, call
1397         `wl-summary-exec-with-confirmation'.
1398         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1399         (wl-folder-save-and-exec-marks): Abolished.
1400
1401 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1402
1403         * wl-e21.el (wl-e21-display-image-p): Respect
1404         `wl-highlight-folder-with-icon'.
1405         (wl-e21-highlight-folder-group-line): Highlight mouse line
1406         even if wl-e21-display-image-p is nil.
1407
1408         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1409         Respect value of `wl-summary-highlight'.
1410
1411         * wl.el (wl-save-status): Remove unused variable.
1412
1413         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1414         (wl-folder-mode-map): Bind it to "x".
1415
1416 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1417
1418         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1419
1420         * wl-thread.el (wl-thread-get-parent-list): Don't check
1421         disconnected ancestors, neglecting needless work in
1422         `wl-thread-update-indent-string-thread'.
1423
1424         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1425         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1426         argument, add argument default-keep to keep marks by default.
1427
1428         * Version number is increased to 2.11.30.
1429
1430         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1431         customization type and docstring.
1432         (wl-draft-reply-without-argument-list): Ditto.
1433
1434 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1437
1438         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1439
1440 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1441
1442         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1443
1444 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1445
1446         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1447         save-excursion so as not to include run-hooks.
1448
1449 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1450
1451         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1452         Clarify that marks are going to be cleared.
1453
1454 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1455
1456         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1457         according to 3rd element of wl-summary-flag-mark.
1458
1459         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1460
1461 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1462
1463         * wl-action.el (wl-summary-target-mark-all): Don't set
1464         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1465
1466 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1467
1468         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1469         (wl-forward-subject-prefix): Ditto.
1470         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1471         (wl-draft-reply-make-subject): Ditto.
1472
1473         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1474         `wl-draft-forward'.
1475         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1476
1477 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1478
1479         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1480         target message does not exist.
1481
1482 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1483
1484         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1485         `wl-subject-prefix-regexp'.
1486         (wl-subject-forward-prefix-regexp): New variable.
1487         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1488         `wl-draft-strip-subject-re' and take regexp as argument.
1489         (wl-draft-forward): Use it.
1490         (wl-draft-reply): Ditto.
1491
1492 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1493
1494         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1495         emacs multi-tty support.
1496
1497 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1498
1499         * wl-e21.el (wl-e21-display-image-p): Don't call
1500         `display-images-p'.
1501         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1502         support.
1503         (wl-highlight-folder-current-line): Ditto.
1504         (wl-folder-init-icons): Ditto.
1505
1506 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1507
1508         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1509         the last line of summary in unplugged mode.
1510
1511 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1512
1513         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1514
1515 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1516
1517         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1518         * wl-address.el (wl-address-user-mail-address-p): Use it.
1519         (wl-address-delete-user-mail-addresses): Ditto.
1520         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1521
1522         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1523         (wl-address-delete-user-mail-addresses): Ditto.
1524
1525         * wl-address.el (wl-address-delete-user-mail-addresses): New
1526         function.
1527         * wl-refile.el (wl-refile-guess-by-history): Use it.
1528         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1529         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1530
1531         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1532         use wl-address-user-mail-address-p.
1533
1534 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1535
1536         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1537         after opening group.
1538
1539 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1540
1541         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1542         of elmo-set-buffer-multibyte.
1543
1544         * wl-message.el (wl-original-message-mode): Ditto.
1545
1546         * wl-score.el (wl-score-insert-header): Ditto.
1547
1548         * wl-summary.el
1549         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1550         (wl-summary-goto-folder-subr): Ditto.
1551         (wl-summary-insert-headers): Ditto.
1552
1553         * wl-util.el (wl-set-string-width): Ditto.
1554
1555         * Version number is increased to 2.11.29.
1556
1557 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1558
1559         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1560         (wl-highlight-summary-line-help-echo-alist): New variable.
1561         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1562         into `wl-highlight-summary-line-help-echo' and
1563         `wl-highlight-flag-folder-help-echo'.
1564         (wl-highlight-summary-line-string): Change accordingly.
1565         (wl-highlight-summary-current-line): Ditto.
1566
1567 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1568
1569         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1570         at the beginning of field body (Thanks to Markus Knittig).
1571
1572         * wl-draft.el (wl-draft-insert-current-message): Also check
1573         summary buffer, remove unnecessary tag.
1574
1575 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1576
1577         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1578         when wl-message-buffer is nil.
1579
1580         * wl-folder.el (wl-folder): Abolish unused argument.
1581         Call wl-folder-init when wl-folder-entity is nil.
1582         * wl.el (wl): Change accordingly.
1583
1584 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1585
1586         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1587         multibyte string before insert into draft buffer.
1588         (wl-draft-create-buffer): Always enable multibyte characters for
1589         draft buffer.
1590
1591         * Version number is increased to 2.11.28.
1592
1593 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1594
1595         * wl-folder.el (wl-folder-open-close): Handle blank line.
1596         (wl-folder-jump-to-current-entity): Ditto.
1597
1598 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1599
1600         * Version number is increased to 2.11.27.
1601
1602 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1603
1604         * wl-thread.el (wl-thread-insert-message): When the thread is
1605         devided by wl-summary-max-thread-depth, insert line at the end of
1606         buffer.
1607
1608 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1609
1610         * Version number is increased to 2.11.26.
1611
1612 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1613
1614         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1615
1616 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1617
1618         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1619         value of stream-type and session.
1620
1621 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1622
1623         * Version number is increased to 2.11.25.
1624
1625 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1626
1627         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1628         in a quit message.
1629
1630 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1631
1632         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1633         (wl-summary-redisplay-no-mime-internal): Ditto.
1634
1635 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1636
1637         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1638         * wl-vars.el (wl-smtp-connection-type): Ditto.
1639
1640 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1641
1642         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1643         for the separator line and quote mail-header-separator.
1644
1645 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1646
1647         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1648         result message.
1649
1650         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1651         `elmo-multiple-fields-body-list' with boundary as
1652         mail-header-separator.
1653
1654 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1655
1656         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1657
1658 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1659
1660         * wl-util.el (wl-list-diff): Remove unused function.
1661
1662         * wl-draft.el (wl-draft-send-confirm): Discard input before
1663         confirmation.
1664
1665 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1668         order of flag and new.
1669
1670 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1671
1672         * wl-vars.el (wl-refile-policy-alist): Abolished.
1673
1674         * wl-action.el (wl-summary-set-action-refile): Follow the change
1675         above.
1676
1677 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * wl-highlight.el (wl-highlight-signature-search): Don't use
1680         re-search-backward for a long word since it is possible to crash
1681         XEmacs because of a bug.
1682
1683 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1684
1685         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1686
1687 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1688
1689         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1690         argument for wl-summary-sync-force-update.
1691
1692 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1693
1694         * wl-summary.el (wl-summary-mode-map): Revival of
1695         wl-summary-mark-as-important related bindings;
1696         Bind 'F','tF','mF','rF','m&'.
1697         (wl-summary-mark-as-important-region): Revival.
1698         (wl-summary-target-mark-mark-as-important): Ditto.
1699         (wl-summary-target-mark-operation): New function.
1700         (wl-summary-target-mark-mark-as-answered): Use it.
1701         (wl-summary-decide-flag): Don't set Important as default.
1702         (wl-summary-mark-as-important-internal): Revival.
1703         (wl-summary-mark-as-important): Ditto.
1704
1705         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1706
1707         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1708         instead of facep.
1709
1710 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1711
1712         * wl-dnd.el (wl-dnd-drop-func): Fix.
1713
1714         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1715         mouse-set-point instead of posn-point.
1716
1717         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1718
1719         * wl-mule.el (wl-completing-read-multiple): Ditto.
1720
1721 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1722
1723         * wl-demo.el (face-background-name): Defalias to avoid compile
1724         warning.
1725
1726 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1727
1728         * wl-summary.el (wl-summary-decide-flag): Use
1729         wl-completing-read-multiple instead of completing-read-multiple.
1730
1731         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1732         New alias.
1733
1734         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1735         Use face-background-name instead of face-background.
1736
1737         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1738
1739         * wl-summary.el (wl-summary-save): Use it.
1740         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1741
1742         * wl-mime.el (wl-mime-save-content): Fix last change.
1743
1744 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1745
1746         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1747         New function.
1748         (wl-summary-sort-specs): Added sort.
1749         * wl-mime.el (wl-mime-save-content): Expand file name.
1750
1751 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1752
1753         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1754
1755         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1756
1757 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1758
1759         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1760         for flag if it is not defined.
1761
1762 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1763
1764         * wl-e21.el (wl-highlight-folder-current-line): Use
1765         elmo-folder-type-internal when elmo-folder-type returns nil.
1766
1767         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1768
1769         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1770
1771         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1772
1773         * wl-e21.el (wl-summary-toolbar): Ditto.
1774
1775         * wl-vars.el (wl-demo-background-color): Abolished.
1776         (wl-summary-persistent-mark-priority-list): Renamed from
1777         wl-summary-flag-priority-list.
1778         (wl-summary-flag-alist): New user option.
1779         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1780         (wl-message-mode-line-format-spec-alist): Added 'F'.
1781         (wl-message-mode-line-format): Likewise.
1782         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1783         instead of wl-summary-important-mark.
1784         (wl-file-folder-icon): New variable.
1785
1786         * wl-thread.el (wl-thread-set-flags): Renamed from
1787         wl-thread-mark-as-important.
1788
1789         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1790         warning.
1791         (wl-summary-mode-menu-spec): Follow the change of 
1792         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1793         (wl-summary-mode-map): Follow the change of
1794         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1795         (wl-summary-detect-mark-position): Follow the variable name change.
1796         (wl-summary-set-flags-region): New function for the replacement of
1797         wl-summary-mark-as-important-region.
1798         (wl-summary-sync-marks): Sync all global-flags.
1799         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1800         instead of elmo-message-flagged-p.
1801         (wl-summary-persistent-mark-string): Follow the variable name change;
1802         Put wl-summary-flag-mark if the message has global-flag.
1803         (wl-summary-target-mark-set-flags): Renamed from 
1804         wl-summary-target-mark-mark-as-important.
1805         (wl-summary-decide-flag): New function.
1806         (wl-summary-set-flags-internal): Renamed from
1807         wl-summary-mark-as-important-internal.
1808         (wl-summary-add-flags-internal): New function.
1809         (wl-summary-remove-flags-internal): Ditto.
1810         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1811         (wl-summary-mark-as-unimportant): Abolish.
1812         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1813         (wl-summary-next-message): List flagged messages in the msgdb.
1814
1815         * wl-score.el (wl-summary-score-update-all-lines): Use
1816         wl-summary-add-flags-internal instead of 
1817
1818         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1819
1820         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1821         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1822         (wl-message-buffer-require-all-header): Renamed from
1823         wl-message-buffer-all-header-flag (Ditto).
1824         (wl-message-buffer-flag-indicator): New variable.
1825         (wl-message-redisplay): Changed local varibale name from `flag' to
1826         `display-type'; Set up wl-message-buffer-flag-indicator.
1827         (wl-message-buffer-display): Changed varibale name from `flag' to
1828         `display-type'.
1829         (wl-message-display-internal): Likewise.
1830
1831         * wl-highlight.el (wl-highlight-demo-face): Define default background
1832         color.
1833         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1834
1835         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1836
1837         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1838         (wl-demo-setup-properties): Renamed from
1839         `wl-demo-set-background-color'.
1840         (wl-demo): Follow the change above.
1841         
1842         * Version number is increased to 2.11.24.
1843
1844 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1845
1846         * wl-summary.el (wl-summary-toggle-thread): Call
1847         `wl-summary-rescan' with disable-thread as non-nil.
1848         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1849
1850 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1851
1852         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1853         foreground property of the face.
1854         (wl-demo-insert-text): Don't set up face property here.
1855         (wl-demo): Call wl-demo-set-background-color, anyway.
1856
1857 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1858
1859         * wl-vars.el (wl-demo-background-color): The value can be nil.
1860
1861 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1862
1863         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1864         to wl-summary-wheel-dispatcher.
1865
1866         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1867         wl-message-wheel-dispatcher.
1868         (wl-message-wheel-dispatcher): New function.
1869         (wl-summary-wheel-dispatcher): Ditto.
1870
1871 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1872
1873         * wl-action.el (wl-summary-target-mark-all): List messages which are
1874         not in the killed-list.
1875
1876         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1877         only when the folder is 'flag/important.
1878
1879         * wl-address.el (wl-complete-field-body): Complete if the last
1880         character is a space.
1881
1882 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1883
1884         * wl-folder.el (wl-folder-clear-entity-info): Use
1885         elmo-clear-hash-val.
1886
1887         * wl-fldmgr.el (wl-fldmgr-rename): Set
1888         wl-folder-info-alist-modified as t.
1889
1890 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1891
1892         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1893
1894 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1895
1896         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1897         (wl-folder-buffer-last-visited-entity-id): New buffer local
1898         variable.
1899         (wl-folder-revisit-last-visited-folder): New function.
1900         (wl-folder-mode-map): Bind it to "C-i".
1901         (wl-folder-set-current-entity-id): Set last visited folder.
1902         * wl-summary.el (wl-summary-exit): Ditto.
1903
1904 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1907         before calling `recenter' in order to cope with an XEmacs bug.
1908
1909 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1910
1911         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1912         to the default value.
1913
1914 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1915
1916         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1917         change.
1918         (wl-summary-sync-marks): Ditto.
1919         (wl-summary-mark-as-read-internal): Ditto.
1920         (wl-summary-mark-as-answered-internal): Ditto.
1921         (wl-summary-mark-as-important-internal): Ditto.
1922         (wl-summary-reply): Ditto.
1923
1924         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1925         instead of `elmo-folder-unflag-answered'.
1926
1927         * Version number is increased to 2.11.23.
1928
1929         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1930         the last change.
1931
1932 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1933
1934         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1935         Specify "spam" or "good".
1936
1937 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1938
1939         * wl-spam.el (wl-summary-exec-action-spam): Call
1940         wl-folder-confirm-existence for spam folder.
1941         (wl-spam-setup): Bind "mk".
1942
1943 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1944
1945         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1946
1947 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1948
1949         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1950         destination folder is empty.
1951
1952 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1953
1954         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1955         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1956
1957         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1958         (wl-summary-refile-prev-destination-region): New function.
1959         (wl-thread-refile-prev-destination): Ditto.
1960         (wl-summary-target-mark-refile-prev-destination): Ditto.
1961
1962 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1963
1964         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1965         (wl-demo-background-color): Changed default value.
1966
1967         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1968         color.
1969
1970         * wl-demo.el (wl-demo-set-background-color): New function.
1971         (wl-demo): Call it.
1972
1973 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1974
1975         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1976         * wl-address.el (wl-address-add-or-change): Don't add empty
1977         address.
1978
1979 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1980
1981         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1982
1983 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1984
1985         * wl-vars.el (wl-demo-image-filter-alist): New variable
1986         (wl-demo-background-color): Ditto.
1987
1988         * wl-demo.el (wl-demo-xpm-set-background): New function.
1989         (wl-demo-image-filter): Ditto.
1990         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1991
1992         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1993
1994         * wl-demo.el (wl-demo-icon-name): Define as function.
1995         (wl-demo-insert-image): Use it.
1996
1997 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1998
1999         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2000
2001 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2002
2003         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2004
2005 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2006
2007         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2008
2009 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2010
2011         * wl-thread.el (wl-thread-mark-as-answered): New function.
2012
2013         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2014         answered" entry.
2015         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2016         "r&" and wl-thread-mark-as-answered to "t&".
2017         (wl-summary-mark-as-important-region): Refine to toggle mark.
2018         (wl-summary-mark-as-answered-region): New function.
2019         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2020         and 3rd argument.
2021         (wl-summary-mark-as-important-internal): Likewise.
2022
2023 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2024
2025         * wl-template.el (wl-template-preview): New internal variable.
2026         (wl-template-preview-p): New function.
2027         (wl-template-show): Bind `wl-template-preview' as t.
2028
2029 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2030
2031         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2032         `elmo-message-entity-field' with 3rd argument which is non-nil.
2033
2034 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2035
2036         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2037         Removed duplicate local bind `folder'.
2038
2039 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2040
2041         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2042
2043 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2044
2045         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2046         duplicate definition.
2047
2048 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2049
2050         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2051         non-nil, use it; Don't fetch message if there's no message in the
2052         current cursor position.
2053
2054 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2055
2056         * wl-util.el (wl-region-exists-p): Use region-active-p.
2057         (wl-deactivate-region): New function.
2058         * wl-message.el (wl-message-redisplay): Deactivate region.
2059
2060         * wl-summary.el (wl-summary-reply): Call
2061         `wl-summary-set-message-buffer-or-redisplay' instead of
2062         `wl-summary-redisplay-internal', don't move point.
2063
2064 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2065
2066         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2067         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2068         by regexp.
2069
2070 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2071
2072         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2073         if no need.
2074
2075 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2076
2077         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2078         default value to nil.
2079         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2080         `wl-summary-prepare-hook'; Replace refile action to
2081         `wl-summary-exec-action-refile-with-register'.
2082
2083         * Version number is increased to 2.11.22.
2084
2085 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2086
2087         * wl-summary.el (wl-summary-detect-mark-position): Set
2088         `wl-summary-buffer-weekday-name-lang'.
2089
2090 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2091
2092         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2093         (wl-summary-mark-as-read-all): Ditto.
2094         (wl-summary-delete-messages-on-buffer): Ditto.
2095         (wl-summary-sync-update): Ditto.
2096         (wl-summary-mark-as-read-internal): Ditto.
2097         (wl-summary-mark-as-answered-internal): Ditto.
2098         (wl-summary-update-folder-info): Abolished.
2099
2100 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2101
2102         * wl-summary.el (wl-summary-mark-as-read-all): Use
2103         `wl-summary-update-folder-info' instead of
2104         `wl-folder-update-unread'.
2105
2106 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2107
2108         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2109         `wl-summary-folder-info-update'.
2110         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2111         instead of `wl-summary-folder-info-update'.
2112         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2113         `wl-folder-set-folder-updated'.
2114         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2115         instead of `wl-folder-update-unread'.
2116         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2117         the value of `wl-summary-buffer-unread-count' for the second parameter of
2118         `wl-folder-update-unread'.
2119
2120         * Version number is increased to 2.11.21.
2121
2122 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2123
2124         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2125         a local variable.
2126
2127 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2128
2129         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2130         interactively.
2131
2132         * wl-summary.el (wl-summary-mark-as-important-internal): New
2133         internal function.
2134         (wl-summary-mark-as-important): Use it.
2135         (wl-summary-mark-as-unimportant): New function.
2136         (wl-summary-sync-marks): Follow the API change.
2137
2138         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2139
2140         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2141
2142 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2143
2144         * wl-folder.el (wl-folder-update-unread): Re-indent.
2145         Narrow the scope of a local variable.
2146
2147 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2148
2149         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2150         (wl-addrmgr-merge-entries): Ditto.
2151         (wl-addrmgr): Added to address entry which exists in draft buffer
2152         if no entry is in original.
2153
2154 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2155
2156         * wl-batch.el: New file.
2157
2158 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2159
2160         * wl-vars.el (wl-use-semi): Remove unused variable.
2161
2162 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2163
2164         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2165         "?".
2166
2167 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2168
2169         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2170         wl-summary-new-mark.
2171         (wl-summary-new-cached-mark): New user option.
2172         (wl-summary-score-marks): Follow the change above.
2173         (wl-summary-auto-refile-skip-marks): Ditto.
2174         (wl-summary-incorporate-marks): Ditto.
2175         (wl-summary-expire-reserve-marks): Ditto.
2176
2177         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2178
2179         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2180         (wl-summary-persistent-mark-string): Distinguished between cached
2181         and uncached mark when the message is new.
2182
2183 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2184
2185         * wl-spam.el (wl-spam-domain): Renamed from
2186         `wl-spam-folder-guess-domain'.
2187         (wl-summary-exec-action-spam): Register as spam if domain of the
2188         source folder is good.
2189         (wl-summary-exec-action-refile-with-register): Register message if
2190         domain of the source folder is not undecided.
2191
2192 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2193
2194         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2195         detect thread loop.
2196
2197 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2198
2199         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2200         and wl-summary-skip-mark-list.
2201
2202 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2203
2204         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2205
2206         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2207
2208         * wl-spam.el (toplevel): Require wl-highlight.
2209         (wl-spam-auto-check-policy-alist): Abolish.
2210         (wl-spam-auto-check-folder-regexp-list): New user option.
2211         (wl-spam-auto-check-marks): Ditto.
2212         (wl-spam-mark-action-list): Ditto.
2213         (wl-highlight-summary-spam-face): New face.
2214         (wl-spam-auto-check-message-p): New function.
2215         (wl-spam-map-spam-messages): Fixed message.
2216         (wl-spam-register-spam-messages): Ditto.
2217         (wl-spam-register-good-messages): Ditto.
2218         (wl-summary-spam-map): Add and remove keybind.
2219         (wl-summary-target-mark-spam): Abolish.
2220         (wl-summary-refile-spam): Ditto.
2221         (wl-summary-test-spam): New function.
2222         (wl-summary-mark-spam): Ditto.
2223         (wl-summary-auto-check-spam): Follow the above change.
2224         (wl-summary-exec-action-spam): New function.
2225         (wl-summary-exec-action-refile-with-register): Fixed message.
2226         (wl-message-check-spam): New function.
2227         (wl-spam-setup): Ditto.
2228         (toplevel): Call it if this file is loaded interactivity.
2229
2230         * Version number is increased to 2.11.20.
2231
2232 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2233
2234         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2235         when new optional argument `force' is non nil or modified.
2236
2237 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2238
2239         * wl.el (toplevel): Require wl-spam when compile.
2240         (wl-save-status): Call wl-spam-save-status.
2241
2242         * wl-spam.el (wl-spam-register-spam-messages): New function.
2243         (wl-spam-register-good-messages): Ditto.
2244         (wl-spam-save-status): Ditto.
2245         (wl-summary-mode-map): Bind
2246         wl-summary-target-mark-register-as-spam to "ms" and
2247         wl-summary-target-mark-register-as-good to "mn".
2248         (wl-summary-register-as-spam): Abolish optional argument; Use
2249         wl-spam-register-spam-messages.
2250         (wl-summary-register-as-spam-all): Use
2251         wl-spam-register-spam-messages.
2252         (wl-summary-register-as-good): Abolish optional argument; Use
2253         wl-spam-register-good-messages.
2254         (wl-summary-register-as-good-all): Use
2255         wl-spam-register-good-messages.
2256         (wl-summary-target-mark-register-as-spam): New funtion.
2257         (wl-summary-target-mark-register-as-good): Ditto.
2258
2259 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2260
2261         * wl-spam.el: New file.
2262
2263 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2264
2265         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2266
2267         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2268         (wl-summary-auto-refile): Call wl-refile-guess with
2269         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2270
2271 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2272
2273         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2274         with disable-thread argument non-nil.
2275
2276 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2277
2278         * wl-summary.el (wl-summary-rescan): Added optional argument
2279         disable-thread.
2280         (wl-summary-sync): Call wl-summary-rescan with argument
2281         disable-thread.
2282         (wl-summary-input-range): Added new range `rescan-thread'.
2283
2284 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2285
2286         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2287
2288 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2289
2290         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2291         internal variable.
2292         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2293         wl-summary-search-parent-by-subject-regexp and
2294         wl-summary-divide-thread-when-subject-changed as nil.
2295         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2296         (wl-summary-insert-thread): Search parent entity from
2297         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2298         thread loop.
2299
2300 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2301
2302         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2303
2304         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2305
2306         * wl-util.el (wl-require-update-all-folder-p): New function.
2307         (wl-get-assoc-list-value): Added `function' to match directive.
2308         (wl-collect-draft): Rewrite.
2309
2310         * wl-summary.el (wl-summary-sync-update): Clear faces
2311         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2312         are non-nil.
2313         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2314         argument as function.
2315         (wl-summary-input-range): Ditto.
2316
2317         * wl-folder.el (wl-draft-get-folder): New function.
2318         (wl-folder-get-elmo-folder): Consider draft folder.
2319
2320         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2321         (wl-draft-buffer-message-number): New buffer local variable.
2322         (wl-draft-folder-internal): New internal variable.
2323         (wl-draft-delete): Rewrite.
2324         (wl-draft-save): Ditto.
2325         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2326         wl-folder-get-elmo-folder.
2327         (wl-draft-config-info-operation): Ditto.
2328         (wl-jump-to-draft-folder): Ditto.
2329         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2330         (wl-draft-reedit): Rewrite.
2331
2332         * Version number is increased to 2.11.19.
2333         
2334 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2335
2336         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2337         variable.
2338
2339 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2340
2341         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2342         Use ignore-errors instead of unwind-protect.
2343
2344 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2345
2346         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2347         for updating `wl-thread-entity-list'.
2348
2349 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2350
2351         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2352         parameter from calling `wl-thread-entity-get-older-brothers' and
2353         `wl-thread-entity-get-younger-brothers'.
2354         Replace nested `append' with a single one.
2355
2356 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2357
2358         * wl-summary.el (wl-summary-mode): Don't use the return value of
2359         `make-local-hook'.
2360
2361 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2362
2363         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2364         instead of `let*'.
2365         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2366         of local variables.
2367
2368 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2369
2370         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2371         Renamed from wl-summary-window-scroll-functions.
2372         (wl-summary-window-scroll-functions): Don't set to variable.
2373         (wl-summary-display-top): Use run-hooks.
2374         (wl-summary-display-bottom): Ditto.
2375         (wl-summary-toggle-disp-msg): Ditto.
2376         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2377         Use it instead of wl-summary-window-scroll-functions.
2378         (wl-summary-goto-folder-subr): Don't call
2379         wl-summary-window-scroll-functions, use
2380         wl-summary-buffer-window-scroll-functions instead.
2381
2382 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2383
2384         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2385         make-local-variable.
2386
2387 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2388
2389         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2390         set-buffer-modified-p.
2391         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2392         (wl-summary-display-bottom): Ditto.
2393         (wl-summary-toggle-disp-msg): Ditto.
2394
2395 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2396
2397         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2398
2399         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2400         (wl-summary-forward): Use elmo-message-entity-field instead of
2401         elmo-message-field.
2402
2403         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2404
2405 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2406
2407         * wl-summary.el (wl-summary-window-scroll-functions): No use
2408         `append'.
2409
2410 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2411
2412         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2413         function.
2414         (wl-summary-window-scroll-functions): Call it when both
2415         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2416         (wl-summary-temp-mark): Added optional argument number.
2417         (wl-summary-message-mark): Added optional argument flag.
2418         (wl-summary-persistent-mark): Added optional argument number and flag.
2419         (wl-summary-update-persistent-mark): Ditto.
2420         (wl-summary-update-status-marks): Set "r" for interactive spec.
2421
2422         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2423         argument number and flag.
2424
2425         * wl-action.el (wl-summary-registered-temp-mark): 
2426         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2427
2428 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2429
2430         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2431         internal variable (buffer local).
2432         (wl-summary-window-scroll-functions): New function.
2433         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2434         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2435         as nil.
2436         (wl-summary-update-status-marks): Added arguments beg, end and
2437         check.
2438         (wl-summary-update-mark-window): Use function.
2439         (wl-summary-sync-update): Follow the change above.
2440         (wl-summary-switch-to-clone-buffer): Copy
2441         wl-summary-buffer-unsync-mark-number-list.
2442         (wl-summary-goto-folder-subr): Set
2443         wl-summary-buffer-unsync-mark-number-list and
2444         use wl-summary-window-scroll-functions instead of
2445         wl-summary-lazy-highlight.
2446
2447         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2448
2449 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2450
2451         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2452
2453         * wl-summary.el (wl-summary-update-persistent-mark): Call
2454         wl-summary-set-message-modified.
2455
2456         * wl-summary.el (wl-summary-sync-update): Don't call
2457         wl-summary-update-status-marks.
2458
2459         * Version number is increased to 2.11.18.
2460
2461 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2462
2463         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2464         (wl-message-next-page): Ditto.
2465
2466 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2467
2468         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2469         local variable.  Change the order of a collected list into the
2470         same as the specified range.  Remove nil from a collected list.
2471
2472 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2473
2474         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2475         argument for elmo-folder-list-messages.
2476
2477 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2478
2479         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2480         change (wl-summary-count-unreads return a list instead of a cons
2481         cell).
2482
2483 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2484
2485         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2486         `wl-summary-folder-info-update'.
2487
2488 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2489
2490         * wl-summary.el (wl-summary-set-message-modified): No use
2491         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2492         (wl-summary-set-mark-modified): Abolish.
2493         (wl-summary-mark-modified-p): Ditto.
2494         (wl-summary-save-view): Follow the change above.
2495
2496         * wl-expire.el (wl-summary-expire): Likewise.
2497
2498 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2499
2500         * wl-summary.el (wl-summary-detect-mark-position): Use
2501         modb-entity-handler.
2502         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2503
2504         * Version number is increased to 2.11.17.
2505
2506 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2507
2508         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2509         entity field value.
2510         (wl-summary-prefetch-msg): Ditto.
2511         (wl-summary-print-message-with-ps-print): Ditto.
2512
2513 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2514
2515         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2516         for dummy entity.
2517         (wl-summary-insert-thread): Use elmo-message-entity-field.
2518         (wl-summary-update-thread): Use elmo-message-entity-field and
2519         elmo-message-entity-number.
2520         (wl-summary-line-number):  Use elmo-message-entity-number.
2521         (wl-summary-line-size): Use elmo-message-entity-field.
2522         (wl-summary-line-subject): Ditto.
2523         (wl-summary-line-from): Ditto.
2524         (wl-summary-line-attached): Ditto.
2525         (wl-summary-create-line): Ditto.
2526         (wl-summary-create-line): Use elmo-message-entity-number.
2527         (wl-summary-print-message-with-ps-print): Use
2528         elmo-message-entity-field.
2529
2530 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2531
2532         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2533         change in elmo-msgdb-make-message-entity.
2534         (wl-summary-buffer-set-folder): Don't call
2535         wl-summary-detect-mark-position here.
2536         (wl-summary-rescan): Call elmo-message-entity-number.
2537         (wl-summary-sync-update): Ditto.
2538         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2539
2540         * wl-score.el (wl-score-header-index): Redefine 2th element.
2541         (wl-score-overview-entity-get-extra): Abolish.
2542         (wl-score-ov-entity-get): Rewrite.
2543         (wl-score-string-index<, wl-score-string-func<): Abolish.
2544         (wl-score-string<): New function.
2545         (wl-score-string-sort): Use it.
2546
2547         * wl-refile.el (wl-refile-guess-by-history): Use
2548         elmo-message-entity-field.
2549         (wl-refile-guess-by-from): Ditto.
2550         (wl-refile-guess-by-msgid): Ditto.
2551
2552         * Version number is increased to 2.11.16.
2553
2554 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2555
2556         * wl-folder.el (wl-folder-confirm-existence): Don't call
2557         file-exists-p if msgdb-path is nil.
2558         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2559         `wl-read-folder-hist' to `wl-read-folder-history'.
2560
2561 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2562
2563         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2564         `y-or-n-p'.
2565
2566 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2567
2568         * wl-score.el (wl-score-headers): Don't use
2569         elmo-folder-do-each-message-entity.
2570
2571         * Version number is increased to 2.11.15.
2572
2573 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2574
2575         * wl-summary.el (wl-summary-delete-all-msgs): Use
2576         elmo-folder-move-messages instead of elmo-folder-delete-messages
2577         and elmo-folder-detach-messages.
2578         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2579
2580         * wl-expire.el (wl-expire-delete): Ditto.
2581         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2582
2583 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2584
2585         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2586         (wl-message-header-narrowing-fields): Ditto.
2587         (wl-message-header-narrowing-lines): Ditto.
2588         (wl-message-header-narrowing-string): Ditto.
2589
2590         * wl-summary.el (wl-summary-mode-map): Bind
2591         wl-summary-toggle-header-narrowing to "C-cC-f".
2592         (wl-summary-toggle-header-narrowing): New function.
2593
2594         * wl-message.el (wl-message-buffer-create): Call
2595         wl-message-header-narrowing-setup.
2596         (wl-message-redisplay): Call wl-message-header-narrowing.
2597         (wl-message-header-narrowing): New function.
2598         (wl-message-header-narrowing-map): New keymap.
2599         (wl-message-header-narrowing-widen-map): New keymap.
2600         (wl-message-header-narrowing-again-at-mouse): New function.
2601         (wl-message-header-narrowing-1): Ditto.
2602         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2603         (wl-message-header-narrowing-setup): Ditto.
2604         (wl-message-header-narrowing-toggle): Ditto.
2605         
2606         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2607
2608         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2609         'flag as all.
2610         (wl-use-flag-folder-help-echo): New user option.
2611
2612         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2613         wl-summary-highlight as nil.
2614         (wl-summary-set-mark-modified): Follow the API change.
2615         (wl-summary-mark-modified-p): Ditto.
2616         (wl-summary-mark-as-read-all): Ditto.
2617         (wl-summary-sync-marks): Don't call
2618         elmo-folder-list-messages-with-global-mark.
2619         (wl-summary-mark-as-read-internal): Follow the API change.
2620         (wl-summary-mark-as-answered-internal): Ditto.
2621         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2622         Follow the API change.
2623         (wl-summary-create-line): Call with number argument.
2624         (wl-summary-reply): Follow the API change.
2625
2626         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2627         function.
2628         (wl-highlight-summary-line-string): Call it when
2629         wl-use-flag-folder-help-echo is non-nil.
2630         (wl-highlight-summary-current-line): Ditto.
2631         (elmo-flag-folder-referrer): Added autoload setting.
2632
2633         * wl-draft.el (wl-draft-kill): Follow the API change.
2634
2635         * Version number is increased to 2.11.14.
2636         
2637 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2638
2639         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2640
2641 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2642
2643         * Version number is increased to 2.11.13.
2644
2645 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2646
2647         * wl-draft.el (wl-draft-previous-history-element): Fixed
2648         unbalanced parenthesis and bind unbound local variables.
2649
2650 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2651
2652         * wl-draft.el (wl-draft-previous-history-element): New function.
2653         (wl-draft-next-history-element): Ditto.
2654         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2655         them to M-p and M-n.
2656
2657 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2658
2659         * Version number is increased to 2.11.12.
2660
2661 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2662
2663         * wl-draft.el (wl-draft-hide): Select buffer-window.
2664
2665 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2666
2667         * wl-summary.el (wl-summary-narrow-to-region): New function.
2668         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2669         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2670         (wl-summary-save-region): Use it.
2671         * wl-action.el (wl-summary-collect-numbers-region)
2672         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2673
2674 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2675
2676         * wl-folder.el (wl-folder-count-incorporates): Don't use
2677         `elmo-msgdb-mark-load'
2678
2679         * Version number is increased to 2.11.11.
2680
2681 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2682
2683         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2684         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2685
2686 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2687
2688         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2689
2690 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2691
2692         * Version number is increased to 2.11.10.
2693
2694 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2695
2696         * wl-mime.el (wl-draft-attribute-value): Fixed.
2697
2698 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2699
2700         * wl-util.el (wl-copy-local-variables): New function.
2701
2702         * wl-mime.el (wl-draft-attribute-recipients): New function.
2703         (wl-draft-attribute-envelope-from): Ditto.
2704         (wl-draft-attribute-smtp-posting-server): Ditto.
2705         (wl-draft-attribute-smtp-posting-port): Ditto.
2706         (wl-draft-attribute-value): Ditto.
2707         (wl-draft-preview-message): Use it to get value for
2708         attributes. Reflect result of `wl-draft-config'.
2709
2710         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2711         and call `wl-summary-mark-as-read' before to call
2712         `wl-summary-unset-mark'.
2713         (wl-summary-target-mark-mark-as-unread): Likewise.
2714         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2715
2716 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2717
2718         * wl-mime.el (wl-draft-preview-message): Use actual value for
2719         attributes; Fix for small window.
2720
2721 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * wl-refile.el (wl-refile-get-field-value): Call
2724         `elmo-message-entity-field' with 3rd argument is non-nil.
2725
2726 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2727
2728         * wl-vars.el (wl-draft-preview-attributes): New user option.
2729         (wl-draft-preview-attributes-list): Ditto.
2730         (wl-draft-preview-attributes-buffer-lines): Ditto.
2731         (wl-draft-preview-attributes-buffer-name): Ditto.
2732
2733         * wl-mime.el (wl-draft-preview-message): Display attributes.
2734
2735 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2736
2737         * wl-summary.el (wl-summary-detect-mark-position): Bind
2738         wl-summary-flag-priority-list to '(new).
2739
2740 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2741
2742         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2743         funtion.
2744         (wl-highlight-summary-line-string): Use it.
2745         (wl-highlight-summary-current-line): Ditto.
2746
2747 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2748
2749         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2750         line even when the mark string is not changed.
2751
2752         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2753         argument change in the wl-summary-create-line.
2754         (wl-thread-insert-entity-sub): Ditto.
2755
2756         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2757         argument change in the wl-summary-create-line.
2758         (wl-summary-insert-sequential): Ditto.
2759         (wl-summary-update-thread): Ditto.
2760         (wl-summary-persistent-mark-string): New inline function.
2761         (wl-summary-message-mark): Use it.
2762         (wl-summary-create-line): Abolish argument wl-persistent-mark
2763         and added wl-flags, wl-cached.
2764
2765         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2766         mark to flags.
2767         (wl-highlight-summary-current-line): Decide the face not by the 
2768         persistent mark but flags.
2769
2770 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2771
2772         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2773         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2774         wl-summary-read-uncached-mark): Revive.
2775         (wl-summary-answered-cached-mark,
2776         wl-summary-answered-uncached-mark): New user option.
2777         (wl-summary-score-marks): Follow the change above.
2778         (wl-summary-auto-refile-skip-marks): Ditto.
2779         (wl-summary-incorporate-marks): Ditto.
2780         (wl-summary-expire-reserve-marks): Ditto.
2781         (wl-summary-flag-priority-list): New user option.
2782
2783         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2784         changes.
2785         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2786         of elmo-message-mark.
2787         (wl-summary-mark-as-read-internal): Ditto.
2788         (wl-summary-mark-as-answered): Ditto.
2789         (wl-summary-mark-as-important): Ditto.
2790         (wl-summary-redisplay-internal): Ditto.
2791         (wl-summary-redisplay-no-mime-internal): Ditto.
2792         (wl-summary-message-mark): New function.
2793         (wl-summary-insert-sequential): Use wl-summary-message-mark
2794         instead of elmo-message-mark.
2795         (wl-summary-update-thread): Ditto.
2796         (wl-summary-persistent-mark): Ditto.
2797         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2798         instead of elmo-message-mark.
2799
2800         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2801         wl-summary-message-mark instead of elmo-message-mark.
2802         (wl-thread-insert-entity-sub): Ditto.
2803         (wl-thread-get-children-msgs-uncached): Ditto.
2804
2805         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2806         variable name changes.
2807         (wl-highlight-summary-current-line): Ditto.
2808
2809         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2810         wl-summary-message-mark instead of elmo-message-mark.
2811
2812         * wl-expire.el (wl-expire-message-p): Ditto.
2813
2814         * wl-score.el (wl-score-headers): Ditto.
2815
2816         * Version number is increased to 2.11.9.
2817
2818         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2819         (wl-summary-sync-update): Follow the change above.
2820         (wl-summary-switch-to-clone-buffer): Ditto.
2821         (wl-summary-open-folder): Ditto.
2822
2823 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2824
2825         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2826         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2827
2828         * Version number is increased to 2.11.8.
2829
2830         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2831
2832         * wl-expire.el (wl-expire-refile): Follow the API change on
2833         `elmo-folder-move-messages'.
2834         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2835
2836         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2837         (wl-summary-exec-action-refile): Ditto.
2838         (wl-summary-exec-action-copy): Ditto.
2839         (wl-summary-no-auto-refile-message-p): No use
2840         `wl-summary-buffer-msgdb'.
2841         (wl-summary-auto-refile): Ditto.
2842
2843 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2844
2845         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2846
2847 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2848
2849         * wl-summary.el (wl-summary-sync): Treat no-sync.
2850
2851         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2852         (wl-default-sync-range): Ditto.
2853
2854 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2855
2856         * wl-refile.el (wl-refile-subject-learn): Call
2857         `elmo-message-entity-field' with 3rd argument is non-nil.
2858         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2859         instead of `elmo-msgdb-overview-entity-get-subject'.
2860
2861 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2862
2863         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2864         scan-type is rescan.
2865         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2866         new optional argument force is non-nil.
2867         (wl-summary-save-view-cache): Call it with force argument non-nil.
2868
2869         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2870
2871 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2872
2873         * wl-action.el (wl-summary-print-argument): Fixed last change.
2874
2875 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2876
2877         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2878         simplified.
2879         (wl-summary-target-mark-mark-as-unread): Likewise.
2880         (wl-summary-target-mark-mark-as-important): Likewise.
2881
2882 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2883
2884         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2885         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2886         (wl-summary-mark-as-important-region): Change accordingly.
2887         (wl-summary-target-mark-mark-as-important): Ditto.
2888
2889 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2890
2891         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2892
2893         * wl-action.el (wl-summary-print-argument): Print argument to
2894         right side of window if `wl-summary-print-argument-within-window'
2895         is non-nil.
2896
2897 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2898
2899         * wl-action.el (wl-summary-set-mark): Use
2900         `wl-summary-message-visible-p' to check visibility of the message
2901         and jump to message only when the message line is visible and have
2902         different number; Call wl-summary-unset-mark with number argument.
2903         (wl-summary-unset-mark): 
2904         Use `wl-summary-message-visible-p'
2905         to check visibility of the message and jump to message only when
2906         the message line is visible and have different number;
2907
2908 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2909
2910         * Version number is increased to 2.11.7.
2911
2912         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2913         and wl-folder-summary-line-format.
2914
2915         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2916         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2917         (wl-summary-set-score-mark): Use it.
2918         (wl-summary-target-mark-mark-as-read): Ditto.
2919         (wl-summary-target-mark-mark-as-unread): Ditto.
2920         (wl-summary-target-mark-mark-as-important): Ditto.
2921         (wl-summary-target-mark-msgs): Simplified.
2922         (wl-summary-detect-mark-position): Fixed problem when
2923         summary-line-format no contain persisten/temp mark spec.
2924         (wl-summary-temp-mark): Ditto.
2925         (wl-summary-persistent-mark): Ditto.
2926         (wl-summary-update-persistent-mark): Ditto.
2927
2928         * wl-action.el (wl-summary-set-mark): Ditto.
2929         (wl-summary-unset-mark): Ditto.
2930         All other related portions are changed.
2931
2932 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2933
2934         * Version number is increased to 2.11.6.
2935
2936 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2937
2938         * wl-util.el (wl-current-message-buffer): Define as function;
2939         Don't use the value of wl-messge-buffer.
2940
2941         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2942         persistent mark.
2943
2944         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2945         no current message, cause an error.
2946
2947 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2948
2949         * wl-summary.el (wl-summary-set-message-modified): Use
2950         elmo-folder-set-message-modified instead of
2951         elmo-folder-set-message-modified-internal.
2952
2953 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2954
2955         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2956         interactively.
2957         (wl-summary-sync): nokill->entirely.
2958         (wl-summary-sync-marks): Fixed message.
2959         (wl-summary-input-range): Added mark, nokill->entirely.
2960
2961         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2962         messages as read.
2963
2964 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2965
2966         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2967         update-noscore.
2968         (wl-summary-sync): Follow the change above.
2969
2970 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2971
2972         * wl-action.el (wl-summary-target-mark-all): Use
2973         elmo-folder-list-messages.
2974
2975 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2978         (wl-summary-rescan): Set wl-summary-scored as nil.
2979         (wl-summary-sync-force-update): Follow the change above.
2980         (wl-summary-sync): Ditto.
2981         (wl-summary-sync-update): Added argument disable-killed.
2982         (wl-summary-insert-headers): Set visible-only argument for
2983         elmo-folder-list-messages.
2984         (wl-summary-input-range): Added update-nokill, update-noscore,
2985         all-nokill, all-noscore and mark.
2986
2987         * Version number is increased to 2.11.5.
2988
2989         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2990
2991 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2992
2993         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2994         (wl-summary-prefetch-region-no-mark): Change accordingly.
2995         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2996
2997 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2998
2999         * wl-address.el (wl-complete-field-to): Abolished.
3000         (wl-complete-address): Completion function for completing-read.
3001         * wl-action.el (wl-summary-get-resend-address): Use it.
3002
3003         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3004         wl-summary-update-mark and abolish unused argument.
3005         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3006         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3007         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3008         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3009         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3010         * wl-draft.el (wl-draft-kill): Ditto.
3011
3012         * wl-summary.el: Remove unused binding of case-fold-search.
3013         (wl-summary-replace-status-marks): Abolished.
3014
3015 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3016
3017         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3018         is specified or folder length is zero.
3019
3020 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3021
3022         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3023         (wl-folder-archive-current-entity): Ditto.
3024
3025 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3026
3027         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3028         retrieving message mark.
3029         (wl-summary-redisplay-internal): Ditto.
3030
3031         * wl-message.el (wl-message-buffer-display): Ignore errors while
3032         retrieving message-id field.
3033
3034         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3035         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3036         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3037         order of the arguments for `wl-expire-message-p'.
3038         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3039
3040         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3041         Check return value of wl-summary-reply.
3042         (wl-summary-reply): Recover window configuration when an error occured.
3043
3044 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3045
3046         * wl-summary.el (wl-summary-resend-message): Abolished, the
3047         feature is inherited by wl-summary-resend (put resend mark).
3048
3049 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3052         wl-message-buffer to nil when the message is hide.
3053
3054 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3055
3056         * .cvsignore: New file.
3057
3058 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3059
3060         * wl-action.el (wl-summary-action-docstring): Add more info.
3061         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3062         duplicate definition.
3063         (wl-summary-define-mark-action): Functions wl-summary-*-region
3064         keep current position.
3065         (wl-summary-unregister-target-mark): Store result to the variable.
3066
3067 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3068
3069         * Version number is increased to 2.11.4.
3070
3071 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3072
3073         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3074         wl-summary-delete-all-temp-marks.
3075         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3076
3077         * wl-action.el (wl-summary-set-mark): Changed terminology
3078         refile-destination -> action-argument.
3079         (wl-summary-unset-mark): Ditto.
3080         (wl-summary-remove-argument): Ditto.
3081         (wl-summary-print-argument): Ditto.
3082
3083         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3084         (wl-thread-remove-argument-region): Ditto.
3085         (wl-thread-print-argument-region): Ditto.
3086         (wl-thread-close): Ditto.
3087         (wl-thread-open): Ditto.
3088
3089         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3090         (wl-highlight-refile-destination-face is abolished)
3091         (wl-highlight-action-argument-string): Ditto.
3092         (wl-highlight-summary-current-line): Highlight action argument.
3093
3094         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3095         color for light backgrounds.
3096         (wl-highlight-summary-answered-face): Ditto.
3097
3098 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3099
3100         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3101
3102         * wl-score.el (wl-summary-score-update-all-lines): Use
3103         wl-summary-set-mark.
3104         (wl-summary-score-update-all-lines): Kill expunged messages.
3105
3106         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3107
3108 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3109
3110         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3111         directly.
3112         (wl-score-overview-entity-get-lines): Ditto.
3113         (wl-score-overview-entity-get-xref): Ditto.
3114         (wl-score-get-latest-msgs): Ditto.
3115         (wl-summary-rescore): Ditto.
3116
3117         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3118         to "&".
3119         (wl-summary-mark-as-answered-internal): New inline function.
3120         (wl-summary-mark-as-answered): New function.
3121         (wl-summary-mark-as-unanswered): Ditto.
3122         (wl-summary-sync-marks): Modified for answered-mark synching.
3123
3124 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3125
3126         * wl-action.el (wl-summary-set-mark): Fixed last change.
3127
3128 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3129
3130         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3131         behavior of wl-summary-unread-message-hook
3132         (Pointed out by akira yamada <akira@arika.org>).
3133
3134 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3135
3136         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3137         wl-summary-delete.
3138         * wl-xmas.el (wl-summary-toolbar): Ditto.
3139
3140         * wl-action.el (wl-summary-set-mark): Don't override current
3141         temp-mark.
3142
3143         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3144
3145 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3146
3147         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3148         (wl-refile-msgid-learn): Ditto.
3149         (wl-refile-get-field-value): Ditto.
3150
3151         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3152
3153         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3154         (wl-expire-delete-reserved-messages): Renamed from
3155         wl-expire-reserve-marked-msgs-from-list.
3156         (wl-expire-delete): Removed argument `msgdb'.
3157         (wl-expire-refile): Ditto.
3158         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3159         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3160         mark-alist as argument.
3161         (wl-expire-archive-number1): Removed argument `msgdb'.
3162         (wl-expire-archive-number2): Ditto.
3163         (wl-expire-archive-date): Ditto.
3164         (wl-expire-localdir-date): Ditto.
3165         (wl-expire-hide): Ditto.
3166         (wl-archive-number1): Ditto.
3167         (wl-archive-number2): Ditto.
3168         (wl-archive-date): Ditto.
3169         (wl-archive-folder): Ditto.
3170         All other related portions are changed.
3171
3172 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3173
3174         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3175         mean move up and down. (suggested by Takashi Kawachi)
3176
3177 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3178
3179         * wl-acap.el (toplevel): Don't require un-define.
3180
3181 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3182
3183         * wl-thread.el (wl-thread-delete-message): Always update
3184         wl-summary-buffer-number-list.
3185
3186         * wl-action.el (wl-summary-print-destination): 
3187         Do nothing when folder is nil.
3188
3189 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3190
3191         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3192         persistent mark when prefetch is succeeded.
3193
3194 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3195
3196         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3197         instead of elmo-msgdb-delete-msgs.
3198         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3199         (wl-expire-hide): Ditto.
3200
3201         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3202
3203         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3204         elmo-msgdb interface.
3205         (wl-thread-get-exist-children): Likewise.
3206         (wl-thread-insert-message): Likewise.
3207         (wl-thread-msg-mark-as-important): Likewise.
3208         (wl-thread-insert-entity-sub): Likewise.
3209         (wl-thread-get-children-msgs-uncached): Likewise.
3210
3211         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3212         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3213         (wl-summary-sync-update): Likewise.
3214         (wl-summary-auto-select-msg-p): Likewise.
3215         (wl-summary-update-thread): Likewise.
3216         (wl-summary-mark-as-important): Likewise.
3217         (wl-summary-jump-to-msg-internal): Likewise.
3218         (wl-summary-redisplay-internal): Likewise.
3219         (wl-summary-print-message-with-ps-print): Likewise.
3220         (wl-summary-folder-info-update): Likewise.
3221
3222         * wl-folder.el (wl-folder-check-one-entity):
3223         elmo-folder-count-flags instead of wl-summary-count-unread.
3224
3225         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3226
3227         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3228
3229         * wl-summary.el (wl-summary-set-message-modified): 
3230         Call wl-summary-set-mark-modified.
3231         (wl-summary-delete-messages-on-buffer): Call
3232         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3233         (wl-summary-sync-update): Call elmo-folder-length instead of
3234         elmo-folder-messages.
3235         (wl-summary-insert-headers): Don't call
3236         elmo-folder-list-message-entities.
3237
3238 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3239
3240         * wl-action.el (wl-summary-define-mark-action): Call
3241         `wl-summary-set-mark' with argument `data'.
3242         (wl-summary-auto-refile): Fixed order of arguments when call
3243         `wl-summary-refile'.
3244
3245 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3246
3247         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3248
3249         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3250
3251         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3252         (Renamed from wl-highlight-summary-deleted-face).
3253         (wl-highlight-summary-resend-face): New face.
3254
3255         (wl-highlight-summary-deleted-face): Renamed from
3256         wl-highlight-summary-erased-face.
3257
3258         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3259
3260         * wl-action.el (wl-summary-get-resend-address): New function.
3261         (wl-summary-exec-action-resend): Ditto.
3262         (wl-summary-exec-action-resend-subr): Ditto.
3263
3264         * w-thread.el (wl-thread-copy): Removed definition.
3265         (wl-thread-refile): Ditto.
3266         (wl-thread-delete): Ditto.
3267         (wl-thread-target-mark): Ditto.
3268
3269         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3270         (wl-summary-target-mark-set-action): Fixed.
3271         (wl-summary-define-mark-action): Fixed quotation.
3272         (wl-summary-move-mark-list-messages): Display message.
3273         (wl-summary-define-mark-action): Define thread functions.
3274         (wl-summary-exec-action-refile): Changed message.
3275         (wl-summary-exec): Ditto.
3276
3277 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3278         
3279         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3280         '%%'.
3281
3282 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3283
3284         * wl.el (toplevel): Require wl-action.
3285         (wl-init): Call wl-summary-define-mark-action.
3286
3287         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3288
3289         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3290         wl-summary-delete and wl-summary-erase.
3291         (wl-summary-mode-map): Ditto.
3292
3293         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3294         wl-delete-folder-alist.
3295
3296         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3297         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3298         (toplevel): Moved mark & action related functions to the wl-action.el.
3299
3300         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3301         in wl-summary-mark-action-list.
3302         (wl-highlight-summary-current-line): Ditto.
3303
3304         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3305         empty lines.
3306
3307         * wl-action.el: New file. 
3308
3309 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3310
3311         * wl-summary.el (wl-summary-target-mark-replace): New function.
3312         (wl-summary-target-mark-prefetch): Use it.
3313         (wl-summary-target-mark-delete): Ditto.
3314         (toplevel): Rearranged definition order.
3315         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3316         (wl-summary-target-mark-erase): Rewrite.
3317         (wl-summary-erase-region): New function.
3318         (wl-summary-exec-action-erase): Changed message.
3319         (wl-summary-move-mark-list-messages): New function.
3320         (wl-summary-exec-action-delete): Use it.
3321         (wl-summary-exec-action-erase): Ditto.
3322
3323         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3324         (wl-summary-skip-mark-list): Added "d".
3325
3326         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3327         while searching.
3328
3329         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3330         and define using defcustom;
3331         Define 4th element as a face.
3332         
3333         * wl-summary.el (wl-summary-incorporate): Use 
3334         `wl-summary-prefetch-region-no-mark' instead of
3335         `wl-summary-prefetch-region'.
3336         (wl-summary-prefetch-region-no-mark): Revival of old
3337         `wl-summary-prefetch-region'.
3338         (wl-summary-mark-action-list): Moved to wl-vars.el
3339
3340         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3341         face according to the `wl-summary-mark-action-list'.
3342         (wl-highlight-summary-current-line): Ditto;
3343         Removed destination highlighting.
3344
3345         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3346         (wl-highlight-summary-line-string): Highlight for "i" mark.
3347         (wl-highlight-summary-current-line): Ditto.
3348
3349         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3350         no destination.
3351
3352         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3353         exists, just go ahead.
3354         (wl-summary-prefetch-region): Rewrite.
3355         (wl-summary-prefetch): Ditto.
3356         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3357         (wl-summary-exec-action-prefetch): New function.
3358         (wl-summary-target-mark-prefetch): Rewrite.
3359
3360 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3361
3362         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3363         (wl-highlight-summary-line-string): Added "d" and "D".
3364         (wl-highlight-summary-current-line): Ditto.
3365
3366         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3367         in wl-summary.el.
3368         (wl-thread-insert-entity-sub): Ditto.
3369         (wl-thread-remove-destination-region): Ditto.
3370         (wl-thread-print-destination-region): Ditto.
3371
3372         * wl-summary.el (wl-summary-buffer-refile-list,
3373         wl-summary-buffer-delete-list,
3374         wl-summary-buffer-copy-list): Abolish.
3375         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3376         All other related portions are changed.
3377         (wl-summary-mark-action-list): New variable.
3378         (wl-summary-set-mark): New function.
3379         (wl-summary-register-target-mark): Ditto.
3380         (wl-summary-unregister-target-mark): Ditto.
3381         (wl-summary-have-target-mark-p): Ditto.
3382         (wl-summary-register-temp-mark): Ditto.
3383         (wl-summary-unregister-temp-mark): Ditto.
3384         (wl-summary-registered-temp-mark): Ditto.
3385         (wl-summary-collect-temp-mark): Ditto.
3386         (wl-summary-unset-mark): Ditto.
3387         (wl-summary-set-target-mark): Ditto.
3388         (wl-summary-unset-target-mark): Ditto.
3389         (wl-summary-set-action-generic): Ditto.
3390         (wl-summary-unset-action-generic): Ditto.
3391         (wl-summary-exec-action-delete): Ditto.
3392         (wl-summary-exec-action-erase): Ditto.
3393         (wl-summary-set-action-refile): Ditto.
3394         (wl-summary-set-action-refile-subr): Ditto.
3395         (wl-summary-unset-action-refile): Ditto.
3396         (wl-summary-make-destination-numbers-list): Ditto.
3397         (wl-summary-exec-action-refile): Ditto.
3398         (wl-summary-set-action-copy): Ditto.
3399         (wl-summary-unset-action-copy): Ditto.
3400         (wl-summary-exec-action-copy): Ditto.
3401         (wl-summary-collect-numbers-region): Ditto.
3402         (wl-summary-delete): Rewrite.
3403         (wl-summary-erase): Ditto.
3404         (wl-summary-remove-destination): Ditto.
3405         (wl-summary-exec): Ditto.
3406         (wl-summary-exec-region): Ditto.
3407         (wl-summary-target-mark-erase): Ditto.
3408         (wl-summary-refile): Ditto.
3409         (wl-summary-copy): Ditto.
3410         (wl-summary-unmark): Ditto.
3411         (wl-summary-delete-all-mark): Ditto.
3412         (wl-summary-mark-line): Don't highlight.
3413         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3414         (wl-summary-target-mark-refile-subr): Rewrite.
3415
3416         (wl-summary-copy-prev-destination): Abolish.
3417
3418 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3419
3420         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3421         default values along the value of wl-on-mule.
3422         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3423         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3424         It is not used anywhere.
3425
3426 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3427
3428         * wl-summary.el (wl-summary-print-destination): Keep position.
3429         (wl-summary-cursor-move-surface): Keep horizontal position.
3430
3431 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3432
3433         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3434         write sendlog.
3435
3436 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3437
3438         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3439         `wl-summary-highlight'.
3440
3441 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3442
3443         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3444         trivial condition for temp-mark.
3445
3446 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3447
3448         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3449         when it hits killed buffer.
3450
3451 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3452
3453         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3454         * wl-news.el.in: `message' and `error' take format string.
3455
3456 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3457
3458         * wl-folder (wl-folder-insert-entity): Display a message,
3459         `...done', when the work finish.
3460         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3461
3462 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3463
3464         * wl-message.el (wl-message-redisplay): Remove unused local
3465         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3466
3467 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3468
3469         * wl-summary.el (wl-summary-replace-status-marks): Disable
3470         interactive use.
3471         (wl-summary-reedit): Check message existence at first.
3472         (wl-summary-mark-line): Fix doc, return value is indefinite.
3473
3474         * wl-highlight.el (wl-highlight-message): Arranged.
3475
3476         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3477         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3478         check temp-mark by wl-summary-temp-mark always.
3479         (wl-highlight-summary): Change accordingly.
3480         * wl-summary.el (wl-summary-mark-as-read-all)
3481         (wl-summary-delete-cache, wl-summary-set-score-mark)
3482         (wl-summary-mark-as-unread, wl-summary-unmark)
3483         (wl-summary-mark-line, wl-summary-mark-as-read)
3484         (wl-summary-mark-as-important): Ditto.
3485
3486         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3487         end of the window if possible.
3488         * wl-summary.el (wl-summary-sync-update): Support lazy
3489         highlighting.
3490         (wl-summary-toggle-disp-msg): Ditto.
3491
3492 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3493
3494         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3495
3496 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3497
3498         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3499         change.
3500
3501 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3502
3503         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3504         API.
3505         (wl-summary-sync-update): Ditto.
3506
3507         * wl-score.el (wl-score-get-score-alist): Changed argument.
3508         (wl-summary-rescore-msgs): Likewise.
3509         (wl-summary-score-headers): Likewise.
3510         (wl-score-headers): Likewise;
3511         Use elmo-folder-do-each-message-entity, etc.
3512         (wl-summary-score-effect): Follow the changes above.
3513         (wl-summary-rescore): Ditto.
3514         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3515         (wl-score-get-overview): Abolish.
3516
3517         * wl-summary.el (wl-summary-default-from): Follow the API change in
3518         elmo-msgdb.
3519         (wl-summary-count-unread): Ditto.
3520         (wl-summary-detect-mark-position): Ditto.
3521         (wl-summary-overview-entity-compare-by-date): Ditto.
3522         (wl-summary-overview-entity-compare-by-number): Ditto.
3523         (wl-summary-overview-entity-compare-by-from): Ditto.
3524         (wl-summary-overview-entity-compare-by-subject): Ditto.
3525         (wl-summary-get-list-info): Ditto.
3526         (wl-summary-rescan): Ditto.
3527         (wl-summary-jump-to-msg-by-message-id): Ditto.
3528         (wl-summary-sync-update): Ditto; Removed comment.
3529         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3530         (wl-summary-insert-message): Use wl-summary-insert
3531         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3532         (wl-summary-insert-headers): Changed argument overview to folder.
3533         (wl-summary-search-by-subject): Likewise.
3534         (wl-summary-insert-thread): Renamed from 
3535         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3536
3537         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3538         too.
3539
3540         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3541         wl-string-member.
3542
3543 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3544
3545         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3546         elmo-folder-append-buffer.
3547         (wl-draft-queue-append): Likewise.
3548
3549         * wl-mime.el (wl-message-delete-current-part): Ditto.
3550         (wl-summary-burst-subr): Ditto.
3551
3552         * wl-news.el.in (wl-news-send-news): Ditto.
3553
3554 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3555
3556         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3557         function.
3558         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3559         (wl-summary-update-mark): Enclose with save-excursion.
3560         (wl-summary-mark-as-read-internal): Fixed last change.
3561         (wl-summary-mark-as-important): Use 3rd argument of
3562         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3563         Don't use elmo-msgdb-set-mark.
3564         (wl-summary-redisplay-internal): If msgdb flag is already read,
3565         just update the mark on buffer.
3566
3567 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3568
3569         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3570         cut visible folder when elmo-folder-delete returns non-nil value.
3571
3572 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3573
3574         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3575         by Kenichi OKADA <okada@opaopa.org>).
3576
3577 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3578
3579         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3580
3581 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3582
3583         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3584         Fixed the last change, search group entity by its real name.
3585         (Thanks to: KOBAYASHI Shinji)
3586
3587 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3588
3589         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3590         (wl-fldmgr-access-display-all): Don't refer visible name.
3591         * wl-expire.el (wl-folder-archive-current-entity)
3592         (wl-folder-expire-current-entity): Ditto.
3593         * wl-folder.el (wl-folder-jump-to-current-entity)
3594         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3595         (wl-folder-open-folder-sub,wl-folder-open-all)
3596         (wl-folder-write-current-folder): Ditto.
3597         (wl-folder-insert-entity): Don't use petname for normal group.
3598         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3599         is the real name.
3600         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3601         Abolished.
3602
3603 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3604
3605         * wl-draft.el (wl-draft-create-buffer): Add
3606         `wl-summary-reply-with-citation'
3607
3608 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3609
3610         * wl-draft.el (wl-draft-reply): Fixed.
3611
3612 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3613
3614         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3615         when `wl-draft-send-confirm-with-preview' is non-nil.
3616         You can scroll up/down by j/k.
3617         (wl-draft-send-confirm-with-preview): New variable (default=t).
3618
3619 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3620
3621         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3622         (wl-fldmgr-save-folders): Fix comment.
3623
3624 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3625
3626         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3627         along the last change in `wl-folder-buffer-group-p'.
3628
3629 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3630
3631         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3632         folder.
3633
3634         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3635         the default value.
3636
3637         * wl-mime.el (wl-summary-burst): Update summary only when target
3638         folder equals current folder.
3639
3640 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3641
3642         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3643
3644 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3645
3646         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3647         value.
3648
3649 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3652         `map-extents' instead of `extent-at' repeatedly.
3653         (wl-highlight-folder-current-line): Ditto.
3654
3655         * wl-highlight.el: Remove useless dummy functions.
3656
3657 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3658
3659         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3660         (wl-folder-put-folder-property): New function to put text property.
3661         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3662         (wl-folder-insert-entity, wl-folder-update-diff-line)
3663         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3664         * wl-e21.el, wl-xmas.el, wl-mule.el
3665         (wl-highlight-folder-current-line): Ditto.
3666         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3667         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3668         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3669         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3670
3671 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3672
3673         * Version number is increased to 2.11.3.
3674
3675 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3676
3677         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3678         Resume current-buffer since it is assumed by remaining tasks.
3679
3680 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3681
3682         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3683         (wl-folder-completion-function): Abolished.
3684         (wl-folder-complete-folder): New function.
3685         (wl-folder-complete-filter-condition): Ditto.
3686         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3687         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3688
3689 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3690
3691         * wl-draft.el (wl-draft-send-confirm): New function.
3692         (wl-draft-send): Use it.
3693
3694         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3695         cursor-in-echo-area while confirming.
3696
3697         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3698
3699         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3700         searching via nntp if wl-summary-search-via-nntp is 'force.
3701         Otherwise, invoke searching in nntp folder only.
3702         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3703
3704         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3705         explicitly for mime-make-text-tag.
3706
3707 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3708
3709         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3710         `mime-make-text-tag' instead of `mime-create-tag'.
3711
3712 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3713
3714         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3715         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3716
3717 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3718
3719         * wl-score.el (wl-score-save): Bind print-length and print-level.
3720         (wl-score-pretty-print): Ditto.
3721         (wl-score-edit-insert-header-entry): Ditto.
3722
3723         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3724         "From" entry to be treated with wl-draft-eword-encode-address-list.
3725         * wl-mime.el (wl-draft-preview-message): Ditto.
3726
3727         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3728         (wl-summary-mark-as-unread): Ditto.
3729         (wl-summary-mark-as-read-region): Change accordingly.
3730         (wl-summary-mark-as-unread-region): Ditto.
3731         (wl-summary-target-mark-mark-as-read): Ditto.
3732         (wl-summary-target-mark-mark-as-unread): Ditto.
3733
3734 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3735
3736         * Version number is increased to 2.11.2.
3737
3738 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3739
3740         * wl-news.el.in (wl-news-previous-version-save): Bind
3741         print-length and print-level.
3742         * wl-thread.el (wl-thread-save-entities): Ditto.
3743         (wl-thread-save-top-list): Bind print-length.
3744
3745 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3746
3747         * wl-highlight.el (wl-highlight-summary-line-string): Use
3748         wl-summary-score-below-mark, wl-summary-score-over-mark.
3749         (wl-highlight-summary-current-line): Ditto.
3750
3751 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3752
3753         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3754         insert it.
3755
3756 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3757
3758         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3759
3760 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3761
3762         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3763         message without msgid.
3764         Rewrite with elmo-folder-move-messages.
3765         Set wl-message-buffer to nil.
3766
3767         * wl-summary.el (wl-summary-erase-subr): New function. Use
3768         elmo-folder-move-messages.
3769         (wl-summary-erase): Call it.
3770         (wl-summary-target-mark-erase): Ditto.
3771
3772 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3773
3774         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3775         it is not up-tp-date.
3776
3777 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3778
3779         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3780         buffer after calling `wl-summary-goto-folder-subr' without the
3781         argument `interactive'.
3782         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3783
3784 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3785
3786         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3787         `mime-create-tag'. Use `string=' instead of `looking-at'.
3788
3789 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3792         to avoid compile warning.
3793
3794         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3795         entity-id when folder is given.
3796         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3797         save-excursion, use save-selected-window instead.
3798         Select folder buffer window if exists.
3799         (To correct behavior with wl-folder-move-cur-folder.)
3800
3801 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3802
3803         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3804
3805 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3806
3807         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3808         list-count instead of %d.
3809
3810 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3811
3812         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3813         (wl-news): Set it.
3814         (wl-news-append-to-folder): Use it.
3815
3816         * wl-news.el.in (wl-news-send-news): Append to specified folder
3817         instead of wl-default-folder.
3818         (wl-news-append-to-folder): Show error message with specified folder.
3819
3820         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3821                 In most major modes, Emacs assumes that any opening
3822                 delimiter found at the left margin is the start of a
3823                 top-level definition, or defun. Therefore, *never put an
3824                 opening delimiter at the left margin unless it should have
3825                 that significance.*
3826
3827         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3828
3829 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3830
3831         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3832
3833 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3834
3835         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3836
3837 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3838
3839         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3840         for sequential numbering case.
3841
3842 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3843
3844         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3845         value.
3846         (wl-draft-reply-without-argument-list): Ditto.
3847         (wl-draft-reply-myself-with-argument-list): Abolish.
3848         (wl-draft-reply-myself-without-argument-list): Ditto.
3849         * wl-draft.el (wl-draft-self-reply-p): New function.
3850         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3851
3852 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3853
3854         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3855         (avoid error for the case without byte-compiling)
3856
3857 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3858
3859         * wl-news.el.in (wl-news-append-to-folder): New function.
3860         (wl-news-exit): Rewrite.
3861         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3862
3863 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3864
3865         * wl-draft.el (wl-draft-reply-position): New function.
3866         (wl-draft-reply-position): Fix.
3867         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3868         (wl-summary-target-mark-reply-with-citation): Ditto.
3869         (wl-summary-reply-with-citation): Ditto.
3870         * wl-vars.el (wl-draft-reply-default-position): New variable.
3871
3872 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3873
3874         * wl-draft.el (wl-draft-send): Preview when interactive send.
3875
3876 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3877
3878         * wl-draft.el (wl-draft-reply): Set default position.
3879         * wl-summary.el (wl-summary-reply): Ditto.
3880         (wl-summary-reply-with-citation): Ditto.
3881         (wl-summary-target-mark-reply-with-citation): Ditto.
3882
3883 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3884
3885         * wl-news.el.in (wl-news-lang): Set default value according to
3886         current-language-environment.
3887         (wl-news-append-news): Do nothing when news-list is nil.
3888
3889 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3890
3891         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3892         (wl-news): Change message.
3893         (wl-news-exit): Check buffer.
3894         (wl-news-force-exit): New function.
3895         (wl-news-show-all): New function.
3896         (wl-news-discard-and-exit): Fix.
3897
3898 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3899
3900         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3901         according to current-language-environment.
3902
3903         * wl-news.el.in (wl-news): If arg, show all NEWS after
3904         wl-news-default-previous-version.
3905
3906 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3907
3908         * wl-news.el.in (wl-news-check): Rewritten.
3909         (wl-news-previous-version-load): Change data type.
3910         (wl-news-previous-version-save): Change data type.
3911         (wl-news-append-news): Add return value.
3912         (wl-news-check-news): New function.
3913         (wl-news-already-current-p): New function.
3914         (wl-news-send-news): Rewritten.
3915         (wl-news-mode-map): Add new keybind.
3916         (wl-news): Rewritten.
3917         (wl-news-exit): Rewritten.
3918         (wl-news-discard-and-mail): New function.
3919         (wl-news-send-to-address): Abolished.
3920         * wl.el (wl-init): Delete a message.
3921
3922 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3923
3924         * wl-news.el.in (wl-news-exit): Update previous version.
3925         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3926
3927 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3928
3929         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3930
3931 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3932
3933         * wl-news.el.in (wl-news): New function.
3934         (wl-news-mode): New function.
3935         (wl-news-next-line): New function.
3936         (wl-news-next-page): New function.
3937         (wl-news-exit): New function.
3938         (wl-news-buf-name): New variable.
3939         (wl-news-mode-map): New variable.
3940         (wl-news-winconf): New variable.
3941         (wl-news-append-news): Add an option.
3942
3943 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3944
3945         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3946
3947 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3948
3949         * wl-news.el.in (wl-news-send-to-address): New variable.
3950         (wl-news-send-news): Use it.
3951         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3952         Return updating status.
3953         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3954
3955 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3956
3957         * wl-news.el.in (wl-news-send-news): Delete
3958         Organization and X-Face.
3959
3960 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3961
3962         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3963         (wl-news-append-news): New function.
3964         (wl-news-send-news): New function.
3965
3966 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3967
3968         * Version number is increased to 2.11.1.
3969
3970 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3971
3972         * wl-news.el.in : New file.
3973
3974 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3975
3976         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3977         default value.
3978         (wl-draft-reply-without-argument-list): Ditto.
3979
3980 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3981
3982         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3983         (wl-message-buffer-prefetch-idle-time): Ditto.
3984         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3985
3986 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3987
3988         * wl-thread.el (wl-thread-insert-message): Use
3989         wl-summary-max-thread-depth.
3990
3991         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3992         loop detection.
3993
3994         * wl-message.el (wl-message-buffer-display): Back to the first page
3995         when cache is hit.
3996
3997 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3998
3999         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4000
4001         * wl-summary.el (wl-summary-insert-thread-entity):
4002         If the thread depth is reached to wl-summary-max-thread-depth,
4003         divide the thread.
4004
4005 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4006
4007         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4008         for elmo-remove-passwd.
4009
4010 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4011
4012         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4013         folder is sticky.
4014         (wl-folder-mark-as-read-all-entity): Ditto.
4015         (wl-folder-prefetch-entity): Ditto.
4016
4017 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4018
4019         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4020
4021 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4022
4023         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4024         Delete messages on buffer for unplugged operation.
4025         (wl-summary-erase): Ditto.
4026
4027 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4028
4029         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4030         take nil so as not to search parent by subject.
4031
4032 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4033
4034         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4035         (wl-folder-get-next-folder): Ditto.
4036         (wl-folder-get-path): Ditto.
4037
4038 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4039
4040         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4041         system and encode the region with it before verifying.
4042
4043 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4044
4045         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4046         system of the echo buffer before decoding.
4047
4048 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4049
4050         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4051         original contents.
4052
4053 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4054
4055         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4056         with argument 'any-exists.
4057
4058 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4059
4060         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4061         Use `wl-cs-autoconv'.
4062
4063 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4064
4065         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4066         by `mime-view-automatic-conversion'.
4067
4068         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4069         (wl-message-verify-pgp-nonmime): Ditto.
4070         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4071         Bind them to C-c:d and C-c:v respectively.
4072
4073         Merge following code by Teranishi-san from [wl-en:00167].
4074         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4075         (wl-mime-preview-application/pgp-encrypted): Ditto.
4076         (wl-mime-setup): Add entry.
4077
4078 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4079
4080         * wl-summary.el (wl-summary-target-mark-erase): New function.
4081         Bind it to "mD".
4082
4083 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4084
4085         * wl-vars.el (wl-draft-write-file-function): Fix.
4086         (wl-draft-reedit-hook): Changed default value.
4087
4088         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4089         wl-draft-reedit-hook.
4090         (wl-draft-remove-text-plain-tag): New function.
4091         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4092
4093         * wl-vars.el (wl-draft-write-file-function): New user option.
4094
4095         * wl-draft.el (wl-draft-prepare-edit): Use it for
4096         local-write-file-hooks.
4097         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4098
4099         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4100         (wl-draft-insert-mail-header-separator): Return the body beginning
4101         point.
4102         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4103         text/plain.
4104         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4105
4106 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4107
4108         * wl-summary.el (wl-summary-erase): New function to erase message
4109         without moving it to trash. Bind to "D".
4110
4111         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4112         as `keep' unless switch-function.
4113
4114 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4115
4116         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4117         message buffer by using `wl-summary-toggle-disp-msg'.
4118         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4119         buffer window.
4120         (wl-summary-supresedes-message): Ditto.
4121
4122         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4123         Do not delete other windows.
4124         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4125         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4126         (wl-draft-create-buffer): Set reply-or-forward also for target
4127         mark commands.
4128
4129 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4130
4131         * wl-draft.el (wl-user-agent-compose): Delete special case for
4132         switch-to-buffer-other-window.
4133
4134         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4135         (wl-summary-forward): Ditto.
4136
4137         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4138         function.
4139         (wl-draft-buffer-style): New use option.
4140
4141         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4142         (wl-draft): Follow the change above.
4143         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4144         wl-draft-buffer-style.
4145         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4146         switch-function.
4147
4148 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4149
4150         * wl-address.el (wl-address-make-completion-entry): Extracted from
4151         `wl-address-make-completion-list'.
4152         (wl-address-enable-strict-loading): New variable.
4153         (wl-address-make-completion-list): Revive petname duplication
4154         inquiry, and enable it if `wl-address-enable-strict-loading'.
4155         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4156
4157 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4158
4159         * wl-message.el (wl-message-get-original-buffer): Avoid
4160         'Selecting deleted buffer' error when original buffer is killed.
4161
4162 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4163
4164         * wl-summary.el (wl-summary-next-message): Use
4165         elmo-message-accessible-p instead of elmo-message-cached-p.
4166
4167 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4168
4169         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4170
4171         * wl-thread.el (wl-thread-open-all-unread): Use
4172         elmo-folder-list-flagged instead of
4173         elmo-folder-list-messages-mark-match.
4174
4175         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4176         instead of elmo-folder-list-messages-mark-match.
4177         (wl-summary-move-spec-alist): New variable.
4178         (wl-summary-move-spec-plugged-alist,
4179         wl-summary-move-spec-unplugged-alist): Abolish.
4180         (wl-summary-next-message): Follow the change above.
4181         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4182         with 'no-msg' argument.
4183
4184         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4185         variable.
4186         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4187         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4188         (wl-message-buffer-prefetch-get-next): Follow the change above.
4189
4190 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4191
4192         * wl-version.el (wl-version): Changed codename.
4193
4194         * Version number is increased to 2.11.0.
4195
4196 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4197
4198         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4199         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4200         `wl-draft-config-variables'.
4201         (wl-draft-kill): Fixed problem when the draft is reedit.
4202
4203 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4204
4205         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4206         buffer-modified status (Thanks to
4207         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4208
4209 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4210
4211         * wl-util.el (wl-region-exists-p): New function.
4212
4213         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4214         Remove defvars for byte-compile warnings.
4215
4216 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4217
4218         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4219         defvar-maybe. Removed unused bind.
4220
4221 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4222
4223         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4224         summary buffer window before creating new frame.
4225         (wl-draft-reply): Ditto.
4226
4227 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4228
4229         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4230
4231 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4232
4233         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4234
4235 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4236
4237         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4238         instead of `kill-region'.
4239
4240 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4241
4242         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4243         (wl-highlight-summary-line-string): Use it.
4244         (wl-highlight-summary-current-line): Ditto.
4245
4246         * wl-mime.el (wl-message-delete-current-part): Check the class of
4247         mime-entity.
4248
4249         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4250
4251         * wl-summary.el (wl-summary-make-number-list): Initialize.
4252         (wl-summary-update-mark): New function.
4253         (wl-summary-reply): Put `answered' mark on the message.
4254         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4255
4256         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4257         (wl-draft-reply): Added optional argument `number';
4258         Set wl-draft-parent-number.
4259         (wl-draft-kill): Delete answered mark if it is a reply.
4260
4261 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4262
4263         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4264         that originates in mime-preview-follow-current-entity.
4265         (wl-draft-yank-current-message-entity): Use it if region is active.
4266
4267         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4268         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4269         `wl-message-delete-current-part'.
4270         * wl-mule.el (wl-message-define-keymap): Ditto.
4271         * wl-xmas.el (wl-message-define-keymap): Ditto.
4272
4273 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4274
4275         * wl-mime.el (wl-message-delete-current-part): New function.
4276         (wl-mime-node-id-to-string): Ditto.
4277
4278         * wl-mime.el (wl-message-delete-current-part): Use existing
4279         original buffer which corresponds current mime-view buffer.
4280         (fetched buffer might have different structure, possibly)
4281
4282         * wl-mime.el (wl-message-delete-current-part): Quit if the
4283         message content differs from the actual message.
4284
4285 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4286
4287         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4288         order.
4289         (wl-summary-search-by-subject): Search parent message from tail;
4290         Check the existence of the parent message on the current thread tree.
4291         (wl-summary-update-thread): Check whether the line is inserted.
4292
4293 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4294
4295         * wl-vars.el (wl-summary-line-format): Undo last change.
4296         * wl-summary.el (wl-summary-print-destination): Do not put
4297         invisible property when `wl-summary-width' is nil.
4298         (wl-summary-line-subject-minimum-length): Abolished.
4299         (wl-summary-line-subject): Ditto.
4300
4301 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4302
4303         * wl-vars.el (wl-summary-line-format): Change default value.
4304         (wl-summary-subject-length-limit): Abolished.
4305         * wl-summary.el (wl-summary-line-subject): Ditto.
4306
4307 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4308
4309         * wl-template.el (wl-template-select): Added optional argument.
4310         If optional argument is specified, reverse
4311         `wl-template-visible-select'.
4312
4313 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4314
4315         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4316         Take prefix argument to force asking the destination folder.
4317
4318 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4319
4320         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4321         count and update status.
4322
4323 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4324
4325         * wl-summary.el (wl-summary-redisplay-internal): If
4326         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4327         after fetching.
4328
4329 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4330
4331         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4332         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4333
4334         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4335
4336 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4337
4338         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4339         (All other related portions are changed).
4340         (wl-summary-mark-as-read-all): Rewrite.
4341
4342 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4343
4344         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4345         `wl-summary-mark-as-read'.
4346         (wl-summary-mark-as-unread): Rewrite.
4347         (wl-summary-mark-as-read): Added no-modeline argument.
4348         (wl-summary-resume-cache-status): Rewrite.
4349         (wl-summary-exec-subr): Remove unused local variable.
4350
4351 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4354         logic to call `wl-summary-buffer-prev-folder-function'.
4355         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4356
4357 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4358
4359         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4360         is nil.
4361
4362 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4363
4364         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4365         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4366         (wl-mime-setup): Add its entry.
4367
4368 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4369
4370         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4371         (wl-summary-delete-cache): Likewise.
4372         (wl-summary-mark-as-read): Rewrite.
4373
4374 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4375
4376         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4377         `wl-summary-count-unread'.
4378
4379         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4380
4381         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4382
4383 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4384
4385         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4386         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4387         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4388         Renamed to the elmo-msgdb-*-mark.
4389         (wl-summary-score-marks): Follow the change above.
4390         (wl-summary-auto-refile-skip-marks): Ditto.
4391         (wl-summary-incorporate-marks): Ditto.
4392         (wl-summary-expire-reserve-marks): Ditto.
4393
4394         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4395         changes.
4396         (wl-thread-insert-top): Changed updating message.
4397
4398         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4399         variable.
4400         (wl-summary-count-unread): Count answered marks.
4401         (wl-summary-rescan): Call wl-summary-insert-message instead of
4402         wl-summary-append-message-func-internal.
4403         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4404         (wl-summary-prefetch-msg): Follow the variable name changes.
4405         (wl-summary-prefetch-region): Ditto.
4406         (wl-summary-mark-as-read-all): Follow the API changes;
4407         Don't call elmo-folder-replace-marks.
4408         (wl-summary-delete-cache): Follow the variable name changes.
4409         (wl-summary-resume-cache-status): Ditto.
4410         (wl-summary-update-status-marks): New function.
4411         (wl-summary-insert-message): New function.
4412         (wl-summary-sync-marks): Follow the variable name changes.
4413         (wl-summary-sync-update): Synchronize to the msgdb, too;
4414         Changed update messages.
4415         (wl-summary-make-number-list): Rewrite.
4416         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4417         (wl-summary-mark-as-unread): Follow the API changes.
4418         (wl-summary-exec-subr): Follow the variable name changes.
4419         (wl-summary-mark-as-read): Ditto.
4420         (wl-summary-move-spec-plugged-alist): Ditto.
4421         (wl-summary-move-spec-unplugged-alist): Ditto.
4422         (wl-summary-cursor-move-surface): Ditto.
4423
4424         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4425         variable name changes.
4426         (wl-highlight-summary-current-line): Ditto.
4427
4428         * wl-expire.el (wl-expire-refile): Follow the API change in
4429         elmo-folder-move-messages.
4430         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4431         (wl-summary-archive): Use elmo-folder-msgdb instead of
4432         elmo-msgdb-load.
4433
4434 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4435
4436         * wl-mime.el (wl-draft-preview-message): Restore the position
4437         before evaluating wl-draft-send-hook in preview buffer.
4438
4439 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4440
4441         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4442         when it creates new draft buffer.
4443
4444         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4445         without argument.
4446
4447         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4448         Evaluate content and if the value is string, insert it.
4449         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4450         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4451         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4452         wl-draft-config-sub-part-bottom): Use it.
4453
4454         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4455         with the folder name. The question was unintelligible when it is
4456         called from wl-save-status.
4457
4458 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4459
4460         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4461         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4462         cannot take second argument).
4463
4464 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4465
4466         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4467         as t. Since type and subtype are not case sensitive (RFC 2045).
4468
4469 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4470
4471         * wl-vars.el (wl-message-mode-line-format): New variable.
4472         (wl-message-mode-line-format-spec-alist): Ditto.
4473         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4474         (wl-message-redisplay): Use wl-message-mode-line-format.
4475
4476 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4477
4478         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4479
4480 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4481
4482         * wl-summary.el (wl-summary-default-from): Write description.
4483
4484 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4485
4486         * wl-vars.el (wl-ldap-objectclass): Abolish.
4487
4488         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4489         (wl-ldap-make-filter): Removed condition for objectclass.
4490         (wl-ldap-make-matched-value-list): Remove meaningless process.
4491         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4492         (wl-address-ldap-search): Don't add `*' to `pat' string;
4493         use ignore-errors; added `email';
4494         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4495         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4496         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4497
4498
4499 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4500
4501         * wl-draft.el (wl-draft-parent-folder): Write description.
4502         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4503
4504 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4505
4506         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4507         as "" (zero-length string) if no parent.
4508         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4509
4510 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4511
4512         * wl-address.el (wl-address-make-completion-list): Skip duplication
4513         checking.
4514         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4515         `append'.
4516
4517 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4518
4519         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4520         instead of `beginning-of-buffer'.
4521
4522 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4525
4526 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4527
4528         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4529         Refer wl-message-buffer-name.
4530         (wl-message-wheel-down): Ditto.
4531
4532 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4533
4534         * wl-vars.el (wl-message-buffer-name): New user option.
4535
4536         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4537         directly instead of making alist dinamically.
4538
4539         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4540         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4541         wl-message-buffer-cache-name.
4542         (wl-message-buffer-cache-clean-up): Ditto.
4543
4544         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4545
4546         * Version number is increased to 2.9.15.
4547
4548 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4549
4550         * wl-vars.el (wl-summary-default-view-alist): New user option.
4551
4552         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4553
4554         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4555         while deleting address.
4556         (wl-draft-delete-myself-from-cc): Ditto.
4557
4558         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4559         If optional argument is specified, reverse sort order.
4560
4561         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4562
4563 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4564
4565         * wl-thread.el (wl-thread-insert-message): Return parent number if
4566         exists.
4567         (wl-thread-update-indent-string-region): Use
4568         wl-thread-update-line-on-buffer-sub instead of
4569         wl-thread-update-line-on-buffer.
4570
4571 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4572
4573         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4574         (wl-folder-close-all): Ditto.
4575
4576 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4577
4578         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4579         and mailing-list:.
4580         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4581         value.
4582         (wl-summary-line-list-info): Print mailing-list name even when 
4583         list-number is empty.
4584
4585 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4586
4587         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4588
4589         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4590         (wl-draft-open-file): Ditto.
4591         (wl-draft-random-alphabet): Ditto.
4592
4593         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4594         bindings.
4595
4596 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4597
4598         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4599         * wl-vars.el (wl-draft-config-alist): Ditto.
4600
4601 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4602
4603         * Version number is increased to 2.9.14.
4604
4605         * wl.el (wl): Don't set wl-init as nil when error occured while
4606         auto-checking folders.
4607
4608         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4609         `elmo-expand-newtext'.
4610
4611 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4614         `this-command' so that `wl-folder-goto-folder' contained in
4615         `wl-summary-keep-cursor-command' work.
4616
4617 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4618
4619         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4620         message buffer displaying state.
4621
4622 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4623
4624         * wl-vars.el (wl-summary-default-view): New variable to specify
4625         default value for `wl-summary-buffer-view' instead of using
4626         set-default.
4627         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4628
4629 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4630
4631         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4632
4633         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4634
4635 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4636
4637         * wl-vars.el (wl-forward-subject-prefix): New variable.
4638         * wl-draft.el (wl-draft-forward): Use it.
4639
4640 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4641
4642         * wl-message.el (wl-message-prev-page): When it is called without
4643         lines argument, scroll down by wl-message-scroll-amount lines.
4644         (wl-message-next-page): Ditto.
4645         * wl-vars.el (wl-message-scroll-amount): Change default value
4646         to preserve current behavior.
4647
4648 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4649
4650         * wl-summary.el (wl-summary-prefetch-msg): Bind
4651         `wl-message-entity' to call `wl-summary-from-function'.
4652
4653 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4654
4655         * wl-message.el (wl-message-buffer-create): Run
4656         wl-message-buffer-created-hook.
4657
4658 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4659
4660         * wl-summary.el (wl-summary-sort-specs): New variable.
4661         (wl-summary-default-sort-spec): Ditto.
4662         (wl-summary-sort): Rewrite.
4663         (wl-summary-sort-by-list-info): New function.
4664
4665 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4666
4667         * wl-summary.el (wl-summary-get-list-info): New function.
4668         (wl-summary-sort): Rewrite.
4669         (wl-summary-line-list-info): Ditto.
4670         (wl-summary-line-list-count): Ditto.
4671         (wl-summary-refile-region): Fixed docstring.
4672
4673 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4674
4675         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4676         `wl-folder-entity-hashtb' as completion table.
4677
4678 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4681         only when this command is called interactively; silence the byte-
4682         compiler.
4683
4684 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4685
4686         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4687         active in XEmacs.
4688
4689 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4690
4691         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4692         plural lines.
4693
4694 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4695
4696         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4697         of current line when the cursor is on the header name.
4698         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4699
4700 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4701
4702         * wl-util.el (wl-read-directory-name): Return displayed directory
4703         as the default value also on XEmacs.
4704
4705 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4706
4707         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4708         formatting.
4709
4710 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4711
4712         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4713         argument and when it is non-nil, check face property before
4714         highlighting for each line.
4715         (wl-highlight-summary-window): Set it.
4716
4717 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4718
4719         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4720         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4721
4722         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4723         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4724         (wl-draft-get-fcc-list): Likewise.
4725
4726 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4727
4728         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4729         (wl-thread-entity-cur): Ditto.
4730         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4731         wl-thread-indent-regexp setting.
4732         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4733
4734         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4735         wl-summary-lazy-highlight.
4736         (wl-summary-display-bottom): Ditto.
4737
4738         * wl-thread.el (wl-thread-open-close): Likewise.
4739
4740         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4741         from and subject;
4742         Bind wl-draft-use-frame;
4743         Enclose with save-window-excursion;
4744         Use wl-draft-create-buffer instead of with-temp-buffer;
4745         Use wl-draft-prepare-edit;
4746         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4747         Use wl-draft-send instead of wl-draft-raw-send.
4748
4749 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4750
4751         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4752         of using wl-from.
4753
4754 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4755
4756         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4757         insert-buffer instead of clone-buffer.
4758         (wl-draft-doing-mime-bcc): New variable.
4759         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4760         infinite loop.
4761         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4762
4763         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4764         (wl-draft-mime-bcc-body): Ditto.
4765
4766         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4767         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4768         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4769         wl-draft-do-mime-bcc.
4770         (wl-draft-mime-bcc-field): New function.
4771         (wl-draft-do-mime-bcc): Ditto.
4772
4773         * wl-address.el (wl-address-complete-header-list): New variable.
4774         (wl-address-complete-header-regexp): Changed default value.
4775
4776         * Version number is increased to 2.9.13.
4777
4778 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4779
4780         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4781         it is differed.
4782
4783 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4784
4785         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4786         (wl-summary-line-list-count): Ditto.
4787
4788 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4789
4790         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4791         (wl-nntp-posting-function): New variable.
4792         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4793         `wl-nntp-posting-config-alist'.
4794
4795 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4796
4797         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4798         FLIM.
4799
4800 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4801
4802         * wl-summary.el (wl-summary-target-mark-refile-sub):
4803         Remove a nuisance funcall.
4804
4805 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4806
4807         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4808         as t for `try-completion'.
4809
4810 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4811
4812         * wl-summary.el (wl-summary-default-from): Use
4813         wl-address-header-extract-address instead of
4814         std11-extract-address-components.
4815         (wl-summary-simple-from): Ditto.
4816         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4817         (wl-summary-insert-headers): Show message.
4818         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4819         for whole line.
4820         (wl-summary-default-from): Revert last change.
4821         (wl-summary-simple-from): Ditto.
4822         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4823         (wl-summary-mark-as-read-region): Follow the change above.
4824         (wl-summary-sync-marks): Ditto.
4825         (wl-summary-target-mark-mark-as-read): Ditto.
4826         (wl-summary-redisplay-internal): Ditto.
4827         (wl-summary-redisplay-no-mime-internal): Ditto.
4828         (wl-summary-redisplay-all-header): Ditto.
4829         (wl-summary-mark-as-read): Removed argument `cached';
4830         Use current cache status to set cache mark.
4831         (wl-summary-redisplay-internal): Follow the change above.
4832         (wl-summary-redisplay-no-mime-internal): Ditto.
4833         (wl-summary-redisplay-all-header): Ditto.
4834
4835         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4836
4837         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4838         Don't call itself recursively (Adviced by Yamaoka-san).
4839
4840 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4841
4842         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4843         bind wl-summary-highlight as nil to avoid error caused by missing
4844         local variables.
4845
4846 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4847
4848         * wl-vars.el (wl-invalid-character-message): New user option.
4849
4850         * wl-util.el (wl-set-string-width): If truncated string-width is
4851         larger than specified width, use `wl-invalid-character-message'.
4852
4853 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4854
4855         * wl-summary.el (wl-summary-prefetch-msg): 
4856         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4857
4858 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4859
4860         * wl-vars.el (wl-summary-check-line-format): New user option.
4861         (wl-summary-line-format-file): Ditto.
4862
4863         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4864         variable.
4865         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4866         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4867         and `wl-summary-view-old-p' to check whether do a rescan or not.
4868         (wl-summary-view-old-p): New function.
4869         (wl-summary-line-format-changed-p): Ditto.
4870         (wl-summary-line-format-save): Ditto.
4871         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4872
4873         * wl-util.el (wl-set-string-width): Avoid using negative number
4874         for make-string.
4875
4876 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4877
4878         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4879         return value.
4880
4881         * wl-util.el (wl-set-string-width): Added optional argument
4882         `padding' (All other related portions are changed).
4883         (wl-line-parse-format): If the first letter of column number is
4884         `0', zero-padding the result (ex: "%05l").
4885
4886         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4887
4888 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4889
4890         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4891         sequential summary view.
4892
4893 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4896         if it doesn't have a -unix version.
4897
4898 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4899
4900         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4901
4902 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4905         content.
4906         (wl-draft): Follow the change above.
4907
4908         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4909
4910         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4911         and wl-folder-summary-line-format-alist contain %T and %P.
4912
4913         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4914         (wl-summary-mode-line-format): New user option.
4915         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4916         (wl-summary-line-format): Changed default value.
4917         (wl-summary-lazy-highlight): Changed default value.
4918
4919         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4920         change in wl-summary-create-line.
4921         (wl-thread-insert-entity-sub): Ditto.
4922
4923         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4924         (wl-summary-buffer-unread-status): Ditto.
4925         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4926         (wl-summary-buffer-persistent-mark-column): Ditto.
4927         (wl-summary-buffer-mode-line-formatter): Ditto.
4928         (wl-summary-buffer-mode-line): Ditto.
4929         (wl-summary-message-regexp): Abolished.
4930         (All other related portions are changed.)
4931         (wl-summary-detect-mark-position): New function.
4932         (wl-summary-buffer-set-folder): Setup
4933         wl-summary-buffer-mode-line-formatter.
4934         (wl-summary-mode): Setup selective-display;
4935         Setup pre-idle-hook when xemacs.
4936         (wl-summary-update-modeline): Rewrite.
4937         (wl-summary-jump-to-msg): Define as function;
4938         Changed regexp for searching messages.
4939         (wl-summary-message-number): Rewrite.
4940         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4941         Do rescan when old type summary cache.
4942         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4943         (wl-summary-remove-destination): Use '\r' to detect EOL.
4944         (wl-summary-print-destination): Ditto.
4945         (wl-summary-temp-mark): New inline function.
4946         (wl-summary-persistent-mark): Ditto.
4947         (wl-summary-line-number): New function.
4948         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4949         (wl-summary-line-list-count): New function.
4950         (wl-summary-create-line): Added argument persistent-mark.
4951         (All other related portions are changed)
4952         (wl-summary-create-line): Insert '\r'.
4953         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4954         (wl-summary-cursor-move-surface): New inline function.
4955         (wl-summary-prev): Use it.
4956         (wl-summary-next): Ditto.
4957
4958         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4959         wl-summary-message-regexp.
4960         (wl-highlight-summary): Delete progress message.
4961         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4962
4963         * Version number is increased to 2.9.12.
4964
4965 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4966
4967         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4968         variable (nil: no minimum).
4969         (wl-summary-line-subject): Add some spaces after subject by
4970         wl-summary-line-subject-minimum-length.
4971
4972 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4973
4974         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4975         and removed `F'.
4976         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4977         change above).
4978
4979 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980
4981         * wl-summary.el (wl-summary-line-list-count): Reverted.
4982         (example setting in samples/*/dot.wl is also updated)
4983
4984 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4987
4988         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4989
4990         * wl-vars.el (wl-summary-line-format): Addes some description to the
4991         docstring.
4992
4993         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4994         (wl-summary-line-close-bracket): Ditto.
4995         (wl-summary-line-children-number): Ditto.
4996         (wl-summary-line-thread-indent): Ditto.
4997         (wl-summary-line-children-and-from): Ditto.
4998
4999         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5000         't', 'c', 'F' and added 'C'.
5001
5002         * wl-util.el (wl-set-string-width): Accept negative value.
5003         (wl-line-parse-format): Added "%number(" and "%)".
5004
5005 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5006
5007         * wl-summary.el (wl-summary-line-list-count): Change format of the
5008         return value.
5009
5010 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5011
5012         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5013         from the recent message.el.
5014         (wl-draft-point-in-header-p): Ditto.
5015         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5016         wl-draft-beginning-of-line.
5017         * wl-e21.el (wl-draft-mode-map): Ditto.
5018         * wl-xmas.el (wl-draft-mode-map): Ditto.
5019
5020         * wl-folder.el: Sort macrodefs by dependencies.
5021
5022 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5023
5024         * wl-summary.el (wl-summary-prev): Fixed regexp.
5025         (wl-summary-next): Ditto.
5026
5027 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5028
5029         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5030
5031 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5032
5033         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5034         for backward compatibility.
5035
5036 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5037
5038         * wl-summary.el (wl-summary-line-list-count): New function, merged
5039         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5040         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5041         list counts.
5042
5043 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5044
5045         * wl-summary.el (wl-summary-create-line): Ignore errors while
5046         timezone-fix-time.
5047
5048         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5049
5050         * wl-summary.el (wl-summary-sync-update): Ditto.
5051         (wl-summary-default-from): Use wl-message-entity
5052         instead of entity.
5053
5054         * wl-summary.el (wl-summary-create-line): Fix.
5055
5056         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5057         (wl-summary-line-format): New user option.
5058         (wl-folder-summary-line-format-alist): Ditto.
5059         (wl-summary-from-width): Abolished.
5060
5061         * wl-util.el (toplevel): Require 'bytecomp.
5062         (wl-line-parse-format): New function.
5063         (wl-line-formatter-setup): New macro.
5064
5065         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5066         (wl-summary-buffer-line-formatter): New buffer local variable.
5067         (wl-summary-switch-to-clone-buffer): Follow the change above.
5068         (wl-summary-message-regexp): Fix.
5069         (wl-summary-from-func-internal): Abolished.
5070         (wl-summary-subject-func-internal): Ditto.
5071         (wl-summary-subject-filter-func-internal): Ditto.
5072         (All other related portions are changed.)
5073         (wl-summary-buffer-set-folder):
5074         Set up wl-summary-buffer-number-column and 
5075         wl-summary-buffer-line-formatter
5076         (All other related portions are changed.)
5077         (wl-summary-buffer-number-column-detect): Abolished.
5078         (All other related portions are changed.)
5079         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5080         (wl-summary-delete-all-temp-marks-on-buffer): Use
5081         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5082         (wl-summary-target-mark-delete): Ditto.
5083         (wl-summary-target-mark-refile-subr): Ditto.
5084         (wl-summary-target-mark-mark-as-read): Ditto.
5085         (wl-summary-target-mark-mark-as-unread): Ditto.
5086         (wl-summary-target-mark-mark-as-important): Ditto.
5087         (wl-summary-target-mark-save): Ditto.
5088         (wl-summary-replace-status-marks): Renamed from
5089         wl-summary-set-status-marks-on-buffer;
5090         Use wl-summary-message-regexp instead of
5091         wl-summary-buffer-number-regexp.
5092         (wl-summary-sync-update): Follow the change above.
5093         (wl-summary-goto-previous-message-beginning): New function.
5094         (wl-summary-mark-as-unread): Use it.
5095         (wl-summary-mark-as-important): Ditto.
5096         (wl-summary-line-formatter): New variable.
5097         (wl-summary-line-year): New function.
5098         (wl-summary-line-day): Ditto.
5099         (wl-summary-line-day-of-week): Ditto.
5100         (wl-summary-line-hour): Ditto.
5101         (wl-summary-line-minute): Ditto.
5102         (wl-summary-line-open-bracket): Ditto.
5103         (wl-summary-line-close-bracket): Ditto.
5104         (wl-summary-line-children-number): Ditto.
5105         (wl-summary-line-thread-indent): Ditto.
5106         (wl-summary-line-size): Ditto.
5107         (wl-summary-line-subject): Ditto.
5108         (wl-summary-line-from): Ditto.
5109         (wl-summary-line-children-and-from): Ditto.
5110         (wl-summary-create-line): Rewritten.
5111         (wl-summary-format-date): Abolished.
5112
5113         * wl-highlight.el (wl-highlight-summary-current-line): Use
5114         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5115         Use thread structure to detect thread top message.
5116
5117         * wl-draft.el (wl-default-draft-cite): Don't use
5118         wl-summary-from-func-internal.
5119
5120         * wl-refile.el (wl-refile-subject-learn): Don't use
5121         wl-summary-subject-filter-func-internal.
5122         (wl-refile-guess-by-subject): Ditto.
5123
5124         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5125         parameters.
5126
5127         * wl-thread.el (wl-thread-update-indent-string-region):
5128         Use wl-thread-update-line-on-buffer instead of
5129         wl-thread-update-indent-string.
5130         (wl-thread-update-children-number): Redefine using
5131         wl-thread-update-line-on-buffer.
5132         (wl-thread-update-indent-string): Abolished.
5133
5134         * Version number is increased to 2.9.11.
5135
5136 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5137
5138         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5139         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5140         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5141
5142         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5143         as nil.
5144
5145         * wl-thread.el (wl-thread-open-all-unread): Use 
5146         elmo-folder-list-messages-mark-match.
5147         (wl-thread-insert-message): Removed argument `mark-alist'.
5148         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5149         elmo-msgdb-set-mark.
5150         (wl-thread-get-children-msgs-uncached): Likewise.
5151         (wl-thread-get-exist-children): Added argument include-self.
5152         (wl-thread-delete-message): Follow the change above.
5153
5154         * wl-summary.el (wl-summary-count-unread): Removed argument.
5155         (wl-summary-rescan): Follow the change above.
5156         (wl-summary-mark-as-read-region): Ditto
5157         (wl-summary-mark-as-unread-region): Ditto.
5158         (wl-summary-delete-messages-on-buffer): Ditto.
5159         (wl-summary-sync-update): Ditto.
5160         (wl-summary-switch-to-clone-buffer): Ditto.
5161         (wl-summary-goto-folder-subr): Ditto.
5162         (wl-summary-target-mark-mark-as-read): Ditto.
5163         (wl-summary-target-mark-mark-as-unread): Ditto.
5164         (wl-summary-target-mark-mark-as-important): Ditto.
5165         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5166         (wl-summary-update-thread): Removed argument `mark-alist'.
5167         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5168         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5169         (wl-summary-resume-cache-status): Likewise.
5170         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5171         elmo-msgdb-set-mark.
5172         (wl-summary-mark-as-read-all): Likewise.
5173         (wl-summary-delete-cache): Ditto.
5174         (wl-summary-auto-select-msg-p): Ditto.
5175         (wl-summary-mark-as-unread): Ditto.
5176         (wl-summary-no-auto-refile-message-p): Ditto.
5177         (wl-summary-mark-as-read): Ditto.
5178         (wl-summary-mark-as-important): Ditto.
5179         (wl-summary-auto-refile): Follow the change above.
5180         (wl-summary-delete-all-marks): Removed.
5181         (wl-summary-resume-marks-and-highlight): Ditto.
5182         (wl-summary-resume-marks): Ditto.
5183         (wl-summary-delete-important-msgs-from-list): Ditto.
5184         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5185
5186         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5187         wl-summary-count-unread.
5188
5189         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5190         (wl-summary-score-update-all-lines): Use
5191         elmo-msgdb-set-mark.
5192
5193 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5194
5195         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5196         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5197         (wl-summary-create-line): Renamed from
5198         wl-summary-overview-create-summary-line;
5199         Argument rearrangement.
5200         (wl-summary-update-thread): Follow the change above.
5201
5202         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5203         (wl-thread-insert-entity-sub): Likewise.
5204
5205         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5206         argument `overview', `mark-alist' and added `msgdb'.
5207
5208         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5209
5210         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5211         (wl-summary-rescan): Follow the change above.
5212         (wl-summary-sync-update): Ditto.
5213         (wl-summary-insert-thread-entity): Ditto;
5214         Don't use `let*' in every while loop;
5215         Detect infinite loop of threads.
5216         (wl-summary-update-thread): Removed argument `overview'.
5217
5218         * wl-thread.el (wl-thread-insert-message): Ditto.
5219
5220         * Version number is increased to 2.9.10.
5221
5222         * wl-message.el (wl-message-redisplay): Ignore errors while
5223         wl-message-redisplay-hook.
5224
5225 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5226
5227         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5228
5229 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5230
5231         * wl.el (wl): inhibit-quit while wl-folder.
5232
5233 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5234
5235         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5236         while msgdb access.
5237
5238 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5239
5240         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5241         even if no folder is not created.
5242
5243 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5244
5245         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5246
5247         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5248         implementation.
5249         (wl-summary-target-mark-thread): Ditto.
5250
5251         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5252
5253 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5254
5255         * wl-util.el (wl-display-bytes): Remove unused function.
5256
5257 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5258
5259         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5260         seems critical one (partially reverse the change in 2002/03/17).
5261
5262 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5263
5264         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5265         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5266
5267 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5268
5269         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5270         is not writable.
5271         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5272         plugged status instead of `'force' as 2nd argument.
5273
5274         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5275         is not creatable.
5276
5277         * Version number is increased to 2.9.9.
5278
5279 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5280
5281         * wl-summary.el (wl-summary-suspend): New function.
5282
5283 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5284
5285         * wl.el (wl): Do not check variables if check is nil.
5286         * wl-utils.el (wl-collect-draft): New function.
5287         * wl-folder.el (wl-folder-suspend): Put summary buffers
5288         and draft buffers at the end of buffer list.
5289         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5290
5291 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5292
5293         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5294         loop instead of recursive call.
5295
5296         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5297         2nd argument.
5298
5299 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5300
5301         * wl-draft.el (wl-draft-create-contents): Don't take neither
5302         (function . args) nor (string . something) any more.
5303
5304         * wl-version.el (wl-generate-user-agent-string): Return string
5305         without header symbol.
5306         * wl-draft.el (wl-draft-default-headers): Use it.
5307
5308         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5309         `wl-draft-insert-ccs' and return field value instead of inserting
5310         the header. Abolish cc argument.
5311         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5312
5313         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5314         rather than one with string car.
5315
5316         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5317         * wl-draft.el (wl-draft-create-contents): Add it after the default
5318         headers.
5319
5320         * wl-draft.el (wl-draft-create-contents): For the case of
5321         (symbol-or-string . function) insert header only when the function
5322         returns string value.
5323
5324 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5325
5326         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5327         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5328
5329 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5330
5331         * wl.el (wl-check-environment): Don't check Message-ID when
5332         `wl-insert-message-id' is nil.
5333         Revive checking if `wl-message-id-domain' contains "@".
5334
5335 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5336
5337         * wl.el (wl-check-environment): Merge examination for "@" at
5338         inappropriate position into the first string-match.
5339
5340         * wl-summary.el (wl-summary-target-mark-print): New function.
5341         (wl-summary-pipe-message-subr): Extracted from
5342         `wl-summary-pipe-message'.
5343         (wl-summary-target-mark-pipe): New function.
5344         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5345         `wl-summary-target-mark-pipe'.
5346
5347 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5348
5349         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5350
5351 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5352
5353         * wl.el (wl-check-environment): Use elmo-warning instead of
5354         error for non-critical ones.
5355         Remove trash folder check.
5356         (wl): Don't ignore error in wl-check-environment.
5357
5358         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5359         check, which is moved from `wl-check-environment'.
5360         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5361
5362 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5363
5364         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5365         guess anything, call wl-summary-write.
5366         (wl-summary-write): Create draft with blank To field.
5367         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5368
5369 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5370
5371         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5372         argument full as well for wl-folder-write-current-folder.
5373         If wl-*-write-current-folder cannot guess addressee, add blank
5374         To header.
5375         Rewrite condition for positioning cursor.
5376
5377 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5378
5379         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5380         summary buffer is present, use it.
5381         (wl-folder-jump-to-previous-summary): Ditto.
5382
5383 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5384
5385         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5386
5387         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5388         wl-summary-previous-buffer and wl-summary-next-buffer.
5389
5390         * wl-folder.el (wl-folder-mode-map): Bind
5391         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5392         (wl-folder-jump-to-next-summary): New function.
5393         (wl-folder-jump-to-previous-summary): Ditto.
5394
5395         * wl-draft.el (wl-draft): Rearranged.
5396
5397 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5398
5399         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5400         of header.
5401         (wl-draft): Collect arguments for the header as header-alist.
5402         (wl-draft-forward): Arrange arguments for wl-draft.
5403         (wl-draft-reply): Ditto.
5404         (wl-draft-edit-string): Ditto.
5405         * wl-summary.el (wl-summary-write): Ditto.
5406         (wl-summary-write-current-folder): Ditto.
5407
5408         * Version number is increased to 2.9.8.
5409
5410 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5411
5412         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5413
5414         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5415
5416         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5417         even if the guess failed.
5418
5419         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5420         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5421         wl-summary-write-current-folder.
5422         * wl-xmas.el: Ditto.
5423
5424 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5425
5426         * wl-summary.el (wl-summary-next-page): Force display message if
5427         message is not displayed yet.
5428         (wl-summary-prev-page): Ditto.
5429
5430 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5431
5432         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5433
5434 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5435
5436         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5437         add "Preview Message" and "Save Draft and Exit".
5438
5439 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5440
5441         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5442         if addrmgr is called from draft in splitted window.
5443
5444         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5445         * wl-mule.el: Ditto.
5446         * wl-xmas.el: Ditto.
5447
5448 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5449
5450         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5451
5452         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5453         * wl-xmas.el (wl-folder-toolbar): Ditto.
5454
5455 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5456
5457         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5458         and wl-draft-save-and-exit.
5459         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5460         * wl-xmas.el: Ditto.
5461         * wl-mule.el: Ditto.
5462
5463         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5464         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5465
5466 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5467
5468         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5469         lists for saving buffer.
5470
5471 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5472
5473         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5474         parent-folder argument instead of it.
5475         (wl-draft-create-buffer): Ditto.
5476         (wl-draft-forward): Ditto.
5477         (wl-draft-reply): Ditto.
5478         * wl-summary.el (wl-summary-write): Ditto.
5479         (wl-summary-write-current-folder): Ditto.
5480
5481         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5482         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5483         Folder buffer after composing.
5484
5485 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5488         header if the file `wl-x-face-file' already contains it.
5489
5490 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5491
5492         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5493         folder" entry.
5494         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5495         * wl-e21.el (wl-folder-toolbar): Ditto.
5496         * wl-xmas.el (wl-folder-toolbar): Ditto.
5497
5498 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5499
5500         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5501         wl-folder-goto-folder with sticky argument.
5502         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5503
5504 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5505
5506         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5507         and wl-summary-previous-buffer.
5508         (wl-summary-next-buffer): New function.
5509         (wl-summary-previous-buffer): Ditto.
5510
5511 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5512
5513         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5514         wl-folder-jump-to-current-entity-with-arg.
5515         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5516         `wl-folder-jump-to-current-entity'.
5517         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5518         `wl-summary-goto-folder-sticky'.
5519         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5520         `wl-summary-goto-folder'.
5521         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5522         Unless force-exit, do not clean temp. marks for sticky summary.
5523         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5524
5525 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5526
5527         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5528         not entire.
5529
5530 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5531
5532         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5533         to `C-x C-s'.
5534         (wl-summary-save-status): New command.
5535         (wl-summary-exit): Don't clean-up temp marks when sticky.
5536         (Applied patch from Nakayama-san [wl: 09548])
5537         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5538         Do nothing when no mark data.
5539         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5540         Call `wl-summary-delete-all-temp-marks' before saving.
5541
5542 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5543
5544         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5545
5546 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5547
5548         * wl.el (wl-check-environment): Also cause error when (system-name)
5549         returns "localhost.localdomain". (Although it doesn't affect because
5550         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5551
5552 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5553
5554         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5555         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5556
5557         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5558         value.
5559
5560 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5561
5562         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5563         Likewise r-cc-list and r-ng-list.
5564
5565 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5568         only if it is bound as variable.
5569
5570         * wl-mime.el (wl-draft-preview-message): Ditto.
5571
5572 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5573
5574         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5575         needless `goto-char'.
5576
5577         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5578         `wl-summary-redisplay-no-mime-internal' instead of
5579         `wl-summary-redisplay-no-mime'.
5580         (wl-summary-redisplay-no-mime): Changed argument;
5581         Call `wl-summary-redisplay-no-mime-internal'.
5582
5583         * wl-mime.el (wl-draft-preview-message): Bind
5584         `mime-header-encode-method-alist' locally.
5585
5586         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5587         (wl-draft-std11-parse-addresses): Added the first address check.
5588         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5589
5590         * Version number is increased to 2.9.7.
5591
5592 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5593
5594         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5595
5596 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5597
5598         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5599         related to scrollbar support, if there is no such a feature
5600         compiled in.
5601
5602 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5603
5604         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5605         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5606         for prefetch.
5607
5608 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5609
5610         * wl-summary.el (wl-summary-pick): Fix for no match.
5611
5612 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5613
5614         * wl-draft.el (wl-draft-save):
5615         Override `mime-header-encode-method-alist'.
5616
5617 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5618
5619         * wl-folder.el (wl-folder-pick): New function.
5620         Define key as "?".
5621
5622 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5623
5624         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5625         Fix for unplugged.
5626
5627 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5628
5629         * wl-folder.el (wl-folder-virtual): New function.
5630         Define key as "V".
5631
5632 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5633
5634         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5635         multi folder if entity is group.
5636
5637 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5638
5639         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5640         is nil.
5641
5642 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5643
5644         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5645         (wl-summary-target-mark-msgs): Return the number of marked messages.
5646
5647 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5648
5649         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5650         "first:" is specified.
5651
5652 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5653
5654         * wl-vars.el (wl-from): Use return value of function
5655         user-full-name instead of the variable user-full-name since
5656         XEmacs-20.4 doesn't set this variable.
5657
5658 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5659
5660         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5661         call `wl' directly.
5662
5663 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5664
5665         * wl-draft.el (wl-draft-reedit): Removed duplicated
5666         switch-to-buffers.
5667
5668 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * wl.el (wl-other-frame): Removed garbages.
5671
5672 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5673
5674         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5675
5676         * wl-xmas.el (wl-draft-key-setup): Ditto.
5677
5678         * wl-mule.el (wl-draft-key-setup): Ditto.
5679
5680         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5681         (wl-draft-reedit): Ditto.
5682         (wl-draft-prepare-edit): Add `wl-draft-save' to
5683         `local-write-file-hooks'.
5684         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5685         (wl-draft-reedit): Set buffer-file-name.
5686         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5687
5688
5689         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5690         call it.
5691         (wl-delete-startup-frame-function): New variable.
5692         (wl-other-frame): New function
5693         (Original was written by Yamaoka san [wl: 09239]).
5694
5695         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5696         if `wl-folder-use-frame'.
5697
5698 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5699
5700         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5701
5702 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5703
5704         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5705         New variable.
5706         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5707         (wl-message-buffer-prefetch-get-next): Use them.
5708         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5709
5710 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5711
5712         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5713         with unwind-protect.
5714
5715         * wl-draft.el (wl-draft-reedit): Rewrite.
5716         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5717         (wl-draft-save): Insert header separator if it does not exist;
5718         Removed condition-case.
5719
5720         * wl-summary.el (wl-summary-reedit): Revert last change.
5721
5722         * wl-draft.el (wl-draft-save): Rewrite.
5723         (wl-draft-create-buffer): Set buffer-file-name as nil.
5724
5725         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5726
5727         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5728
5729         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5730         nil.
5731
5732 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5733
5734         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5735         If count is nil, do not prefetch.
5736         (wl-message-buffer-prefetch-next): Next.
5737
5738 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5739
5740         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5741
5742 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5743
5744         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5745         `delete-backward-char'
5746         (wl-draft-prepare-edit): Check major-mode.
5747         (wl-draft-decode-header): Rewrite.
5748         (wl-draft): Fix.
5749
5750 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5751
5752         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5753
5754 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5755
5756         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5757         (wl-message-buffer-prefetch-get-next): Remove size checking.
5758         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5759
5760 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5761
5762         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5763         (wl-draft-default-headers): Fix.
5764
5765 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5766
5767         * wl-draft.el (wl-draft-default-headers): Insert return value of
5768         `wl-generate-mailer-string-function'.
5769
5770 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5771
5772         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5773         (wl-draft-insert-mail-header-separator): Ditto.
5774
5775         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5776         again (Reverted the change on 2002-01-17 by OKADA san).
5777
5778 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5779
5780         * wl-draft.el (wl-draft): Rewrite.
5781         (wl-draft-create-buffer): New function.
5782         (wl-draft-create-contents): Ditto.
5783         (wl-draft-prepare-edit): Ditto.
5784         (wl-draft-decode-header): Ditto.
5785         (wl-draft-decode-body): Ditto.
5786         (wl-draft-check-new-line): Ditto.
5787         (wl-draft-default-headers): Ditto.
5788         (wl-draft-insert-mail-header-separator): Ditto.
5789
5790 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5791
5792         * Version number is increased to 2.9.6.
5793
5794 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5795
5796         * wl-draft.el (wl-draft-delete-field): Optional argument.
5797         (wl-draft-delete-fields): Ditto.
5798
5799 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5800
5801         * wl-message.el (toplevel): Eliminated byte-compile warning.
5802         for `itimer-function', `delete-timer' and `itimer-list'.
5803
5804 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5805
5806         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5807         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5808         `wl-message-buffer-prefetch-threshold'.
5809         * wl-summary.el (wl-summary-redisplay-internal): Remove
5810         the check of `wl-message-buffer-prefetch-depth'.
5811
5812 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5813
5814         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5815         size of article.
5816         (wl-message-buffer-prefetch-subr): Remove size check.
5817
5818 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5819
5820         * wl-vars.el (wl-plugged): Make customizable.
5821
5822 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5823
5824         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5825         (wl-message-buffer-prefetch-set-timer): New function.
5826         (wl-message-buffer-prefetch-get-next): New function.
5827         (wl-message-buffer-prefetch): New function.
5828         (wl-message-buffer-prefetch-next): Rewrite.
5829         (wl-message-buffer-prefetch-subr): Rewrite.
5830         * wl-vars.el (wl-auto-prefetch-first): New variable.
5831         * wl-summary.el (wl-summary-goto-folder-subr): Call
5832         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5833
5834 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5835
5836         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5837         `wl-summary-unread-message-hook'.
5838
5839 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5840
5841         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5842         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5843         if range is `cache-status'.
5844
5845 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5846
5847         * wl-message.el (wl-message-buffer-prefetch-subr):
5848         Improve debug message.
5849
5850 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5851
5852         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5853         `wl-mail-send-pre-hook'.
5854         (wl-draft-send-mail-with-qmail): Ditto.
5855         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5856
5857 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5858
5859         * wl-message.el (wl-message-buffer-prefetch-subr):
5860         Fix for cancel-function-timers bug.
5861         (wl-message-buffer-prefetch-debug): Default value is t.
5862
5863 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5864
5865         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5866         (wl-message-buffer-prefetch-subr): Rewrite.
5867         Rename from `wl-message-buffer-prefetch'.
5868
5869 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5870
5871         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5872         (wl-default-draft-cite-decorate-author): Ditto.
5873
5874         * wl-draft.el (wl-draft-cite-function): Removed.
5875         (wl-default-draft-cite-decorate-author): Ditto.
5876
5877 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5878
5879         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5880         (wl-default-draft-cite): Do not arrange author name if the value of
5881         `wl-default-draft-cite-decorate-author' is nil.
5882
5883 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5884
5885         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5886
5887         * wl-folder.el (wl-folder-check-one-entity): Don't care
5888         `elmo-folder-use-flag-p'.
5889
5890 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5891
5892         * wl-folder (wl-folder-check-one-entity): Fix
5893         problem if unread is nil.
5894
5895 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5896
5897         * wl-address.el (wl-address-make-completion-list): Check whether
5898         the address is a group list.
5899         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5900
5901 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5902
5903         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5904         The number of the messages of new and unread does not count
5905         correctly.
5906
5907         * wl-summary.el (wl-summary-count-unread): Changed to return
5908         `(new . unread)' instead of total.
5909         (wl-summary-sync-update): Follow the change above.
5910
5911         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5912
5913 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5914
5915         * wl-address.el (wl-address-make-completion-list): Do not enclose
5916         address by " <" and ">" if associated realname is "".
5917         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5918         This is against the promblem with group list in .addresses pointed
5919         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5920
5921 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5922
5923         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5924         message is a format control string.
5925         * wl-expire.el (wl-expire-append-log): Ditto.
5926         * wl-mime.el (wl-summary-burst-subr): Ditto.
5927         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5928         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5929
5930 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5931
5932         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5933         wl.el (wl-check-variables): Rename from `wl-check-type'.
5934         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5935         (wl-check-variables-2): New function.
5936         (wl): Call `wl-check-variables-2'.
5937
5938 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5939
5940         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5941         after renaming folder in access group.
5942
5943 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5944
5945         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5946         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5947         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5948         (wl-message-buffer-prefetch): Rewrite.
5949         (wl-message-buffer-prefetch-idle-time): Removed.
5950         * wl-summary.el (wl-summary-redisplay-internal):
5951         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5952         Error check for `wl-message-buffer-prefetch-depht'.
5953
5954 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5955
5956         * Version number is increased to 2.9.5.
5957         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5958
5959 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5960
5961         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5962         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5963         Based on the patch written by
5964         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5965
5966 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5967
5968         * wl-draft.el (wl-draft-raw-send): Fix for
5969         `wl-news-send-pre-hook'
5970
5971 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5972
5973         * wl-utils.el (wl-message-id-function): New variable.
5974         * wl-draft.el (wl-draft-insert-required-fields):
5975         Use `wl-message-id-function'.
5976
5977 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5978
5979         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5980         * wl-utils.el (wl-draft-make-message-id-string):
5981         Use `wl-from' for domain part of Message-ID
5982         if `wl-message-id-use-wl-from' if non-nil.
5983         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5984
5985 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5986
5987         * wl.el (wl): Call `wl-check-type'
5988         Do not 'condition-case'.
5989
5990 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5991
5992         * wl.el (wl-check-type): New function.
5993         (wl-check-type-variables): New variable.
5994
5995 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5996
5997         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5998
5999 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6000
6001         * wl-draft.el (wl-smtp-password-key): New function.
6002         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6003         (wl-draft-send-mail-with-smtp): Ditto.
6004         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6005
6006 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6007
6008         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6009         * wl-utils.el (wl-unique-id-suffix): Remove.
6010
6011 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6012
6013         * Version number is increased to 2.9.4.
6014
6015 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6016
6017         * wl-utils.el (wl-unique-id-suffix): New variable.
6018         (wl-unique-id): Use `wl-unique-id-suffix'
6019
6020 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6021
6022         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6023         instead of `elmo-msgdb-search'.
6024
6025         * Version number is increased to 2.9.3.
6026
6027 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6028
6029         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6030
6031 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6032
6033         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6034         (wl-draft-dispatch-message): Changed for send-later.
6035         (wl-draft-queue-flush): Ditto.
6036         (wl-draft): Clear `wl-sent-message-queued'.
6037         (wl-draft-reedit): Ditto.
6038         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6039         * wl-vars.el (wl-draft-force-queuing): New variable.
6040         (wl-draft-force-queuing-mail): New variable.
6041         (wl-draft-force-queuing-news): New variable.
6042
6043 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6044
6045         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6046         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6047
6048 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6049
6050         * Version number is increased to 2.9.2.
6051
6052 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * wl-draft.el (wl-draft-elide-region): New user command.
6055         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6056
6057         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6058         command `wl-draft-elide-region'.
6059         * wl-mule.el: Ditto.
6060         * wl-xmas.el: Ditto.
6061
6062 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6065         (wl-biff-check-folder-async): Removed needless let.
6066
6067 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6070         wl-folder-get-elmo-folder.
6071         (wl-biff-check-folder): Set `biff' argument of
6072         `wl-folder-check-one-entity'.
6073         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6074
6075         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6076         (wl-folder-check-one-entity): Added `biff' argument;
6077         Setup `biff' slot of folder.
6078
6079         * Version number is increased to 2.9.1.
6080
6081 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6082
6083         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6084         comment out and fixed.
6085         (wl-fldmgr-add-completion-subr): Ditto.
6086
6087         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6088         and msgdb.
6089
6090         * wl.el (wl-toggle-plugged): Save summary view.
6091
6092 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6093
6094         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6095
6096 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6097
6098         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6099
6100 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6103         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6104         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6105
6106         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6107         if it was failed.
6108         (wl-demo): Disable undo in the demo buffer.
6109
6110 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6111
6112         * wl-version.el (wl-version): Changed codename.
6113
6114         * Version number is increased to 2.9.0.
6115
6116 2001-12-14  Takuo KITAME <kitame@northeye.org>
6117
6118         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6119         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6120         (wl-folder-mark-as-read-all-current-entity): Ditto.
6121
6122 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6123
6124         * wl-vars.el (wl-from-width): Define as obsolete variable.
6125         (wl-subject-length-limit): Ditto.
6126
6127         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6128
6129         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6130         wl-summary-save-view.
6131
6132         * wl.el (wl-save-status): Ditto.
6133         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6134
6135         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6136         (wl-summary-exit): Follow the change above.
6137         (wl-summary-goto-folder-subr): Ditto.
6138
6139         * wl-folder.el (wl-folder-create-subr): Don't use
6140         `elmo-folder-creatable-p'.
6141
6142 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6145
6146 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6149         rather than bitmap on Emacs 21.
6150         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6151         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6152         for xbm if the new redisplay engine is not available.
6153
6154 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6155
6156         * wl-folder.el (wl-folder-init-hook): New hook.
6157         (wl-folder-init): Run `wl-folder-init-hook'.
6158
6159 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6162
6163 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6164
6165         * wl-acap.el (wl-acap-cache-filename): New variable.
6166         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6167         (wl-acap-init): Use cache if no ACAP server found.
6168
6169 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6170
6171         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6172         `wl-acap-original-msgdb-dir'.
6173
6174         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6175         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6176
6177         * wl-mime.el (wl-mime-save-directory): Renamed from
6178         `wl-mime-save-dir'.
6179
6180 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6183
6184         * wl-demo.el: Require `path-util'.
6185         (wl-demo-bitmap-mule-available-p): New internal variable.
6186         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6187         `module-installed-p' instead.
6188         (wl-demo-insert-image): Use *.img file for a bitmap image.
6189         (wl-demo): Don't call the ascii demo recursively.
6190
6191 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6192
6193         * Version number is increased to 2.7.7.
6194
6195 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6196
6197         * wl.el (wl-exit): Eliminated byte-compile warning.
6198
6199 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6200
6201         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6202         obsolete variable using `elmo-define-obsolete-variable'.
6203         (wl-fetch-confirm-threshold): Ditto.
6204         (wl-cache-prefetch-folder-type-list): Ditto.
6205         (wl-cache-prefetch-folder-list): Ditto.
6206
6207 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6208
6209         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6210         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6211         (wl-demo-insert-image): New function.
6212         (wl-demo-insert-text): New function.
6213         (wl-demo-image-type-alist): Redefine as a function.
6214         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6215         (wl-demo-with-temp-file-buffer): Removed.
6216         (wl-logo-xpm): Removed.
6217         (wl-logo-xbm): Removed.
6218         (wl-logo-bitmap): Removed.
6219
6220 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6221
6222         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6223         (wl-expire-localdir-get-folder-function): New user option.
6224         (wl-expire-localdir-get-folder): New function.
6225         (wl-expire-localdir-date): Ditto.
6226
6227 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6228
6229         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6230         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6231         Fixed unread number mismatch when all-unread < unread.
6232
6233 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6234
6235         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6236         (wl-fetch-confirm-threshold): Ditto.
6237
6238         * wl-summary.el (wl-summary-confirm-appends): Removed.
6239         (wl-summary-sync-update): Don't refer
6240         `wl-summary-update-confirm-threshold' (It is now abolished).
6241
6242         * wl-message.el (wl-message-display-internal): Don't refer
6243         `wl-fetch-confirm-threshold' (It is now abolished).
6244
6245 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6248
6249 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6250
6251         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6252         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6253         Change default value to nil.
6254         (wl-summary-indent-length-limit): The value can be nil, nil means
6255         unlimited.
6256
6257         * wl-summary.el: Don't set limit for indent length if the value of
6258         wl-summary-indent-length-limit is nil.
6259         If the value of wl-summary-width is nil, it means only that the width
6260         of summary is unlimited (nil doesn't mean that the indent length is
6261         unlimited).
6262
6263         * wl-thread.el: Ditto.
6264
6265 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6266
6267         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6268         be nil, nil means never confirm.
6269         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6270
6271 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6272
6273         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6274         means unlimited).
6275
6276 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6277
6278         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6279         Use `with-temp-buffer'.
6280
6281 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6282
6283         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6284         with new backquote style).
6285         (wl-folder-get-entity-from-buffer): Ditto.
6286
6287 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6288
6289         * wl-version.el (nemacs-version): Eliminated.
6290         (wl-extended-emacs-version2): Ignore nemacs.
6291         (wl-extended-emacs-version3): Ditto.
6292
6293 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6294
6295         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6296         (wl-draft-add-in-reply-to): New variable.
6297         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6298         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6299         (wl-draft-yank-from-mail-reply-buffer): Use
6300         `wl-draft-add-in-reply-to'.
6301         (wl-draft-insert-current-message): Ditto.
6302
6303 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6304
6305         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6306         typo (kill->hide).
6307         (wl-message-buffer-prefetch-folder-type-list): Added elements
6308         `mark' and `cache' instead of `internal'.
6309
6310 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6313         resume msgdb directory.
6314
6315 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6316
6317         * wl.el (wl-exit): Call `wl-acap-exit'.
6318
6319         * wl-summary.el (wl-summary-message-string): New function.
6320         (wl-summary-reedit): Use it.
6321         (wl-summary-resend-bounced-mail): Remove needless let.
6322         (wl-summary-supersedes-message): Ditto.
6323         (wl-summary-save): Ditto.
6324
6325         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6326         (wl-acap-init): Set it.
6327         (wl-acap-exit): New function.
6328
6329 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6330
6331         * wl.el (wl-init): Revert (require 'mime-setup). move from
6332         toplevel.
6333
6334 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6335
6336         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6337         local variables.  Add error when guess function return invalid
6338         value.
6339
6340 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6341
6342         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6343         Change local variable name.
6344         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6345         (wl-folder-get-newsgroups): Return nil when non-news folder.
6346         * wl-summary.el (wl-summary-write-current-folder): State through
6347         when guess-list return nil.
6348         (wl-summary-write-current-folder-functions): Fixed docstring.
6349
6350         * wl.el (wl-exit): Changed confirm message.
6351
6352         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6353         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6354
6355         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6356
6357 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6358
6359         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6360         user option (Renamed from wl-cache-prefetch-folder-type-list).
6361         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6362         from wl-cache-prefetch-folder-list).
6363
6364         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6365         Move to wl-vars.el.
6366         (wl-message-buffer-prefetch-p): Changed to enable
6367         `wl-message-buffer-prefetch-folder-list'.
6368
6369         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6370         `ignore-cache'.
6371
6372 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6373
6374         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6375         `part-top' and `part-bottom'.
6376         (wl-draft-config-sub-part-top): New function.
6377         (wl-draft-config-sub-part-bottom): New function.
6378
6379 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6380
6381         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6382
6383 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6384
6385         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6386
6387 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6388
6389         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6390
6391         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6392         (wl-summary-write-current-folder): Ditto.
6393
6394 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6395
6396         * wl-folder.el (wl-folder-get-newsgroups): Use
6397         `elmo-folder-newsgroups'.
6398
6399 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6400
6401         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6402         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6403         `wl-draft-config-sub-header-bottom'.
6404
6405 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6406
6407         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6408         localnews folder.
6409
6410 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6411
6412         * wl-summary.el (wl-summary-mode): Undo last change.
6413
6414         * wl-folder.el (wl-folder-mode): Ditto.
6415
6416 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6417
6418         * wl-summary.el (wl-summary-mode): Locally set
6419         truncate-partial-window-width to nil.
6420         (for XEmacs)
6421
6422         * wl-folder.el (wl-folder-mode): Ditto.
6423
6424 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6425
6426         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6427
6428 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6429
6430         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6431         number.
6432
6433         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6434
6435         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6436
6437         * Version number is increased to 2.7.6.
6438
6439 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6440
6441         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6442
6443 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * wl-summary.el (wl-summary-sync-update): Enclose network
6446         related portion with `unwind-protect'.
6447
6448 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6449
6450         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6451
6452 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6455         element.
6456         * wl-vars.el (wl-message-body-button-alist): Ditto.
6457
6458         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6459         max match length.
6460         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6461
6462         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6463         for the max match length;
6464         Use 4th element value for the button string regexp group.
6465
6466         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6467         candidate exists, prompt to select.
6468
6469 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6470
6471         * wl-summary.el (wl-summary-jump-to-msg): Search before
6472         calibration point by `beginning-of-line'.
6473
6474 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6475
6476         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6477         for access group.
6478
6479 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6480
6481         * wl-message.el (wl-message-display-internal): Bind
6482         `default-mime-charset'.
6483
6484         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6485
6486         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6487
6488         * Version number is increased to 2.7.5.
6489
6490 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6491
6492         * wl-expire.el (wl-summary-archive): Fixed;
6493         Use `elmo-folder-name-internal'.
6494
6495 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6496
6497         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6498         from `elmo-folder-move-messages' caller.
6499         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6500
6501         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6502         related portions are changed).
6503
6504 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6505
6506         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6507         counter.
6508
6509 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6510
6511         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6512         buffer local and set it to nil.
6513
6514         * wl-message.el (wl-message-redisplay): Ditto.
6515
6516 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6517
6518         * wl-summary.el (wl-summary-mark-as-important): If message is
6519         already cached, set messag as read, otherwise encache and mark as read.
6520
6521 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6522
6523         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6524         point-min.
6525
6526 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6529         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6530         a keymap.
6531
6532 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6535         parent.
6536
6537         * wl-mule.el (wl-message-define-keymap): Ditto.
6538
6539         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6540
6541         * wl-xmas.el (wl-message-display-internal-hook): Define.
6542         (wl-xmas-setup-message-toolbar): Define as function.
6543         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6544         (wl-message-overload-functions): Abolished.
6545         (wl-message-define-keymap): New function.
6546
6547         * wl-vars.el (wl-message-display-internal-hook): New variable.
6548         (wl-message-header-button-alist): New variable (Renamed from
6549         wl-highlight-message-header-button-alist).
6550         (wl-message-body-button-alist): Ditto.
6551
6552         * wl-mule.el (wl-message-define-keymap): New function.
6553         (wl-message-overload-functions): Abolished.
6554
6555         * wl-message.el (wl-message-add-buttons-to-body): New function.
6556         (wl-message-redisplay): Don't call wl-message-overload-functions;
6557         Call wl-message-add-buttons-to-header and
6558         wl-message-add-buttons-to-body.
6559         (wl-message-display-internal): Set keymap argument for
6560         elmo-mime-display-as-is, elmo-mime-message-display;
6561         Run wl-message-display-internal-hook.
6562         (wl-message-refer-article-or-url): Abolished.
6563
6564         * wl-highlight.el (wl-highlight-headers): Don't call
6565         wl-highlight-message-add-buttons-to-header.
6566         (wl-highlight-message-add-buttons-to-header): Abolished.
6567
6568
6569         * wl-e21.el (wl-message-display-internal-hook): Define.
6570         (wl-e21-setup-toolbar): Deleted duplicated binding.
6571         (wl-e21-setup-message-toolbar): Define as function.
6572         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6573         (wl-message-define-keymap): New function.
6574         (wl-message-overload-functions): Abolished.
6575
6576 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6577
6578         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6579         and elmo-folder-close.
6580
6581         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6582
6583 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6584
6585         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6586         boolean value.
6587         * wl-draft.el (wl-draft-do-fcc): Ditto.
6588
6589 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6590
6591         * wl-vars.el (wl-fcc-force-as-read): New variable.
6592         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6593         mark copied message as read.
6594
6595 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6596
6597         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6598
6599 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6600
6601         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6602         `wl-summary-target-above' instead of obsolete variable
6603         `wl-summary-temp-above'.
6604
6605         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6606         instead of `make-obsolete-variable'.
6607         * wl-refile.el (toplevel): Ditto.
6608
6609 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6610
6611         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6612         with third argument t.
6613         (wl-draft): Set first argument for wl-plugged-init as t.
6614
6615         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6616         definition.
6617
6618 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6619
6620         * wl-vars.el: Tabify.
6621         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6622
6623         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6624         message.
6625
6626 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6627
6628         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6629         and set default to beep.
6630
6631 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6632
6633         * wl-vars.el (wl-draft-truncate-lines): New variable.
6634
6635         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6636         instead of wl-message-truncate-lines for truncate-lines.
6637
6638 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6639
6640         * wl-message.el (wl-message-display-internal): Call
6641         `wl-highlight-message' after `elmo-mime-display-as-is'.
6642
6643         * wl-mime.el (wl-mime-display-text/plain): New function.
6644         (wl-mime-display-header): Ditto.
6645         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6646         body-presentation-method for text/plain;
6647         Register `wl-mime-display-header' as a header-presentation-method;
6648         Don't set up `elmo-message-text-content-inserted-hook' and
6649         `elmo-message-header-inserted-hook'.
6650
6651         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6652         variable.
6653         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6654         as t if flag is 'all-header;
6655         Don't bind `elmo-message-ignored-field-list',
6656         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6657
6658 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6661         for xemacs with non-mule environment.
6662
6663 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6664
6665         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6666         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6667         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6668
6669 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6670
6671         * wl-vars.el (wl-interactive-send): Set default value as t.
6672
6673 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6674
6675         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6676         (wl-addrmgr-method-list): Abolished.
6677         (wl-addrmgr-change-method): Follow above change.
6678
6679         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6680
6681 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6682
6683         * wl-vars.el (wl-message-truncate-lines): Change default value
6684         to default-truncate-lines.
6685
6686         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6687
6688 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6689
6690         * wl-vars.el (wl-message-truncate-lines): New variable.
6691
6692         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6693         wl-message-truncate-lines.
6694
6695 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6696
6697         * wl-acap.el (wl-acap-init): Remove period from error message.
6698         (wl-acap-find-acap-service): Remove period from message.
6699
6700 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6701
6702         * wl.el (wl-check-environment): Undo last change.
6703
6704         * wl-vars.el (wl-from): Changed default value.
6705
6706         * wl-util.el (toplevel): Don't require tm-edit.
6707
6708         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6709         `wl-folder-init';
6710         Don't set mark on mail body.
6711         (wl-draft-reedit): Ditto.
6712
6713         * wl-address.el (wl-address-quote-specials): Define as an alias for
6714         elmo-address-quote-specials.
6715
6716 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6717
6718         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6719
6720         * wl-vars.el (wl-from): Set default value as nil.
6721         (wl-organization): Set default value as ORGANIZATION environment
6722         variable.
6723
6724         * wl-draft.el (wl-smtp-extension-bind): Check value of
6725         wl-smtp-connection-type.
6726
6727         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6728         error.
6729
6730 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6731
6732         * Version number is increased to 2.7.4.
6733
6734         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6735         arguments from `wl-highlight-x-face-function' caller.
6736         Use x-face-1.3.6.12 or later.
6737
6738 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6739
6740         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6741
6742 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6743
6744         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6745         (wl-fcc): Fix to accept function.
6746         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6747
6748 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6749
6750         * wl-acap.el (toplevel): Added `product-provide' declare.
6751         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6752
6753 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6754
6755         * wl.el (wl): Changed order of calling `elmo-init'
6756         and `elmo-folder-init'.
6757
6758 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6759
6760         * wl-mime.el (wl-summary-burst): Extract message when content-type
6761         of root entity is not only `multipart' but also `message/rfc822'.
6762         (wl-summary-burst-subr): Ditto.
6763
6764 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6765
6766         * wl-vars.el (toplevel): Require 'custom.
6767         (wl-trash-folder): Added to `wl-setting' group.
6768
6769         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6770         exists.
6771         (wl-addrmgr-draw): Insert empty line when no entry exists.
6772
6773         * wl-mule.el (wl-message-wheel-up): Fixed.
6774         (wl-message-wheel-down): Ditto.
6775
6776 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6777
6778         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6779         config is an anonymous lambda expression.
6780
6781 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6784         when Mule 2 is running.
6785
6786 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6787
6788         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6789
6790 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6791
6792         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6793         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6794
6795         * wl-address.el (wl-address-specials-regexp): Eliminated.
6796         (wl-address-quote-specials): Rewrite.
6797
6798 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6801         shy-groups for regexp.
6802
6803         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6804         character classes and Perl style shy-groups for regexp.
6805         (wl-highlight-plugged-current-line): Use Posix style character
6806         classes for regexp.
6807         (wl-e21-highlight-folder-by-numbers): Ditto.
6808         (wl-e21-display-image-p): Use `display-images-p' instead of
6809         `display-graphic-p'.
6810         (display-images-p): Make an alias to `display-graphic-p' if it is
6811         not available.  It is for Emacs version prior to 21.0.105.
6812
6813         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6814         `display-graphic-p'.
6815         (wl-demo-image-type-alist): Ditto.
6816         (display-images-p): Make an alias to `display-graphic-p' if it is
6817         not available.  It is for Emacs version prior to 21.0.105.
6818
6819 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6820
6821         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6822         support.
6823         (wl-generate-user-agent-string): Ditto.
6824
6825         * wl-version.el (wl-version): Update docsting.
6826         (wl-version-status): Ditto.
6827
6828 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6829
6830         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6831         21.0.105.  For Emacs 21.0.104 or earlier.
6832
6833 2001-09-03  Takuo KITAME <kitame@northeye.org>
6834
6835         * wl-e21.el (wl-plugged-init-icons): Use
6836         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6837         (wl-biff-init-icons): Ditto.
6838
6839 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * wl-highlight.el (wl-highlight-summary-current-line):
6842         Fixed highlighting refile/copy destination.
6843
6844         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6845         (wl-acap-store): Encode string by wl-acap-coding-system.
6846
6847 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6848
6849         * wl-acap.el (toplevel): Check and require 'un-define before
6850         'xemacs-ucs;
6851          Added checking for UTF-2000.
6852
6853 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6854
6855         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6856         Don't enclose with `eval-and-compile'.
6857
6858         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6859         wl-init is non-nil.
6860
6861         * wl-draft.el (wl-draft): Ditto.
6862
6863         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6864
6865         * wl-acap.el (toplevel): Require 'wl.
6866         (wl-acap-store): Call `elmo-init'.
6867
6868         * wl.el (wl): Changed position of `wl-check-environment'.
6869         (toplevel): Added autoload setting for wl-acap.
6870
6871         * wl-vars.el (wl-setting): New custom group.
6872         (wl-from): Added wl-setting group.
6873         (wl-user-mail-address-list): Ditto.
6874         (wl-organization): Ditto.
6875         (wl-subscribed-mailing-list): Ditto.
6876         (wl-envelope-from): Ditto.
6877         (wl-smtp-posting-user): Ditto.
6878         (wl-smtp-posting-server): Ditto.
6879         (wl-smtp-posting-port): Ditto.
6880         (wl-smtp-authenticate-type): Ditto.
6881         (wl-pop-before-smtp-user): Ditto.
6882         (wl-pop-before-smtp-server): Ditto.
6883         (wl-pop-before-smtp-port): Ditto.
6884         (wl-pop-before-smtp-authenticate-type): Ditto.
6885         (wl-nntp-posting-server): Ditto.
6886         (wl-nntp-posting-user): Ditto.
6887         (wl-nntp-posting-port): Ditto.
6888         (wl-fetch-confirm-threshold): Ditto.
6889         (wl-prefetch-threshold): Ditto.
6890         (wl-thread-insert-opened): Ditto.
6891         (wl-ldap-server): Ditto.
6892         (wl-ldap-port): Ditto.
6893         (wl-ldap-base): Ditto.
6894         (wl-ldap-objectclass): Ditto.
6895         (wl-use-ldap): Ditto.
6896         (wl-draft-config-alist): Ditto.
6897         (wl-draft-config-matchone): Ditto.
6898         (wl-template-alist): Ditto.
6899         (wl-message-sort-field-list): Ditto.
6900         (wl-message-ignored-field-list): Ditto.
6901         (wl-message-visible-field-list): Ditto.
6902         (wl-interactive-send): Ditto.
6903         (wl-summary-move-order): Ditto.
6904         (wl-auto-select-first): Ditto.
6905         (wl-auto-select-next): Ditto.
6906         (wl-interactive-save-folders): Ditto.
6907
6908         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6909         Initialization codes are moved from wl-local-folder-init.
6910         (wl-local-folder-init): Follow the change above.
6911         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6912
6913         * wl-acap.el: New file.
6914
6915         * Version number is increased to 2.7.3.
6916
6917 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6918
6919         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6920
6921 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6922
6923         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6924         (wl-addrmgr-address-entry-list): Ditto.
6925
6926 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6927
6928         * wl-e21.el (wl-draft-mode-map): Removed binding for
6929         `wl-draft-insert-x-face-field'.
6930
6931         * wl-mule.el (wl-draft-mode-map): Ditto.
6932
6933         * wl-xmas.el (wl-draft-mode-map): Ditto.
6934
6935         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6936         (wl-cs-autoconv): Ditto.
6937         (wl-cs-local): Ditto.
6938         (wl-use-scoring): Ditto.
6939         (wl-mime-charset): Ditto.
6940         (wl-folder-check-async): Ditto.
6941
6942         * wl.el (toplevel): Ignore nemacs and tm.
6943         (wl-exit): Ditto.
6944
6945         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6946         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6947         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6948         instead of wl-address-petname-add-or-change.
6949         (wl-summary-edit-addresses-subr): Use wl-address-delete
6950         instead of wl-address-petname-delete.
6951
6952         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6953
6954         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6955         if error occured.
6956
6957         * wl-message.el (require): Remove tm support.
6958
6959         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6960
6961         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6962         (wl-folder-jump-to-current-entity): Ditto.
6963         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6964
6965         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6966         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6967         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6968
6969         * wl-mule.el (wl-draft-key-setup): Ditto.
6970
6971         * wl-xmas.el (wl-draft-key-setup): Ditto.
6972
6973         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6974         (wl-draft-std11-parse-addresses): New function.
6975         (wl-draft-parse-mailbox-list): Use it.
6976         (wl-draft): Ignore nemacs.
6977         (wl-draft-reedit): Ditto.
6978
6979         * wl-addrmgr.el: New file.
6980         (Original is wl-rcpt.el written by
6981         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6982         Thanks Kitamoto-san.)
6983
6984         * wl-address.el (wl-address-make-address-list): Modified parsing
6985         process.
6986         (wl-address-delete): Renamed from `wl-address-petname-delete';
6987         Modify wl-address-list too.
6988         (wl-address-add-or-change): Renamed from
6989         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6990
6991 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6992
6993         * wl-highlight.el (wl-highlight-summary-current-line):
6994           Work with transient-mark-mode
6995
6996 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6997
6998         * Version number is increased to 2.7.2.
6999
7000         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7001         instead of elmo-dop-queue-method.
7002
7003 2001-08-06  SAITO Atsunori <sai@yedo.com>
7004
7005         * wl-vars.el (wl-ldap-objectclass): New user option.
7006
7007         * wl-address.el (wl-ldap-make-filter): Use it.
7008
7009 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7010
7011         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7012
7013 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-folder.el (wl-folder): redisplay after folder insertion.
7016
7017         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7018
7019         * wl-summary.el (wl-summary-sync-update):
7020         Change status mark only when new-msgdb exists.
7021         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7022
7023 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7024
7025         * wl-summary.el (wl-summary-open-folder): New function.
7026         (wl-summary-goto-folder-subr): Use it.
7027         (wl-summary-mark-as-important): Fix;
7028         Encache only when no cache exists.
7029
7030 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7031
7032         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7033         Use with-current-buffer.
7034
7035 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7036
7037         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7038         before call `get-buffer'. Fixed parenthesis.
7039         (wl-score-get-header-entry): Clear message and help window when
7040         keyboard quit.
7041         (wl-score-edit-insert-header): Ditto.
7042
7043 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7044
7045         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7046         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7047         (wl-default-draft-cite): Fix.
7048
7049         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7050         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7051
7052 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7053
7054         * wl-message.el (wl-message-prev-page): Do same bahavior
7055         as summary when it is called in the message buffer.
7056         (wl-message-next-page): Ditto.
7057
7058 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7059
7060         * wl-summary.el (wl-summary-forward): Use cache if it is not
7061         section cache.
7062
7063 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7064
7065         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7066         Removed redundant require of elmo-vars.
7067         (wl-biff-state-indicator-on): Changed default value for
7068         xemacs with non-mule environment.
7069
7070         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7071         wl-message-buffer is nil;
7072         Hide progress bar after moving messages.
7073
7074 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7075
7076         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7077         message at cursor point is deleted.
7078
7079 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7080
7081         * wl-vars.el: Changed file coding system to euc-japan.
7082         Added -*-coding:-*- magic to the first line.
7083
7084         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7085         Search parent from the first message.
7086
7087         * Version number is increased to 2.7.1.
7088
7089 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7090
7091         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7092
7093 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7094
7095         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7096         refile/delete execution.
7097
7098         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7099         Fixed docstring.
7100
7101 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7104         do update process;
7105         Don't update marks when update process is interrupted.
7106
7107 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7108
7109         * wl-summary.el (wl-summary-reply): Fixed problem when
7110         wl-draft-use-frame is non-nil.
7111         (wl-summary-forward): Ditto.
7112
7113         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7114         as nil.
7115         (wl-folder-mark-as-read-all-entity): Ditto.
7116         (wl-folder-prefetch-entity): Ditto.
7117
7118         * wl.el (wl): Check environment before wl-init.
7119
7120         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7121         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7122         instead of wl-summary-collect-unread.
7123         (wl-summary-reply): Split message window.
7124
7125 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7126
7127         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7128         only if current language environment is japanese,
7129
7130         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7131         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7132         (wl-folder-goto-folder-subr): Ditto.
7133
7134         * wl-draft.el (wl-draft-dispatch-message): Call
7135         `elmo-file-cache-get-path'.
7136
7137 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7138
7139         * wl-summary.el (wl-summary-cursor-move): If return value of
7140         wl-summary-next-message is not number, don't jump.
7141
7142 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7143
7144         * wl-summary.el (wl-summary-buffer-next-message-function): New
7145         variable.
7146         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7147         if it is bound.
7148
7149         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7150         string.
7151
7152         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7153         (wl-plugged-drawing): Ditto.
7154
7155 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7156
7157         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7158         process.
7159         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7160         with unwind-protect.
7161
7162         * wl.el (wl-init): Require mime-setup.
7163         (wl-check-environment): Don't require mime-setup.
7164
7165         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7166         instead of elmo-folder-type.
7167
7168         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7169         value as nil.
7170
7171 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * Version number is increased to 2.7.0.
7174
7175         * wl-version.el (wl-version): Changed codename.
7176
7177         * wl-summary.el (wl-summary-delete-cache): Fixed.
7178
7179         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7180         Workaround for net folders.
7181         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7182
7183         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7184         value to nil (According to the patch from
7185         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7186
7187         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7188         of elmo-folder-close.
7189
7190 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7191
7192         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7193         for postfix.
7194
7195 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7196
7197         * wl-summary.el (wl-summary-resend-message): Fixed.
7198
7199         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7200         Call wl-draft with `from' argument if its address is included in
7201         `wl-user-mail-address-list'.
7202         (wl-draft): Added `from' argument.
7203
7204         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7205         non-nil.
7206         (wl): Don't show demo if wl-demo is nil.
7207
7208         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7209         wl-summary-use-frame.
7210
7211         * wl-vars.el (wl-summary-use-frame): New user option.
7212         (wl-folder-use-frame): Changed docstring.
7213
7214         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7215         non-nil.
7216         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7217         wl-summary-use-frame.
7218
7219         * wl-vars.el (wl-folder-use-frame): New user option.
7220
7221         * wl-summary.el (wl-summary-exit): Back to folder frame if
7222         wl-folder-use-frame is non-nil.
7223         (wl-summary-redisplay-internal): Ignore cache if current folder
7224         is draft folder,
7225         (wl-summary-redisplay-no-mime): Ditto.
7226         (wl-summary-redisplay-all-header): Ditto.
7227
7228         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7229         if wl-folder-use-frame is non-nil.
7230
7231 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7232
7233         * wl-summary.el (wl-summary-sync-update): Bind
7234         elmo-folder-update-threshold.
7235         (wl-summary-mark-as-important): Enclosed server mark processing
7236         with `save-match-data'.
7237
7238         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7239         only when it is already defined.
7240
7241 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7242
7243         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7244         name of folder exclude localdir is wrong.
7245         * wl-folder.el (wl-folder-sync-entity):
7246         Set `wl-summary-always-sticky-folder-list' as nil.
7247         (wl-folder-mark-as-read-all-entity): Ditto.
7248         (wl-folder-prefetch-entity): Ditto.
7249
7250 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7251
7252         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7253         instead of `wl-summary-write-current-newsgroup'.
7254
7255 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7256
7257         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7258         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7259         non-nil and selected message is important, do not display.
7260
7261 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7262
7263         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7264
7265 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7268
7269         * wl-summary.el (wl-summary-mark-as-important): Set message number
7270         using wl-summary-message-number.
7271
7272 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7273
7274         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7275         destination folder is 'null.
7276
7277 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7278
7279         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7280         New function.
7281         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7282         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7283         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7284
7285 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7286
7287         * wl-mime.el (wl-mime-setup): Added setting for
7288         `mime-setup-signature-key-alist' to avoid overriding key bind for
7289         `wl-draft-send'.
7290
7291         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7292         for `wl-draft-send'.
7293         * wl-mule.el (wl-draft-overload-functions): Ditto.
7294         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7295         * wl-draft.el (wl-draft-send): Ditto.
7296
7297         * wl-message.el (wl-message-display-internal):
7298         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7299         (Patch is provided by <kita@coe.nttdata.co.jp>).
7300
7301 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7302
7303         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7304
7305 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7306
7307         * wl.el (wl): Fix for wl-demo.
7308
7309 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7310
7311         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7312
7313 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7314
7315         * wl-folder.el (wl-folder-prefetch-entity): Use
7316         `wl-folder-get-elmo-folder'.
7317         (wl-folder-count-incorporates): Do not use
7318         `wl-folder-get-elmo-folder'.
7319
7320 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7321
7322         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7323         instead of `elmo-folder-get-type'.
7324
7325 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7326
7327         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7328         position on Subject: field.
7329         (Advised by Mito <mit@nines.nec.co.jp>)
7330
7331 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7332
7333         * wl-folder.el (wl-folder-prefetch-entity): Use
7334         `wl-folder-get-elmo-folder'.
7335
7336 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7337
7338         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7339
7340         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7341         `process-duplicates' slot.
7342
7343         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7344         if detection failed.
7345
7346 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7347
7348         * wl-version.el (wl-version-status): Set to "alpha".
7349
7350 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7353         Check wl-message-buffer lives before set-buffer.
7354
7355 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7356
7357         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7358         called in folder mode.
7359         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7360         * wl-summary.el (wl-summary-exit-pre-hook): Run
7361         `wl-summary-exit-pre-hook' before exit summary mode.
7362
7363 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7364
7365         * wl-version.el (wl-version-status): New variable.
7366         (wl-version-status-alist): Removed.
7367         (wl-version-status): Rule included.
7368
7369 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7372         @sponichi.
7373
7374         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7375         when `mail-reply-buffer' is buffer-local variable.
7376         (Reported by <kita@coe.nttdata.co.jp>).
7377
7378 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7379
7380         * wl-vars.el (toplevel): Require 'elmo-util.
7381
7382 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7385         (All other related portions are changed)
7386
7387         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7388
7389         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7390
7391 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7392
7393         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7394
7395 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7396
7397         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7398         Delete other windows to avoid an error.
7399         Use `point-marker' instead of `point' to remember the start point
7400         of body.
7401
7402         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7403
7404         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7405         number not to exceed all message number.
7406
7407 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7408
7409         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7410         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7411
7412 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * wl-summary.el (wl-summary-sync-force-update): Added argument
7415         no-check.
7416         (wl-summary-sync-update): Ditto.
7417         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7418         with `no-check'.
7419
7420         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7421         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7422         already running.
7423
7424 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7425
7426         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7427         `dst-folder-arg'.
7428         (wl-expire-archive-number1): Diito.
7429         (wl-expire-archive-number2): Diito.
7430         (wl-expire-archive-Date): Diito.
7431         (wl-archive-number1): Diito.
7432         (wl-archive-number2): Diito.
7433         (wl-archive-date): Diito.
7434         (wl-archive-folder-p): New function.
7435         (wl-summary-expire): Support of expand folder name at
7436         wl-expire-alist.
7437         * wl-util.el (wl-expand-newtext): Renamed from
7438         `wl-refile-expand-newtext'.
7439
7440 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7441
7442         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7443         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7444         `(elmo-msgdb-get-overview msgdb)'.
7445         (wl-summary-prefetch): Bind match data before call
7446         `wl-summay-prefetch-msg'.
7447         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7448         'off if `wl-summary-buffer-disp-msg' is non-nil.
7449         Fixed problem that couldn't show only one new or unread message when
7450         enter folder.
7451         (wl-summary-reply): Don't call `split-window-vertically' and other
7452         window.
7453
7454 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7455
7456         * wl-expire.el (wl-expire-refile): Fixed.
7457
7458 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7459
7460         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7461
7462         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7463         biff notification is removed.
7464
7465         * wl.el (wl): Changed position of `elmo-init'.
7466
7467         * wl-draft.el (wl-default-draft-cite): Use date field
7468         on the citation buffer.
7469
7470         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7471
7472         * wl-xmas.el (wl-folder-internal-icon-list): Added
7473         `wl-folder-shimbun-image'.
7474
7475         * wl-e21.el (wl-folder-internal-icon-list): Added
7476         `wl-folder-shimbun-image'.
7477
7478 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * wl.el (wl-init): Eliminated argument.
7481         (wl): Rewrite.
7482
7483         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7484         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7485         instead of `elmo-folder-msgdb-internal'.
7486         (wl-summary-sync-update): Ditto.
7487         (wl-summary-flush-pending-append-operations): Eliminated.
7488         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7489         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7490         `elmo-folder-open'.
7491
7492         * wl-mime.el (wl-summary-burst): Fixed.
7493
7494         * wl-folder.el (wl-folder-info-save): Check data type.
7495
7496         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7497         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7498         instead of `elmo-folder-msgdb-internal'.
7499         (wl-expire-hide): Ditto.
7500
7501
7502         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7503
7504 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7505
7506         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7507
7508 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7509
7510         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7511
7512 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7513
7514         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7515         Fixed `match-beginning' argument mismatch.
7516
7517 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7518
7519         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7520         the default value.
7521
7522 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7523
7524         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7525         instead of `elmo-nntp-default-port'.
7526
7527         * wl-vars.el: Fixed some doc strings.
7528
7529 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7530
7531         * wl-summary.el (wl-summary-prefetch-msg): Use
7532         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7533
7534         * wl-vars.el: Define *-func as obsolete variable using
7535         `elmo-define-obsolete-variable'.
7536
7537         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7538         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7539         instead of `wl-message-buffer-prefetch-threshold'.
7540
7541         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7542
7543         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7544
7545         * wl-draft.el (wl-caesar-region-func): Ditto.
7546
7547         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7548         Keep unread status in elmo-folder-move-messages.
7549         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7550
7551 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7552
7553         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7554         `wl-summary-buffer-exit-func'
7555         (wl-summary-buffer-message-redisplay-function): Renamed from
7556         `wl-summary-buffer-message-redisplay-func'
7557         (wl-summary-buffer-next-folder-function): Renamed from
7558         `wl-summary-buffer-next-folder-func'.
7559         (wl-summary-buffer-prev-folder-function): Renamed from
7560         `wl-summary-buffer-prev-folder-func'.
7561         (wl-summary-get-petname-function): Renamed from
7562         `wl-summary-get-petname-func'.
7563
7564         * wl-score.el (wl-score-edit-exit-function): Renamed from
7565         `wl-score-edit-exit-func'.
7566
7567         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7568         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7569
7570         * wl-util.el (wl-load-profile-function): Renamed from
7571         `wl-load-profile-func'.
7572
7573         * wl-folder.el (wl-folder-completion-function): Renamed from
7574         `wl-folder-completion-func'.
7575         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7576
7577         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7578         `wl-expire-archive-get-folder-func'.
7579         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7580         (wl-draft-send-mail-function): Renamed from
7581         `wl-draft-send-mail-func'.
7582         (wl-draft-send-news-function): Renamed from
7583         `wl-draft-send-news-func'.
7584         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7585         (wl-generate-mailer-string-function): Renamed from
7586         `wl-generate-mailer-string-func'.
7587         (wl-highlight-signature-search-function): Renamed from
7588         `wl-highlight-signature-search-func'.
7589         (wl-highlight-x-face-function): Renamed from
7590         `wl-highlight-x-face-func'
7591         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7592         (wl-ps-print-buffer-function): Renamed from
7593         `wl-ps-print-buffer-func'
7594         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7595         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7596         (wl-summary-subject-filter-function): Renamed from
7597         `wl-summary-subject-filter-func'.
7598
7599         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7600         `wl-draft-queue-flush-send-func'
7601         (wl-draft-cite-function): Renamed from
7602         `wl-draft-cite-func'
7603
7604         * wl-address.el (wl-address-init-function): Renamed from
7605         `wl-address-init-func'.
7606
7607 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7608
7609         * wl-draft.el (wl-draft-queue-flush): Don't call
7610         `elmo-dop-unlock-message'.
7611         * wl-draft.el (wl-draft-queue-append): Don't call
7612         `elmo-dop-lock-message'.
7613
7614         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7615         (wl-summary-buffer-folder-name): Ditto.
7616         (wl-summary-message-regexp): Added '-' (all other related portions
7617         are changed).
7618         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7619         wl-summary-buffer-folder-name.
7620
7621 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7622
7623         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7624         the number of mails in the folder buffer is not updated by wl-biff.
7625
7626 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7627
7628         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7629         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7630
7631 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * wl-summary.el (wl-summary-next-message):
7634         Return next message number when wl-summary-move-order is nil.
7635
7636 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7637
7638         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7639         `wl-summary-move-spec-alist'.
7640         (wl-summary-move-spec-unplugged-alist): New variable
7641         (Move spec for unplugged status).
7642         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7643         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7644
7645 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7646
7647         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7648         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7649
7650 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7651
7652         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7653         simple quotation to quote the anonymous function.
7654         * tm-wl.el (wl-draft-preview-message): Ditto.
7655
7656 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7657
7658         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7659         Eliminate redundant `save-excursion'.
7660         (wl-highlight-summary-current-line): Ditto.
7661
7662         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7663         accessing match data when `looking-at' failed.
7664
7665         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7666         `elmo-match-string' where users don't care about the speed.
7667         (wl-draft-save): Ditto.
7668
7669 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7670
7671         * wl-util.el (wl-regexp-opt): New function.
7672
7673         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7674         number from `wl-summary-buffer-number-list'.
7675         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7676         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7677         (wl-summary-move-spec-alist): Changed default setting.
7678
7679 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7680
7681         * wl-vars.el (wl-biff-notify-hook): New hook.
7682         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7683         the arrival of new mail.
7684         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7685         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7686
7687 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7688
7689         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7690
7691 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7692
7693         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7694
7695         * Version number is increased to 2.5.8.
7696
7697         * wl-thread.el (toplevel): require 'cl.
7698         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7699         (wl-thread-make-number-list): New function.
7700         (wl-thread-entity-make-number-list-from-children): Ditto.
7701         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7702         (wl-thread-entity-insert-as-children): Likewise.
7703         (wl-thread-delete-message): Likewise.
7704         (wl-meaning-of-mark): Eliminated.
7705         (wl-thread-next-failure-mark-p): Ditto.
7706         (wl-thread-entity-get-mark): Ditto.
7707         (wl-thread-meaning-alist-get-result): Ditto.
7708         (wl-thread-entity-check-prev-mark): Ditto.
7709         (wl-thread-entity-check-next-mark): Ditto.
7710         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7711         (wl-thread-entity-get-prev-marked-entity): Ditto.
7712         (wl-thread-get-prev-unread): Ditto.
7713         (wl-thread-jump-to-prev-unread): Ditto.
7714         (wl-thread-get-next-unread): Ditto.
7715         (wl-thread-jump-to-next-unread): Ditto.
7716         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7717         (wl-thread-entity-get-next-marked-entity): Ditto.
7718
7719         * wl-summary.el (wl-summary-buffer-number-list):
7720         New bufer-local variable.
7721         (wl-summary-switch-to-clone-buffer): Clone
7722         `wl-summary-buffer-number-list'.
7723         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7724         (wl-summary-cursor-move-regex): Eliminated.
7725         (wl-summary-cursor-up): Rewrite.
7726         (wl-summary-cursor-down): Ditto.
7727         (wl-summary-mode-spec-alist): New variable.
7728         (wl-summary-next-message): New inline function.
7729         (wl-summary-cursor-move): New function.
7730         (wl-summary-default-get-next-msg): Rewrite.
7731         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7732         (wl-summary-rescan): Ditto.
7733         (wl-summary-sync-all-init): Ditto.
7734         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7735         summary is not thread view.
7736         (wl-summary-sync-update): Ditto.
7737         (wl-summary-rescan): Ditto.
7738         (wl-summary-make-number-list): New function.
7739
7740         * wl-draft.el: "FCC" -> "Fcc".
7741
7742 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * wl-highlight.el (wl-highlight-summary-window):
7745         Call `set-buffer-modified-p'.
7746
7747         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7748         (wl): Call `elmo-init' and fix.
7749
7750         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7751         Use new variables.
7752
7753         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7754
7755 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7758
7759 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7760
7761         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7762
7763 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7764
7765         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7766         `wl-use-toolbar' nor `display-graphic-p'.
7767         (wl-e21-setup-message-toolbar): Ditto.
7768         (wl-e21-setup-summary-toolbar): Ditto.
7769         (wl-e21-setup-folder-toolbar): Ditto.
7770
7771         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7772         (wl-plugged-init-icons): Ditto.
7773
7774         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7775         `display-graphic-p'.
7776         (wl-plugged-set-folder-icon): Ditto.
7777         (wl-highlight-plugged-current-line): Ditto.
7778         (wl-highlight-folder-current-line): Ditto.
7779         (wl-e21-highlight-folder-group-line): Ditto.
7780         (wl-e21-setup-toolbar): Ditto.
7781         (wl-e21-display-image-p): New macro.
7782
7783         * wl-demo.el (wl-demo): Simplified.
7784         (wl-demo-image-type-alist): Use `image-type-available-p' for
7785         checking whether the image type `xbm' is available.
7786
7787 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7790         (wl-summary-input-range): Ditto.
7791
7792 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7793
7794         * wl-summary.el (wl-summary-edit-addresses): Use
7795         `wl-summary-get-original-buffer'
7796         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7797         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7798         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7799         (wl-summary-get-newsgroups): Eliminated.
7800         (wl-summary-set-crosspost): Ditto.
7801         (wl-summary-is-crosspost-folder): Ditto.
7802         (wl-crosspost-alist-load): Ditto.
7803         (wl-crosspost-alist-save): Ditto.
7804
7805         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7806         `elmo-setup-subscribed-newsgroups' instead of
7807         `elmo-nntp-make-groups-hashtb'.
7808         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7809         instead of `wl-crosspost-alist-save'.
7810
7811         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7812         of `elmo-folder-message-appendable-p'.
7813         (wl-mime-header-presentation-method): Eliminated.
7814
7815         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7816         (Error occurs in emacs21).
7817
7818         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7819         the current buffer).
7820
7821         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7822         instead of `wl-crosspost-alist-save'.
7823         (wl-init): `elmo-crosspost-message-alist-load'
7824         instead of `wl-crosspost-alist-load'
7825
7826         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7827         (wl-parse-newsgroups): Likewise.
7828         (wl-biff-notify): Run `wl-biff-notify-hook'.
7829
7830 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7833
7834         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7835         when `wl-summary-lazy-highlight' is non-nil.
7836         (wl-summary-goto-folder-subr): Highlight only when
7837         `wl-summary-lazy-highlight' is non-nil.
7838
7839         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7840         Don't display progress and highlight temp-mark when
7841         `wl-summary-lazy-highlight' is non-nil.
7842         (wl-highlight-summary-window): New function.
7843         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7844
7845 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7846
7847         * wl-summary.el (wl-summary-sync): Change `all-visible'
7848         from `all-shown'
7849         (wl-summary-input-range): Ditto.
7850
7851 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7852
7853         * wl-e21.el (wl-highlight-folder-current-line): Call
7854         `wl-folder-init-icons' when folder icons have not been initialized.
7855
7856         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7857
7858         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7859         (wl-demo-image-type-alist): New macro.
7860
7861 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7862
7863         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7864         display does not support graphics.
7865         (wl-plugged-init-icons): Ditto.
7866         (wl-folder-init-icons): Ditto.
7867
7868         * wl-demo.el (wl-demo): Chech closely whether the display
7869         supports graphics.
7870
7871 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7872
7873         * wl-summary.el (wl-summary-get-original-buffer): New function.
7874         (wl-summary-set-crosspost): Use it.
7875         (wl-summary-target-mark-uudecode): Ditto.
7876         (wl-summary-reedit): Ditto.
7877         (wl-summary-resend-bounced-mail): Ditto.
7878         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7879         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7880
7881         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7882         (wl-message-display-internal): Ditto.
7883
7884 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7887
7888 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7889
7890         * wl-summary.el (wl-summary-save-view): Renamed from
7891         `wl-summary-save-status'.
7892
7893 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7894
7895         * wl-summary.el (wl-summary-sync): Added `all-shown'
7896
7897 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7898
7899         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7900
7901 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7902
7903         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7904
7905 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7906
7907         * wl-highlight.el (wl-highlight-summary-line-string): Use
7908         `zerop' instead of `= 0'.
7909         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7910
7911         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7912         for comparing numbers.
7913         (wl-template-prev): Use `zerop' instead of `eq 0'.
7914
7915         * wl-draft.el (wl-draft-insert-current-message): Use
7916         `with-current-buffer' instead of `save-excursion'.
7917         Use `zerop' instead of `eq 0'.
7918
7919 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7920
7921         * wl-draft.el (wl-draft-insert-ccs): New function.
7922         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7923         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7924
7925 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7926
7927         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7928
7929 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7930
7931         * wl-expire.el (wl-expire-refile): Don't call
7932         elmo-msgdb-add-msgs-to-seen-list;
7933         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7934         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7935
7936 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7937
7938         * wl-message.el (wl-message-prev-page): Ignore errors while
7939         scroll-down.
7940
7941 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7942
7943         * wl-mime.el: Use elmo-original-message-mode instead of
7944         mmelmo-original-mode.
7945
7946         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7947         `elmo-folder-get-spec';
7948         (wl-fldmgr-add-completion-all-completions):
7949         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7950
7951         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7952         of `elmo-folder-get-type'.
7953
7954         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7955         `elmo-folder-get-spec';
7956         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7957         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7958         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7959         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7960         `elmo-read-msg-no-cache';
7961         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7962         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7963         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7964         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7965         `elmo-cache-save';
7966         (wl-draft-reedit): Use `elmo-message-file-name'.
7967
7968         * wl-expire.el: Use `elmo-folder-name-internal';
7969         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7970         Use macro `wl-summary-buffer-msgdb' instead of variable
7971         `wl-summary-buffer-msgdb';
7972         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7973         Use macro `wl-summary-buffer-folder-name' instead of variable
7974         `wl-summary-buffer-folder-name'.
7975         * wl-score.el: Likewise.
7976
7977         * wl-message.el: Rewrite for new message buffer cache mechanism.
7978         (wl-message-buffer-cache-buffer-get): New macro.
7979         (wl-message-buffer-cache-folder-get): Ditto.
7980         (wl-message-buffer-cache-message-get): Ditto.
7981         (wl-message-buffer-cache-entry-make): Ditto.
7982         (wl-message-buffer-cache-hit): Ditto.
7983         (wl-message-buffer-cache-sort): New function.
7984         (wl-message-buffer-cache-add): Ditto.
7985         (wl-message-buffer-cache-delete): Ditto.
7986         (wl-message-buffer-cache-clean-up): Ditto.
7987         (wl-message-buffer-window): Rewrite.
7988         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7989         (wl-message-buffer-display): New function.
7990         (wl-message-display-internal): New function.
7991
7992 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7993
7994         * wl-folder.el: Use `elmo-folder-name-internal';
7995         Use `wl-folder-get-elmo-folder';
7996         Use `elmo-folder-list-messages' instead of
7997         `elmo-list-folder';
7998         Use `elmo-folder-get-primitive-list' instead of
7999         `elmo-folder-get-primitive-spec-list';
8000         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8001         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8002         Use `elmo-folder-create' instead of `elmo-create-folder'.
8003         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8004         (wl-folder-get-elmo-folder): New macro.
8005         (wl-folder-elmo-folder-cache-get): Ditto.
8006         (wl-folder-elmo-folder-cache-put): Ditto.
8007         (wl-folder-suspend): Call `elmo-quit'.
8008
8009         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8010         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8011         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8012         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8013         (toplevel): require 'cl.
8014         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8015
8016         * wl-summary.el: Rewrite to use new elmo interface.
8017
8018 \f
8019 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8020
8021         * wl-mime.el (wl-draft-preview-message):
8022         Run `wl-draft-send-hook' before collecting recipients information;
8023         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8024
8025         * tm-wl.el (wl-draft-preview-message): Ditto.
8026
8027 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8028
8029         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8030         wrong recipients are displayed when forwarded message.
8031
8032 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8033
8034         * Version number is increased to 2.5.7.
8035
8036 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8037
8038         * wl-message.el (wl-message-next-page): Bind
8039         `window-pixel-scroll-increment' to nil while scrolling up.
8040
8041 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8042
8043         * wl-vars.el (wl-save-hook): New hook.
8044         * wl.el (wl-save): Call `wl-save-hook'.
8045
8046 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8047
8048         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8049         Argument WITH-ARG instead of NO-ARG (negative mean).
8050         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8051         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8052         * wl-message.el (wl-message-follow-current-entity): Likewise.
8053
8054 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8055
8056         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8057         FROM was optional argument.
8058         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8059
8060 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8061
8062         * Version number is increased to 2.5.6.
8063
8064 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8065
8066         * wl-version.el (wl-version-show): Removed.
8067         (wl-version): Add `interactive'.
8068
8069 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8070
8071         * wl-summary.el (wl-summary-get-petname-func): New variable.
8072         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8073         instead of `wl-address-get-petname-1'.
8074         (wl-summary-simple-from): Ditto.
8075
8076         * wl-address.el (wl-address-get-petname-1): Define as function.
8077
8078 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8079
8080         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8081         field in the original message.
8082         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8083
8084 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8085
8086         * wl-expire.el (wl-expire-hide):
8087         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8088
8089 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8090
8091         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8092         find decoder for To, Cc, and Subject.
8093
8094 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8095
8096         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8097         for checking `elmo-use-buffer-cache'.
8098         (wl-summary-mark-as-important): Fixed typo in comment.
8099
8100 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8101
8102         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8103         field in the original message.
8104         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8105
8106 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8107
8108         * wl-expire.el (wl-expire-hide):
8109         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8110
8111 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8112
8113         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8114         find decoder for To, Cc, and Subject.
8115
8116 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8117
8118         * Version number is increased to 2.5.5.
8119
8120         * wl-address.el (wl-address-specials-regexp): New constant.
8121         (wl-address-quote-specials): Use it.
8122
8123 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-summary.el (wl-summary-rescan):
8126         Call `wl-summary-buffer-number-column-detect'.
8127         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8128
8129         * wl-message.el (wl-message-mode-map): Define.
8130         (wl-message-decode): Use it as local-map.
8131
8132 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8133
8134         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8135         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8136
8137 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8140
8141         * wl-mule.el (wl-read-event-char): Ditto.
8142
8143         * wl-e21.el (wl-read-event-char): Ditto.
8144
8145         * wl-nemacs.el (wl-read-event-char): Ditto.
8146         (read-event): Removed.
8147
8148         * wl-util.el (toplevel): Removed dummy definition of
8149         `read-event'.
8150         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8151
8152 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8153
8154         * wl-nemacs.el (elmo-archive-call-process): Moved to
8155         elmo-archive.el.
8156
8157 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8158
8159         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8160         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8161
8162         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8163         instead of magic-number 6.  Use `not' instead of `null' for symbol
8164         `nil' check (not empty list).
8165         (wl-draft-insert-x-face-field): Fixed paren style.
8166
8167         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8168         one-branch conditional statement, instead of `and' and `if'.
8169         (wl-draft-forward): Likewise.
8170         (wl-draft-add-references): Likewise.
8171         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8172
8173         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8174         conditional steatment.  Use `cond' instead of `if'.
8175         (wl-draft-confirm): Likewise.
8176
8177 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8178
8179         * wl-version.el (wl-version-show): Use `product-string-1'
8180         instead of `wl-version'.
8181         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8182
8183         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8184
8185 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8186
8187         * wl-highlight.el (wl-highlight-headers): Revert
8188         `wl-highlight-x-face-func' argument (`beg' and `end').
8189
8190 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8191
8192         * wl.el (toplevel): Move `product-provide' declare.
8193         * wl-demo.el (toplevel): Ditto.
8194         * wl-dnd.el (toplevel): Ditto.
8195         * wl-highlight.el (toplevel): Ditto.
8196         * wl-message.el (toplevel): Ditto.
8197         * wl-refile.el (toplevel): Ditto.
8198         * wl-util.el (toplevel): Ditto.
8199
8200 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8201
8202         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8203         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8204         (wl-thread-close-all): keep cursor position.
8205
8206 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8207
8208         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8209         (eq x 0).
8210         (wl-generate-user-agent-string-1): Fix conditional statement.
8211
8212 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8213
8214         * wl.el (wl-check-environment): Additional check for
8215         'wl-local-domain' and `wl-message-id-domain'.
8216
8217 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8218
8219         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8220
8221 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8222
8223         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8224         instead of `smtp-sasl-user-realm'.
8225
8226 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8227
8228         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8229
8230 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8231
8232         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8233         to the default value as well as `eword-lexical-analyzer'.
8234
8235 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8236
8237         * wl-version.el (wl-extended-emacs-version,
8238         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8239         `elmo-match-string' instead of `wl-match-string'.
8240
8241 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8242
8243         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8244         docstring.
8245
8246 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8247
8248         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8249
8250 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8251
8252         * wl-highlight.el (wl-highlight-headers): Remove
8253         `wl-highlight-x-face-func' argument (`beg' and `end').
8254
8255 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8256
8257         * wl-summary.el (wl-summary-mark-as-important):
8258         Remove cache if folder is local.
8259
8260 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8261
8262         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8263         to get existing e-mail address string.
8264
8265 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8266
8267         * wl-version.el (wl-generate-user-agent-string): Commentary.
8268         (wl-generate-user-agent-string-1): Use `when' for
8269         one-branch conditional statement, instead of `and' and `if'.
8270         (wl-extended-emacs-version, wl-extended-emacs-version2,
8271         wl-extended-emacs-version3): Ditto.
8272
8273 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8274
8275         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8276         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8277         condition-case; Remove initialization.
8278         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8279         (wl-summary-sync-update3): Added argument `sync-all';
8280         Eliminated local variable `msgdb';
8281         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8282         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8283         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8284
8285 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8286
8287         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8288         connection before call `wl-draft-send-mail-with-smtp'.
8289
8290 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8291
8292         * Version number is increased to 2.5.4.
8293
8294 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8295
8296         * wl.el (wl-check-environment): Additional check for
8297         'wl-local-domain' and `wl-message-id-domain'.
8298
8299 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8300
8301         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8302         buffer as command specific.
8303         (wl-folder-mark-as-read-all-entity): Ditto.
8304         (wl-folder-prefetch-entity): Ditto.
8305         (wl-folder-drop-unsync-entity): Ditto.
8306
8307         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8308         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8309         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8310
8311         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8312         save-excursion.
8313
8314 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8315
8316         * Version number is increased to 2.5.3.
8317
8318         * wl-summary.el (wl-summary-save-view-cache):
8319         Delete duplicated `write-region';
8320         Use `write-region-as-binary' instead of `as-binary-output-file' and
8321         `write-region'.
8322
8323 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8324
8325         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8326
8327 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8328
8329         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8330         instead of `smtp-via-smtp'.
8331
8332 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8333
8334         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8335
8336 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8337
8338         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8339         instead of `smtp-sasl-user-realm'.
8340
8341 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8342
8343         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8344
8345 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8346
8347         * Version number is increased to 2.5.2.
8348
8349 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8350
8351         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8352         does not exist.
8353         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8354         (wl-biff-start): Call `timer-activate' if timer already exists.
8355
8356         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8357         only when it is bound as function.
8358
8359 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8360
8361         * Version number is increased to 2.5.1.
8362
8363 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8364
8365         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8366         Print refile/copy destination.
8367
8368 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8369
8370         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8371         queue-flush-only is non-nil.
8372
8373         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8374
8375         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8376         checking cache folder.
8377
8378 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8379
8380         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8381         `regexp-quote'.
8382
8383 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8384
8385         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8386         function.
8387         * wl-summary.el (wl-summary-write-current-folder-functions):
8388         Change default value.  Use it.
8389
8390 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8391
8392         * Version number is increased to 2.5.0.
8393
8394         * wl-version.el (wl-version): Changed codename.
8395
8396 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8397
8398         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8399         (wl-summary-supersedes-message): Ditto.
8400
8401 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8402
8403         * wl-refile.el (wl-refile-guess-functions): Renamed from
8404         `wl-refile-guess-func-list'.
8405
8406 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8407
8408         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8409         Fixed problem when no rule was matched.
8410
8411 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8412
8413         * wl-summary.el (wl-summary-get-mark): Fixed
8414         `wl-summary-buffer-target-mark' check logic.
8415
8416 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8417
8418         * wl-folder.el (wl-folder-write-current-folder): Added group
8419         folder check.
8420
8421         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8422         `wl-summary-write-current-newsgroup'.
8423         (wl-summary-write-current-folder-functions): New variable.
8424         * wl-folder.el (wl-folder-get-newsgroups): New function.
8425         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8426         (wl-folder-write-current-folder): Renamed from
8427         `wl-folder-write-current-newsgroup'.
8428
8429 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8430
8431         * Version number is increased to 2.3.93.
8432
8433 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8434
8435         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8436         (wl-ldap-make-matched-value-list): Ditto.
8437         (wl-ldap-alias-safe-string): Split e-mail address.
8438
8439         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8440         petname folder default was selected.
8441         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8442         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8443
8444 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8445
8446         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8447         to `wl-draft-config-exec'.
8448
8449         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8450         instead of calling `wl-draft-config-exec';
8451         Process group-list and show recipients in minibuffer.
8452
8453         * tm-wl.el (wl-draft-preview-message): Ditto.
8454
8455 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8456
8457         * wl.el (toplevel): Added (C) to copyright notice, and
8458         sync Author header.
8459         * tm-wl.el (toplevel): Ditto.
8460         * wl-address.el (toplevel): Ditto.
8461         * wl-demo.el (toplevel): Ditto.
8462         * wl-dnd.el (toplevel): Ditto.
8463         * wl-draft.el (toplevel): Ditto.
8464         * wl-e21.el (toplevel): Ditto.
8465         * wl-expire.el (toplevel): Ditto.
8466         * wl-folder.el (toplevel): Ditto.
8467         * wl-highlight.el (toplevel): Ditto.
8468         * wl-message.el (toplevel): Ditto.
8469         * wl-mime.el (toplevel): Ditto.
8470         * wl-mule.el (toplevel): Ditto.
8471         * wl-nemacs.el (toplevel): Ditto.
8472         * wl-refile.el (toplevel): Ditto.
8473         * wl-score.el (toplevel): Ditto.
8474         * wl-summary.el (toplevel): Ditto.
8475         * wl-template.el (toplevel): Ditto.
8476         * wl-thread.el (toplevel): Ditto.
8477         * wl-util.el (toplevel): Ditto.
8478         * wl-vars.el (toplevel): Ditto.
8479         * wl-xmas.el (toplevel): Ditto.
8480
8481 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8482
8483         * wl.el (wl-init): Added comment about `wl-init-hook'.
8484         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8485         * wl-vars.el (wl-init-hook): Added docs.
8486         (wl-make-plugged-hook): Removed useless docs.
8487         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8488         * wl-xmas.el (toplevel): Ditto.
8489
8490 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8491
8492         * wl-address.el (toplevel): Fixed multiple Author header format.
8493         * wl-demo.el (toplevel): Ditto.
8494         * wl-draft.el (toplevel): Ditto.
8495         * wl-folder.el (toplevel): Ditto.
8496         * wl-summary.el (toplevel): Ditto.
8497         * wl-thread.el (toplevel): Ditto.
8498         * wl-util.el (toplevel): Ditto.
8499         * wl-vars.el (toplevel): Ditto.
8500         * wl-version.el (toplevel): Ditto.
8501         * wl-xmas.el (toplevel): Ditto.
8502         * wl.el (toplevel): Ditto.
8503
8504         * wl-version.el (toplevel): Added require `elmo-version' for
8505         `product-version-as-string'.
8506
8507 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8508
8509         * wl-vars.el (wl-draft-send-hook): Changed default value to
8510         '(wl-draft-config-exec).
8511
8512         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8513         explicitly.
8514         (wl-draft): Set `wl-draft-config-exec-flag' before running
8515         `wl-mail-setup-hook'.
8516
8517         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8518         `wl-biff-init-icons' to `wl-init-hook' instead of
8519         `wl-make-plugged-hook'.
8520         (Because if `wl-draft' command is invoked at first,
8521         they are not initialized)
8522         Updated copyright notice.
8523
8524         * wl-e21.el (toplevel): Ditto;
8525
8526         * wl-demo.el (toplevel): Updated copyright notice.
8527         * wl-address.el (toplevel): Ditto.
8528         * wl-draft.el (toplevel): Ditto.
8529         * wl-version.el (toplevel): Ditto.
8530         * wl-folder.el (toplevel): Ditto.
8531         * wl-summary.el (toplevel): Ditto.
8532         * wl-thread.el (toplevel): Ditto.
8533         * wl-util.el (toplevel): Ditto.
8534         * wl-vars.el (toplevel): Ditto.
8535         * wl.el (toplevel): Ditto.
8536
8537 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8538
8539         * wl-highlight.el (wl-highlight-message): Fixed problem of
8540         highlighting failure which occured when the last field contains
8541         multiple lines in the draft buffer.
8542
8543         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8544         `wl-biff-start' if plugged.
8545
8546         * wl-util.el (wl-biff-check-folder): New function.
8547         (wl-biff-check-folders): Don't set session name prefix.
8548         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8549         (wl-biff-check-folder-async): Ditto.
8550
8551         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8552         in email address.
8553
8554 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8555
8556         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8557
8558         * wl-draft.el (wl-draft-strip-subject-re): New function.
8559
8560         * wl-draft.el (wl-draft-reply): Use it.
8561
8562 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8563
8564         * wl-message.el (wl-mmelmo-message-redisplay): Use
8565         `mime-display-message' instead of `wl-mime-display-message'.
8566
8567         * wl-mime.el (toplevel): Removed compatibility workaround
8568         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8569         (wl-mime-display-message): Abolished.
8570         (wl-mime-entity-read-field): Ditto.
8571         (wl-mime-combine-message/partial-pieces): Use
8572         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8573
8574 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8575
8576         * wl-template.el: Doc fixes.
8577
8578 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8579
8580         * wl-e21.el (wl-message-overload-functions): Do nothing if
8581         `current-local-map' is not available.
8582         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8583
8584 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8585
8586         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8587         representation.
8588
8589         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8590         number.
8591         (wl-fldmgr-save-folders): Don't use `format' when insert
8592         `wl-fldmgr-folders-header'.
8593
8594 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8595
8596         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8597
8598 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * wl-highlight.el (wl-highlight-message):
8601         Use `std11-field-end' to detect end point of the header field.
8602         Refer `wl-highlight-max-header-size'.
8603
8604         * wl-vars.el (wl-highlight-max-header-size): New variable.
8605
8606         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8607
8608         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8609         Set `for-draft' argument of wl-highlight-headers.
8610         (wl-draft): Ditto.
8611         (wl-draft-reedit): Ditto.
8612         (wl-user-agent-compose-internal): Ditto.
8613
8614 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8615
8616         * wl-message.el (wl-message-add-button): Use overlay.
8617
8618 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8621
8622         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8623         problem when group-list content is nothing.
8624         (Reported by Mito <mit@nines.nec.co.jp>)
8625
8626 2000-10-18  SAITO Atsunori <sai@yedo.com>
8627
8628         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8629
8630 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8631
8632         * tm-wl.el (toplevel): Use product-provide.
8633
8634 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8635
8636         * Version number is increased to 2.3.92.
8637
8638 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8639
8640         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8641         title text, use `display' property for left margin under Emacs 21.
8642
8643         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8644         properties.
8645         (wl-plugged-init-icons): Ditto.
8646
8647 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8648
8649         * wl.el (wl-save-status, wl-init): Remove last period in
8650         "...done." message.
8651         * tm-wl.el (wl-summary-burst): Ditto.
8652         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8653         wl-summary-resume-cache-status,
8654         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8655         wl-summary-sync-update3, wl-summary-highlight-msgs,
8656         wl-summary-flush-pending-append-operations,
8657         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8658         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8659         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8660         wl-thread-open-all): Ditto.
8661         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8662         * wl-mime.el (wl-summary-burst): Ditto.
8663         * wl-highlight.el (wl-highlight-summary): Ditto.
8664         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8665         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8666         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8667         * wl-address.el (wl-local-address-init): Ditto.
8668
8669 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8670
8671         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8672         `add-text-properties'.
8673         (wl-plugged-init-icons): Ditto.
8674         (wl-folder-init-icons): Use `propertize' instead of
8675         `put-text-property'.
8676         (wl-plugged-set-folder-icon): Ditto.
8677         (wl-e21-highlight-folder-group-line): Ditto.
8678
8679 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8680
8681         * wl-version.el (wl-version-status-alist): New variable.
8682         (wl-version-status): New function.
8683
8684         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8685         "Cc" part of the case "Reply-To".
8686
8687         * wl-draft.el (wl-draft-reply): Use result of
8688         `eword-extract-address-components'.
8689
8690         * wl-demo.el (wl-demo-icon-name): New constant.
8691         (wl-logo-xpm): Use it.
8692         (wl-logo-xbm): Ditto.
8693         (wl-logo-bitmap): Ditto.
8694
8695         * Version number is increased to 2.3.91.
8696
8697 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8698
8699         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8700         (wl-extended-emacs-version, wl-extended-emacs-version2,
8701         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8702         docstring.
8703
8704         * wl-version.el (wl-generate-user-agent-string-1): New function.
8705         (wl-generate-user-agent-string): Use it.
8706
8707         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8708         `mime-edit-insert-user-agent-field'.
8709         (wl-generate-user-agent-string): Check
8710         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8711
8712         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8713         instead of `if', when verbose case.
8714
8715 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8716
8717         * wl-expire.el (wl-summary-expire): Fix.
8718
8719 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8720
8721         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8722         and `elmo-lost+found-folder' if 'wl-draft.
8723         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8724
8725 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8726
8727         * wl-expire.el (wl-summary-expire): Change messages.
8728         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8729         `deleing-info' instead of "Deleting..."
8730
8731 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8732
8733         * wl-summary.el (wl-summary-refile-subr): Fix.
8734
8735 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8736
8737         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8738         if pipe folder.
8739
8740 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8741
8742         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8743
8744 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8745
8746         * wl-expire.el (wl-expire-hide): New function.
8747         (wl-summary-expire): Add `hide'.
8748
8749 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8750
8751         * wl-vars.el (wl-draft-reply-without-argument-list):
8752         Changed default value to consider `Reply-To:'.
8753         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8754
8755         * Version number is increased to 2.3.90.
8756
8757         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8758         elmo-imap4-get-session with unwind-protect.
8759         Don't cause error.
8760         (wl-summary-sync-marks): Don't check plugged nor folder type.
8761         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8762         (Always keep current buffer).
8763
8764 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8765
8766         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8767         Enclose with `save-excursion'.
8768
8769 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8770
8771         * wl-version.el (wl-version): Remove interactive.
8772
8773 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8774
8775         * wl-version.el (wl-generate-user-agent-string): Use
8776         `product-string-verbose' instead of `product-string-1'.
8777
8778 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8779
8780         * wl-vars.el (wl-draft-use-cache): New variable.
8781         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8782         if wl-draft-use-cache is non-nil.
8783
8784 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8785
8786         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8787         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8788
8789 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8790
8791         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8792         (wl-thread-msg-mark-as-unread): Ditto.
8793
8794         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8795         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8796         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8797         Don't set mark in summary if return value of `elmo-mark-as-read'
8798         is nil.
8799         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8800         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8801         instead of `wl-thread-msg-mark-as-read'.
8802         (wl-summary-mark-as-unread-region): Ditto.
8803         (wl-summary-target-mark-mark-as-read): Ditto.
8804
8805         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8806
8807 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8808
8809         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8810
8811         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8812
8813 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8814
8815         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8816         face.
8817
8818 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8819
8820         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8821         `running-xemacs'.
8822
8823 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8824
8825         * wl-version.el (toplevel): Use `product-version-as-string' for
8826         set verstion-string, if defined.
8827
8828         * wl-version.el (wl-version-show): Insert string at point, when
8829         call with argument.
8830
8831         * wl-version.el (wl-generate-user-agent-string): Use
8832         `product-string-1' instead of `wl-appname', `wl-version' and
8833         `wl-codename'.
8834
8835 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8836
8837         * wl-address.el (toplevel): Use product-provide.
8838         * wl-demo.el (toplevel): Ditto.
8839         * wl-dnd.el (toplevel): Ditto.
8840         * wl-draft.el (toplevel): Ditto.
8841         * wl-e21.el (toplevel): Ditto.
8842         * wl-expire.el (toplevel): Ditto.
8843         * wl-fldmgr.el (toplevel): Ditto.
8844         * wl-folder.el (toplevel): Ditto.
8845         * wl-highlight.el (toplevel): Ditto.
8846         * wl-message.el (toplevel): Ditto.
8847         * wl-mime.el (toplevel): Ditto.
8848         * wl-mule.el (toplevel): Ditto.
8849         * wl-nemacs.el (toplevel): Ditto.
8850         * wl-refile.el (toplevel): Ditto.
8851         * wl-score.el (toplevel): Ditto.
8852         * wl-summary.el (toplevel): Ditto.
8853         * wl-template.el (toplevel): Ditto.
8854         * wl-thread.el (toplevel): Ditto.
8855         * wl-util.el (toplevel): Ditto.
8856         * wl-vars.el (toplevel): Ditto.
8857         * wl-xmas.el (toplevel): Ditto.
8858         * wl.el (toplevel): Ditto.
8859
8860 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8861
8862         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8863         instead of product.
8864
8865         * wl-version.el (wl-version): Compile time evalution elmo-version.
8866
8867 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8868
8869         * wl-summary.el (wl-summary-sync-force-update): Append queue
8870         `mark-as-read'if unplugged.
8871
8872 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8873
8874         * wl-version.el: New file.  Use product.el.
8875         * wl.el: add (require 'wl-version).
8876         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8877         for ~/.folders header.
8878         (wl-fldmgr-folders-header): Changed.
8879         * wl-demo.el (wl-demo): Use product.el.
8880
8881         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8882         wl-version.el.
8883         * wl-util.el (wl-version, wl-version-show): Ditto.
8884
8885         * wl-util.el (wl-generate-user-agent-string,
8886         wl-extended-emacs-version, wl-extended-emacs-version2,
8887         wl-extended-emacs-version3): Move to wl-version.el.
8888         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8889         xemacs-codename, mime-edit-insert-user-agent-field,
8890         mime-edit-user-agent-value, mime-editor/version,
8891         mime-editor/codename): Compile warning killer move to
8892         wl-version.el
8893
8894 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8895
8896         * wl-summary.el (wl-summary-refile-subr): Fix.
8897
8898 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8899
8900         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8901         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8902
8903 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8904
8905         * wl.el (wl-check-environment): Check too many `@'.
8906
8907 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8908
8909         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8910
8911 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8912
8913         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8914         wl-draft-reply-myself-without-argument-list): Add variables.
8915         * wl-draft.el (wl-draft-reply): Use it.
8916
8917 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8918
8919         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8920         the 5th argument of `elmo-network-get-spec'.
8921
8922         * wl-thread.el (wl-thread-reparent-children): New inline function.
8923         (wl-thread-delete-message): Use it.
8924
8925         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8926         (wl-summary-score-update-all-lines): Don't use `dolist'.
8927
8928 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8929
8930         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8931         (require 'elmo-msgdb) for inline function.
8932
8933 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8934
8935         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8936
8937 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8938
8939         * wl-score.el (wl-score-headers): Fix for the confusing macro
8940         `elmo-kill-buffer'.
8941
8942 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8943
8944         * wl-summary.el: Don't use the 3rd argument of `require' because
8945         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8946         * wl-util.el: Ditto.
8947         * wl-draft.el: Ditto.
8948
8949 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8950
8951         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8952         window system is not used.
8953
8954 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8955
8956         * wl-thread.el: Don't use `mapcar' only for iteration.
8957         (wl-thread-resume-entity): Ditto.
8958         (wl-thread-delete-message): Ditto.
8959
8960         * wl-summary.el: Bind `dragdrop-drop-functions',
8961         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8962         of `require' for `timezone', `easymenu' and `ps-print';
8963         don't use `mapcar' only for iteration.
8964
8965         * wl-util.el: Bind `mule-version', `nemacs-version',
8966         `emacs-beta-version', `xemacs-codename',
8967         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8968         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8969         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8970         only for iteration.
8971
8972         * wl-score.el: Don't use `mapcar' only for iteration.
8973         (wl-score-simplify-buffer-fuzzy): Ditto.
8974         (wl-score-simplify-subject): Ditto.
8975         (wl-score-headers): Ditto.
8976         (wl-summary-score-update-all-lines): Ditto.
8977
8978         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8979         `enable-multibyte-characters' and `mule-version'.
8980
8981         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8982         `mapcar' only for iteration.
8983
8984         * wl-demo.el: Don't use `mapcar' only for iteration.
8985
8986         * wl-folder.el: Don't use `mapcar' only for iteration.
8987         (wl-folder-open-all): Ditto.
8988         (wl-folder-count-incorporates): Ditto.
8989
8990         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8991         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8992
8993         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8994         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8995         `smtp-connection-type'; specify 3rd argument of `require' for
8996         `timezone'; don't use `mapcar' only for iteration.
8997         (wl-draft-clone-local-variables): Don't use `mapcar'.
8998         (wl-draft-generate-clone-buffer): Ditto.
8999         (wl-user-agent-compose-internal): Ditto.
9000
9001         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9002
9003         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9004         (wl-save-status): Ditto.
9005
9006         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9007         for iteration.
9008
9009 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9010
9011         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9012         removed `Date'.
9013         (wl-fldmgr-make-filter-default): New user option.
9014
9015         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9016         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9017         (wl-fldmgr-filter-completion-alist): Abolish.
9018
9019         * wl.el (wl): Don't check servers if arg is non-nil.
9020
9021         * wl-draft.el (wl-draft-reply): Set only message-id string to
9022         In-Reply-To field.
9023
9024 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9025
9026         * wl-summary.el (wl-summary-pick): Rewrite.
9027
9028         * wl-draft.el (wl-draft-forward): Get references field from
9029         original buffer.
9030         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9031
9032 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9033
9034         * wl-draft.el (wl-draft-forward): Add references field.
9035
9036 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9037
9038         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9039         (wl-draft-reply): Use it.
9040
9041 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9042
9043         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9044         when Emacs 21 is running.
9045
9046         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9047         bindings.
9048
9049 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9050
9051         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9052         XPM icons transparent.
9053
9054         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9055         Emacs 21.
9056
9057 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9058
9059         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9060         nil.
9061
9062         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9063         when it is persistent.
9064         (wl-summary-sync-marks): Changed argument for
9065         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9066         (wl-summary-virtual): Use `elmo-read-search-condition'.
9067         (wl-summary-redisplay-internal): If folder is local, mark as read
9068         even when folder is plugged.
9069
9070 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9071
9072         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9073         of `tool-bar-lines' in the frame parameters.
9074         (after-make-frame-functions, post-command-hook): Don't modify the
9075         value.
9076         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9077         wl-e21-tool-bar-lines): Removed.
9078
9079 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9080
9081         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9082         properties `evaporate' and `wl-momentary-overlay' as well.
9083         (wl-highlight-summary-displaying): Ditto.
9084         (wl-delete-all-overlays): Don't delete overlay which does not have
9085         a property `wl-momentary-overlay'.
9086
9087         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9088         `display-mouse-p' and `display-graphic-p'.
9089         (wl-folder-init-icons): Don't search for XBM or the other files.
9090         (wl-plugged-set-folder-icon): Make icons if and only if
9091         `display-graphic-p' returns non-nil.
9092         (wl-highlight-plugged-current-line): Use `before-string' overlay
9093         property to show icon images.
9094         (wl-highlight-folder-current-line): Ditto.
9095         (wl-e21-highlight-folder-group-line): Ditto.
9096         (wl-e21-highlight-folder-by-numbers): Ditto.
9097         (wl-e21-insert-image): Removed.
9098         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9099         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9100         said.
9101         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9102         `wl-e21-force-switch-toolbar'.
9103         (wl-e21-make-icon-image): Removed.
9104         (wl-e21-setup-toolbar): Don't search for XBM files.
9105         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9106         the default value.
9107
9108 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9109
9110         * wl-util.el (wl-biff-check-folder-async): Set
9111         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9112
9113 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9114
9115         * wl-e21.el (after-make-frame-functions): Add
9116         `wl-e21-force-switch-toolbar'.
9117         (wl-e21-force-switch-toolbar): New function force to switch the
9118         toolbar appearance automatically.
9119         (post-command-hook): Add `wl-e21-switch-toolbar'.
9120         (wl-e21-switch-toolbar): New function to switch the toolbar
9121         appearance automatically.
9122         (wl-e21-tool-bar-lines): New buffer local variable.
9123
9124 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9125
9126         * wl-util.el (wl-biff-check-folders-running): New variable.
9127         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9128         (wl-biff-check-folder-async-callback):
9129         Set `wl-biff-check-folders-running'.
9130         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9131         with unwind-protect.
9132
9133         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9134         Enclose `wl-folder-auto-check' with unwind-protect.
9135
9136         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9137         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9138
9139         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9140
9141         * wl-util.el (wl-biff-notify): New inline function.
9142         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9143         locally.
9144         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9145         folder-list' is 1.
9146         Use `wl-biff-notify'.
9147         (wl-biff-check-folder-async-callback): New function.
9148         (wl-biff-check-folder-async): Ditto.
9149
9150         * wl-folder.el (wl-folder): Don't check folders.
9151         (wl-folder-auto-check): New function.
9152
9153 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9154
9155         * wl-util.el (wl-biff-start) [Emacs19+]:
9156         Use `timer-next-integral-multiple-of-time'.
9157         (wl-biff-check-folders): Use `wl-default-folder'
9158         if `wl-biff-check-folder-list' is nil.
9159
9160 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9161
9162         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9163         instead of `elmo-delete-lists'.
9164
9165 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9166
9167         * wl.el (wl-plugged-toggle-all): Set the value of
9168         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9169         (wl-plugged-toggle): Ditto.
9170         (wl-toggle-plugged): Ditto.
9171         (wl-plugged-init): Ditto.
9172
9173         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9174         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9175         instead of `wl-biff-state-indicator-off' and
9176         `wl-biff-state-indicator-on'; don't modify the value and the type
9177         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9178         (wl-plugged-init-icons): Set icons data to
9179         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9180         instead of `wl-plug-state-indicator-off' and
9181         `wl-plug-state-indicator-on'; don't modify the value and the type
9182         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9183
9184         * wl-vars.el (wl-modeline-biff-state-off,
9185         wl-modeline-biff-state-on, wl-modeline-biff-status,
9186         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9187         wl-modeline-plug-status): New internal variables.
9188         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9189         wl-biff-check-interval, wl-biff-check-folder-list): Change
9190         customization group from `wl-folder' to `wl-highlight'.
9191         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9192         wl-show-plug-status-on-modeline): Defcustomized.
9193
9194         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9195         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9196         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9197         a flag to `mode-line-buffer-identification'.
9198
9199         * wl-e21.el (wl-biff-init-icons): Set icons data to
9200         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9201         instead of `wl-biff-state-indicator-off' and
9202         `wl-biff-state-indicator-on'.
9203         (wl-plugged-init-icons): Set icons data to
9204         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9205         instead of `wl-plug-state-indicator-off' and
9206         `wl-plug-state-indicator-on'.
9207
9208 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9209
9210         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9211         excessive titles.
9212
9213 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9214
9215         * wl.el (wl-plugged-mode): Use revised
9216         `wl-mode-line-buffer-identification'.
9217         (wl-plugged-init): Don't use `force-mode-line-update'.
9218
9219         * wl-xmas.el (wl-draft-overload-functions): Use revised
9220         `wl-mode-line-buffer-identification'.
9221         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9222         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9223         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9224         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9225         `wl-make-plugged-hook';
9226         add `wl-folder-init-icons' and `wl-setup-folder' to
9227         `wl-folder-mode-hook'.
9228
9229         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9230         19 as well.
9231         (wl-mode-line-display-priority-list): New user option.
9232         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9233         Defcustomized.
9234         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9235         Add docs.
9236
9237         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9238         start.
9239         (wl-mode-line-buffer-identification): Revised as a function.
9240
9241         * wl-summary.el (wl-summary-mode): Use revised
9242         `wl-mode-line-buffer-identification'; don't call
9243         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9244         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9245         `wl-xmas-setup-summary'.
9246
9247         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9248         `wl-mode-line-buffer-identification'.
9249
9250         * wl-mule.el (wl-draft-overload-functions): Use revised
9251         `wl-mode-line-buffer-identification'.
9252
9253         * wl-folder.el (wl-make-plugged-alist): Don't call
9254         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9255         (wl-folder): Don't call `wl-folder-init-icons' directly.
9256         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9257         `wl-xmas-setup-folder' directly;
9258         use revised `wl-mode-line-buffer-identification'.
9259         (TopLevel): Don't bind `wl-biff-init-icons',
9260         `wl-plugged-init-icons', `wl-folder-init-icons',
9261         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9262
9263         * wl-e21.el (wl-draft-overload-functions): Use revised
9264         `wl-mode-line-buffer-identification'.
9265         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9266         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9267         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9268         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9269         `wl-make-plugged-hook';
9270         add `wl-folder-init-icons' and `wl-setup-folder' to
9271         `wl-folder-mode-hook'.
9272
9273 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9274             Katsumi Yamaoka    <yamaoka@jpl.org>
9275
9276         * wl.el (wl): Call `wl-biff-start'.
9277         (wl-exit): Call `wl-biff-stop'.
9278         (wl-plugged-mode): Show biff in modeline.
9279         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9280
9281         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9282         (wl-biff-init-icons): New function.
9283         (wl-plugged-init-icons): Don't make too much keymaps.
9284         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9285
9286         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9287         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9288         variables.
9289         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9290         options.
9291
9292         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9293         wl-biff-start, wl-biff-stop): New functions.
9294         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9295         (wl-biff-timer-name): New variable.
9296
9297         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9298
9299         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9300         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9301
9302         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9303         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9304
9305         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9306         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9307         `wl-folder-init-icons' to `ignore' if they are not available.
9308         (wl-folder-mode): Show biff in modeline.
9309
9310         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9311         (wl-biff-init-icons): New function.
9312         (wl-plugged-init-icons): Don't make too much keymaps.
9313         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9314
9315 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9316
9317         * wl-vars.el (wl-strict-diff-folders): Customization Type
9318         and doc fix.  Define as a list of regular expressions for
9319         folders or nil.
9320         * wl-folder.el (wl-folder-check-one-entity): Use
9321         `wl-string-match-member' instead of `wl-string-member' for
9322         `wl-strict-diff-folders'.
9323
9324 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9325
9326         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9327         (wl-highlight-folder-current-line): Use it; new implementation.
9328         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9329         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9330         `defsubst' instead of `defun'.
9331
9332         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9333         `wl-highlight-group-folder-by-numbers'; made it can also be a
9334         number.  See info for more details.
9335
9336         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9337         running.
9338
9339         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9340         to bind them.
9341
9342         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9343         (wl-highlight-folder-current-line): New implementation.
9344
9345         * wl-highlight.el (wl-highlight-folder-group-line): New
9346         implementation.
9347         (wl-delete-all-overlays): Rewrite as a marco.
9348         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9349
9350         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9351         running.
9352         (wl-folder-*-glyph): No need to bind them.
9353
9354         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9355         `wl-e21-highlight-folder-group-icon'; rewrite.
9356         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9357         `defsubst' instead of `defun'.
9358         (wl-folder-mode-map): Bind it when compiling.
9359
9360 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9361
9362         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9363
9364         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9365
9366 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9367
9368         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9369
9370 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9371
9372         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9373         (wl-highlight-folder-current-line): Use it.
9374
9375         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9376         in `id-name'.
9377
9378 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9379
9380         * wl.el: Require `wl-e21' when Emacs 21 is running.
9381
9382         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9383         default when Emacs 21 is running.
9384         (wl-use-highlight-mouse-line): Ditto.
9385         (wl-on-emacs21): New constant.
9386         (wl-on-emacs20): Removed.
9387
9388         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9389         Emacs 21 is running.
9390
9391         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9392         Emacs 21 is running.
9393
9394         * wl-e21.el: New file.
9395
9396 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9397
9398         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9399         (wl-toggle-plugged): Ditto.
9400         (wl-plugged-toggle): Ditto.
9401         (wl-plugged-toggle-all): Ditto.
9402
9403         * wl-vars.el (wl-plug-state-indicator): Refer
9404         `wl-plug-state-indicator-on' indirectly.
9405
9406 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9407
9408         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9409         Call `wl-folder-confirm-existence'.
9410
9411         * wl-folder.el (wl-folder-confirm-existence): Added optional
9412         argument `force'.
9413
9414 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9415
9416         * wl-summary.el (wl-summary-refile-subr): Assume
9417         `copy-or-refile' as symbol.
9418         (wl-summary-refile): Follow up above change.
9419         (wl-summary-copy): Ditto.  Doc fix.
9420
9421 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9422
9423         * wl-summary.el (wl-summary-pick): Don't bind
9424         `elmo-search-mime-charset'.
9425
9426         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9427         default using old backquote style.
9428         (wl-search-mime-charset): Abolished.
9429
9430         * wl-highlight.el (wl-highlight-headers):
9431         Call `point' after `re-search-forward'(for Nemacs).
9432
9433         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9434         for elmo-imap4.el.
9435
9436 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9437
9438         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9439         `wl-message-ignored-field-list' instead of
9440         `mime-view-ignored-field-list'.
9441
9442         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9443         Add interactive spec.
9444         (wl-folder-goto-bottom-of-current-folder): Ditto.
9445         (wl-folder-mode-map): Bind them.
9446
9447         * wl-vars.el (wl-message-ignored-field-list): New variable.
9448         (wl-message-visible-field-list): New variable.
9449
9450         * wl-mime.el (wl-mime-header-presentation-method): New function.
9451         (wl-mime-setup): Set header-presentation-method.
9452
9453 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9454
9455         * wl-nemacs.el (wl-draft-overload-functions): Set
9456         `mode-line-buffer-identification' instead of using
9457         `wl-make-modeline'.
9458
9459         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9460         instead of using `wl-make-modeline'.
9461
9462         * wl-xmas.el (wl-plugged-init-icons): Set up
9463         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9464         (wl-make-modeline): Abolish.
9465         (wl-draft-overload-functions): Set
9466         `mode-line-buffer-identification' instead of using
9467         `wl-make-modeline'.
9468
9469         * wl-util.el (wl-make-modeline-subr): Abolish.
9470         (wl-mode-line-buffer-identification): New alias.
9471
9472         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9473         (wl-summary-make-modeline): Abolish.
9474         (wl-summary-buffer-set-folder): Set
9475         `wl-summary-buffer-folder-indicator'.
9476         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9477         of using `wl-make-modeline'.
9478         (wl-summary-switch-to-clone-buffer): Don't set
9479         `mode-line-buffer-identification'.
9480         (wl-summary-goto-folder-subr): Ditto.
9481
9482         * wl-mule.el (wl-draft-overload-functions): Set
9483         `mode-line-buffer-identification' instead of using
9484         `wl-make-modeline'.
9485
9486         * wl-folder.el (wl-folder-mode): Set
9487         `mode-line-buffer-identification' instead of using
9488         `wl-make-modeline'.
9489         (wl-folder): Don't set `mode-line-buffer-identification'.
9490
9491 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9492
9493         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9494         instead of `member' for `wl-refile-guess-func-list' look-ups.
9495         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9496
9497 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9498
9499         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9500         `wl-message-button-dispatcher'.
9501
9502         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9503
9504         * wl-message.el (wl-message-button-dispatcher): Use it.
9505
9506         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9507         "In-Reply-To".
9508
9509         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9510         Bind `case-fold-search' to t.
9511
9512 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9513
9514         * wl-xmas.el (wl-message-overload-functions): Initialize
9515         `wl-message-button-map'.
9516
9517         * wl-mule.el (wl-message-overload-functions): Initialize
9518         `wl-message-button-map'.
9519
9520         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9521
9522         * wl-message.el (wl-message-button-map): New keymap.
9523         (wl-message-add-button): New function.
9524         (wl-message-button-dispatcher): New function.
9525         (wl-message-button-refer-article): New function.
9526
9527         * wl-highlight.el
9528         (wl-highlight-message-add-buttons-to-header): New function.
9529         (wl-highlight-headers): Use it.
9530
9531 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9532
9533         * wl-summary.el (wl-summary-default-from): Use
9534         `wl-address-get-petname-1'.
9535         (wl-summary-simple-from): Ditto.
9536
9537         * wl-address.el (wl-address-get-petname-1): New inline function.
9538         (wl-address-get-petname): Use it.
9539
9540 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9541
9542         * wl-summary.el (wl-summary-default-from): Return full-name part
9543         from the address if no petname was found.
9544         (wl-summary-simple-from): Ditto.
9545
9546         * wl-address.el (wl-address-get-petname): Return nil if no petname
9547         associated with the address was found.
9548
9549 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9550
9551         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9552         display is finished.
9553
9554 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9555
9556         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9557         `elmo-folder-exists-p' argument.
9558
9559 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9560
9561         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9562         the folder.
9563
9564 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9565
9566         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9567
9568         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9569         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9570
9571 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9572
9573         * wl-folder.el (wl-folder-create-subr): New function.
9574         (wl-folder-confirm-existence): Use it.
9575         (wl-folder-check-one-entity): Use it.
9576         Check the error symbol is derived from 'elmo-open-error.
9577
9578         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9579         `ignore-error'.
9580
9581 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9582
9583         * wl-util.el (toplevel): Add (eval-when-compile (require
9584         'elmo-util)).  (Maybe `provide' is typo.)
9585
9586 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9587
9588         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9589         (I don't know why this was needed.)
9590
9591         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9592         Follow up changes for stream-type.
9593
9594         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9595         (wl-draft-elmo-nntp-send): Ditto.
9596
9597         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9598         (wl-nntp-posting-stream-type): Ditto.
9599         (wl-pop-before-smtp-ssl): Abolished.
9600         (wl-nntp-posting-ssl): Ditto.
9601
9602         * wl-address.el (wl-address-quote-specials): New function.
9603         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9604
9605         * wl-draft.el (wl-draft-reply): Ditto.
9606
9607 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9608
9609         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9610         use function `wl-string-match-assoc'.
9611
9612 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9613
9614         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9615
9616         * wl-draft.el (wl-draft-deduce-address-list): New function.
9617         (wl-draft-parse-mailbox-list): Ditto.
9618         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9619         instead of `smtp-deduce-address-list'.
9620         (wl-draft-on-field-p): Follow group list.
9621
9622         * wl-address.el (wl-address-concat-token): New function.
9623         (wl-address-string-without-group-list-contents): Ditto.
9624         (wl-complete-field-body): Fixed problem of completion
9625         by japanese petname.
9626         (wl-address-make-completion-list): Rewrite.
9627
9628 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9629
9630         * wl-address.el (wl-address-make-completion-list): Completion by
9631         petname.
9632         (wl-complete-field-body): Likewise.
9633
9634 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9635
9636         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9637         contains invalid address syntax.
9638
9639 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9640
9641         * wl-folder.el (wl-folder-check-entity-async): Use
9642         `elmo-nntp-spec-hostname'.
9643
9644 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9645
9646         * wl-summary.el (wl-summary-msgdb-load-async): Use
9647         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9648
9649 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9650
9651         * wl-draft.el (wl-draft-reply): Set argument
9652         `content-transfer-encoding' as nil.
9653
9654 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9655
9656         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9657         `wl-refile-alist'.
9658
9659 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9660
9661         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9662         (wl-draft-edit-string): Ditto.
9663         (wl-draft-forward): Ditto.
9664         * wl-summary.el (wl-summary-write): Ditto.
9665
9666 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9667
9668         * wl-summary.el (wl-summary-sync-update3): Call
9669         `wl-summary-buffer-number-column-detect'.
9670         (wl-summary-buffer-number-column-detect): Search from point-min.
9671
9672 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9673
9674         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9675         contains an address which is not included in original to or cc.
9676
9677 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9678
9679         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9680         begin-line does not exist.
9681         * wl-message.el (wl-message-uu-substring): Ditto.
9682
9683 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9684
9685         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9686         clear local variables.
9687         (wl-summary-exit): Call `elmo-commit'.
9688         (wl-summary-switch-to-clone-buffer): Call
9689         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9690         (wl-summary-goto-folder-subr): Ditto.
9691
9692         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9693         POP folder.
9694
9695 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9696
9697         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9698         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9699         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9700         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9701         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9702         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9703
9704         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9705
9706 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9707
9708         * wl-summary.el (wl-summary-search-by-subject):
9709         Search parent message from the latest one.
9710
9711 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9712
9713         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9714         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9715
9716         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9717         New user option.
9718
9719         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9720         if elmo-nntp-use-killed-list is nil.
9721         Use `elmo-msgdb-append-to-killed-list'.
9722         (Append numbers confirmed as disappeared to the killed list.)
9723         (wl-summary-confirm-appends): Don't display negative number.
9724
9725 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9726
9727         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9728
9729 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9730
9731         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9732         range is `all'.
9733         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9734         `elmo-list-bigger-diff'.
9735
9736 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9737
9738         * wl-summary.el (wl-summary-buffer-exit-func):
9739         New buffer local variable.
9740         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9741
9742 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9743
9744         * wl-demo.el (wl-demo): Fix the last change.
9745
9746 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9747
9748         * wl-demo.el (wl-demo): Don't use `eval'.
9749
9750 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9751
9752         * wl-summary.el (wl-summary-buffer-thread-modified):
9753         New buffer-local variable.
9754         (wl-summary-set-thread-modified): New function.
9755         (wl-summary-thread-modified-p): New function.
9756         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9757         (wl-summary-yank-saved-message): Use function
9758         `wl-summary-set-thread-modified'
9759         (wl-summary-switch-to-clone-buffer): Add
9760         `wl-summary-buffer-thread-modified'.
9761
9762         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9763         (wl-summary-buffer-mark-saved-hook): Ditto.
9764         * wl-summary.el (wl-summary-msgdb-save): New hook
9765         `wl-summary-buffer-message-saved-hook' and
9766         `wl-summary-buffer-mark-saved-hook'.
9767
9768 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9769
9770         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9771
9772 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9773
9774         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9775         don't hide scroll bars under FSF Emacsen because it may incur an
9776         undesirable redrawing.
9777
9778 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9779
9780         * wl-draft.el (wl-draft-edit-string): Call
9781         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9782
9783 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9784
9785         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9786
9787 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9788
9789         * wl-summary.el (wl-summary-msgdb-load-async): Call
9790         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9791
9792 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9793
9794         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9795         fringes in demo buffer; center bitmap logo correctly even if old
9796         Mule is used.
9797
9798 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9799
9800         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9801
9802         * wl-refile.el (wl-refile-subject-alist): New variable.
9803         (wl-refile-subject-alist-file-name): Ditto.
9804         (wl-refile-alist-setup): Rewrite.
9805         (wl-refile-alist-save): Use `elmo-object-save'.
9806         Eliminated arguments.
9807         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9808         (wl-refile-guess-by-subject): New function.
9809         (wl-refile-guess-func-list): Added it.
9810
9811 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9812
9813         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9814         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9815
9816 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9817
9818         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9819         New buffer-local variable.
9820         (wl-summary-buffer-next-folder-func): Ditto.
9821         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9822         if non-nil.
9823         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9824         if non-nil.
9825         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9826         if non-nil.
9827         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9828         if non-nil.
9829
9830 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9831
9832         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9833         permanently in the demo buffer.
9834
9835 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9836
9837         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9838         `mime-entity-fetch-field'.
9839
9840         * wl.el (wl-exit): Delete plugged buffer.
9841
9842         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9843         XEmacs has menubar feature.
9844
9845 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9846
9847         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9848         cannot arrive at the beginning of the buffer under old Emacsen.
9849
9850 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9851
9852         * wl-address.el (wl-address-ldap-search):
9853         Call `ldap-search-entries' with `withdn' argument t.
9854         (wl-complete-field-body): Bind completion-ignore-case as t.
9855         Clear ldap search hash when it was sole completion.
9856         Use elmo-string for pattern string.
9857         (wl-ldap-alias-safe-string): Eliminated needless let.
9858
9859 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9860
9861         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9862         (wl-ldap-alias-sep): New constant.
9863         (wl-ldap-search-attribute-type-list): Ditto.
9864         (wl-ldap-get-value): New function.
9865         (wl-ldap-make-filter): Ditto.
9866         (wl-ldap-make-matched-value-list): Ditto.
9867         (wl-ldap-alias-safe-string): Ditto.
9868         (wl-ldap-register-dn-string): Ditto.
9869         (wl-address-ldap-search): Rewrite.
9870
9871 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9872
9873         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9874         thread is deleted.
9875         (wl-thread-delete-line-from-buffer): Ditto.
9876         (wl-thread-get-exist-children): New function.
9877
9878 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9879
9880         * wl-demo.el (wl-demo): Made it to select various image types.
9881         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9882         from `wl-title-logo'.
9883         (wl-logo-ascii): New variable.
9884         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9885         (wl-demo-copyright-notice): New constant.
9886
9887         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9888
9889 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9890
9891         * wl-vars.el (wl-summary-target-above): Renamed from
9892         wl-summary-temp-above.
9893         * wl-score.el (wl-score-get-score-alist): Use it.
9894         (wl-summary-score-update-all-lines): Use it.
9895         * wl-summary.el: Ditto. (make-variable-buffer-local).
9896
9897 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9898
9899         * wl-vars.el (wl-ldap-port): New user option.
9900
9901         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9902         Rewite whole implementation.
9903         (wl-complete-field-body): Fixed.
9904
9905 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9906
9907         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9908         Choose implementation at compile time.
9909
9910 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9911
9912         * wl-address.el (wl-ldap-search-internal): New function.
9913         (wl-complete-field-to): Use it.
9914
9915 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9916
9917         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9918         Use `let' instead of `let*'.
9919         Require 'wl-vars.
9920
9921         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9922         Define as defcustom.
9923         (wl-ldap-base): Ditto.
9924         (wl-use-ldap): Ditto.
9925
9926 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9927
9928         * wl-address.el (wl-ldap-search): New function.
9929         (wl-complete-field-body): Use `wl-ldap-search'.
9930         (wl-ldap-server): New variable.
9931         (wl-ldap-base): Ditto.
9932         (wl-use-ldap): Ditto.
9933
9934 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9935
9936         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9937         (Pointed out by Mito <mit@nines.nec.co.jp>).
9938         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9939         buffer-local variables like `wl-summary-redisplay-internal'.
9940         (wl-summary-redisplay-all-header): Likewise.  Update
9941         Summary view too.
9942
9943 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9944
9945         * wl-summary.el (wl-summary-jump-to-parent-message):
9946         Consider prefix argument.
9947
9948         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9949         when closed thread is deleted.
9950
9951 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9952
9953         * wl-summary.el (wl-summary-jump-to-parent-message):
9954         Consider thread modification.
9955
9956 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9957
9958         * wl-message.el (wl-message-normal-get-original-buffer): Use
9959         `save-excursion'.
9960
9961         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9962         (wl-summary-showto-folder-regexp): Ditto.
9963
9964 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9965
9966         * wl-util.el (wl-delete-alist): Doc fix.
9967         (wl-delete-associations): New function.
9968         (wl-inverse-alist): New function.
9969         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9970         Split temporary variables. Use `wl-delete-associations'
9971         and `wl-inverse-alist'.
9972         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9973
9974 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9975
9976         * wl-folder.el (wl-folder-prefetch-entity):
9977         Execute prefetching if new count is unknown.
9978
9979 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9980
9981         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9982
9983         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9984         delete entity.
9985         (wl-thread-set-parent): If insert as top, set linked as nil.
9986
9987         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9988         `wl-thread-cleanup-symbols' when view mode is thread.
9989
9990 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9991
9992         * wl-folder.el (wl-folder-create-folder-entity): Use
9993         with-current-buffer.
9994         (wl-local-folder-init): Call set-buffer to make sure we are in
9995         the Folder buffer. Don't touch buffer-local variables here.
9996         (wl-folder-mode): Initialize buffer-local variables here.
9997
9998         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9999         (wl-folder-entity-assign-id): Ditto.
10000         (wl-folder-create-entity-hashtb): Ditto.
10001         (wl-local-folder-init): Ditto.
10002         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10003
10004 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10005
10006         * wl-summary.el (wl-summary-default-from): Fix probrem when
10007         std11-extract-address-components return (nil "foo@bar").
10008
10009 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10010
10011         * wl-draft.el (wl-draft-clone-local-variables):
10012         Remove redundant `setq'.
10013
10014 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10015
10016         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10017         Bind wl-highlight-x-face-func as nil while highlighting header.
10018
10019 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10020
10021         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10022
10023 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10024
10025         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10026         elmo-msgdb-overview-hashtb from copy-variables.
10027         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10028         instead of `elmo-msgdb-overview-get-entity-by-number'.
10029         (wl-summary-auto-refile): Ditto.
10030
10031         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10032         `elmo-msgdb-overview-get-entity' instead of
10033         `elmo-msgdb-search-overview-entity'.  Use
10034         `elmo-msgdb-overview-get-entity' instead of
10035         `elmo-msgdb-overview-get-entity-by-number'.
10036         (wl-thread-insert-entity-sub): Ditto.
10037         (wl-thread-insert-message): Ditto.
10038
10039         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10040         `elmo-msgdb-overview-get-entity'.
10041         (wl-normal-message-redisplay): Ditto.
10042
10043 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10044
10045         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10046         `wl-thread-entities'.
10047         (wl-thread-delete-message): Fix remove top message from
10048         `wl-thread-entity-list'.
10049
10050         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10051         wl-append(nconc), because update-list is broken on Meadow.
10052
10053         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10054         updating process.
10055         (wl-summary-rescan): Ditto.
10056         (wl-summary-sync-update3): Ditto.
10057         * wl-thread.el (wl-thread-set-parent): Renamed from
10058         `wl-summary-set-parent'.
10059         (wl-thread-insert-message): Updating buffer faster.
10060         (wl-thread-delete-message): Updating buffer faster.
10061
10062         * wl-score.el (wl-summary-score-update-all-lines): Changed
10063         interval for display progress gauge.
10064
10065 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10066
10067         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10068         folder always-sticky.
10069         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10070         defmacro.
10071
10072 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10073
10074         * wl-vars.el (wl-draft-add-references): New user option.
10075
10076         * wl-draft.el (wl-draft-add-references): New function.
10077         (wl-draft-yank-from-mail-reply-buffer): Use it.
10078         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10079         as nil.
10080
10081 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10082
10083         * wl-thread.el (wl-thread-update-line-msgs): Called
10084         `wl-thread-update-line-on-buffer-sub'.
10085         (wl-thread-update-line-on-buffer): Delete routine of inserting
10086         thread.
10087         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10088         moved from `wl-thread-update-line-on-buffer'.
10089         Add threshold for displaying progress gauge.
10090         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10091         argument of `wl-thread-update-line-msgs'.
10092         Add threshold for displaying progress gauge.
10093         * wl-folder.el:
10094         Add threshold for displaying progress gauge.
10095         * wl-score.el: Ditto.
10096
10097         * wl-expire.el (wl-summary-expire): Display deleting info.
10098
10099 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10100
10101         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10102         `no-msg'.
10103         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10104         argument of `wl-thread-update-line-msgs'.
10105         (wl-summary-set-parent): Added optional argument `parent-number'.
10106         (wl-summary-buffer-saved-message): New buffer local variable.
10107         (wl-summary-save-current-message): New command.
10108         (wl-summary-yank-saved-message): Ditto.
10109         (wl-summary-mode-map): Added key binding for
10110         `wl-summary-save-current-message' (\ew) and
10111         `wl-summary-yank-saved-message' (\C-y).
10112         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10113
10114 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10115
10116         * wl-summary.el (wl-summary-mode-map): Added key binding for
10117         `wl-summary-set-parent' (ts).
10118
10119 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10120
10121         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10122         subject faster. If thread number is reverse, delayed updating
10123         thread.
10124         (wl-summary-search-by-subject): Ditto.
10125         (wl-summary-put-alike): Ditto.
10126         (wl-summary-get-alike): Ditto.
10127         (wl-summary-insert-headers): Insert header of all overview in
10128         buffer.
10129         (wl-summary-rescan): Delayed updating thread. Kill search subject
10130         buffer for wl-summary-search-by-subject.
10131         (wl-summary-sync-update3): Ditto.
10132         (wl-summary-exit): Ditto.
10133         (wl-summary-goto-bottom-of-current-thread): Change for linked
10134         thread.
10135         (wl-summary-overview-create-summary-line): Change line for linked
10136         thread.
10137
10138         * wl-summary.el (wl-summary-update-thread): Use
10139         wl-thread-maybe-get-children-num.
10140         (wl-summary-set-parent): If change parent, move sub thread.
10141         (wl-summary-redisplay-internal): Add horizontal recenter.
10142         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10143
10144         * wl-thread.el (wl-thread-entity-get-linked): New function.
10145         (wl-thread-entity-set-linked): New function.
10146         (wl-thread-create-entity): Add linked element.
10147         (wl-thread-entity-insert-as-top): Use wl-append.
10148         (wl-thread-maybe-get-children-num): If closing thread, return
10149         children msgs.
10150         (wl-thread-update-line-msgs): Displaying progress message.
10151         (wl-thread-update-line-on-buffer-sub): Use
10152         wl-thread-maybe-get-children-num.
10153         (wl-thread-update-line-on-buffer): If update line is not exists,
10154         insert thread.
10155         (wl-thread-delete-message): If delete top msg of thread, search
10156         parent by subject.
10157         (wl-thread-insert-entity): Use
10158         wl-thread-maybe-get-children-num.
10159
10160         * wl-highlight.el (wl-highlight-summary-current-line): change
10161         sregexp for linked thread.
10162         * wl-util.el (wl-count-lines): Count lines.
10163         (wl-horizontal-recenter): horizontal recenter.
10164         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10165         (wl-score-get-alike): Ditto.
10166         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10167         (wl-subject-length-limit): New variable.
10168         (wl-highlight-thread-indent-string-regexp): Changed for linked
10169         thread.
10170
10171 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10172
10173         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10174         New variable (revival).
10175         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10176         by subject matching if there's no in-reply-to nor references field
10177         (revival).
10178
10179 \f
10180 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10181
10182         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10183         message.
10184
10185 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10186
10187         * wl-summary.el (wl-summary-reply): Return t if there was a
10188         message at cursor point.
10189         Added unwind-protect.
10190         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10191         returns t.
10192         (wl-summary-cancel-message): Do nothing when there's no message at
10193         cursor point.
10194         (wl-summary-forward): Ditto.
10195         (wl-summary-jump-to-parent-message): Ditto.
10196         (wl-summary-reedit): Ditto.
10197         (wl-summary-edit-addresses): Ditto.
10198         (wl-summary-pipe-message): Ditto.
10199         (wl-summary-print-message-with-ps-print): Ditto.
10200         (wl-summary-print-message): Ditto.
10201         (wl-summary-mark-as-important): Ditto.
10202         (wl-summary-mark-as-unread): Ditto.
10203
10204         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10205         message at cursor point.
10206         (wl-summary-reply-with-citation): Remove unwind-protect.
10207
10208         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10209         subject searching feature.
10210         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10211         Eliminated.
10212
10213 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10214
10215         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10216         New variable.
10217         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10218         by subject matching if there's no in-reply-to nor references field.
10219
10220         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10221
10222         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10223         when display is finished.
10224         (wl-folder-open-all): Ditto.
10225         (wl-folder-update-access-group): Ditto.
10226         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10227         * wl-thread.el (wl-thread-close-all): Ditto.
10228
10229         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10230         progress gauge only when it was displayed.
10231         * wl-folder.el (wl-folder-insert-entity): Ditto.
10232
10233 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10234
10235         * wl-summary.el (wl-summary-incorporate): Enclose
10236         `wl-summary-sync-force-update' with save-excursion.
10237
10238 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10239
10240         * wl-summary.el (wl-summary-prefetch-region):
10241         Pass current cursor point to `pos-visible-in-window-p' after
10242         moving cursor to the started point.
10243
10244 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10245
10246         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10247
10248         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10249         fields from the forwarding message.
10250         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10251         `ignored-fields'.
10252
10253 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10254
10255         * wl-mime.el (wl-message-request-partial):
10256         Eliminated argument `msgdb'.
10257         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10258         (wl-mime-combine-message/partial-pieces): Likewise.
10259         * tm-wl.el (wl-message-request-partial): Likewise.
10260         (wl-mime-combine-message/partial-pieces): Likewise.
10261
10262 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10263
10264         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10265         when display is finished.
10266
10267 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10268
10269         * wl-summary.el (wl-summary-goto-folder-subr):
10270         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10271
10272 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10273
10274         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10275         when cursor point is visible.
10276
10277 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10278
10279         * wl-expire.el (wl-expire-archive-get-max-number):
10280         Don't use `file-name-directory'.
10281
10282 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10283
10284         * wl-expire.el (wl-expire-archive-get-max-number):
10285         Use `file-name-directory'.
10286
10287 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10288
10289         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10290         only when there is progress.
10291
10292 2000-04-13  Mito <mit@nines.nec.co.jp>
10293
10294         * wl-summary.el (wl-summary-sync-marks): Display progress.
10295
10296 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10297
10298         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10299         (wl-summary-prev): Move cursor regardless of unread status.
10300         (wl-summary-next): Ditto.
10301
10302 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10303
10304         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10305         Added argument `target' and `number'.
10306         * tm-wl.el (wl-summary-burst-subr): New function.
10307         (wl-summary-burst): Use it.
10308
10309 2000-04-10  Mito <mit@nines.nec.co.jp>
10310
10311         * wl-mime.el (wl-burst): New function.
10312         (wl-summary-burst): Use it.
10313
10314 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10315
10316         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10317         as petname when there's no candidate.
10318
10319 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10320
10321         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10322         New variable.
10323         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10324
10325         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10326
10327         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10328
10329 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10330
10331         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10332         Use substring of `original' instead of buffer-substring.
10333         (wl-refile-evaluate-rule):
10334         Set `original' argument of wl-refile-expand-newtext.
10335
10336         * wl-summary.el
10337         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10338         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10339         (wl-summary-auto-refile): Check existence of destination folder just
10340         before marking.
10341
10342 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10343
10344         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10345         when wl-refile-get-field-value return nil.
10346
10347 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10348
10349         * wl-refile.el
10350         (wl-refile-expand-newtext): New function imported from Gnus.
10351         (wl-refile-evaluate-rule): Use it.
10352
10353 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10354
10355         * wl-summary.el (wl-summary-print-destination):
10356         Duplicate folder string to avoid putting text-property on
10357         original string.
10358
10359         * wl-refile.el (wl-refile-get-field-value): New function.
10360         (wl-refile-evaluate-rule): New function;
10361         Evaluate refile rule recursively.
10362         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10363         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10364         New function; Check existence of a target folder recursively.
10365         (wl-summary-auto-refile-check-refile-rule-alist):
10366         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10367
10368 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10369
10370         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10371
10372         * wl-folder.el (wl-create-folder-entity-from-buffer):
10373         Fixed problem when '}' character is contained in folder name.
10374
10375         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10376
10377 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10378
10379         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10380         (wl-fldmgr-add-completion-all-completions):
10381         Use wl-fldmgr-add-completion-hashtb.
10382
10383 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10384
10385         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10386         wl-fldmgr-add-completion-subr): New functions.
10387         * wl-folder.el (wl-folder-completion-func): New variable.
10388         * wl-summary.el (wl-summary-read-folder):
10389         Use wl-folder-completion-func.
10390
10391         * wl-refile.el: Eliminate throw & catch.
10392
10393         * wl.el (wl-plugged-sending-queue-status): Fixed.
10394
10395 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10396
10397         * wl-draft.el (wl-draft): Put category property on
10398         mail-header-separator.