* wl-summary.el (wl-summary-print-message-with-ps-print): Call
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
4         `elmo-message-entity-field' with 2nd argument `type'.
5
6 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
7
8         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
9
10 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
11
12         * wl-thread.el (wl-thread-delete-message): Delete descendant
13         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
14
15 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
16
17         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
18
19 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
20
21         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
22         `Access folder'.
23
24 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
25
26         * wl-vars.el (wl-access-folder-icon): New user option.
27
28         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
29         `Access folder'.
30
31 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
32
33         * wl-summary.el (wl-summary-buffer-set-folder): Use
34         `wl-folder-mime-charset'.
35
36         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
37         `mime-charset'.
38         (wl-folder-get-elmo-folder): Ditto.
39         (wl-folder-mime-charset): New function.
40
41 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
42
43         * wl-util.el (wl-parse-addresses): Define alias of
44         `elmo-parse-addresses' (move to `elmo-util.el').
45
46         * wl-summary.el (wl-summary-default-from): Follow the API change.
47         (wl-summary-overview-entity-compare-by-date): Ditto.
48         (wl-summary-overview-entity-compare-by-from): Ditto.
49         (wl-summary-get-list-info): Get value of `ml-info' field from
50         entity at first.
51         (wl-summary-rescan-message): Treat prefix argument.
52         (wl-summary-prefetch-msg): Follow the API change.
53         (wl-summary-search-by-subject): Ditto.
54         (wl-summary-insert-thread): Ditto.
55         (wl-summary-line-subject): Ditto.
56         (wl-summary-line-from): Ditto.
57         (wl-summary-create-line): Ditto.
58         (wl-summary-print-message-with-ps-print): Ditto.
59
60         * wl-score.el (wl-score-ov-entity-get): Ditto.
61         (wl-score-followup): Ditto.
62         (wl-score-add-followups): Use `elmo-message-entity-field' instead
63         of `car'.
64         (wl-score-get-latest-msgs): Follow the API change.
65         (wl-score-get-header): Ditto.
66
67         * wl-refile.el (wl-refile-learn): Ditto.
68         (wl-refile-subject-learn): Ditto.
69         (wl-refile-get-field-value): Ditto.
70         (wl-refile-guess-by-history): Ditto.
71         (wl-refile-guess-by-subject): Ditto.
72
73         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
74
75         * wl-expire.el (wl-expire-date-p): Removed.
76         (wl-expire-archive-date): Follow the API change.
77         (wl-expire-localdir-date): Ditto.
78         (wl-summary-expire): Ditto.
79
80         * Version number is increased to 2.15.1.
81
82 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
83
84         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
85         group is access or not (it is not strict, like wl-fldmgr-rename).
86
87 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
88
89         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
90         duplicate call of `wl-summary-print-argument' on the wrong line.
91
92 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
93
94         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
95         even if argument `number' is nil.
96         (wl-summary-insert-line): Print action argument if current message
97         has it.
98
99 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
100
101         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
102         (wl-draft-reply): Ditto.
103         (wl-draft): Add optional argument `parent-number' and call
104         `wl-draft-create-buffer' with it.
105         (wl-draft-create-buffer): Add optional argument
106         `parent-number'. Set wl-draft-parent-number as it.
107
108 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
109
110         * wl-folder.el (wl-folder-set-persistent-mark): If summary
111         buffer is not for given folder, don't use it.
112
113 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
114
115         * Version number is increased to 2.15.0.
116
117 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
118
119         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
120
121         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
122         (wl-highlight-get-face-by-name): New internal function.
123         (wl-highlight-summary-line-face-spec): Use it and fixed.
124
125 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
126
127         * wl-summary.el (wl-summary-sync-update): Use
128         `elmo-message-entity-field' instead of `car' to get message-id
129         from overview entity.
130
131         * wl-summary.el (wl-summary-rescan-message): Call
132         `wl-highlight-summary-displaying' when displaying a message.
133
134 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
135
136         * wl-draft.el (wl-draft-config-info-filename): Extracted from
137         `wl-draft-config-info-operation'.
138         (wl-draft-buffer-change-number): New function.
139         (wl-draft-rename-saved-config): Ditto.
140         * wl.el (wl-init): Connect slot for message-number-changed.
141         (toplevel): Add autoload for wl-draft-rename-saved-config.
142
143 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
144
145         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
146         `update-overview'
147         (wl-summary-buffer-detach): Disconnect from it.
148         (wl-summary-rescan-message): Use command.
149
150         * wl-message.el (wl-message-buffer-display): Use
151         `with-current-buffer' instead of `save-excursion'.
152
153 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl-mime.el (wl-draft-preview-attributes-list): Protect
156         wl-draft-preview-attributes-list from distraction.
157
158 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
159
160         * wl-summary.el (wl-summary-sync-update): Sort the return value of
161         `elmo-list-diff'.
162
163 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
164
165         * wl-summary.el
166         (wl-summary-edit-addresses-collect-candidate-fields): Use
167         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
168
169         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
170         instead of `elmo-set-work-buf'.
171
172         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
173         (wl-address-make-address-list): Ditto.
174
175         * Version number is increased to 2.13.3.
176
177 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
178
179         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
180         user option.
181
182         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
183         argument `5'.
184
185         * wl-message.el (wl-message-display-no-merge-p): New function.
186         (wl-message-buffer-display): Check whether the message is
187         reassembled and follow the API change.
188
189 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
192         multibyte on working buffer and removed unnecessary
193         `buffer-disable-undo'.
194
195 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
196
197         * wl-util.el (wl-read-search-condition-internal): Fixed the last
198         change.
199
200 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
201
202         * wl-util.el (wl-read-search-condition-internal): Protect
203         elmo-global-flags from distraction.
204
205 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
208
209         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
210         (wl-summary-event-handler): Ditto.
211         (wl-summary-update-persistent-mark-on-event): New
212         function (renamed from `elmo-event-handler-flag-changed').
213         (wl-summary-buffer-attach): New function.
214         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
215         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
216         instead of `elmo-folder-add-handler'.
217
218         * Version number is increased to 2.13.2.
219
220 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
221
222         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
223         and "\177" to the `wl-news-previous-page'.
224         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
225         (wl-news-previous-page): New function.
226
227 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
228
229         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
230         instead of `write-region' and simplify.
231
232 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
233
234         * wl-template.el (wl-template-select): Cause error if
235         `wl-template-alist' is nil.
236
237 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
238
239         * wl-news.el.in: Set file variable `no-byte-compile'.
240
241 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
242
243         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
244         whether a target message is within displaying area.
245         (elmo-event-handler-cache-changed): Ditto.
246
247 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
248
249         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
250         to `defun'.  Use `nconc' instead of `append' to collect descendant
251         message numbers.
252
253 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
254
255         * wl-thread.el (wl-thread-save-top-list)
256         (wl-thread-save-entities): Use `with-temp-buffer'.
257         * wl-news.el.in (wl-news-previous-version-load):
258         (wl-news-previous-version-save): Ditto.
259         * wl-summary.el (wl-summary-load-file-object)
260         (wl-summary-save-view-cache): Ditto.
261
262 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
263
264         * wl-util.el (toplevel): Require 'elmo-flag'.
265         (wl-read-search-condition): New function (Renamed from
266         `elmo-read-search-condition').
267         (wl-read-search-condition-internal): Likewise.
268
269         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
270         invalid.
271         (wl-summary-pick): Use `wl-read-search-condition' instead of
272         `elmo-read-search-condition'.
273         (wl-summary-virtual): Ditto.
274
275         * wl-folder.el (wl-folder-virtual): Ditto.
276         (wl-folder-pick): Ditto.
277
278         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
279
280 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * wl-summary.el (wl-summary-reedit): Call
283         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
284
285 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * wl-mime.el (toplevel): Require wl-vars.
288
289         * wl-message.el (toplevel): Require cl at compile.
290
291         * wl-draft.el (toplevel): Require elmo.
292
293 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
294
295         * wl-message.el (wl-message-buffer-prefetch): Count is a number
296         and do nothing when it is not positive.
297         (wl-message-buffer-prefetch-next): Ditto.
298
299 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
300
301         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
302         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
303         (wl-summary-redisplay-internal): Ditto.
304
305         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
306         message (the condition is borrowed from `wl-check-variables-2').
307         (wl-summary-redisplay-internal): Ditto.
308
309 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-mime.el (wl-draft-nntp-attribute): New function.
312         (wl-draft-attribute-nntp-posting-server): Use it.
313         (wl-draft-attribute-nntp-posting-port): Ditto.
314
315         * wl-mime.el (wl-draft-preview-attributes-list): New function.
316         (wl-draft-show-attributes-buffer): Ditto.
317         (wl-draft-hide-attributes-buffer): Ditto.
318         (wl-draft-attribute-newsgroups): Ditto.
319         (wl-draft-attribute-nntp-posting-server): Ditto.
320         (wl-draft-attribute-nntp-posting-port): Ditto.
321         (wl-draft-preview-message): Use there functions.
322
323         * wl-vars.el (wl-draft-preview-attributes-list): Change default
324         value.
325
326 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
327
328         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
329         (wl-draft-reedit): Ditto.
330         (wl-draft-queue-flush): Ditto.
331
332         * wl-mime.el (wl-message-request-partial): Ditto.
333         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
334         instead of `elmo-message-fetch'.
335
336         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
337
338         * wl-summary.el (wl-summary-message-string): Ditto.
339
340 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * wl-util.el (wl-current-message-buffer): Follow the API change.
343
344         * wl-summary.el (wl-summary-redisplay-internal): Call
345         `wl-summary-mark-as-read' with 2nd argument as nil and update
346         unread count instead of persistent mark.
347
348         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
349         variable.
350         (wl-message-redisplay): Follow the API change.
351         (wl-message-buffer-display): Managed mime-entity directly and
352         return preview buffer only.
353         (wl-message-display-internal): Rewrite.
354         (wl-message-buffer-prefetch-subr): Not save return value of
355         `wl-message-buffer-display'.
356
357         * Version number is increased to 2.13.1.
358
359 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
362         'elmo-multiple-fields-body-list' with boundary specified.
363
364 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
365
366         * wl-vars.el (wl-summary-resend-use-cache): New variable.
367         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
368         cache if `wl-summary-resend-use-cache' is non-nil.
369
370 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
371
372         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
373         (wl-nntp-posting-stream-type): Ditto.
374
375 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
376
377         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
378
379 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
380
381         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
382         message.
383
384 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
387         Abolish.
388         (wl-summary-buffer-persistent-mark-version): New internal
389         variable.
390         (wl-summary-update-mark-and-highlight-window): Check by
391         wl-summary-persistent-mark-invalid-p.
392         (wl-summary-update-status-marks): Ditto.
393         (elmo-event-handler-flag-changed): Rewrite.
394         (elmo-event-handler-cache-changed): Define.
395         (wl-summary-prefetch-msg): Does not update persistent mark here.
396         (wl-summary-delete-cache): Ditto.
397         (wl-summary-resume-cache-status): Ditto.
398         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
399         (wl-summary-persistent-mark-invalid-p): New function.
400         (wl-summary-validate-persistent-mark): Ditto.
401         (wl-summary-validate-persistent-mark-string): Ditto.
402         (wl-summary-invalidate-persistent-mark): Ditto.
403         (wl-summary-update-persistent-mark): Call
404         `wl-summary-validate-persistent-mark'.
405         (wl-summary-create-line): Call
406         `wl-summary-validate-persistent-mark-string'.
407
408         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
409         status as t if cache used.
410
411 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
412
413         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
414         only if the target is group.
415         * wl-folder.el (wl-folder-append-petname): Don't check group name.
416
417 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
418
419         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
420
421 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
422
423         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
424
425         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
426
427 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
428
429         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
430         (Thanks to Yoichi NAKAYAMA).
431
432 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
433
434         * wl-util.el (wl-save-drafts): Restore echo area.
435
436 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
437
438         * Version number is increased to 2.13.0.
439
440         * wl-util.el (wl-biff-check-folder-async): Use
441         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
442
443 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
444
445         * wl-message.el (wl-message-display-internal): Does not put
446         wl-message-display-type property on message buffer.
447         (wl-message-buffer-display-type): New function.
448
449         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
450
451         * wl-summary.el (wl-summary-mode): Use `dolist' to add
452         `wl-summary-buffer-detach'.
453         (wl-summary-message-display-type): Use
454         `wl-summary-buffer-display-type'.
455
456 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
457
458         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
459         buffer-local.
460
461         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
462         kill-buffer-hook instead of make-local-variable.
463         (wl-draft-preview-message): Set `local' argument of add-hook as t.
464
465 2004-12-12  Scott Renfro <scott@renfro.org>
466
467         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
468         regex for square-branket.
469
470 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
471
472         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
473         `wl-message-mime-analysis-p' with argument `header'.
474
475 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
476
477         * wl-mime.el (wl-draft-yank-current-message-entity): 
478         Switch to no-mime following method according to wl-message-display-type
479         property.
480         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
481
482         * wl-message.el (wl-message-display-internal): 
483         Put wl-message-display-type property on message buffer.
484
485         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
486         (wl-message-display-internal): Ditto;
487
488         * wl-summary.el (wl-summary-toggle-mime): Ditto.
489
490 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * wl-message.el (wl-message-make-display-type): New function.
493         (wl-message-display-type-property): Ditto.
494         (wl-message-mime-analysys-p): Ditto.
495         (wl-message-display-all-header-p): Ditto.
496         (wl-message-redisplay): Removed argument `as-is', `all-header' and
497         added `display-type'.
498         (wl-message-buffer-display): Likewise.
499         (wl-message-display-internal): Likewise.
500         (wl-message-buffer-display-type): Abolish.
501         (wl-message-buffer-prefetch-subr): Follow the API changed.
502
503         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
504         from wl-summary-buffer-display-all-header and changed default value.
505         (wl-summary-message-display-type): New function.
506         (wl-summary-buffer-display-mime-mode): Ditto.
507         (wl-summary-buffer-display-header-mode): Ditto.
508         (wl-summary-toggle-mime): Rewrite with above functions.
509         (wl-summary-toggle-all-header): Ditto.
510         (wl-summary-redisplay): Force redisplay with default mode.
511         (wl-summary-redisplay-internal): Renamed argument from `mode',
512         `all-header' to `mime-mode', `header-mode'.
513         Use `wl-message-make-display-type'.
514
515         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
516         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
517
518 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
519
520         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
521
522 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
523
524         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
525         in original message buffer.
526         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
527         buffer.
528
529 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
530
531         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
532
533 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
534
535         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
536
537 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
538
539         * wl-action.el (wl-summary-exec-action-refile): Display a done message
540         when actions succeeded.
541         (wl-summary-exec-action-copy): Likewise.
542
543 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
544
545         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
546         there is switch-to-buffer at the end of wl-message-select-buffer.
547         (wl-summary-reply): Ditto.
548
549 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
550
551         * wl-summary.el (wl-summary-forward): Put subject in original
552         message buffer as argument of wl-draft-forward.
553         * wl-draft.el (wl-draft-forward): Decode subject as in
554         wl-draft-reply.
555
556 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
557
558         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
559         a folder under access group.
560
561 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
564         wl-message-buffer-display.
565
566         * wl-util.el (wl-set-save-drafts): Fix typo.
567
568 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
571         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
572         wl-highlight-logo-face to set the bg color of an xbm image; fixed
573         the way to measure the width of a bitmap image; don't put face on
574         ascii and bitmap images; put the mark which should not use the
575         variable-pitch face on ascii and bitmap images.
576         (wl-demo-setup-properties): Don't use the variable-pitch face on
577         ascii and bitmap images; made it work on Emacs 20 and earlier.
578         (wl-demo-insert-text): End with a newline at the bottom; don't put
579         face on text.
580
581         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
582
583 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
584
585         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
586
587         * wl-util.el (wl-save-drafts): Moved from sample setting.
588         (wl-set-save-drafts): New function to set idle timer.
589         * wl-draft.el (wl-draft): Call it.
590         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
591
592 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
593
594         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
595         a summary which has toggle display status off.
596
597 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
598
599         * wl-draft.el (wl-draft-do-fcc): No cache save.
600
601 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * wl-summary.el (elmo-event-handler-flag-changed): Use
604         `set-buffer' instead of `with-current-buffer'.
605
606 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-summary.el (wl-summary-after-resize-function): New function.
609         (wl-summary-mode): Add `wl-summary-after-resize-function' to
610         window-size-change-functions.
611
612 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-draft.el (wl-draft-create-buffer): Bind
615         `change-major-mode-hook' after current buffer is changed.
616
617         * wl-summary.el (wl-summary-buffer-detach): New function.
618         (wl-summary-buffer-set-folder): Call it.
619         (wl-summary-mode): Add `wl-summary-buffer-detach' to
620         change-major-mode-hook and kill-buffer-hook.
621         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
622         (wl-summary-switch-to-clone-buffer): Ditto.
623         (wl-summary-goto-folder-subr): Ditto.
624
625 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
626
627         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
628         after boundp check.
629
630 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
633         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
634         for `kill-buffer'.
635
636         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
637         handler of current buffer from elmo-folder.
638
639 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
640
641         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
642
643 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
644
645         * wl-summary.el (wl-summary-buffer-event-handler): New internal
646         variable.
647         (wl-summary-event-handler): New class.
648         (elmo-event-handler-flag-changed): Define to update persistent
649         mark.
650         (wl-summary-buffer-set-folder): Register event handler to
651         elmo-folder.
652         (wl-summary-exit): Unregister event handler.
653         (wl-summary-goto-folder-subr): Ditto.
654         (wl-summary-mark-as-read-all): Does not call
655         `wl-summary-update-persistent-mark' directly.
656         (wl-summary-mark-as-read-internal): Ditto.
657         (wl-summary-set-persistent-mark-internal): Ditto.
658         (wl-summary-set-flags-internal): Ditto.
659
660         * Version number is increased to 2.11.33.
661
662 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
663
664         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
665         to nil.
666
667 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
668
669         * wl-spam.el (wl-spam-setup): Add hook
670         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
671         instead of `wl-summary-prepare-hook'.
672
673         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
674         if folder type is `'flag'.
675         (wl-summary-mark-as-important): Ditto.
676
677 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-address.el (wl-address-minibuffer-history): New variable.
680         (wl-address-minibuffer-local-map): New keymap.
681         (wl-address-read-from-minibuffer): New function.
682
683         * wl-action.el (wl-summary-get-resend-address): Use
684         `wl-address-read-from-minibuffer' instead of `completing-read'.
685
686 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * Version number is increased to 2.11.32.
689
690 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
691
692         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
693         without mule to iso-8859-1.
694         (wl-draft-add-in-reply-to): Add note in description.
695         (wl-draft-add-references): Ditto.
696
697 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
698
699         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
700         definition for `m'.
701         (wl-summary-mode-line-format): Add '[%m]'.
702         (wl-message-mode-line-format-spec-alist): Ditto.
703         (wl-summary-display-mime-mode-list): New variable.
704
705         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
706         from wl-summary-buffer-display-as-is.
707         (wl-summary-buffer-display-all-header): New buffer local variable.
708         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
709         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
710         instead of wl-summary-buffer-display-as-is.
711         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
712         (wl-summary-set-persistent-mark): Ditto.
713         (wl-summary-set-message-buffer-or-redisplay): Just call
714         `wl-summary-redisplay-internal' without optional arguments.
715         (wl-summary-toggle-mime): Rewrite.
716         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
717         (wl-summary-toggle-all-header): New function.
718         (wl-summary-redisplay-internal): Treat mime mode.
719
720         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
721         to wl-mime-preview-follow-no-mime.
722         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
723         accodring to the display-mode.
724
725         * wl-message.el (wl-message-buffer-display-type): Rewrite.
726         (wl-message-buffer-display): Changed argument name from `as-is' to
727         `mode'.
728         (wl-message-display-internal): Ditto;
729         Bind elmo-mime-display-header-analysis according to the mode.
730         (wl-message-display-internal): Put wl-message-display-mime-mode
731         property on entire buffer.
732
733 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
734
735         * wl-draft.el (wl-draft-do-fcc): Undo last change.
736
737 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
738
739         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
740         Don't extract mail address.
741         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
742
743         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
744
745         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
746
747 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
750         wl-fldmgr-cut-entity-list on confirmation.
751
752 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
753
754         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
755         (wl-mime-quit-preview): Check existence of
756         mime-edit-temp-message-buffer here.
757
758 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
759
760         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
761         after deletion.
762
763         * wl-draft.el (wl-draft-send-confirm): Check major-mode
764         before calling wl-mime-quit-preview.
765
766 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-summary.el (wl-summary-pick): If call it with prefix
769         argument, set `delete-marks' as non-nil. Pick from only visible
770         messages.
771         (wl-summary-check-target-mark): New function.
772         (wl-summary-target-mark-mark-as-read): Use it.
773         (wl-summary-target-mark-mark-as-unread): Ditto.
774         (wl-summary-target-mark-operation): Ditto.
775         (wl-summary-target-mark-set-flags): Ditto.
776         (wl-summary-target-mark-save): Ditto.
777         (wl-summary-target-mark-pick): Ditto.
778         (wl-summary-target-mark-forward): Ditto.
779         (wl-summary-target-mark-reply-with-citation): Ditto.
780         (wl-summary-target-mark-print): Ditto.
781         (wl-summary-target-mark-uudecode): Ditto.
782
783         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
784         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
785         with `ask-coding' is non-nil.
786
787 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
788
789         * wl-thread.el (wl-thread-set-parent): If parent is a message
790         which is identified by references, set linked as nil.
791
792 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
793
794         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
795         (wl-message-mode-line-format-spec-alist): Ditto.
796         (wl-message-mode-line-format): Ditto.
797         (wl-summary-mode-line-format): Ditto for docstring.
798         (wl-summary-no-mime-folder-list): Fix typo.
799
800         * wl-util.el (wl-current-message-buffer): Call
801         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
802
803         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
804         variable.
805         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
806         of `wl-summary-redisplay-no-mime'.
807         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
808         (wl-summary-toggle-mime): New function.
809         (wl-summary-redisplay-all-header): Rewrite.
810         (wl-summary-redisplay-no-mime): Ditto.
811         (wl-summary-redisplay-internal): Added argument `as-is' and
812         `all-header'.
813
814         * wl-refile.el (wl-refile-default-from-folder-path-separator):
815         New variable.
816         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
817         bottom.
818         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
819         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
820         "/" unconditionally.
821
822         * wl-mime.el (wl-draft-yank-current-message-entity): Use
823         wl-mime-preview-follow-no-mime for as-is content.
824         (wl-mime-preview-follow-no-mime): New function.
825         (wl-mime-preview-follow-current-region): Fixed parenthesis.
826
827         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
828         and added `as-is', `all-header'.
829         (wl-message-buffer-display): Ditto.
830         (wl-message-buffer-display-type): New function.
831
832 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
833
834         * wl-vars.el (wl-message-header-button-alist): Change default
835         value.
836         (wl-message-body-button-alist): Ditto.
837
838 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
841
842 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
843
844         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
845
846 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
847
848         * wl-summary.el (wl-summary-sync-marks): Remove condition which
849         is always true.
850
851 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
852
853         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
854         on null entity.
855
856 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
857
858         * wl-vars.el (wl-draft-reply-default-position): Fix range.
859
860 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
861
862         * wl-vars.el (wl-summary-resend-hook): New hook.
863
864         * wl-action.el (wl-summary-exec-action-resend-subr): Run
865         `wl-summary-resend-hook'.
866
867 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
868
869         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
870         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
871         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
872         (wl-summary-new-cached-mark): Changed default value to 'n'.
873         (wl-summary-unread-cached-mark): Changed default value to 'u'.
874         (wl-summary-answered-cached-mark): Changed default value to 'a'.
875         (wl-folder-sync-range-alist): Remove spec for 'flag.
876         (wl-summary-force-prefetch-folder-list): New user option.
877
878         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
879         `wl-summary-toggle-persistent-mark'.
880         (wl-summary-update-mark-and-highlight-window): Don't highlight when
881         number is nil.
882         (wl-summary-mark-as-answered-region): Set interactive argument of
883         `wl-summary-set-persistent-mark-internal'.
884         (wl-summary-mark-as-important-region): Ditto.
885         (wl-summary-unset-persistent-mark): Ditto.
886         (wl-summary-set-persistent-mark): Ditto.
887         (wl-summary-mark-as-answered): Ditto.
888         (wl-summary-mark-as-important): Ditto.
889         (wl-summary-set-persistent-mark-internal): Do nothing
890         when `elmo-message-flag-available-p' is nil.
891         (wl-summary-toggle-persistent-mark): New function.
892         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
893         when the folder matches `wl-summary-force-prefetch-folder-list'.
894
895
896         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
897         when number is nil.
898         (wl-highlight-summary-forwarded-face): New face.
899
900 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
901
902         * Version number is increased to 2.11.31.
903
904 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
905
906         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
907         (wl-biff-check-folder-async): Ditto.
908         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
909
910 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
911
912         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
913         Add an argument `reverse'.  All callers are updated.
914         (wl-summary-sort): Add a prefix argument `reverse' to specify
915         reverse sorting.
916         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
917         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
918         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
919
920 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
921
922         * wl-message.el (wl-message-redisplay): Does not narrow header if
923         disply-type is all-header or as-is.
924
925         * wl-summary.el (wl-summary-enter-handler): Use
926         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
927
928 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
929
930         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
931         after adding wl-draft-parent-variables.
932         (wl-draft-forward): Ditto.
933
934 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
935
936         * wl-summary.el (wl-summary-sync-marks): Call
937         `wl-summary-set-persistent-mark' and
938         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
939         (wl-summary-set-persistent-mark-internal): Add 4th argument
940         `no-server'.
941         (wl-summary-unset-persistent-mark): Ditto.
942         (wl-summary-set-persistent-mark): Ditto.
943         (wl-summary-add-flags-internal): Abolish.
944         (wl-summary-remove-flags-internal): Ditto.
945         (wl-summary-mark-as-important-internal): Ditto.
946         (wl-summary-mark-as-important): Use
947         `wl-summary-set-persistent-mark' instead of
948         `wl-summary-add-flags-internal'.
949         (wl-summary-mark-as-important-region): Ditto.
950
951         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
952
953         * wl-summary.el (wl-summary-get-available-flags): New function.
954         (wl-summary-sync-marks): Use it and simplified.
955         (wl-summary-unset-persistent-mark): Use
956         `wl-summary-get-available-flags'.
957         (wl-summary-set-persistent-mark): Ditto.
958
959 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
960
961         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
962         id.
963
964 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-summary.el (wl-summary-enter-handler): If argument is not a
967         number, call `wl-summary-prev-line-content'. Show message when the
968         message is not found.
969
970 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
971
972         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
973         wl-summary-enter-handler.
974         (wl-summary-enter-handler): New command.
975
976         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
977         docstring and custom spec.
978
979         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
980         flags too; Don't treat Cached and New.
981         (wl-summary-set-persistent-mark): Ditto.
982
983         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
984         `wl-folder-set-flag'.
985
986         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
987         instead of `wl-folder-set-flag'.
988
989         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
990         for completion.
991         (wl-summary-set-persistent-mark): Ditto.
992
993         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
994         instead of `wl-draft-quit-preview'.
995
996         * wl-mime.el (toplevel): Avoid compile warning.
997         (wl-mime-quit-preview): New function
998         (formarly defined as `wl-draft-quit-preview').
999         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1000         quitting method.
1001
1002         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1003
1004         * wl-folder.el (wl-folder-set-flag): Renamed from
1005         `wl-draft-set-flag-on-parent'.
1006
1007         * wl-draft.el (wl-draft-quit-preview): New function.
1008         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1009         (wl-draft-send): Call `wl-folder-set-flag' instead of
1010         `wl-draft-set-flag-on-parent'.
1011         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1012
1013 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1014
1015         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1016         (wl-draft-send): Ditto.
1017
1018 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1019
1020         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1021         (wl-draft-kill-pre-hook): Set default value as nil.
1022         (wl-summary-reply-hook): Ditto.
1023         (wl-draft-kill-flags): Abolish.
1024
1025         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1026         (wl-draft-parent-variables): Renamed from
1027         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1028         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1029         argument; Add wl-draft-parent-variables to
1030         wl-draft-config-variables.
1031         (wl-draft-reply): Likewise.
1032         (wl-draft-kill-flags): Abolish.
1033         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1034         (wl-draft-set-flag-on-parent): New function.
1035         (wl-draft-setup-parent-flag): Ditto.
1036
1037 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1038
1039         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1040         `wl-draft-parent-folder' is "".
1041
1042 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1043
1044         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1045         (wl-summary-digit-jump): New function.
1046         (Adviced by John Owens and Hiroya Murata)
1047
1048         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1049         (Adviced by John Owens)
1050
1051         * wl-xmas.el (wl-message-define-keymap): Ditto.
1052
1053         * wl-mule.el (wl-message-define-keymap): Ditto.
1054
1055 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1058         change of return value of elmo-folder-count-flags.
1059
1060         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1061         (wl-summary-mark-as-read-internal): Ditto.
1062         (wl-summary-set-persistent-mark-internal): Ditto.
1063         (wl-summary-folder-info-update): Ditto.
1064         (wl-summary-sync-update): Fixed the last change.
1065
1066         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1067
1068 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1069
1070         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1071         (wl-draft-kill-flags): Fixed docstring.
1072
1073         * wl-draft.el (wl-draft-kill-flags): New function.
1074         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1075
1076 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1077
1078         * wl-vars.el (wl-reply-hook): Abolish.
1079         (wl-draft-reply-hook): New hook.
1080         (wl-summary-reply-hook): Ditto.
1081         (wl-draft-forward-hook): Ditto.
1082         (wl-summary-forward-hook): Ditto.
1083         (wl-draft-kill-flags): New variable.
1084
1085         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1086         wl-summary-set-persistent-mark-internal.
1087         (wl-summary-sync-marks): Use elmo-preserved-flags.
1088         (wl-summary-update-persistent-mark): Make it interactive.
1089         (wl-summary-set-persistent-mark-internal): New inline function.
1090         (wl-summary-mark-as-answered): Use it.
1091         (wl-summary-mark-as-unanswered): Ditto.
1092         (wl-summary-unset-persistent-mark): New function.
1093         (wl-summary-set-persistent-mark): Ditto.
1094         (wl-summary-reply): Don't set answered flag;
1095         Run wl-summary-reply-hook instead.
1096         (wl-summary-forward): Call wl-draft-forward with number.
1097         Run wl-summary-forward-hook.
1098
1099         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1100         (wl-highlight-summary-line-face-spec): Use it as a default
1101         persistent mark face.
1102
1103         * wl-draft.el (wl-draft-forward): Added optional argument number;
1104         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1105         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1106         (wl-draft-kill): Use wl-draft-kill-flags.
1107
1108         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1109
1110         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1111         of return value of elmo-folder-count-flags.
1112
1113         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1114
1115         * wl-summary.el (wl-summary-count-unread): Ditto.
1116         (wl-summary-sync-update): Follow the change above.
1117         (wl-summary-force-prefetch): New function.
1118
1119 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1120
1121         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1122         variable `buf' with `let' instead of `setq'.
1123
1124 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1125
1126         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1127         add Content-Disposition heaeder on the deleted part.
1128
1129 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1130
1131         * wl-draft.el (wl-draft-save): Encode address list under edit by
1132         `eword-encode-unstructured-field-body'.
1133
1134         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1135
1136 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1137
1138         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1139         wl-current-summary-buffer.
1140
1141 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1142
1143         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1144         `numbers' is ignored.
1145
1146 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1147
1148         * wl-folder.el (wl-folder-open-folder): Avoid error.
1149         Reported by John Owens, [wl-en:815]
1150
1151         * wl.el (wl): Set timer for biff process even if prefix argument
1152         is given or auto-checking is quitted.
1153
1154         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1155         immediately.
1156         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1157         (wl-toggle-plugged): Ditto.
1158
1159         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1160         * wl-util.el (wl-biff-start): Use idle timer if
1161         `wl-biff-use-idle-timer' is non-nil.
1162
1163 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1164
1165         * wl-highlight.el (wl-highlight-message): Fix description.
1166
1167 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1168
1169         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1170         tty.
1171
1172 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1173
1174         * wl-action.el (wl-summary-exec): Print failure count.
1175
1176 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1177
1178         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1179         to `defun', remove interactive form.
1180         Set elmo-message-fetch-confirm when force-reload is non-nil.
1181
1182 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1183
1184         * wl-summary.el (toplevel): Removed unnecessary autoload.
1185
1186 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1187
1188         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1189         the buffer is generated from another message buffer.
1190
1191 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1192
1193         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1194         extracted from `wl-fldmgr-save-folders'.
1195         (wl-fldmgr-delete): Call it after deletion.
1196
1197 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1200         multi-tty support.
1201
1202 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1203
1204         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1205
1206 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1207
1208         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1209         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1210
1211 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1212
1213         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1214         unsubscribe list only if argument CLEAR is nil.
1215
1216 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1217
1218         * wl-draft.el (wl-draft-reply): Decode subject before removing
1219         Re: prefix.
1220
1221 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1222
1223         * wl-summary.el (wl-summary-sort-by-size): New command.
1224
1225 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1226
1227         * wl-summary.el (wl-summary-number-list-from-region): New
1228         function.
1229         (wl-summary-mark-as-read-region): Use it.
1230         (wl-summary-mark-as-unread-region): Ditto.
1231         (wl-summary-set-flags-region): Ditto and add optional argument
1232         remove.
1233         (wl-summary-mark-as-answered-region): Ditto.
1234         (wl-summary-mark-as-important-region): Ditto.
1235         (wl-summary-target-mark-mark-as-important): Added optional
1236         argument remove.
1237         (wl-summary-target-mark-mark-as-answered): Ditto.
1238         (wl-summary-target-mark-set-flags): Ditto.
1239
1240 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1241
1242         * wl-summary.el (wl-summary-set-flags-region): Call
1243         `wl-summary-set-flags-internal' with number list instead of call
1244         one by each message.
1245         (wl-summary-target-mark-set-flags): Likewise.
1246
1247 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1250         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1251         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1252         (wl-summary-target-mark-mark-as-answered): Likewise.
1253
1254 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1255
1256         * wl-summary.el (wl-summary-target-mark-forward): Use
1257         `wl-summary-delete-all-target-marks' instead of
1258         `wl-summary-delete-all-temp-marks'.
1259         (wl-summary-target-mark-reply-with-citation): Ditto.
1260         (wl-summary-target-mark-uudecode): Ditto.
1261         (wl-summary-target-mark-set-flags): Ditto and remove needless
1262         cursor move.
1263
1264 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1265
1266         * wl-summary.el (wl-summary-target-mark-forward): Protect
1267         wl-summary-buffer-target-mark-list from nreverse.
1268         (wl-summary-target-mark-reply-with-citation): Ditto.
1269
1270 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1271
1272         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1273         `elmo-display-progress-threshold'.
1274
1275 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1276
1277         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1278         check `wl-summary-highlight'.
1279         (wl-summary-window-scroll-functions): Respect value of
1280         `wl-summary-highlight'.
1281         (wl-summary-sync-update): Run hooks
1282         `wl-summary-buffer-window-scroll-functions' at any time.
1283
1284 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1285
1286         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1287         from `wl-summary-cleanup-temp-marks'.
1288         (wl-summary-cleanup-temp-marks): Abolish argument.
1289         * wl.el (wl-save-status): Revert previous change.
1290         (wl-execute-temp-marks): New function, call
1291         `wl-summary-exec-with-confirmation'.
1292         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1293         (wl-folder-save-and-exec-marks): Abolished.
1294
1295 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1296
1297         * wl-e21.el (wl-e21-display-image-p): Respect
1298         `wl-highlight-folder-with-icon'.
1299         (wl-e21-highlight-folder-group-line): Highlight mouse line
1300         even if wl-e21-display-image-p is nil.
1301
1302         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1303         Respect value of `wl-summary-highlight'.
1304
1305         * wl.el (wl-save-status): Remove unused variable.
1306
1307         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1308         (wl-folder-mode-map): Bind it to "x".
1309
1310 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1311
1312         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1313
1314         * wl-thread.el (wl-thread-get-parent-list): Don't check
1315         disconnected ancestors, neglecting needless work in
1316         `wl-thread-update-indent-string-thread'.
1317
1318         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1319         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1320         argument, add argument default-keep to keep marks by default.
1321
1322         * Version number is increased to 2.11.30.
1323
1324         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1325         customization type and docstring.
1326         (wl-draft-reply-without-argument-list): Ditto.
1327
1328 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1329
1330         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1331
1332         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1333
1334 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1335
1336         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1337
1338 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1339
1340         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1341         save-excursion so as not to include run-hooks.
1342
1343 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1344
1345         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1346         Clarify that marks are going to be cleared.
1347
1348 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1349
1350         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1351         according to 3rd element of wl-summary-flag-mark.
1352
1353         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1354
1355 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1356
1357         * wl-action.el (wl-summary-target-mark-all): Don't set
1358         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1359
1360 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1361
1362         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1363         (wl-forward-subject-prefix): Ditto.
1364         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1365         (wl-draft-reply-make-subject): Ditto.
1366
1367         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1368         `wl-draft-forward'.
1369         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1370
1371 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1372
1373         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1374         target message does not exist.
1375
1376 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1377
1378         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1379         `wl-subject-prefix-regexp'.
1380         (wl-subject-forward-prefix-regexp): New variable.
1381         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1382         `wl-draft-strip-subject-re' and take regexp as argument.
1383         (wl-draft-forward): Use it.
1384         (wl-draft-reply): Ditto.
1385
1386 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1387
1388         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1389         emacs multi-tty support.
1390
1391 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1392
1393         * wl-e21.el (wl-e21-display-image-p): Don't call
1394         `display-images-p'.
1395         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1396         support.
1397         (wl-highlight-folder-current-line): Ditto.
1398         (wl-folder-init-icons): Ditto.
1399
1400 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1401
1402         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1403         the last line of summary in unplugged mode.
1404
1405 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1406
1407         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1408
1409 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1410
1411         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1412         * wl-address.el (wl-address-user-mail-address-p): Use it.
1413         (wl-address-delete-user-mail-addresses): Ditto.
1414         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1415
1416         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1417         (wl-address-delete-user-mail-addresses): Ditto.
1418
1419         * wl-address.el (wl-address-delete-user-mail-addresses): New
1420         function.
1421         * wl-refile.el (wl-refile-guess-by-history): Use it.
1422         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1423         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1424
1425         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1426         use wl-address-user-mail-address-p.
1427
1428 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1429
1430         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1431         after opening group.
1432
1433 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1434
1435         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1436         of elmo-set-buffer-multibyte.
1437
1438         * wl-message.el (wl-original-message-mode): Ditto.
1439
1440         * wl-score.el (wl-score-insert-header): Ditto.
1441
1442         * wl-summary.el
1443         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1444         (wl-summary-goto-folder-subr): Ditto.
1445         (wl-summary-insert-headers): Ditto.
1446
1447         * wl-util.el (wl-set-string-width): Ditto.
1448
1449         * Version number is increased to 2.11.29.
1450
1451 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1452
1453         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1454         (wl-highlight-summary-line-help-echo-alist): New variable.
1455         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1456         into `wl-highlight-summary-line-help-echo' and
1457         `wl-highlight-flag-folder-help-echo'.
1458         (wl-highlight-summary-line-string): Change accordingly.
1459         (wl-highlight-summary-current-line): Ditto.
1460
1461 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1462
1463         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1464         at the beginning of field body (Thanks to Markus Knittig).
1465
1466         * wl-draft.el (wl-draft-insert-current-message): Also check
1467         summary buffer, remove unnecessary tag.
1468
1469 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1470
1471         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1472         when wl-message-buffer is nil.
1473
1474         * wl-folder.el (wl-folder): Abolish unused argument.
1475         Call wl-folder-init when wl-folder-entity is nil.
1476         * wl.el (wl): Change accordingly.
1477
1478 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1479
1480         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1481         multibyte string before insert into draft buffer.
1482         (wl-draft-create-buffer): Always enable multibyte characters for
1483         draft buffer.
1484
1485         * Version number is increased to 2.11.28.
1486
1487 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1488
1489         * wl-folder.el (wl-folder-open-close): Handle blank line.
1490         (wl-folder-jump-to-current-entity): Ditto.
1491
1492 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1493
1494         * Version number is increased to 2.11.27.
1495
1496 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1497
1498         * wl-thread.el (wl-thread-insert-message): When the thread is
1499         devided by wl-summary-max-thread-depth, insert line at the end of
1500         buffer.
1501
1502 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1503
1504         * Version number is increased to 2.11.26.
1505
1506 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1507
1508         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1509
1510 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1511
1512         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1513         value of stream-type and session.
1514
1515 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1516
1517         * Version number is increased to 2.11.25.
1518
1519 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1520
1521         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1522         in a quit message.
1523
1524 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1525
1526         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1527         (wl-summary-redisplay-no-mime-internal): Ditto.
1528
1529 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1530
1531         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1532         * wl-vars.el (wl-smtp-connection-type): Ditto.
1533
1534 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1535
1536         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1537         for the separator line and quote mail-header-separator.
1538
1539 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1540
1541         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1542         result message.
1543
1544         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1545         `elmo-multiple-fields-body-list' with boundary as
1546         mail-header-separator.
1547
1548 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1549
1550         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1551
1552 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1553
1554         * wl-util.el (wl-list-diff): Remove unused function.
1555
1556         * wl-draft.el (wl-draft-send-confirm): Discard input before
1557         confirmation.
1558
1559 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1560
1561         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1562         order of flag and new.
1563
1564 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1565
1566         * wl-vars.el (wl-refile-policy-alist): Abolished.
1567
1568         * wl-action.el (wl-summary-set-action-refile): Follow the change
1569         above.
1570
1571 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * wl-highlight.el (wl-highlight-signature-search): Don't use
1574         re-search-backward for a long word since it is possible to crash
1575         XEmacs because of a bug.
1576
1577 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1578
1579         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1580
1581 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1582
1583         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1584         argument for wl-summary-sync-force-update.
1585
1586 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1587
1588         * wl-summary.el (wl-summary-mode-map): Revival of
1589         wl-summary-mark-as-important related bindings;
1590         Bind 'F','tF','mF','rF','m&'.
1591         (wl-summary-mark-as-important-region): Revival.
1592         (wl-summary-target-mark-mark-as-important): Ditto.
1593         (wl-summary-target-mark-operation): New function.
1594         (wl-summary-target-mark-mark-as-answered): Use it.
1595         (wl-summary-decide-flag): Don't set Important as default.
1596         (wl-summary-mark-as-important-internal): Revival.
1597         (wl-summary-mark-as-important): Ditto.
1598
1599         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1600
1601         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1602         instead of facep.
1603
1604 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1605
1606         * wl-dnd.el (wl-dnd-drop-func): Fix.
1607
1608         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1609         mouse-set-point instead of posn-point.
1610
1611         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1612
1613         * wl-mule.el (wl-completing-read-multiple): Ditto.
1614
1615 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-demo.el (face-background-name): Defalias to avoid compile
1618         warning.
1619
1620 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1621
1622         * wl-summary.el (wl-summary-decide-flag): Use
1623         wl-completing-read-multiple instead of completing-read-multiple.
1624
1625         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1626         New alias.
1627
1628         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1629         Use face-background-name instead of face-background.
1630
1631         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1632
1633         * wl-summary.el (wl-summary-save): Use it.
1634         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1635
1636         * wl-mime.el (wl-mime-save-content): Fix last change.
1637
1638 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1639
1640         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1641         New function.
1642         (wl-summary-sort-specs): Added sort.
1643         * wl-mime.el (wl-mime-save-content): Expand file name.
1644
1645 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1646
1647         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1648
1649         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1650
1651 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1654         for flag if it is not defined.
1655
1656 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1657
1658         * wl-e21.el (wl-highlight-folder-current-line): Use
1659         elmo-folder-type-internal when elmo-folder-type returns nil.
1660
1661         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1662
1663         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1664
1665         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1666
1667         * wl-e21.el (wl-summary-toolbar): Ditto.
1668
1669         * wl-vars.el (wl-demo-background-color): Abolished.
1670         (wl-summary-persistent-mark-priority-list): Renamed from
1671         wl-summary-flag-priority-list.
1672         (wl-summary-flag-alist): New user option.
1673         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1674         (wl-message-mode-line-format-spec-alist): Added 'F'.
1675         (wl-message-mode-line-format): Likewise.
1676         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1677         instead of wl-summary-important-mark.
1678         (wl-file-folder-icon): New variable.
1679
1680         * wl-thread.el (wl-thread-set-flags): Renamed from
1681         wl-thread-mark-as-important.
1682
1683         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1684         warning.
1685         (wl-summary-mode-menu-spec): Follow the change of 
1686         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1687         (wl-summary-mode-map): Follow the change of
1688         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1689         (wl-summary-detect-mark-position): Follow the variable name change.
1690         (wl-summary-set-flags-region): New function for the replacement of
1691         wl-summary-mark-as-important-region.
1692         (wl-summary-sync-marks): Sync all global-flags.
1693         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1694         instead of elmo-message-flagged-p.
1695         (wl-summary-persistent-mark-string): Follow the variable name change;
1696         Put wl-summary-flag-mark if the message has global-flag.
1697         (wl-summary-target-mark-set-flags): Renamed from 
1698         wl-summary-target-mark-mark-as-important.
1699         (wl-summary-decide-flag): New function.
1700         (wl-summary-set-flags-internal): Renamed from
1701         wl-summary-mark-as-important-internal.
1702         (wl-summary-add-flags-internal): New function.
1703         (wl-summary-remove-flags-internal): Ditto.
1704         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1705         (wl-summary-mark-as-unimportant): Abolish.
1706         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1707         (wl-summary-next-message): List flagged messages in the msgdb.
1708
1709         * wl-score.el (wl-summary-score-update-all-lines): Use
1710         wl-summary-add-flags-internal instead of 
1711
1712         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1713
1714         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1715         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1716         (wl-message-buffer-require-all-header): Renamed from
1717         wl-message-buffer-all-header-flag (Ditto).
1718         (wl-message-buffer-flag-indicator): New variable.
1719         (wl-message-redisplay): Changed local varibale name from `flag' to
1720         `display-type'; Set up wl-message-buffer-flag-indicator.
1721         (wl-message-buffer-display): Changed varibale name from `flag' to
1722         `display-type'.
1723         (wl-message-display-internal): Likewise.
1724
1725         * wl-highlight.el (wl-highlight-demo-face): Define default background
1726         color.
1727         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1728
1729         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1730
1731         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1732         (wl-demo-setup-properties): Renamed from
1733         `wl-demo-set-background-color'.
1734         (wl-demo): Follow the change above.
1735         
1736         * Version number is increased to 2.11.24.
1737
1738 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1739
1740         * wl-summary.el (wl-summary-toggle-thread): Call
1741         `wl-summary-rescan' with disable-thread as non-nil.
1742         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1743
1744 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1745
1746         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1747         foreground property of the face.
1748         (wl-demo-insert-text): Don't set up face property here.
1749         (wl-demo): Call wl-demo-set-background-color, anyway.
1750
1751 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1752
1753         * wl-vars.el (wl-demo-background-color): The value can be nil.
1754
1755 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1756
1757         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1758         to wl-summary-wheel-dispatcher.
1759
1760         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1761         wl-message-wheel-dispatcher.
1762         (wl-message-wheel-dispatcher): New function.
1763         (wl-summary-wheel-dispatcher): Ditto.
1764
1765 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1766
1767         * wl-action.el (wl-summary-target-mark-all): List messages which are
1768         not in the killed-list.
1769
1770         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1771         only when the folder is 'flag/important.
1772
1773         * wl-address.el (wl-complete-field-body): Complete if the last
1774         character is a space.
1775
1776 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1777
1778         * wl-folder.el (wl-folder-clear-entity-info): Use
1779         elmo-clear-hash-val.
1780
1781         * wl-fldmgr.el (wl-fldmgr-rename): Set
1782         wl-folder-info-alist-modified as t.
1783
1784 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1785
1786         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1787
1788 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1789
1790         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1791         (wl-folder-buffer-last-visited-entity-id): New buffer local
1792         variable.
1793         (wl-folder-revisit-last-visited-folder): New function.
1794         (wl-folder-mode-map): Bind it to "C-i".
1795         (wl-folder-set-current-entity-id): Set last visited folder.
1796         * wl-summary.el (wl-summary-exit): Ditto.
1797
1798 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1801         before calling `recenter' in order to cope with an XEmacs bug.
1802
1803 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1804
1805         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1806         to the default value.
1807
1808 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1809
1810         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1811         change.
1812         (wl-summary-sync-marks): Ditto.
1813         (wl-summary-mark-as-read-internal): Ditto.
1814         (wl-summary-mark-as-answered-internal): Ditto.
1815         (wl-summary-mark-as-important-internal): Ditto.
1816         (wl-summary-reply): Ditto.
1817
1818         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1819         instead of `elmo-folder-unflag-answered'.
1820
1821         * Version number is increased to 2.11.23.
1822
1823         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1824         the last change.
1825
1826 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1827
1828         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1829         Specify "spam" or "good".
1830
1831 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1832
1833         * wl-spam.el (wl-summary-exec-action-spam): Call
1834         wl-folder-confirm-existence for spam folder.
1835         (wl-spam-setup): Bind "mk".
1836
1837 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1838
1839         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1840
1841 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1842
1843         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1844         destination folder is empty.
1845
1846 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1847
1848         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1849         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1850
1851         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1852         (wl-summary-refile-prev-destination-region): New function.
1853         (wl-thread-refile-prev-destination): Ditto.
1854         (wl-summary-target-mark-refile-prev-destination): Ditto.
1855
1856 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1857
1858         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1859         (wl-demo-background-color): Changed default value.
1860
1861         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1862         color.
1863
1864         * wl-demo.el (wl-demo-set-background-color): New function.
1865         (wl-demo): Call it.
1866
1867 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1868
1869         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1870         * wl-address.el (wl-address-add-or-change): Don't add empty
1871         address.
1872
1873 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1874
1875         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1876
1877 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1878
1879         * wl-vars.el (wl-demo-image-filter-alist): New variable
1880         (wl-demo-background-color): Ditto.
1881
1882         * wl-demo.el (wl-demo-xpm-set-background): New function.
1883         (wl-demo-image-filter): Ditto.
1884         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1885
1886         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1887
1888         * wl-demo.el (wl-demo-icon-name): Define as function.
1889         (wl-demo-insert-image): Use it.
1890
1891 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1892
1893         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1894
1895 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1896
1897         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1898
1899 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1900
1901         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1902
1903 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1904
1905         * wl-thread.el (wl-thread-mark-as-answered): New function.
1906
1907         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1908         answered" entry.
1909         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1910         "r&" and wl-thread-mark-as-answered to "t&".
1911         (wl-summary-mark-as-important-region): Refine to toggle mark.
1912         (wl-summary-mark-as-answered-region): New function.
1913         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1914         and 3rd argument.
1915         (wl-summary-mark-as-important-internal): Likewise.
1916
1917 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1918
1919         * wl-template.el (wl-template-preview): New internal variable.
1920         (wl-template-preview-p): New function.
1921         (wl-template-show): Bind `wl-template-preview' as t.
1922
1923 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1924
1925         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1926         `elmo-message-entity-field' with 3rd argument which is non-nil.
1927
1928 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1929
1930         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1931         Removed duplicate local bind `folder'.
1932
1933 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1934
1935         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1936
1937 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1938
1939         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1940         duplicate definition.
1941
1942 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1943
1944         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1945         non-nil, use it; Don't fetch message if there's no message in the
1946         current cursor position.
1947
1948 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1949
1950         * wl-util.el (wl-region-exists-p): Use region-active-p.
1951         (wl-deactivate-region): New function.
1952         * wl-message.el (wl-message-redisplay): Deactivate region.
1953
1954         * wl-summary.el (wl-summary-reply): Call
1955         `wl-summary-set-message-buffer-or-redisplay' instead of
1956         `wl-summary-redisplay-internal', don't move point.
1957
1958 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1959
1960         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1961         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1962         by regexp.
1963
1964 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1965
1966         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1967         if no need.
1968
1969 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1970
1971         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1972         default value to nil.
1973         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1974         `wl-summary-prepare-hook'; Replace refile action to
1975         `wl-summary-exec-action-refile-with-register'.
1976
1977         * Version number is increased to 2.11.22.
1978
1979 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1980
1981         * wl-summary.el (wl-summary-detect-mark-position): Set
1982         `wl-summary-buffer-weekday-name-lang'.
1983
1984 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1985
1986         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1987         (wl-summary-mark-as-read-all): Ditto.
1988         (wl-summary-delete-messages-on-buffer): Ditto.
1989         (wl-summary-sync-update): Ditto.
1990         (wl-summary-mark-as-read-internal): Ditto.
1991         (wl-summary-mark-as-answered-internal): Ditto.
1992         (wl-summary-update-folder-info): Abolished.
1993
1994 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1995
1996         * wl-summary.el (wl-summary-mark-as-read-all): Use
1997         `wl-summary-update-folder-info' instead of
1998         `wl-folder-update-unread'.
1999
2000 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2001
2002         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2003         `wl-summary-folder-info-update'.
2004         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2005         instead of `wl-summary-folder-info-update'.
2006         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2007         `wl-folder-set-folder-updated'.
2008         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2009         instead of `wl-folder-update-unread'.
2010         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2011         the value of `wl-summary-buffer-unread-count' for the second parameter of
2012         `wl-folder-update-unread'.
2013
2014         * Version number is increased to 2.11.21.
2015
2016 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2017
2018         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2019         a local variable.
2020
2021 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2022
2023         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2024         interactively.
2025
2026         * wl-summary.el (wl-summary-mark-as-important-internal): New
2027         internal function.
2028         (wl-summary-mark-as-important): Use it.
2029         (wl-summary-mark-as-unimportant): New function.
2030         (wl-summary-sync-marks): Follow the API change.
2031
2032         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2033
2034         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2035
2036 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2037
2038         * wl-folder.el (wl-folder-update-unread): Re-indent.
2039         Narrow the scope of a local variable.
2040
2041 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2042
2043         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2044         (wl-addrmgr-merge-entries): Ditto.
2045         (wl-addrmgr): Added to address entry which exists in draft buffer
2046         if no entry is in original.
2047
2048 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2049
2050         * wl-batch.el: New file.
2051
2052 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2053
2054         * wl-vars.el (wl-use-semi): Remove unused variable.
2055
2056 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2057
2058         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2059         "?".
2060
2061 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2062
2063         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2064         wl-summary-new-mark.
2065         (wl-summary-new-cached-mark): New user option.
2066         (wl-summary-score-marks): Follow the change above.
2067         (wl-summary-auto-refile-skip-marks): Ditto.
2068         (wl-summary-incorporate-marks): Ditto.
2069         (wl-summary-expire-reserve-marks): Ditto.
2070
2071         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2072
2073         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2074         (wl-summary-persistent-mark-string): Distinguished between cached
2075         and uncached mark when the message is new.
2076
2077 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2078
2079         * wl-spam.el (wl-spam-domain): Renamed from
2080         `wl-spam-folder-guess-domain'.
2081         (wl-summary-exec-action-spam): Register as spam if domain of the
2082         source folder is good.
2083         (wl-summary-exec-action-refile-with-register): Register message if
2084         domain of the source folder is not undecided.
2085
2086 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2087
2088         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2089         detect thread loop.
2090
2091 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2092
2093         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2094         and wl-summary-skip-mark-list.
2095
2096 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2097
2098         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2099
2100         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2101
2102         * wl-spam.el (toplevel): Require wl-highlight.
2103         (wl-spam-auto-check-policy-alist): Abolish.
2104         (wl-spam-auto-check-folder-regexp-list): New user option.
2105         (wl-spam-auto-check-marks): Ditto.
2106         (wl-spam-mark-action-list): Ditto.
2107         (wl-highlight-summary-spam-face): New face.
2108         (wl-spam-auto-check-message-p): New function.
2109         (wl-spam-map-spam-messages): Fixed message.
2110         (wl-spam-register-spam-messages): Ditto.
2111         (wl-spam-register-good-messages): Ditto.
2112         (wl-summary-spam-map): Add and remove keybind.
2113         (wl-summary-target-mark-spam): Abolish.
2114         (wl-summary-refile-spam): Ditto.
2115         (wl-summary-test-spam): New function.
2116         (wl-summary-mark-spam): Ditto.
2117         (wl-summary-auto-check-spam): Follow the above change.
2118         (wl-summary-exec-action-spam): New function.
2119         (wl-summary-exec-action-refile-with-register): Fixed message.
2120         (wl-message-check-spam): New function.
2121         (wl-spam-setup): Ditto.
2122         (toplevel): Call it if this file is loaded interactivity.
2123
2124         * Version number is increased to 2.11.20.
2125
2126 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2127
2128         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2129         when new optional argument `force' is non nil or modified.
2130
2131 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2132
2133         * wl.el (toplevel): Require wl-spam when compile.
2134         (wl-save-status): Call wl-spam-save-status.
2135
2136         * wl-spam.el (wl-spam-register-spam-messages): New function.
2137         (wl-spam-register-good-messages): Ditto.
2138         (wl-spam-save-status): Ditto.
2139         (wl-summary-mode-map): Bind
2140         wl-summary-target-mark-register-as-spam to "ms" and
2141         wl-summary-target-mark-register-as-good to "mn".
2142         (wl-summary-register-as-spam): Abolish optional argument; Use
2143         wl-spam-register-spam-messages.
2144         (wl-summary-register-as-spam-all): Use
2145         wl-spam-register-spam-messages.
2146         (wl-summary-register-as-good): Abolish optional argument; Use
2147         wl-spam-register-good-messages.
2148         (wl-summary-register-as-good-all): Use
2149         wl-spam-register-good-messages.
2150         (wl-summary-target-mark-register-as-spam): New funtion.
2151         (wl-summary-target-mark-register-as-good): Ditto.
2152
2153 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2154
2155         * wl-spam.el: New file.
2156
2157 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2158
2159         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2160
2161         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2162         (wl-summary-auto-refile): Call wl-refile-guess with
2163         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2164
2165 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2166
2167         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2168         with disable-thread argument non-nil.
2169
2170 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2171
2172         * wl-summary.el (wl-summary-rescan): Added optional argument
2173         disable-thread.
2174         (wl-summary-sync): Call wl-summary-rescan with argument
2175         disable-thread.
2176         (wl-summary-input-range): Added new range `rescan-thread'.
2177
2178 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2179
2180         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2181
2182 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2183
2184         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2185         internal variable.
2186         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2187         wl-summary-search-parent-by-subject-regexp and
2188         wl-summary-divide-thread-when-subject-changed as nil.
2189         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2190         (wl-summary-insert-thread): Search parent entity from
2191         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2192         thread loop.
2193
2194 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2195
2196         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2197
2198         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2199
2200         * wl-util.el (wl-require-update-all-folder-p): New function.
2201         (wl-get-assoc-list-value): Added `function' to match directive.
2202         (wl-collect-draft): Rewrite.
2203
2204         * wl-summary.el (wl-summary-sync-update): Clear faces
2205         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2206         are non-nil.
2207         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2208         argument as function.
2209         (wl-summary-input-range): Ditto.
2210
2211         * wl-folder.el (wl-draft-get-folder): New function.
2212         (wl-folder-get-elmo-folder): Consider draft folder.
2213
2214         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2215         (wl-draft-buffer-message-number): New buffer local variable.
2216         (wl-draft-folder-internal): New internal variable.
2217         (wl-draft-delete): Rewrite.
2218         (wl-draft-save): Ditto.
2219         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2220         wl-folder-get-elmo-folder.
2221         (wl-draft-config-info-operation): Ditto.
2222         (wl-jump-to-draft-folder): Ditto.
2223         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2224         (wl-draft-reedit): Rewrite.
2225
2226         * Version number is increased to 2.11.19.
2227         
2228 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2229
2230         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2231         variable.
2232
2233 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2234
2235         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2236         Use ignore-errors instead of unwind-protect.
2237
2238 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2239
2240         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2241         for updating `wl-thread-entity-list'.
2242
2243 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2244
2245         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2246         parameter from calling `wl-thread-entity-get-older-brothers' and
2247         `wl-thread-entity-get-younger-brothers'.
2248         Replace nested `append' with a single one.
2249
2250 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2251
2252         * wl-summary.el (wl-summary-mode): Don't use the return value of
2253         `make-local-hook'.
2254
2255 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2256
2257         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2258         instead of `let*'.
2259         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2260         of local variables.
2261
2262 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2263
2264         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2265         Renamed from wl-summary-window-scroll-functions.
2266         (wl-summary-window-scroll-functions): Don't set to variable.
2267         (wl-summary-display-top): Use run-hooks.
2268         (wl-summary-display-bottom): Ditto.
2269         (wl-summary-toggle-disp-msg): Ditto.
2270         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2271         Use it instead of wl-summary-window-scroll-functions.
2272         (wl-summary-goto-folder-subr): Don't call
2273         wl-summary-window-scroll-functions, use
2274         wl-summary-buffer-window-scroll-functions instead.
2275
2276 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2277
2278         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2279         make-local-variable.
2280
2281 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2282
2283         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2284         set-buffer-modified-p.
2285         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2286         (wl-summary-display-bottom): Ditto.
2287         (wl-summary-toggle-disp-msg): Ditto.
2288
2289 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2290
2291         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2292
2293         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2294         (wl-summary-forward): Use elmo-message-entity-field instead of
2295         elmo-message-field.
2296
2297         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2298
2299 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2300
2301         * wl-summary.el (wl-summary-window-scroll-functions): No use
2302         `append'.
2303
2304 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2305
2306         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2307         function.
2308         (wl-summary-window-scroll-functions): Call it when both
2309         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2310         (wl-summary-temp-mark): Added optional argument number.
2311         (wl-summary-message-mark): Added optional argument flag.
2312         (wl-summary-persistent-mark): Added optional argument number and flag.
2313         (wl-summary-update-persistent-mark): Ditto.
2314         (wl-summary-update-status-marks): Set "r" for interactive spec.
2315
2316         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2317         argument number and flag.
2318
2319         * wl-action.el (wl-summary-registered-temp-mark): 
2320         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2321
2322 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2325         internal variable (buffer local).
2326         (wl-summary-window-scroll-functions): New function.
2327         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2328         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2329         as nil.
2330         (wl-summary-update-status-marks): Added arguments beg, end and
2331         check.
2332         (wl-summary-update-mark-window): Use function.
2333         (wl-summary-sync-update): Follow the change above.
2334         (wl-summary-switch-to-clone-buffer): Copy
2335         wl-summary-buffer-unsync-mark-number-list.
2336         (wl-summary-goto-folder-subr): Set
2337         wl-summary-buffer-unsync-mark-number-list and
2338         use wl-summary-window-scroll-functions instead of
2339         wl-summary-lazy-highlight.
2340
2341         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2342
2343 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2346
2347         * wl-summary.el (wl-summary-update-persistent-mark): Call
2348         wl-summary-set-message-modified.
2349
2350         * wl-summary.el (wl-summary-sync-update): Don't call
2351         wl-summary-update-status-marks.
2352
2353         * Version number is increased to 2.11.18.
2354
2355 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2356
2357         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2358         (wl-message-next-page): Ditto.
2359
2360 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2361
2362         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2363         local variable.  Change the order of a collected list into the
2364         same as the specified range.  Remove nil from a collected list.
2365
2366 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2367
2368         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2369         argument for elmo-folder-list-messages.
2370
2371 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2372
2373         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2374         change (wl-summary-count-unreads return a list instead of a cons
2375         cell).
2376
2377 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2378
2379         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2380         `wl-summary-folder-info-update'.
2381
2382 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2383
2384         * wl-summary.el (wl-summary-set-message-modified): No use
2385         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2386         (wl-summary-set-mark-modified): Abolish.
2387         (wl-summary-mark-modified-p): Ditto.
2388         (wl-summary-save-view): Follow the change above.
2389
2390         * wl-expire.el (wl-summary-expire): Likewise.
2391
2392 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2393
2394         * wl-summary.el (wl-summary-detect-mark-position): Use
2395         modb-entity-handler.
2396         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2397
2398         * Version number is increased to 2.11.17.
2399
2400 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2401
2402         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2403         entity field value.
2404         (wl-summary-prefetch-msg): Ditto.
2405         (wl-summary-print-message-with-ps-print): Ditto.
2406
2407 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2408
2409         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2410         for dummy entity.
2411         (wl-summary-insert-thread): Use elmo-message-entity-field.
2412         (wl-summary-update-thread): Use elmo-message-entity-field and
2413         elmo-message-entity-number.
2414         (wl-summary-line-number):  Use elmo-message-entity-number.
2415         (wl-summary-line-size): Use elmo-message-entity-field.
2416         (wl-summary-line-subject): Ditto.
2417         (wl-summary-line-from): Ditto.
2418         (wl-summary-line-attached): Ditto.
2419         (wl-summary-create-line): Ditto.
2420         (wl-summary-create-line): Use elmo-message-entity-number.
2421         (wl-summary-print-message-with-ps-print): Use
2422         elmo-message-entity-field.
2423
2424 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2425
2426         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2427         change in elmo-msgdb-make-message-entity.
2428         (wl-summary-buffer-set-folder): Don't call
2429         wl-summary-detect-mark-position here.
2430         (wl-summary-rescan): Call elmo-message-entity-number.
2431         (wl-summary-sync-update): Ditto.
2432         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2433
2434         * wl-score.el (wl-score-header-index): Redefine 2th element.
2435         (wl-score-overview-entity-get-extra): Abolish.
2436         (wl-score-ov-entity-get): Rewrite.
2437         (wl-score-string-index<, wl-score-string-func<): Abolish.
2438         (wl-score-string<): New function.
2439         (wl-score-string-sort): Use it.
2440
2441         * wl-refile.el (wl-refile-guess-by-history): Use
2442         elmo-message-entity-field.
2443         (wl-refile-guess-by-from): Ditto.
2444         (wl-refile-guess-by-msgid): Ditto.
2445
2446         * Version number is increased to 2.11.16.
2447
2448 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2449
2450         * wl-folder.el (wl-folder-confirm-existence): Don't call
2451         file-exists-p if msgdb-path is nil.
2452         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2453         `wl-read-folder-hist' to `wl-read-folder-history'.
2454
2455 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2456
2457         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2458         `y-or-n-p'.
2459
2460 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2461
2462         * wl-score.el (wl-score-headers): Don't use
2463         elmo-folder-do-each-message-entity.
2464
2465         * Version number is increased to 2.11.15.
2466
2467 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2468
2469         * wl-summary.el (wl-summary-delete-all-msgs): Use
2470         elmo-folder-move-messages instead of elmo-folder-delete-messages
2471         and elmo-folder-detach-messages.
2472         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2473
2474         * wl-expire.el (wl-expire-delete): Ditto.
2475         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2476
2477 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2478
2479         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2480         (wl-message-header-narrowing-fields): Ditto.
2481         (wl-message-header-narrowing-lines): Ditto.
2482         (wl-message-header-narrowing-string): Ditto.
2483
2484         * wl-summary.el (wl-summary-mode-map): Bind
2485         wl-summary-toggle-header-narrowing to "C-cC-f".
2486         (wl-summary-toggle-header-narrowing): New function.
2487
2488         * wl-message.el (wl-message-buffer-create): Call
2489         wl-message-header-narrowing-setup.
2490         (wl-message-redisplay): Call wl-message-header-narrowing.
2491         (wl-message-header-narrowing): New function.
2492         (wl-message-header-narrowing-map): New keymap.
2493         (wl-message-header-narrowing-widen-map): New keymap.
2494         (wl-message-header-narrowing-again-at-mouse): New function.
2495         (wl-message-header-narrowing-1): Ditto.
2496         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2497         (wl-message-header-narrowing-setup): Ditto.
2498         (wl-message-header-narrowing-toggle): Ditto.
2499         
2500         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2501
2502         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2503         'flag as all.
2504         (wl-use-flag-folder-help-echo): New user option.
2505
2506         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2507         wl-summary-highlight as nil.
2508         (wl-summary-set-mark-modified): Follow the API change.
2509         (wl-summary-mark-modified-p): Ditto.
2510         (wl-summary-mark-as-read-all): Ditto.
2511         (wl-summary-sync-marks): Don't call
2512         elmo-folder-list-messages-with-global-mark.
2513         (wl-summary-mark-as-read-internal): Follow the API change.
2514         (wl-summary-mark-as-answered-internal): Ditto.
2515         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2516         Follow the API change.
2517         (wl-summary-create-line): Call with number argument.
2518         (wl-summary-reply): Follow the API change.
2519
2520         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2521         function.
2522         (wl-highlight-summary-line-string): Call it when
2523         wl-use-flag-folder-help-echo is non-nil.
2524         (wl-highlight-summary-current-line): Ditto.
2525         (elmo-flag-folder-referrer): Added autoload setting.
2526
2527         * wl-draft.el (wl-draft-kill): Follow the API change.
2528
2529         * Version number is increased to 2.11.14.
2530         
2531 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2532
2533         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2534
2535 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2536
2537         * Version number is increased to 2.11.13.
2538
2539 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2540
2541         * wl-draft.el (wl-draft-previous-history-element): Fixed
2542         unbalanced parenthesis and bind unbound local variables.
2543
2544 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2545
2546         * wl-draft.el (wl-draft-previous-history-element): New function.
2547         (wl-draft-next-history-element): Ditto.
2548         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2549         them to M-p and M-n.
2550
2551 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2552
2553         * Version number is increased to 2.11.12.
2554
2555 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2556
2557         * wl-draft.el (wl-draft-hide): Select buffer-window.
2558
2559 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2560
2561         * wl-summary.el (wl-summary-narrow-to-region): New function.
2562         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2563         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2564         (wl-summary-save-region): Use it.
2565         * wl-action.el (wl-summary-collect-numbers-region)
2566         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2567
2568 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2569
2570         * wl-folder.el (wl-folder-count-incorporates): Don't use
2571         `elmo-msgdb-mark-load'
2572
2573         * Version number is increased to 2.11.11.
2574
2575 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2576
2577         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2578         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2579
2580 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2581
2582         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2583
2584 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2585
2586         * Version number is increased to 2.11.10.
2587
2588 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2589
2590         * wl-mime.el (wl-draft-attribute-value): Fixed.
2591
2592 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2593
2594         * wl-util.el (wl-copy-local-variables): New function.
2595
2596         * wl-mime.el (wl-draft-attribute-recipients): New function.
2597         (wl-draft-attribute-envelope-from): Ditto.
2598         (wl-draft-attribute-smtp-posting-server): Ditto.
2599         (wl-draft-attribute-smtp-posting-port): Ditto.
2600         (wl-draft-attribute-value): Ditto.
2601         (wl-draft-preview-message): Use it to get value for
2602         attributes. Reflect result of `wl-draft-config'.
2603
2604         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2605         and call `wl-summary-mark-as-read' before to call
2606         `wl-summary-unset-mark'.
2607         (wl-summary-target-mark-mark-as-unread): Likewise.
2608         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2609
2610 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2611
2612         * wl-mime.el (wl-draft-preview-message): Use actual value for
2613         attributes; Fix for small window.
2614
2615 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2616
2617         * wl-refile.el (wl-refile-get-field-value): Call
2618         `elmo-message-entity-field' with 3rd argument is non-nil.
2619
2620 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2621
2622         * wl-vars.el (wl-draft-preview-attributes): New user option.
2623         (wl-draft-preview-attributes-list): Ditto.
2624         (wl-draft-preview-attributes-buffer-lines): Ditto.
2625         (wl-draft-preview-attributes-buffer-name): Ditto.
2626
2627         * wl-mime.el (wl-draft-preview-message): Display attributes.
2628
2629 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2630
2631         * wl-summary.el (wl-summary-detect-mark-position): Bind
2632         wl-summary-flag-priority-list to '(new).
2633
2634 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2635
2636         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2637         funtion.
2638         (wl-highlight-summary-line-string): Use it.
2639         (wl-highlight-summary-current-line): Ditto.
2640
2641 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2642
2643         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2644         line even when the mark string is not changed.
2645
2646         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2647         argument change in the wl-summary-create-line.
2648         (wl-thread-insert-entity-sub): Ditto.
2649
2650         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2651         argument change in the wl-summary-create-line.
2652         (wl-summary-insert-sequential): Ditto.
2653         (wl-summary-update-thread): Ditto.
2654         (wl-summary-persistent-mark-string): New inline function.
2655         (wl-summary-message-mark): Use it.
2656         (wl-summary-create-line): Abolish argument wl-persistent-mark
2657         and added wl-flags, wl-cached.
2658
2659         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2660         mark to flags.
2661         (wl-highlight-summary-current-line): Decide the face not by the 
2662         persistent mark but flags.
2663
2664 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2665
2666         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2667         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2668         wl-summary-read-uncached-mark): Revive.
2669         (wl-summary-answered-cached-mark,
2670         wl-summary-answered-uncached-mark): New user option.
2671         (wl-summary-score-marks): Follow the change above.
2672         (wl-summary-auto-refile-skip-marks): Ditto.
2673         (wl-summary-incorporate-marks): Ditto.
2674         (wl-summary-expire-reserve-marks): Ditto.
2675         (wl-summary-flag-priority-list): New user option.
2676
2677         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2678         changes.
2679         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2680         of elmo-message-mark.
2681         (wl-summary-mark-as-read-internal): Ditto.
2682         (wl-summary-mark-as-answered): Ditto.
2683         (wl-summary-mark-as-important): Ditto.
2684         (wl-summary-redisplay-internal): Ditto.
2685         (wl-summary-redisplay-no-mime-internal): Ditto.
2686         (wl-summary-message-mark): New function.
2687         (wl-summary-insert-sequential): Use wl-summary-message-mark
2688         instead of elmo-message-mark.
2689         (wl-summary-update-thread): Ditto.
2690         (wl-summary-persistent-mark): Ditto.
2691         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2692         instead of elmo-message-mark.
2693
2694         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2695         wl-summary-message-mark instead of elmo-message-mark.
2696         (wl-thread-insert-entity-sub): Ditto.
2697         (wl-thread-get-children-msgs-uncached): Ditto.
2698
2699         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2700         variable name changes.
2701         (wl-highlight-summary-current-line): Ditto.
2702
2703         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2704         wl-summary-message-mark instead of elmo-message-mark.
2705
2706         * wl-expire.el (wl-expire-message-p): Ditto.
2707
2708         * wl-score.el (wl-score-headers): Ditto.
2709
2710         * Version number is increased to 2.11.9.
2711
2712         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2713         (wl-summary-sync-update): Follow the change above.
2714         (wl-summary-switch-to-clone-buffer): Ditto.
2715         (wl-summary-open-folder): Ditto.
2716
2717 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2718
2719         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2720         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2721
2722         * Version number is increased to 2.11.8.
2723
2724         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2725
2726         * wl-expire.el (wl-expire-refile): Follow the API change on
2727         `elmo-folder-move-messages'.
2728         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2729
2730         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2731         (wl-summary-exec-action-refile): Ditto.
2732         (wl-summary-exec-action-copy): Ditto.
2733         (wl-summary-no-auto-refile-message-p): No use
2734         `wl-summary-buffer-msgdb'.
2735         (wl-summary-auto-refile): Ditto.
2736
2737 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2738
2739         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2740
2741 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2742
2743         * wl-summary.el (wl-summary-sync): Treat no-sync.
2744
2745         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2746         (wl-default-sync-range): Ditto.
2747
2748 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2749
2750         * wl-refile.el (wl-refile-subject-learn): Call
2751         `elmo-message-entity-field' with 3rd argument is non-nil.
2752         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2753         instead of `elmo-msgdb-overview-entity-get-subject'.
2754
2755 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2756
2757         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2758         scan-type is rescan.
2759         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2760         new optional argument force is non-nil.
2761         (wl-summary-save-view-cache): Call it with force argument non-nil.
2762
2763         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2764
2765 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2766
2767         * wl-action.el (wl-summary-print-argument): Fixed last change.
2768
2769 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2770
2771         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2772         simplified.
2773         (wl-summary-target-mark-mark-as-unread): Likewise.
2774         (wl-summary-target-mark-mark-as-important): Likewise.
2775
2776 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2777
2778         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2779         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2780         (wl-summary-mark-as-important-region): Change accordingly.
2781         (wl-summary-target-mark-mark-as-important): Ditto.
2782
2783 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2784
2785         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2786
2787         * wl-action.el (wl-summary-print-argument): Print argument to
2788         right side of window if `wl-summary-print-argument-within-window'
2789         is non-nil.
2790
2791 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2792
2793         * wl-action.el (wl-summary-set-mark): Use
2794         `wl-summary-message-visible-p' to check visibility of the message
2795         and jump to message only when the message line is visible and have
2796         different number; Call wl-summary-unset-mark with number argument.
2797         (wl-summary-unset-mark): 
2798         Use `wl-summary-message-visible-p'
2799         to check visibility of the message and jump to message only when
2800         the message line is visible and have different number;
2801
2802 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * Version number is increased to 2.11.7.
2805
2806         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2807         and wl-folder-summary-line-format.
2808
2809         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2810         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2811         (wl-summary-set-score-mark): Use it.
2812         (wl-summary-target-mark-mark-as-read): Ditto.
2813         (wl-summary-target-mark-mark-as-unread): Ditto.
2814         (wl-summary-target-mark-mark-as-important): Ditto.
2815         (wl-summary-target-mark-msgs): Simplified.
2816         (wl-summary-detect-mark-position): Fixed problem when
2817         summary-line-format no contain persisten/temp mark spec.
2818         (wl-summary-temp-mark): Ditto.
2819         (wl-summary-persistent-mark): Ditto.
2820         (wl-summary-update-persistent-mark): Ditto.
2821
2822         * wl-action.el (wl-summary-set-mark): Ditto.
2823         (wl-summary-unset-mark): Ditto.
2824         All other related portions are changed.
2825
2826 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2827
2828         * Version number is increased to 2.11.6.
2829
2830 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2831
2832         * wl-util.el (wl-current-message-buffer): Define as function;
2833         Don't use the value of wl-messge-buffer.
2834
2835         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2836         persistent mark.
2837
2838         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2839         no current message, cause an error.
2840
2841 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2842
2843         * wl-summary.el (wl-summary-set-message-modified): Use
2844         elmo-folder-set-message-modified instead of
2845         elmo-folder-set-message-modified-internal.
2846
2847 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2848
2849         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2850         interactively.
2851         (wl-summary-sync): nokill->entirely.
2852         (wl-summary-sync-marks): Fixed message.
2853         (wl-summary-input-range): Added mark, nokill->entirely.
2854
2855         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2856         messages as read.
2857
2858 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2859
2860         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2861         update-noscore.
2862         (wl-summary-sync): Follow the change above.
2863
2864 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2865
2866         * wl-action.el (wl-summary-target-mark-all): Use
2867         elmo-folder-list-messages.
2868
2869 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2870
2871         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2872         (wl-summary-rescan): Set wl-summary-scored as nil.
2873         (wl-summary-sync-force-update): Follow the change above.
2874         (wl-summary-sync): Ditto.
2875         (wl-summary-sync-update): Added argument disable-killed.
2876         (wl-summary-insert-headers): Set visible-only argument for
2877         elmo-folder-list-messages.
2878         (wl-summary-input-range): Added update-nokill, update-noscore,
2879         all-nokill, all-noscore and mark.
2880
2881         * Version number is increased to 2.11.5.
2882
2883         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2884
2885 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2886
2887         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2888         (wl-summary-prefetch-region-no-mark): Change accordingly.
2889         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2890
2891 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2892
2893         * wl-address.el (wl-complete-field-to): Abolished.
2894         (wl-complete-address): Completion function for completing-read.
2895         * wl-action.el (wl-summary-get-resend-address): Use it.
2896
2897         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2898         wl-summary-update-mark and abolish unused argument.
2899         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2900         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2901         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2902         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2903         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2904         * wl-draft.el (wl-draft-kill): Ditto.
2905
2906         * wl-summary.el: Remove unused binding of case-fold-search.
2907         (wl-summary-replace-status-marks): Abolished.
2908
2909 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2910
2911         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2912         is specified or folder length is zero.
2913
2914 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2915
2916         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2917         (wl-folder-archive-current-entity): Ditto.
2918
2919 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2920
2921         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2922         retrieving message mark.
2923         (wl-summary-redisplay-internal): Ditto.
2924
2925         * wl-message.el (wl-message-buffer-display): Ignore errors while
2926         retrieving message-id field.
2927
2928         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2929         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2930         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2931         order of the arguments for `wl-expire-message-p'.
2932         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2933
2934         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2935         Check return value of wl-summary-reply.
2936         (wl-summary-reply): Recover window configuration when an error occured.
2937
2938 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2939
2940         * wl-summary.el (wl-summary-resend-message): Abolished, the
2941         feature is inherited by wl-summary-resend (put resend mark).
2942
2943 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2944
2945         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2946         wl-message-buffer to nil when the message is hide.
2947
2948 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2949
2950         * .cvsignore: New file.
2951
2952 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2953
2954         * wl-action.el (wl-summary-action-docstring): Add more info.
2955         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2956         duplicate definition.
2957         (wl-summary-define-mark-action): Functions wl-summary-*-region
2958         keep current position.
2959         (wl-summary-unregister-target-mark): Store result to the variable.
2960
2961 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2962
2963         * Version number is increased to 2.11.4.
2964
2965 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2966
2967         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2968         wl-summary-delete-all-temp-marks.
2969         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2970
2971         * wl-action.el (wl-summary-set-mark): Changed terminology
2972         refile-destination -> action-argument.
2973         (wl-summary-unset-mark): Ditto.
2974         (wl-summary-remove-argument): Ditto.
2975         (wl-summary-print-argument): Ditto.
2976
2977         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2978         (wl-thread-remove-argument-region): Ditto.
2979         (wl-thread-print-argument-region): Ditto.
2980         (wl-thread-close): Ditto.
2981         (wl-thread-open): Ditto.
2982
2983         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2984         (wl-highlight-refile-destination-face is abolished)
2985         (wl-highlight-action-argument-string): Ditto.
2986         (wl-highlight-summary-current-line): Highlight action argument.
2987
2988         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2989         color for light backgrounds.
2990         (wl-highlight-summary-answered-face): Ditto.
2991
2992 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2993
2994         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2995
2996         * wl-score.el (wl-summary-score-update-all-lines): Use
2997         wl-summary-set-mark.
2998         (wl-summary-score-update-all-lines): Kill expunged messages.
2999
3000         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3001
3002 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3003
3004         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3005         directly.
3006         (wl-score-overview-entity-get-lines): Ditto.
3007         (wl-score-overview-entity-get-xref): Ditto.
3008         (wl-score-get-latest-msgs): Ditto.
3009         (wl-summary-rescore): Ditto.
3010
3011         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3012         to "&".
3013         (wl-summary-mark-as-answered-internal): New inline function.
3014         (wl-summary-mark-as-answered): New function.
3015         (wl-summary-mark-as-unanswered): Ditto.
3016         (wl-summary-sync-marks): Modified for answered-mark synching.
3017
3018 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3019
3020         * wl-action.el (wl-summary-set-mark): Fixed last change.
3021
3022 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3023
3024         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3025         behavior of wl-summary-unread-message-hook
3026         (Pointed out by akira yamada <akira@arika.org>).
3027
3028 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3029
3030         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3031         wl-summary-delete.
3032         * wl-xmas.el (wl-summary-toolbar): Ditto.
3033
3034         * wl-action.el (wl-summary-set-mark): Don't override current
3035         temp-mark.
3036
3037         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3038
3039 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3040
3041         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3042         (wl-refile-msgid-learn): Ditto.
3043         (wl-refile-get-field-value): Ditto.
3044
3045         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3046
3047         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3048         (wl-expire-delete-reserved-messages): Renamed from
3049         wl-expire-reserve-marked-msgs-from-list.
3050         (wl-expire-delete): Removed argument `msgdb'.
3051         (wl-expire-refile): Ditto.
3052         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3053         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3054         mark-alist as argument.
3055         (wl-expire-archive-number1): Removed argument `msgdb'.
3056         (wl-expire-archive-number2): Ditto.
3057         (wl-expire-archive-date): Ditto.
3058         (wl-expire-localdir-date): Ditto.
3059         (wl-expire-hide): Ditto.
3060         (wl-archive-number1): Ditto.
3061         (wl-archive-number2): Ditto.
3062         (wl-archive-date): Ditto.
3063         (wl-archive-folder): Ditto.
3064         All other related portions are changed.
3065
3066 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3067
3068         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3069         mean move up and down. (suggested by Takashi Kawachi)
3070
3071 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3072
3073         * wl-acap.el (toplevel): Don't require un-define.
3074
3075 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3076
3077         * wl-thread.el (wl-thread-delete-message): Always update
3078         wl-summary-buffer-number-list.
3079
3080         * wl-action.el (wl-summary-print-destination): 
3081         Do nothing when folder is nil.
3082
3083 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3084
3085         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3086         persistent mark when prefetch is succeeded.
3087
3088 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3089
3090         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3091         instead of elmo-msgdb-delete-msgs.
3092         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3093         (wl-expire-hide): Ditto.
3094
3095         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3096
3097         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3098         elmo-msgdb interface.
3099         (wl-thread-get-exist-children): Likewise.
3100         (wl-thread-insert-message): Likewise.
3101         (wl-thread-msg-mark-as-important): Likewise.
3102         (wl-thread-insert-entity-sub): Likewise.
3103         (wl-thread-get-children-msgs-uncached): Likewise.
3104
3105         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3106         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3107         (wl-summary-sync-update): Likewise.
3108         (wl-summary-auto-select-msg-p): Likewise.
3109         (wl-summary-update-thread): Likewise.
3110         (wl-summary-mark-as-important): Likewise.
3111         (wl-summary-jump-to-msg-internal): Likewise.
3112         (wl-summary-redisplay-internal): Likewise.
3113         (wl-summary-print-message-with-ps-print): Likewise.
3114         (wl-summary-folder-info-update): Likewise.
3115
3116         * wl-folder.el (wl-folder-check-one-entity):
3117         elmo-folder-count-flags instead of wl-summary-count-unread.
3118
3119         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3120
3121         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3122
3123         * wl-summary.el (wl-summary-set-message-modified): 
3124         Call wl-summary-set-mark-modified.
3125         (wl-summary-delete-messages-on-buffer): Call
3126         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3127         (wl-summary-sync-update): Call elmo-folder-length instead of
3128         elmo-folder-messages.
3129         (wl-summary-insert-headers): Don't call
3130         elmo-folder-list-message-entities.
3131
3132 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3133
3134         * wl-action.el (wl-summary-define-mark-action): Call
3135         `wl-summary-set-mark' with argument `data'.
3136         (wl-summary-auto-refile): Fixed order of arguments when call
3137         `wl-summary-refile'.
3138
3139 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3140
3141         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3142
3143         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3144
3145         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3146         (Renamed from wl-highlight-summary-deleted-face).
3147         (wl-highlight-summary-resend-face): New face.
3148
3149         (wl-highlight-summary-deleted-face): Renamed from
3150         wl-highlight-summary-erased-face.
3151
3152         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3153
3154         * wl-action.el (wl-summary-get-resend-address): New function.
3155         (wl-summary-exec-action-resend): Ditto.
3156         (wl-summary-exec-action-resend-subr): Ditto.
3157
3158         * w-thread.el (wl-thread-copy): Removed definition.
3159         (wl-thread-refile): Ditto.
3160         (wl-thread-delete): Ditto.
3161         (wl-thread-target-mark): Ditto.
3162
3163         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3164         (wl-summary-target-mark-set-action): Fixed.
3165         (wl-summary-define-mark-action): Fixed quotation.
3166         (wl-summary-move-mark-list-messages): Display message.
3167         (wl-summary-define-mark-action): Define thread functions.
3168         (wl-summary-exec-action-refile): Changed message.
3169         (wl-summary-exec): Ditto.
3170
3171 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3172         
3173         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3174         '%%'.
3175
3176 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3177
3178         * wl.el (toplevel): Require wl-action.
3179         (wl-init): Call wl-summary-define-mark-action.
3180
3181         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3182
3183         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3184         wl-summary-delete and wl-summary-erase.
3185         (wl-summary-mode-map): Ditto.
3186
3187         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3188         wl-delete-folder-alist.
3189
3190         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3191         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3192         (toplevel): Moved mark & action related functions to the wl-action.el.
3193
3194         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3195         in wl-summary-mark-action-list.
3196         (wl-highlight-summary-current-line): Ditto.
3197
3198         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3199         empty lines.
3200
3201         * wl-action.el: New file. 
3202
3203 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3204
3205         * wl-summary.el (wl-summary-target-mark-replace): New function.
3206         (wl-summary-target-mark-prefetch): Use it.
3207         (wl-summary-target-mark-delete): Ditto.
3208         (toplevel): Rearranged definition order.
3209         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3210         (wl-summary-target-mark-erase): Rewrite.
3211         (wl-summary-erase-region): New function.
3212         (wl-summary-exec-action-erase): Changed message.
3213         (wl-summary-move-mark-list-messages): New function.
3214         (wl-summary-exec-action-delete): Use it.
3215         (wl-summary-exec-action-erase): Ditto.
3216
3217         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3218         (wl-summary-skip-mark-list): Added "d".
3219
3220         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3221         while searching.
3222
3223         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3224         and define using defcustom;
3225         Define 4th element as a face.
3226         
3227         * wl-summary.el (wl-summary-incorporate): Use 
3228         `wl-summary-prefetch-region-no-mark' instead of
3229         `wl-summary-prefetch-region'.
3230         (wl-summary-prefetch-region-no-mark): Revival of old
3231         `wl-summary-prefetch-region'.
3232         (wl-summary-mark-action-list): Moved to wl-vars.el
3233
3234         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3235         face according to the `wl-summary-mark-action-list'.
3236         (wl-highlight-summary-current-line): Ditto;
3237         Removed destination highlighting.
3238
3239         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3240         (wl-highlight-summary-line-string): Highlight for "i" mark.
3241         (wl-highlight-summary-current-line): Ditto.
3242
3243         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3244         no destination.
3245
3246         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3247         exists, just go ahead.
3248         (wl-summary-prefetch-region): Rewrite.
3249         (wl-summary-prefetch): Ditto.
3250         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3251         (wl-summary-exec-action-prefetch): New function.
3252         (wl-summary-target-mark-prefetch): Rewrite.
3253
3254 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3255
3256         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3257         (wl-highlight-summary-line-string): Added "d" and "D".
3258         (wl-highlight-summary-current-line): Ditto.
3259
3260         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3261         in wl-summary.el.
3262         (wl-thread-insert-entity-sub): Ditto.
3263         (wl-thread-remove-destination-region): Ditto.
3264         (wl-thread-print-destination-region): Ditto.
3265
3266         * wl-summary.el (wl-summary-buffer-refile-list,
3267         wl-summary-buffer-delete-list,
3268         wl-summary-buffer-copy-list): Abolish.
3269         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3270         All other related portions are changed.
3271         (wl-summary-mark-action-list): New variable.
3272         (wl-summary-set-mark): New function.
3273         (wl-summary-register-target-mark): Ditto.
3274         (wl-summary-unregister-target-mark): Ditto.
3275         (wl-summary-have-target-mark-p): Ditto.
3276         (wl-summary-register-temp-mark): Ditto.
3277         (wl-summary-unregister-temp-mark): Ditto.
3278         (wl-summary-registered-temp-mark): Ditto.
3279         (wl-summary-collect-temp-mark): Ditto.
3280         (wl-summary-unset-mark): Ditto.
3281         (wl-summary-set-target-mark): Ditto.
3282         (wl-summary-unset-target-mark): Ditto.
3283         (wl-summary-set-action-generic): Ditto.
3284         (wl-summary-unset-action-generic): Ditto.
3285         (wl-summary-exec-action-delete): Ditto.
3286         (wl-summary-exec-action-erase): Ditto.
3287         (wl-summary-set-action-refile): Ditto.
3288         (wl-summary-set-action-refile-subr): Ditto.
3289         (wl-summary-unset-action-refile): Ditto.
3290         (wl-summary-make-destination-numbers-list): Ditto.
3291         (wl-summary-exec-action-refile): Ditto.
3292         (wl-summary-set-action-copy): Ditto.
3293         (wl-summary-unset-action-copy): Ditto.
3294         (wl-summary-exec-action-copy): Ditto.
3295         (wl-summary-collect-numbers-region): Ditto.
3296         (wl-summary-delete): Rewrite.
3297         (wl-summary-erase): Ditto.
3298         (wl-summary-remove-destination): Ditto.
3299         (wl-summary-exec): Ditto.
3300         (wl-summary-exec-region): Ditto.
3301         (wl-summary-target-mark-erase): Ditto.
3302         (wl-summary-refile): Ditto.
3303         (wl-summary-copy): Ditto.
3304         (wl-summary-unmark): Ditto.
3305         (wl-summary-delete-all-mark): Ditto.
3306         (wl-summary-mark-line): Don't highlight.
3307         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3308         (wl-summary-target-mark-refile-subr): Rewrite.
3309
3310         (wl-summary-copy-prev-destination): Abolish.
3311
3312 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3313
3314         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3315         default values along the value of wl-on-mule.
3316         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3317         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3318         It is not used anywhere.
3319
3320 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3321
3322         * wl-summary.el (wl-summary-print-destination): Keep position.
3323         (wl-summary-cursor-move-surface): Keep horizontal position.
3324
3325 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3326
3327         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3328         write sendlog.
3329
3330 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3331
3332         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3333         `wl-summary-highlight'.
3334
3335 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3336
3337         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3338         trivial condition for temp-mark.
3339
3340 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3341
3342         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3343         when it hits killed buffer.
3344
3345 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3346
3347         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3348         * wl-news.el.in: `message' and `error' take format string.
3349
3350 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3351
3352         * wl-folder (wl-folder-insert-entity): Display a message,
3353         `...done', when the work finish.
3354         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3355
3356 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3357
3358         * wl-message.el (wl-message-redisplay): Remove unused local
3359         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3360
3361 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3362
3363         * wl-summary.el (wl-summary-replace-status-marks): Disable
3364         interactive use.
3365         (wl-summary-reedit): Check message existence at first.
3366         (wl-summary-mark-line): Fix doc, return value is indefinite.
3367
3368         * wl-highlight.el (wl-highlight-message): Arranged.
3369
3370         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3371         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3372         check temp-mark by wl-summary-temp-mark always.
3373         (wl-highlight-summary): Change accordingly.
3374         * wl-summary.el (wl-summary-mark-as-read-all)
3375         (wl-summary-delete-cache, wl-summary-set-score-mark)
3376         (wl-summary-mark-as-unread, wl-summary-unmark)
3377         (wl-summary-mark-line, wl-summary-mark-as-read)
3378         (wl-summary-mark-as-important): Ditto.
3379
3380         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3381         end of the window if possible.
3382         * wl-summary.el (wl-summary-sync-update): Support lazy
3383         highlighting.
3384         (wl-summary-toggle-disp-msg): Ditto.
3385
3386 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3387
3388         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3389
3390 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3391
3392         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3393         change.
3394
3395 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3396
3397         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3398         API.
3399         (wl-summary-sync-update): Ditto.
3400
3401         * wl-score.el (wl-score-get-score-alist): Changed argument.
3402         (wl-summary-rescore-msgs): Likewise.
3403         (wl-summary-score-headers): Likewise.
3404         (wl-score-headers): Likewise;
3405         Use elmo-folder-do-each-message-entity, etc.
3406         (wl-summary-score-effect): Follow the changes above.
3407         (wl-summary-rescore): Ditto.
3408         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3409         (wl-score-get-overview): Abolish.
3410
3411         * wl-summary.el (wl-summary-default-from): Follow the API change in
3412         elmo-msgdb.
3413         (wl-summary-count-unread): Ditto.
3414         (wl-summary-detect-mark-position): Ditto.
3415         (wl-summary-overview-entity-compare-by-date): Ditto.
3416         (wl-summary-overview-entity-compare-by-number): Ditto.
3417         (wl-summary-overview-entity-compare-by-from): Ditto.
3418         (wl-summary-overview-entity-compare-by-subject): Ditto.
3419         (wl-summary-get-list-info): Ditto.
3420         (wl-summary-rescan): Ditto.
3421         (wl-summary-jump-to-msg-by-message-id): Ditto.
3422         (wl-summary-sync-update): Ditto; Removed comment.
3423         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3424         (wl-summary-insert-message): Use wl-summary-insert
3425         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3426         (wl-summary-insert-headers): Changed argument overview to folder.
3427         (wl-summary-search-by-subject): Likewise.
3428         (wl-summary-insert-thread): Renamed from 
3429         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3430
3431         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3432         too.
3433
3434         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3435         wl-string-member.
3436
3437 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3438
3439         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3440         elmo-folder-append-buffer.
3441         (wl-draft-queue-append): Likewise.
3442
3443         * wl-mime.el (wl-message-delete-current-part): Ditto.
3444         (wl-summary-burst-subr): Ditto.
3445
3446         * wl-news.el.in (wl-news-send-news): Ditto.
3447
3448 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3449
3450         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3451         function.
3452         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3453         (wl-summary-update-mark): Enclose with save-excursion.
3454         (wl-summary-mark-as-read-internal): Fixed last change.
3455         (wl-summary-mark-as-important): Use 3rd argument of
3456         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3457         Don't use elmo-msgdb-set-mark.
3458         (wl-summary-redisplay-internal): If msgdb flag is already read,
3459         just update the mark on buffer.
3460
3461 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3462
3463         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3464         cut visible folder when elmo-folder-delete returns non-nil value.
3465
3466 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3467
3468         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3469         by Kenichi OKADA <okada@opaopa.org>).
3470
3471 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3472
3473         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3474
3475 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3476
3477         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3478         Fixed the last change, search group entity by its real name.
3479         (Thanks to: KOBAYASHI Shinji)
3480
3481 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3482
3483         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3484         (wl-fldmgr-access-display-all): Don't refer visible name.
3485         * wl-expire.el (wl-folder-archive-current-entity)
3486         (wl-folder-expire-current-entity): Ditto.
3487         * wl-folder.el (wl-folder-jump-to-current-entity)
3488         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3489         (wl-folder-open-folder-sub,wl-folder-open-all)
3490         (wl-folder-write-current-folder): Ditto.
3491         (wl-folder-insert-entity): Don't use petname for normal group.
3492         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3493         is the real name.
3494         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3495         Abolished.
3496
3497 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3498
3499         * wl-draft.el (wl-draft-create-buffer): Add
3500         `wl-summary-reply-with-citation'
3501
3502 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3503
3504         * wl-draft.el (wl-draft-reply): Fixed.
3505
3506 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3507
3508         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3509         when `wl-draft-send-confirm-with-preview' is non-nil.
3510         You can scroll up/down by j/k.
3511         (wl-draft-send-confirm-with-preview): New variable (default=t).
3512
3513 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3514
3515         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3516         (wl-fldmgr-save-folders): Fix comment.
3517
3518 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3519
3520         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3521         along the last change in `wl-folder-buffer-group-p'.
3522
3523 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3524
3525         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3526         folder.
3527
3528         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3529         the default value.
3530
3531         * wl-mime.el (wl-summary-burst): Update summary only when target
3532         folder equals current folder.
3533
3534 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3535
3536         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3537
3538 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3539
3540         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3541         value.
3542
3543 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3546         `map-extents' instead of `extent-at' repeatedly.
3547         (wl-highlight-folder-current-line): Ditto.
3548
3549         * wl-highlight.el: Remove useless dummy functions.
3550
3551 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3552
3553         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3554         (wl-folder-put-folder-property): New function to put text property.
3555         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3556         (wl-folder-insert-entity, wl-folder-update-diff-line)
3557         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3558         * wl-e21.el, wl-xmas.el, wl-mule.el
3559         (wl-highlight-folder-current-line): Ditto.
3560         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3561         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3562         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3563         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3564
3565 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3566
3567         * Version number is increased to 2.11.3.
3568
3569 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3570
3571         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3572         Resume current-buffer since it is assumed by remaining tasks.
3573
3574 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3575
3576         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3577         (wl-folder-completion-function): Abolished.
3578         (wl-folder-complete-folder): New function.
3579         (wl-folder-complete-filter-condition): Ditto.
3580         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3581         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3582
3583 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3584
3585         * wl-draft.el (wl-draft-send-confirm): New function.
3586         (wl-draft-send): Use it.
3587
3588         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3589         cursor-in-echo-area while confirming.
3590
3591         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3592
3593         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3594         searching via nntp if wl-summary-search-via-nntp is 'force.
3595         Otherwise, invoke searching in nntp folder only.
3596         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3597
3598         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3599         explicitly for mime-make-text-tag.
3600
3601 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3602
3603         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3604         `mime-make-text-tag' instead of `mime-create-tag'.
3605
3606 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3607
3608         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3609         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3610
3611 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3612
3613         * wl-score.el (wl-score-save): Bind print-length and print-level.
3614         (wl-score-pretty-print): Ditto.
3615         (wl-score-edit-insert-header-entry): Ditto.
3616
3617         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3618         "From" entry to be treated with wl-draft-eword-encode-address-list.
3619         * wl-mime.el (wl-draft-preview-message): Ditto.
3620
3621         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3622         (wl-summary-mark-as-unread): Ditto.
3623         (wl-summary-mark-as-read-region): Change accordingly.
3624         (wl-summary-mark-as-unread-region): Ditto.
3625         (wl-summary-target-mark-mark-as-read): Ditto.
3626         (wl-summary-target-mark-mark-as-unread): Ditto.
3627
3628 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3629
3630         * Version number is increased to 2.11.2.
3631
3632 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3633
3634         * wl-news.el.in (wl-news-previous-version-save): Bind
3635         print-length and print-level.
3636         * wl-thread.el (wl-thread-save-entities): Ditto.
3637         (wl-thread-save-top-list): Bind print-length.
3638
3639 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3640
3641         * wl-highlight.el (wl-highlight-summary-line-string): Use
3642         wl-summary-score-below-mark, wl-summary-score-over-mark.
3643         (wl-highlight-summary-current-line): Ditto.
3644
3645 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3646
3647         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3648         insert it.
3649
3650 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3651
3652         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3653
3654 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3655
3656         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3657         message without msgid.
3658         Rewrite with elmo-folder-move-messages.
3659         Set wl-message-buffer to nil.
3660
3661         * wl-summary.el (wl-summary-erase-subr): New function. Use
3662         elmo-folder-move-messages.
3663         (wl-summary-erase): Call it.
3664         (wl-summary-target-mark-erase): Ditto.
3665
3666 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3667
3668         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3669         it is not up-tp-date.
3670
3671 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3672
3673         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3674         buffer after calling `wl-summary-goto-folder-subr' without the
3675         argument `interactive'.
3676         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3677
3678 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3679
3680         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3681         `mime-create-tag'. Use `string=' instead of `looking-at'.
3682
3683 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3684
3685         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3686         to avoid compile warning.
3687
3688         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3689         entity-id when folder is given.
3690         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3691         save-excursion, use save-selected-window instead.
3692         Select folder buffer window if exists.
3693         (To correct behavior with wl-folder-move-cur-folder.)
3694
3695 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3696
3697         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3698
3699 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3700
3701         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3702         list-count instead of %d.
3703
3704 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3705
3706         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3707         (wl-news): Set it.
3708         (wl-news-append-to-folder): Use it.
3709
3710         * wl-news.el.in (wl-news-send-news): Append to specified folder
3711         instead of wl-default-folder.
3712         (wl-news-append-to-folder): Show error message with specified folder.
3713
3714         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3715                 In most major modes, Emacs assumes that any opening
3716                 delimiter found at the left margin is the start of a
3717                 top-level definition, or defun. Therefore, *never put an
3718                 opening delimiter at the left margin unless it should have
3719                 that significance.*
3720
3721         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3722
3723 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3724
3725         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3726
3727 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3728
3729         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3730
3731 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3732
3733         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3734         for sequential numbering case.
3735
3736 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3737
3738         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3739         value.
3740         (wl-draft-reply-without-argument-list): Ditto.
3741         (wl-draft-reply-myself-with-argument-list): Abolish.
3742         (wl-draft-reply-myself-without-argument-list): Ditto.
3743         * wl-draft.el (wl-draft-self-reply-p): New function.
3744         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3745
3746 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3747
3748         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3749         (avoid error for the case without byte-compiling)
3750
3751 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3752
3753         * wl-news.el.in (wl-news-append-to-folder): New function.
3754         (wl-news-exit): Rewrite.
3755         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3756
3757 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3758
3759         * wl-draft.el (wl-draft-reply-position): New function.
3760         (wl-draft-reply-position): Fix.
3761         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3762         (wl-summary-target-mark-reply-with-citation): Ditto.
3763         (wl-summary-reply-with-citation): Ditto.
3764         * wl-vars.el (wl-draft-reply-default-position): New variable.
3765
3766 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3767
3768         * wl-draft.el (wl-draft-send): Preview when interactive send.
3769
3770 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3771
3772         * wl-draft.el (wl-draft-reply): Set default position.
3773         * wl-summary.el (wl-summary-reply): Ditto.
3774         (wl-summary-reply-with-citation): Ditto.
3775         (wl-summary-target-mark-reply-with-citation): Ditto.
3776
3777 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3778
3779         * wl-news.el.in (wl-news-lang): Set default value according to
3780         current-language-environment.
3781         (wl-news-append-news): Do nothing when news-list is nil.
3782
3783 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3784
3785         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3786         (wl-news): Change message.
3787         (wl-news-exit): Check buffer.
3788         (wl-news-force-exit): New function.
3789         (wl-news-show-all): New function.
3790         (wl-news-discard-and-exit): Fix.
3791
3792 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3793
3794         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3795         according to current-language-environment.
3796
3797         * wl-news.el.in (wl-news): If arg, show all NEWS after
3798         wl-news-default-previous-version.
3799
3800 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3801
3802         * wl-news.el.in (wl-news-check): Rewritten.
3803         (wl-news-previous-version-load): Change data type.
3804         (wl-news-previous-version-save): Change data type.
3805         (wl-news-append-news): Add return value.
3806         (wl-news-check-news): New function.
3807         (wl-news-already-current-p): New function.
3808         (wl-news-send-news): Rewritten.
3809         (wl-news-mode-map): Add new keybind.
3810         (wl-news): Rewritten.
3811         (wl-news-exit): Rewritten.
3812         (wl-news-discard-and-mail): New function.
3813         (wl-news-send-to-address): Abolished.
3814         * wl.el (wl-init): Delete a message.
3815
3816 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3817
3818         * wl-news.el.in (wl-news-exit): Update previous version.
3819         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3820
3821 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3822
3823         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3824
3825 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3826
3827         * wl-news.el.in (wl-news): New function.
3828         (wl-news-mode): New function.
3829         (wl-news-next-line): New function.
3830         (wl-news-next-page): New function.
3831         (wl-news-exit): New function.
3832         (wl-news-buf-name): New variable.
3833         (wl-news-mode-map): New variable.
3834         (wl-news-winconf): New variable.
3835         (wl-news-append-news): Add an option.
3836
3837 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3838
3839         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3840
3841 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3842
3843         * wl-news.el.in (wl-news-send-to-address): New variable.
3844         (wl-news-send-news): Use it.
3845         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3846         Return updating status.
3847         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3848
3849 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3850
3851         * wl-news.el.in (wl-news-send-news): Delete
3852         Organization and X-Face.
3853
3854 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3855
3856         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3857         (wl-news-append-news): New function.
3858         (wl-news-send-news): New function.
3859
3860 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3861
3862         * Version number is increased to 2.11.1.
3863
3864 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3865
3866         * wl-news.el.in : New file.
3867
3868 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3869
3870         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3871         default value.
3872         (wl-draft-reply-without-argument-list): Ditto.
3873
3874 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3875
3876         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3877         (wl-message-buffer-prefetch-idle-time): Ditto.
3878         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3879
3880 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3881
3882         * wl-thread.el (wl-thread-insert-message): Use
3883         wl-summary-max-thread-depth.
3884
3885         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3886         loop detection.
3887
3888         * wl-message.el (wl-message-buffer-display): Back to the first page
3889         when cache is hit.
3890
3891 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3892
3893         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3894
3895         * wl-summary.el (wl-summary-insert-thread-entity):
3896         If the thread depth is reached to wl-summary-max-thread-depth,
3897         divide the thread.
3898
3899 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3900
3901         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3902         for elmo-remove-passwd.
3903
3904 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3905
3906         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3907         folder is sticky.
3908         (wl-folder-mark-as-read-all-entity): Ditto.
3909         (wl-folder-prefetch-entity): Ditto.
3910
3911 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3912
3913         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3914
3915 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3916
3917         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3918         Delete messages on buffer for unplugged operation.
3919         (wl-summary-erase): Ditto.
3920
3921 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3922
3923         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3924         take nil so as not to search parent by subject.
3925
3926 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3927
3928         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3929         (wl-folder-get-next-folder): Ditto.
3930         (wl-folder-get-path): Ditto.
3931
3932 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3933
3934         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3935         system and encode the region with it before verifying.
3936
3937 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3938
3939         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3940         system of the echo buffer before decoding.
3941
3942 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3943
3944         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3945         original contents.
3946
3947 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3948
3949         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3950         with argument 'any-exists.
3951
3952 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3953
3954         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3955         Use `wl-cs-autoconv'.
3956
3957 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3958
3959         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3960         by `mime-view-automatic-conversion'.
3961
3962         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3963         (wl-message-verify-pgp-nonmime): Ditto.
3964         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3965         Bind them to C-c:d and C-c:v respectively.
3966
3967         Merge following code by Teranishi-san from [wl-en:00167].
3968         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3969         (wl-mime-preview-application/pgp-encrypted): Ditto.
3970         (wl-mime-setup): Add entry.
3971
3972 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3973
3974         * wl-summary.el (wl-summary-target-mark-erase): New function.
3975         Bind it to "mD".
3976
3977 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3978
3979         * wl-vars.el (wl-draft-write-file-function): Fix.
3980         (wl-draft-reedit-hook): Changed default value.
3981
3982         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3983         wl-draft-reedit-hook.
3984         (wl-draft-remove-text-plain-tag): New function.
3985         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3986
3987         * wl-vars.el (wl-draft-write-file-function): New user option.
3988
3989         * wl-draft.el (wl-draft-prepare-edit): Use it for
3990         local-write-file-hooks.
3991         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3992
3993         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3994         (wl-draft-insert-mail-header-separator): Return the body beginning
3995         point.
3996         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3997         text/plain.
3998         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3999
4000 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4001
4002         * wl-summary.el (wl-summary-erase): New function to erase message
4003         without moving it to trash. Bind to "D".
4004
4005         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4006         as `keep' unless switch-function.
4007
4008 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4009
4010         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4011         message buffer by using `wl-summary-toggle-disp-msg'.
4012         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4013         buffer window.
4014         (wl-summary-supresedes-message): Ditto.
4015
4016         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4017         Do not delete other windows.
4018         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4019         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4020         (wl-draft-create-buffer): Set reply-or-forward also for target
4021         mark commands.
4022
4023 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4024
4025         * wl-draft.el (wl-user-agent-compose): Delete special case for
4026         switch-to-buffer-other-window.
4027
4028         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4029         (wl-summary-forward): Ditto.
4030
4031         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4032         function.
4033         (wl-draft-buffer-style): New use option.
4034
4035         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4036         (wl-draft): Follow the change above.
4037         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4038         wl-draft-buffer-style.
4039         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4040         switch-function.
4041
4042 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4043
4044         * wl-address.el (wl-address-make-completion-entry): Extracted from
4045         `wl-address-make-completion-list'.
4046         (wl-address-enable-strict-loading): New variable.
4047         (wl-address-make-completion-list): Revive petname duplication
4048         inquiry, and enable it if `wl-address-enable-strict-loading'.
4049         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4050
4051 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4052
4053         * wl-message.el (wl-message-get-original-buffer): Avoid
4054         'Selecting deleted buffer' error when original buffer is killed.
4055
4056 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4057
4058         * wl-summary.el (wl-summary-next-message): Use
4059         elmo-message-accessible-p instead of elmo-message-cached-p.
4060
4061 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4062
4063         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4064
4065         * wl-thread.el (wl-thread-open-all-unread): Use
4066         elmo-folder-list-flagged instead of
4067         elmo-folder-list-messages-mark-match.
4068
4069         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4070         instead of elmo-folder-list-messages-mark-match.
4071         (wl-summary-move-spec-alist): New variable.
4072         (wl-summary-move-spec-plugged-alist,
4073         wl-summary-move-spec-unplugged-alist): Abolish.
4074         (wl-summary-next-message): Follow the change above.
4075         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4076         with 'no-msg' argument.
4077
4078         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4079         variable.
4080         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4081         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4082         (wl-message-buffer-prefetch-get-next): Follow the change above.
4083
4084 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4085
4086         * wl-version.el (wl-version): Changed codename.
4087
4088         * Version number is increased to 2.11.0.
4089
4090 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4091
4092         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4093         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4094         `wl-draft-config-variables'.
4095         (wl-draft-kill): Fixed problem when the draft is reedit.
4096
4097 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4098
4099         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4100         buffer-modified status (Thanks to
4101         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4102
4103 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4104
4105         * wl-util.el (wl-region-exists-p): New function.
4106
4107         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4108         Remove defvars for byte-compile warnings.
4109
4110 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4111
4112         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4113         defvar-maybe. Removed unused bind.
4114
4115 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4116
4117         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4118         summary buffer window before creating new frame.
4119         (wl-draft-reply): Ditto.
4120
4121 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4122
4123         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4124
4125 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4126
4127         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4128
4129 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4130
4131         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4132         instead of `kill-region'.
4133
4134 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4135
4136         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4137         (wl-highlight-summary-line-string): Use it.
4138         (wl-highlight-summary-current-line): Ditto.
4139
4140         * wl-mime.el (wl-message-delete-current-part): Check the class of
4141         mime-entity.
4142
4143         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4144
4145         * wl-summary.el (wl-summary-make-number-list): Initialize.
4146         (wl-summary-update-mark): New function.
4147         (wl-summary-reply): Put `answered' mark on the message.
4148         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4149
4150         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4151         (wl-draft-reply): Added optional argument `number';
4152         Set wl-draft-parent-number.
4153         (wl-draft-kill): Delete answered mark if it is a reply.
4154
4155 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4156
4157         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4158         that originates in mime-preview-follow-current-entity.
4159         (wl-draft-yank-current-message-entity): Use it if region is active.
4160
4161         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4162         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4163         `wl-message-delete-current-part'.
4164         * wl-mule.el (wl-message-define-keymap): Ditto.
4165         * wl-xmas.el (wl-message-define-keymap): Ditto.
4166
4167 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4168
4169         * wl-mime.el (wl-message-delete-current-part): New function.
4170         (wl-mime-node-id-to-string): Ditto.
4171
4172         * wl-mime.el (wl-message-delete-current-part): Use existing
4173         original buffer which corresponds current mime-view buffer.
4174         (fetched buffer might have different structure, possibly)
4175
4176         * wl-mime.el (wl-message-delete-current-part): Quit if the
4177         message content differs from the actual message.
4178
4179 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4180
4181         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4182         order.
4183         (wl-summary-search-by-subject): Search parent message from tail;
4184         Check the existence of the parent message on the current thread tree.
4185         (wl-summary-update-thread): Check whether the line is inserted.
4186
4187 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4188
4189         * wl-vars.el (wl-summary-line-format): Undo last change.
4190         * wl-summary.el (wl-summary-print-destination): Do not put
4191         invisible property when `wl-summary-width' is nil.
4192         (wl-summary-line-subject-minimum-length): Abolished.
4193         (wl-summary-line-subject): Ditto.
4194
4195 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4196
4197         * wl-vars.el (wl-summary-line-format): Change default value.
4198         (wl-summary-subject-length-limit): Abolished.
4199         * wl-summary.el (wl-summary-line-subject): Ditto.
4200
4201 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4202
4203         * wl-template.el (wl-template-select): Added optional argument.
4204         If optional argument is specified, reverse
4205         `wl-template-visible-select'.
4206
4207 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4208
4209         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4210         Take prefix argument to force asking the destination folder.
4211
4212 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4213
4214         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4215         count and update status.
4216
4217 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4218
4219         * wl-summary.el (wl-summary-redisplay-internal): If
4220         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4221         after fetching.
4222
4223 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4224
4225         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4226         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4227
4228         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4229
4230 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4231
4232         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4233         (All other related portions are changed).
4234         (wl-summary-mark-as-read-all): Rewrite.
4235
4236 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4239         `wl-summary-mark-as-read'.
4240         (wl-summary-mark-as-unread): Rewrite.
4241         (wl-summary-mark-as-read): Added no-modeline argument.
4242         (wl-summary-resume-cache-status): Rewrite.
4243         (wl-summary-exec-subr): Remove unused local variable.
4244
4245 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4246
4247         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4248         logic to call `wl-summary-buffer-prev-folder-function'.
4249         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4250
4251 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4252
4253         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4254         is nil.
4255
4256 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4257
4258         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4259         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4260         (wl-mime-setup): Add its entry.
4261
4262 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4263
4264         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4265         (wl-summary-delete-cache): Likewise.
4266         (wl-summary-mark-as-read): Rewrite.
4267
4268 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4271         `wl-summary-count-unread'.
4272
4273         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4274
4275         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4276
4277 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4278
4279         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4280         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4281         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4282         Renamed to the elmo-msgdb-*-mark.
4283         (wl-summary-score-marks): Follow the change above.
4284         (wl-summary-auto-refile-skip-marks): Ditto.
4285         (wl-summary-incorporate-marks): Ditto.
4286         (wl-summary-expire-reserve-marks): Ditto.
4287
4288         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4289         changes.
4290         (wl-thread-insert-top): Changed updating message.
4291
4292         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4293         variable.
4294         (wl-summary-count-unread): Count answered marks.
4295         (wl-summary-rescan): Call wl-summary-insert-message instead of
4296         wl-summary-append-message-func-internal.
4297         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4298         (wl-summary-prefetch-msg): Follow the variable name changes.
4299         (wl-summary-prefetch-region): Ditto.
4300         (wl-summary-mark-as-read-all): Follow the API changes;
4301         Don't call elmo-folder-replace-marks.
4302         (wl-summary-delete-cache): Follow the variable name changes.
4303         (wl-summary-resume-cache-status): Ditto.
4304         (wl-summary-update-status-marks): New function.
4305         (wl-summary-insert-message): New function.
4306         (wl-summary-sync-marks): Follow the variable name changes.
4307         (wl-summary-sync-update): Synchronize to the msgdb, too;
4308         Changed update messages.
4309         (wl-summary-make-number-list): Rewrite.
4310         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4311         (wl-summary-mark-as-unread): Follow the API changes.
4312         (wl-summary-exec-subr): Follow the variable name changes.
4313         (wl-summary-mark-as-read): Ditto.
4314         (wl-summary-move-spec-plugged-alist): Ditto.
4315         (wl-summary-move-spec-unplugged-alist): Ditto.
4316         (wl-summary-cursor-move-surface): Ditto.
4317
4318         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4319         variable name changes.
4320         (wl-highlight-summary-current-line): Ditto.
4321
4322         * wl-expire.el (wl-expire-refile): Follow the API change in
4323         elmo-folder-move-messages.
4324         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4325         (wl-summary-archive): Use elmo-folder-msgdb instead of
4326         elmo-msgdb-load.
4327
4328 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4329
4330         * wl-mime.el (wl-draft-preview-message): Restore the position
4331         before evaluating wl-draft-send-hook in preview buffer.
4332
4333 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4334
4335         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4336         when it creates new draft buffer.
4337
4338         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4339         without argument.
4340
4341         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4342         Evaluate content and if the value is string, insert it.
4343         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4344         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4345         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4346         wl-draft-config-sub-part-bottom): Use it.
4347
4348         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4349         with the folder name. The question was unintelligible when it is
4350         called from wl-save-status.
4351
4352 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4353
4354         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4355         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4356         cannot take second argument).
4357
4358 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4359
4360         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4361         as t. Since type and subtype are not case sensitive (RFC 2045).
4362
4363 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4364
4365         * wl-vars.el (wl-message-mode-line-format): New variable.
4366         (wl-message-mode-line-format-spec-alist): Ditto.
4367         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4368         (wl-message-redisplay): Use wl-message-mode-line-format.
4369
4370 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4371
4372         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4373
4374 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4375
4376         * wl-summary.el (wl-summary-default-from): Write description.
4377
4378 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4379
4380         * wl-vars.el (wl-ldap-objectclass): Abolish.
4381
4382         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4383         (wl-ldap-make-filter): Removed condition for objectclass.
4384         (wl-ldap-make-matched-value-list): Remove meaningless process.
4385         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4386         (wl-address-ldap-search): Don't add `*' to `pat' string;
4387         use ignore-errors; added `email';
4388         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4389         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4390         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4391
4392
4393 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4394
4395         * wl-draft.el (wl-draft-parent-folder): Write description.
4396         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4397
4398 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4399
4400         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4401         as "" (zero-length string) if no parent.
4402         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4403
4404 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4405
4406         * wl-address.el (wl-address-make-completion-list): Skip duplication
4407         checking.
4408         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4409         `append'.
4410
4411 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4412
4413         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4414         instead of `beginning-of-buffer'.
4415
4416 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4419
4420 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4421
4422         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4423         Refer wl-message-buffer-name.
4424         (wl-message-wheel-down): Ditto.
4425
4426 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4427
4428         * wl-vars.el (wl-message-buffer-name): New user option.
4429
4430         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4431         directly instead of making alist dinamically.
4432
4433         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4434         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4435         wl-message-buffer-cache-name.
4436         (wl-message-buffer-cache-clean-up): Ditto.
4437
4438         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4439
4440         * Version number is increased to 2.9.15.
4441
4442 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4443
4444         * wl-vars.el (wl-summary-default-view-alist): New user option.
4445
4446         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4447
4448         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4449         while deleting address.
4450         (wl-draft-delete-myself-from-cc): Ditto.
4451
4452         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4453         If optional argument is specified, reverse sort order.
4454
4455         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4456
4457 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4458
4459         * wl-thread.el (wl-thread-insert-message): Return parent number if
4460         exists.
4461         (wl-thread-update-indent-string-region): Use
4462         wl-thread-update-line-on-buffer-sub instead of
4463         wl-thread-update-line-on-buffer.
4464
4465 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4466
4467         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4468         (wl-folder-close-all): Ditto.
4469
4470 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4471
4472         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4473         and mailing-list:.
4474         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4475         value.
4476         (wl-summary-line-list-info): Print mailing-list name even when 
4477         list-number is empty.
4478
4479 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4480
4481         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4482
4483         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4484         (wl-draft-open-file): Ditto.
4485         (wl-draft-random-alphabet): Ditto.
4486
4487         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4488         bindings.
4489
4490 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4491
4492         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4493         * wl-vars.el (wl-draft-config-alist): Ditto.
4494
4495 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4496
4497         * Version number is increased to 2.9.14.
4498
4499         * wl.el (wl): Don't set wl-init as nil when error occured while
4500         auto-checking folders.
4501
4502         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4503         `elmo-expand-newtext'.
4504
4505 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4508         `this-command' so that `wl-folder-goto-folder' contained in
4509         `wl-summary-keep-cursor-command' work.
4510
4511 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4514         message buffer displaying state.
4515
4516 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4517
4518         * wl-vars.el (wl-summary-default-view): New variable to specify
4519         default value for `wl-summary-buffer-view' instead of using
4520         set-default.
4521         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4522
4523 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4524
4525         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4526
4527         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4528
4529 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4530
4531         * wl-vars.el (wl-forward-subject-prefix): New variable.
4532         * wl-draft.el (wl-draft-forward): Use it.
4533
4534 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4535
4536         * wl-message.el (wl-message-prev-page): When it is called without
4537         lines argument, scroll down by wl-message-scroll-amount lines.
4538         (wl-message-next-page): Ditto.
4539         * wl-vars.el (wl-message-scroll-amount): Change default value
4540         to preserve current behavior.
4541
4542 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4543
4544         * wl-summary.el (wl-summary-prefetch-msg): Bind
4545         `wl-message-entity' to call `wl-summary-from-function'.
4546
4547 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4548
4549         * wl-message.el (wl-message-buffer-create): Run
4550         wl-message-buffer-created-hook.
4551
4552 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4553
4554         * wl-summary.el (wl-summary-sort-specs): New variable.
4555         (wl-summary-default-sort-spec): Ditto.
4556         (wl-summary-sort): Rewrite.
4557         (wl-summary-sort-by-list-info): New function.
4558
4559 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4560
4561         * wl-summary.el (wl-summary-get-list-info): New function.
4562         (wl-summary-sort): Rewrite.
4563         (wl-summary-line-list-info): Ditto.
4564         (wl-summary-line-list-count): Ditto.
4565         (wl-summary-refile-region): Fixed docstring.
4566
4567 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4568
4569         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4570         `wl-folder-entity-hashtb' as completion table.
4571
4572 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4575         only when this command is called interactively; silence the byte-
4576         compiler.
4577
4578 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4579
4580         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4581         active in XEmacs.
4582
4583 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4584
4585         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4586         plural lines.
4587
4588 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4589
4590         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4591         of current line when the cursor is on the header name.
4592         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4593
4594 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4595
4596         * wl-util.el (wl-read-directory-name): Return displayed directory
4597         as the default value also on XEmacs.
4598
4599 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4600
4601         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4602         formatting.
4603
4604 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4605
4606         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4607         argument and when it is non-nil, check face property before
4608         highlighting for each line.
4609         (wl-highlight-summary-window): Set it.
4610
4611 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4612
4613         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4614         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4615
4616         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4617         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4618         (wl-draft-get-fcc-list): Likewise.
4619
4620 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4621
4622         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4623         (wl-thread-entity-cur): Ditto.
4624         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4625         wl-thread-indent-regexp setting.
4626         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4627
4628         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4629         wl-summary-lazy-highlight.
4630         (wl-summary-display-bottom): Ditto.
4631
4632         * wl-thread.el (wl-thread-open-close): Likewise.
4633
4634         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4635         from and subject;
4636         Bind wl-draft-use-frame;
4637         Enclose with save-window-excursion;
4638         Use wl-draft-create-buffer instead of with-temp-buffer;
4639         Use wl-draft-prepare-edit;
4640         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4641         Use wl-draft-send instead of wl-draft-raw-send.
4642
4643 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4646         of using wl-from.
4647
4648 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4649
4650         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4651         insert-buffer instead of clone-buffer.
4652         (wl-draft-doing-mime-bcc): New variable.
4653         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4654         infinite loop.
4655         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4656
4657         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4658         (wl-draft-mime-bcc-body): Ditto.
4659
4660         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4661         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4662         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4663         wl-draft-do-mime-bcc.
4664         (wl-draft-mime-bcc-field): New function.
4665         (wl-draft-do-mime-bcc): Ditto.
4666
4667         * wl-address.el (wl-address-complete-header-list): New variable.
4668         (wl-address-complete-header-regexp): Changed default value.
4669
4670         * Version number is increased to 2.9.13.
4671
4672 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4673
4674         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4675         it is differed.
4676
4677 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4678
4679         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4680         (wl-summary-line-list-count): Ditto.
4681
4682 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4683
4684         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4685         (wl-nntp-posting-function): New variable.
4686         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4687         `wl-nntp-posting-config-alist'.
4688
4689 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690
4691         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4692         FLIM.
4693
4694 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4695
4696         * wl-summary.el (wl-summary-target-mark-refile-sub):
4697         Remove a nuisance funcall.
4698
4699 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4700
4701         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4702         as t for `try-completion'.
4703
4704 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4705
4706         * wl-summary.el (wl-summary-default-from): Use
4707         wl-address-header-extract-address instead of
4708         std11-extract-address-components.
4709         (wl-summary-simple-from): Ditto.
4710         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4711         (wl-summary-insert-headers): Show message.
4712         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4713         for whole line.
4714         (wl-summary-default-from): Revert last change.
4715         (wl-summary-simple-from): Ditto.
4716         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4717         (wl-summary-mark-as-read-region): Follow the change above.
4718         (wl-summary-sync-marks): Ditto.
4719         (wl-summary-target-mark-mark-as-read): Ditto.
4720         (wl-summary-redisplay-internal): Ditto.
4721         (wl-summary-redisplay-no-mime-internal): Ditto.
4722         (wl-summary-redisplay-all-header): Ditto.
4723         (wl-summary-mark-as-read): Removed argument `cached';
4724         Use current cache status to set cache mark.
4725         (wl-summary-redisplay-internal): Follow the change above.
4726         (wl-summary-redisplay-no-mime-internal): Ditto.
4727         (wl-summary-redisplay-all-header): Ditto.
4728
4729         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4730
4731         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4732         Don't call itself recursively (Adviced by Yamaoka-san).
4733
4734 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4735
4736         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4737         bind wl-summary-highlight as nil to avoid error caused by missing
4738         local variables.
4739
4740 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4741
4742         * wl-vars.el (wl-invalid-character-message): New user option.
4743
4744         * wl-util.el (wl-set-string-width): If truncated string-width is
4745         larger than specified width, use `wl-invalid-character-message'.
4746
4747 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4748
4749         * wl-summary.el (wl-summary-prefetch-msg): 
4750         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4751
4752 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4753
4754         * wl-vars.el (wl-summary-check-line-format): New user option.
4755         (wl-summary-line-format-file): Ditto.
4756
4757         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4758         variable.
4759         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4760         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4761         and `wl-summary-view-old-p' to check whether do a rescan or not.
4762         (wl-summary-view-old-p): New function.
4763         (wl-summary-line-format-changed-p): Ditto.
4764         (wl-summary-line-format-save): Ditto.
4765         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4766
4767         * wl-util.el (wl-set-string-width): Avoid using negative number
4768         for make-string.
4769
4770 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4771
4772         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4773         return value.
4774
4775         * wl-util.el (wl-set-string-width): Added optional argument
4776         `padding' (All other related portions are changed).
4777         (wl-line-parse-format): If the first letter of column number is
4778         `0', zero-padding the result (ex: "%05l").
4779
4780         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4781
4782 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4783
4784         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4785         sequential summary view.
4786
4787 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4790         if it doesn't have a -unix version.
4791
4792 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4793
4794         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4795
4796 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4797
4798         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4799         content.
4800         (wl-draft): Follow the change above.
4801
4802         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4803
4804         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4805         and wl-folder-summary-line-format-alist contain %T and %P.
4806
4807         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4808         (wl-summary-mode-line-format): New user option.
4809         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4810         (wl-summary-line-format): Changed default value.
4811         (wl-summary-lazy-highlight): Changed default value.
4812
4813         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4814         change in wl-summary-create-line.
4815         (wl-thread-insert-entity-sub): Ditto.
4816
4817         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4818         (wl-summary-buffer-unread-status): Ditto.
4819         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4820         (wl-summary-buffer-persistent-mark-column): Ditto.
4821         (wl-summary-buffer-mode-line-formatter): Ditto.
4822         (wl-summary-buffer-mode-line): Ditto.
4823         (wl-summary-message-regexp): Abolished.
4824         (All other related portions are changed.)
4825         (wl-summary-detect-mark-position): New function.
4826         (wl-summary-buffer-set-folder): Setup
4827         wl-summary-buffer-mode-line-formatter.
4828         (wl-summary-mode): Setup selective-display;
4829         Setup pre-idle-hook when xemacs.
4830         (wl-summary-update-modeline): Rewrite.
4831         (wl-summary-jump-to-msg): Define as function;
4832         Changed regexp for searching messages.
4833         (wl-summary-message-number): Rewrite.
4834         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4835         Do rescan when old type summary cache.
4836         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4837         (wl-summary-remove-destination): Use '\r' to detect EOL.
4838         (wl-summary-print-destination): Ditto.
4839         (wl-summary-temp-mark): New inline function.
4840         (wl-summary-persistent-mark): Ditto.
4841         (wl-summary-line-number): New function.
4842         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4843         (wl-summary-line-list-count): New function.
4844         (wl-summary-create-line): Added argument persistent-mark.
4845         (All other related portions are changed)
4846         (wl-summary-create-line): Insert '\r'.
4847         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4848         (wl-summary-cursor-move-surface): New inline function.
4849         (wl-summary-prev): Use it.
4850         (wl-summary-next): Ditto.
4851
4852         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4853         wl-summary-message-regexp.
4854         (wl-highlight-summary): Delete progress message.
4855         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4856
4857         * Version number is increased to 2.9.12.
4858
4859 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4860
4861         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4862         variable (nil: no minimum).
4863         (wl-summary-line-subject): Add some spaces after subject by
4864         wl-summary-line-subject-minimum-length.
4865
4866 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4867
4868         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4869         and removed `F'.
4870         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4871         change above).
4872
4873 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4874
4875         * wl-summary.el (wl-summary-line-list-count): Reverted.
4876         (example setting in samples/*/dot.wl is also updated)
4877
4878 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4879
4880         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4881
4882         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4883
4884         * wl-vars.el (wl-summary-line-format): Addes some description to the
4885         docstring.
4886
4887         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4888         (wl-summary-line-close-bracket): Ditto.
4889         (wl-summary-line-children-number): Ditto.
4890         (wl-summary-line-thread-indent): Ditto.
4891         (wl-summary-line-children-and-from): Ditto.
4892
4893         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4894         't', 'c', 'F' and added 'C'.
4895
4896         * wl-util.el (wl-set-string-width): Accept negative value.
4897         (wl-line-parse-format): Added "%number(" and "%)".
4898
4899 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4900
4901         * wl-summary.el (wl-summary-line-list-count): Change format of the
4902         return value.
4903
4904 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4905
4906         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4907         from the recent message.el.
4908         (wl-draft-point-in-header-p): Ditto.
4909         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4910         wl-draft-beginning-of-line.
4911         * wl-e21.el (wl-draft-mode-map): Ditto.
4912         * wl-xmas.el (wl-draft-mode-map): Ditto.
4913
4914         * wl-folder.el: Sort macrodefs by dependencies.
4915
4916 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4917
4918         * wl-summary.el (wl-summary-prev): Fixed regexp.
4919         (wl-summary-next): Ditto.
4920
4921 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4922
4923         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4924
4925 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4926
4927         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4928         for backward compatibility.
4929
4930 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4931
4932         * wl-summary.el (wl-summary-line-list-count): New function, merged
4933         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4934         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4935         list counts.
4936
4937 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4938
4939         * wl-summary.el (wl-summary-create-line): Ignore errors while
4940         timezone-fix-time.
4941
4942         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4943
4944         * wl-summary.el (wl-summary-sync-update): Ditto.
4945         (wl-summary-default-from): Use wl-message-entity
4946         instead of entity.
4947
4948         * wl-summary.el (wl-summary-create-line): Fix.
4949
4950         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4951         (wl-summary-line-format): New user option.
4952         (wl-folder-summary-line-format-alist): Ditto.
4953         (wl-summary-from-width): Abolished.
4954
4955         * wl-util.el (toplevel): Require 'bytecomp.
4956         (wl-line-parse-format): New function.
4957         (wl-line-formatter-setup): New macro.
4958
4959         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4960         (wl-summary-buffer-line-formatter): New buffer local variable.
4961         (wl-summary-switch-to-clone-buffer): Follow the change above.
4962         (wl-summary-message-regexp): Fix.
4963         (wl-summary-from-func-internal): Abolished.
4964         (wl-summary-subject-func-internal): Ditto.
4965         (wl-summary-subject-filter-func-internal): Ditto.
4966         (All other related portions are changed.)
4967         (wl-summary-buffer-set-folder):
4968         Set up wl-summary-buffer-number-column and 
4969         wl-summary-buffer-line-formatter
4970         (All other related portions are changed.)
4971         (wl-summary-buffer-number-column-detect): Abolished.
4972         (All other related portions are changed.)
4973         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4974         (wl-summary-delete-all-temp-marks-on-buffer): Use
4975         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4976         (wl-summary-target-mark-delete): Ditto.
4977         (wl-summary-target-mark-refile-subr): Ditto.
4978         (wl-summary-target-mark-mark-as-read): Ditto.
4979         (wl-summary-target-mark-mark-as-unread): Ditto.
4980         (wl-summary-target-mark-mark-as-important): Ditto.
4981         (wl-summary-target-mark-save): Ditto.
4982         (wl-summary-replace-status-marks): Renamed from
4983         wl-summary-set-status-marks-on-buffer;
4984         Use wl-summary-message-regexp instead of
4985         wl-summary-buffer-number-regexp.
4986         (wl-summary-sync-update): Follow the change above.
4987         (wl-summary-goto-previous-message-beginning): New function.
4988         (wl-summary-mark-as-unread): Use it.
4989         (wl-summary-mark-as-important): Ditto.
4990         (wl-summary-line-formatter): New variable.
4991         (wl-summary-line-year): New function.
4992         (wl-summary-line-day): Ditto.
4993         (wl-summary-line-day-of-week): Ditto.
4994         (wl-summary-line-hour): Ditto.
4995         (wl-summary-line-minute): Ditto.
4996         (wl-summary-line-open-bracket): Ditto.
4997         (wl-summary-line-close-bracket): Ditto.
4998         (wl-summary-line-children-number): Ditto.
4999         (wl-summary-line-thread-indent): Ditto.
5000         (wl-summary-line-size): Ditto.
5001         (wl-summary-line-subject): Ditto.
5002         (wl-summary-line-from): Ditto.
5003         (wl-summary-line-children-and-from): Ditto.
5004         (wl-summary-create-line): Rewritten.
5005         (wl-summary-format-date): Abolished.
5006
5007         * wl-highlight.el (wl-highlight-summary-current-line): Use
5008         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5009         Use thread structure to detect thread top message.
5010
5011         * wl-draft.el (wl-default-draft-cite): Don't use
5012         wl-summary-from-func-internal.
5013
5014         * wl-refile.el (wl-refile-subject-learn): Don't use
5015         wl-summary-subject-filter-func-internal.
5016         (wl-refile-guess-by-subject): Ditto.
5017
5018         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5019         parameters.
5020
5021         * wl-thread.el (wl-thread-update-indent-string-region):
5022         Use wl-thread-update-line-on-buffer instead of
5023         wl-thread-update-indent-string.
5024         (wl-thread-update-children-number): Redefine using
5025         wl-thread-update-line-on-buffer.
5026         (wl-thread-update-indent-string): Abolished.
5027
5028         * Version number is increased to 2.9.11.
5029
5030 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5031
5032         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5033         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5034         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5035
5036         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5037         as nil.
5038
5039         * wl-thread.el (wl-thread-open-all-unread): Use 
5040         elmo-folder-list-messages-mark-match.
5041         (wl-thread-insert-message): Removed argument `mark-alist'.
5042         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5043         elmo-msgdb-set-mark.
5044         (wl-thread-get-children-msgs-uncached): Likewise.
5045         (wl-thread-get-exist-children): Added argument include-self.
5046         (wl-thread-delete-message): Follow the change above.
5047
5048         * wl-summary.el (wl-summary-count-unread): Removed argument.
5049         (wl-summary-rescan): Follow the change above.
5050         (wl-summary-mark-as-read-region): Ditto
5051         (wl-summary-mark-as-unread-region): Ditto.
5052         (wl-summary-delete-messages-on-buffer): Ditto.
5053         (wl-summary-sync-update): Ditto.
5054         (wl-summary-switch-to-clone-buffer): Ditto.
5055         (wl-summary-goto-folder-subr): Ditto.
5056         (wl-summary-target-mark-mark-as-read): Ditto.
5057         (wl-summary-target-mark-mark-as-unread): Ditto.
5058         (wl-summary-target-mark-mark-as-important): Ditto.
5059         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5060         (wl-summary-update-thread): Removed argument `mark-alist'.
5061         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5062         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5063         (wl-summary-resume-cache-status): Likewise.
5064         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5065         elmo-msgdb-set-mark.
5066         (wl-summary-mark-as-read-all): Likewise.
5067         (wl-summary-delete-cache): Ditto.
5068         (wl-summary-auto-select-msg-p): Ditto.
5069         (wl-summary-mark-as-unread): Ditto.
5070         (wl-summary-no-auto-refile-message-p): Ditto.
5071         (wl-summary-mark-as-read): Ditto.
5072         (wl-summary-mark-as-important): Ditto.
5073         (wl-summary-auto-refile): Follow the change above.
5074         (wl-summary-delete-all-marks): Removed.
5075         (wl-summary-resume-marks-and-highlight): Ditto.
5076         (wl-summary-resume-marks): Ditto.
5077         (wl-summary-delete-important-msgs-from-list): Ditto.
5078         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5079
5080         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5081         wl-summary-count-unread.
5082
5083         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5084         (wl-summary-score-update-all-lines): Use
5085         elmo-msgdb-set-mark.
5086
5087 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5088
5089         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5090         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5091         (wl-summary-create-line): Renamed from
5092         wl-summary-overview-create-summary-line;
5093         Argument rearrangement.
5094         (wl-summary-update-thread): Follow the change above.
5095
5096         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5097         (wl-thread-insert-entity-sub): Likewise.
5098
5099         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5100         argument `overview', `mark-alist' and added `msgdb'.
5101
5102         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5103
5104         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5105         (wl-summary-rescan): Follow the change above.
5106         (wl-summary-sync-update): Ditto.
5107         (wl-summary-insert-thread-entity): Ditto;
5108         Don't use `let*' in every while loop;
5109         Detect infinite loop of threads.
5110         (wl-summary-update-thread): Removed argument `overview'.
5111
5112         * wl-thread.el (wl-thread-insert-message): Ditto.
5113
5114         * Version number is increased to 2.9.10.
5115
5116         * wl-message.el (wl-message-redisplay): Ignore errors while
5117         wl-message-redisplay-hook.
5118
5119 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5120
5121         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5122
5123 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5124
5125         * wl.el (wl): inhibit-quit while wl-folder.
5126
5127 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5128
5129         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5130         while msgdb access.
5131
5132 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5133
5134         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5135         even if no folder is not created.
5136
5137 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5138
5139         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5140
5141         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5142         implementation.
5143         (wl-summary-target-mark-thread): Ditto.
5144
5145         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5146
5147 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5148
5149         * wl-util.el (wl-display-bytes): Remove unused function.
5150
5151 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5152
5153         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5154         seems critical one (partially reverse the change in 2002/03/17).
5155
5156 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5157
5158         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5159         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5160
5161 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5162
5163         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5164         is not writable.
5165         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5166         plugged status instead of `'force' as 2nd argument.
5167
5168         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5169         is not creatable.
5170
5171         * Version number is increased to 2.9.9.
5172
5173 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5174
5175         * wl-summary.el (wl-summary-suspend): New function.
5176
5177 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5178
5179         * wl.el (wl): Do not check variables if check is nil.
5180         * wl-utils.el (wl-collect-draft): New function.
5181         * wl-folder.el (wl-folder-suspend): Put summary buffers
5182         and draft buffers at the end of buffer list.
5183         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5184
5185 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5186
5187         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5188         loop instead of recursive call.
5189
5190         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5191         2nd argument.
5192
5193 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5194
5195         * wl-draft.el (wl-draft-create-contents): Don't take neither
5196         (function . args) nor (string . something) any more.
5197
5198         * wl-version.el (wl-generate-user-agent-string): Return string
5199         without header symbol.
5200         * wl-draft.el (wl-draft-default-headers): Use it.
5201
5202         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5203         `wl-draft-insert-ccs' and return field value instead of inserting
5204         the header. Abolish cc argument.
5205         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5206
5207         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5208         rather than one with string car.
5209
5210         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5211         * wl-draft.el (wl-draft-create-contents): Add it after the default
5212         headers.
5213
5214         * wl-draft.el (wl-draft-create-contents): For the case of
5215         (symbol-or-string . function) insert header only when the function
5216         returns string value.
5217
5218 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5219
5220         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5221         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5222
5223 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5224
5225         * wl.el (wl-check-environment): Don't check Message-ID when
5226         `wl-insert-message-id' is nil.
5227         Revive checking if `wl-message-id-domain' contains "@".
5228
5229 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5230
5231         * wl.el (wl-check-environment): Merge examination for "@" at
5232         inappropriate position into the first string-match.
5233
5234         * wl-summary.el (wl-summary-target-mark-print): New function.
5235         (wl-summary-pipe-message-subr): Extracted from
5236         `wl-summary-pipe-message'.
5237         (wl-summary-target-mark-pipe): New function.
5238         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5239         `wl-summary-target-mark-pipe'.
5240
5241 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5242
5243         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5244
5245 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5246
5247         * wl.el (wl-check-environment): Use elmo-warning instead of
5248         error for non-critical ones.
5249         Remove trash folder check.
5250         (wl): Don't ignore error in wl-check-environment.
5251
5252         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5253         check, which is moved from `wl-check-environment'.
5254         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5255
5256 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5257
5258         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5259         guess anything, call wl-summary-write.
5260         (wl-summary-write): Create draft with blank To field.
5261         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5262
5263 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5264
5265         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5266         argument full as well for wl-folder-write-current-folder.
5267         If wl-*-write-current-folder cannot guess addressee, add blank
5268         To header.
5269         Rewrite condition for positioning cursor.
5270
5271 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5272
5273         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5274         summary buffer is present, use it.
5275         (wl-folder-jump-to-previous-summary): Ditto.
5276
5277 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5278
5279         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5280
5281         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5282         wl-summary-previous-buffer and wl-summary-next-buffer.
5283
5284         * wl-folder.el (wl-folder-mode-map): Bind
5285         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5286         (wl-folder-jump-to-next-summary): New function.
5287         (wl-folder-jump-to-previous-summary): Ditto.
5288
5289         * wl-draft.el (wl-draft): Rearranged.
5290
5291 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5292
5293         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5294         of header.
5295         (wl-draft): Collect arguments for the header as header-alist.
5296         (wl-draft-forward): Arrange arguments for wl-draft.
5297         (wl-draft-reply): Ditto.
5298         (wl-draft-edit-string): Ditto.
5299         * wl-summary.el (wl-summary-write): Ditto.
5300         (wl-summary-write-current-folder): Ditto.
5301
5302         * Version number is increased to 2.9.8.
5303
5304 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5305
5306         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5307
5308         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5309
5310         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5311         even if the guess failed.
5312
5313         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5314         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5315         wl-summary-write-current-folder.
5316         * wl-xmas.el: Ditto.
5317
5318 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5319
5320         * wl-summary.el (wl-summary-next-page): Force display message if
5321         message is not displayed yet.
5322         (wl-summary-prev-page): Ditto.
5323
5324 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5325
5326         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5327
5328 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5329
5330         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5331         add "Preview Message" and "Save Draft and Exit".
5332
5333 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5334
5335         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5336         if addrmgr is called from draft in splitted window.
5337
5338         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5339         * wl-mule.el: Ditto.
5340         * wl-xmas.el: Ditto.
5341
5342 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5343
5344         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5345
5346         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5347         * wl-xmas.el (wl-folder-toolbar): Ditto.
5348
5349 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5350
5351         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5352         and wl-draft-save-and-exit.
5353         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5354         * wl-xmas.el: Ditto.
5355         * wl-mule.el: Ditto.
5356
5357         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5358         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5359
5360 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5361
5362         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5363         lists for saving buffer.
5364
5365 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5366
5367         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5368         parent-folder argument instead of it.
5369         (wl-draft-create-buffer): Ditto.
5370         (wl-draft-forward): Ditto.
5371         (wl-draft-reply): Ditto.
5372         * wl-summary.el (wl-summary-write): Ditto.
5373         (wl-summary-write-current-folder): Ditto.
5374
5375         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5376         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5377         Folder buffer after composing.
5378
5379 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5382         header if the file `wl-x-face-file' already contains it.
5383
5384 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5385
5386         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5387         folder" entry.
5388         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5389         * wl-e21.el (wl-folder-toolbar): Ditto.
5390         * wl-xmas.el (wl-folder-toolbar): Ditto.
5391
5392 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5393
5394         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5395         wl-folder-goto-folder with sticky argument.
5396         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5397
5398 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5401         and wl-summary-previous-buffer.
5402         (wl-summary-next-buffer): New function.
5403         (wl-summary-previous-buffer): Ditto.
5404
5405 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5406
5407         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5408         wl-folder-jump-to-current-entity-with-arg.
5409         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5410         `wl-folder-jump-to-current-entity'.
5411         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5412         `wl-summary-goto-folder-sticky'.
5413         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5414         `wl-summary-goto-folder'.
5415         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5416         Unless force-exit, do not clean temp. marks for sticky summary.
5417         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5418
5419 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5420
5421         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5422         not entire.
5423
5424 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5425
5426         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5427         to `C-x C-s'.
5428         (wl-summary-save-status): New command.
5429         (wl-summary-exit): Don't clean-up temp marks when sticky.
5430         (Applied patch from Nakayama-san [wl: 09548])
5431         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5432         Do nothing when no mark data.
5433         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5434         Call `wl-summary-delete-all-temp-marks' before saving.
5435
5436 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5437
5438         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5439
5440 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5441
5442         * wl.el (wl-check-environment): Also cause error when (system-name)
5443         returns "localhost.localdomain". (Although it doesn't affect because
5444         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5445
5446 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5447
5448         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5449         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5450
5451         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5452         value.
5453
5454 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5455
5456         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5457         Likewise r-cc-list and r-ng-list.
5458
5459 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5460
5461         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5462         only if it is bound as variable.
5463
5464         * wl-mime.el (wl-draft-preview-message): Ditto.
5465
5466 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5467
5468         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5469         needless `goto-char'.
5470
5471         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5472         `wl-summary-redisplay-no-mime-internal' instead of
5473         `wl-summary-redisplay-no-mime'.
5474         (wl-summary-redisplay-no-mime): Changed argument;
5475         Call `wl-summary-redisplay-no-mime-internal'.
5476
5477         * wl-mime.el (wl-draft-preview-message): Bind
5478         `mime-header-encode-method-alist' locally.
5479
5480         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5481         (wl-draft-std11-parse-addresses): Added the first address check.
5482         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5483
5484         * Version number is increased to 2.9.7.
5485
5486 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5487
5488         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5489
5490 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5491
5492         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5493         related to scrollbar support, if there is no such a feature
5494         compiled in.
5495
5496 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5497
5498         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5499         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5500         for prefetch.
5501
5502 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5503
5504         * wl-summary.el (wl-summary-pick): Fix for no match.
5505
5506 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5507
5508         * wl-draft.el (wl-draft-save):
5509         Override `mime-header-encode-method-alist'.
5510
5511 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5512
5513         * wl-folder.el (wl-folder-pick): New function.
5514         Define key as "?".
5515
5516 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5517
5518         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5519         Fix for unplugged.
5520
5521 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5522
5523         * wl-folder.el (wl-folder-virtual): New function.
5524         Define key as "V".
5525
5526 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5527
5528         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5529         multi folder if entity is group.
5530
5531 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5532
5533         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5534         is nil.
5535
5536 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5537
5538         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5539         (wl-summary-target-mark-msgs): Return the number of marked messages.
5540
5541 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5542
5543         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5544         "first:" is specified.
5545
5546 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5547
5548         * wl-vars.el (wl-from): Use return value of function
5549         user-full-name instead of the variable user-full-name since
5550         XEmacs-20.4 doesn't set this variable.
5551
5552 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5553
5554         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5555         call `wl' directly.
5556
5557 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5558
5559         * wl-draft.el (wl-draft-reedit): Removed duplicated
5560         switch-to-buffers.
5561
5562 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * wl.el (wl-other-frame): Removed garbages.
5565
5566 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5567
5568         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5569
5570         * wl-xmas.el (wl-draft-key-setup): Ditto.
5571
5572         * wl-mule.el (wl-draft-key-setup): Ditto.
5573
5574         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5575         (wl-draft-reedit): Ditto.
5576         (wl-draft-prepare-edit): Add `wl-draft-save' to
5577         `local-write-file-hooks'.
5578         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5579         (wl-draft-reedit): Set buffer-file-name.
5580         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5581
5582
5583         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5584         call it.
5585         (wl-delete-startup-frame-function): New variable.
5586         (wl-other-frame): New function
5587         (Original was written by Yamaoka san [wl: 09239]).
5588
5589         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5590         if `wl-folder-use-frame'.
5591
5592 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5593
5594         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5595
5596 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5597
5598         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5599         New variable.
5600         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5601         (wl-message-buffer-prefetch-get-next): Use them.
5602         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5603
5604 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5605
5606         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5607         with unwind-protect.
5608
5609         * wl-draft.el (wl-draft-reedit): Rewrite.
5610         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5611         (wl-draft-save): Insert header separator if it does not exist;
5612         Removed condition-case.
5613
5614         * wl-summary.el (wl-summary-reedit): Revert last change.
5615
5616         * wl-draft.el (wl-draft-save): Rewrite.
5617         (wl-draft-create-buffer): Set buffer-file-name as nil.
5618
5619         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5620
5621         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5622
5623         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5624         nil.
5625
5626 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5627
5628         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5629         If count is nil, do not prefetch.
5630         (wl-message-buffer-prefetch-next): Next.
5631
5632 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5633
5634         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5635
5636 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5637
5638         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5639         `delete-backward-char'
5640         (wl-draft-prepare-edit): Check major-mode.
5641         (wl-draft-decode-header): Rewrite.
5642         (wl-draft): Fix.
5643
5644 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5645
5646         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5647
5648 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5649
5650         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5651         (wl-message-buffer-prefetch-get-next): Remove size checking.
5652         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5653
5654 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5655
5656         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5657         (wl-draft-default-headers): Fix.
5658
5659 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5660
5661         * wl-draft.el (wl-draft-default-headers): Insert return value of
5662         `wl-generate-mailer-string-function'.
5663
5664 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5665
5666         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5667         (wl-draft-insert-mail-header-separator): Ditto.
5668
5669         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5670         again (Reverted the change on 2002-01-17 by OKADA san).
5671
5672 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5673
5674         * wl-draft.el (wl-draft): Rewrite.
5675         (wl-draft-create-buffer): New function.
5676         (wl-draft-create-contents): Ditto.
5677         (wl-draft-prepare-edit): Ditto.
5678         (wl-draft-decode-header): Ditto.
5679         (wl-draft-decode-body): Ditto.
5680         (wl-draft-check-new-line): Ditto.
5681         (wl-draft-default-headers): Ditto.
5682         (wl-draft-insert-mail-header-separator): Ditto.
5683
5684 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5685
5686         * Version number is increased to 2.9.6.
5687
5688 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5689
5690         * wl-draft.el (wl-draft-delete-field): Optional argument.
5691         (wl-draft-delete-fields): Ditto.
5692
5693 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5694
5695         * wl-message.el (toplevel): Eliminated byte-compile warning.
5696         for `itimer-function', `delete-timer' and `itimer-list'.
5697
5698 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5699
5700         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5701         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5702         `wl-message-buffer-prefetch-threshold'.
5703         * wl-summary.el (wl-summary-redisplay-internal): Remove
5704         the check of `wl-message-buffer-prefetch-depth'.
5705
5706 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5707
5708         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5709         size of article.
5710         (wl-message-buffer-prefetch-subr): Remove size check.
5711
5712 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5713
5714         * wl-vars.el (wl-plugged): Make customizable.
5715
5716 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5717
5718         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5719         (wl-message-buffer-prefetch-set-timer): New function.
5720         (wl-message-buffer-prefetch-get-next): New function.
5721         (wl-message-buffer-prefetch): New function.
5722         (wl-message-buffer-prefetch-next): Rewrite.
5723         (wl-message-buffer-prefetch-subr): Rewrite.
5724         * wl-vars.el (wl-auto-prefetch-first): New variable.
5725         * wl-summary.el (wl-summary-goto-folder-subr): Call
5726         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5727
5728 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5729
5730         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5731         `wl-summary-unread-message-hook'.
5732
5733 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5734
5735         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5736         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5737         if range is `cache-status'.
5738
5739 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5740
5741         * wl-message.el (wl-message-buffer-prefetch-subr):
5742         Improve debug message.
5743
5744 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5745
5746         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5747         `wl-mail-send-pre-hook'.
5748         (wl-draft-send-mail-with-qmail): Ditto.
5749         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5750
5751 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5752
5753         * wl-message.el (wl-message-buffer-prefetch-subr):
5754         Fix for cancel-function-timers bug.
5755         (wl-message-buffer-prefetch-debug): Default value is t.
5756
5757 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5758
5759         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5760         (wl-message-buffer-prefetch-subr): Rewrite.
5761         Rename from `wl-message-buffer-prefetch'.
5762
5763 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5764
5765         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5766         (wl-default-draft-cite-decorate-author): Ditto.
5767
5768         * wl-draft.el (wl-draft-cite-function): Removed.
5769         (wl-default-draft-cite-decorate-author): Ditto.
5770
5771 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5772
5773         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5774         (wl-default-draft-cite): Do not arrange author name if the value of
5775         `wl-default-draft-cite-decorate-author' is nil.
5776
5777 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5778
5779         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5780
5781         * wl-folder.el (wl-folder-check-one-entity): Don't care
5782         `elmo-folder-use-flag-p'.
5783
5784 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5785
5786         * wl-folder (wl-folder-check-one-entity): Fix
5787         problem if unread is nil.
5788
5789 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5790
5791         * wl-address.el (wl-address-make-completion-list): Check whether
5792         the address is a group list.
5793         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5794
5795 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5796
5797         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5798         The number of the messages of new and unread does not count
5799         correctly.
5800
5801         * wl-summary.el (wl-summary-count-unread): Changed to return
5802         `(new . unread)' instead of total.
5803         (wl-summary-sync-update): Follow the change above.
5804
5805         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5806
5807 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5808
5809         * wl-address.el (wl-address-make-completion-list): Do not enclose
5810         address by " <" and ">" if associated realname is "".
5811         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5812         This is against the promblem with group list in .addresses pointed
5813         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5814
5815 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5816
5817         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5818         message is a format control string.
5819         * wl-expire.el (wl-expire-append-log): Ditto.
5820         * wl-mime.el (wl-summary-burst-subr): Ditto.
5821         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5822         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5823
5824 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5825
5826         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5827         wl.el (wl-check-variables): Rename from `wl-check-type'.
5828         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5829         (wl-check-variables-2): New function.
5830         (wl): Call `wl-check-variables-2'.
5831
5832 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5833
5834         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5835         after renaming folder in access group.
5836
5837 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5838
5839         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5840         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5841         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5842         (wl-message-buffer-prefetch): Rewrite.
5843         (wl-message-buffer-prefetch-idle-time): Removed.
5844         * wl-summary.el (wl-summary-redisplay-internal):
5845         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5846         Error check for `wl-message-buffer-prefetch-depht'.
5847
5848 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5849
5850         * Version number is increased to 2.9.5.
5851         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5852
5853 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5854
5855         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5856         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5857         Based on the patch written by
5858         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5859
5860 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5861
5862         * wl-draft.el (wl-draft-raw-send): Fix for
5863         `wl-news-send-pre-hook'
5864
5865 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5866
5867         * wl-utils.el (wl-message-id-function): New variable.
5868         * wl-draft.el (wl-draft-insert-required-fields):
5869         Use `wl-message-id-function'.
5870
5871 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5872
5873         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5874         * wl-utils.el (wl-draft-make-message-id-string):
5875         Use `wl-from' for domain part of Message-ID
5876         if `wl-message-id-use-wl-from' if non-nil.
5877         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5878
5879 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5880
5881         * wl.el (wl): Call `wl-check-type'
5882         Do not 'condition-case'.
5883
5884 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5885
5886         * wl.el (wl-check-type): New function.
5887         (wl-check-type-variables): New variable.
5888
5889 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5890
5891         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5892
5893 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5894
5895         * wl-draft.el (wl-smtp-password-key): New function.
5896         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5897         (wl-draft-send-mail-with-smtp): Ditto.
5898         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5899
5900 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5901
5902         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5903         * wl-utils.el (wl-unique-id-suffix): Remove.
5904
5905 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5906
5907         * Version number is increased to 2.9.4.
5908
5909 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5910
5911         * wl-utils.el (wl-unique-id-suffix): New variable.
5912         (wl-unique-id): Use `wl-unique-id-suffix'
5913
5914 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5915
5916         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5917         instead of `elmo-msgdb-search'.
5918
5919         * Version number is increased to 2.9.3.
5920
5921 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5922
5923         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5924
5925 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5926
5927         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5928         (wl-draft-dispatch-message): Changed for send-later.
5929         (wl-draft-queue-flush): Ditto.
5930         (wl-draft): Clear `wl-sent-message-queued'.
5931         (wl-draft-reedit): Ditto.
5932         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5933         * wl-vars.el (wl-draft-force-queuing): New variable.
5934         (wl-draft-force-queuing-mail): New variable.
5935         (wl-draft-force-queuing-news): New variable.
5936
5937 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5938
5939         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5940         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5941
5942 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5943
5944         * Version number is increased to 2.9.2.
5945
5946 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * wl-draft.el (wl-draft-elide-region): New user command.
5949         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5950
5951         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5952         command `wl-draft-elide-region'.
5953         * wl-mule.el: Ditto.
5954         * wl-xmas.el: Ditto.
5955
5956 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5957
5958         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5959         (wl-biff-check-folder-async): Removed needless let.
5960
5961 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5962
5963         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5964         wl-folder-get-elmo-folder.
5965         (wl-biff-check-folder): Set `biff' argument of
5966         `wl-folder-check-one-entity'.
5967         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5968
5969         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5970         (wl-folder-check-one-entity): Added `biff' argument;
5971         Setup `biff' slot of folder.
5972
5973         * Version number is increased to 2.9.1.
5974
5975 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5976
5977         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5978         comment out and fixed.
5979         (wl-fldmgr-add-completion-subr): Ditto.
5980
5981         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5982         and msgdb.
5983
5984         * wl.el (wl-toggle-plugged): Save summary view.
5985
5986 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5987
5988         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5989
5990 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5991
5992         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5993
5994 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5997         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5998         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5999
6000         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6001         if it was failed.
6002         (wl-demo): Disable undo in the demo buffer.
6003
6004 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6005
6006         * wl-version.el (wl-version): Changed codename.
6007
6008         * Version number is increased to 2.9.0.
6009
6010 2001-12-14  Takuo KITAME <kitame@northeye.org>
6011
6012         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6013         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6014         (wl-folder-mark-as-read-all-current-entity): Ditto.
6015
6016 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6017
6018         * wl-vars.el (wl-from-width): Define as obsolete variable.
6019         (wl-subject-length-limit): Ditto.
6020
6021         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6022
6023         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6024         wl-summary-save-view.
6025
6026         * wl.el (wl-save-status): Ditto.
6027         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6028
6029         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6030         (wl-summary-exit): Follow the change above.
6031         (wl-summary-goto-folder-subr): Ditto.
6032
6033         * wl-folder.el (wl-folder-create-subr): Don't use
6034         `elmo-folder-creatable-p'.
6035
6036 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6037
6038         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6039
6040 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6043         rather than bitmap on Emacs 21.
6044         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6045         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6046         for xbm if the new redisplay engine is not available.
6047
6048 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6049
6050         * wl-folder.el (wl-folder-init-hook): New hook.
6051         (wl-folder-init): Run `wl-folder-init-hook'.
6052
6053 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6056
6057 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6058
6059         * wl-acap.el (wl-acap-cache-filename): New variable.
6060         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6061         (wl-acap-init): Use cache if no ACAP server found.
6062
6063 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6064
6065         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6066         `wl-acap-original-msgdb-dir'.
6067
6068         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6069         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6070
6071         * wl-mime.el (wl-mime-save-directory): Renamed from
6072         `wl-mime-save-dir'.
6073
6074 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6077
6078         * wl-demo.el: Require `path-util'.
6079         (wl-demo-bitmap-mule-available-p): New internal variable.
6080         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6081         `module-installed-p' instead.
6082         (wl-demo-insert-image): Use *.img file for a bitmap image.
6083         (wl-demo): Don't call the ascii demo recursively.
6084
6085 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6086
6087         * Version number is increased to 2.7.7.
6088
6089 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6090
6091         * wl.el (wl-exit): Eliminated byte-compile warning.
6092
6093 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6094
6095         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6096         obsolete variable using `elmo-define-obsolete-variable'.
6097         (wl-fetch-confirm-threshold): Ditto.
6098         (wl-cache-prefetch-folder-type-list): Ditto.
6099         (wl-cache-prefetch-folder-list): Ditto.
6100
6101 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6104         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6105         (wl-demo-insert-image): New function.
6106         (wl-demo-insert-text): New function.
6107         (wl-demo-image-type-alist): Redefine as a function.
6108         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6109         (wl-demo-with-temp-file-buffer): Removed.
6110         (wl-logo-xpm): Removed.
6111         (wl-logo-xbm): Removed.
6112         (wl-logo-bitmap): Removed.
6113
6114 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6115
6116         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6117         (wl-expire-localdir-get-folder-function): New user option.
6118         (wl-expire-localdir-get-folder): New function.
6119         (wl-expire-localdir-date): Ditto.
6120
6121 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6122
6123         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6124         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6125         Fixed unread number mismatch when all-unread < unread.
6126
6127 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6128
6129         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6130         (wl-fetch-confirm-threshold): Ditto.
6131
6132         * wl-summary.el (wl-summary-confirm-appends): Removed.
6133         (wl-summary-sync-update): Don't refer
6134         `wl-summary-update-confirm-threshold' (It is now abolished).
6135
6136         * wl-message.el (wl-message-display-internal): Don't refer
6137         `wl-fetch-confirm-threshold' (It is now abolished).
6138
6139 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6142
6143 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6144
6145         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6146         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6147         Change default value to nil.
6148         (wl-summary-indent-length-limit): The value can be nil, nil means
6149         unlimited.
6150
6151         * wl-summary.el: Don't set limit for indent length if the value of
6152         wl-summary-indent-length-limit is nil.
6153         If the value of wl-summary-width is nil, it means only that the width
6154         of summary is unlimited (nil doesn't mean that the indent length is
6155         unlimited).
6156
6157         * wl-thread.el: Ditto.
6158
6159 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6160
6161         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6162         be nil, nil means never confirm.
6163         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6164
6165 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6166
6167         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6168         means unlimited).
6169
6170 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6171
6172         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6173         Use `with-temp-buffer'.
6174
6175 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6176
6177         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6178         with new backquote style).
6179         (wl-folder-get-entity-from-buffer): Ditto.
6180
6181 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6182
6183         * wl-version.el (nemacs-version): Eliminated.
6184         (wl-extended-emacs-version2): Ignore nemacs.
6185         (wl-extended-emacs-version3): Ditto.
6186
6187 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6188
6189         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6190         (wl-draft-add-in-reply-to): New variable.
6191         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6192         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6193         (wl-draft-yank-from-mail-reply-buffer): Use
6194         `wl-draft-add-in-reply-to'.
6195         (wl-draft-insert-current-message): Ditto.
6196
6197 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6198
6199         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6200         typo (kill->hide).
6201         (wl-message-buffer-prefetch-folder-type-list): Added elements
6202         `mark' and `cache' instead of `internal'.
6203
6204 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6205
6206         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6207         resume msgdb directory.
6208
6209 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6210
6211         * wl.el (wl-exit): Call `wl-acap-exit'.
6212
6213         * wl-summary.el (wl-summary-message-string): New function.
6214         (wl-summary-reedit): Use it.
6215         (wl-summary-resend-bounced-mail): Remove needless let.
6216         (wl-summary-supersedes-message): Ditto.
6217         (wl-summary-save): Ditto.
6218
6219         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6220         (wl-acap-init): Set it.
6221         (wl-acap-exit): New function.
6222
6223 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6224
6225         * wl.el (wl-init): Revert (require 'mime-setup). move from
6226         toplevel.
6227
6228 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6229
6230         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6231         local variables.  Add error when guess function return invalid
6232         value.
6233
6234 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6235
6236         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6237         Change local variable name.
6238         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6239         (wl-folder-get-newsgroups): Return nil when non-news folder.
6240         * wl-summary.el (wl-summary-write-current-folder): State through
6241         when guess-list return nil.
6242         (wl-summary-write-current-folder-functions): Fixed docstring.
6243
6244         * wl.el (wl-exit): Changed confirm message.
6245
6246         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6247         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6248
6249         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6250
6251 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6252
6253         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6254         user option (Renamed from wl-cache-prefetch-folder-type-list).
6255         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6256         from wl-cache-prefetch-folder-list).
6257
6258         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6259         Move to wl-vars.el.
6260         (wl-message-buffer-prefetch-p): Changed to enable
6261         `wl-message-buffer-prefetch-folder-list'.
6262
6263         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6264         `ignore-cache'.
6265
6266 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6267
6268         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6269         `part-top' and `part-bottom'.
6270         (wl-draft-config-sub-part-top): New function.
6271         (wl-draft-config-sub-part-bottom): New function.
6272
6273 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6274
6275         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6276
6277 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6278
6279         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6280
6281 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6284
6285         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6286         (wl-summary-write-current-folder): Ditto.
6287
6288 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6289
6290         * wl-folder.el (wl-folder-get-newsgroups): Use
6291         `elmo-folder-newsgroups'.
6292
6293 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6294
6295         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6296         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6297         `wl-draft-config-sub-header-bottom'.
6298
6299 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6300
6301         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6302         localnews folder.
6303
6304 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6305
6306         * wl-summary.el (wl-summary-mode): Undo last change.
6307
6308         * wl-folder.el (wl-folder-mode): Ditto.
6309
6310 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6311
6312         * wl-summary.el (wl-summary-mode): Locally set
6313         truncate-partial-window-width to nil.
6314         (for XEmacs)
6315
6316         * wl-folder.el (wl-folder-mode): Ditto.
6317
6318 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6319
6320         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6321
6322 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6323
6324         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6325         number.
6326
6327         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6328
6329         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6330
6331         * Version number is increased to 2.7.6.
6332
6333 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6334
6335         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6336
6337 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6338
6339         * wl-summary.el (wl-summary-sync-update): Enclose network
6340         related portion with `unwind-protect'.
6341
6342 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6343
6344         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6345
6346 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6349         element.
6350         * wl-vars.el (wl-message-body-button-alist): Ditto.
6351
6352         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6353         max match length.
6354         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6355
6356         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6357         for the max match length;
6358         Use 4th element value for the button string regexp group.
6359
6360         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6361         candidate exists, prompt to select.
6362
6363 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6364
6365         * wl-summary.el (wl-summary-jump-to-msg): Search before
6366         calibration point by `beginning-of-line'.
6367
6368 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6369
6370         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6371         for access group.
6372
6373 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6374
6375         * wl-message.el (wl-message-display-internal): Bind
6376         `default-mime-charset'.
6377
6378         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6379
6380         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6381
6382         * Version number is increased to 2.7.5.
6383
6384 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6385
6386         * wl-expire.el (wl-summary-archive): Fixed;
6387         Use `elmo-folder-name-internal'.
6388
6389 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6390
6391         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6392         from `elmo-folder-move-messages' caller.
6393         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6394
6395         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6396         related portions are changed).
6397
6398 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6399
6400         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6401         counter.
6402
6403 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6404
6405         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6406         buffer local and set it to nil.
6407
6408         * wl-message.el (wl-message-redisplay): Ditto.
6409
6410 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6411
6412         * wl-summary.el (wl-summary-mark-as-important): If message is
6413         already cached, set messag as read, otherwise encache and mark as read.
6414
6415 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6416
6417         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6418         point-min.
6419
6420 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6423         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6424         a keymap.
6425
6426 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6429         parent.
6430
6431         * wl-mule.el (wl-message-define-keymap): Ditto.
6432
6433         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6434
6435         * wl-xmas.el (wl-message-display-internal-hook): Define.
6436         (wl-xmas-setup-message-toolbar): Define as function.
6437         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6438         (wl-message-overload-functions): Abolished.
6439         (wl-message-define-keymap): New function.
6440
6441         * wl-vars.el (wl-message-display-internal-hook): New variable.
6442         (wl-message-header-button-alist): New variable (Renamed from
6443         wl-highlight-message-header-button-alist).
6444         (wl-message-body-button-alist): Ditto.
6445
6446         * wl-mule.el (wl-message-define-keymap): New function.
6447         (wl-message-overload-functions): Abolished.
6448
6449         * wl-message.el (wl-message-add-buttons-to-body): New function.
6450         (wl-message-redisplay): Don't call wl-message-overload-functions;
6451         Call wl-message-add-buttons-to-header and
6452         wl-message-add-buttons-to-body.
6453         (wl-message-display-internal): Set keymap argument for
6454         elmo-mime-display-as-is, elmo-mime-message-display;
6455         Run wl-message-display-internal-hook.
6456         (wl-message-refer-article-or-url): Abolished.
6457
6458         * wl-highlight.el (wl-highlight-headers): Don't call
6459         wl-highlight-message-add-buttons-to-header.
6460         (wl-highlight-message-add-buttons-to-header): Abolished.
6461
6462
6463         * wl-e21.el (wl-message-display-internal-hook): Define.
6464         (wl-e21-setup-toolbar): Deleted duplicated binding.
6465         (wl-e21-setup-message-toolbar): Define as function.
6466         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6467         (wl-message-define-keymap): New function.
6468         (wl-message-overload-functions): Abolished.
6469
6470 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6471
6472         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6473         and elmo-folder-close.
6474
6475         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6476
6477 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6478
6479         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6480         boolean value.
6481         * wl-draft.el (wl-draft-do-fcc): Ditto.
6482
6483 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6484
6485         * wl-vars.el (wl-fcc-force-as-read): New variable.
6486         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6487         mark copied message as read.
6488
6489 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6490
6491         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6492
6493 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6494
6495         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6496         `wl-summary-target-above' instead of obsolete variable
6497         `wl-summary-temp-above'.
6498
6499         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6500         instead of `make-obsolete-variable'.
6501         * wl-refile.el (toplevel): Ditto.
6502
6503 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6504
6505         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6506         with third argument t.
6507         (wl-draft): Set first argument for wl-plugged-init as t.
6508
6509         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6510         definition.
6511
6512 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6513
6514         * wl-vars.el: Tabify.
6515         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6516
6517         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6518         message.
6519
6520 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6521
6522         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6523         and set default to beep.
6524
6525 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6526
6527         * wl-vars.el (wl-draft-truncate-lines): New variable.
6528
6529         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6530         instead of wl-message-truncate-lines for truncate-lines.
6531
6532 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * wl-message.el (wl-message-display-internal): Call
6535         `wl-highlight-message' after `elmo-mime-display-as-is'.
6536
6537         * wl-mime.el (wl-mime-display-text/plain): New function.
6538         (wl-mime-display-header): Ditto.
6539         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6540         body-presentation-method for text/plain;
6541         Register `wl-mime-display-header' as a header-presentation-method;
6542         Don't set up `elmo-message-text-content-inserted-hook' and
6543         `elmo-message-header-inserted-hook'.
6544
6545         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6546         variable.
6547         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6548         as t if flag is 'all-header;
6549         Don't bind `elmo-message-ignored-field-list',
6550         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6551
6552 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6555         for xemacs with non-mule environment.
6556
6557 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6558
6559         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6560         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6561         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6562
6563 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6564
6565         * wl-vars.el (wl-interactive-send): Set default value as t.
6566
6567 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6568
6569         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6570         (wl-addrmgr-method-list): Abolished.
6571         (wl-addrmgr-change-method): Follow above change.
6572
6573         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6574
6575 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6576
6577         * wl-vars.el (wl-message-truncate-lines): Change default value
6578         to default-truncate-lines.
6579
6580         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6581
6582 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6583
6584         * wl-vars.el (wl-message-truncate-lines): New variable.
6585
6586         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6587         wl-message-truncate-lines.
6588
6589 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6590
6591         * wl-acap.el (wl-acap-init): Remove period from error message.
6592         (wl-acap-find-acap-service): Remove period from message.
6593
6594 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6595
6596         * wl.el (wl-check-environment): Undo last change.
6597
6598         * wl-vars.el (wl-from): Changed default value.
6599
6600         * wl-util.el (toplevel): Don't require tm-edit.
6601
6602         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6603         `wl-folder-init';
6604         Don't set mark on mail body.
6605         (wl-draft-reedit): Ditto.
6606
6607         * wl-address.el (wl-address-quote-specials): Define as an alias for
6608         elmo-address-quote-specials.
6609
6610 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6611
6612         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6613
6614         * wl-vars.el (wl-from): Set default value as nil.
6615         (wl-organization): Set default value as ORGANIZATION environment
6616         variable.
6617
6618         * wl-draft.el (wl-smtp-extension-bind): Check value of
6619         wl-smtp-connection-type.
6620
6621         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6622         error.
6623
6624 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6625
6626         * Version number is increased to 2.7.4.
6627
6628         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6629         arguments from `wl-highlight-x-face-function' caller.
6630         Use x-face-1.3.6.12 or later.
6631
6632 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6633
6634         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6635
6636 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6637
6638         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6639         (wl-fcc): Fix to accept function.
6640         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6641
6642 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6643
6644         * wl-acap.el (toplevel): Added `product-provide' declare.
6645         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6646
6647 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6648
6649         * wl.el (wl): Changed order of calling `elmo-init'
6650         and `elmo-folder-init'.
6651
6652 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6653
6654         * wl-mime.el (wl-summary-burst): Extract message when content-type
6655         of root entity is not only `multipart' but also `message/rfc822'.
6656         (wl-summary-burst-subr): Ditto.
6657
6658 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6659
6660         * wl-vars.el (toplevel): Require 'custom.
6661         (wl-trash-folder): Added to `wl-setting' group.
6662
6663         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6664         exists.
6665         (wl-addrmgr-draw): Insert empty line when no entry exists.
6666
6667         * wl-mule.el (wl-message-wheel-up): Fixed.
6668         (wl-message-wheel-down): Ditto.
6669
6670 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6671
6672         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6673         config is an anonymous lambda expression.
6674
6675 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6678         when Mule 2 is running.
6679
6680 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6681
6682         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6683
6684 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6685
6686         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6687         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6688
6689         * wl-address.el (wl-address-specials-regexp): Eliminated.
6690         (wl-address-quote-specials): Rewrite.
6691
6692 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6695         shy-groups for regexp.
6696
6697         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6698         character classes and Perl style shy-groups for regexp.
6699         (wl-highlight-plugged-current-line): Use Posix style character
6700         classes for regexp.
6701         (wl-e21-highlight-folder-by-numbers): Ditto.
6702         (wl-e21-display-image-p): Use `display-images-p' instead of
6703         `display-graphic-p'.
6704         (display-images-p): Make an alias to `display-graphic-p' if it is
6705         not available.  It is for Emacs version prior to 21.0.105.
6706
6707         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6708         `display-graphic-p'.
6709         (wl-demo-image-type-alist): Ditto.
6710         (display-images-p): Make an alias to `display-graphic-p' if it is
6711         not available.  It is for Emacs version prior to 21.0.105.
6712
6713 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6714
6715         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6716         support.
6717         (wl-generate-user-agent-string): Ditto.
6718
6719         * wl-version.el (wl-version): Update docsting.
6720         (wl-version-status): Ditto.
6721
6722 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6723
6724         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6725         21.0.105.  For Emacs 21.0.104 or earlier.
6726
6727 2001-09-03  Takuo KITAME <kitame@northeye.org>
6728
6729         * wl-e21.el (wl-plugged-init-icons): Use
6730         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6731         (wl-biff-init-icons): Ditto.
6732
6733 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6734
6735         * wl-highlight.el (wl-highlight-summary-current-line):
6736         Fixed highlighting refile/copy destination.
6737
6738         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6739         (wl-acap-store): Encode string by wl-acap-coding-system.
6740
6741 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6742
6743         * wl-acap.el (toplevel): Check and require 'un-define before
6744         'xemacs-ucs;
6745          Added checking for UTF-2000.
6746
6747 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6748
6749         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6750         Don't enclose with `eval-and-compile'.
6751
6752         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6753         wl-init is non-nil.
6754
6755         * wl-draft.el (wl-draft): Ditto.
6756
6757         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6758
6759         * wl-acap.el (toplevel): Require 'wl.
6760         (wl-acap-store): Call `elmo-init'.
6761
6762         * wl.el (wl): Changed position of `wl-check-environment'.
6763         (toplevel): Added autoload setting for wl-acap.
6764
6765         * wl-vars.el (wl-setting): New custom group.
6766         (wl-from): Added wl-setting group.
6767         (wl-user-mail-address-list): Ditto.
6768         (wl-organization): Ditto.
6769         (wl-subscribed-mailing-list): Ditto.
6770         (wl-envelope-from): Ditto.
6771         (wl-smtp-posting-user): Ditto.
6772         (wl-smtp-posting-server): Ditto.
6773         (wl-smtp-posting-port): Ditto.
6774         (wl-smtp-authenticate-type): Ditto.
6775         (wl-pop-before-smtp-user): Ditto.
6776         (wl-pop-before-smtp-server): Ditto.
6777         (wl-pop-before-smtp-port): Ditto.
6778         (wl-pop-before-smtp-authenticate-type): Ditto.
6779         (wl-nntp-posting-server): Ditto.
6780         (wl-nntp-posting-user): Ditto.
6781         (wl-nntp-posting-port): Ditto.
6782         (wl-fetch-confirm-threshold): Ditto.
6783         (wl-prefetch-threshold): Ditto.
6784         (wl-thread-insert-opened): Ditto.
6785         (wl-ldap-server): Ditto.
6786         (wl-ldap-port): Ditto.
6787         (wl-ldap-base): Ditto.
6788         (wl-ldap-objectclass): Ditto.
6789         (wl-use-ldap): Ditto.
6790         (wl-draft-config-alist): Ditto.
6791         (wl-draft-config-matchone): Ditto.
6792         (wl-template-alist): Ditto.
6793         (wl-message-sort-field-list): Ditto.
6794         (wl-message-ignored-field-list): Ditto.
6795         (wl-message-visible-field-list): Ditto.
6796         (wl-interactive-send): Ditto.
6797         (wl-summary-move-order): Ditto.
6798         (wl-auto-select-first): Ditto.
6799         (wl-auto-select-next): Ditto.
6800         (wl-interactive-save-folders): Ditto.
6801
6802         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6803         Initialization codes are moved from wl-local-folder-init.
6804         (wl-local-folder-init): Follow the change above.
6805         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6806
6807         * wl-acap.el: New file.
6808
6809         * Version number is increased to 2.7.3.
6810
6811 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6812
6813         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6814
6815 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6816
6817         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6818         (wl-addrmgr-address-entry-list): Ditto.
6819
6820 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6821
6822         * wl-e21.el (wl-draft-mode-map): Removed binding for
6823         `wl-draft-insert-x-face-field'.
6824
6825         * wl-mule.el (wl-draft-mode-map): Ditto.
6826
6827         * wl-xmas.el (wl-draft-mode-map): Ditto.
6828
6829         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6830         (wl-cs-autoconv): Ditto.
6831         (wl-cs-local): Ditto.
6832         (wl-use-scoring): Ditto.
6833         (wl-mime-charset): Ditto.
6834         (wl-folder-check-async): Ditto.
6835
6836         * wl.el (toplevel): Ignore nemacs and tm.
6837         (wl-exit): Ditto.
6838
6839         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6840         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6841         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6842         instead of wl-address-petname-add-or-change.
6843         (wl-summary-edit-addresses-subr): Use wl-address-delete
6844         instead of wl-address-petname-delete.
6845
6846         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6847
6848         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6849         if error occured.
6850
6851         * wl-message.el (require): Remove tm support.
6852
6853         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6854
6855         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6856         (wl-folder-jump-to-current-entity): Ditto.
6857         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6858
6859         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6860         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6861         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6862
6863         * wl-mule.el (wl-draft-key-setup): Ditto.
6864
6865         * wl-xmas.el (wl-draft-key-setup): Ditto.
6866
6867         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6868         (wl-draft-std11-parse-addresses): New function.
6869         (wl-draft-parse-mailbox-list): Use it.
6870         (wl-draft): Ignore nemacs.
6871         (wl-draft-reedit): Ditto.
6872
6873         * wl-addrmgr.el: New file.
6874         (Original is wl-rcpt.el written by
6875         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6876         Thanks Kitamoto-san.)
6877
6878         * wl-address.el (wl-address-make-address-list): Modified parsing
6879         process.
6880         (wl-address-delete): Renamed from `wl-address-petname-delete';
6881         Modify wl-address-list too.
6882         (wl-address-add-or-change): Renamed from
6883         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6884
6885 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6886
6887         * wl-highlight.el (wl-highlight-summary-current-line):
6888           Work with transient-mark-mode
6889
6890 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * Version number is increased to 2.7.2.
6893
6894         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6895         instead of elmo-dop-queue-method.
6896
6897 2001-08-06  SAITO Atsunori <sai@yedo.com>
6898
6899         * wl-vars.el (wl-ldap-objectclass): New user option.
6900
6901         * wl-address.el (wl-ldap-make-filter): Use it.
6902
6903 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6904
6905         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6906
6907 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6908
6909         * wl-folder.el (wl-folder): redisplay after folder insertion.
6910
6911         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6912
6913         * wl-summary.el (wl-summary-sync-update):
6914         Change status mark only when new-msgdb exists.
6915         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6916
6917 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6918
6919         * wl-summary.el (wl-summary-open-folder): New function.
6920         (wl-summary-goto-folder-subr): Use it.
6921         (wl-summary-mark-as-important): Fix;
6922         Encache only when no cache exists.
6923
6924 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6925
6926         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6927         Use with-current-buffer.
6928
6929 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6930
6931         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6932         before call `get-buffer'. Fixed parenthesis.
6933         (wl-score-get-header-entry): Clear message and help window when
6934         keyboard quit.
6935         (wl-score-edit-insert-header): Ditto.
6936
6937 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6938
6939         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6940         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6941         (wl-default-draft-cite): Fix.
6942
6943         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6944         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6945
6946 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6947
6948         * wl-message.el (wl-message-prev-page): Do same bahavior
6949         as summary when it is called in the message buffer.
6950         (wl-message-next-page): Ditto.
6951
6952 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * wl-summary.el (wl-summary-forward): Use cache if it is not
6955         section cache.
6956
6957 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6960         Removed redundant require of elmo-vars.
6961         (wl-biff-state-indicator-on): Changed default value for
6962         xemacs with non-mule environment.
6963
6964         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6965         wl-message-buffer is nil;
6966         Hide progress bar after moving messages.
6967
6968 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6969
6970         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6971         message at cursor point is deleted.
6972
6973 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6974
6975         * wl-vars.el: Changed file coding system to euc-japan.
6976         Added -*-coding:-*- magic to the first line.
6977
6978         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6979         Search parent from the first message.
6980
6981         * Version number is increased to 2.7.1.
6982
6983 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6984
6985         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6986
6987 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6988
6989         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6990         refile/delete execution.
6991
6992         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6993         Fixed docstring.
6994
6995 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6996
6997         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6998         do update process;
6999         Don't update marks when update process is interrupted.
7000
7001 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl-summary.el (wl-summary-reply): Fixed problem when
7004         wl-draft-use-frame is non-nil.
7005         (wl-summary-forward): Ditto.
7006
7007         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7008         as nil.
7009         (wl-folder-mark-as-read-all-entity): Ditto.
7010         (wl-folder-prefetch-entity): Ditto.
7011
7012         * wl.el (wl): Check environment before wl-init.
7013
7014         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7015         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7016         instead of wl-summary-collect-unread.
7017         (wl-summary-reply): Split message window.
7018
7019 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7020
7021         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7022         only if current language environment is japanese,
7023
7024         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7025         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7026         (wl-folder-goto-folder-subr): Ditto.
7027
7028         * wl-draft.el (wl-draft-dispatch-message): Call
7029         `elmo-file-cache-get-path'.
7030
7031 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7032
7033         * wl-summary.el (wl-summary-cursor-move): If return value of
7034         wl-summary-next-message is not number, don't jump.
7035
7036 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-summary.el (wl-summary-buffer-next-message-function): New
7039         variable.
7040         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7041         if it is bound.
7042
7043         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7044         string.
7045
7046         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7047         (wl-plugged-drawing): Ditto.
7048
7049 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7050
7051         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7052         process.
7053         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7054         with unwind-protect.
7055
7056         * wl.el (wl-init): Require mime-setup.
7057         (wl-check-environment): Don't require mime-setup.
7058
7059         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7060         instead of elmo-folder-type.
7061
7062         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7063         value as nil.
7064
7065 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7066
7067         * Version number is increased to 2.7.0.
7068
7069         * wl-version.el (wl-version): Changed codename.
7070
7071         * wl-summary.el (wl-summary-delete-cache): Fixed.
7072
7073         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7074         Workaround for net folders.
7075         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7076
7077         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7078         value to nil (According to the patch from
7079         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7080
7081         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7082         of elmo-folder-close.
7083
7084 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7085
7086         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7087         for postfix.
7088
7089 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7090
7091         * wl-summary.el (wl-summary-resend-message): Fixed.
7092
7093         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7094         Call wl-draft with `from' argument if its address is included in
7095         `wl-user-mail-address-list'.
7096         (wl-draft): Added `from' argument.
7097
7098         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7099         non-nil.
7100         (wl): Don't show demo if wl-demo is nil.
7101
7102         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7103         wl-summary-use-frame.
7104
7105         * wl-vars.el (wl-summary-use-frame): New user option.
7106         (wl-folder-use-frame): Changed docstring.
7107
7108         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7109         non-nil.
7110         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7111         wl-summary-use-frame.
7112
7113         * wl-vars.el (wl-folder-use-frame): New user option.
7114
7115         * wl-summary.el (wl-summary-exit): Back to folder frame if
7116         wl-folder-use-frame is non-nil.
7117         (wl-summary-redisplay-internal): Ignore cache if current folder
7118         is draft folder,
7119         (wl-summary-redisplay-no-mime): Ditto.
7120         (wl-summary-redisplay-all-header): Ditto.
7121
7122         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7123         if wl-folder-use-frame is non-nil.
7124
7125 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7126
7127         * wl-summary.el (wl-summary-sync-update): Bind
7128         elmo-folder-update-threshold.
7129         (wl-summary-mark-as-important): Enclosed server mark processing
7130         with `save-match-data'.
7131
7132         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7133         only when it is already defined.
7134
7135 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7136
7137         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7138         name of folder exclude localdir is wrong.
7139         * wl-folder.el (wl-folder-sync-entity):
7140         Set `wl-summary-always-sticky-folder-list' as nil.
7141         (wl-folder-mark-as-read-all-entity): Ditto.
7142         (wl-folder-prefetch-entity): Ditto.
7143
7144 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7145
7146         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7147         instead of `wl-summary-write-current-newsgroup'.
7148
7149 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7150
7151         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7152         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7153         non-nil and selected message is important, do not display.
7154
7155 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7156
7157         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7158
7159 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7160
7161         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7162
7163         * wl-summary.el (wl-summary-mark-as-important): Set message number
7164         using wl-summary-message-number.
7165
7166 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7167
7168         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7169         destination folder is 'null.
7170
7171 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7172
7173         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7174         New function.
7175         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7176         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7177         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7178
7179 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7180
7181         * wl-mime.el (wl-mime-setup): Added setting for
7182         `mime-setup-signature-key-alist' to avoid overriding key bind for
7183         `wl-draft-send'.
7184
7185         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7186         for `wl-draft-send'.
7187         * wl-mule.el (wl-draft-overload-functions): Ditto.
7188         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7189         * wl-draft.el (wl-draft-send): Ditto.
7190
7191         * wl-message.el (wl-message-display-internal):
7192         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7193         (Patch is provided by <kita@coe.nttdata.co.jp>).
7194
7195 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7196
7197         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7198
7199 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7200
7201         * wl.el (wl): Fix for wl-demo.
7202
7203 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7204
7205         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7206
7207 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7208
7209         * wl-folder.el (wl-folder-prefetch-entity): Use
7210         `wl-folder-get-elmo-folder'.
7211         (wl-folder-count-incorporates): Do not use
7212         `wl-folder-get-elmo-folder'.
7213
7214 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7215
7216         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7217         instead of `elmo-folder-get-type'.
7218
7219 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7220
7221         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7222         position on Subject: field.
7223         (Advised by Mito <mit@nines.nec.co.jp>)
7224
7225 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7226
7227         * wl-folder.el (wl-folder-prefetch-entity): Use
7228         `wl-folder-get-elmo-folder'.
7229
7230 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7231
7232         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7233
7234         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7235         `process-duplicates' slot.
7236
7237         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7238         if detection failed.
7239
7240 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7241
7242         * wl-version.el (wl-version-status): Set to "alpha".
7243
7244 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7245
7246         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7247         Check wl-message-buffer lives before set-buffer.
7248
7249 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7250
7251         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7252         called in folder mode.
7253         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7254         * wl-summary.el (wl-summary-exit-pre-hook): Run
7255         `wl-summary-exit-pre-hook' before exit summary mode.
7256
7257 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7258
7259         * wl-version.el (wl-version-status): New variable.
7260         (wl-version-status-alist): Removed.
7261         (wl-version-status): Rule included.
7262
7263 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7264
7265         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7266         @sponichi.
7267
7268         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7269         when `mail-reply-buffer' is buffer-local variable.
7270         (Reported by <kita@coe.nttdata.co.jp>).
7271
7272 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7273
7274         * wl-vars.el (toplevel): Require 'elmo-util.
7275
7276 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7277
7278         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7279         (All other related portions are changed)
7280
7281         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7282
7283         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7284
7285 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7286
7287         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7288
7289 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7290
7291         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7292         Delete other windows to avoid an error.
7293         Use `point-marker' instead of `point' to remember the start point
7294         of body.
7295
7296         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7297
7298         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7299         number not to exceed all message number.
7300
7301 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7302
7303         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7304         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7305
7306 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7307
7308         * wl-summary.el (wl-summary-sync-force-update): Added argument
7309         no-check.
7310         (wl-summary-sync-update): Ditto.
7311         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7312         with `no-check'.
7313
7314         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7315         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7316         already running.
7317
7318 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7319
7320         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7321         `dst-folder-arg'.
7322         (wl-expire-archive-number1): Diito.
7323         (wl-expire-archive-number2): Diito.
7324         (wl-expire-archive-Date): Diito.
7325         (wl-archive-number1): Diito.
7326         (wl-archive-number2): Diito.
7327         (wl-archive-date): Diito.
7328         (wl-archive-folder-p): New function.
7329         (wl-summary-expire): Support of expand folder name at
7330         wl-expire-alist.
7331         * wl-util.el (wl-expand-newtext): Renamed from
7332         `wl-refile-expand-newtext'.
7333
7334 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7335
7336         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7337         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7338         `(elmo-msgdb-get-overview msgdb)'.
7339         (wl-summary-prefetch): Bind match data before call
7340         `wl-summay-prefetch-msg'.
7341         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7342         'off if `wl-summary-buffer-disp-msg' is non-nil.
7343         Fixed problem that couldn't show only one new or unread message when
7344         enter folder.
7345         (wl-summary-reply): Don't call `split-window-vertically' and other
7346         window.
7347
7348 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7349
7350         * wl-expire.el (wl-expire-refile): Fixed.
7351
7352 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7355
7356         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7357         biff notification is removed.
7358
7359         * wl.el (wl): Changed position of `elmo-init'.
7360
7361         * wl-draft.el (wl-default-draft-cite): Use date field
7362         on the citation buffer.
7363
7364         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7365
7366         * wl-xmas.el (wl-folder-internal-icon-list): Added
7367         `wl-folder-shimbun-image'.
7368
7369         * wl-e21.el (wl-folder-internal-icon-list): Added
7370         `wl-folder-shimbun-image'.
7371
7372 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl.el (wl-init): Eliminated argument.
7375         (wl): Rewrite.
7376
7377         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7378         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7379         instead of `elmo-folder-msgdb-internal'.
7380         (wl-summary-sync-update): Ditto.
7381         (wl-summary-flush-pending-append-operations): Eliminated.
7382         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7383         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7384         `elmo-folder-open'.
7385
7386         * wl-mime.el (wl-summary-burst): Fixed.
7387
7388         * wl-folder.el (wl-folder-info-save): Check data type.
7389
7390         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7391         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7392         instead of `elmo-folder-msgdb-internal'.
7393         (wl-expire-hide): Ditto.
7394
7395
7396         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7397
7398 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7399
7400         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7401
7402 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7403
7404         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7405
7406 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7407
7408         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7409         Fixed `match-beginning' argument mismatch.
7410
7411 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7412
7413         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7414         the default value.
7415
7416 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7417
7418         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7419         instead of `elmo-nntp-default-port'.
7420
7421         * wl-vars.el: Fixed some doc strings.
7422
7423 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7424
7425         * wl-summary.el (wl-summary-prefetch-msg): Use
7426         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7427
7428         * wl-vars.el: Define *-func as obsolete variable using
7429         `elmo-define-obsolete-variable'.
7430
7431         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7432         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7433         instead of `wl-message-buffer-prefetch-threshold'.
7434
7435         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7436
7437         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7438
7439         * wl-draft.el (wl-caesar-region-func): Ditto.
7440
7441         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7442         Keep unread status in elmo-folder-move-messages.
7443         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7444
7445 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7446
7447         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7448         `wl-summary-buffer-exit-func'
7449         (wl-summary-buffer-message-redisplay-function): Renamed from
7450         `wl-summary-buffer-message-redisplay-func'
7451         (wl-summary-buffer-next-folder-function): Renamed from
7452         `wl-summary-buffer-next-folder-func'.
7453         (wl-summary-buffer-prev-folder-function): Renamed from
7454         `wl-summary-buffer-prev-folder-func'.
7455         (wl-summary-get-petname-function): Renamed from
7456         `wl-summary-get-petname-func'.
7457
7458         * wl-score.el (wl-score-edit-exit-function): Renamed from
7459         `wl-score-edit-exit-func'.
7460
7461         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7462         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7463
7464         * wl-util.el (wl-load-profile-function): Renamed from
7465         `wl-load-profile-func'.
7466
7467         * wl-folder.el (wl-folder-completion-function): Renamed from
7468         `wl-folder-completion-func'.
7469         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7470
7471         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7472         `wl-expire-archive-get-folder-func'.
7473         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7474         (wl-draft-send-mail-function): Renamed from
7475         `wl-draft-send-mail-func'.
7476         (wl-draft-send-news-function): Renamed from
7477         `wl-draft-send-news-func'.
7478         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7479         (wl-generate-mailer-string-function): Renamed from
7480         `wl-generate-mailer-string-func'.
7481         (wl-highlight-signature-search-function): Renamed from
7482         `wl-highlight-signature-search-func'.
7483         (wl-highlight-x-face-function): Renamed from
7484         `wl-highlight-x-face-func'
7485         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7486         (wl-ps-print-buffer-function): Renamed from
7487         `wl-ps-print-buffer-func'
7488         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7489         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7490         (wl-summary-subject-filter-function): Renamed from
7491         `wl-summary-subject-filter-func'.
7492
7493         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7494         `wl-draft-queue-flush-send-func'
7495         (wl-draft-cite-function): Renamed from
7496         `wl-draft-cite-func'
7497
7498         * wl-address.el (wl-address-init-function): Renamed from
7499         `wl-address-init-func'.
7500
7501 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7502
7503         * wl-draft.el (wl-draft-queue-flush): Don't call
7504         `elmo-dop-unlock-message'.
7505         * wl-draft.el (wl-draft-queue-append): Don't call
7506         `elmo-dop-lock-message'.
7507
7508         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7509         (wl-summary-buffer-folder-name): Ditto.
7510         (wl-summary-message-regexp): Added '-' (all other related portions
7511         are changed).
7512         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7513         wl-summary-buffer-folder-name.
7514
7515 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7516
7517         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7518         the number of mails in the folder buffer is not updated by wl-biff.
7519
7520 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7521
7522         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7523         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7524
7525 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7526
7527         * wl-summary.el (wl-summary-next-message):
7528         Return next message number when wl-summary-move-order is nil.
7529
7530 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7531
7532         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7533         `wl-summary-move-spec-alist'.
7534         (wl-summary-move-spec-unplugged-alist): New variable
7535         (Move spec for unplugged status).
7536         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7537         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7538
7539 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7540
7541         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7542         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7543
7544 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7545
7546         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7547         simple quotation to quote the anonymous function.
7548         * tm-wl.el (wl-draft-preview-message): Ditto.
7549
7550 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7551
7552         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7553         Eliminate redundant `save-excursion'.
7554         (wl-highlight-summary-current-line): Ditto.
7555
7556         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7557         accessing match data when `looking-at' failed.
7558
7559         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7560         `elmo-match-string' where users don't care about the speed.
7561         (wl-draft-save): Ditto.
7562
7563 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl-util.el (wl-regexp-opt): New function.
7566
7567         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7568         number from `wl-summary-buffer-number-list'.
7569         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7570         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7571         (wl-summary-move-spec-alist): Changed default setting.
7572
7573 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7574
7575         * wl-vars.el (wl-biff-notify-hook): New hook.
7576         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7577         the arrival of new mail.
7578         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7579         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7580
7581 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7582
7583         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7584
7585 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7586
7587         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7588
7589         * Version number is increased to 2.5.8.
7590
7591         * wl-thread.el (toplevel): require 'cl.
7592         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7593         (wl-thread-make-number-list): New function.
7594         (wl-thread-entity-make-number-list-from-children): Ditto.
7595         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7596         (wl-thread-entity-insert-as-children): Likewise.
7597         (wl-thread-delete-message): Likewise.
7598         (wl-meaning-of-mark): Eliminated.
7599         (wl-thread-next-failure-mark-p): Ditto.
7600         (wl-thread-entity-get-mark): Ditto.
7601         (wl-thread-meaning-alist-get-result): Ditto.
7602         (wl-thread-entity-check-prev-mark): Ditto.
7603         (wl-thread-entity-check-next-mark): Ditto.
7604         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7605         (wl-thread-entity-get-prev-marked-entity): Ditto.
7606         (wl-thread-get-prev-unread): Ditto.
7607         (wl-thread-jump-to-prev-unread): Ditto.
7608         (wl-thread-get-next-unread): Ditto.
7609         (wl-thread-jump-to-next-unread): Ditto.
7610         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7611         (wl-thread-entity-get-next-marked-entity): Ditto.
7612
7613         * wl-summary.el (wl-summary-buffer-number-list):
7614         New bufer-local variable.
7615         (wl-summary-switch-to-clone-buffer): Clone
7616         `wl-summary-buffer-number-list'.
7617         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7618         (wl-summary-cursor-move-regex): Eliminated.
7619         (wl-summary-cursor-up): Rewrite.
7620         (wl-summary-cursor-down): Ditto.
7621         (wl-summary-mode-spec-alist): New variable.
7622         (wl-summary-next-message): New inline function.
7623         (wl-summary-cursor-move): New function.
7624         (wl-summary-default-get-next-msg): Rewrite.
7625         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7626         (wl-summary-rescan): Ditto.
7627         (wl-summary-sync-all-init): Ditto.
7628         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7629         summary is not thread view.
7630         (wl-summary-sync-update): Ditto.
7631         (wl-summary-rescan): Ditto.
7632         (wl-summary-make-number-list): New function.
7633
7634         * wl-draft.el: "FCC" -> "Fcc".
7635
7636 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * wl-highlight.el (wl-highlight-summary-window):
7639         Call `set-buffer-modified-p'.
7640
7641         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7642         (wl): Call `elmo-init' and fix.
7643
7644         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7645         Use new variables.
7646
7647         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7648
7649 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7650
7651         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7652
7653 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7654
7655         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7656
7657 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7658
7659         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7660         `wl-use-toolbar' nor `display-graphic-p'.
7661         (wl-e21-setup-message-toolbar): Ditto.
7662         (wl-e21-setup-summary-toolbar): Ditto.
7663         (wl-e21-setup-folder-toolbar): Ditto.
7664
7665         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7666         (wl-plugged-init-icons): Ditto.
7667
7668         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7669         `display-graphic-p'.
7670         (wl-plugged-set-folder-icon): Ditto.
7671         (wl-highlight-plugged-current-line): Ditto.
7672         (wl-highlight-folder-current-line): Ditto.
7673         (wl-e21-highlight-folder-group-line): Ditto.
7674         (wl-e21-setup-toolbar): Ditto.
7675         (wl-e21-display-image-p): New macro.
7676
7677         * wl-demo.el (wl-demo): Simplified.
7678         (wl-demo-image-type-alist): Use `image-type-available-p' for
7679         checking whether the image type `xbm' is available.
7680
7681 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7682
7683         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7684         (wl-summary-input-range): Ditto.
7685
7686 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7687
7688         * wl-summary.el (wl-summary-edit-addresses): Use
7689         `wl-summary-get-original-buffer'
7690         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7691         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7692         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7693         (wl-summary-get-newsgroups): Eliminated.
7694         (wl-summary-set-crosspost): Ditto.
7695         (wl-summary-is-crosspost-folder): Ditto.
7696         (wl-crosspost-alist-load): Ditto.
7697         (wl-crosspost-alist-save): Ditto.
7698
7699         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7700         `elmo-setup-subscribed-newsgroups' instead of
7701         `elmo-nntp-make-groups-hashtb'.
7702         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7703         instead of `wl-crosspost-alist-save'.
7704
7705         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7706         of `elmo-folder-message-appendable-p'.
7707         (wl-mime-header-presentation-method): Eliminated.
7708
7709         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7710         (Error occurs in emacs21).
7711
7712         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7713         the current buffer).
7714
7715         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7716         instead of `wl-crosspost-alist-save'.
7717         (wl-init): `elmo-crosspost-message-alist-load'
7718         instead of `wl-crosspost-alist-load'
7719
7720         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7721         (wl-parse-newsgroups): Likewise.
7722         (wl-biff-notify): Run `wl-biff-notify-hook'.
7723
7724 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7725
7726         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7727
7728         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7729         when `wl-summary-lazy-highlight' is non-nil.
7730         (wl-summary-goto-folder-subr): Highlight only when
7731         `wl-summary-lazy-highlight' is non-nil.
7732
7733         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7734         Don't display progress and highlight temp-mark when
7735         `wl-summary-lazy-highlight' is non-nil.
7736         (wl-highlight-summary-window): New function.
7737         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7738
7739 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7740
7741         * wl-summary.el (wl-summary-sync): Change `all-visible'
7742         from `all-shown'
7743         (wl-summary-input-range): Ditto.
7744
7745 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7746
7747         * wl-e21.el (wl-highlight-folder-current-line): Call
7748         `wl-folder-init-icons' when folder icons have not been initialized.
7749
7750         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7751
7752         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7753         (wl-demo-image-type-alist): New macro.
7754
7755 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7756
7757         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7758         display does not support graphics.
7759         (wl-plugged-init-icons): Ditto.
7760         (wl-folder-init-icons): Ditto.
7761
7762         * wl-demo.el (wl-demo): Chech closely whether the display
7763         supports graphics.
7764
7765 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7766
7767         * wl-summary.el (wl-summary-get-original-buffer): New function.
7768         (wl-summary-set-crosspost): Use it.
7769         (wl-summary-target-mark-uudecode): Ditto.
7770         (wl-summary-reedit): Ditto.
7771         (wl-summary-resend-bounced-mail): Ditto.
7772         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7773         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7774
7775         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7776         (wl-message-display-internal): Ditto.
7777
7778 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7779
7780         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7781
7782 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7783
7784         * wl-summary.el (wl-summary-save-view): Renamed from
7785         `wl-summary-save-status'.
7786
7787 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7788
7789         * wl-summary.el (wl-summary-sync): Added `all-shown'
7790
7791 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7792
7793         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7794
7795 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7796
7797         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7798
7799 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7800
7801         * wl-highlight.el (wl-highlight-summary-line-string): Use
7802         `zerop' instead of `= 0'.
7803         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7804
7805         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7806         for comparing numbers.
7807         (wl-template-prev): Use `zerop' instead of `eq 0'.
7808
7809         * wl-draft.el (wl-draft-insert-current-message): Use
7810         `with-current-buffer' instead of `save-excursion'.
7811         Use `zerop' instead of `eq 0'.
7812
7813 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7814
7815         * wl-draft.el (wl-draft-insert-ccs): New function.
7816         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7817         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7818
7819 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7820
7821         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7822
7823 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7824
7825         * wl-expire.el (wl-expire-refile): Don't call
7826         elmo-msgdb-add-msgs-to-seen-list;
7827         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7828         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7829
7830 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * wl-message.el (wl-message-prev-page): Ignore errors while
7833         scroll-down.
7834
7835 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * wl-mime.el: Use elmo-original-message-mode instead of
7838         mmelmo-original-mode.
7839
7840         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7841         `elmo-folder-get-spec';
7842         (wl-fldmgr-add-completion-all-completions):
7843         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7844
7845         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7846         of `elmo-folder-get-type'.
7847
7848         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7849         `elmo-folder-get-spec';
7850         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7851         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7852         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7853         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7854         `elmo-read-msg-no-cache';
7855         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7856         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7857         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7858         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7859         `elmo-cache-save';
7860         (wl-draft-reedit): Use `elmo-message-file-name'.
7861
7862         * wl-expire.el: Use `elmo-folder-name-internal';
7863         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7864         Use macro `wl-summary-buffer-msgdb' instead of variable
7865         `wl-summary-buffer-msgdb';
7866         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7867         Use macro `wl-summary-buffer-folder-name' instead of variable
7868         `wl-summary-buffer-folder-name'.
7869         * wl-score.el: Likewise.
7870
7871         * wl-message.el: Rewrite for new message buffer cache mechanism.
7872         (wl-message-buffer-cache-buffer-get): New macro.
7873         (wl-message-buffer-cache-folder-get): Ditto.
7874         (wl-message-buffer-cache-message-get): Ditto.
7875         (wl-message-buffer-cache-entry-make): Ditto.
7876         (wl-message-buffer-cache-hit): Ditto.
7877         (wl-message-buffer-cache-sort): New function.
7878         (wl-message-buffer-cache-add): Ditto.
7879         (wl-message-buffer-cache-delete): Ditto.
7880         (wl-message-buffer-cache-clean-up): Ditto.
7881         (wl-message-buffer-window): Rewrite.
7882         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7883         (wl-message-buffer-display): New function.
7884         (wl-message-display-internal): New function.
7885
7886 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7887
7888         * wl-folder.el: Use `elmo-folder-name-internal';
7889         Use `wl-folder-get-elmo-folder';
7890         Use `elmo-folder-list-messages' instead of
7891         `elmo-list-folder';
7892         Use `elmo-folder-get-primitive-list' instead of
7893         `elmo-folder-get-primitive-spec-list';
7894         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7895         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7896         Use `elmo-folder-create' instead of `elmo-create-folder'.
7897         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7898         (wl-folder-get-elmo-folder): New macro.
7899         (wl-folder-elmo-folder-cache-get): Ditto.
7900         (wl-folder-elmo-folder-cache-put): Ditto.
7901         (wl-folder-suspend): Call `elmo-quit'.
7902
7903         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7904         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7905         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7906         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7907         (toplevel): require 'cl.
7908         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7909
7910         * wl-summary.el: Rewrite to use new elmo interface.
7911
7912 \f
7913 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7914
7915         * wl-mime.el (wl-draft-preview-message):
7916         Run `wl-draft-send-hook' before collecting recipients information;
7917         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7918
7919         * tm-wl.el (wl-draft-preview-message): Ditto.
7920
7921 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7922
7923         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7924         wrong recipients are displayed when forwarded message.
7925
7926 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7927
7928         * Version number is increased to 2.5.7.
7929
7930 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7931
7932         * wl-message.el (wl-message-next-page): Bind
7933         `window-pixel-scroll-increment' to nil while scrolling up.
7934
7935 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7936
7937         * wl-vars.el (wl-save-hook): New hook.
7938         * wl.el (wl-save): Call `wl-save-hook'.
7939
7940 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7941
7942         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7943         Argument WITH-ARG instead of NO-ARG (negative mean).
7944         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7945         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7946         * wl-message.el (wl-message-follow-current-entity): Likewise.
7947
7948 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7949
7950         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7951         FROM was optional argument.
7952         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7953
7954 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7955
7956         * Version number is increased to 2.5.6.
7957
7958 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7959
7960         * wl-version.el (wl-version-show): Removed.
7961         (wl-version): Add `interactive'.
7962
7963 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7964
7965         * wl-summary.el (wl-summary-get-petname-func): New variable.
7966         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7967         instead of `wl-address-get-petname-1'.
7968         (wl-summary-simple-from): Ditto.
7969
7970         * wl-address.el (wl-address-get-petname-1): Define as function.
7971
7972 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7973
7974         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7975         field in the original message.
7976         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7977
7978 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7979
7980         * wl-expire.el (wl-expire-hide):
7981         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7982
7983 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7984
7985         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7986         find decoder for To, Cc, and Subject.
7987
7988 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7989
7990         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7991         for checking `elmo-use-buffer-cache'.
7992         (wl-summary-mark-as-important): Fixed typo in comment.
7993
7994 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7997         field in the original message.
7998         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7999
8000 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8001
8002         * wl-expire.el (wl-expire-hide):
8003         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8004
8005 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8006
8007         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8008         find decoder for To, Cc, and Subject.
8009
8010 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8011
8012         * Version number is increased to 2.5.5.
8013
8014         * wl-address.el (wl-address-specials-regexp): New constant.
8015         (wl-address-quote-specials): Use it.
8016
8017 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8018
8019         * wl-summary.el (wl-summary-rescan):
8020         Call `wl-summary-buffer-number-column-detect'.
8021         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8022
8023         * wl-message.el (wl-message-mode-map): Define.
8024         (wl-message-decode): Use it as local-map.
8025
8026 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8027
8028         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8029         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8030
8031 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8032
8033         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8034
8035         * wl-mule.el (wl-read-event-char): Ditto.
8036
8037         * wl-e21.el (wl-read-event-char): Ditto.
8038
8039         * wl-nemacs.el (wl-read-event-char): Ditto.
8040         (read-event): Removed.
8041
8042         * wl-util.el (toplevel): Removed dummy definition of
8043         `read-event'.
8044         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8045
8046 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8047
8048         * wl-nemacs.el (elmo-archive-call-process): Moved to
8049         elmo-archive.el.
8050
8051 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8052
8053         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8054         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8055
8056         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8057         instead of magic-number 6.  Use `not' instead of `null' for symbol
8058         `nil' check (not empty list).
8059         (wl-draft-insert-x-face-field): Fixed paren style.
8060
8061         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8062         one-branch conditional statement, instead of `and' and `if'.
8063         (wl-draft-forward): Likewise.
8064         (wl-draft-add-references): Likewise.
8065         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8066
8067         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8068         conditional steatment.  Use `cond' instead of `if'.
8069         (wl-draft-confirm): Likewise.
8070
8071 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8072
8073         * wl-version.el (wl-version-show): Use `product-string-1'
8074         instead of `wl-version'.
8075         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8076
8077         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8078
8079 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8080
8081         * wl-highlight.el (wl-highlight-headers): Revert
8082         `wl-highlight-x-face-func' argument (`beg' and `end').
8083
8084 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8085
8086         * wl.el (toplevel): Move `product-provide' declare.
8087         * wl-demo.el (toplevel): Ditto.
8088         * wl-dnd.el (toplevel): Ditto.
8089         * wl-highlight.el (toplevel): Ditto.
8090         * wl-message.el (toplevel): Ditto.
8091         * wl-refile.el (toplevel): Ditto.
8092         * wl-util.el (toplevel): Ditto.
8093
8094 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8095
8096         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8097         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8098         (wl-thread-close-all): keep cursor position.
8099
8100 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8101
8102         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8103         (eq x 0).
8104         (wl-generate-user-agent-string-1): Fix conditional statement.
8105
8106 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8107
8108         * wl.el (wl-check-environment): Additional check for
8109         'wl-local-domain' and `wl-message-id-domain'.
8110
8111 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8112
8113         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8114
8115 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8116
8117         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8118         instead of `smtp-sasl-user-realm'.
8119
8120 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8121
8122         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8123
8124 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8125
8126         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8127         to the default value as well as `eword-lexical-analyzer'.
8128
8129 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8130
8131         * wl-version.el (wl-extended-emacs-version,
8132         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8133         `elmo-match-string' instead of `wl-match-string'.
8134
8135 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8136
8137         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8138         docstring.
8139
8140 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8141
8142         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8143
8144 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8145
8146         * wl-highlight.el (wl-highlight-headers): Remove
8147         `wl-highlight-x-face-func' argument (`beg' and `end').
8148
8149 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8150
8151         * wl-summary.el (wl-summary-mark-as-important):
8152         Remove cache if folder is local.
8153
8154 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8155
8156         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8157         to get existing e-mail address string.
8158
8159 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8160
8161         * wl-version.el (wl-generate-user-agent-string): Commentary.
8162         (wl-generate-user-agent-string-1): Use `when' for
8163         one-branch conditional statement, instead of `and' and `if'.
8164         (wl-extended-emacs-version, wl-extended-emacs-version2,
8165         wl-extended-emacs-version3): Ditto.
8166
8167 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8168
8169         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8170         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8171         condition-case; Remove initialization.
8172         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8173         (wl-summary-sync-update3): Added argument `sync-all';
8174         Eliminated local variable `msgdb';
8175         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8176         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8177         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8178
8179 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8180
8181         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8182         connection before call `wl-draft-send-mail-with-smtp'.
8183
8184 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8185
8186         * Version number is increased to 2.5.4.
8187
8188 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8189
8190         * wl.el (wl-check-environment): Additional check for
8191         'wl-local-domain' and `wl-message-id-domain'.
8192
8193 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8194
8195         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8196         buffer as command specific.
8197         (wl-folder-mark-as-read-all-entity): Ditto.
8198         (wl-folder-prefetch-entity): Ditto.
8199         (wl-folder-drop-unsync-entity): Ditto.
8200
8201         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8202         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8203         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8204
8205         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8206         save-excursion.
8207
8208 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * Version number is increased to 2.5.3.
8211
8212         * wl-summary.el (wl-summary-save-view-cache):
8213         Delete duplicated `write-region';
8214         Use `write-region-as-binary' instead of `as-binary-output-file' and
8215         `write-region'.
8216
8217 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8218
8219         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8220
8221 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8222
8223         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8224         instead of `smtp-via-smtp'.
8225
8226 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8227
8228         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8229
8230 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8231
8232         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8233         instead of `smtp-sasl-user-realm'.
8234
8235 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8236
8237         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8238
8239 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8240
8241         * Version number is increased to 2.5.2.
8242
8243 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8244
8245         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8246         does not exist.
8247         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8248         (wl-biff-start): Call `timer-activate' if timer already exists.
8249
8250         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8251         only when it is bound as function.
8252
8253 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8254
8255         * Version number is increased to 2.5.1.
8256
8257 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8258
8259         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8260         Print refile/copy destination.
8261
8262 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8263
8264         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8265         queue-flush-only is non-nil.
8266
8267         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8268
8269         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8270         checking cache folder.
8271
8272 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8273
8274         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8275         `regexp-quote'.
8276
8277 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8278
8279         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8280         function.
8281         * wl-summary.el (wl-summary-write-current-folder-functions):
8282         Change default value.  Use it.
8283
8284 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8285
8286         * Version number is increased to 2.5.0.
8287
8288         * wl-version.el (wl-version): Changed codename.
8289
8290 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8291
8292         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8293         (wl-summary-supersedes-message): Ditto.
8294
8295 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8296
8297         * wl-refile.el (wl-refile-guess-functions): Renamed from
8298         `wl-refile-guess-func-list'.
8299
8300 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8301
8302         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8303         Fixed problem when no rule was matched.
8304
8305 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8306
8307         * wl-summary.el (wl-summary-get-mark): Fixed
8308         `wl-summary-buffer-target-mark' check logic.
8309
8310 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8311
8312         * wl-folder.el (wl-folder-write-current-folder): Added group
8313         folder check.
8314
8315         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8316         `wl-summary-write-current-newsgroup'.
8317         (wl-summary-write-current-folder-functions): New variable.
8318         * wl-folder.el (wl-folder-get-newsgroups): New function.
8319         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8320         (wl-folder-write-current-folder): Renamed from
8321         `wl-folder-write-current-newsgroup'.
8322
8323 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8324
8325         * Version number is increased to 2.3.93.
8326
8327 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8328
8329         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8330         (wl-ldap-make-matched-value-list): Ditto.
8331         (wl-ldap-alias-safe-string): Split e-mail address.
8332
8333         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8334         petname folder default was selected.
8335         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8336         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8337
8338 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8339
8340         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8341         to `wl-draft-config-exec'.
8342
8343         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8344         instead of calling `wl-draft-config-exec';
8345         Process group-list and show recipients in minibuffer.
8346
8347         * tm-wl.el (wl-draft-preview-message): Ditto.
8348
8349 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8350
8351         * wl.el (toplevel): Added (C) to copyright notice, and
8352         sync Author header.
8353         * tm-wl.el (toplevel): Ditto.
8354         * wl-address.el (toplevel): Ditto.
8355         * wl-demo.el (toplevel): Ditto.
8356         * wl-dnd.el (toplevel): Ditto.
8357         * wl-draft.el (toplevel): Ditto.
8358         * wl-e21.el (toplevel): Ditto.
8359         * wl-expire.el (toplevel): Ditto.
8360         * wl-folder.el (toplevel): Ditto.
8361         * wl-highlight.el (toplevel): Ditto.
8362         * wl-message.el (toplevel): Ditto.
8363         * wl-mime.el (toplevel): Ditto.
8364         * wl-mule.el (toplevel): Ditto.
8365         * wl-nemacs.el (toplevel): Ditto.
8366         * wl-refile.el (toplevel): Ditto.
8367         * wl-score.el (toplevel): Ditto.
8368         * wl-summary.el (toplevel): Ditto.
8369         * wl-template.el (toplevel): Ditto.
8370         * wl-thread.el (toplevel): Ditto.
8371         * wl-util.el (toplevel): Ditto.
8372         * wl-vars.el (toplevel): Ditto.
8373         * wl-xmas.el (toplevel): Ditto.
8374
8375 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8376
8377         * wl.el (wl-init): Added comment about `wl-init-hook'.
8378         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8379         * wl-vars.el (wl-init-hook): Added docs.
8380         (wl-make-plugged-hook): Removed useless docs.
8381         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8382         * wl-xmas.el (toplevel): Ditto.
8383
8384 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8385
8386         * wl-address.el (toplevel): Fixed multiple Author header format.
8387         * wl-demo.el (toplevel): Ditto.
8388         * wl-draft.el (toplevel): Ditto.
8389         * wl-folder.el (toplevel): Ditto.
8390         * wl-summary.el (toplevel): Ditto.
8391         * wl-thread.el (toplevel): Ditto.
8392         * wl-util.el (toplevel): Ditto.
8393         * wl-vars.el (toplevel): Ditto.
8394         * wl-version.el (toplevel): Ditto.
8395         * wl-xmas.el (toplevel): Ditto.
8396         * wl.el (toplevel): Ditto.
8397
8398         * wl-version.el (toplevel): Added require `elmo-version' for
8399         `product-version-as-string'.
8400
8401 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * wl-vars.el (wl-draft-send-hook): Changed default value to
8404         '(wl-draft-config-exec).
8405
8406         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8407         explicitly.
8408         (wl-draft): Set `wl-draft-config-exec-flag' before running
8409         `wl-mail-setup-hook'.
8410
8411         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8412         `wl-biff-init-icons' to `wl-init-hook' instead of
8413         `wl-make-plugged-hook'.
8414         (Because if `wl-draft' command is invoked at first,
8415         they are not initialized)
8416         Updated copyright notice.
8417
8418         * wl-e21.el (toplevel): Ditto;
8419
8420         * wl-demo.el (toplevel): Updated copyright notice.
8421         * wl-address.el (toplevel): Ditto.
8422         * wl-draft.el (toplevel): Ditto.
8423         * wl-version.el (toplevel): Ditto.
8424         * wl-folder.el (toplevel): Ditto.
8425         * wl-summary.el (toplevel): Ditto.
8426         * wl-thread.el (toplevel): Ditto.
8427         * wl-util.el (toplevel): Ditto.
8428         * wl-vars.el (toplevel): Ditto.
8429         * wl.el (toplevel): Ditto.
8430
8431 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8432
8433         * wl-highlight.el (wl-highlight-message): Fixed problem of
8434         highlighting failure which occured when the last field contains
8435         multiple lines in the draft buffer.
8436
8437         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8438         `wl-biff-start' if plugged.
8439
8440         * wl-util.el (wl-biff-check-folder): New function.
8441         (wl-biff-check-folders): Don't set session name prefix.
8442         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8443         (wl-biff-check-folder-async): Ditto.
8444
8445         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8446         in email address.
8447
8448 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8449
8450         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8451
8452         * wl-draft.el (wl-draft-strip-subject-re): New function.
8453
8454         * wl-draft.el (wl-draft-reply): Use it.
8455
8456 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-message.el (wl-mmelmo-message-redisplay): Use
8459         `mime-display-message' instead of `wl-mime-display-message'.
8460
8461         * wl-mime.el (toplevel): Removed compatibility workaround
8462         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8463         (wl-mime-display-message): Abolished.
8464         (wl-mime-entity-read-field): Ditto.
8465         (wl-mime-combine-message/partial-pieces): Use
8466         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8467
8468 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8469
8470         * wl-template.el: Doc fixes.
8471
8472 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8473
8474         * wl-e21.el (wl-message-overload-functions): Do nothing if
8475         `current-local-map' is not available.
8476         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8477
8478 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8479
8480         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8481         representation.
8482
8483         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8484         number.
8485         (wl-fldmgr-save-folders): Don't use `format' when insert
8486         `wl-fldmgr-folders-header'.
8487
8488 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8489
8490         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8491
8492 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8493
8494         * wl-highlight.el (wl-highlight-message):
8495         Use `std11-field-end' to detect end point of the header field.
8496         Refer `wl-highlight-max-header-size'.
8497
8498         * wl-vars.el (wl-highlight-max-header-size): New variable.
8499
8500         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8501
8502         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8503         Set `for-draft' argument of wl-highlight-headers.
8504         (wl-draft): Ditto.
8505         (wl-draft-reedit): Ditto.
8506         (wl-user-agent-compose-internal): Ditto.
8507
8508 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8509
8510         * wl-message.el (wl-message-add-button): Use overlay.
8511
8512 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8513
8514         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8515
8516         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8517         problem when group-list content is nothing.
8518         (Reported by Mito <mit@nines.nec.co.jp>)
8519
8520 2000-10-18  SAITO Atsunori <sai@yedo.com>
8521
8522         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8523
8524 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8525
8526         * tm-wl.el (toplevel): Use product-provide.
8527
8528 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8529
8530         * Version number is increased to 2.3.92.
8531
8532 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8533
8534         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8535         title text, use `display' property for left margin under Emacs 21.
8536
8537         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8538         properties.
8539         (wl-plugged-init-icons): Ditto.
8540
8541 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8542
8543         * wl.el (wl-save-status, wl-init): Remove last period in
8544         "...done." message.
8545         * tm-wl.el (wl-summary-burst): Ditto.
8546         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8547         wl-summary-resume-cache-status,
8548         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8549         wl-summary-sync-update3, wl-summary-highlight-msgs,
8550         wl-summary-flush-pending-append-operations,
8551         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8552         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8553         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8554         wl-thread-open-all): Ditto.
8555         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8556         * wl-mime.el (wl-summary-burst): Ditto.
8557         * wl-highlight.el (wl-highlight-summary): Ditto.
8558         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8559         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8560         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8561         * wl-address.el (wl-local-address-init): Ditto.
8562
8563 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8564
8565         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8566         `add-text-properties'.
8567         (wl-plugged-init-icons): Ditto.
8568         (wl-folder-init-icons): Use `propertize' instead of
8569         `put-text-property'.
8570         (wl-plugged-set-folder-icon): Ditto.
8571         (wl-e21-highlight-folder-group-line): Ditto.
8572
8573 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8574
8575         * wl-version.el (wl-version-status-alist): New variable.
8576         (wl-version-status): New function.
8577
8578         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8579         "Cc" part of the case "Reply-To".
8580
8581         * wl-draft.el (wl-draft-reply): Use result of
8582         `eword-extract-address-components'.
8583
8584         * wl-demo.el (wl-demo-icon-name): New constant.
8585         (wl-logo-xpm): Use it.
8586         (wl-logo-xbm): Ditto.
8587         (wl-logo-bitmap): Ditto.
8588
8589         * Version number is increased to 2.3.91.
8590
8591 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8592
8593         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8594         (wl-extended-emacs-version, wl-extended-emacs-version2,
8595         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8596         docstring.
8597
8598         * wl-version.el (wl-generate-user-agent-string-1): New function.
8599         (wl-generate-user-agent-string): Use it.
8600
8601         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8602         `mime-edit-insert-user-agent-field'.
8603         (wl-generate-user-agent-string): Check
8604         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8605
8606         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8607         instead of `if', when verbose case.
8608
8609 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8610
8611         * wl-expire.el (wl-summary-expire): Fix.
8612
8613 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8614
8615         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8616         and `elmo-lost+found-folder' if 'wl-draft.
8617         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8618
8619 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8620
8621         * wl-expire.el (wl-summary-expire): Change messages.
8622         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8623         `deleing-info' instead of "Deleting..."
8624
8625 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8626
8627         * wl-summary.el (wl-summary-refile-subr): Fix.
8628
8629 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8630
8631         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8632         if pipe folder.
8633
8634 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8635
8636         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8637
8638 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8639
8640         * wl-expire.el (wl-expire-hide): New function.
8641         (wl-summary-expire): Add `hide'.
8642
8643 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * wl-vars.el (wl-draft-reply-without-argument-list):
8646         Changed default value to consider `Reply-To:'.
8647         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8648
8649         * Version number is increased to 2.3.90.
8650
8651         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8652         elmo-imap4-get-session with unwind-protect.
8653         Don't cause error.
8654         (wl-summary-sync-marks): Don't check plugged nor folder type.
8655         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8656         (Always keep current buffer).
8657
8658 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8659
8660         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8661         Enclose with `save-excursion'.
8662
8663 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8664
8665         * wl-version.el (wl-version): Remove interactive.
8666
8667 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8668
8669         * wl-version.el (wl-generate-user-agent-string): Use
8670         `product-string-verbose' instead of `product-string-1'.
8671
8672 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8673
8674         * wl-vars.el (wl-draft-use-cache): New variable.
8675         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8676         if wl-draft-use-cache is non-nil.
8677
8678 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8679
8680         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8681         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8682
8683 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8684
8685         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8686         (wl-thread-msg-mark-as-unread): Ditto.
8687
8688         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8689         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8690         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8691         Don't set mark in summary if return value of `elmo-mark-as-read'
8692         is nil.
8693         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8694         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8695         instead of `wl-thread-msg-mark-as-read'.
8696         (wl-summary-mark-as-unread-region): Ditto.
8697         (wl-summary-target-mark-mark-as-read): Ditto.
8698
8699         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8700
8701 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8704
8705         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8706
8707 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8708
8709         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8710         face.
8711
8712 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8713
8714         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8715         `running-xemacs'.
8716
8717 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8718
8719         * wl-version.el (toplevel): Use `product-version-as-string' for
8720         set verstion-string, if defined.
8721
8722         * wl-version.el (wl-version-show): Insert string at point, when
8723         call with argument.
8724
8725         * wl-version.el (wl-generate-user-agent-string): Use
8726         `product-string-1' instead of `wl-appname', `wl-version' and
8727         `wl-codename'.
8728
8729 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8730
8731         * wl-address.el (toplevel): Use product-provide.
8732         * wl-demo.el (toplevel): Ditto.
8733         * wl-dnd.el (toplevel): Ditto.
8734         * wl-draft.el (toplevel): Ditto.
8735         * wl-e21.el (toplevel): Ditto.
8736         * wl-expire.el (toplevel): Ditto.
8737         * wl-fldmgr.el (toplevel): Ditto.
8738         * wl-folder.el (toplevel): Ditto.
8739         * wl-highlight.el (toplevel): Ditto.
8740         * wl-message.el (toplevel): Ditto.
8741         * wl-mime.el (toplevel): Ditto.
8742         * wl-mule.el (toplevel): Ditto.
8743         * wl-nemacs.el (toplevel): Ditto.
8744         * wl-refile.el (toplevel): Ditto.
8745         * wl-score.el (toplevel): Ditto.
8746         * wl-summary.el (toplevel): Ditto.
8747         * wl-template.el (toplevel): Ditto.
8748         * wl-thread.el (toplevel): Ditto.
8749         * wl-util.el (toplevel): Ditto.
8750         * wl-vars.el (toplevel): Ditto.
8751         * wl-xmas.el (toplevel): Ditto.
8752         * wl.el (toplevel): Ditto.
8753
8754 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8755
8756         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8757         instead of product.
8758
8759         * wl-version.el (wl-version): Compile time evalution elmo-version.
8760
8761 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8762
8763         * wl-summary.el (wl-summary-sync-force-update): Append queue
8764         `mark-as-read'if unplugged.
8765
8766 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8767
8768         * wl-version.el: New file.  Use product.el.
8769         * wl.el: add (require 'wl-version).
8770         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8771         for ~/.folders header.
8772         (wl-fldmgr-folders-header): Changed.
8773         * wl-demo.el (wl-demo): Use product.el.
8774
8775         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8776         wl-version.el.
8777         * wl-util.el (wl-version, wl-version-show): Ditto.
8778
8779         * wl-util.el (wl-generate-user-agent-string,
8780         wl-extended-emacs-version, wl-extended-emacs-version2,
8781         wl-extended-emacs-version3): Move to wl-version.el.
8782         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8783         xemacs-codename, mime-edit-insert-user-agent-field,
8784         mime-edit-user-agent-value, mime-editor/version,
8785         mime-editor/codename): Compile warning killer move to
8786         wl-version.el
8787
8788 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8789
8790         * wl-summary.el (wl-summary-refile-subr): Fix.
8791
8792 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8793
8794         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8795         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8796
8797 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8798
8799         * wl.el (wl-check-environment): Check too many `@'.
8800
8801 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8802
8803         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8804
8805 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8806
8807         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8808         wl-draft-reply-myself-without-argument-list): Add variables.
8809         * wl-draft.el (wl-draft-reply): Use it.
8810
8811 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8812
8813         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8814         the 5th argument of `elmo-network-get-spec'.
8815
8816         * wl-thread.el (wl-thread-reparent-children): New inline function.
8817         (wl-thread-delete-message): Use it.
8818
8819         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8820         (wl-summary-score-update-all-lines): Don't use `dolist'.
8821
8822 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8823
8824         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8825         (require 'elmo-msgdb) for inline function.
8826
8827 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8828
8829         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8830
8831 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8832
8833         * wl-score.el (wl-score-headers): Fix for the confusing macro
8834         `elmo-kill-buffer'.
8835
8836 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8837
8838         * wl-summary.el: Don't use the 3rd argument of `require' because
8839         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8840         * wl-util.el: Ditto.
8841         * wl-draft.el: Ditto.
8842
8843 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8844
8845         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8846         window system is not used.
8847
8848 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8849
8850         * wl-thread.el: Don't use `mapcar' only for iteration.
8851         (wl-thread-resume-entity): Ditto.
8852         (wl-thread-delete-message): Ditto.
8853
8854         * wl-summary.el: Bind `dragdrop-drop-functions',
8855         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8856         of `require' for `timezone', `easymenu' and `ps-print';
8857         don't use `mapcar' only for iteration.
8858
8859         * wl-util.el: Bind `mule-version', `nemacs-version',
8860         `emacs-beta-version', `xemacs-codename',
8861         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8862         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8863         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8864         only for iteration.
8865
8866         * wl-score.el: Don't use `mapcar' only for iteration.
8867         (wl-score-simplify-buffer-fuzzy): Ditto.
8868         (wl-score-simplify-subject): Ditto.
8869         (wl-score-headers): Ditto.
8870         (wl-summary-score-update-all-lines): Ditto.
8871
8872         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8873         `enable-multibyte-characters' and `mule-version'.
8874
8875         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8876         `mapcar' only for iteration.
8877
8878         * wl-demo.el: Don't use `mapcar' only for iteration.
8879
8880         * wl-folder.el: Don't use `mapcar' only for iteration.
8881         (wl-folder-open-all): Ditto.
8882         (wl-folder-count-incorporates): Ditto.
8883
8884         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8885         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8886
8887         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8888         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8889         `smtp-connection-type'; specify 3rd argument of `require' for
8890         `timezone'; don't use `mapcar' only for iteration.
8891         (wl-draft-clone-local-variables): Don't use `mapcar'.
8892         (wl-draft-generate-clone-buffer): Ditto.
8893         (wl-user-agent-compose-internal): Ditto.
8894
8895         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8896
8897         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8898         (wl-save-status): Ditto.
8899
8900         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8901         for iteration.
8902
8903 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8904
8905         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8906         removed `Date'.
8907         (wl-fldmgr-make-filter-default): New user option.
8908
8909         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8910         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8911         (wl-fldmgr-filter-completion-alist): Abolish.
8912
8913         * wl.el (wl): Don't check servers if arg is non-nil.
8914
8915         * wl-draft.el (wl-draft-reply): Set only message-id string to
8916         In-Reply-To field.
8917
8918 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8919
8920         * wl-summary.el (wl-summary-pick): Rewrite.
8921
8922         * wl-draft.el (wl-draft-forward): Get references field from
8923         original buffer.
8924         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8925
8926 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8927
8928         * wl-draft.el (wl-draft-forward): Add references field.
8929
8930 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8931
8932         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8933         (wl-draft-reply): Use it.
8934
8935 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8936
8937         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8938         when Emacs 21 is running.
8939
8940         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8941         bindings.
8942
8943 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8944
8945         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8946         XPM icons transparent.
8947
8948         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8949         Emacs 21.
8950
8951 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8952
8953         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8954         nil.
8955
8956         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8957         when it is persistent.
8958         (wl-summary-sync-marks): Changed argument for
8959         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8960         (wl-summary-virtual): Use `elmo-read-search-condition'.
8961         (wl-summary-redisplay-internal): If folder is local, mark as read
8962         even when folder is plugged.
8963
8964 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8965
8966         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8967         of `tool-bar-lines' in the frame parameters.
8968         (after-make-frame-functions, post-command-hook): Don't modify the
8969         value.
8970         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8971         wl-e21-tool-bar-lines): Removed.
8972
8973 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8974
8975         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8976         properties `evaporate' and `wl-momentary-overlay' as well.
8977         (wl-highlight-summary-displaying): Ditto.
8978         (wl-delete-all-overlays): Don't delete overlay which does not have
8979         a property `wl-momentary-overlay'.
8980
8981         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8982         `display-mouse-p' and `display-graphic-p'.
8983         (wl-folder-init-icons): Don't search for XBM or the other files.
8984         (wl-plugged-set-folder-icon): Make icons if and only if
8985         `display-graphic-p' returns non-nil.
8986         (wl-highlight-plugged-current-line): Use `before-string' overlay
8987         property to show icon images.
8988         (wl-highlight-folder-current-line): Ditto.
8989         (wl-e21-highlight-folder-group-line): Ditto.
8990         (wl-e21-highlight-folder-by-numbers): Ditto.
8991         (wl-e21-insert-image): Removed.
8992         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8993         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8994         said.
8995         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8996         `wl-e21-force-switch-toolbar'.
8997         (wl-e21-make-icon-image): Removed.
8998         (wl-e21-setup-toolbar): Don't search for XBM files.
8999         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9000         the default value.
9001
9002 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9003
9004         * wl-util.el (wl-biff-check-folder-async): Set
9005         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9006
9007 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9008
9009         * wl-e21.el (after-make-frame-functions): Add
9010         `wl-e21-force-switch-toolbar'.
9011         (wl-e21-force-switch-toolbar): New function force to switch the
9012         toolbar appearance automatically.
9013         (post-command-hook): Add `wl-e21-switch-toolbar'.
9014         (wl-e21-switch-toolbar): New function to switch the toolbar
9015         appearance automatically.
9016         (wl-e21-tool-bar-lines): New buffer local variable.
9017
9018 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9019
9020         * wl-util.el (wl-biff-check-folders-running): New variable.
9021         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9022         (wl-biff-check-folder-async-callback):
9023         Set `wl-biff-check-folders-running'.
9024         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9025         with unwind-protect.
9026
9027         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9028         Enclose `wl-folder-auto-check' with unwind-protect.
9029
9030         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9031         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9032
9033         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9034
9035         * wl-util.el (wl-biff-notify): New inline function.
9036         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9037         locally.
9038         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9039         folder-list' is 1.
9040         Use `wl-biff-notify'.
9041         (wl-biff-check-folder-async-callback): New function.
9042         (wl-biff-check-folder-async): Ditto.
9043
9044         * wl-folder.el (wl-folder): Don't check folders.
9045         (wl-folder-auto-check): New function.
9046
9047 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9048
9049         * wl-util.el (wl-biff-start) [Emacs19+]:
9050         Use `timer-next-integral-multiple-of-time'.
9051         (wl-biff-check-folders): Use `wl-default-folder'
9052         if `wl-biff-check-folder-list' is nil.
9053
9054 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9055
9056         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9057         instead of `elmo-delete-lists'.
9058
9059 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9060
9061         * wl.el (wl-plugged-toggle-all): Set the value of
9062         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9063         (wl-plugged-toggle): Ditto.
9064         (wl-toggle-plugged): Ditto.
9065         (wl-plugged-init): Ditto.
9066
9067         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9068         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9069         instead of `wl-biff-state-indicator-off' and
9070         `wl-biff-state-indicator-on'; don't modify the value and the type
9071         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9072         (wl-plugged-init-icons): Set icons data to
9073         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9074         instead of `wl-plug-state-indicator-off' and
9075         `wl-plug-state-indicator-on'; don't modify the value and the type
9076         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9077
9078         * wl-vars.el (wl-modeline-biff-state-off,
9079         wl-modeline-biff-state-on, wl-modeline-biff-status,
9080         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9081         wl-modeline-plug-status): New internal variables.
9082         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9083         wl-biff-check-interval, wl-biff-check-folder-list): Change
9084         customization group from `wl-folder' to `wl-highlight'.
9085         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9086         wl-show-plug-status-on-modeline): Defcustomized.
9087
9088         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9089         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9090         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9091         a flag to `mode-line-buffer-identification'.
9092
9093         * wl-e21.el (wl-biff-init-icons): Set icons data to
9094         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9095         instead of `wl-biff-state-indicator-off' and
9096         `wl-biff-state-indicator-on'.
9097         (wl-plugged-init-icons): Set icons data to
9098         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9099         instead of `wl-plug-state-indicator-off' and
9100         `wl-plug-state-indicator-on'.
9101
9102 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9103
9104         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9105         excessive titles.
9106
9107 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9108
9109         * wl.el (wl-plugged-mode): Use revised
9110         `wl-mode-line-buffer-identification'.
9111         (wl-plugged-init): Don't use `force-mode-line-update'.
9112
9113         * wl-xmas.el (wl-draft-overload-functions): Use revised
9114         `wl-mode-line-buffer-identification'.
9115         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9116         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9117         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9118         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9119         `wl-make-plugged-hook';
9120         add `wl-folder-init-icons' and `wl-setup-folder' to
9121         `wl-folder-mode-hook'.
9122
9123         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9124         19 as well.
9125         (wl-mode-line-display-priority-list): New user option.
9126         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9127         Defcustomized.
9128         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9129         Add docs.
9130
9131         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9132         start.
9133         (wl-mode-line-buffer-identification): Revised as a function.
9134
9135         * wl-summary.el (wl-summary-mode): Use revised
9136         `wl-mode-line-buffer-identification'; don't call
9137         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9138         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9139         `wl-xmas-setup-summary'.
9140
9141         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9142         `wl-mode-line-buffer-identification'.
9143
9144         * wl-mule.el (wl-draft-overload-functions): Use revised
9145         `wl-mode-line-buffer-identification'.
9146
9147         * wl-folder.el (wl-make-plugged-alist): Don't call
9148         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9149         (wl-folder): Don't call `wl-folder-init-icons' directly.
9150         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9151         `wl-xmas-setup-folder' directly;
9152         use revised `wl-mode-line-buffer-identification'.
9153         (TopLevel): Don't bind `wl-biff-init-icons',
9154         `wl-plugged-init-icons', `wl-folder-init-icons',
9155         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9156
9157         * wl-e21.el (wl-draft-overload-functions): Use revised
9158         `wl-mode-line-buffer-identification'.
9159         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9160         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9161         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9162         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9163         `wl-make-plugged-hook';
9164         add `wl-folder-init-icons' and `wl-setup-folder' to
9165         `wl-folder-mode-hook'.
9166
9167 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9168             Katsumi Yamaoka    <yamaoka@jpl.org>
9169
9170         * wl.el (wl): Call `wl-biff-start'.
9171         (wl-exit): Call `wl-biff-stop'.
9172         (wl-plugged-mode): Show biff in modeline.
9173         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9174
9175         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9176         (wl-biff-init-icons): New function.
9177         (wl-plugged-init-icons): Don't make too much keymaps.
9178         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9179
9180         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9181         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9182         variables.
9183         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9184         options.
9185
9186         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9187         wl-biff-start, wl-biff-stop): New functions.
9188         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9189         (wl-biff-timer-name): New variable.
9190
9191         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9192
9193         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9194         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9195
9196         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9197         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9198
9199         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9200         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9201         `wl-folder-init-icons' to `ignore' if they are not available.
9202         (wl-folder-mode): Show biff in modeline.
9203
9204         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9205         (wl-biff-init-icons): New function.
9206         (wl-plugged-init-icons): Don't make too much keymaps.
9207         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9208
9209 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9210
9211         * wl-vars.el (wl-strict-diff-folders): Customization Type
9212         and doc fix.  Define as a list of regular expressions for
9213         folders or nil.
9214         * wl-folder.el (wl-folder-check-one-entity): Use
9215         `wl-string-match-member' instead of `wl-string-member' for
9216         `wl-strict-diff-folders'.
9217
9218 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9219
9220         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9221         (wl-highlight-folder-current-line): Use it; new implementation.
9222         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9223         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9224         `defsubst' instead of `defun'.
9225
9226         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9227         `wl-highlight-group-folder-by-numbers'; made it can also be a
9228         number.  See info for more details.
9229
9230         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9231         running.
9232
9233         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9234         to bind them.
9235
9236         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9237         (wl-highlight-folder-current-line): New implementation.
9238
9239         * wl-highlight.el (wl-highlight-folder-group-line): New
9240         implementation.
9241         (wl-delete-all-overlays): Rewrite as a marco.
9242         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9243
9244         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9245         running.
9246         (wl-folder-*-glyph): No need to bind them.
9247
9248         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9249         `wl-e21-highlight-folder-group-icon'; rewrite.
9250         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9251         `defsubst' instead of `defun'.
9252         (wl-folder-mode-map): Bind it when compiling.
9253
9254 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9255
9256         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9257
9258         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9259
9260 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9261
9262         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9263
9264 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9265
9266         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9267         (wl-highlight-folder-current-line): Use it.
9268
9269         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9270         in `id-name'.
9271
9272 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9273
9274         * wl.el: Require `wl-e21' when Emacs 21 is running.
9275
9276         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9277         default when Emacs 21 is running.
9278         (wl-use-highlight-mouse-line): Ditto.
9279         (wl-on-emacs21): New constant.
9280         (wl-on-emacs20): Removed.
9281
9282         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9283         Emacs 21 is running.
9284
9285         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9286         Emacs 21 is running.
9287
9288         * wl-e21.el: New file.
9289
9290 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9291
9292         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9293         (wl-toggle-plugged): Ditto.
9294         (wl-plugged-toggle): Ditto.
9295         (wl-plugged-toggle-all): Ditto.
9296
9297         * wl-vars.el (wl-plug-state-indicator): Refer
9298         `wl-plug-state-indicator-on' indirectly.
9299
9300 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9301
9302         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9303         Call `wl-folder-confirm-existence'.
9304
9305         * wl-folder.el (wl-folder-confirm-existence): Added optional
9306         argument `force'.
9307
9308 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9309
9310         * wl-summary.el (wl-summary-refile-subr): Assume
9311         `copy-or-refile' as symbol.
9312         (wl-summary-refile): Follow up above change.
9313         (wl-summary-copy): Ditto.  Doc fix.
9314
9315 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9316
9317         * wl-summary.el (wl-summary-pick): Don't bind
9318         `elmo-search-mime-charset'.
9319
9320         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9321         default using old backquote style.
9322         (wl-search-mime-charset): Abolished.
9323
9324         * wl-highlight.el (wl-highlight-headers):
9325         Call `point' after `re-search-forward'(for Nemacs).
9326
9327         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9328         for elmo-imap4.el.
9329
9330 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9331
9332         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9333         `wl-message-ignored-field-list' instead of
9334         `mime-view-ignored-field-list'.
9335
9336         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9337         Add interactive spec.
9338         (wl-folder-goto-bottom-of-current-folder): Ditto.
9339         (wl-folder-mode-map): Bind them.
9340
9341         * wl-vars.el (wl-message-ignored-field-list): New variable.
9342         (wl-message-visible-field-list): New variable.
9343
9344         * wl-mime.el (wl-mime-header-presentation-method): New function.
9345         (wl-mime-setup): Set header-presentation-method.
9346
9347 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9348
9349         * wl-nemacs.el (wl-draft-overload-functions): Set
9350         `mode-line-buffer-identification' instead of using
9351         `wl-make-modeline'.
9352
9353         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9354         instead of using `wl-make-modeline'.
9355
9356         * wl-xmas.el (wl-plugged-init-icons): Set up
9357         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9358         (wl-make-modeline): Abolish.
9359         (wl-draft-overload-functions): Set
9360         `mode-line-buffer-identification' instead of using
9361         `wl-make-modeline'.
9362
9363         * wl-util.el (wl-make-modeline-subr): Abolish.
9364         (wl-mode-line-buffer-identification): New alias.
9365
9366         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9367         (wl-summary-make-modeline): Abolish.
9368         (wl-summary-buffer-set-folder): Set
9369         `wl-summary-buffer-folder-indicator'.
9370         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9371         of using `wl-make-modeline'.
9372         (wl-summary-switch-to-clone-buffer): Don't set
9373         `mode-line-buffer-identification'.
9374         (wl-summary-goto-folder-subr): Ditto.
9375
9376         * wl-mule.el (wl-draft-overload-functions): Set
9377         `mode-line-buffer-identification' instead of using
9378         `wl-make-modeline'.
9379
9380         * wl-folder.el (wl-folder-mode): Set
9381         `mode-line-buffer-identification' instead of using
9382         `wl-make-modeline'.
9383         (wl-folder): Don't set `mode-line-buffer-identification'.
9384
9385 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9386
9387         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9388         instead of `member' for `wl-refile-guess-func-list' look-ups.
9389         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9390
9391 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9392
9393         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9394         `wl-message-button-dispatcher'.
9395
9396         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9397
9398         * wl-message.el (wl-message-button-dispatcher): Use it.
9399
9400         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9401         "In-Reply-To".
9402
9403         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9404         Bind `case-fold-search' to t.
9405
9406 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9407
9408         * wl-xmas.el (wl-message-overload-functions): Initialize
9409         `wl-message-button-map'.
9410
9411         * wl-mule.el (wl-message-overload-functions): Initialize
9412         `wl-message-button-map'.
9413
9414         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9415
9416         * wl-message.el (wl-message-button-map): New keymap.
9417         (wl-message-add-button): New function.
9418         (wl-message-button-dispatcher): New function.
9419         (wl-message-button-refer-article): New function.
9420
9421         * wl-highlight.el
9422         (wl-highlight-message-add-buttons-to-header): New function.
9423         (wl-highlight-headers): Use it.
9424
9425 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9426
9427         * wl-summary.el (wl-summary-default-from): Use
9428         `wl-address-get-petname-1'.
9429         (wl-summary-simple-from): Ditto.
9430
9431         * wl-address.el (wl-address-get-petname-1): New inline function.
9432         (wl-address-get-petname): Use it.
9433
9434 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9435
9436         * wl-summary.el (wl-summary-default-from): Return full-name part
9437         from the address if no petname was found.
9438         (wl-summary-simple-from): Ditto.
9439
9440         * wl-address.el (wl-address-get-petname): Return nil if no petname
9441         associated with the address was found.
9442
9443 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9444
9445         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9446         display is finished.
9447
9448 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9449
9450         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9451         `elmo-folder-exists-p' argument.
9452
9453 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9454
9455         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9456         the folder.
9457
9458 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9459
9460         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9461
9462         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9463         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9464
9465 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9466
9467         * wl-folder.el (wl-folder-create-subr): New function.
9468         (wl-folder-confirm-existence): Use it.
9469         (wl-folder-check-one-entity): Use it.
9470         Check the error symbol is derived from 'elmo-open-error.
9471
9472         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9473         `ignore-error'.
9474
9475 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9476
9477         * wl-util.el (toplevel): Add (eval-when-compile (require
9478         'elmo-util)).  (Maybe `provide' is typo.)
9479
9480 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9481
9482         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9483         (I don't know why this was needed.)
9484
9485         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9486         Follow up changes for stream-type.
9487
9488         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9489         (wl-draft-elmo-nntp-send): Ditto.
9490
9491         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9492         (wl-nntp-posting-stream-type): Ditto.
9493         (wl-pop-before-smtp-ssl): Abolished.
9494         (wl-nntp-posting-ssl): Ditto.
9495
9496         * wl-address.el (wl-address-quote-specials): New function.
9497         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9498
9499         * wl-draft.el (wl-draft-reply): Ditto.
9500
9501 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9502
9503         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9504         use function `wl-string-match-assoc'.
9505
9506 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9507
9508         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9509
9510         * wl-draft.el (wl-draft-deduce-address-list): New function.
9511         (wl-draft-parse-mailbox-list): Ditto.
9512         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9513         instead of `smtp-deduce-address-list'.
9514         (wl-draft-on-field-p): Follow group list.
9515
9516         * wl-address.el (wl-address-concat-token): New function.
9517         (wl-address-string-without-group-list-contents): Ditto.
9518         (wl-complete-field-body): Fixed problem of completion
9519         by japanese petname.
9520         (wl-address-make-completion-list): Rewrite.
9521
9522 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9523
9524         * wl-address.el (wl-address-make-completion-list): Completion by
9525         petname.
9526         (wl-complete-field-body): Likewise.
9527
9528 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9529
9530         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9531         contains invalid address syntax.
9532
9533 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9534
9535         * wl-folder.el (wl-folder-check-entity-async): Use
9536         `elmo-nntp-spec-hostname'.
9537
9538 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9539
9540         * wl-summary.el (wl-summary-msgdb-load-async): Use
9541         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9542
9543 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9544
9545         * wl-draft.el (wl-draft-reply): Set argument
9546         `content-transfer-encoding' as nil.
9547
9548 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9549
9550         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9551         `wl-refile-alist'.
9552
9553 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9554
9555         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9556         (wl-draft-edit-string): Ditto.
9557         (wl-draft-forward): Ditto.
9558         * wl-summary.el (wl-summary-write): Ditto.
9559
9560 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9561
9562         * wl-summary.el (wl-summary-sync-update3): Call
9563         `wl-summary-buffer-number-column-detect'.
9564         (wl-summary-buffer-number-column-detect): Search from point-min.
9565
9566 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9567
9568         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9569         contains an address which is not included in original to or cc.
9570
9571 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9572
9573         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9574         begin-line does not exist.
9575         * wl-message.el (wl-message-uu-substring): Ditto.
9576
9577 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9578
9579         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9580         clear local variables.
9581         (wl-summary-exit): Call `elmo-commit'.
9582         (wl-summary-switch-to-clone-buffer): Call
9583         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9584         (wl-summary-goto-folder-subr): Ditto.
9585
9586         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9587         POP folder.
9588
9589 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9590
9591         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9592         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9593         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9594         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9595         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9596         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9597
9598         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9599
9600 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9601
9602         * wl-summary.el (wl-summary-search-by-subject):
9603         Search parent message from the latest one.
9604
9605 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9606
9607         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9608         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9609
9610         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9611         New user option.
9612
9613         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9614         if elmo-nntp-use-killed-list is nil.
9615         Use `elmo-msgdb-append-to-killed-list'.
9616         (Append numbers confirmed as disappeared to the killed list.)
9617         (wl-summary-confirm-appends): Don't display negative number.
9618
9619 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9620
9621         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9622
9623 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9624
9625         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9626         range is `all'.
9627         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9628         `elmo-list-bigger-diff'.
9629
9630 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9631
9632         * wl-summary.el (wl-summary-buffer-exit-func):
9633         New buffer local variable.
9634         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9635
9636 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9637
9638         * wl-demo.el (wl-demo): Fix the last change.
9639
9640 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9641
9642         * wl-demo.el (wl-demo): Don't use `eval'.
9643
9644 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9645
9646         * wl-summary.el (wl-summary-buffer-thread-modified):
9647         New buffer-local variable.
9648         (wl-summary-set-thread-modified): New function.
9649         (wl-summary-thread-modified-p): New function.
9650         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9651         (wl-summary-yank-saved-message): Use function
9652         `wl-summary-set-thread-modified'
9653         (wl-summary-switch-to-clone-buffer): Add
9654         `wl-summary-buffer-thread-modified'.
9655
9656         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9657         (wl-summary-buffer-mark-saved-hook): Ditto.
9658         * wl-summary.el (wl-summary-msgdb-save): New hook
9659         `wl-summary-buffer-message-saved-hook' and
9660         `wl-summary-buffer-mark-saved-hook'.
9661
9662 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9663
9664         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9665
9666 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9667
9668         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9669         don't hide scroll bars under FSF Emacsen because it may incur an
9670         undesirable redrawing.
9671
9672 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9673
9674         * wl-draft.el (wl-draft-edit-string): Call
9675         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9676
9677 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9678
9679         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9680
9681 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9682
9683         * wl-summary.el (wl-summary-msgdb-load-async): Call
9684         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9685
9686 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9687
9688         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9689         fringes in demo buffer; center bitmap logo correctly even if old
9690         Mule is used.
9691
9692 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9693
9694         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9695
9696         * wl-refile.el (wl-refile-subject-alist): New variable.
9697         (wl-refile-subject-alist-file-name): Ditto.
9698         (wl-refile-alist-setup): Rewrite.
9699         (wl-refile-alist-save): Use `elmo-object-save'.
9700         Eliminated arguments.
9701         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9702         (wl-refile-guess-by-subject): New function.
9703         (wl-refile-guess-func-list): Added it.
9704
9705 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9706
9707         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9708         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9709
9710 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9711
9712         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9713         New buffer-local variable.
9714         (wl-summary-buffer-next-folder-func): Ditto.
9715         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9716         if non-nil.
9717         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9718         if non-nil.
9719         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9720         if non-nil.
9721         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9722         if non-nil.
9723
9724 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9725
9726         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9727         permanently in the demo buffer.
9728
9729 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9730
9731         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9732         `mime-entity-fetch-field'.
9733
9734         * wl.el (wl-exit): Delete plugged buffer.
9735
9736         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9737         XEmacs has menubar feature.
9738
9739 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9740
9741         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9742         cannot arrive at the beginning of the buffer under old Emacsen.
9743
9744 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9745
9746         * wl-address.el (wl-address-ldap-search):
9747         Call `ldap-search-entries' with `withdn' argument t.
9748         (wl-complete-field-body): Bind completion-ignore-case as t.
9749         Clear ldap search hash when it was sole completion.
9750         Use elmo-string for pattern string.
9751         (wl-ldap-alias-safe-string): Eliminated needless let.
9752
9753 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9754
9755         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9756         (wl-ldap-alias-sep): New constant.
9757         (wl-ldap-search-attribute-type-list): Ditto.
9758         (wl-ldap-get-value): New function.
9759         (wl-ldap-make-filter): Ditto.
9760         (wl-ldap-make-matched-value-list): Ditto.
9761         (wl-ldap-alias-safe-string): Ditto.
9762         (wl-ldap-register-dn-string): Ditto.
9763         (wl-address-ldap-search): Rewrite.
9764
9765 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9766
9767         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9768         thread is deleted.
9769         (wl-thread-delete-line-from-buffer): Ditto.
9770         (wl-thread-get-exist-children): New function.
9771
9772 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9773
9774         * wl-demo.el (wl-demo): Made it to select various image types.
9775         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9776         from `wl-title-logo'.
9777         (wl-logo-ascii): New variable.
9778         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9779         (wl-demo-copyright-notice): New constant.
9780
9781         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9782
9783 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9784
9785         * wl-vars.el (wl-summary-target-above): Renamed from
9786         wl-summary-temp-above.
9787         * wl-score.el (wl-score-get-score-alist): Use it.
9788         (wl-summary-score-update-all-lines): Use it.
9789         * wl-summary.el: Ditto. (make-variable-buffer-local).
9790
9791 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9792
9793         * wl-vars.el (wl-ldap-port): New user option.
9794
9795         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9796         Rewite whole implementation.
9797         (wl-complete-field-body): Fixed.
9798
9799 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9800
9801         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9802         Choose implementation at compile time.
9803
9804 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9805
9806         * wl-address.el (wl-ldap-search-internal): New function.
9807         (wl-complete-field-to): Use it.
9808
9809 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9810
9811         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9812         Use `let' instead of `let*'.
9813         Require 'wl-vars.
9814
9815         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9816         Define as defcustom.
9817         (wl-ldap-base): Ditto.
9818         (wl-use-ldap): Ditto.
9819
9820 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9821
9822         * wl-address.el (wl-ldap-search): New function.
9823         (wl-complete-field-body): Use `wl-ldap-search'.
9824         (wl-ldap-server): New variable.
9825         (wl-ldap-base): Ditto.
9826         (wl-use-ldap): Ditto.
9827
9828 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9829
9830         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9831         (Pointed out by Mito <mit@nines.nec.co.jp>).
9832         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9833         buffer-local variables like `wl-summary-redisplay-internal'.
9834         (wl-summary-redisplay-all-header): Likewise.  Update
9835         Summary view too.
9836
9837 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9838
9839         * wl-summary.el (wl-summary-jump-to-parent-message):
9840         Consider prefix argument.
9841
9842         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9843         when closed thread is deleted.
9844
9845 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9846
9847         * wl-summary.el (wl-summary-jump-to-parent-message):
9848         Consider thread modification.
9849
9850 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9851
9852         * wl-message.el (wl-message-normal-get-original-buffer): Use
9853         `save-excursion'.
9854
9855         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9856         (wl-summary-showto-folder-regexp): Ditto.
9857
9858 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9859
9860         * wl-util.el (wl-delete-alist): Doc fix.
9861         (wl-delete-associations): New function.
9862         (wl-inverse-alist): New function.
9863         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9864         Split temporary variables. Use `wl-delete-associations'
9865         and `wl-inverse-alist'.
9866         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9867
9868 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9869
9870         * wl-folder.el (wl-folder-prefetch-entity):
9871         Execute prefetching if new count is unknown.
9872
9873 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9874
9875         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9876
9877         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9878         delete entity.
9879         (wl-thread-set-parent): If insert as top, set linked as nil.
9880
9881         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9882         `wl-thread-cleanup-symbols' when view mode is thread.
9883
9884 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9885
9886         * wl-folder.el (wl-folder-create-folder-entity): Use
9887         with-current-buffer.
9888         (wl-local-folder-init): Call set-buffer to make sure we are in
9889         the Folder buffer. Don't touch buffer-local variables here.
9890         (wl-folder-mode): Initialize buffer-local variables here.
9891
9892         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9893         (wl-folder-entity-assign-id): Ditto.
9894         (wl-folder-create-entity-hashtb): Ditto.
9895         (wl-local-folder-init): Ditto.
9896         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9897
9898 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9899
9900         * wl-summary.el (wl-summary-default-from): Fix probrem when
9901         std11-extract-address-components return (nil "foo@bar").
9902
9903 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9904
9905         * wl-draft.el (wl-draft-clone-local-variables):
9906         Remove redundant `setq'.
9907
9908 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9909
9910         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9911         Bind wl-highlight-x-face-func as nil while highlighting header.
9912
9913 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9914
9915         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9916
9917 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9918
9919         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9920         elmo-msgdb-overview-hashtb from copy-variables.
9921         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9922         instead of `elmo-msgdb-overview-get-entity-by-number'.
9923         (wl-summary-auto-refile): Ditto.
9924
9925         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9926         `elmo-msgdb-overview-get-entity' instead of
9927         `elmo-msgdb-search-overview-entity'.  Use
9928         `elmo-msgdb-overview-get-entity' instead of
9929         `elmo-msgdb-overview-get-entity-by-number'.
9930         (wl-thread-insert-entity-sub): Ditto.
9931         (wl-thread-insert-message): Ditto.
9932
9933         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9934         `elmo-msgdb-overview-get-entity'.
9935         (wl-normal-message-redisplay): Ditto.
9936
9937 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9938
9939         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9940         `wl-thread-entities'.
9941         (wl-thread-delete-message): Fix remove top message from
9942         `wl-thread-entity-list'.
9943
9944         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9945         wl-append(nconc), because update-list is broken on Meadow.
9946
9947         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9948         updating process.
9949         (wl-summary-rescan): Ditto.
9950         (wl-summary-sync-update3): Ditto.
9951         * wl-thread.el (wl-thread-set-parent): Renamed from
9952         `wl-summary-set-parent'.
9953         (wl-thread-insert-message): Updating buffer faster.
9954         (wl-thread-delete-message): Updating buffer faster.
9955
9956         * wl-score.el (wl-summary-score-update-all-lines): Changed
9957         interval for display progress gauge.
9958
9959 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9960
9961         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9962         folder always-sticky.
9963         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9964         defmacro.
9965
9966 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9967
9968         * wl-vars.el (wl-draft-add-references): New user option.
9969
9970         * wl-draft.el (wl-draft-add-references): New function.
9971         (wl-draft-yank-from-mail-reply-buffer): Use it.
9972         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9973         as nil.
9974
9975 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9976
9977         * wl-thread.el (wl-thread-update-line-msgs): Called
9978         `wl-thread-update-line-on-buffer-sub'.
9979         (wl-thread-update-line-on-buffer): Delete routine of inserting
9980         thread.
9981         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9982         moved from `wl-thread-update-line-on-buffer'.
9983         Add threshold for displaying progress gauge.
9984         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9985         argument of `wl-thread-update-line-msgs'.
9986         Add threshold for displaying progress gauge.
9987         * wl-folder.el:
9988         Add threshold for displaying progress gauge.
9989         * wl-score.el: Ditto.
9990
9991         * wl-expire.el (wl-summary-expire): Display deleting info.
9992
9993 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9994
9995         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9996         `no-msg'.
9997         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9998         argument of `wl-thread-update-line-msgs'.
9999         (wl-summary-set-parent): Added optional argument `parent-number'.
10000         (wl-summary-buffer-saved-message): New buffer local variable.
10001         (wl-summary-save-current-message): New command.
10002         (wl-summary-yank-saved-message): Ditto.
10003         (wl-summary-mode-map): Added key binding for
10004         `wl-summary-save-current-message' (\ew) and
10005         `wl-summary-yank-saved-message' (\C-y).
10006         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10007
10008 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10009
10010         * wl-summary.el (wl-summary-mode-map): Added key binding for
10011         `wl-summary-set-parent' (ts).
10012
10013 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10014
10015         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10016         subject faster. If thread number is reverse, delayed updating
10017         thread.
10018         (wl-summary-search-by-subject): Ditto.
10019         (wl-summary-put-alike): Ditto.
10020         (wl-summary-get-alike): Ditto.
10021         (wl-summary-insert-headers): Insert header of all overview in
10022         buffer.
10023         (wl-summary-rescan): Delayed updating thread. Kill search subject
10024         buffer for wl-summary-search-by-subject.
10025         (wl-summary-sync-update3): Ditto.
10026         (wl-summary-exit): Ditto.
10027         (wl-summary-goto-bottom-of-current-thread): Change for linked
10028         thread.
10029         (wl-summary-overview-create-summary-line): Change line for linked
10030         thread.
10031
10032         * wl-summary.el (wl-summary-update-thread): Use
10033         wl-thread-maybe-get-children-num.
10034         (wl-summary-set-parent): If change parent, move sub thread.
10035         (wl-summary-redisplay-internal): Add horizontal recenter.
10036         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10037
10038         * wl-thread.el (wl-thread-entity-get-linked): New function.
10039         (wl-thread-entity-set-linked): New function.
10040         (wl-thread-create-entity): Add linked element.
10041         (wl-thread-entity-insert-as-top): Use wl-append.
10042         (wl-thread-maybe-get-children-num): If closing thread, return
10043         children msgs.
10044         (wl-thread-update-line-msgs): Displaying progress message.
10045         (wl-thread-update-line-on-buffer-sub): Use
10046         wl-thread-maybe-get-children-num.
10047         (wl-thread-update-line-on-buffer): If update line is not exists,
10048         insert thread.
10049         (wl-thread-delete-message): If delete top msg of thread, search
10050         parent by subject.
10051         (wl-thread-insert-entity): Use
10052         wl-thread-maybe-get-children-num.
10053
10054         * wl-highlight.el (wl-highlight-summary-current-line): change
10055         sregexp for linked thread.
10056         * wl-util.el (wl-count-lines): Count lines.
10057         (wl-horizontal-recenter): horizontal recenter.
10058         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10059         (wl-score-get-alike): Ditto.
10060         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10061         (wl-subject-length-limit): New variable.
10062         (wl-highlight-thread-indent-string-regexp): Changed for linked
10063         thread.
10064
10065 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10066
10067         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10068         New variable (revival).
10069         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10070         by subject matching if there's no in-reply-to nor references field
10071         (revival).
10072
10073 \f
10074 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10075
10076         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10077         message.
10078
10079 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10080
10081         * wl-summary.el (wl-summary-reply): Return t if there was a
10082         message at cursor point.
10083         Added unwind-protect.
10084         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10085         returns t.
10086         (wl-summary-cancel-message): Do nothing when there's no message at
10087         cursor point.
10088         (wl-summary-forward): Ditto.
10089         (wl-summary-jump-to-parent-message): Ditto.
10090         (wl-summary-reedit): Ditto.
10091         (wl-summary-edit-addresses): Ditto.
10092         (wl-summary-pipe-message): Ditto.
10093         (wl-summary-print-message-with-ps-print): Ditto.
10094         (wl-summary-print-message): Ditto.
10095         (wl-summary-mark-as-important): Ditto.
10096         (wl-summary-mark-as-unread): Ditto.
10097
10098         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10099         message at cursor point.
10100         (wl-summary-reply-with-citation): Remove unwind-protect.
10101
10102         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10103         subject searching feature.
10104         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10105         Eliminated.
10106
10107 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10108
10109         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10110         New variable.
10111         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10112         by subject matching if there's no in-reply-to nor references field.
10113
10114         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10115
10116         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10117         when display is finished.
10118         (wl-folder-open-all): Ditto.
10119         (wl-folder-update-access-group): Ditto.
10120         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10121         * wl-thread.el (wl-thread-close-all): Ditto.
10122
10123         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10124         progress gauge only when it was displayed.
10125         * wl-folder.el (wl-folder-insert-entity): Ditto.
10126
10127 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10128
10129         * wl-summary.el (wl-summary-incorporate): Enclose
10130         `wl-summary-sync-force-update' with save-excursion.
10131
10132 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10133
10134         * wl-summary.el (wl-summary-prefetch-region):
10135         Pass current cursor point to `pos-visible-in-window-p' after
10136         moving cursor to the started point.
10137
10138 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10139
10140         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10141
10142         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10143         fields from the forwarding message.
10144         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10145         `ignored-fields'.
10146
10147 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10148
10149         * wl-mime.el (wl-message-request-partial):
10150         Eliminated argument `msgdb'.
10151         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10152         (wl-mime-combine-message/partial-pieces): Likewise.
10153         * tm-wl.el (wl-message-request-partial): Likewise.
10154         (wl-mime-combine-message/partial-pieces): Likewise.
10155
10156 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10157
10158         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10159         when display is finished.
10160
10161 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10162
10163         * wl-summary.el (wl-summary-goto-folder-subr):
10164         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10165
10166 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10167
10168         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10169         when cursor point is visible.
10170
10171 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10172
10173         * wl-expire.el (wl-expire-archive-get-max-number):
10174         Don't use `file-name-directory'.
10175
10176 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10177
10178         * wl-expire.el (wl-expire-archive-get-max-number):
10179         Use `file-name-directory'.
10180
10181 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10182
10183         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10184         only when there is progress.
10185
10186 2000-04-13  Mito <mit@nines.nec.co.jp>
10187
10188         * wl-summary.el (wl-summary-sync-marks): Display progress.
10189
10190 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10191
10192         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10193         (wl-summary-prev): Move cursor regardless of unread status.
10194         (wl-summary-next): Ditto.
10195
10196 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10197
10198         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10199         Added argument `target' and `number'.
10200         * tm-wl.el (wl-summary-burst-subr): New function.
10201         (wl-summary-burst): Use it.
10202
10203 2000-04-10  Mito <mit@nines.nec.co.jp>
10204
10205         * wl-mime.el (wl-burst): New function.
10206         (wl-summary-burst): Use it.
10207
10208 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10209
10210         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10211         as petname when there's no candidate.
10212
10213 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10214
10215         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10216         New variable.
10217         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10218
10219         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10220
10221         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10222
10223 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10224
10225         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10226         Use substring of `original' instead of buffer-substring.
10227         (wl-refile-evaluate-rule):
10228         Set `original' argument of wl-refile-expand-newtext.
10229
10230         * wl-summary.el
10231         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10232         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10233         (wl-summary-auto-refile): Check existence of destination folder just
10234         before marking.
10235
10236 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10237
10238         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10239         when wl-refile-get-field-value return nil.
10240
10241 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10242
10243         * wl-refile.el
10244         (wl-refile-expand-newtext): New function imported from Gnus.
10245         (wl-refile-evaluate-rule): Use it.
10246
10247 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10248
10249         * wl-summary.el (wl-summary-print-destination):
10250         Duplicate folder string to avoid putting text-property on
10251         original string.
10252
10253         * wl-refile.el (wl-refile-get-field-value): New function.
10254         (wl-refile-evaluate-rule): New function;
10255         Evaluate refile rule recursively.
10256         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10257         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10258         New function; Check existence of a target folder recursively.
10259         (wl-summary-auto-refile-check-refile-rule-alist):
10260         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10261
10262 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10263
10264         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10265
10266         * wl-folder.el (wl-create-folder-entity-from-buffer):
10267         Fixed problem when '}' character is contained in folder name.
10268
10269         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10270
10271 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10272
10273         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10274         (wl-fldmgr-add-completion-all-completions):
10275         Use wl-fldmgr-add-completion-hashtb.
10276
10277 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10278
10279         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10280         wl-fldmgr-add-completion-subr): New functions.
10281         * wl-folder.el (wl-folder-completion-func): New variable.
10282         * wl-summary.el (wl-summary-read-folder):
10283         Use wl-folder-completion-func.
10284
10285         * wl-refile.el: Eliminate throw & catch.
10286
10287         * wl.el (wl-plugged-sending-queue-status): Fixed.
10288
10289 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10290
10291         * wl-draft.el (wl-draft): Put category property on
10292         mail-header-separator.