* Version number is increased to 2.13.3.
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * Version number is increased to 2.13.3.
4
5 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * wl-vars.el (wl-message-use-header-narrowing): New user option.
8
9         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
10         argument `5'.
11
12         * wl-message.el (wl-message-display-no-merge-p): New function.
13         (wl-message-buffer-display): Check whether the message is
14         reassembled and follow the API change.
15
16 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
17
18         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
19         multibyte on working buffer and removed unnecessary
20         `buffer-disable-undo'.
21
22 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
23
24         * wl-util.el (wl-read-search-condition-internal): Fixed the last
25         change.
26
27 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
28
29         * wl-util.el (wl-read-search-condition-internal): Protect
30         elmo-global-flags from distraction.
31
32 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
33
34         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
35
36         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
37         (wl-summary-event-handler): Ditto.
38         (wl-summary-update-persistent-mark-on-event): New
39         function (renamed from `elmo-event-handler-flag-changed').
40         (wl-summary-buffer-attach): New function.
41         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
42         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
43         instead of `elmo-folder-add-handler'.
44
45         * Version number is increased to 2.13.2.
46
47 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
48
49         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
50         and "\177" to the `wl-news-previous-page'.
51         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
52         (wl-news-previous-page): New function.
53
54 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
55
56         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
57         instead of `write-region' and simplify.
58
59 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
60
61         * wl-template.el (wl-template-select): Cause error if
62         `wl-template-alist' is nil.
63
64 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
65
66         * wl-news.el.in: Set file variable `no-byte-compile'.
67
68 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
69
70         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
71         whether a target message is within displaying area.
72         (elmo-event-handler-cache-changed): Ditto.
73
74 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
75
76         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
77         to `defun'.  Use `nconc' instead of `append' to collect descendant
78         message numbers.
79
80 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
81
82         * wl-thread.el (wl-thread-save-top-list)
83         (wl-thread-save-entities): Use `with-temp-buffer'.
84         * wl-news.el.in (wl-news-previous-version-load):
85         (wl-news-previous-version-save): Ditto.
86         * wl-summary.el (wl-summary-load-file-object)
87         (wl-summary-save-view-cache): Ditto.
88
89 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-util.el (toplevel): Require 'elmo-flag'.
92         (wl-read-search-condition): New function (Renamed from
93         `elmo-read-search-condition').
94         (wl-read-search-condition-internal): Likewise.
95
96         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
97         invalid.
98         (wl-summary-pick): Use `wl-read-search-condition' instead of
99         `elmo-read-search-condition'.
100         (wl-summary-virtual): Ditto.
101
102         * wl-folder.el (wl-folder-virtual): Ditto.
103         (wl-folder-pick): Ditto.
104
105         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
106
107 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
108
109         * wl-summary.el (wl-summary-reedit): Call
110         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
111
112 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
113
114         * wl-mime.el (toplevel): Require wl-vars.
115
116         * wl-message.el (toplevel): Require cl at compile.
117
118         * wl-draft.el (toplevel): Require elmo.
119
120 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
121
122         * wl-message.el (wl-message-buffer-prefetch): Count is a number
123         and do nothing when it is not positive.
124         (wl-message-buffer-prefetch-next): Ditto.
125
126 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
127
128         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
129         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
130         (wl-summary-redisplay-internal): Ditto.
131
132         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
133         message (the condition is borrowed from `wl-check-variables-2').
134         (wl-summary-redisplay-internal): Ditto.
135
136 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
137
138         * wl-mime.el (wl-draft-nntp-attribute): New function.
139         (wl-draft-attribute-nntp-posting-server): Use it.
140         (wl-draft-attribute-nntp-posting-port): Ditto.
141
142         * wl-mime.el (wl-draft-preview-attributes-list): New function.
143         (wl-draft-show-attributes-buffer): Ditto.
144         (wl-draft-hide-attributes-buffer): Ditto.
145         (wl-draft-attribute-newsgroups): Ditto.
146         (wl-draft-attribute-nntp-posting-server): Ditto.
147         (wl-draft-attribute-nntp-posting-port): Ditto.
148         (wl-draft-preview-message): Use there functions.
149
150         * wl-vars.el (wl-draft-preview-attributes-list): Change default
151         value.
152
153 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
156         (wl-draft-reedit): Ditto.
157         (wl-draft-queue-flush): Ditto.
158
159         * wl-mime.el (wl-message-request-partial): Ditto.
160         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
161         instead of `elmo-message-fetch'.
162
163         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
164
165         * wl-summary.el (wl-summary-message-string): Ditto.
166
167 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * wl-util.el (wl-current-message-buffer): Follow the API change.
170
171         * wl-summary.el (wl-summary-redisplay-internal): Call
172         `wl-summary-mark-as-read' with 2nd argument as nil and update
173         unread count instead of persistent mark.
174
175         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
176         variable.
177         (wl-message-redisplay): Follow the API change.
178         (wl-message-buffer-display): Managed mime-entity directly and
179         return preview buffer only.
180         (wl-message-display-internal): Rewrite.
181         (wl-message-buffer-prefetch-subr): Not save return value of
182         `wl-message-buffer-display'.
183
184         * Version number is increased to 2.13.1.
185
186 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
189         'elmo-multiple-fields-body-list' with boundary specified.
190
191 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
192
193         * wl-vars.el (wl-summary-resend-use-cache): New variable.
194         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
195         cache if `wl-summary-resend-use-cache' is non-nil.
196
197 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
198
199         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
200         (wl-nntp-posting-stream-type): Ditto.
201
202 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
203
204         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
205
206 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
207
208         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
209         message.
210
211 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
212
213         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
214         Abolish.
215         (wl-summary-buffer-persistent-mark-version): New internal
216         variable.
217         (wl-summary-update-mark-and-highlight-window): Check by
218         wl-summary-persistent-mark-invalid-p.
219         (wl-summary-update-status-marks): Ditto.
220         (elmo-event-handler-flag-changed): Rewrite.
221         (elmo-event-handler-cache-changed): Define.
222         (wl-summary-prefetch-msg): Does not update persistent mark here.
223         (wl-summary-delete-cache): Ditto.
224         (wl-summary-resume-cache-status): Ditto.
225         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
226         (wl-summary-persistent-mark-invalid-p): New function.
227         (wl-summary-validate-persistent-mark): Ditto.
228         (wl-summary-validate-persistent-mark-string): Ditto.
229         (wl-summary-invalidate-persistent-mark): Ditto.
230         (wl-summary-update-persistent-mark): Call
231         `wl-summary-validate-persistent-mark'.
232         (wl-summary-create-line): Call
233         `wl-summary-validate-persistent-mark-string'.
234
235         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
236         status as t if cache used.
237
238 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
239
240         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
241         only if the target is group.
242         * wl-folder.el (wl-folder-append-petname): Don't check group name.
243
244 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
245
246         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
247
248 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
249
250         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
251
252         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
253
254 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
255
256         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
257         (Thanks to Yoichi NAKAYAMA).
258
259 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
260
261         * wl-util.el (wl-save-drafts): Restore echo area.
262
263 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
264
265         * Version number is increased to 2.13.0.
266
267         * wl-util.el (wl-biff-check-folder-async): Use
268         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
269
270 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
271
272         * wl-message.el (wl-message-display-internal): Does not put
273         wl-message-display-type property on message buffer.
274         (wl-message-buffer-display-type): New function.
275
276         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
277
278         * wl-summary.el (wl-summary-mode): Use `dolist' to add
279         `wl-summary-buffer-detach'.
280         (wl-summary-message-display-type): Use
281         `wl-summary-buffer-display-type'.
282
283 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
284
285         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
286         buffer-local.
287
288         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
289         kill-buffer-hook instead of make-local-variable.
290         (wl-draft-preview-message): Set `local' argument of add-hook as t.
291
292 2004-12-12  Scott Renfro <scott@renfro.org>
293
294         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
295         regex for square-branket.
296
297 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
298
299         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
300         `wl-message-mime-analysis-p' with argument `header'.
301
302 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
303
304         * wl-mime.el (wl-draft-yank-current-message-entity): 
305         Switch to no-mime following method according to wl-message-display-type
306         property.
307         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
308
309         * wl-message.el (wl-message-display-internal): 
310         Put wl-message-display-type property on message buffer.
311
312         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
313         (wl-message-display-internal): Ditto;
314
315         * wl-summary.el (wl-summary-toggle-mime): Ditto.
316
317 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * wl-message.el (wl-message-make-display-type): New function.
320         (wl-message-display-type-property): Ditto.
321         (wl-message-mime-analysys-p): Ditto.
322         (wl-message-display-all-header-p): Ditto.
323         (wl-message-redisplay): Removed argument `as-is', `all-header' and
324         added `display-type'.
325         (wl-message-buffer-display): Likewise.
326         (wl-message-display-internal): Likewise.
327         (wl-message-buffer-display-type): Abolish.
328         (wl-message-buffer-prefetch-subr): Follow the API changed.
329
330         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
331         from wl-summary-buffer-display-all-header and changed default value.
332         (wl-summary-message-display-type): New function.
333         (wl-summary-buffer-display-mime-mode): Ditto.
334         (wl-summary-buffer-display-header-mode): Ditto.
335         (wl-summary-toggle-mime): Rewrite with above functions.
336         (wl-summary-toggle-all-header): Ditto.
337         (wl-summary-redisplay): Force redisplay with default mode.
338         (wl-summary-redisplay-internal): Renamed argument from `mode',
339         `all-header' to `mime-mode', `header-mode'.
340         Use `wl-message-make-display-type'.
341
342         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
343         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
344
345 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
346
347         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
348
349 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
350
351         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
352         in original message buffer.
353         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
354         buffer.
355
356 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
357
358         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
359
360 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
361
362         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
363
364 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
365
366         * wl-action.el (wl-summary-exec-action-refile): Display a done message
367         when actions succeeded.
368         (wl-summary-exec-action-copy): Likewise.
369
370 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
371
372         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
373         there is switch-to-buffer at the end of wl-message-select-buffer.
374         (wl-summary-reply): Ditto.
375
376 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
377
378         * wl-summary.el (wl-summary-forward): Put subject in original
379         message buffer as argument of wl-draft-forward.
380         * wl-draft.el (wl-draft-forward): Decode subject as in
381         wl-draft-reply.
382
383 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
384
385         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
386         a folder under access group.
387
388 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
389
390         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
391         wl-message-buffer-display.
392
393         * wl-util.el (wl-set-save-drafts): Fix typo.
394
395 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
398         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
399         wl-highlight-logo-face to set the bg color of an xbm image; fixed
400         the way to measure the width of a bitmap image; don't put face on
401         ascii and bitmap images; put the mark which should not use the
402         variable-pitch face on ascii and bitmap images.
403         (wl-demo-setup-properties): Don't use the variable-pitch face on
404         ascii and bitmap images; made it work on Emacs 20 and earlier.
405         (wl-demo-insert-text): End with a newline at the bottom; don't put
406         face on text.
407
408         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
409
410 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
411
412         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
413
414         * wl-util.el (wl-save-drafts): Moved from sample setting.
415         (wl-set-save-drafts): New function to set idle timer.
416         * wl-draft.el (wl-draft): Call it.
417         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
418
419 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
420
421         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
422         a summary which has toggle display status off.
423
424 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
425
426         * wl-draft.el (wl-draft-do-fcc): No cache save.
427
428 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-summary.el (elmo-event-handler-flag-changed): Use
431         `set-buffer' instead of `with-current-buffer'.
432
433 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * wl-summary.el (wl-summary-after-resize-function): New function.
436         (wl-summary-mode): Add `wl-summary-after-resize-function' to
437         window-size-change-functions.
438
439 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
440
441         * wl-draft.el (wl-draft-create-buffer): Bind
442         `change-major-mode-hook' after current buffer is changed.
443
444         * wl-summary.el (wl-summary-buffer-detach): New function.
445         (wl-summary-buffer-set-folder): Call it.
446         (wl-summary-mode): Add `wl-summary-buffer-detach' to
447         change-major-mode-hook and kill-buffer-hook.
448         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
449         (wl-summary-switch-to-clone-buffer): Ditto.
450         (wl-summary-goto-folder-subr): Ditto.
451
452 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
453
454         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
455         after boundp check.
456
457 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
458
459         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
460         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
461         for `kill-buffer'.
462
463         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
464         handler of current buffer from elmo-folder.
465
466 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
467
468         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
469
470 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
471
472         * wl-summary.el (wl-summary-buffer-event-handler): New internal
473         variable.
474         (wl-summary-event-handler): New class.
475         (elmo-event-handler-flag-changed): Define to update persistent
476         mark.
477         (wl-summary-buffer-set-folder): Register event handler to
478         elmo-folder.
479         (wl-summary-exit): Unregister event handler.
480         (wl-summary-goto-folder-subr): Ditto.
481         (wl-summary-mark-as-read-all): Does not call
482         `wl-summary-update-persistent-mark' directly.
483         (wl-summary-mark-as-read-internal): Ditto.
484         (wl-summary-set-persistent-mark-internal): Ditto.
485         (wl-summary-set-flags-internal): Ditto.
486
487         * Version number is increased to 2.11.33.
488
489 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
490
491         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
492         to nil.
493
494 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
495
496         * wl-spam.el (wl-spam-setup): Add hook
497         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
498         instead of `wl-summary-prepare-hook'.
499
500         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
501         if folder type is `'flag'.
502         (wl-summary-mark-as-important): Ditto.
503
504 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * wl-address.el (wl-address-minibuffer-history): New variable.
507         (wl-address-minibuffer-local-map): New keymap.
508         (wl-address-read-from-minibuffer): New function.
509
510         * wl-action.el (wl-summary-get-resend-address): Use
511         `wl-address-read-from-minibuffer' instead of `completing-read'.
512
513 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
514
515         * Version number is increased to 2.11.32.
516
517 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
518
519         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
520         without mule to iso-8859-1.
521         (wl-draft-add-in-reply-to): Add note in description.
522         (wl-draft-add-references): Ditto.
523
524 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
525
526         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
527         definition for `m'.
528         (wl-summary-mode-line-format): Add '[%m]'.
529         (wl-message-mode-line-format-spec-alist): Ditto.
530         (wl-summary-display-mime-mode-list): New variable.
531
532         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
533         from wl-summary-buffer-display-as-is.
534         (wl-summary-buffer-display-all-header): New buffer local variable.
535         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
536         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
537         instead of wl-summary-buffer-display-as-is.
538         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
539         (wl-summary-set-persistent-mark): Ditto.
540         (wl-summary-set-message-buffer-or-redisplay): Just call
541         `wl-summary-redisplay-internal' without optional arguments.
542         (wl-summary-toggle-mime): Rewrite.
543         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
544         (wl-summary-toggle-all-header): New function.
545         (wl-summary-redisplay-internal): Treat mime mode.
546
547         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
548         to wl-mime-preview-follow-no-mime.
549         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
550         accodring to the display-mode.
551
552         * wl-message.el (wl-message-buffer-display-type): Rewrite.
553         (wl-message-buffer-display): Changed argument name from `as-is' to
554         `mode'.
555         (wl-message-display-internal): Ditto;
556         Bind elmo-mime-display-header-analysis according to the mode.
557         (wl-message-display-internal): Put wl-message-display-mime-mode
558         property on entire buffer.
559
560 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
561
562         * wl-draft.el (wl-draft-do-fcc): Undo last change.
563
564 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
565
566         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
567         Don't extract mail address.
568         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
569
570         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
571
572         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
573
574 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
575
576         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
577         wl-fldmgr-cut-entity-list on confirmation.
578
579 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
580
581         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
582         (wl-mime-quit-preview): Check existence of
583         mime-edit-temp-message-buffer here.
584
585 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
586
587         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
588         after deletion.
589
590         * wl-draft.el (wl-draft-send-confirm): Check major-mode
591         before calling wl-mime-quit-preview.
592
593 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * wl-summary.el (wl-summary-pick): If call it with prefix
596         argument, set `delete-marks' as non-nil. Pick from only visible
597         messages.
598         (wl-summary-check-target-mark): New function.
599         (wl-summary-target-mark-mark-as-read): Use it.
600         (wl-summary-target-mark-mark-as-unread): Ditto.
601         (wl-summary-target-mark-operation): Ditto.
602         (wl-summary-target-mark-set-flags): Ditto.
603         (wl-summary-target-mark-save): Ditto.
604         (wl-summary-target-mark-pick): Ditto.
605         (wl-summary-target-mark-forward): Ditto.
606         (wl-summary-target-mark-reply-with-citation): Ditto.
607         (wl-summary-target-mark-print): Ditto.
608         (wl-summary-target-mark-uudecode): Ditto.
609
610         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
611         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
612         with `ask-coding' is non-nil.
613
614 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-thread.el (wl-thread-set-parent): If parent is a message
617         which is identified by references, set linked as nil.
618
619 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
620
621         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
622         (wl-message-mode-line-format-spec-alist): Ditto.
623         (wl-message-mode-line-format): Ditto.
624         (wl-summary-mode-line-format): Ditto for docstring.
625         (wl-summary-no-mime-folder-list): Fix typo.
626
627         * wl-util.el (wl-current-message-buffer): Call
628         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
629
630         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
631         variable.
632         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
633         of `wl-summary-redisplay-no-mime'.
634         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
635         (wl-summary-toggle-mime): New function.
636         (wl-summary-redisplay-all-header): Rewrite.
637         (wl-summary-redisplay-no-mime): Ditto.
638         (wl-summary-redisplay-internal): Added argument `as-is' and
639         `all-header'.
640
641         * wl-refile.el (wl-refile-default-from-folder-path-separator):
642         New variable.
643         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
644         bottom.
645         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
646         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
647         "/" unconditionally.
648
649         * wl-mime.el (wl-draft-yank-current-message-entity): Use
650         wl-mime-preview-follow-no-mime for as-is content.
651         (wl-mime-preview-follow-no-mime): New function.
652         (wl-mime-preview-follow-current-region): Fixed parenthesis.
653
654         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
655         and added `as-is', `all-header'.
656         (wl-message-buffer-display): Ditto.
657         (wl-message-buffer-display-type): New function.
658
659 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
660
661         * wl-vars.el (wl-message-header-button-alist): Change default
662         value.
663         (wl-message-body-button-alist): Ditto.
664
665 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
666
667         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
668
669 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
672
673 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
674
675         * wl-summary.el (wl-summary-sync-marks): Remove condition which
676         is always true.
677
678 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
679
680         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
681         on null entity.
682
683 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
684
685         * wl-vars.el (wl-draft-reply-default-position): Fix range.
686
687 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl-vars.el (wl-summary-resend-hook): New hook.
690
691         * wl-action.el (wl-summary-exec-action-resend-subr): Run
692         `wl-summary-resend-hook'.
693
694 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
695
696         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
697         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
698         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
699         (wl-summary-new-cached-mark): Changed default value to 'n'.
700         (wl-summary-unread-cached-mark): Changed default value to 'u'.
701         (wl-summary-answered-cached-mark): Changed default value to 'a'.
702         (wl-folder-sync-range-alist): Remove spec for 'flag.
703         (wl-summary-force-prefetch-folder-list): New user option.
704
705         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
706         `wl-summary-toggle-persistent-mark'.
707         (wl-summary-update-mark-and-highlight-window): Don't highlight when
708         number is nil.
709         (wl-summary-mark-as-answered-region): Set interactive argument of
710         `wl-summary-set-persistent-mark-internal'.
711         (wl-summary-mark-as-important-region): Ditto.
712         (wl-summary-unset-persistent-mark): Ditto.
713         (wl-summary-set-persistent-mark): Ditto.
714         (wl-summary-mark-as-answered): Ditto.
715         (wl-summary-mark-as-important): Ditto.
716         (wl-summary-set-persistent-mark-internal): Do nothing
717         when `elmo-message-flag-available-p' is nil.
718         (wl-summary-toggle-persistent-mark): New function.
719         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
720         when the folder matches `wl-summary-force-prefetch-folder-list'.
721
722
723         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
724         when number is nil.
725         (wl-highlight-summary-forwarded-face): New face.
726
727 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
728
729         * Version number is increased to 2.11.31.
730
731 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
732
733         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
734         (wl-biff-check-folder-async): Ditto.
735         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
736
737 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
738
739         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
740         Add an argument `reverse'.  All callers are updated.
741         (wl-summary-sort): Add a prefix argument `reverse' to specify
742         reverse sorting.
743         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
744         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
745         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
746
747 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
748
749         * wl-message.el (wl-message-redisplay): Does not narrow header if
750         disply-type is all-header or as-is.
751
752         * wl-summary.el (wl-summary-enter-handler): Use
753         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
754
755 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
756
757         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
758         after adding wl-draft-parent-variables.
759         (wl-draft-forward): Ditto.
760
761 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-summary.el (wl-summary-sync-marks): Call
764         `wl-summary-set-persistent-mark' and
765         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
766         (wl-summary-set-persistent-mark-internal): Add 4th argument
767         `no-server'.
768         (wl-summary-unset-persistent-mark): Ditto.
769         (wl-summary-set-persistent-mark): Ditto.
770         (wl-summary-add-flags-internal): Abolish.
771         (wl-summary-remove-flags-internal): Ditto.
772         (wl-summary-mark-as-important-internal): Ditto.
773         (wl-summary-mark-as-important): Use
774         `wl-summary-set-persistent-mark' instead of
775         `wl-summary-add-flags-internal'.
776         (wl-summary-mark-as-important-region): Ditto.
777
778         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
779
780         * wl-summary.el (wl-summary-get-available-flags): New function.
781         (wl-summary-sync-marks): Use it and simplified.
782         (wl-summary-unset-persistent-mark): Use
783         `wl-summary-get-available-flags'.
784         (wl-summary-set-persistent-mark): Ditto.
785
786 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
787
788         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
789         id.
790
791 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-summary.el (wl-summary-enter-handler): If argument is not a
794         number, call `wl-summary-prev-line-content'. Show message when the
795         message is not found.
796
797 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
798
799         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
800         wl-summary-enter-handler.
801         (wl-summary-enter-handler): New command.
802
803         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
804         docstring and custom spec.
805
806         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
807         flags too; Don't treat Cached and New.
808         (wl-summary-set-persistent-mark): Ditto.
809
810         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
811         `wl-folder-set-flag'.
812
813         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
814         instead of `wl-folder-set-flag'.
815
816         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
817         for completion.
818         (wl-summary-set-persistent-mark): Ditto.
819
820         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
821         instead of `wl-draft-quit-preview'.
822
823         * wl-mime.el (toplevel): Avoid compile warning.
824         (wl-mime-quit-preview): New function
825         (formarly defined as `wl-draft-quit-preview').
826         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
827         quitting method.
828
829         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
830
831         * wl-folder.el (wl-folder-set-flag): Renamed from
832         `wl-draft-set-flag-on-parent'.
833
834         * wl-draft.el (wl-draft-quit-preview): New function.
835         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
836         (wl-draft-send): Call `wl-folder-set-flag' instead of
837         `wl-draft-set-flag-on-parent'.
838         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
839
840 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
843         (wl-draft-send): Ditto.
844
845 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
846
847         * wl-vars.el (wl-draft-reply-hook): Changed default value.
848         (wl-draft-kill-pre-hook): Set default value as nil.
849         (wl-summary-reply-hook): Ditto.
850         (wl-draft-kill-flags): Abolish.
851
852         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
853         (wl-draft-parent-variables): Renamed from
854         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
855         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
856         argument; Add wl-draft-parent-variables to
857         wl-draft-config-variables.
858         (wl-draft-reply): Likewise.
859         (wl-draft-kill-flags): Abolish.
860         (wl-draft-send): Call wl-draft-set-flag-on-parent.
861         (wl-draft-set-flag-on-parent): New function.
862         (wl-draft-setup-parent-flag): Ditto.
863
864 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
865
866         * wl-draft.el (wl-draft-kill-flags): Avoid error when
867         `wl-draft-parent-folder' is "".
868
869 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
870
871         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
872         (wl-summary-digit-jump): New function.
873         (Adviced by John Owens and Hiroya Murata)
874
875         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
876         (Adviced by John Owens)
877
878         * wl-xmas.el (wl-message-define-keymap): Ditto.
879
880         * wl-mule.el (wl-message-define-keymap): Ditto.
881
882 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
883
884         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
885         change of return value of elmo-folder-count-flags.
886
887         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
888         (wl-summary-mark-as-read-internal): Ditto.
889         (wl-summary-set-persistent-mark-internal): Ditto.
890         (wl-summary-folder-info-update): Ditto.
891         (wl-summary-sync-update): Fixed the last change.
892
893         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
894
895 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
896
897         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
898         (wl-draft-kill-flags): Fixed docstring.
899
900         * wl-draft.el (wl-draft-kill-flags): New function.
901         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
902
903 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
904
905         * wl-vars.el (wl-reply-hook): Abolish.
906         (wl-draft-reply-hook): New hook.
907         (wl-summary-reply-hook): Ditto.
908         (wl-draft-forward-hook): Ditto.
909         (wl-summary-forward-hook): Ditto.
910         (wl-draft-kill-flags): New variable.
911
912         * wl-summary.el (wl-summary-mark-as-answered-region): Use
913         wl-summary-set-persistent-mark-internal.
914         (wl-summary-sync-marks): Use elmo-preserved-flags.
915         (wl-summary-update-persistent-mark): Make it interactive.
916         (wl-summary-set-persistent-mark-internal): New inline function.
917         (wl-summary-mark-as-answered): Use it.
918         (wl-summary-mark-as-unanswered): Ditto.
919         (wl-summary-unset-persistent-mark): New function.
920         (wl-summary-set-persistent-mark): Ditto.
921         (wl-summary-reply): Don't set answered flag;
922         Run wl-summary-reply-hook instead.
923         (wl-summary-forward): Call wl-draft-forward with number.
924         Run wl-summary-forward-hook.
925
926         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
927         (wl-highlight-summary-line-face-spec): Use it as a default
928         persistent mark face.
929
930         * wl-draft.el (wl-draft-forward): Added optional argument number;
931         Set wl-draft-parent-number; Run wl-draft-forward-hook.
932         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
933         (wl-draft-kill): Use wl-draft-kill-flags.
934
935         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
936
937         * wl-folder.el (wl-folder-check-one-entity): Follow the change
938         of return value of elmo-folder-count-flags.
939
940         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
941
942         * wl-summary.el (wl-summary-count-unread): Ditto.
943         (wl-summary-sync-update): Follow the change above.
944         (wl-summary-force-prefetch): New function.
945
946 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
947
948         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
949         variable `buf' with `let' instead of `setq'.
950
951 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
952
953         * wl-mime.el (wl-message-delete-current-part): If filename exists,
954         add Content-Disposition heaeder on the deleted part.
955
956 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
957
958         * wl-draft.el (wl-draft-save): Encode address list under edit by
959         `eword-encode-unstructured-field-body'.
960
961         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
962
963 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
964
965         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
966         wl-current-summary-buffer.
967
968 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
969
970         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
971         `numbers' is ignored.
972
973 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
974
975         * wl-folder.el (wl-folder-open-folder): Avoid error.
976         Reported by John Owens, [wl-en:815]
977
978         * wl.el (wl): Set timer for biff process even if prefix argument
979         is given or auto-checking is quitted.
980
981         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
982         immediately.
983         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
984         (wl-toggle-plugged): Ditto.
985
986         * wl-vars.el (wl-biff-use-idle-timer): New variable.
987         * wl-util.el (wl-biff-start): Use idle timer if
988         `wl-biff-use-idle-timer' is non-nil.
989
990 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
991
992         * wl-highlight.el (wl-highlight-message): Fix description.
993
994 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
995
996         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
997         tty.
998
999 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1000
1001         * wl-action.el (wl-summary-exec): Print failure count.
1002
1003 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1004
1005         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1006         to `defun', remove interactive form.
1007         Set elmo-message-fetch-confirm when force-reload is non-nil.
1008
1009 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * wl-summary.el (toplevel): Removed unnecessary autoload.
1012
1013 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1014
1015         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1016         the buffer is generated from another message buffer.
1017
1018 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1019
1020         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1021         extracted from `wl-fldmgr-save-folders'.
1022         (wl-fldmgr-delete): Call it after deletion.
1023
1024 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1027         multi-tty support.
1028
1029 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1030
1031         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1032
1033 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1034
1035         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1036         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1037
1038 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1039
1040         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1041         unsubscribe list only if argument CLEAR is nil.
1042
1043 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1044
1045         * wl-draft.el (wl-draft-reply): Decode subject before removing
1046         Re: prefix.
1047
1048 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1049
1050         * wl-summary.el (wl-summary-sort-by-size): New command.
1051
1052 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1053
1054         * wl-summary.el (wl-summary-number-list-from-region): New
1055         function.
1056         (wl-summary-mark-as-read-region): Use it.
1057         (wl-summary-mark-as-unread-region): Ditto.
1058         (wl-summary-set-flags-region): Ditto and add optional argument
1059         remove.
1060         (wl-summary-mark-as-answered-region): Ditto.
1061         (wl-summary-mark-as-important-region): Ditto.
1062         (wl-summary-target-mark-mark-as-important): Added optional
1063         argument remove.
1064         (wl-summary-target-mark-mark-as-answered): Ditto.
1065         (wl-summary-target-mark-set-flags): Ditto.
1066
1067 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-summary.el (wl-summary-set-flags-region): Call
1070         `wl-summary-set-flags-internal' with number list instead of call
1071         one by each message.
1072         (wl-summary-target-mark-set-flags): Likewise.
1073
1074 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1077         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1078         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1079         (wl-summary-target-mark-mark-as-answered): Likewise.
1080
1081 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1082
1083         * wl-summary.el (wl-summary-target-mark-forward): Use
1084         `wl-summary-delete-all-target-marks' instead of
1085         `wl-summary-delete-all-temp-marks'.
1086         (wl-summary-target-mark-reply-with-citation): Ditto.
1087         (wl-summary-target-mark-uudecode): Ditto.
1088         (wl-summary-target-mark-set-flags): Ditto and remove needless
1089         cursor move.
1090
1091 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1092
1093         * wl-summary.el (wl-summary-target-mark-forward): Protect
1094         wl-summary-buffer-target-mark-list from nreverse.
1095         (wl-summary-target-mark-reply-with-citation): Ditto.
1096
1097 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1098
1099         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1100         `elmo-display-progress-threshold'.
1101
1102 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1105         check `wl-summary-highlight'.
1106         (wl-summary-window-scroll-functions): Respect value of
1107         `wl-summary-highlight'.
1108         (wl-summary-sync-update): Run hooks
1109         `wl-summary-buffer-window-scroll-functions' at any time.
1110
1111 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1112
1113         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1114         from `wl-summary-cleanup-temp-marks'.
1115         (wl-summary-cleanup-temp-marks): Abolish argument.
1116         * wl.el (wl-save-status): Revert previous change.
1117         (wl-execute-temp-marks): New function, call
1118         `wl-summary-exec-with-confirmation'.
1119         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1120         (wl-folder-save-and-exec-marks): Abolished.
1121
1122 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1123
1124         * wl-e21.el (wl-e21-display-image-p): Respect
1125         `wl-highlight-folder-with-icon'.
1126         (wl-e21-highlight-folder-group-line): Highlight mouse line
1127         even if wl-e21-display-image-p is nil.
1128
1129         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1130         Respect value of `wl-summary-highlight'.
1131
1132         * wl.el (wl-save-status): Remove unused variable.
1133
1134         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1135         (wl-folder-mode-map): Bind it to "x".
1136
1137 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1138
1139         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1140
1141         * wl-thread.el (wl-thread-get-parent-list): Don't check
1142         disconnected ancestors, neglecting needless work in
1143         `wl-thread-update-indent-string-thread'.
1144
1145         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1146         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1147         argument, add argument default-keep to keep marks by default.
1148
1149         * Version number is increased to 2.11.30.
1150
1151         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1152         customization type and docstring.
1153         (wl-draft-reply-without-argument-list): Ditto.
1154
1155 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1156
1157         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1158
1159         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1160
1161 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1162
1163         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1164
1165 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1166
1167         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1168         save-excursion so as not to include run-hooks.
1169
1170 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1171
1172         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1173         Clarify that marks are going to be cleared.
1174
1175 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1176
1177         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1178         according to 3rd element of wl-summary-flag-mark.
1179
1180         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1181
1182 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1183
1184         * wl-action.el (wl-summary-target-mark-all): Don't set
1185         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1186
1187 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1188
1189         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1190         (wl-forward-subject-prefix): Ditto.
1191         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1192         (wl-draft-reply-make-subject): Ditto.
1193
1194         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1195         `wl-draft-forward'.
1196         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1197
1198 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1199
1200         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1201         target message does not exist.
1202
1203 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1204
1205         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1206         `wl-subject-prefix-regexp'.
1207         (wl-subject-forward-prefix-regexp): New variable.
1208         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1209         `wl-draft-strip-subject-re' and take regexp as argument.
1210         (wl-draft-forward): Use it.
1211         (wl-draft-reply): Ditto.
1212
1213 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1214
1215         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1216         emacs multi-tty support.
1217
1218 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1219
1220         * wl-e21.el (wl-e21-display-image-p): Don't call
1221         `display-images-p'.
1222         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1223         support.
1224         (wl-highlight-folder-current-line): Ditto.
1225         (wl-folder-init-icons): Ditto.
1226
1227 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1228
1229         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1230         the last line of summary in unplugged mode.
1231
1232 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1233
1234         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1235
1236 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1237
1238         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1239         * wl-address.el (wl-address-user-mail-address-p): Use it.
1240         (wl-address-delete-user-mail-addresses): Ditto.
1241         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1242
1243         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1244         (wl-address-delete-user-mail-addresses): Ditto.
1245
1246         * wl-address.el (wl-address-delete-user-mail-addresses): New
1247         function.
1248         * wl-refile.el (wl-refile-guess-by-history): Use it.
1249         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1250         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1251
1252         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1253         use wl-address-user-mail-address-p.
1254
1255 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1256
1257         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1258         after opening group.
1259
1260 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1261
1262         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1263         of elmo-set-buffer-multibyte.
1264
1265         * wl-message.el (wl-original-message-mode): Ditto.
1266
1267         * wl-score.el (wl-score-insert-header): Ditto.
1268
1269         * wl-summary.el
1270         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1271         (wl-summary-goto-folder-subr): Ditto.
1272         (wl-summary-insert-headers): Ditto.
1273
1274         * wl-util.el (wl-set-string-width): Ditto.
1275
1276         * Version number is increased to 2.11.29.
1277
1278 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1279
1280         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1281         (wl-highlight-summary-line-help-echo-alist): New variable.
1282         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1283         into `wl-highlight-summary-line-help-echo' and
1284         `wl-highlight-flag-folder-help-echo'.
1285         (wl-highlight-summary-line-string): Change accordingly.
1286         (wl-highlight-summary-current-line): Ditto.
1287
1288 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1289
1290         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1291         at the beginning of field body (Thanks to Markus Knittig).
1292
1293         * wl-draft.el (wl-draft-insert-current-message): Also check
1294         summary buffer, remove unnecessary tag.
1295
1296 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1297
1298         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1299         when wl-message-buffer is nil.
1300
1301         * wl-folder.el (wl-folder): Abolish unused argument.
1302         Call wl-folder-init when wl-folder-entity is nil.
1303         * wl.el (wl): Change accordingly.
1304
1305 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1306
1307         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1308         multibyte string before insert into draft buffer.
1309         (wl-draft-create-buffer): Always enable multibyte characters for
1310         draft buffer.
1311
1312         * Version number is increased to 2.11.28.
1313
1314 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1315
1316         * wl-folder.el (wl-folder-open-close): Handle blank line.
1317         (wl-folder-jump-to-current-entity): Ditto.
1318
1319 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * Version number is increased to 2.11.27.
1322
1323 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1324
1325         * wl-thread.el (wl-thread-insert-message): When the thread is
1326         devided by wl-summary-max-thread-depth, insert line at the end of
1327         buffer.
1328
1329 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1330
1331         * Version number is increased to 2.11.26.
1332
1333 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1334
1335         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1336
1337 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1338
1339         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1340         value of stream-type and session.
1341
1342 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1343
1344         * Version number is increased to 2.11.25.
1345
1346 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1347
1348         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1349         in a quit message.
1350
1351 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1352
1353         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1354         (wl-summary-redisplay-no-mime-internal): Ditto.
1355
1356 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1357
1358         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1359         * wl-vars.el (wl-smtp-connection-type): Ditto.
1360
1361 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1362
1363         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1364         for the separator line and quote mail-header-separator.
1365
1366 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1367
1368         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1369         result message.
1370
1371         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1372         `elmo-multiple-fields-body-list' with boundary as
1373         mail-header-separator.
1374
1375 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1376
1377         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1378
1379 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1380
1381         * wl-util.el (wl-list-diff): Remove unused function.
1382
1383         * wl-draft.el (wl-draft-send-confirm): Discard input before
1384         confirmation.
1385
1386 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1387
1388         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1389         order of flag and new.
1390
1391 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1392
1393         * wl-vars.el (wl-refile-policy-alist): Abolished.
1394
1395         * wl-action.el (wl-summary-set-action-refile): Follow the change
1396         above.
1397
1398 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * wl-highlight.el (wl-highlight-signature-search): Don't use
1401         re-search-backward for a long word since it is possible to crash
1402         XEmacs because of a bug.
1403
1404 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1405
1406         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1407
1408 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1409
1410         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1411         argument for wl-summary-sync-force-update.
1412
1413 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1414
1415         * wl-summary.el (wl-summary-mode-map): Revival of
1416         wl-summary-mark-as-important related bindings;
1417         Bind 'F','tF','mF','rF','m&'.
1418         (wl-summary-mark-as-important-region): Revival.
1419         (wl-summary-target-mark-mark-as-important): Ditto.
1420         (wl-summary-target-mark-operation): New function.
1421         (wl-summary-target-mark-mark-as-answered): Use it.
1422         (wl-summary-decide-flag): Don't set Important as default.
1423         (wl-summary-mark-as-important-internal): Revival.
1424         (wl-summary-mark-as-important): Ditto.
1425
1426         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1427
1428         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1429         instead of facep.
1430
1431 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1432
1433         * wl-dnd.el (wl-dnd-drop-func): Fix.
1434
1435         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1436         mouse-set-point instead of posn-point.
1437
1438         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1439
1440         * wl-mule.el (wl-completing-read-multiple): Ditto.
1441
1442 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1443
1444         * wl-demo.el (face-background-name): Defalias to avoid compile
1445         warning.
1446
1447 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1448
1449         * wl-summary.el (wl-summary-decide-flag): Use
1450         wl-completing-read-multiple instead of completing-read-multiple.
1451
1452         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1453         New alias.
1454
1455         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1456         Use face-background-name instead of face-background.
1457
1458         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1459
1460         * wl-summary.el (wl-summary-save): Use it.
1461         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1462
1463         * wl-mime.el (wl-mime-save-content): Fix last change.
1464
1465 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1466
1467         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1468         New function.
1469         (wl-summary-sort-specs): Added sort.
1470         * wl-mime.el (wl-mime-save-content): Expand file name.
1471
1472 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1473
1474         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1475
1476         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1477
1478 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1479
1480         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1481         for flag if it is not defined.
1482
1483 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1484
1485         * wl-e21.el (wl-highlight-folder-current-line): Use
1486         elmo-folder-type-internal when elmo-folder-type returns nil.
1487
1488         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1489
1490         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1491
1492         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1493
1494         * wl-e21.el (wl-summary-toolbar): Ditto.
1495
1496         * wl-vars.el (wl-demo-background-color): Abolished.
1497         (wl-summary-persistent-mark-priority-list): Renamed from
1498         wl-summary-flag-priority-list.
1499         (wl-summary-flag-alist): New user option.
1500         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1501         (wl-message-mode-line-format-spec-alist): Added 'F'.
1502         (wl-message-mode-line-format): Likewise.
1503         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1504         instead of wl-summary-important-mark.
1505         (wl-file-folder-icon): New variable.
1506
1507         * wl-thread.el (wl-thread-set-flags): Renamed from
1508         wl-thread-mark-as-important.
1509
1510         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1511         warning.
1512         (wl-summary-mode-menu-spec): Follow the change of 
1513         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1514         (wl-summary-mode-map): Follow the change of
1515         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1516         (wl-summary-detect-mark-position): Follow the variable name change.
1517         (wl-summary-set-flags-region): New function for the replacement of
1518         wl-summary-mark-as-important-region.
1519         (wl-summary-sync-marks): Sync all global-flags.
1520         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1521         instead of elmo-message-flagged-p.
1522         (wl-summary-persistent-mark-string): Follow the variable name change;
1523         Put wl-summary-flag-mark if the message has global-flag.
1524         (wl-summary-target-mark-set-flags): Renamed from 
1525         wl-summary-target-mark-mark-as-important.
1526         (wl-summary-decide-flag): New function.
1527         (wl-summary-set-flags-internal): Renamed from
1528         wl-summary-mark-as-important-internal.
1529         (wl-summary-add-flags-internal): New function.
1530         (wl-summary-remove-flags-internal): Ditto.
1531         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1532         (wl-summary-mark-as-unimportant): Abolish.
1533         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1534         (wl-summary-next-message): List flagged messages in the msgdb.
1535
1536         * wl-score.el (wl-summary-score-update-all-lines): Use
1537         wl-summary-add-flags-internal instead of 
1538
1539         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1540
1541         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1542         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1543         (wl-message-buffer-require-all-header): Renamed from
1544         wl-message-buffer-all-header-flag (Ditto).
1545         (wl-message-buffer-flag-indicator): New variable.
1546         (wl-message-redisplay): Changed local varibale name from `flag' to
1547         `display-type'; Set up wl-message-buffer-flag-indicator.
1548         (wl-message-buffer-display): Changed varibale name from `flag' to
1549         `display-type'.
1550         (wl-message-display-internal): Likewise.
1551
1552         * wl-highlight.el (wl-highlight-demo-face): Define default background
1553         color.
1554         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1555
1556         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1557
1558         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1559         (wl-demo-setup-properties): Renamed from
1560         `wl-demo-set-background-color'.
1561         (wl-demo): Follow the change above.
1562         
1563         * Version number is increased to 2.11.24.
1564
1565 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1566
1567         * wl-summary.el (wl-summary-toggle-thread): Call
1568         `wl-summary-rescan' with disable-thread as non-nil.
1569         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1570
1571 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1572
1573         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1574         foreground property of the face.
1575         (wl-demo-insert-text): Don't set up face property here.
1576         (wl-demo): Call wl-demo-set-background-color, anyway.
1577
1578 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1579
1580         * wl-vars.el (wl-demo-background-color): The value can be nil.
1581
1582 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1583
1584         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1585         to wl-summary-wheel-dispatcher.
1586
1587         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1588         wl-message-wheel-dispatcher.
1589         (wl-message-wheel-dispatcher): New function.
1590         (wl-summary-wheel-dispatcher): Ditto.
1591
1592 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1593
1594         * wl-action.el (wl-summary-target-mark-all): List messages which are
1595         not in the killed-list.
1596
1597         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1598         only when the folder is 'flag/important.
1599
1600         * wl-address.el (wl-complete-field-body): Complete if the last
1601         character is a space.
1602
1603 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1604
1605         * wl-folder.el (wl-folder-clear-entity-info): Use
1606         elmo-clear-hash-val.
1607
1608         * wl-fldmgr.el (wl-fldmgr-rename): Set
1609         wl-folder-info-alist-modified as t.
1610
1611 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1612
1613         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1614
1615 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1616
1617         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1618         (wl-folder-buffer-last-visited-entity-id): New buffer local
1619         variable.
1620         (wl-folder-revisit-last-visited-folder): New function.
1621         (wl-folder-mode-map): Bind it to "C-i".
1622         (wl-folder-set-current-entity-id): Set last visited folder.
1623         * wl-summary.el (wl-summary-exit): Ditto.
1624
1625 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1628         before calling `recenter' in order to cope with an XEmacs bug.
1629
1630 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1631
1632         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1633         to the default value.
1634
1635 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1636
1637         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1638         change.
1639         (wl-summary-sync-marks): Ditto.
1640         (wl-summary-mark-as-read-internal): Ditto.
1641         (wl-summary-mark-as-answered-internal): Ditto.
1642         (wl-summary-mark-as-important-internal): Ditto.
1643         (wl-summary-reply): Ditto.
1644
1645         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1646         instead of `elmo-folder-unflag-answered'.
1647
1648         * Version number is increased to 2.11.23.
1649
1650         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1651         the last change.
1652
1653 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1654
1655         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1656         Specify "spam" or "good".
1657
1658 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1659
1660         * wl-spam.el (wl-summary-exec-action-spam): Call
1661         wl-folder-confirm-existence for spam folder.
1662         (wl-spam-setup): Bind "mk".
1663
1664 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1665
1666         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1667
1668 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1669
1670         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1671         destination folder is empty.
1672
1673 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1674
1675         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1676         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1677
1678         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1679         (wl-summary-refile-prev-destination-region): New function.
1680         (wl-thread-refile-prev-destination): Ditto.
1681         (wl-summary-target-mark-refile-prev-destination): Ditto.
1682
1683 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1684
1685         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1686         (wl-demo-background-color): Changed default value.
1687
1688         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1689         color.
1690
1691         * wl-demo.el (wl-demo-set-background-color): New function.
1692         (wl-demo): Call it.
1693
1694 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1695
1696         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1697         * wl-address.el (wl-address-add-or-change): Don't add empty
1698         address.
1699
1700 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1701
1702         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1703
1704 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1705
1706         * wl-vars.el (wl-demo-image-filter-alist): New variable
1707         (wl-demo-background-color): Ditto.
1708
1709         * wl-demo.el (wl-demo-xpm-set-background): New function.
1710         (wl-demo-image-filter): Ditto.
1711         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1712
1713         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1714
1715         * wl-demo.el (wl-demo-icon-name): Define as function.
1716         (wl-demo-insert-image): Use it.
1717
1718 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1719
1720         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1721
1722 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1723
1724         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1725
1726 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1727
1728         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1729
1730 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1731
1732         * wl-thread.el (wl-thread-mark-as-answered): New function.
1733
1734         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1735         answered" entry.
1736         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1737         "r&" and wl-thread-mark-as-answered to "t&".
1738         (wl-summary-mark-as-important-region): Refine to toggle mark.
1739         (wl-summary-mark-as-answered-region): New function.
1740         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1741         and 3rd argument.
1742         (wl-summary-mark-as-important-internal): Likewise.
1743
1744 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1745
1746         * wl-template.el (wl-template-preview): New internal variable.
1747         (wl-template-preview-p): New function.
1748         (wl-template-show): Bind `wl-template-preview' as t.
1749
1750 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1751
1752         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1753         `elmo-message-entity-field' with 3rd argument which is non-nil.
1754
1755 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1756
1757         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1758         Removed duplicate local bind `folder'.
1759
1760 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1761
1762         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1763
1764 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1765
1766         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1767         duplicate definition.
1768
1769 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1770
1771         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1772         non-nil, use it; Don't fetch message if there's no message in the
1773         current cursor position.
1774
1775 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1776
1777         * wl-util.el (wl-region-exists-p): Use region-active-p.
1778         (wl-deactivate-region): New function.
1779         * wl-message.el (wl-message-redisplay): Deactivate region.
1780
1781         * wl-summary.el (wl-summary-reply): Call
1782         `wl-summary-set-message-buffer-or-redisplay' instead of
1783         `wl-summary-redisplay-internal', don't move point.
1784
1785 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1786
1787         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1788         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1789         by regexp.
1790
1791 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1792
1793         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1794         if no need.
1795
1796 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1797
1798         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1799         default value to nil.
1800         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1801         `wl-summary-prepare-hook'; Replace refile action to
1802         `wl-summary-exec-action-refile-with-register'.
1803
1804         * Version number is increased to 2.11.22.
1805
1806 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1807
1808         * wl-summary.el (wl-summary-detect-mark-position): Set
1809         `wl-summary-buffer-weekday-name-lang'.
1810
1811 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1812
1813         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1814         (wl-summary-mark-as-read-all): Ditto.
1815         (wl-summary-delete-messages-on-buffer): Ditto.
1816         (wl-summary-sync-update): Ditto.
1817         (wl-summary-mark-as-read-internal): Ditto.
1818         (wl-summary-mark-as-answered-internal): Ditto.
1819         (wl-summary-update-folder-info): Abolished.
1820
1821 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1822
1823         * wl-summary.el (wl-summary-mark-as-read-all): Use
1824         `wl-summary-update-folder-info' instead of
1825         `wl-folder-update-unread'.
1826
1827 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1828
1829         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1830         `wl-summary-folder-info-update'.
1831         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1832         instead of `wl-summary-folder-info-update'.
1833         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1834         `wl-folder-set-folder-updated'.
1835         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1836         instead of `wl-folder-update-unread'.
1837         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1838         the value of `wl-summary-buffer-unread-count' for the second parameter of
1839         `wl-folder-update-unread'.
1840
1841         * Version number is increased to 2.11.21.
1842
1843 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1844
1845         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1846         a local variable.
1847
1848 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1849
1850         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1851         interactively.
1852
1853         * wl-summary.el (wl-summary-mark-as-important-internal): New
1854         internal function.
1855         (wl-summary-mark-as-important): Use it.
1856         (wl-summary-mark-as-unimportant): New function.
1857         (wl-summary-sync-marks): Follow the API change.
1858
1859         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1860
1861         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1862
1863 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1864
1865         * wl-folder.el (wl-folder-update-unread): Re-indent.
1866         Narrow the scope of a local variable.
1867
1868 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1869
1870         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1871         (wl-addrmgr-merge-entries): Ditto.
1872         (wl-addrmgr): Added to address entry which exists in draft buffer
1873         if no entry is in original.
1874
1875 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1876
1877         * wl-batch.el: New file.
1878
1879 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1880
1881         * wl-vars.el (wl-use-semi): Remove unused variable.
1882
1883 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1884
1885         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1886         "?".
1887
1888 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1889
1890         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1891         wl-summary-new-mark.
1892         (wl-summary-new-cached-mark): New user option.
1893         (wl-summary-score-marks): Follow the change above.
1894         (wl-summary-auto-refile-skip-marks): Ditto.
1895         (wl-summary-incorporate-marks): Ditto.
1896         (wl-summary-expire-reserve-marks): Ditto.
1897
1898         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1899
1900         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1901         (wl-summary-persistent-mark-string): Distinguished between cached
1902         and uncached mark when the message is new.
1903
1904 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1905
1906         * wl-spam.el (wl-spam-domain): Renamed from
1907         `wl-spam-folder-guess-domain'.
1908         (wl-summary-exec-action-spam): Register as spam if domain of the
1909         source folder is good.
1910         (wl-summary-exec-action-refile-with-register): Register message if
1911         domain of the source folder is not undecided.
1912
1913 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1914
1915         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1916         detect thread loop.
1917
1918 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1919
1920         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1921         and wl-summary-skip-mark-list.
1922
1923 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1924
1925         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1926
1927         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1928
1929         * wl-spam.el (toplevel): Require wl-highlight.
1930         (wl-spam-auto-check-policy-alist): Abolish.
1931         (wl-spam-auto-check-folder-regexp-list): New user option.
1932         (wl-spam-auto-check-marks): Ditto.
1933         (wl-spam-mark-action-list): Ditto.
1934         (wl-highlight-summary-spam-face): New face.
1935         (wl-spam-auto-check-message-p): New function.
1936         (wl-spam-map-spam-messages): Fixed message.
1937         (wl-spam-register-spam-messages): Ditto.
1938         (wl-spam-register-good-messages): Ditto.
1939         (wl-summary-spam-map): Add and remove keybind.
1940         (wl-summary-target-mark-spam): Abolish.
1941         (wl-summary-refile-spam): Ditto.
1942         (wl-summary-test-spam): New function.
1943         (wl-summary-mark-spam): Ditto.
1944         (wl-summary-auto-check-spam): Follow the above change.
1945         (wl-summary-exec-action-spam): New function.
1946         (wl-summary-exec-action-refile-with-register): Fixed message.
1947         (wl-message-check-spam): New function.
1948         (wl-spam-setup): Ditto.
1949         (toplevel): Call it if this file is loaded interactivity.
1950
1951         * Version number is increased to 2.11.20.
1952
1953 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1954
1955         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1956         when new optional argument `force' is non nil or modified.
1957
1958 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1959
1960         * wl.el (toplevel): Require wl-spam when compile.
1961         (wl-save-status): Call wl-spam-save-status.
1962
1963         * wl-spam.el (wl-spam-register-spam-messages): New function.
1964         (wl-spam-register-good-messages): Ditto.
1965         (wl-spam-save-status): Ditto.
1966         (wl-summary-mode-map): Bind
1967         wl-summary-target-mark-register-as-spam to "ms" and
1968         wl-summary-target-mark-register-as-good to "mn".
1969         (wl-summary-register-as-spam): Abolish optional argument; Use
1970         wl-spam-register-spam-messages.
1971         (wl-summary-register-as-spam-all): Use
1972         wl-spam-register-spam-messages.
1973         (wl-summary-register-as-good): Abolish optional argument; Use
1974         wl-spam-register-good-messages.
1975         (wl-summary-register-as-good-all): Use
1976         wl-spam-register-good-messages.
1977         (wl-summary-target-mark-register-as-spam): New funtion.
1978         (wl-summary-target-mark-register-as-good): Ditto.
1979
1980 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1981
1982         * wl-spam.el: New file.
1983
1984 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1985
1986         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1987
1988         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1989         (wl-summary-auto-refile): Call wl-refile-guess with
1990         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1991
1992 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1993
1994         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1995         with disable-thread argument non-nil.
1996
1997 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1998
1999         * wl-summary.el (wl-summary-rescan): Added optional argument
2000         disable-thread.
2001         (wl-summary-sync): Call wl-summary-rescan with argument
2002         disable-thread.
2003         (wl-summary-input-range): Added new range `rescan-thread'.
2004
2005 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2006
2007         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2008
2009 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2010
2011         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2012         internal variable.
2013         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2014         wl-summary-search-parent-by-subject-regexp and
2015         wl-summary-divide-thread-when-subject-changed as nil.
2016         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2017         (wl-summary-insert-thread): Search parent entity from
2018         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2019         thread loop.
2020
2021 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2022
2023         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2024
2025         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2026
2027         * wl-util.el (wl-require-update-all-folder-p): New function.
2028         (wl-get-assoc-list-value): Added `function' to match directive.
2029         (wl-collect-draft): Rewrite.
2030
2031         * wl-summary.el (wl-summary-sync-update): Clear faces
2032         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2033         are non-nil.
2034         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2035         argument as function.
2036         (wl-summary-input-range): Ditto.
2037
2038         * wl-folder.el (wl-draft-get-folder): New function.
2039         (wl-folder-get-elmo-folder): Consider draft folder.
2040
2041         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2042         (wl-draft-buffer-message-number): New buffer local variable.
2043         (wl-draft-folder-internal): New internal variable.
2044         (wl-draft-delete): Rewrite.
2045         (wl-draft-save): Ditto.
2046         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2047         wl-folder-get-elmo-folder.
2048         (wl-draft-config-info-operation): Ditto.
2049         (wl-jump-to-draft-folder): Ditto.
2050         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2051         (wl-draft-reedit): Rewrite.
2052
2053         * Version number is increased to 2.11.19.
2054         
2055 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2056
2057         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2058         variable.
2059
2060 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2061
2062         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2063         Use ignore-errors instead of unwind-protect.
2064
2065 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2066
2067         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2068         for updating `wl-thread-entity-list'.
2069
2070 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2071
2072         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2073         parameter from calling `wl-thread-entity-get-older-brothers' and
2074         `wl-thread-entity-get-younger-brothers'.
2075         Replace nested `append' with a single one.
2076
2077 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2078
2079         * wl-summary.el (wl-summary-mode): Don't use the return value of
2080         `make-local-hook'.
2081
2082 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2083
2084         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2085         instead of `let*'.
2086         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2087         of local variables.
2088
2089 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2090
2091         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2092         Renamed from wl-summary-window-scroll-functions.
2093         (wl-summary-window-scroll-functions): Don't set to variable.
2094         (wl-summary-display-top): Use run-hooks.
2095         (wl-summary-display-bottom): Ditto.
2096         (wl-summary-toggle-disp-msg): Ditto.
2097         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2098         Use it instead of wl-summary-window-scroll-functions.
2099         (wl-summary-goto-folder-subr): Don't call
2100         wl-summary-window-scroll-functions, use
2101         wl-summary-buffer-window-scroll-functions instead.
2102
2103 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2104
2105         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2106         make-local-variable.
2107
2108 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2109
2110         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2111         set-buffer-modified-p.
2112         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2113         (wl-summary-display-bottom): Ditto.
2114         (wl-summary-toggle-disp-msg): Ditto.
2115
2116 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2117
2118         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2119
2120         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2121         (wl-summary-forward): Use elmo-message-entity-field instead of
2122         elmo-message-field.
2123
2124         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2125
2126 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2127
2128         * wl-summary.el (wl-summary-window-scroll-functions): No use
2129         `append'.
2130
2131 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2132
2133         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2134         function.
2135         (wl-summary-window-scroll-functions): Call it when both
2136         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2137         (wl-summary-temp-mark): Added optional argument number.
2138         (wl-summary-message-mark): Added optional argument flag.
2139         (wl-summary-persistent-mark): Added optional argument number and flag.
2140         (wl-summary-update-persistent-mark): Ditto.
2141         (wl-summary-update-status-marks): Set "r" for interactive spec.
2142
2143         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2144         argument number and flag.
2145
2146         * wl-action.el (wl-summary-registered-temp-mark): 
2147         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2148
2149 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2150
2151         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2152         internal variable (buffer local).
2153         (wl-summary-window-scroll-functions): New function.
2154         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2155         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2156         as nil.
2157         (wl-summary-update-status-marks): Added arguments beg, end and
2158         check.
2159         (wl-summary-update-mark-window): Use function.
2160         (wl-summary-sync-update): Follow the change above.
2161         (wl-summary-switch-to-clone-buffer): Copy
2162         wl-summary-buffer-unsync-mark-number-list.
2163         (wl-summary-goto-folder-subr): Set
2164         wl-summary-buffer-unsync-mark-number-list and
2165         use wl-summary-window-scroll-functions instead of
2166         wl-summary-lazy-highlight.
2167
2168         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2169
2170 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2171
2172         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2173
2174         * wl-summary.el (wl-summary-update-persistent-mark): Call
2175         wl-summary-set-message-modified.
2176
2177         * wl-summary.el (wl-summary-sync-update): Don't call
2178         wl-summary-update-status-marks.
2179
2180         * Version number is increased to 2.11.18.
2181
2182 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2183
2184         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2185         (wl-message-next-page): Ditto.
2186
2187 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2188
2189         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2190         local variable.  Change the order of a collected list into the
2191         same as the specified range.  Remove nil from a collected list.
2192
2193 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2194
2195         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2196         argument for elmo-folder-list-messages.
2197
2198 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2199
2200         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2201         change (wl-summary-count-unreads return a list instead of a cons
2202         cell).
2203
2204 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2205
2206         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2207         `wl-summary-folder-info-update'.
2208
2209 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2210
2211         * wl-summary.el (wl-summary-set-message-modified): No use
2212         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2213         (wl-summary-set-mark-modified): Abolish.
2214         (wl-summary-mark-modified-p): Ditto.
2215         (wl-summary-save-view): Follow the change above.
2216
2217         * wl-expire.el (wl-summary-expire): Likewise.
2218
2219 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2220
2221         * wl-summary.el (wl-summary-detect-mark-position): Use
2222         modb-entity-handler.
2223         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2224
2225         * Version number is increased to 2.11.17.
2226
2227 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2228
2229         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2230         entity field value.
2231         (wl-summary-prefetch-msg): Ditto.
2232         (wl-summary-print-message-with-ps-print): Ditto.
2233
2234 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2237         for dummy entity.
2238         (wl-summary-insert-thread): Use elmo-message-entity-field.
2239         (wl-summary-update-thread): Use elmo-message-entity-field and
2240         elmo-message-entity-number.
2241         (wl-summary-line-number):  Use elmo-message-entity-number.
2242         (wl-summary-line-size): Use elmo-message-entity-field.
2243         (wl-summary-line-subject): Ditto.
2244         (wl-summary-line-from): Ditto.
2245         (wl-summary-line-attached): Ditto.
2246         (wl-summary-create-line): Ditto.
2247         (wl-summary-create-line): Use elmo-message-entity-number.
2248         (wl-summary-print-message-with-ps-print): Use
2249         elmo-message-entity-field.
2250
2251 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2252
2253         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2254         change in elmo-msgdb-make-message-entity.
2255         (wl-summary-buffer-set-folder): Don't call
2256         wl-summary-detect-mark-position here.
2257         (wl-summary-rescan): Call elmo-message-entity-number.
2258         (wl-summary-sync-update): Ditto.
2259         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2260
2261         * wl-score.el (wl-score-header-index): Redefine 2th element.
2262         (wl-score-overview-entity-get-extra): Abolish.
2263         (wl-score-ov-entity-get): Rewrite.
2264         (wl-score-string-index<, wl-score-string-func<): Abolish.
2265         (wl-score-string<): New function.
2266         (wl-score-string-sort): Use it.
2267
2268         * wl-refile.el (wl-refile-guess-by-history): Use
2269         elmo-message-entity-field.
2270         (wl-refile-guess-by-from): Ditto.
2271         (wl-refile-guess-by-msgid): Ditto.
2272
2273         * Version number is increased to 2.11.16.
2274
2275 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2276
2277         * wl-folder.el (wl-folder-confirm-existence): Don't call
2278         file-exists-p if msgdb-path is nil.
2279         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2280         `wl-read-folder-hist' to `wl-read-folder-history'.
2281
2282 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2283
2284         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2285         `y-or-n-p'.
2286
2287 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2288
2289         * wl-score.el (wl-score-headers): Don't use
2290         elmo-folder-do-each-message-entity.
2291
2292         * Version number is increased to 2.11.15.
2293
2294 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2295
2296         * wl-summary.el (wl-summary-delete-all-msgs): Use
2297         elmo-folder-move-messages instead of elmo-folder-delete-messages
2298         and elmo-folder-detach-messages.
2299         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2300
2301         * wl-expire.el (wl-expire-delete): Ditto.
2302         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2303
2304 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2305
2306         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2307         (wl-message-header-narrowing-fields): Ditto.
2308         (wl-message-header-narrowing-lines): Ditto.
2309         (wl-message-header-narrowing-string): Ditto.
2310
2311         * wl-summary.el (wl-summary-mode-map): Bind
2312         wl-summary-toggle-header-narrowing to "C-cC-f".
2313         (wl-summary-toggle-header-narrowing): New function.
2314
2315         * wl-message.el (wl-message-buffer-create): Call
2316         wl-message-header-narrowing-setup.
2317         (wl-message-redisplay): Call wl-message-header-narrowing.
2318         (wl-message-header-narrowing): New function.
2319         (wl-message-header-narrowing-map): New keymap.
2320         (wl-message-header-narrowing-widen-map): New keymap.
2321         (wl-message-header-narrowing-again-at-mouse): New function.
2322         (wl-message-header-narrowing-1): Ditto.
2323         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2324         (wl-message-header-narrowing-setup): Ditto.
2325         (wl-message-header-narrowing-toggle): Ditto.
2326         
2327         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2328
2329         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2330         'flag as all.
2331         (wl-use-flag-folder-help-echo): New user option.
2332
2333         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2334         wl-summary-highlight as nil.
2335         (wl-summary-set-mark-modified): Follow the API change.
2336         (wl-summary-mark-modified-p): Ditto.
2337         (wl-summary-mark-as-read-all): Ditto.
2338         (wl-summary-sync-marks): Don't call
2339         elmo-folder-list-messages-with-global-mark.
2340         (wl-summary-mark-as-read-internal): Follow the API change.
2341         (wl-summary-mark-as-answered-internal): Ditto.
2342         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2343         Follow the API change.
2344         (wl-summary-create-line): Call with number argument.
2345         (wl-summary-reply): Follow the API change.
2346
2347         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2348         function.
2349         (wl-highlight-summary-line-string): Call it when
2350         wl-use-flag-folder-help-echo is non-nil.
2351         (wl-highlight-summary-current-line): Ditto.
2352         (elmo-flag-folder-referrer): Added autoload setting.
2353
2354         * wl-draft.el (wl-draft-kill): Follow the API change.
2355
2356         * Version number is increased to 2.11.14.
2357         
2358 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2359
2360         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2361
2362 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2363
2364         * Version number is increased to 2.11.13.
2365
2366 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2367
2368         * wl-draft.el (wl-draft-previous-history-element): Fixed
2369         unbalanced parenthesis and bind unbound local variables.
2370
2371 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2372
2373         * wl-draft.el (wl-draft-previous-history-element): New function.
2374         (wl-draft-next-history-element): Ditto.
2375         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2376         them to M-p and M-n.
2377
2378 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2379
2380         * Version number is increased to 2.11.12.
2381
2382 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2383
2384         * wl-draft.el (wl-draft-hide): Select buffer-window.
2385
2386 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2387
2388         * wl-summary.el (wl-summary-narrow-to-region): New function.
2389         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2390         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2391         (wl-summary-save-region): Use it.
2392         * wl-action.el (wl-summary-collect-numbers-region)
2393         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2394
2395 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2396
2397         * wl-folder.el (wl-folder-count-incorporates): Don't use
2398         `elmo-msgdb-mark-load'
2399
2400         * Version number is increased to 2.11.11.
2401
2402 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2403
2404         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2405         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2406
2407 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2408
2409         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2410
2411 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2412
2413         * Version number is increased to 2.11.10.
2414
2415 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2416
2417         * wl-mime.el (wl-draft-attribute-value): Fixed.
2418
2419 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2420
2421         * wl-util.el (wl-copy-local-variables): New function.
2422
2423         * wl-mime.el (wl-draft-attribute-recipients): New function.
2424         (wl-draft-attribute-envelope-from): Ditto.
2425         (wl-draft-attribute-smtp-posting-server): Ditto.
2426         (wl-draft-attribute-smtp-posting-port): Ditto.
2427         (wl-draft-attribute-value): Ditto.
2428         (wl-draft-preview-message): Use it to get value for
2429         attributes. Reflect result of `wl-draft-config'.
2430
2431         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2432         and call `wl-summary-mark-as-read' before to call
2433         `wl-summary-unset-mark'.
2434         (wl-summary-target-mark-mark-as-unread): Likewise.
2435         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2436
2437 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2438
2439         * wl-mime.el (wl-draft-preview-message): Use actual value for
2440         attributes; Fix for small window.
2441
2442 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2443
2444         * wl-refile.el (wl-refile-get-field-value): Call
2445         `elmo-message-entity-field' with 3rd argument is non-nil.
2446
2447 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2448
2449         * wl-vars.el (wl-draft-preview-attributes): New user option.
2450         (wl-draft-preview-attributes-list): Ditto.
2451         (wl-draft-preview-attributes-buffer-lines): Ditto.
2452         (wl-draft-preview-attributes-buffer-name): Ditto.
2453
2454         * wl-mime.el (wl-draft-preview-message): Display attributes.
2455
2456 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2457
2458         * wl-summary.el (wl-summary-detect-mark-position): Bind
2459         wl-summary-flag-priority-list to '(new).
2460
2461 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2462
2463         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2464         funtion.
2465         (wl-highlight-summary-line-string): Use it.
2466         (wl-highlight-summary-current-line): Ditto.
2467
2468 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2469
2470         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2471         line even when the mark string is not changed.
2472
2473         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2474         argument change in the wl-summary-create-line.
2475         (wl-thread-insert-entity-sub): Ditto.
2476
2477         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2478         argument change in the wl-summary-create-line.
2479         (wl-summary-insert-sequential): Ditto.
2480         (wl-summary-update-thread): Ditto.
2481         (wl-summary-persistent-mark-string): New inline function.
2482         (wl-summary-message-mark): Use it.
2483         (wl-summary-create-line): Abolish argument wl-persistent-mark
2484         and added wl-flags, wl-cached.
2485
2486         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2487         mark to flags.
2488         (wl-highlight-summary-current-line): Decide the face not by the 
2489         persistent mark but flags.
2490
2491 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2492
2493         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2494         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2495         wl-summary-read-uncached-mark): Revive.
2496         (wl-summary-answered-cached-mark,
2497         wl-summary-answered-uncached-mark): New user option.
2498         (wl-summary-score-marks): Follow the change above.
2499         (wl-summary-auto-refile-skip-marks): Ditto.
2500         (wl-summary-incorporate-marks): Ditto.
2501         (wl-summary-expire-reserve-marks): Ditto.
2502         (wl-summary-flag-priority-list): New user option.
2503
2504         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2505         changes.
2506         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2507         of elmo-message-mark.
2508         (wl-summary-mark-as-read-internal): Ditto.
2509         (wl-summary-mark-as-answered): Ditto.
2510         (wl-summary-mark-as-important): Ditto.
2511         (wl-summary-redisplay-internal): Ditto.
2512         (wl-summary-redisplay-no-mime-internal): Ditto.
2513         (wl-summary-message-mark): New function.
2514         (wl-summary-insert-sequential): Use wl-summary-message-mark
2515         instead of elmo-message-mark.
2516         (wl-summary-update-thread): Ditto.
2517         (wl-summary-persistent-mark): Ditto.
2518         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2519         instead of elmo-message-mark.
2520
2521         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2522         wl-summary-message-mark instead of elmo-message-mark.
2523         (wl-thread-insert-entity-sub): Ditto.
2524         (wl-thread-get-children-msgs-uncached): Ditto.
2525
2526         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2527         variable name changes.
2528         (wl-highlight-summary-current-line): Ditto.
2529
2530         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2531         wl-summary-message-mark instead of elmo-message-mark.
2532
2533         * wl-expire.el (wl-expire-message-p): Ditto.
2534
2535         * wl-score.el (wl-score-headers): Ditto.
2536
2537         * Version number is increased to 2.11.9.
2538
2539         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2540         (wl-summary-sync-update): Follow the change above.
2541         (wl-summary-switch-to-clone-buffer): Ditto.
2542         (wl-summary-open-folder): Ditto.
2543
2544 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2545
2546         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2547         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2548
2549         * Version number is increased to 2.11.8.
2550
2551         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2552
2553         * wl-expire.el (wl-expire-refile): Follow the API change on
2554         `elmo-folder-move-messages'.
2555         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2556
2557         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2558         (wl-summary-exec-action-refile): Ditto.
2559         (wl-summary-exec-action-copy): Ditto.
2560         (wl-summary-no-auto-refile-message-p): No use
2561         `wl-summary-buffer-msgdb'.
2562         (wl-summary-auto-refile): Ditto.
2563
2564 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2565
2566         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2567
2568 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2569
2570         * wl-summary.el (wl-summary-sync): Treat no-sync.
2571
2572         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2573         (wl-default-sync-range): Ditto.
2574
2575 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2576
2577         * wl-refile.el (wl-refile-subject-learn): Call
2578         `elmo-message-entity-field' with 3rd argument is non-nil.
2579         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2580         instead of `elmo-msgdb-overview-entity-get-subject'.
2581
2582 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2583
2584         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2585         scan-type is rescan.
2586         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2587         new optional argument force is non-nil.
2588         (wl-summary-save-view-cache): Call it with force argument non-nil.
2589
2590         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2591
2592 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2593
2594         * wl-action.el (wl-summary-print-argument): Fixed last change.
2595
2596 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2597
2598         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2599         simplified.
2600         (wl-summary-target-mark-mark-as-unread): Likewise.
2601         (wl-summary-target-mark-mark-as-important): Likewise.
2602
2603 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2604
2605         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2606         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2607         (wl-summary-mark-as-important-region): Change accordingly.
2608         (wl-summary-target-mark-mark-as-important): Ditto.
2609
2610 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2611
2612         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2613
2614         * wl-action.el (wl-summary-print-argument): Print argument to
2615         right side of window if `wl-summary-print-argument-within-window'
2616         is non-nil.
2617
2618 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2619
2620         * wl-action.el (wl-summary-set-mark): Use
2621         `wl-summary-message-visible-p' to check visibility of the message
2622         and jump to message only when the message line is visible and have
2623         different number; Call wl-summary-unset-mark with number argument.
2624         (wl-summary-unset-mark): 
2625         Use `wl-summary-message-visible-p'
2626         to check visibility of the message and jump to message only when
2627         the message line is visible and have different number;
2628
2629 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2630
2631         * Version number is increased to 2.11.7.
2632
2633         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2634         and wl-folder-summary-line-format.
2635
2636         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2637         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2638         (wl-summary-set-score-mark): Use it.
2639         (wl-summary-target-mark-mark-as-read): Ditto.
2640         (wl-summary-target-mark-mark-as-unread): Ditto.
2641         (wl-summary-target-mark-mark-as-important): Ditto.
2642         (wl-summary-target-mark-msgs): Simplified.
2643         (wl-summary-detect-mark-position): Fixed problem when
2644         summary-line-format no contain persisten/temp mark spec.
2645         (wl-summary-temp-mark): Ditto.
2646         (wl-summary-persistent-mark): Ditto.
2647         (wl-summary-update-persistent-mark): Ditto.
2648
2649         * wl-action.el (wl-summary-set-mark): Ditto.
2650         (wl-summary-unset-mark): Ditto.
2651         All other related portions are changed.
2652
2653 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2654
2655         * Version number is increased to 2.11.6.
2656
2657 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2658
2659         * wl-util.el (wl-current-message-buffer): Define as function;
2660         Don't use the value of wl-messge-buffer.
2661
2662         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2663         persistent mark.
2664
2665         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2666         no current message, cause an error.
2667
2668 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2669
2670         * wl-summary.el (wl-summary-set-message-modified): Use
2671         elmo-folder-set-message-modified instead of
2672         elmo-folder-set-message-modified-internal.
2673
2674 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2675
2676         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2677         interactively.
2678         (wl-summary-sync): nokill->entirely.
2679         (wl-summary-sync-marks): Fixed message.
2680         (wl-summary-input-range): Added mark, nokill->entirely.
2681
2682         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2683         messages as read.
2684
2685 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2686
2687         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2688         update-noscore.
2689         (wl-summary-sync): Follow the change above.
2690
2691 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2692
2693         * wl-action.el (wl-summary-target-mark-all): Use
2694         elmo-folder-list-messages.
2695
2696 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2697
2698         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2699         (wl-summary-rescan): Set wl-summary-scored as nil.
2700         (wl-summary-sync-force-update): Follow the change above.
2701         (wl-summary-sync): Ditto.
2702         (wl-summary-sync-update): Added argument disable-killed.
2703         (wl-summary-insert-headers): Set visible-only argument for
2704         elmo-folder-list-messages.
2705         (wl-summary-input-range): Added update-nokill, update-noscore,
2706         all-nokill, all-noscore and mark.
2707
2708         * Version number is increased to 2.11.5.
2709
2710         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2711
2712 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2713
2714         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2715         (wl-summary-prefetch-region-no-mark): Change accordingly.
2716         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2717
2718 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2719
2720         * wl-address.el (wl-complete-field-to): Abolished.
2721         (wl-complete-address): Completion function for completing-read.
2722         * wl-action.el (wl-summary-get-resend-address): Use it.
2723
2724         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2725         wl-summary-update-mark and abolish unused argument.
2726         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2727         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2728         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2729         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2730         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2731         * wl-draft.el (wl-draft-kill): Ditto.
2732
2733         * wl-summary.el: Remove unused binding of case-fold-search.
2734         (wl-summary-replace-status-marks): Abolished.
2735
2736 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2737
2738         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2739         is specified or folder length is zero.
2740
2741 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2742
2743         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2744         (wl-folder-archive-current-entity): Ditto.
2745
2746 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2747
2748         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2749         retrieving message mark.
2750         (wl-summary-redisplay-internal): Ditto.
2751
2752         * wl-message.el (wl-message-buffer-display): Ignore errors while
2753         retrieving message-id field.
2754
2755         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2756         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2757         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2758         order of the arguments for `wl-expire-message-p'.
2759         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2760
2761         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2762         Check return value of wl-summary-reply.
2763         (wl-summary-reply): Recover window configuration when an error occured.
2764
2765 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2766
2767         * wl-summary.el (wl-summary-resend-message): Abolished, the
2768         feature is inherited by wl-summary-resend (put resend mark).
2769
2770 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2771
2772         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2773         wl-message-buffer to nil when the message is hide.
2774
2775 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2776
2777         * .cvsignore: New file.
2778
2779 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2780
2781         * wl-action.el (wl-summary-action-docstring): Add more info.
2782         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2783         duplicate definition.
2784         (wl-summary-define-mark-action): Functions wl-summary-*-region
2785         keep current position.
2786         (wl-summary-unregister-target-mark): Store result to the variable.
2787
2788 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2789
2790         * Version number is increased to 2.11.4.
2791
2792 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2793
2794         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2795         wl-summary-delete-all-temp-marks.
2796         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2797
2798         * wl-action.el (wl-summary-set-mark): Changed terminology
2799         refile-destination -> action-argument.
2800         (wl-summary-unset-mark): Ditto.
2801         (wl-summary-remove-argument): Ditto.
2802         (wl-summary-print-argument): Ditto.
2803
2804         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2805         (wl-thread-remove-argument-region): Ditto.
2806         (wl-thread-print-argument-region): Ditto.
2807         (wl-thread-close): Ditto.
2808         (wl-thread-open): Ditto.
2809
2810         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2811         (wl-highlight-refile-destination-face is abolished)
2812         (wl-highlight-action-argument-string): Ditto.
2813         (wl-highlight-summary-current-line): Highlight action argument.
2814
2815         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2816         color for light backgrounds.
2817         (wl-highlight-summary-answered-face): Ditto.
2818
2819 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2820
2821         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2822
2823         * wl-score.el (wl-summary-score-update-all-lines): Use
2824         wl-summary-set-mark.
2825         (wl-summary-score-update-all-lines): Kill expunged messages.
2826
2827         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2828
2829 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2830
2831         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2832         directly.
2833         (wl-score-overview-entity-get-lines): Ditto.
2834         (wl-score-overview-entity-get-xref): Ditto.
2835         (wl-score-get-latest-msgs): Ditto.
2836         (wl-summary-rescore): Ditto.
2837
2838         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2839         to "&".
2840         (wl-summary-mark-as-answered-internal): New inline function.
2841         (wl-summary-mark-as-answered): New function.
2842         (wl-summary-mark-as-unanswered): Ditto.
2843         (wl-summary-sync-marks): Modified for answered-mark synching.
2844
2845 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2846
2847         * wl-action.el (wl-summary-set-mark): Fixed last change.
2848
2849 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2850
2851         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2852         behavior of wl-summary-unread-message-hook
2853         (Pointed out by akira yamada <akira@arika.org>).
2854
2855 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2856
2857         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2858         wl-summary-delete.
2859         * wl-xmas.el (wl-summary-toolbar): Ditto.
2860
2861         * wl-action.el (wl-summary-set-mark): Don't override current
2862         temp-mark.
2863
2864         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2865
2866 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2867
2868         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2869         (wl-refile-msgid-learn): Ditto.
2870         (wl-refile-get-field-value): Ditto.
2871
2872         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2873
2874         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2875         (wl-expire-delete-reserved-messages): Renamed from
2876         wl-expire-reserve-marked-msgs-from-list.
2877         (wl-expire-delete): Removed argument `msgdb'.
2878         (wl-expire-refile): Ditto.
2879         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2880         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2881         mark-alist as argument.
2882         (wl-expire-archive-number1): Removed argument `msgdb'.
2883         (wl-expire-archive-number2): Ditto.
2884         (wl-expire-archive-date): Ditto.
2885         (wl-expire-localdir-date): Ditto.
2886         (wl-expire-hide): Ditto.
2887         (wl-archive-number1): Ditto.
2888         (wl-archive-number2): Ditto.
2889         (wl-archive-date): Ditto.
2890         (wl-archive-folder): Ditto.
2891         All other related portions are changed.
2892
2893 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2894
2895         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2896         mean move up and down. (suggested by Takashi Kawachi)
2897
2898 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2899
2900         * wl-acap.el (toplevel): Don't require un-define.
2901
2902 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2903
2904         * wl-thread.el (wl-thread-delete-message): Always update
2905         wl-summary-buffer-number-list.
2906
2907         * wl-action.el (wl-summary-print-destination): 
2908         Do nothing when folder is nil.
2909
2910 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2911
2912         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2913         persistent mark when prefetch is succeeded.
2914
2915 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2916
2917         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2918         instead of elmo-msgdb-delete-msgs.
2919         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2920         (wl-expire-hide): Ditto.
2921
2922         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2923
2924         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2925         elmo-msgdb interface.
2926         (wl-thread-get-exist-children): Likewise.
2927         (wl-thread-insert-message): Likewise.
2928         (wl-thread-msg-mark-as-important): Likewise.
2929         (wl-thread-insert-entity-sub): Likewise.
2930         (wl-thread-get-children-msgs-uncached): Likewise.
2931
2932         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2933         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2934         (wl-summary-sync-update): Likewise.
2935         (wl-summary-auto-select-msg-p): Likewise.
2936         (wl-summary-update-thread): Likewise.
2937         (wl-summary-mark-as-important): Likewise.
2938         (wl-summary-jump-to-msg-internal): Likewise.
2939         (wl-summary-redisplay-internal): Likewise.
2940         (wl-summary-print-message-with-ps-print): Likewise.
2941         (wl-summary-folder-info-update): Likewise.
2942
2943         * wl-folder.el (wl-folder-check-one-entity):
2944         elmo-folder-count-flags instead of wl-summary-count-unread.
2945
2946         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2947
2948         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2949
2950         * wl-summary.el (wl-summary-set-message-modified): 
2951         Call wl-summary-set-mark-modified.
2952         (wl-summary-delete-messages-on-buffer): Call
2953         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2954         (wl-summary-sync-update): Call elmo-folder-length instead of
2955         elmo-folder-messages.
2956         (wl-summary-insert-headers): Don't call
2957         elmo-folder-list-message-entities.
2958
2959 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2960
2961         * wl-action.el (wl-summary-define-mark-action): Call
2962         `wl-summary-set-mark' with argument `data'.
2963         (wl-summary-auto-refile): Fixed order of arguments when call
2964         `wl-summary-refile'.
2965
2966 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2967
2968         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2969
2970         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2971
2972         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2973         (Renamed from wl-highlight-summary-deleted-face).
2974         (wl-highlight-summary-resend-face): New face.
2975
2976         (wl-highlight-summary-deleted-face): Renamed from
2977         wl-highlight-summary-erased-face.
2978
2979         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2980
2981         * wl-action.el (wl-summary-get-resend-address): New function.
2982         (wl-summary-exec-action-resend): Ditto.
2983         (wl-summary-exec-action-resend-subr): Ditto.
2984
2985         * w-thread.el (wl-thread-copy): Removed definition.
2986         (wl-thread-refile): Ditto.
2987         (wl-thread-delete): Ditto.
2988         (wl-thread-target-mark): Ditto.
2989
2990         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2991         (wl-summary-target-mark-set-action): Fixed.
2992         (wl-summary-define-mark-action): Fixed quotation.
2993         (wl-summary-move-mark-list-messages): Display message.
2994         (wl-summary-define-mark-action): Define thread functions.
2995         (wl-summary-exec-action-refile): Changed message.
2996         (wl-summary-exec): Ditto.
2997
2998 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2999         
3000         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3001         '%%'.
3002
3003 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3004
3005         * wl.el (toplevel): Require wl-action.
3006         (wl-init): Call wl-summary-define-mark-action.
3007
3008         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3009
3010         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3011         wl-summary-delete and wl-summary-erase.
3012         (wl-summary-mode-map): Ditto.
3013
3014         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3015         wl-delete-folder-alist.
3016
3017         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3018         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3019         (toplevel): Moved mark & action related functions to the wl-action.el.
3020
3021         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3022         in wl-summary-mark-action-list.
3023         (wl-highlight-summary-current-line): Ditto.
3024
3025         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3026         empty lines.
3027
3028         * wl-action.el: New file. 
3029
3030 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3031
3032         * wl-summary.el (wl-summary-target-mark-replace): New function.
3033         (wl-summary-target-mark-prefetch): Use it.
3034         (wl-summary-target-mark-delete): Ditto.
3035         (toplevel): Rearranged definition order.
3036         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3037         (wl-summary-target-mark-erase): Rewrite.
3038         (wl-summary-erase-region): New function.
3039         (wl-summary-exec-action-erase): Changed message.
3040         (wl-summary-move-mark-list-messages): New function.
3041         (wl-summary-exec-action-delete): Use it.
3042         (wl-summary-exec-action-erase): Ditto.
3043
3044         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3045         (wl-summary-skip-mark-list): Added "d".
3046
3047         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3048         while searching.
3049
3050         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3051         and define using defcustom;
3052         Define 4th element as a face.
3053         
3054         * wl-summary.el (wl-summary-incorporate): Use 
3055         `wl-summary-prefetch-region-no-mark' instead of
3056         `wl-summary-prefetch-region'.
3057         (wl-summary-prefetch-region-no-mark): Revival of old
3058         `wl-summary-prefetch-region'.
3059         (wl-summary-mark-action-list): Moved to wl-vars.el
3060
3061         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3062         face according to the `wl-summary-mark-action-list'.
3063         (wl-highlight-summary-current-line): Ditto;
3064         Removed destination highlighting.
3065
3066         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3067         (wl-highlight-summary-line-string): Highlight for "i" mark.
3068         (wl-highlight-summary-current-line): Ditto.
3069
3070         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3071         no destination.
3072
3073         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3074         exists, just go ahead.
3075         (wl-summary-prefetch-region): Rewrite.
3076         (wl-summary-prefetch): Ditto.
3077         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3078         (wl-summary-exec-action-prefetch): New function.
3079         (wl-summary-target-mark-prefetch): Rewrite.
3080
3081 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3082
3083         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3084         (wl-highlight-summary-line-string): Added "d" and "D".
3085         (wl-highlight-summary-current-line): Ditto.
3086
3087         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3088         in wl-summary.el.
3089         (wl-thread-insert-entity-sub): Ditto.
3090         (wl-thread-remove-destination-region): Ditto.
3091         (wl-thread-print-destination-region): Ditto.
3092
3093         * wl-summary.el (wl-summary-buffer-refile-list,
3094         wl-summary-buffer-delete-list,
3095         wl-summary-buffer-copy-list): Abolish.
3096         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3097         All other related portions are changed.
3098         (wl-summary-mark-action-list): New variable.
3099         (wl-summary-set-mark): New function.
3100         (wl-summary-register-target-mark): Ditto.
3101         (wl-summary-unregister-target-mark): Ditto.
3102         (wl-summary-have-target-mark-p): Ditto.
3103         (wl-summary-register-temp-mark): Ditto.
3104         (wl-summary-unregister-temp-mark): Ditto.
3105         (wl-summary-registered-temp-mark): Ditto.
3106         (wl-summary-collect-temp-mark): Ditto.
3107         (wl-summary-unset-mark): Ditto.
3108         (wl-summary-set-target-mark): Ditto.
3109         (wl-summary-unset-target-mark): Ditto.
3110         (wl-summary-set-action-generic): Ditto.
3111         (wl-summary-unset-action-generic): Ditto.
3112         (wl-summary-exec-action-delete): Ditto.
3113         (wl-summary-exec-action-erase): Ditto.
3114         (wl-summary-set-action-refile): Ditto.
3115         (wl-summary-set-action-refile-subr): Ditto.
3116         (wl-summary-unset-action-refile): Ditto.
3117         (wl-summary-make-destination-numbers-list): Ditto.
3118         (wl-summary-exec-action-refile): Ditto.
3119         (wl-summary-set-action-copy): Ditto.
3120         (wl-summary-unset-action-copy): Ditto.
3121         (wl-summary-exec-action-copy): Ditto.
3122         (wl-summary-collect-numbers-region): Ditto.
3123         (wl-summary-delete): Rewrite.
3124         (wl-summary-erase): Ditto.
3125         (wl-summary-remove-destination): Ditto.
3126         (wl-summary-exec): Ditto.
3127         (wl-summary-exec-region): Ditto.
3128         (wl-summary-target-mark-erase): Ditto.
3129         (wl-summary-refile): Ditto.
3130         (wl-summary-copy): Ditto.
3131         (wl-summary-unmark): Ditto.
3132         (wl-summary-delete-all-mark): Ditto.
3133         (wl-summary-mark-line): Don't highlight.
3134         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3135         (wl-summary-target-mark-refile-subr): Rewrite.
3136
3137         (wl-summary-copy-prev-destination): Abolish.
3138
3139 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3140
3141         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3142         default values along the value of wl-on-mule.
3143         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3144         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3145         It is not used anywhere.
3146
3147 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3148
3149         * wl-summary.el (wl-summary-print-destination): Keep position.
3150         (wl-summary-cursor-move-surface): Keep horizontal position.
3151
3152 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3153
3154         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3155         write sendlog.
3156
3157 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3158
3159         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3160         `wl-summary-highlight'.
3161
3162 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3163
3164         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3165         trivial condition for temp-mark.
3166
3167 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3168
3169         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3170         when it hits killed buffer.
3171
3172 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3173
3174         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3175         * wl-news.el.in: `message' and `error' take format string.
3176
3177 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3178
3179         * wl-folder (wl-folder-insert-entity): Display a message,
3180         `...done', when the work finish.
3181         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3182
3183 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3184
3185         * wl-message.el (wl-message-redisplay): Remove unused local
3186         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3187
3188 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3189
3190         * wl-summary.el (wl-summary-replace-status-marks): Disable
3191         interactive use.
3192         (wl-summary-reedit): Check message existence at first.
3193         (wl-summary-mark-line): Fix doc, return value is indefinite.
3194
3195         * wl-highlight.el (wl-highlight-message): Arranged.
3196
3197         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3198         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3199         check temp-mark by wl-summary-temp-mark always.
3200         (wl-highlight-summary): Change accordingly.
3201         * wl-summary.el (wl-summary-mark-as-read-all)
3202         (wl-summary-delete-cache, wl-summary-set-score-mark)
3203         (wl-summary-mark-as-unread, wl-summary-unmark)
3204         (wl-summary-mark-line, wl-summary-mark-as-read)
3205         (wl-summary-mark-as-important): Ditto.
3206
3207         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3208         end of the window if possible.
3209         * wl-summary.el (wl-summary-sync-update): Support lazy
3210         highlighting.
3211         (wl-summary-toggle-disp-msg): Ditto.
3212
3213 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3214
3215         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3216
3217 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3218
3219         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3220         change.
3221
3222 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3223
3224         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3225         API.
3226         (wl-summary-sync-update): Ditto.
3227
3228         * wl-score.el (wl-score-get-score-alist): Changed argument.
3229         (wl-summary-rescore-msgs): Likewise.
3230         (wl-summary-score-headers): Likewise.
3231         (wl-score-headers): Likewise;
3232         Use elmo-folder-do-each-message-entity, etc.
3233         (wl-summary-score-effect): Follow the changes above.
3234         (wl-summary-rescore): Ditto.
3235         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3236         (wl-score-get-overview): Abolish.
3237
3238         * wl-summary.el (wl-summary-default-from): Follow the API change in
3239         elmo-msgdb.
3240         (wl-summary-count-unread): Ditto.
3241         (wl-summary-detect-mark-position): Ditto.
3242         (wl-summary-overview-entity-compare-by-date): Ditto.
3243         (wl-summary-overview-entity-compare-by-number): Ditto.
3244         (wl-summary-overview-entity-compare-by-from): Ditto.
3245         (wl-summary-overview-entity-compare-by-subject): Ditto.
3246         (wl-summary-get-list-info): Ditto.
3247         (wl-summary-rescan): Ditto.
3248         (wl-summary-jump-to-msg-by-message-id): Ditto.
3249         (wl-summary-sync-update): Ditto; Removed comment.
3250         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3251         (wl-summary-insert-message): Use wl-summary-insert
3252         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3253         (wl-summary-insert-headers): Changed argument overview to folder.
3254         (wl-summary-search-by-subject): Likewise.
3255         (wl-summary-insert-thread): Renamed from 
3256         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3257
3258         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3259         too.
3260
3261         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3262         wl-string-member.
3263
3264 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3267         elmo-folder-append-buffer.
3268         (wl-draft-queue-append): Likewise.
3269
3270         * wl-mime.el (wl-message-delete-current-part): Ditto.
3271         (wl-summary-burst-subr): Ditto.
3272
3273         * wl-news.el.in (wl-news-send-news): Ditto.
3274
3275 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3276
3277         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3278         function.
3279         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3280         (wl-summary-update-mark): Enclose with save-excursion.
3281         (wl-summary-mark-as-read-internal): Fixed last change.
3282         (wl-summary-mark-as-important): Use 3rd argument of
3283         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3284         Don't use elmo-msgdb-set-mark.
3285         (wl-summary-redisplay-internal): If msgdb flag is already read,
3286         just update the mark on buffer.
3287
3288 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3289
3290         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3291         cut visible folder when elmo-folder-delete returns non-nil value.
3292
3293 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3294
3295         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3296         by Kenichi OKADA <okada@opaopa.org>).
3297
3298 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3299
3300         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3301
3302 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3303
3304         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3305         Fixed the last change, search group entity by its real name.
3306         (Thanks to: KOBAYASHI Shinji)
3307
3308 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3309
3310         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3311         (wl-fldmgr-access-display-all): Don't refer visible name.
3312         * wl-expire.el (wl-folder-archive-current-entity)
3313         (wl-folder-expire-current-entity): Ditto.
3314         * wl-folder.el (wl-folder-jump-to-current-entity)
3315         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3316         (wl-folder-open-folder-sub,wl-folder-open-all)
3317         (wl-folder-write-current-folder): Ditto.
3318         (wl-folder-insert-entity): Don't use petname for normal group.
3319         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3320         is the real name.
3321         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3322         Abolished.
3323
3324 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3325
3326         * wl-draft.el (wl-draft-create-buffer): Add
3327         `wl-summary-reply-with-citation'
3328
3329 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3330
3331         * wl-draft.el (wl-draft-reply): Fixed.
3332
3333 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3334
3335         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3336         when `wl-draft-send-confirm-with-preview' is non-nil.
3337         You can scroll up/down by j/k.
3338         (wl-draft-send-confirm-with-preview): New variable (default=t).
3339
3340 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3341
3342         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3343         (wl-fldmgr-save-folders): Fix comment.
3344
3345 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3346
3347         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3348         along the last change in `wl-folder-buffer-group-p'.
3349
3350 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3351
3352         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3353         folder.
3354
3355         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3356         the default value.
3357
3358         * wl-mime.el (wl-summary-burst): Update summary only when target
3359         folder equals current folder.
3360
3361 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3362
3363         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3364
3365 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3366
3367         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3368         value.
3369
3370 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3373         `map-extents' instead of `extent-at' repeatedly.
3374         (wl-highlight-folder-current-line): Ditto.
3375
3376         * wl-highlight.el: Remove useless dummy functions.
3377
3378 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3379
3380         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3381         (wl-folder-put-folder-property): New function to put text property.
3382         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3383         (wl-folder-insert-entity, wl-folder-update-diff-line)
3384         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3385         * wl-e21.el, wl-xmas.el, wl-mule.el
3386         (wl-highlight-folder-current-line): Ditto.
3387         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3388         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3389         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3390         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3391
3392 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3393
3394         * Version number is increased to 2.11.3.
3395
3396 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3397
3398         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3399         Resume current-buffer since it is assumed by remaining tasks.
3400
3401 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3402
3403         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3404         (wl-folder-completion-function): Abolished.
3405         (wl-folder-complete-folder): New function.
3406         (wl-folder-complete-filter-condition): Ditto.
3407         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3408         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3409
3410 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3411
3412         * wl-draft.el (wl-draft-send-confirm): New function.
3413         (wl-draft-send): Use it.
3414
3415         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3416         cursor-in-echo-area while confirming.
3417
3418         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3419
3420         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3421         searching via nntp if wl-summary-search-via-nntp is 'force.
3422         Otherwise, invoke searching in nntp folder only.
3423         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3424
3425         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3426         explicitly for mime-make-text-tag.
3427
3428 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3429
3430         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3431         `mime-make-text-tag' instead of `mime-create-tag'.
3432
3433 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3434
3435         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3436         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3437
3438 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3439
3440         * wl-score.el (wl-score-save): Bind print-length and print-level.
3441         (wl-score-pretty-print): Ditto.
3442         (wl-score-edit-insert-header-entry): Ditto.
3443
3444         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3445         "From" entry to be treated with wl-draft-eword-encode-address-list.
3446         * wl-mime.el (wl-draft-preview-message): Ditto.
3447
3448         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3449         (wl-summary-mark-as-unread): Ditto.
3450         (wl-summary-mark-as-read-region): Change accordingly.
3451         (wl-summary-mark-as-unread-region): Ditto.
3452         (wl-summary-target-mark-mark-as-read): Ditto.
3453         (wl-summary-target-mark-mark-as-unread): Ditto.
3454
3455 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3456
3457         * Version number is increased to 2.11.2.
3458
3459 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3460
3461         * wl-news.el.in (wl-news-previous-version-save): Bind
3462         print-length and print-level.
3463         * wl-thread.el (wl-thread-save-entities): Ditto.
3464         (wl-thread-save-top-list): Bind print-length.
3465
3466 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3467
3468         * wl-highlight.el (wl-highlight-summary-line-string): Use
3469         wl-summary-score-below-mark, wl-summary-score-over-mark.
3470         (wl-highlight-summary-current-line): Ditto.
3471
3472 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3473
3474         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3475         insert it.
3476
3477 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3478
3479         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3480
3481 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3482
3483         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3484         message without msgid.
3485         Rewrite with elmo-folder-move-messages.
3486         Set wl-message-buffer to nil.
3487
3488         * wl-summary.el (wl-summary-erase-subr): New function. Use
3489         elmo-folder-move-messages.
3490         (wl-summary-erase): Call it.
3491         (wl-summary-target-mark-erase): Ditto.
3492
3493 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3494
3495         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3496         it is not up-tp-date.
3497
3498 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3499
3500         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3501         buffer after calling `wl-summary-goto-folder-subr' without the
3502         argument `interactive'.
3503         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3504
3505 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3506
3507         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3508         `mime-create-tag'. Use `string=' instead of `looking-at'.
3509
3510 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3511
3512         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3513         to avoid compile warning.
3514
3515         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3516         entity-id when folder is given.
3517         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3518         save-excursion, use save-selected-window instead.
3519         Select folder buffer window if exists.
3520         (To correct behavior with wl-folder-move-cur-folder.)
3521
3522 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3523
3524         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3525
3526 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3527
3528         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3529         list-count instead of %d.
3530
3531 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3532
3533         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3534         (wl-news): Set it.
3535         (wl-news-append-to-folder): Use it.
3536
3537         * wl-news.el.in (wl-news-send-news): Append to specified folder
3538         instead of wl-default-folder.
3539         (wl-news-append-to-folder): Show error message with specified folder.
3540
3541         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3542                 In most major modes, Emacs assumes that any opening
3543                 delimiter found at the left margin is the start of a
3544                 top-level definition, or defun. Therefore, *never put an
3545                 opening delimiter at the left margin unless it should have
3546                 that significance.*
3547
3548         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3549
3550 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3551
3552         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3553
3554 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3555
3556         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3557
3558 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3559
3560         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3561         for sequential numbering case.
3562
3563 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3564
3565         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3566         value.
3567         (wl-draft-reply-without-argument-list): Ditto.
3568         (wl-draft-reply-myself-with-argument-list): Abolish.
3569         (wl-draft-reply-myself-without-argument-list): Ditto.
3570         * wl-draft.el (wl-draft-self-reply-p): New function.
3571         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3572
3573 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3574
3575         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3576         (avoid error for the case without byte-compiling)
3577
3578 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3579
3580         * wl-news.el.in (wl-news-append-to-folder): New function.
3581         (wl-news-exit): Rewrite.
3582         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3583
3584 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3585
3586         * wl-draft.el (wl-draft-reply-position): New function.
3587         (wl-draft-reply-position): Fix.
3588         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3589         (wl-summary-target-mark-reply-with-citation): Ditto.
3590         (wl-summary-reply-with-citation): Ditto.
3591         * wl-vars.el (wl-draft-reply-default-position): New variable.
3592
3593 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3594
3595         * wl-draft.el (wl-draft-send): Preview when interactive send.
3596
3597 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3598
3599         * wl-draft.el (wl-draft-reply): Set default position.
3600         * wl-summary.el (wl-summary-reply): Ditto.
3601         (wl-summary-reply-with-citation): Ditto.
3602         (wl-summary-target-mark-reply-with-citation): Ditto.
3603
3604 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3605
3606         * wl-news.el.in (wl-news-lang): Set default value according to
3607         current-language-environment.
3608         (wl-news-append-news): Do nothing when news-list is nil.
3609
3610 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3611
3612         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3613         (wl-news): Change message.
3614         (wl-news-exit): Check buffer.
3615         (wl-news-force-exit): New function.
3616         (wl-news-show-all): New function.
3617         (wl-news-discard-and-exit): Fix.
3618
3619 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3620
3621         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3622         according to current-language-environment.
3623
3624         * wl-news.el.in (wl-news): If arg, show all NEWS after
3625         wl-news-default-previous-version.
3626
3627 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3628
3629         * wl-news.el.in (wl-news-check): Rewritten.
3630         (wl-news-previous-version-load): Change data type.
3631         (wl-news-previous-version-save): Change data type.
3632         (wl-news-append-news): Add return value.
3633         (wl-news-check-news): New function.
3634         (wl-news-already-current-p): New function.
3635         (wl-news-send-news): Rewritten.
3636         (wl-news-mode-map): Add new keybind.
3637         (wl-news): Rewritten.
3638         (wl-news-exit): Rewritten.
3639         (wl-news-discard-and-mail): New function.
3640         (wl-news-send-to-address): Abolished.
3641         * wl.el (wl-init): Delete a message.
3642
3643 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3644
3645         * wl-news.el.in (wl-news-exit): Update previous version.
3646         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3647
3648 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3649
3650         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3651
3652 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3653
3654         * wl-news.el.in (wl-news): New function.
3655         (wl-news-mode): New function.
3656         (wl-news-next-line): New function.
3657         (wl-news-next-page): New function.
3658         (wl-news-exit): New function.
3659         (wl-news-buf-name): New variable.
3660         (wl-news-mode-map): New variable.
3661         (wl-news-winconf): New variable.
3662         (wl-news-append-news): Add an option.
3663
3664 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3665
3666         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3667
3668 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3669
3670         * wl-news.el.in (wl-news-send-to-address): New variable.
3671         (wl-news-send-news): Use it.
3672         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3673         Return updating status.
3674         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3675
3676 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3677
3678         * wl-news.el.in (wl-news-send-news): Delete
3679         Organization and X-Face.
3680
3681 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3682
3683         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3684         (wl-news-append-news): New function.
3685         (wl-news-send-news): New function.
3686
3687 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3688
3689         * Version number is increased to 2.11.1.
3690
3691 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3692
3693         * wl-news.el.in : New file.
3694
3695 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3696
3697         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3698         default value.
3699         (wl-draft-reply-without-argument-list): Ditto.
3700
3701 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3702
3703         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3704         (wl-message-buffer-prefetch-idle-time): Ditto.
3705         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3706
3707 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3708
3709         * wl-thread.el (wl-thread-insert-message): Use
3710         wl-summary-max-thread-depth.
3711
3712         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3713         loop detection.
3714
3715         * wl-message.el (wl-message-buffer-display): Back to the first page
3716         when cache is hit.
3717
3718 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3719
3720         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3721
3722         * wl-summary.el (wl-summary-insert-thread-entity):
3723         If the thread depth is reached to wl-summary-max-thread-depth,
3724         divide the thread.
3725
3726 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3727
3728         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3729         for elmo-remove-passwd.
3730
3731 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3732
3733         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3734         folder is sticky.
3735         (wl-folder-mark-as-read-all-entity): Ditto.
3736         (wl-folder-prefetch-entity): Ditto.
3737
3738 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3739
3740         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3741
3742 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3743
3744         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3745         Delete messages on buffer for unplugged operation.
3746         (wl-summary-erase): Ditto.
3747
3748 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3749
3750         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3751         take nil so as not to search parent by subject.
3752
3753 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3754
3755         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3756         (wl-folder-get-next-folder): Ditto.
3757         (wl-folder-get-path): Ditto.
3758
3759 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3760
3761         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3762         system and encode the region with it before verifying.
3763
3764 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3765
3766         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3767         system of the echo buffer before decoding.
3768
3769 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3770
3771         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3772         original contents.
3773
3774 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3775
3776         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3777         with argument 'any-exists.
3778
3779 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3780
3781         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3782         Use `wl-cs-autoconv'.
3783
3784 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3785
3786         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3787         by `mime-view-automatic-conversion'.
3788
3789         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3790         (wl-message-verify-pgp-nonmime): Ditto.
3791         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3792         Bind them to C-c:d and C-c:v respectively.
3793
3794         Merge following code by Teranishi-san from [wl-en:00167].
3795         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3796         (wl-mime-preview-application/pgp-encrypted): Ditto.
3797         (wl-mime-setup): Add entry.
3798
3799 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3800
3801         * wl-summary.el (wl-summary-target-mark-erase): New function.
3802         Bind it to "mD".
3803
3804 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3805
3806         * wl-vars.el (wl-draft-write-file-function): Fix.
3807         (wl-draft-reedit-hook): Changed default value.
3808
3809         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3810         wl-draft-reedit-hook.
3811         (wl-draft-remove-text-plain-tag): New function.
3812         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3813
3814         * wl-vars.el (wl-draft-write-file-function): New user option.
3815
3816         * wl-draft.el (wl-draft-prepare-edit): Use it for
3817         local-write-file-hooks.
3818         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3819
3820         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3821         (wl-draft-insert-mail-header-separator): Return the body beginning
3822         point.
3823         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3824         text/plain.
3825         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3826
3827 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3828
3829         * wl-summary.el (wl-summary-erase): New function to erase message
3830         without moving it to trash. Bind to "D".
3831
3832         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3833         as `keep' unless switch-function.
3834
3835 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3836
3837         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3838         message buffer by using `wl-summary-toggle-disp-msg'.
3839         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3840         buffer window.
3841         (wl-summary-supresedes-message): Ditto.
3842
3843         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3844         Do not delete other windows.
3845         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3846         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3847         (wl-draft-create-buffer): Set reply-or-forward also for target
3848         mark commands.
3849
3850 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3851
3852         * wl-draft.el (wl-user-agent-compose): Delete special case for
3853         switch-to-buffer-other-window.
3854
3855         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3856         (wl-summary-forward): Ditto.
3857
3858         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3859         function.
3860         (wl-draft-buffer-style): New use option.
3861
3862         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3863         (wl-draft): Follow the change above.
3864         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3865         wl-draft-buffer-style.
3866         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3867         switch-function.
3868
3869 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3870
3871         * wl-address.el (wl-address-make-completion-entry): Extracted from
3872         `wl-address-make-completion-list'.
3873         (wl-address-enable-strict-loading): New variable.
3874         (wl-address-make-completion-list): Revive petname duplication
3875         inquiry, and enable it if `wl-address-enable-strict-loading'.
3876         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3877
3878 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3879
3880         * wl-message.el (wl-message-get-original-buffer): Avoid
3881         'Selecting deleted buffer' error when original buffer is killed.
3882
3883 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3884
3885         * wl-summary.el (wl-summary-next-message): Use
3886         elmo-message-accessible-p instead of elmo-message-cached-p.
3887
3888 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3889
3890         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3891
3892         * wl-thread.el (wl-thread-open-all-unread): Use
3893         elmo-folder-list-flagged instead of
3894         elmo-folder-list-messages-mark-match.
3895
3896         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3897         instead of elmo-folder-list-messages-mark-match.
3898         (wl-summary-move-spec-alist): New variable.
3899         (wl-summary-move-spec-plugged-alist,
3900         wl-summary-move-spec-unplugged-alist): Abolish.
3901         (wl-summary-next-message): Follow the change above.
3902         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3903         with 'no-msg' argument.
3904
3905         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3906         variable.
3907         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3908         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3909         (wl-message-buffer-prefetch-get-next): Follow the change above.
3910
3911 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3912
3913         * wl-version.el (wl-version): Changed codename.
3914
3915         * Version number is increased to 2.11.0.
3916
3917 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3918
3919         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3920         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3921         `wl-draft-config-variables'.
3922         (wl-draft-kill): Fixed problem when the draft is reedit.
3923
3924 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3925
3926         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3927         buffer-modified status (Thanks to
3928         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3929
3930 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3931
3932         * wl-util.el (wl-region-exists-p): New function.
3933
3934         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3935         Remove defvars for byte-compile warnings.
3936
3937 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3938
3939         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3940         defvar-maybe. Removed unused bind.
3941
3942 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3943
3944         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3945         summary buffer window before creating new frame.
3946         (wl-draft-reply): Ditto.
3947
3948 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3949
3950         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3951
3952 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3953
3954         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3955
3956 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3957
3958         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3959         instead of `kill-region'.
3960
3961 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3962
3963         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3964         (wl-highlight-summary-line-string): Use it.
3965         (wl-highlight-summary-current-line): Ditto.
3966
3967         * wl-mime.el (wl-message-delete-current-part): Check the class of
3968         mime-entity.
3969
3970         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3971
3972         * wl-summary.el (wl-summary-make-number-list): Initialize.
3973         (wl-summary-update-mark): New function.
3974         (wl-summary-reply): Put `answered' mark on the message.
3975         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3976
3977         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3978         (wl-draft-reply): Added optional argument `number';
3979         Set wl-draft-parent-number.
3980         (wl-draft-kill): Delete answered mark if it is a reply.
3981
3982 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3983
3984         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3985         that originates in mime-preview-follow-current-entity.
3986         (wl-draft-yank-current-message-entity): Use it if region is active.
3987
3988         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3989         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3990         `wl-message-delete-current-part'.
3991         * wl-mule.el (wl-message-define-keymap): Ditto.
3992         * wl-xmas.el (wl-message-define-keymap): Ditto.
3993
3994 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3995
3996         * wl-mime.el (wl-message-delete-current-part): New function.
3997         (wl-mime-node-id-to-string): Ditto.
3998
3999         * wl-mime.el (wl-message-delete-current-part): Use existing
4000         original buffer which corresponds current mime-view buffer.
4001         (fetched buffer might have different structure, possibly)
4002
4003         * wl-mime.el (wl-message-delete-current-part): Quit if the
4004         message content differs from the actual message.
4005
4006 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4007
4008         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4009         order.
4010         (wl-summary-search-by-subject): Search parent message from tail;
4011         Check the existence of the parent message on the current thread tree.
4012         (wl-summary-update-thread): Check whether the line is inserted.
4013
4014 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4015
4016         * wl-vars.el (wl-summary-line-format): Undo last change.
4017         * wl-summary.el (wl-summary-print-destination): Do not put
4018         invisible property when `wl-summary-width' is nil.
4019         (wl-summary-line-subject-minimum-length): Abolished.
4020         (wl-summary-line-subject): Ditto.
4021
4022 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4023
4024         * wl-vars.el (wl-summary-line-format): Change default value.
4025         (wl-summary-subject-length-limit): Abolished.
4026         * wl-summary.el (wl-summary-line-subject): Ditto.
4027
4028 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4029
4030         * wl-template.el (wl-template-select): Added optional argument.
4031         If optional argument is specified, reverse
4032         `wl-template-visible-select'.
4033
4034 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4035
4036         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4037         Take prefix argument to force asking the destination folder.
4038
4039 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4040
4041         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4042         count and update status.
4043
4044 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4045
4046         * wl-summary.el (wl-summary-redisplay-internal): If
4047         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4048         after fetching.
4049
4050 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4051
4052         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4053         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4054
4055         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4056
4057 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4058
4059         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4060         (All other related portions are changed).
4061         (wl-summary-mark-as-read-all): Rewrite.
4062
4063 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4066         `wl-summary-mark-as-read'.
4067         (wl-summary-mark-as-unread): Rewrite.
4068         (wl-summary-mark-as-read): Added no-modeline argument.
4069         (wl-summary-resume-cache-status): Rewrite.
4070         (wl-summary-exec-subr): Remove unused local variable.
4071
4072 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4073
4074         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4075         logic to call `wl-summary-buffer-prev-folder-function'.
4076         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4077
4078 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4079
4080         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4081         is nil.
4082
4083 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4084
4085         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4086         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4087         (wl-mime-setup): Add its entry.
4088
4089 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4090
4091         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4092         (wl-summary-delete-cache): Likewise.
4093         (wl-summary-mark-as-read): Rewrite.
4094
4095 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4096
4097         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4098         `wl-summary-count-unread'.
4099
4100         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4101
4102         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4103
4104 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4105
4106         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4107         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4108         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4109         Renamed to the elmo-msgdb-*-mark.
4110         (wl-summary-score-marks): Follow the change above.
4111         (wl-summary-auto-refile-skip-marks): Ditto.
4112         (wl-summary-incorporate-marks): Ditto.
4113         (wl-summary-expire-reserve-marks): Ditto.
4114
4115         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4116         changes.
4117         (wl-thread-insert-top): Changed updating message.
4118
4119         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4120         variable.
4121         (wl-summary-count-unread): Count answered marks.
4122         (wl-summary-rescan): Call wl-summary-insert-message instead of
4123         wl-summary-append-message-func-internal.
4124         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4125         (wl-summary-prefetch-msg): Follow the variable name changes.
4126         (wl-summary-prefetch-region): Ditto.
4127         (wl-summary-mark-as-read-all): Follow the API changes;
4128         Don't call elmo-folder-replace-marks.
4129         (wl-summary-delete-cache): Follow the variable name changes.
4130         (wl-summary-resume-cache-status): Ditto.
4131         (wl-summary-update-status-marks): New function.
4132         (wl-summary-insert-message): New function.
4133         (wl-summary-sync-marks): Follow the variable name changes.
4134         (wl-summary-sync-update): Synchronize to the msgdb, too;
4135         Changed update messages.
4136         (wl-summary-make-number-list): Rewrite.
4137         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4138         (wl-summary-mark-as-unread): Follow the API changes.
4139         (wl-summary-exec-subr): Follow the variable name changes.
4140         (wl-summary-mark-as-read): Ditto.
4141         (wl-summary-move-spec-plugged-alist): Ditto.
4142         (wl-summary-move-spec-unplugged-alist): Ditto.
4143         (wl-summary-cursor-move-surface): Ditto.
4144
4145         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4146         variable name changes.
4147         (wl-highlight-summary-current-line): Ditto.
4148
4149         * wl-expire.el (wl-expire-refile): Follow the API change in
4150         elmo-folder-move-messages.
4151         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4152         (wl-summary-archive): Use elmo-folder-msgdb instead of
4153         elmo-msgdb-load.
4154
4155 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4156
4157         * wl-mime.el (wl-draft-preview-message): Restore the position
4158         before evaluating wl-draft-send-hook in preview buffer.
4159
4160 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4161
4162         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4163         when it creates new draft buffer.
4164
4165         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4166         without argument.
4167
4168         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4169         Evaluate content and if the value is string, insert it.
4170         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4171         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4172         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4173         wl-draft-config-sub-part-bottom): Use it.
4174
4175         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4176         with the folder name. The question was unintelligible when it is
4177         called from wl-save-status.
4178
4179 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4180
4181         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4182         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4183         cannot take second argument).
4184
4185 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4186
4187         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4188         as t. Since type and subtype are not case sensitive (RFC 2045).
4189
4190 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4191
4192         * wl-vars.el (wl-message-mode-line-format): New variable.
4193         (wl-message-mode-line-format-spec-alist): Ditto.
4194         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4195         (wl-message-redisplay): Use wl-message-mode-line-format.
4196
4197 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4198
4199         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4200
4201 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4202
4203         * wl-summary.el (wl-summary-default-from): Write description.
4204
4205 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4206
4207         * wl-vars.el (wl-ldap-objectclass): Abolish.
4208
4209         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4210         (wl-ldap-make-filter): Removed condition for objectclass.
4211         (wl-ldap-make-matched-value-list): Remove meaningless process.
4212         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4213         (wl-address-ldap-search): Don't add `*' to `pat' string;
4214         use ignore-errors; added `email';
4215         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4216         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4217         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4218
4219
4220 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4221
4222         * wl-draft.el (wl-draft-parent-folder): Write description.
4223         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4224
4225 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4226
4227         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4228         as "" (zero-length string) if no parent.
4229         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4230
4231 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4232
4233         * wl-address.el (wl-address-make-completion-list): Skip duplication
4234         checking.
4235         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4236         `append'.
4237
4238 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4239
4240         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4241         instead of `beginning-of-buffer'.
4242
4243 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4246
4247 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4248
4249         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4250         Refer wl-message-buffer-name.
4251         (wl-message-wheel-down): Ditto.
4252
4253 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4254
4255         * wl-vars.el (wl-message-buffer-name): New user option.
4256
4257         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4258         directly instead of making alist dinamically.
4259
4260         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4261         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4262         wl-message-buffer-cache-name.
4263         (wl-message-buffer-cache-clean-up): Ditto.
4264
4265         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4266
4267         * Version number is increased to 2.9.15.
4268
4269 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4270
4271         * wl-vars.el (wl-summary-default-view-alist): New user option.
4272
4273         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4274
4275         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4276         while deleting address.
4277         (wl-draft-delete-myself-from-cc): Ditto.
4278
4279         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4280         If optional argument is specified, reverse sort order.
4281
4282         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4283
4284 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4285
4286         * wl-thread.el (wl-thread-insert-message): Return parent number if
4287         exists.
4288         (wl-thread-update-indent-string-region): Use
4289         wl-thread-update-line-on-buffer-sub instead of
4290         wl-thread-update-line-on-buffer.
4291
4292 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4293
4294         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4295         (wl-folder-close-all): Ditto.
4296
4297 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4298
4299         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4300         and mailing-list:.
4301         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4302         value.
4303         (wl-summary-line-list-info): Print mailing-list name even when 
4304         list-number is empty.
4305
4306 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4307
4308         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4309
4310         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4311         (wl-draft-open-file): Ditto.
4312         (wl-draft-random-alphabet): Ditto.
4313
4314         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4315         bindings.
4316
4317 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4318
4319         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4320         * wl-vars.el (wl-draft-config-alist): Ditto.
4321
4322 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4323
4324         * Version number is increased to 2.9.14.
4325
4326         * wl.el (wl): Don't set wl-init as nil when error occured while
4327         auto-checking folders.
4328
4329         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4330         `elmo-expand-newtext'.
4331
4332 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4333
4334         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4335         `this-command' so that `wl-folder-goto-folder' contained in
4336         `wl-summary-keep-cursor-command' work.
4337
4338 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4339
4340         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4341         message buffer displaying state.
4342
4343 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4344
4345         * wl-vars.el (wl-summary-default-view): New variable to specify
4346         default value for `wl-summary-buffer-view' instead of using
4347         set-default.
4348         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4349
4350 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4351
4352         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4353
4354         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4355
4356 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4357
4358         * wl-vars.el (wl-forward-subject-prefix): New variable.
4359         * wl-draft.el (wl-draft-forward): Use it.
4360
4361 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4362
4363         * wl-message.el (wl-message-prev-page): When it is called without
4364         lines argument, scroll down by wl-message-scroll-amount lines.
4365         (wl-message-next-page): Ditto.
4366         * wl-vars.el (wl-message-scroll-amount): Change default value
4367         to preserve current behavior.
4368
4369 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4370
4371         * wl-summary.el (wl-summary-prefetch-msg): Bind
4372         `wl-message-entity' to call `wl-summary-from-function'.
4373
4374 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4375
4376         * wl-message.el (wl-message-buffer-create): Run
4377         wl-message-buffer-created-hook.
4378
4379 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4380
4381         * wl-summary.el (wl-summary-sort-specs): New variable.
4382         (wl-summary-default-sort-spec): Ditto.
4383         (wl-summary-sort): Rewrite.
4384         (wl-summary-sort-by-list-info): New function.
4385
4386 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4387
4388         * wl-summary.el (wl-summary-get-list-info): New function.
4389         (wl-summary-sort): Rewrite.
4390         (wl-summary-line-list-info): Ditto.
4391         (wl-summary-line-list-count): Ditto.
4392         (wl-summary-refile-region): Fixed docstring.
4393
4394 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4395
4396         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4397         `wl-folder-entity-hashtb' as completion table.
4398
4399 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4402         only when this command is called interactively; silence the byte-
4403         compiler.
4404
4405 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4406
4407         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4408         active in XEmacs.
4409
4410 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4411
4412         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4413         plural lines.
4414
4415 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4416
4417         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4418         of current line when the cursor is on the header name.
4419         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4420
4421 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4422
4423         * wl-util.el (wl-read-directory-name): Return displayed directory
4424         as the default value also on XEmacs.
4425
4426 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4427
4428         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4429         formatting.
4430
4431 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4432
4433         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4434         argument and when it is non-nil, check face property before
4435         highlighting for each line.
4436         (wl-highlight-summary-window): Set it.
4437
4438 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4439
4440         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4441         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4442
4443         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4444         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4445         (wl-draft-get-fcc-list): Likewise.
4446
4447 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4448
4449         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4450         (wl-thread-entity-cur): Ditto.
4451         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4452         wl-thread-indent-regexp setting.
4453         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4454
4455         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4456         wl-summary-lazy-highlight.
4457         (wl-summary-display-bottom): Ditto.
4458
4459         * wl-thread.el (wl-thread-open-close): Likewise.
4460
4461         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4462         from and subject;
4463         Bind wl-draft-use-frame;
4464         Enclose with save-window-excursion;
4465         Use wl-draft-create-buffer instead of with-temp-buffer;
4466         Use wl-draft-prepare-edit;
4467         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4468         Use wl-draft-send instead of wl-draft-raw-send.
4469
4470 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4471
4472         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4473         of using wl-from.
4474
4475 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4476
4477         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4478         insert-buffer instead of clone-buffer.
4479         (wl-draft-doing-mime-bcc): New variable.
4480         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4481         infinite loop.
4482         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4483
4484         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4485         (wl-draft-mime-bcc-body): Ditto.
4486
4487         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4488         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4489         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4490         wl-draft-do-mime-bcc.
4491         (wl-draft-mime-bcc-field): New function.
4492         (wl-draft-do-mime-bcc): Ditto.
4493
4494         * wl-address.el (wl-address-complete-header-list): New variable.
4495         (wl-address-complete-header-regexp): Changed default value.
4496
4497         * Version number is increased to 2.9.13.
4498
4499 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4500
4501         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4502         it is differed.
4503
4504 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4505
4506         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4507         (wl-summary-line-list-count): Ditto.
4508
4509 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4510
4511         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4512         (wl-nntp-posting-function): New variable.
4513         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4514         `wl-nntp-posting-config-alist'.
4515
4516 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4517
4518         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4519         FLIM.
4520
4521 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4522
4523         * wl-summary.el (wl-summary-target-mark-refile-sub):
4524         Remove a nuisance funcall.
4525
4526 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4527
4528         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4529         as t for `try-completion'.
4530
4531 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4532
4533         * wl-summary.el (wl-summary-default-from): Use
4534         wl-address-header-extract-address instead of
4535         std11-extract-address-components.
4536         (wl-summary-simple-from): Ditto.
4537         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4538         (wl-summary-insert-headers): Show message.
4539         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4540         for whole line.
4541         (wl-summary-default-from): Revert last change.
4542         (wl-summary-simple-from): Ditto.
4543         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4544         (wl-summary-mark-as-read-region): Follow the change above.
4545         (wl-summary-sync-marks): Ditto.
4546         (wl-summary-target-mark-mark-as-read): Ditto.
4547         (wl-summary-redisplay-internal): Ditto.
4548         (wl-summary-redisplay-no-mime-internal): Ditto.
4549         (wl-summary-redisplay-all-header): Ditto.
4550         (wl-summary-mark-as-read): Removed argument `cached';
4551         Use current cache status to set cache mark.
4552         (wl-summary-redisplay-internal): Follow the change above.
4553         (wl-summary-redisplay-no-mime-internal): Ditto.
4554         (wl-summary-redisplay-all-header): Ditto.
4555
4556         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4557
4558         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4559         Don't call itself recursively (Adviced by Yamaoka-san).
4560
4561 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4562
4563         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4564         bind wl-summary-highlight as nil to avoid error caused by missing
4565         local variables.
4566
4567 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4568
4569         * wl-vars.el (wl-invalid-character-message): New user option.
4570
4571         * wl-util.el (wl-set-string-width): If truncated string-width is
4572         larger than specified width, use `wl-invalid-character-message'.
4573
4574 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4575
4576         * wl-summary.el (wl-summary-prefetch-msg): 
4577         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4578
4579 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4580
4581         * wl-vars.el (wl-summary-check-line-format): New user option.
4582         (wl-summary-line-format-file): Ditto.
4583
4584         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4585         variable.
4586         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4587         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4588         and `wl-summary-view-old-p' to check whether do a rescan or not.
4589         (wl-summary-view-old-p): New function.
4590         (wl-summary-line-format-changed-p): Ditto.
4591         (wl-summary-line-format-save): Ditto.
4592         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4593
4594         * wl-util.el (wl-set-string-width): Avoid using negative number
4595         for make-string.
4596
4597 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4598
4599         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4600         return value.
4601
4602         * wl-util.el (wl-set-string-width): Added optional argument
4603         `padding' (All other related portions are changed).
4604         (wl-line-parse-format): If the first letter of column number is
4605         `0', zero-padding the result (ex: "%05l").
4606
4607         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4608
4609 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4612         sequential summary view.
4613
4614 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4617         if it doesn't have a -unix version.
4618
4619 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4620
4621         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4622
4623 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4624
4625         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4626         content.
4627         (wl-draft): Follow the change above.
4628
4629         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4630
4631         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4632         and wl-folder-summary-line-format-alist contain %T and %P.
4633
4634         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4635         (wl-summary-mode-line-format): New user option.
4636         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4637         (wl-summary-line-format): Changed default value.
4638         (wl-summary-lazy-highlight): Changed default value.
4639
4640         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4641         change in wl-summary-create-line.
4642         (wl-thread-insert-entity-sub): Ditto.
4643
4644         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4645         (wl-summary-buffer-unread-status): Ditto.
4646         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4647         (wl-summary-buffer-persistent-mark-column): Ditto.
4648         (wl-summary-buffer-mode-line-formatter): Ditto.
4649         (wl-summary-buffer-mode-line): Ditto.
4650         (wl-summary-message-regexp): Abolished.
4651         (All other related portions are changed.)
4652         (wl-summary-detect-mark-position): New function.
4653         (wl-summary-buffer-set-folder): Setup
4654         wl-summary-buffer-mode-line-formatter.
4655         (wl-summary-mode): Setup selective-display;
4656         Setup pre-idle-hook when xemacs.
4657         (wl-summary-update-modeline): Rewrite.
4658         (wl-summary-jump-to-msg): Define as function;
4659         Changed regexp for searching messages.
4660         (wl-summary-message-number): Rewrite.
4661         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4662         Do rescan when old type summary cache.
4663         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4664         (wl-summary-remove-destination): Use '\r' to detect EOL.
4665         (wl-summary-print-destination): Ditto.
4666         (wl-summary-temp-mark): New inline function.
4667         (wl-summary-persistent-mark): Ditto.
4668         (wl-summary-line-number): New function.
4669         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4670         (wl-summary-line-list-count): New function.
4671         (wl-summary-create-line): Added argument persistent-mark.
4672         (All other related portions are changed)
4673         (wl-summary-create-line): Insert '\r'.
4674         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4675         (wl-summary-cursor-move-surface): New inline function.
4676         (wl-summary-prev): Use it.
4677         (wl-summary-next): Ditto.
4678
4679         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4680         wl-summary-message-regexp.
4681         (wl-highlight-summary): Delete progress message.
4682         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4683
4684         * Version number is increased to 2.9.12.
4685
4686 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4687
4688         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4689         variable (nil: no minimum).
4690         (wl-summary-line-subject): Add some spaces after subject by
4691         wl-summary-line-subject-minimum-length.
4692
4693 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4694
4695         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4696         and removed `F'.
4697         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4698         change above).
4699
4700 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4701
4702         * wl-summary.el (wl-summary-line-list-count): Reverted.
4703         (example setting in samples/*/dot.wl is also updated)
4704
4705 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4706
4707         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4708
4709         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4710
4711         * wl-vars.el (wl-summary-line-format): Addes some description to the
4712         docstring.
4713
4714         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4715         (wl-summary-line-close-bracket): Ditto.
4716         (wl-summary-line-children-number): Ditto.
4717         (wl-summary-line-thread-indent): Ditto.
4718         (wl-summary-line-children-and-from): Ditto.
4719
4720         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4721         't', 'c', 'F' and added 'C'.
4722
4723         * wl-util.el (wl-set-string-width): Accept negative value.
4724         (wl-line-parse-format): Added "%number(" and "%)".
4725
4726 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4727
4728         * wl-summary.el (wl-summary-line-list-count): Change format of the
4729         return value.
4730
4731 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4732
4733         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4734         from the recent message.el.
4735         (wl-draft-point-in-header-p): Ditto.
4736         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4737         wl-draft-beginning-of-line.
4738         * wl-e21.el (wl-draft-mode-map): Ditto.
4739         * wl-xmas.el (wl-draft-mode-map): Ditto.
4740
4741         * wl-folder.el: Sort macrodefs by dependencies.
4742
4743 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4744
4745         * wl-summary.el (wl-summary-prev): Fixed regexp.
4746         (wl-summary-next): Ditto.
4747
4748 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4749
4750         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4751
4752 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4753
4754         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4755         for backward compatibility.
4756
4757 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-summary.el (wl-summary-line-list-count): New function, merged
4760         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4761         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4762         list counts.
4763
4764 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4765
4766         * wl-summary.el (wl-summary-create-line): Ignore errors while
4767         timezone-fix-time.
4768
4769         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4770
4771         * wl-summary.el (wl-summary-sync-update): Ditto.
4772         (wl-summary-default-from): Use wl-message-entity
4773         instead of entity.
4774
4775         * wl-summary.el (wl-summary-create-line): Fix.
4776
4777         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4778         (wl-summary-line-format): New user option.
4779         (wl-folder-summary-line-format-alist): Ditto.
4780         (wl-summary-from-width): Abolished.
4781
4782         * wl-util.el (toplevel): Require 'bytecomp.
4783         (wl-line-parse-format): New function.
4784         (wl-line-formatter-setup): New macro.
4785
4786         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4787         (wl-summary-buffer-line-formatter): New buffer local variable.
4788         (wl-summary-switch-to-clone-buffer): Follow the change above.
4789         (wl-summary-message-regexp): Fix.
4790         (wl-summary-from-func-internal): Abolished.
4791         (wl-summary-subject-func-internal): Ditto.
4792         (wl-summary-subject-filter-func-internal): Ditto.
4793         (All other related portions are changed.)
4794         (wl-summary-buffer-set-folder):
4795         Set up wl-summary-buffer-number-column and 
4796         wl-summary-buffer-line-formatter
4797         (All other related portions are changed.)
4798         (wl-summary-buffer-number-column-detect): Abolished.
4799         (All other related portions are changed.)
4800         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4801         (wl-summary-delete-all-temp-marks-on-buffer): Use
4802         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4803         (wl-summary-target-mark-delete): Ditto.
4804         (wl-summary-target-mark-refile-subr): Ditto.
4805         (wl-summary-target-mark-mark-as-read): Ditto.
4806         (wl-summary-target-mark-mark-as-unread): Ditto.
4807         (wl-summary-target-mark-mark-as-important): Ditto.
4808         (wl-summary-target-mark-save): Ditto.
4809         (wl-summary-replace-status-marks): Renamed from
4810         wl-summary-set-status-marks-on-buffer;
4811         Use wl-summary-message-regexp instead of
4812         wl-summary-buffer-number-regexp.
4813         (wl-summary-sync-update): Follow the change above.
4814         (wl-summary-goto-previous-message-beginning): New function.
4815         (wl-summary-mark-as-unread): Use it.
4816         (wl-summary-mark-as-important): Ditto.
4817         (wl-summary-line-formatter): New variable.
4818         (wl-summary-line-year): New function.
4819         (wl-summary-line-day): Ditto.
4820         (wl-summary-line-day-of-week): Ditto.
4821         (wl-summary-line-hour): Ditto.
4822         (wl-summary-line-minute): Ditto.
4823         (wl-summary-line-open-bracket): Ditto.
4824         (wl-summary-line-close-bracket): Ditto.
4825         (wl-summary-line-children-number): Ditto.
4826         (wl-summary-line-thread-indent): Ditto.
4827         (wl-summary-line-size): Ditto.
4828         (wl-summary-line-subject): Ditto.
4829         (wl-summary-line-from): Ditto.
4830         (wl-summary-line-children-and-from): Ditto.
4831         (wl-summary-create-line): Rewritten.
4832         (wl-summary-format-date): Abolished.
4833
4834         * wl-highlight.el (wl-highlight-summary-current-line): Use
4835         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4836         Use thread structure to detect thread top message.
4837
4838         * wl-draft.el (wl-default-draft-cite): Don't use
4839         wl-summary-from-func-internal.
4840
4841         * wl-refile.el (wl-refile-subject-learn): Don't use
4842         wl-summary-subject-filter-func-internal.
4843         (wl-refile-guess-by-subject): Ditto.
4844
4845         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4846         parameters.
4847
4848         * wl-thread.el (wl-thread-update-indent-string-region):
4849         Use wl-thread-update-line-on-buffer instead of
4850         wl-thread-update-indent-string.
4851         (wl-thread-update-children-number): Redefine using
4852         wl-thread-update-line-on-buffer.
4853         (wl-thread-update-indent-string): Abolished.
4854
4855         * Version number is increased to 2.9.11.
4856
4857 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4858
4859         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4860         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4861         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4862
4863         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4864         as nil.
4865
4866         * wl-thread.el (wl-thread-open-all-unread): Use 
4867         elmo-folder-list-messages-mark-match.
4868         (wl-thread-insert-message): Removed argument `mark-alist'.
4869         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4870         elmo-msgdb-set-mark.
4871         (wl-thread-get-children-msgs-uncached): Likewise.
4872         (wl-thread-get-exist-children): Added argument include-self.
4873         (wl-thread-delete-message): Follow the change above.
4874
4875         * wl-summary.el (wl-summary-count-unread): Removed argument.
4876         (wl-summary-rescan): Follow the change above.
4877         (wl-summary-mark-as-read-region): Ditto
4878         (wl-summary-mark-as-unread-region): Ditto.
4879         (wl-summary-delete-messages-on-buffer): Ditto.
4880         (wl-summary-sync-update): Ditto.
4881         (wl-summary-switch-to-clone-buffer): Ditto.
4882         (wl-summary-goto-folder-subr): Ditto.
4883         (wl-summary-target-mark-mark-as-read): Ditto.
4884         (wl-summary-target-mark-mark-as-unread): Ditto.
4885         (wl-summary-target-mark-mark-as-important): Ditto.
4886         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4887         (wl-summary-update-thread): Removed argument `mark-alist'.
4888         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4889         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4890         (wl-summary-resume-cache-status): Likewise.
4891         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4892         elmo-msgdb-set-mark.
4893         (wl-summary-mark-as-read-all): Likewise.
4894         (wl-summary-delete-cache): Ditto.
4895         (wl-summary-auto-select-msg-p): Ditto.
4896         (wl-summary-mark-as-unread): Ditto.
4897         (wl-summary-no-auto-refile-message-p): Ditto.
4898         (wl-summary-mark-as-read): Ditto.
4899         (wl-summary-mark-as-important): Ditto.
4900         (wl-summary-auto-refile): Follow the change above.
4901         (wl-summary-delete-all-marks): Removed.
4902         (wl-summary-resume-marks-and-highlight): Ditto.
4903         (wl-summary-resume-marks): Ditto.
4904         (wl-summary-delete-important-msgs-from-list): Ditto.
4905         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4906
4907         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4908         wl-summary-count-unread.
4909
4910         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4911         (wl-summary-score-update-all-lines): Use
4912         elmo-msgdb-set-mark.
4913
4914 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4915
4916         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4917         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4918         (wl-summary-create-line): Renamed from
4919         wl-summary-overview-create-summary-line;
4920         Argument rearrangement.
4921         (wl-summary-update-thread): Follow the change above.
4922
4923         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4924         (wl-thread-insert-entity-sub): Likewise.
4925
4926         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4927         argument `overview', `mark-alist' and added `msgdb'.
4928
4929         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4930
4931         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4932         (wl-summary-rescan): Follow the change above.
4933         (wl-summary-sync-update): Ditto.
4934         (wl-summary-insert-thread-entity): Ditto;
4935         Don't use `let*' in every while loop;
4936         Detect infinite loop of threads.
4937         (wl-summary-update-thread): Removed argument `overview'.
4938
4939         * wl-thread.el (wl-thread-insert-message): Ditto.
4940
4941         * Version number is increased to 2.9.10.
4942
4943         * wl-message.el (wl-message-redisplay): Ignore errors while
4944         wl-message-redisplay-hook.
4945
4946 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4947
4948         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4949
4950 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4951
4952         * wl.el (wl): inhibit-quit while wl-folder.
4953
4954 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4955
4956         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4957         while msgdb access.
4958
4959 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4960
4961         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4962         even if no folder is not created.
4963
4964 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4965
4966         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4967
4968         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4969         implementation.
4970         (wl-summary-target-mark-thread): Ditto.
4971
4972         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4973
4974 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4975
4976         * wl-util.el (wl-display-bytes): Remove unused function.
4977
4978 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4979
4980         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4981         seems critical one (partially reverse the change in 2002/03/17).
4982
4983 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4984
4985         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4986         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4987
4988 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4989
4990         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4991         is not writable.
4992         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4993         plugged status instead of `'force' as 2nd argument.
4994
4995         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4996         is not creatable.
4997
4998         * Version number is increased to 2.9.9.
4999
5000 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5001
5002         * wl-summary.el (wl-summary-suspend): New function.
5003
5004 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5005
5006         * wl.el (wl): Do not check variables if check is nil.
5007         * wl-utils.el (wl-collect-draft): New function.
5008         * wl-folder.el (wl-folder-suspend): Put summary buffers
5009         and draft buffers at the end of buffer list.
5010         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5011
5012 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5013
5014         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5015         loop instead of recursive call.
5016
5017         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5018         2nd argument.
5019
5020 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5021
5022         * wl-draft.el (wl-draft-create-contents): Don't take neither
5023         (function . args) nor (string . something) any more.
5024
5025         * wl-version.el (wl-generate-user-agent-string): Return string
5026         without header symbol.
5027         * wl-draft.el (wl-draft-default-headers): Use it.
5028
5029         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5030         `wl-draft-insert-ccs' and return field value instead of inserting
5031         the header. Abolish cc argument.
5032         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5033
5034         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5035         rather than one with string car.
5036
5037         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5038         * wl-draft.el (wl-draft-create-contents): Add it after the default
5039         headers.
5040
5041         * wl-draft.el (wl-draft-create-contents): For the case of
5042         (symbol-or-string . function) insert header only when the function
5043         returns string value.
5044
5045 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5046
5047         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5048         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5049
5050 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5051
5052         * wl.el (wl-check-environment): Don't check Message-ID when
5053         `wl-insert-message-id' is nil.
5054         Revive checking if `wl-message-id-domain' contains "@".
5055
5056 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5057
5058         * wl.el (wl-check-environment): Merge examination for "@" at
5059         inappropriate position into the first string-match.
5060
5061         * wl-summary.el (wl-summary-target-mark-print): New function.
5062         (wl-summary-pipe-message-subr): Extracted from
5063         `wl-summary-pipe-message'.
5064         (wl-summary-target-mark-pipe): New function.
5065         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5066         `wl-summary-target-mark-pipe'.
5067
5068 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5069
5070         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5071
5072 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5073
5074         * wl.el (wl-check-environment): Use elmo-warning instead of
5075         error for non-critical ones.
5076         Remove trash folder check.
5077         (wl): Don't ignore error in wl-check-environment.
5078
5079         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5080         check, which is moved from `wl-check-environment'.
5081         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5082
5083 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5084
5085         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5086         guess anything, call wl-summary-write.
5087         (wl-summary-write): Create draft with blank To field.
5088         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5089
5090 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5091
5092         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5093         argument full as well for wl-folder-write-current-folder.
5094         If wl-*-write-current-folder cannot guess addressee, add blank
5095         To header.
5096         Rewrite condition for positioning cursor.
5097
5098 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5099
5100         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5101         summary buffer is present, use it.
5102         (wl-folder-jump-to-previous-summary): Ditto.
5103
5104 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5105
5106         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5107
5108         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5109         wl-summary-previous-buffer and wl-summary-next-buffer.
5110
5111         * wl-folder.el (wl-folder-mode-map): Bind
5112         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5113         (wl-folder-jump-to-next-summary): New function.
5114         (wl-folder-jump-to-previous-summary): Ditto.
5115
5116         * wl-draft.el (wl-draft): Rearranged.
5117
5118 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5119
5120         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5121         of header.
5122         (wl-draft): Collect arguments for the header as header-alist.
5123         (wl-draft-forward): Arrange arguments for wl-draft.
5124         (wl-draft-reply): Ditto.
5125         (wl-draft-edit-string): Ditto.
5126         * wl-summary.el (wl-summary-write): Ditto.
5127         (wl-summary-write-current-folder): Ditto.
5128
5129         * Version number is increased to 2.9.8.
5130
5131 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5132
5133         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5134
5135         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5136
5137         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5138         even if the guess failed.
5139
5140         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5141         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5142         wl-summary-write-current-folder.
5143         * wl-xmas.el: Ditto.
5144
5145 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * wl-summary.el (wl-summary-next-page): Force display message if
5148         message is not displayed yet.
5149         (wl-summary-prev-page): Ditto.
5150
5151 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5152
5153         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5154
5155 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5156
5157         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5158         add "Preview Message" and "Save Draft and Exit".
5159
5160 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5161
5162         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5163         if addrmgr is called from draft in splitted window.
5164
5165         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5166         * wl-mule.el: Ditto.
5167         * wl-xmas.el: Ditto.
5168
5169 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5170
5171         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5172
5173         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5174         * wl-xmas.el (wl-folder-toolbar): Ditto.
5175
5176 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5177
5178         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5179         and wl-draft-save-and-exit.
5180         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5181         * wl-xmas.el: Ditto.
5182         * wl-mule.el: Ditto.
5183
5184         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5185         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5186
5187 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5188
5189         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5190         lists for saving buffer.
5191
5192 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5193
5194         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5195         parent-folder argument instead of it.
5196         (wl-draft-create-buffer): Ditto.
5197         (wl-draft-forward): Ditto.
5198         (wl-draft-reply): Ditto.
5199         * wl-summary.el (wl-summary-write): Ditto.
5200         (wl-summary-write-current-folder): Ditto.
5201
5202         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5203         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5204         Folder buffer after composing.
5205
5206 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5209         header if the file `wl-x-face-file' already contains it.
5210
5211 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5212
5213         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5214         folder" entry.
5215         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5216         * wl-e21.el (wl-folder-toolbar): Ditto.
5217         * wl-xmas.el (wl-folder-toolbar): Ditto.
5218
5219 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5220
5221         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5222         wl-folder-goto-folder with sticky argument.
5223         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5224
5225 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5226
5227         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5228         and wl-summary-previous-buffer.
5229         (wl-summary-next-buffer): New function.
5230         (wl-summary-previous-buffer): Ditto.
5231
5232 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5233
5234         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5235         wl-folder-jump-to-current-entity-with-arg.
5236         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5237         `wl-folder-jump-to-current-entity'.
5238         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5239         `wl-summary-goto-folder-sticky'.
5240         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5241         `wl-summary-goto-folder'.
5242         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5243         Unless force-exit, do not clean temp. marks for sticky summary.
5244         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5245
5246 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5247
5248         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5249         not entire.
5250
5251 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5252
5253         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5254         to `C-x C-s'.
5255         (wl-summary-save-status): New command.
5256         (wl-summary-exit): Don't clean-up temp marks when sticky.
5257         (Applied patch from Nakayama-san [wl: 09548])
5258         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5259         Do nothing when no mark data.
5260         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5261         Call `wl-summary-delete-all-temp-marks' before saving.
5262
5263 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5264
5265         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5266
5267 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5268
5269         * wl.el (wl-check-environment): Also cause error when (system-name)
5270         returns "localhost.localdomain". (Although it doesn't affect because
5271         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5272
5273 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5274
5275         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5276         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5277
5278         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5279         value.
5280
5281 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5284         Likewise r-cc-list and r-ng-list.
5285
5286 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5287
5288         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5289         only if it is bound as variable.
5290
5291         * wl-mime.el (wl-draft-preview-message): Ditto.
5292
5293 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5294
5295         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5296         needless `goto-char'.
5297
5298         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5299         `wl-summary-redisplay-no-mime-internal' instead of
5300         `wl-summary-redisplay-no-mime'.
5301         (wl-summary-redisplay-no-mime): Changed argument;
5302         Call `wl-summary-redisplay-no-mime-internal'.
5303
5304         * wl-mime.el (wl-draft-preview-message): Bind
5305         `mime-header-encode-method-alist' locally.
5306
5307         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5308         (wl-draft-std11-parse-addresses): Added the first address check.
5309         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5310
5311         * Version number is increased to 2.9.7.
5312
5313 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5314
5315         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5316
5317 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5318
5319         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5320         related to scrollbar support, if there is no such a feature
5321         compiled in.
5322
5323 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5324
5325         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5326         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5327         for prefetch.
5328
5329 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5330
5331         * wl-summary.el (wl-summary-pick): Fix for no match.
5332
5333 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5334
5335         * wl-draft.el (wl-draft-save):
5336         Override `mime-header-encode-method-alist'.
5337
5338 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5339
5340         * wl-folder.el (wl-folder-pick): New function.
5341         Define key as "?".
5342
5343 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5344
5345         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5346         Fix for unplugged.
5347
5348 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5349
5350         * wl-folder.el (wl-folder-virtual): New function.
5351         Define key as "V".
5352
5353 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5354
5355         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5356         multi folder if entity is group.
5357
5358 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5359
5360         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5361         is nil.
5362
5363 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5364
5365         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5366         (wl-summary-target-mark-msgs): Return the number of marked messages.
5367
5368 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5369
5370         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5371         "first:" is specified.
5372
5373 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5374
5375         * wl-vars.el (wl-from): Use return value of function
5376         user-full-name instead of the variable user-full-name since
5377         XEmacs-20.4 doesn't set this variable.
5378
5379 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5380
5381         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5382         call `wl' directly.
5383
5384 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5385
5386         * wl-draft.el (wl-draft-reedit): Removed duplicated
5387         switch-to-buffers.
5388
5389 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * wl.el (wl-other-frame): Removed garbages.
5392
5393 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5396
5397         * wl-xmas.el (wl-draft-key-setup): Ditto.
5398
5399         * wl-mule.el (wl-draft-key-setup): Ditto.
5400
5401         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5402         (wl-draft-reedit): Ditto.
5403         (wl-draft-prepare-edit): Add `wl-draft-save' to
5404         `local-write-file-hooks'.
5405         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5406         (wl-draft-reedit): Set buffer-file-name.
5407         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5408
5409
5410         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5411         call it.
5412         (wl-delete-startup-frame-function): New variable.
5413         (wl-other-frame): New function
5414         (Original was written by Yamaoka san [wl: 09239]).
5415
5416         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5417         if `wl-folder-use-frame'.
5418
5419 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5420
5421         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5422
5423 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5424
5425         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5426         New variable.
5427         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5428         (wl-message-buffer-prefetch-get-next): Use them.
5429         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5430
5431 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5434         with unwind-protect.
5435
5436         * wl-draft.el (wl-draft-reedit): Rewrite.
5437         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5438         (wl-draft-save): Insert header separator if it does not exist;
5439         Removed condition-case.
5440
5441         * wl-summary.el (wl-summary-reedit): Revert last change.
5442
5443         * wl-draft.el (wl-draft-save): Rewrite.
5444         (wl-draft-create-buffer): Set buffer-file-name as nil.
5445
5446         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5447
5448         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5449
5450         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5451         nil.
5452
5453 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5454
5455         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5456         If count is nil, do not prefetch.
5457         (wl-message-buffer-prefetch-next): Next.
5458
5459 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5460
5461         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5462
5463 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5464
5465         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5466         `delete-backward-char'
5467         (wl-draft-prepare-edit): Check major-mode.
5468         (wl-draft-decode-header): Rewrite.
5469         (wl-draft): Fix.
5470
5471 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5472
5473         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5474
5475 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5476
5477         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5478         (wl-message-buffer-prefetch-get-next): Remove size checking.
5479         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5480
5481 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5482
5483         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5484         (wl-draft-default-headers): Fix.
5485
5486 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5487
5488         * wl-draft.el (wl-draft-default-headers): Insert return value of
5489         `wl-generate-mailer-string-function'.
5490
5491 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5492
5493         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5494         (wl-draft-insert-mail-header-separator): Ditto.
5495
5496         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5497         again (Reverted the change on 2002-01-17 by OKADA san).
5498
5499 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5500
5501         * wl-draft.el (wl-draft): Rewrite.
5502         (wl-draft-create-buffer): New function.
5503         (wl-draft-create-contents): Ditto.
5504         (wl-draft-prepare-edit): Ditto.
5505         (wl-draft-decode-header): Ditto.
5506         (wl-draft-decode-body): Ditto.
5507         (wl-draft-check-new-line): Ditto.
5508         (wl-draft-default-headers): Ditto.
5509         (wl-draft-insert-mail-header-separator): Ditto.
5510
5511 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5512
5513         * Version number is increased to 2.9.6.
5514
5515 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5516
5517         * wl-draft.el (wl-draft-delete-field): Optional argument.
5518         (wl-draft-delete-fields): Ditto.
5519
5520 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5521
5522         * wl-message.el (toplevel): Eliminated byte-compile warning.
5523         for `itimer-function', `delete-timer' and `itimer-list'.
5524
5525 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5526
5527         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5528         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5529         `wl-message-buffer-prefetch-threshold'.
5530         * wl-summary.el (wl-summary-redisplay-internal): Remove
5531         the check of `wl-message-buffer-prefetch-depth'.
5532
5533 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5534
5535         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5536         size of article.
5537         (wl-message-buffer-prefetch-subr): Remove size check.
5538
5539 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5540
5541         * wl-vars.el (wl-plugged): Make customizable.
5542
5543 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5544
5545         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5546         (wl-message-buffer-prefetch-set-timer): New function.
5547         (wl-message-buffer-prefetch-get-next): New function.
5548         (wl-message-buffer-prefetch): New function.
5549         (wl-message-buffer-prefetch-next): Rewrite.
5550         (wl-message-buffer-prefetch-subr): Rewrite.
5551         * wl-vars.el (wl-auto-prefetch-first): New variable.
5552         * wl-summary.el (wl-summary-goto-folder-subr): Call
5553         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5554
5555 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5556
5557         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5558         `wl-summary-unread-message-hook'.
5559
5560 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5561
5562         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5563         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5564         if range is `cache-status'.
5565
5566 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5567
5568         * wl-message.el (wl-message-buffer-prefetch-subr):
5569         Improve debug message.
5570
5571 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5572
5573         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5574         `wl-mail-send-pre-hook'.
5575         (wl-draft-send-mail-with-qmail): Ditto.
5576         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5577
5578 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5579
5580         * wl-message.el (wl-message-buffer-prefetch-subr):
5581         Fix for cancel-function-timers bug.
5582         (wl-message-buffer-prefetch-debug): Default value is t.
5583
5584 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5585
5586         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5587         (wl-message-buffer-prefetch-subr): Rewrite.
5588         Rename from `wl-message-buffer-prefetch'.
5589
5590 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5591
5592         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5593         (wl-default-draft-cite-decorate-author): Ditto.
5594
5595         * wl-draft.el (wl-draft-cite-function): Removed.
5596         (wl-default-draft-cite-decorate-author): Ditto.
5597
5598 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5599
5600         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5601         (wl-default-draft-cite): Do not arrange author name if the value of
5602         `wl-default-draft-cite-decorate-author' is nil.
5603
5604 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5605
5606         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5607
5608         * wl-folder.el (wl-folder-check-one-entity): Don't care
5609         `elmo-folder-use-flag-p'.
5610
5611 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5612
5613         * wl-folder (wl-folder-check-one-entity): Fix
5614         problem if unread is nil.
5615
5616 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5617
5618         * wl-address.el (wl-address-make-completion-list): Check whether
5619         the address is a group list.
5620         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5621
5622 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5623
5624         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5625         The number of the messages of new and unread does not count
5626         correctly.
5627
5628         * wl-summary.el (wl-summary-count-unread): Changed to return
5629         `(new . unread)' instead of total.
5630         (wl-summary-sync-update): Follow the change above.
5631
5632         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5633
5634 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5635
5636         * wl-address.el (wl-address-make-completion-list): Do not enclose
5637         address by " <" and ">" if associated realname is "".
5638         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5639         This is against the promblem with group list in .addresses pointed
5640         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5641
5642 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5643
5644         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5645         message is a format control string.
5646         * wl-expire.el (wl-expire-append-log): Ditto.
5647         * wl-mime.el (wl-summary-burst-subr): Ditto.
5648         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5649         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5650
5651 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5652
5653         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5654         wl.el (wl-check-variables): Rename from `wl-check-type'.
5655         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5656         (wl-check-variables-2): New function.
5657         (wl): Call `wl-check-variables-2'.
5658
5659 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5660
5661         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5662         after renaming folder in access group.
5663
5664 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5665
5666         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5667         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5668         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5669         (wl-message-buffer-prefetch): Rewrite.
5670         (wl-message-buffer-prefetch-idle-time): Removed.
5671         * wl-summary.el (wl-summary-redisplay-internal):
5672         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5673         Error check for `wl-message-buffer-prefetch-depht'.
5674
5675 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5676
5677         * Version number is increased to 2.9.5.
5678         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5679
5680 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5681
5682         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5683         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5684         Based on the patch written by
5685         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5686
5687 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5688
5689         * wl-draft.el (wl-draft-raw-send): Fix for
5690         `wl-news-send-pre-hook'
5691
5692 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5693
5694         * wl-utils.el (wl-message-id-function): New variable.
5695         * wl-draft.el (wl-draft-insert-required-fields):
5696         Use `wl-message-id-function'.
5697
5698 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5699
5700         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5701         * wl-utils.el (wl-draft-make-message-id-string):
5702         Use `wl-from' for domain part of Message-ID
5703         if `wl-message-id-use-wl-from' if non-nil.
5704         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5705
5706 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5707
5708         * wl.el (wl): Call `wl-check-type'
5709         Do not 'condition-case'.
5710
5711 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5712
5713         * wl.el (wl-check-type): New function.
5714         (wl-check-type-variables): New variable.
5715
5716 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5717
5718         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5719
5720 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5721
5722         * wl-draft.el (wl-smtp-password-key): New function.
5723         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5724         (wl-draft-send-mail-with-smtp): Ditto.
5725         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5726
5727 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5728
5729         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5730         * wl-utils.el (wl-unique-id-suffix): Remove.
5731
5732 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5733
5734         * Version number is increased to 2.9.4.
5735
5736 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5737
5738         * wl-utils.el (wl-unique-id-suffix): New variable.
5739         (wl-unique-id): Use `wl-unique-id-suffix'
5740
5741 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5742
5743         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5744         instead of `elmo-msgdb-search'.
5745
5746         * Version number is increased to 2.9.3.
5747
5748 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5749
5750         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5751
5752 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5753
5754         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5755         (wl-draft-dispatch-message): Changed for send-later.
5756         (wl-draft-queue-flush): Ditto.
5757         (wl-draft): Clear `wl-sent-message-queued'.
5758         (wl-draft-reedit): Ditto.
5759         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5760         * wl-vars.el (wl-draft-force-queuing): New variable.
5761         (wl-draft-force-queuing-mail): New variable.
5762         (wl-draft-force-queuing-news): New variable.
5763
5764 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5765
5766         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5767         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5768
5769 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5770
5771         * Version number is increased to 2.9.2.
5772
5773 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * wl-draft.el (wl-draft-elide-region): New user command.
5776         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5777
5778         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5779         command `wl-draft-elide-region'.
5780         * wl-mule.el: Ditto.
5781         * wl-xmas.el: Ditto.
5782
5783 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5784
5785         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5786         (wl-biff-check-folder-async): Removed needless let.
5787
5788 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5789
5790         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5791         wl-folder-get-elmo-folder.
5792         (wl-biff-check-folder): Set `biff' argument of
5793         `wl-folder-check-one-entity'.
5794         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5795
5796         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5797         (wl-folder-check-one-entity): Added `biff' argument;
5798         Setup `biff' slot of folder.
5799
5800         * Version number is increased to 2.9.1.
5801
5802 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5803
5804         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5805         comment out and fixed.
5806         (wl-fldmgr-add-completion-subr): Ditto.
5807
5808         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5809         and msgdb.
5810
5811         * wl.el (wl-toggle-plugged): Save summary view.
5812
5813 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5814
5815         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5816
5817 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5818
5819         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5820
5821 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5824         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5825         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5826
5827         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5828         if it was failed.
5829         (wl-demo): Disable undo in the demo buffer.
5830
5831 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5832
5833         * wl-version.el (wl-version): Changed codename.
5834
5835         * Version number is increased to 2.9.0.
5836
5837 2001-12-14  Takuo KITAME <kitame@northeye.org>
5838
5839         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5840         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5841         (wl-folder-mark-as-read-all-current-entity): Ditto.
5842
5843 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5844
5845         * wl-vars.el (wl-from-width): Define as obsolete variable.
5846         (wl-subject-length-limit): Ditto.
5847
5848         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5849
5850         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5851         wl-summary-save-view.
5852
5853         * wl.el (wl-save-status): Ditto.
5854         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5855
5856         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5857         (wl-summary-exit): Follow the change above.
5858         (wl-summary-goto-folder-subr): Ditto.
5859
5860         * wl-folder.el (wl-folder-create-subr): Don't use
5861         `elmo-folder-creatable-p'.
5862
5863 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5864
5865         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5866
5867 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5870         rather than bitmap on Emacs 21.
5871         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5872         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5873         for xbm if the new redisplay engine is not available.
5874
5875 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5876
5877         * wl-folder.el (wl-folder-init-hook): New hook.
5878         (wl-folder-init): Run `wl-folder-init-hook'.
5879
5880 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5883
5884 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5885
5886         * wl-acap.el (wl-acap-cache-filename): New variable.
5887         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5888         (wl-acap-init): Use cache if no ACAP server found.
5889
5890 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5891
5892         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5893         `wl-acap-original-msgdb-dir'.
5894
5895         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5896         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5897
5898         * wl-mime.el (wl-mime-save-directory): Renamed from
5899         `wl-mime-save-dir'.
5900
5901 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5904
5905         * wl-demo.el: Require `path-util'.
5906         (wl-demo-bitmap-mule-available-p): New internal variable.
5907         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5908         `module-installed-p' instead.
5909         (wl-demo-insert-image): Use *.img file for a bitmap image.
5910         (wl-demo): Don't call the ascii demo recursively.
5911
5912 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5913
5914         * Version number is increased to 2.7.7.
5915
5916 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5917
5918         * wl.el (wl-exit): Eliminated byte-compile warning.
5919
5920 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5921
5922         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5923         obsolete variable using `elmo-define-obsolete-variable'.
5924         (wl-fetch-confirm-threshold): Ditto.
5925         (wl-cache-prefetch-folder-type-list): Ditto.
5926         (wl-cache-prefetch-folder-list): Ditto.
5927
5928 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5931         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5932         (wl-demo-insert-image): New function.
5933         (wl-demo-insert-text): New function.
5934         (wl-demo-image-type-alist): Redefine as a function.
5935         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5936         (wl-demo-with-temp-file-buffer): Removed.
5937         (wl-logo-xpm): Removed.
5938         (wl-logo-xbm): Removed.
5939         (wl-logo-bitmap): Removed.
5940
5941 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5942
5943         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5944         (wl-expire-localdir-get-folder-function): New user option.
5945         (wl-expire-localdir-get-folder): New function.
5946         (wl-expire-localdir-date): Ditto.
5947
5948 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5949
5950         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5951         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5952         Fixed unread number mismatch when all-unread < unread.
5953
5954 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5955
5956         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5957         (wl-fetch-confirm-threshold): Ditto.
5958
5959         * wl-summary.el (wl-summary-confirm-appends): Removed.
5960         (wl-summary-sync-update): Don't refer
5961         `wl-summary-update-confirm-threshold' (It is now abolished).
5962
5963         * wl-message.el (wl-message-display-internal): Don't refer
5964         `wl-fetch-confirm-threshold' (It is now abolished).
5965
5966 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5969
5970 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5971
5972         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5973         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5974         Change default value to nil.
5975         (wl-summary-indent-length-limit): The value can be nil, nil means
5976         unlimited.
5977
5978         * wl-summary.el: Don't set limit for indent length if the value of
5979         wl-summary-indent-length-limit is nil.
5980         If the value of wl-summary-width is nil, it means only that the width
5981         of summary is unlimited (nil doesn't mean that the indent length is
5982         unlimited).
5983
5984         * wl-thread.el: Ditto.
5985
5986 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5987
5988         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5989         be nil, nil means never confirm.
5990         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5991
5992 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5993
5994         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5995         means unlimited).
5996
5997 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5998
5999         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6000         Use `with-temp-buffer'.
6001
6002 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6005         with new backquote style).
6006         (wl-folder-get-entity-from-buffer): Ditto.
6007
6008 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6009
6010         * wl-version.el (nemacs-version): Eliminated.
6011         (wl-extended-emacs-version2): Ignore nemacs.
6012         (wl-extended-emacs-version3): Ditto.
6013
6014 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6015
6016         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6017         (wl-draft-add-in-reply-to): New variable.
6018         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6019         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6020         (wl-draft-yank-from-mail-reply-buffer): Use
6021         `wl-draft-add-in-reply-to'.
6022         (wl-draft-insert-current-message): Ditto.
6023
6024 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6025
6026         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6027         typo (kill->hide).
6028         (wl-message-buffer-prefetch-folder-type-list): Added elements
6029         `mark' and `cache' instead of `internal'.
6030
6031 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6032
6033         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6034         resume msgdb directory.
6035
6036 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6037
6038         * wl.el (wl-exit): Call `wl-acap-exit'.
6039
6040         * wl-summary.el (wl-summary-message-string): New function.
6041         (wl-summary-reedit): Use it.
6042         (wl-summary-resend-bounced-mail): Remove needless let.
6043         (wl-summary-supersedes-message): Ditto.
6044         (wl-summary-save): Ditto.
6045
6046         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6047         (wl-acap-init): Set it.
6048         (wl-acap-exit): New function.
6049
6050 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6051
6052         * wl.el (wl-init): Revert (require 'mime-setup). move from
6053         toplevel.
6054
6055 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6056
6057         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6058         local variables.  Add error when guess function return invalid
6059         value.
6060
6061 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6062
6063         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6064         Change local variable name.
6065         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6066         (wl-folder-get-newsgroups): Return nil when non-news folder.
6067         * wl-summary.el (wl-summary-write-current-folder): State through
6068         when guess-list return nil.
6069         (wl-summary-write-current-folder-functions): Fixed docstring.
6070
6071         * wl.el (wl-exit): Changed confirm message.
6072
6073         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6074         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6075
6076         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6077
6078 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6079
6080         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6081         user option (Renamed from wl-cache-prefetch-folder-type-list).
6082         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6083         from wl-cache-prefetch-folder-list).
6084
6085         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6086         Move to wl-vars.el.
6087         (wl-message-buffer-prefetch-p): Changed to enable
6088         `wl-message-buffer-prefetch-folder-list'.
6089
6090         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6091         `ignore-cache'.
6092
6093 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6094
6095         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6096         `part-top' and `part-bottom'.
6097         (wl-draft-config-sub-part-top): New function.
6098         (wl-draft-config-sub-part-bottom): New function.
6099
6100 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6101
6102         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6103
6104 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6105
6106         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6107
6108 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6109
6110         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6111
6112         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6113         (wl-summary-write-current-folder): Ditto.
6114
6115 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6116
6117         * wl-folder.el (wl-folder-get-newsgroups): Use
6118         `elmo-folder-newsgroups'.
6119
6120 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6121
6122         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6123         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6124         `wl-draft-config-sub-header-bottom'.
6125
6126 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6127
6128         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6129         localnews folder.
6130
6131 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6132
6133         * wl-summary.el (wl-summary-mode): Undo last change.
6134
6135         * wl-folder.el (wl-folder-mode): Ditto.
6136
6137 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6138
6139         * wl-summary.el (wl-summary-mode): Locally set
6140         truncate-partial-window-width to nil.
6141         (for XEmacs)
6142
6143         * wl-folder.el (wl-folder-mode): Ditto.
6144
6145 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6148
6149 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6150
6151         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6152         number.
6153
6154         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6155
6156         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6157
6158         * Version number is increased to 2.7.6.
6159
6160 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6161
6162         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6163
6164 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6165
6166         * wl-summary.el (wl-summary-sync-update): Enclose network
6167         related portion with `unwind-protect'.
6168
6169 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6170
6171         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6172
6173 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6176         element.
6177         * wl-vars.el (wl-message-body-button-alist): Ditto.
6178
6179         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6180         max match length.
6181         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6182
6183         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6184         for the max match length;
6185         Use 4th element value for the button string regexp group.
6186
6187         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6188         candidate exists, prompt to select.
6189
6190 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6191
6192         * wl-summary.el (wl-summary-jump-to-msg): Search before
6193         calibration point by `beginning-of-line'.
6194
6195 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6196
6197         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6198         for access group.
6199
6200 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6201
6202         * wl-message.el (wl-message-display-internal): Bind
6203         `default-mime-charset'.
6204
6205         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6206
6207         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6208
6209         * Version number is increased to 2.7.5.
6210
6211 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6212
6213         * wl-expire.el (wl-summary-archive): Fixed;
6214         Use `elmo-folder-name-internal'.
6215
6216 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6217
6218         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6219         from `elmo-folder-move-messages' caller.
6220         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6221
6222         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6223         related portions are changed).
6224
6225 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6226
6227         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6228         counter.
6229
6230 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6231
6232         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6233         buffer local and set it to nil.
6234
6235         * wl-message.el (wl-message-redisplay): Ditto.
6236
6237 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-summary.el (wl-summary-mark-as-important): If message is
6240         already cached, set messag as read, otherwise encache and mark as read.
6241
6242 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6243
6244         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6245         point-min.
6246
6247 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6250         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6251         a keymap.
6252
6253 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6254
6255         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6256         parent.
6257
6258         * wl-mule.el (wl-message-define-keymap): Ditto.
6259
6260         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6261
6262         * wl-xmas.el (wl-message-display-internal-hook): Define.
6263         (wl-xmas-setup-message-toolbar): Define as function.
6264         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6265         (wl-message-overload-functions): Abolished.
6266         (wl-message-define-keymap): New function.
6267
6268         * wl-vars.el (wl-message-display-internal-hook): New variable.
6269         (wl-message-header-button-alist): New variable (Renamed from
6270         wl-highlight-message-header-button-alist).
6271         (wl-message-body-button-alist): Ditto.
6272
6273         * wl-mule.el (wl-message-define-keymap): New function.
6274         (wl-message-overload-functions): Abolished.
6275
6276         * wl-message.el (wl-message-add-buttons-to-body): New function.
6277         (wl-message-redisplay): Don't call wl-message-overload-functions;
6278         Call wl-message-add-buttons-to-header and
6279         wl-message-add-buttons-to-body.
6280         (wl-message-display-internal): Set keymap argument for
6281         elmo-mime-display-as-is, elmo-mime-message-display;
6282         Run wl-message-display-internal-hook.
6283         (wl-message-refer-article-or-url): Abolished.
6284
6285         * wl-highlight.el (wl-highlight-headers): Don't call
6286         wl-highlight-message-add-buttons-to-header.
6287         (wl-highlight-message-add-buttons-to-header): Abolished.
6288
6289
6290         * wl-e21.el (wl-message-display-internal-hook): Define.
6291         (wl-e21-setup-toolbar): Deleted duplicated binding.
6292         (wl-e21-setup-message-toolbar): Define as function.
6293         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6294         (wl-message-define-keymap): New function.
6295         (wl-message-overload-functions): Abolished.
6296
6297 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6298
6299         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6300         and elmo-folder-close.
6301
6302         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6303
6304 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6305
6306         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6307         boolean value.
6308         * wl-draft.el (wl-draft-do-fcc): Ditto.
6309
6310 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6311
6312         * wl-vars.el (wl-fcc-force-as-read): New variable.
6313         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6314         mark copied message as read.
6315
6316 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6317
6318         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6319
6320 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6321
6322         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6323         `wl-summary-target-above' instead of obsolete variable
6324         `wl-summary-temp-above'.
6325
6326         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6327         instead of `make-obsolete-variable'.
6328         * wl-refile.el (toplevel): Ditto.
6329
6330 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6333         with third argument t.
6334         (wl-draft): Set first argument for wl-plugged-init as t.
6335
6336         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6337         definition.
6338
6339 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6340
6341         * wl-vars.el: Tabify.
6342         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6343
6344         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6345         message.
6346
6347 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6348
6349         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6350         and set default to beep.
6351
6352 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6353
6354         * wl-vars.el (wl-draft-truncate-lines): New variable.
6355
6356         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6357         instead of wl-message-truncate-lines for truncate-lines.
6358
6359 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6360
6361         * wl-message.el (wl-message-display-internal): Call
6362         `wl-highlight-message' after `elmo-mime-display-as-is'.
6363
6364         * wl-mime.el (wl-mime-display-text/plain): New function.
6365         (wl-mime-display-header): Ditto.
6366         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6367         body-presentation-method for text/plain;
6368         Register `wl-mime-display-header' as a header-presentation-method;
6369         Don't set up `elmo-message-text-content-inserted-hook' and
6370         `elmo-message-header-inserted-hook'.
6371
6372         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6373         variable.
6374         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6375         as t if flag is 'all-header;
6376         Don't bind `elmo-message-ignored-field-list',
6377         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6378
6379 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6382         for xemacs with non-mule environment.
6383
6384 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6385
6386         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6387         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6388         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6389
6390 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6391
6392         * wl-vars.el (wl-interactive-send): Set default value as t.
6393
6394 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6395
6396         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6397         (wl-addrmgr-method-list): Abolished.
6398         (wl-addrmgr-change-method): Follow above change.
6399
6400         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6401
6402 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6403
6404         * wl-vars.el (wl-message-truncate-lines): Change default value
6405         to default-truncate-lines.
6406
6407         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6408
6409 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6410
6411         * wl-vars.el (wl-message-truncate-lines): New variable.
6412
6413         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6414         wl-message-truncate-lines.
6415
6416 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6417
6418         * wl-acap.el (wl-acap-init): Remove period from error message.
6419         (wl-acap-find-acap-service): Remove period from message.
6420
6421 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6422
6423         * wl.el (wl-check-environment): Undo last change.
6424
6425         * wl-vars.el (wl-from): Changed default value.
6426
6427         * wl-util.el (toplevel): Don't require tm-edit.
6428
6429         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6430         `wl-folder-init';
6431         Don't set mark on mail body.
6432         (wl-draft-reedit): Ditto.
6433
6434         * wl-address.el (wl-address-quote-specials): Define as an alias for
6435         elmo-address-quote-specials.
6436
6437 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6438
6439         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6440
6441         * wl-vars.el (wl-from): Set default value as nil.
6442         (wl-organization): Set default value as ORGANIZATION environment
6443         variable.
6444
6445         * wl-draft.el (wl-smtp-extension-bind): Check value of
6446         wl-smtp-connection-type.
6447
6448         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6449         error.
6450
6451 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6452
6453         * Version number is increased to 2.7.4.
6454
6455         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6456         arguments from `wl-highlight-x-face-function' caller.
6457         Use x-face-1.3.6.12 or later.
6458
6459 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6460
6461         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6462
6463 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6464
6465         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6466         (wl-fcc): Fix to accept function.
6467         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6468
6469 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6470
6471         * wl-acap.el (toplevel): Added `product-provide' declare.
6472         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6473
6474 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * wl.el (wl): Changed order of calling `elmo-init'
6477         and `elmo-folder-init'.
6478
6479 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6480
6481         * wl-mime.el (wl-summary-burst): Extract message when content-type
6482         of root entity is not only `multipart' but also `message/rfc822'.
6483         (wl-summary-burst-subr): Ditto.
6484
6485 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6486
6487         * wl-vars.el (toplevel): Require 'custom.
6488         (wl-trash-folder): Added to `wl-setting' group.
6489
6490         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6491         exists.
6492         (wl-addrmgr-draw): Insert empty line when no entry exists.
6493
6494         * wl-mule.el (wl-message-wheel-up): Fixed.
6495         (wl-message-wheel-down): Ditto.
6496
6497 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6498
6499         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6500         config is an anonymous lambda expression.
6501
6502 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6505         when Mule 2 is running.
6506
6507 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6508
6509         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6510
6511 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6512
6513         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6514         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6515
6516         * wl-address.el (wl-address-specials-regexp): Eliminated.
6517         (wl-address-quote-specials): Rewrite.
6518
6519 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6522         shy-groups for regexp.
6523
6524         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6525         character classes and Perl style shy-groups for regexp.
6526         (wl-highlight-plugged-current-line): Use Posix style character
6527         classes for regexp.
6528         (wl-e21-highlight-folder-by-numbers): Ditto.
6529         (wl-e21-display-image-p): Use `display-images-p' instead of
6530         `display-graphic-p'.
6531         (display-images-p): Make an alias to `display-graphic-p' if it is
6532         not available.  It is for Emacs version prior to 21.0.105.
6533
6534         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6535         `display-graphic-p'.
6536         (wl-demo-image-type-alist): Ditto.
6537         (display-images-p): Make an alias to `display-graphic-p' if it is
6538         not available.  It is for Emacs version prior to 21.0.105.
6539
6540 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6541
6542         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6543         support.
6544         (wl-generate-user-agent-string): Ditto.
6545
6546         * wl-version.el (wl-version): Update docsting.
6547         (wl-version-status): Ditto.
6548
6549 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6550
6551         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6552         21.0.105.  For Emacs 21.0.104 or earlier.
6553
6554 2001-09-03  Takuo KITAME <kitame@northeye.org>
6555
6556         * wl-e21.el (wl-plugged-init-icons): Use
6557         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6558         (wl-biff-init-icons): Ditto.
6559
6560 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6561
6562         * wl-highlight.el (wl-highlight-summary-current-line):
6563         Fixed highlighting refile/copy destination.
6564
6565         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6566         (wl-acap-store): Encode string by wl-acap-coding-system.
6567
6568 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl-acap.el (toplevel): Check and require 'un-define before
6571         'xemacs-ucs;
6572          Added checking for UTF-2000.
6573
6574 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6575
6576         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6577         Don't enclose with `eval-and-compile'.
6578
6579         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6580         wl-init is non-nil.
6581
6582         * wl-draft.el (wl-draft): Ditto.
6583
6584         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6585
6586         * wl-acap.el (toplevel): Require 'wl.
6587         (wl-acap-store): Call `elmo-init'.
6588
6589         * wl.el (wl): Changed position of `wl-check-environment'.
6590         (toplevel): Added autoload setting for wl-acap.
6591
6592         * wl-vars.el (wl-setting): New custom group.
6593         (wl-from): Added wl-setting group.
6594         (wl-user-mail-address-list): Ditto.
6595         (wl-organization): Ditto.
6596         (wl-subscribed-mailing-list): Ditto.
6597         (wl-envelope-from): Ditto.
6598         (wl-smtp-posting-user): Ditto.
6599         (wl-smtp-posting-server): Ditto.
6600         (wl-smtp-posting-port): Ditto.
6601         (wl-smtp-authenticate-type): Ditto.
6602         (wl-pop-before-smtp-user): Ditto.
6603         (wl-pop-before-smtp-server): Ditto.
6604         (wl-pop-before-smtp-port): Ditto.
6605         (wl-pop-before-smtp-authenticate-type): Ditto.
6606         (wl-nntp-posting-server): Ditto.
6607         (wl-nntp-posting-user): Ditto.
6608         (wl-nntp-posting-port): Ditto.
6609         (wl-fetch-confirm-threshold): Ditto.
6610         (wl-prefetch-threshold): Ditto.
6611         (wl-thread-insert-opened): Ditto.
6612         (wl-ldap-server): Ditto.
6613         (wl-ldap-port): Ditto.
6614         (wl-ldap-base): Ditto.
6615         (wl-ldap-objectclass): Ditto.
6616         (wl-use-ldap): Ditto.
6617         (wl-draft-config-alist): Ditto.
6618         (wl-draft-config-matchone): Ditto.
6619         (wl-template-alist): Ditto.
6620         (wl-message-sort-field-list): Ditto.
6621         (wl-message-ignored-field-list): Ditto.
6622         (wl-message-visible-field-list): Ditto.
6623         (wl-interactive-send): Ditto.
6624         (wl-summary-move-order): Ditto.
6625         (wl-auto-select-first): Ditto.
6626         (wl-auto-select-next): Ditto.
6627         (wl-interactive-save-folders): Ditto.
6628
6629         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6630         Initialization codes are moved from wl-local-folder-init.
6631         (wl-local-folder-init): Follow the change above.
6632         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6633
6634         * wl-acap.el: New file.
6635
6636         * Version number is increased to 2.7.3.
6637
6638 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6639
6640         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6641
6642 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6643
6644         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6645         (wl-addrmgr-address-entry-list): Ditto.
6646
6647 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6648
6649         * wl-e21.el (wl-draft-mode-map): Removed binding for
6650         `wl-draft-insert-x-face-field'.
6651
6652         * wl-mule.el (wl-draft-mode-map): Ditto.
6653
6654         * wl-xmas.el (wl-draft-mode-map): Ditto.
6655
6656         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6657         (wl-cs-autoconv): Ditto.
6658         (wl-cs-local): Ditto.
6659         (wl-use-scoring): Ditto.
6660         (wl-mime-charset): Ditto.
6661         (wl-folder-check-async): Ditto.
6662
6663         * wl.el (toplevel): Ignore nemacs and tm.
6664         (wl-exit): Ditto.
6665
6666         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6667         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6668         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6669         instead of wl-address-petname-add-or-change.
6670         (wl-summary-edit-addresses-subr): Use wl-address-delete
6671         instead of wl-address-petname-delete.
6672
6673         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6674
6675         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6676         if error occured.
6677
6678         * wl-message.el (require): Remove tm support.
6679
6680         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6681
6682         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6683         (wl-folder-jump-to-current-entity): Ditto.
6684         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6685
6686         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6687         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6688         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6689
6690         * wl-mule.el (wl-draft-key-setup): Ditto.
6691
6692         * wl-xmas.el (wl-draft-key-setup): Ditto.
6693
6694         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6695         (wl-draft-std11-parse-addresses): New function.
6696         (wl-draft-parse-mailbox-list): Use it.
6697         (wl-draft): Ignore nemacs.
6698         (wl-draft-reedit): Ditto.
6699
6700         * wl-addrmgr.el: New file.
6701         (Original is wl-rcpt.el written by
6702         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6703         Thanks Kitamoto-san.)
6704
6705         * wl-address.el (wl-address-make-address-list): Modified parsing
6706         process.
6707         (wl-address-delete): Renamed from `wl-address-petname-delete';
6708         Modify wl-address-list too.
6709         (wl-address-add-or-change): Renamed from
6710         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6711
6712 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6713
6714         * wl-highlight.el (wl-highlight-summary-current-line):
6715           Work with transient-mark-mode
6716
6717 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * Version number is increased to 2.7.2.
6720
6721         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6722         instead of elmo-dop-queue-method.
6723
6724 2001-08-06  SAITO Atsunori <sai@yedo.com>
6725
6726         * wl-vars.el (wl-ldap-objectclass): New user option.
6727
6728         * wl-address.el (wl-ldap-make-filter): Use it.
6729
6730 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6731
6732         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6733
6734 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6735
6736         * wl-folder.el (wl-folder): redisplay after folder insertion.
6737
6738         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6739
6740         * wl-summary.el (wl-summary-sync-update):
6741         Change status mark only when new-msgdb exists.
6742         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6743
6744 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl-summary.el (wl-summary-open-folder): New function.
6747         (wl-summary-goto-folder-subr): Use it.
6748         (wl-summary-mark-as-important): Fix;
6749         Encache only when no cache exists.
6750
6751 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6752
6753         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6754         Use with-current-buffer.
6755
6756 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6757
6758         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6759         before call `get-buffer'. Fixed parenthesis.
6760         (wl-score-get-header-entry): Clear message and help window when
6761         keyboard quit.
6762         (wl-score-edit-insert-header): Ditto.
6763
6764 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6765
6766         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6767         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6768         (wl-default-draft-cite): Fix.
6769
6770         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6771         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6772
6773 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6774
6775         * wl-message.el (wl-message-prev-page): Do same bahavior
6776         as summary when it is called in the message buffer.
6777         (wl-message-next-page): Ditto.
6778
6779 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6780
6781         * wl-summary.el (wl-summary-forward): Use cache if it is not
6782         section cache.
6783
6784 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6785
6786         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6787         Removed redundant require of elmo-vars.
6788         (wl-biff-state-indicator-on): Changed default value for
6789         xemacs with non-mule environment.
6790
6791         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6792         wl-message-buffer is nil;
6793         Hide progress bar after moving messages.
6794
6795 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6796
6797         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6798         message at cursor point is deleted.
6799
6800 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * wl-vars.el: Changed file coding system to euc-japan.
6803         Added -*-coding:-*- magic to the first line.
6804
6805         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6806         Search parent from the first message.
6807
6808         * Version number is increased to 2.7.1.
6809
6810 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6811
6812         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6813
6814 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6815
6816         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6817         refile/delete execution.
6818
6819         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6820         Fixed docstring.
6821
6822 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6823
6824         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6825         do update process;
6826         Don't update marks when update process is interrupted.
6827
6828 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6829
6830         * wl-summary.el (wl-summary-reply): Fixed problem when
6831         wl-draft-use-frame is non-nil.
6832         (wl-summary-forward): Ditto.
6833
6834         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6835         as nil.
6836         (wl-folder-mark-as-read-all-entity): Ditto.
6837         (wl-folder-prefetch-entity): Ditto.
6838
6839         * wl.el (wl): Check environment before wl-init.
6840
6841         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6842         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6843         instead of wl-summary-collect-unread.
6844         (wl-summary-reply): Split message window.
6845
6846 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6847
6848         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6849         only if current language environment is japanese,
6850
6851         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6852         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6853         (wl-folder-goto-folder-subr): Ditto.
6854
6855         * wl-draft.el (wl-draft-dispatch-message): Call
6856         `elmo-file-cache-get-path'.
6857
6858 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6859
6860         * wl-summary.el (wl-summary-cursor-move): If return value of
6861         wl-summary-next-message is not number, don't jump.
6862
6863 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6864
6865         * wl-summary.el (wl-summary-buffer-next-message-function): New
6866         variable.
6867         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6868         if it is bound.
6869
6870         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6871         string.
6872
6873         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6874         (wl-plugged-drawing): Ditto.
6875
6876 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6877
6878         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6879         process.
6880         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6881         with unwind-protect.
6882
6883         * wl.el (wl-init): Require mime-setup.
6884         (wl-check-environment): Don't require mime-setup.
6885
6886         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6887         instead of elmo-folder-type.
6888
6889         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6890         value as nil.
6891
6892 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6893
6894         * Version number is increased to 2.7.0.
6895
6896         * wl-version.el (wl-version): Changed codename.
6897
6898         * wl-summary.el (wl-summary-delete-cache): Fixed.
6899
6900         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6901         Workaround for net folders.
6902         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6903
6904         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6905         value to nil (According to the patch from
6906         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6907
6908         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6909         of elmo-folder-close.
6910
6911 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6912
6913         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6914         for postfix.
6915
6916 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6917
6918         * wl-summary.el (wl-summary-resend-message): Fixed.
6919
6920         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6921         Call wl-draft with `from' argument if its address is included in
6922         `wl-user-mail-address-list'.
6923         (wl-draft): Added `from' argument.
6924
6925         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6926         non-nil.
6927         (wl): Don't show demo if wl-demo is nil.
6928
6929         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6930         wl-summary-use-frame.
6931
6932         * wl-vars.el (wl-summary-use-frame): New user option.
6933         (wl-folder-use-frame): Changed docstring.
6934
6935         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6936         non-nil.
6937         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6938         wl-summary-use-frame.
6939
6940         * wl-vars.el (wl-folder-use-frame): New user option.
6941
6942         * wl-summary.el (wl-summary-exit): Back to folder frame if
6943         wl-folder-use-frame is non-nil.
6944         (wl-summary-redisplay-internal): Ignore cache if current folder
6945         is draft folder,
6946         (wl-summary-redisplay-no-mime): Ditto.
6947         (wl-summary-redisplay-all-header): Ditto.
6948
6949         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6950         if wl-folder-use-frame is non-nil.
6951
6952 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * wl-summary.el (wl-summary-sync-update): Bind
6955         elmo-folder-update-threshold.
6956         (wl-summary-mark-as-important): Enclosed server mark processing
6957         with `save-match-data'.
6958
6959         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6960         only when it is already defined.
6961
6962 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6963
6964         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6965         name of folder exclude localdir is wrong.
6966         * wl-folder.el (wl-folder-sync-entity):
6967         Set `wl-summary-always-sticky-folder-list' as nil.
6968         (wl-folder-mark-as-read-all-entity): Ditto.
6969         (wl-folder-prefetch-entity): Ditto.
6970
6971 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6972
6973         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6974         instead of `wl-summary-write-current-newsgroup'.
6975
6976 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6977
6978         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6979         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6980         non-nil and selected message is important, do not display.
6981
6982 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6983
6984         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6985
6986 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6987
6988         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6989
6990         * wl-summary.el (wl-summary-mark-as-important): Set message number
6991         using wl-summary-message-number.
6992
6993 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6994
6995         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6996         destination folder is 'null.
6997
6998 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6999
7000         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7001         New function.
7002         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7003         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7004         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7005
7006 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7007
7008         * wl-mime.el (wl-mime-setup): Added setting for
7009         `mime-setup-signature-key-alist' to avoid overriding key bind for
7010         `wl-draft-send'.
7011
7012         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7013         for `wl-draft-send'.
7014         * wl-mule.el (wl-draft-overload-functions): Ditto.
7015         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7016         * wl-draft.el (wl-draft-send): Ditto.
7017
7018         * wl-message.el (wl-message-display-internal):
7019         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7020         (Patch is provided by <kita@coe.nttdata.co.jp>).
7021
7022 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7023
7024         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7025
7026 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7027
7028         * wl.el (wl): Fix for wl-demo.
7029
7030 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7031
7032         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7033
7034 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7035
7036         * wl-folder.el (wl-folder-prefetch-entity): Use
7037         `wl-folder-get-elmo-folder'.
7038         (wl-folder-count-incorporates): Do not use
7039         `wl-folder-get-elmo-folder'.
7040
7041 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7042
7043         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7044         instead of `elmo-folder-get-type'.
7045
7046 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7047
7048         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7049         position on Subject: field.
7050         (Advised by Mito <mit@nines.nec.co.jp>)
7051
7052 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7053
7054         * wl-folder.el (wl-folder-prefetch-entity): Use
7055         `wl-folder-get-elmo-folder'.
7056
7057 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7058
7059         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7060
7061         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7062         `process-duplicates' slot.
7063
7064         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7065         if detection failed.
7066
7067 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7068
7069         * wl-version.el (wl-version-status): Set to "alpha".
7070
7071 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7072
7073         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7074         Check wl-message-buffer lives before set-buffer.
7075
7076 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7077
7078         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7079         called in folder mode.
7080         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7081         * wl-summary.el (wl-summary-exit-pre-hook): Run
7082         `wl-summary-exit-pre-hook' before exit summary mode.
7083
7084 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7085
7086         * wl-version.el (wl-version-status): New variable.
7087         (wl-version-status-alist): Removed.
7088         (wl-version-status): Rule included.
7089
7090 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7091
7092         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7093         @sponichi.
7094
7095         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7096         when `mail-reply-buffer' is buffer-local variable.
7097         (Reported by <kita@coe.nttdata.co.jp>).
7098
7099 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7100
7101         * wl-vars.el (toplevel): Require 'elmo-util.
7102
7103 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7104
7105         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7106         (All other related portions are changed)
7107
7108         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7109
7110         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7111
7112 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7113
7114         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7115
7116 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7117
7118         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7119         Delete other windows to avoid an error.
7120         Use `point-marker' instead of `point' to remember the start point
7121         of body.
7122
7123         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7124
7125         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7126         number not to exceed all message number.
7127
7128 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7129
7130         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7131         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7132
7133 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * wl-summary.el (wl-summary-sync-force-update): Added argument
7136         no-check.
7137         (wl-summary-sync-update): Ditto.
7138         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7139         with `no-check'.
7140
7141         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7142         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7143         already running.
7144
7145 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7146
7147         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7148         `dst-folder-arg'.
7149         (wl-expire-archive-number1): Diito.
7150         (wl-expire-archive-number2): Diito.
7151         (wl-expire-archive-Date): Diito.
7152         (wl-archive-number1): Diito.
7153         (wl-archive-number2): Diito.
7154         (wl-archive-date): Diito.
7155         (wl-archive-folder-p): New function.
7156         (wl-summary-expire): Support of expand folder name at
7157         wl-expire-alist.
7158         * wl-util.el (wl-expand-newtext): Renamed from
7159         `wl-refile-expand-newtext'.
7160
7161 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7162
7163         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7164         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7165         `(elmo-msgdb-get-overview msgdb)'.
7166         (wl-summary-prefetch): Bind match data before call
7167         `wl-summay-prefetch-msg'.
7168         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7169         'off if `wl-summary-buffer-disp-msg' is non-nil.
7170         Fixed problem that couldn't show only one new or unread message when
7171         enter folder.
7172         (wl-summary-reply): Don't call `split-window-vertically' and other
7173         window.
7174
7175 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7176
7177         * wl-expire.el (wl-expire-refile): Fixed.
7178
7179 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7180
7181         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7182
7183         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7184         biff notification is removed.
7185
7186         * wl.el (wl): Changed position of `elmo-init'.
7187
7188         * wl-draft.el (wl-default-draft-cite): Use date field
7189         on the citation buffer.
7190
7191         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7192
7193         * wl-xmas.el (wl-folder-internal-icon-list): Added
7194         `wl-folder-shimbun-image'.
7195
7196         * wl-e21.el (wl-folder-internal-icon-list): Added
7197         `wl-folder-shimbun-image'.
7198
7199 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7200
7201         * wl.el (wl-init): Eliminated argument.
7202         (wl): Rewrite.
7203
7204         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7205         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7206         instead of `elmo-folder-msgdb-internal'.
7207         (wl-summary-sync-update): Ditto.
7208         (wl-summary-flush-pending-append-operations): Eliminated.
7209         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7210         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7211         `elmo-folder-open'.
7212
7213         * wl-mime.el (wl-summary-burst): Fixed.
7214
7215         * wl-folder.el (wl-folder-info-save): Check data type.
7216
7217         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7218         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7219         instead of `elmo-folder-msgdb-internal'.
7220         (wl-expire-hide): Ditto.
7221
7222
7223         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7224
7225 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7226
7227         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7228
7229 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7230
7231         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7232
7233 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7234
7235         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7236         Fixed `match-beginning' argument mismatch.
7237
7238 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7239
7240         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7241         the default value.
7242
7243 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7244
7245         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7246         instead of `elmo-nntp-default-port'.
7247
7248         * wl-vars.el: Fixed some doc strings.
7249
7250 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7251
7252         * wl-summary.el (wl-summary-prefetch-msg): Use
7253         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7254
7255         * wl-vars.el: Define *-func as obsolete variable using
7256         `elmo-define-obsolete-variable'.
7257
7258         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7259         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7260         instead of `wl-message-buffer-prefetch-threshold'.
7261
7262         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7263
7264         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7265
7266         * wl-draft.el (wl-caesar-region-func): Ditto.
7267
7268         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7269         Keep unread status in elmo-folder-move-messages.
7270         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7271
7272 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7273
7274         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7275         `wl-summary-buffer-exit-func'
7276         (wl-summary-buffer-message-redisplay-function): Renamed from
7277         `wl-summary-buffer-message-redisplay-func'
7278         (wl-summary-buffer-next-folder-function): Renamed from
7279         `wl-summary-buffer-next-folder-func'.
7280         (wl-summary-buffer-prev-folder-function): Renamed from
7281         `wl-summary-buffer-prev-folder-func'.
7282         (wl-summary-get-petname-function): Renamed from
7283         `wl-summary-get-petname-func'.
7284
7285         * wl-score.el (wl-score-edit-exit-function): Renamed from
7286         `wl-score-edit-exit-func'.
7287
7288         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7289         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7290
7291         * wl-util.el (wl-load-profile-function): Renamed from
7292         `wl-load-profile-func'.
7293
7294         * wl-folder.el (wl-folder-completion-function): Renamed from
7295         `wl-folder-completion-func'.
7296         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7297
7298         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7299         `wl-expire-archive-get-folder-func'.
7300         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7301         (wl-draft-send-mail-function): Renamed from
7302         `wl-draft-send-mail-func'.
7303         (wl-draft-send-news-function): Renamed from
7304         `wl-draft-send-news-func'.
7305         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7306         (wl-generate-mailer-string-function): Renamed from
7307         `wl-generate-mailer-string-func'.
7308         (wl-highlight-signature-search-function): Renamed from
7309         `wl-highlight-signature-search-func'.
7310         (wl-highlight-x-face-function): Renamed from
7311         `wl-highlight-x-face-func'
7312         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7313         (wl-ps-print-buffer-function): Renamed from
7314         `wl-ps-print-buffer-func'
7315         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7316         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7317         (wl-summary-subject-filter-function): Renamed from
7318         `wl-summary-subject-filter-func'.
7319
7320         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7321         `wl-draft-queue-flush-send-func'
7322         (wl-draft-cite-function): Renamed from
7323         `wl-draft-cite-func'
7324
7325         * wl-address.el (wl-address-init-function): Renamed from
7326         `wl-address-init-func'.
7327
7328 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7329
7330         * wl-draft.el (wl-draft-queue-flush): Don't call
7331         `elmo-dop-unlock-message'.
7332         * wl-draft.el (wl-draft-queue-append): Don't call
7333         `elmo-dop-lock-message'.
7334
7335         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7336         (wl-summary-buffer-folder-name): Ditto.
7337         (wl-summary-message-regexp): Added '-' (all other related portions
7338         are changed).
7339         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7340         wl-summary-buffer-folder-name.
7341
7342 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7343
7344         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7345         the number of mails in the folder buffer is not updated by wl-biff.
7346
7347 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7348
7349         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7350         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7351
7352 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * wl-summary.el (wl-summary-next-message):
7355         Return next message number when wl-summary-move-order is nil.
7356
7357 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7358
7359         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7360         `wl-summary-move-spec-alist'.
7361         (wl-summary-move-spec-unplugged-alist): New variable
7362         (Move spec for unplugged status).
7363         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7364         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7365
7366 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7367
7368         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7369         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7370
7371 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7372
7373         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7374         simple quotation to quote the anonymous function.
7375         * tm-wl.el (wl-draft-preview-message): Ditto.
7376
7377 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7378
7379         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7380         Eliminate redundant `save-excursion'.
7381         (wl-highlight-summary-current-line): Ditto.
7382
7383         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7384         accessing match data when `looking-at' failed.
7385
7386         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7387         `elmo-match-string' where users don't care about the speed.
7388         (wl-draft-save): Ditto.
7389
7390 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7391
7392         * wl-util.el (wl-regexp-opt): New function.
7393
7394         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7395         number from `wl-summary-buffer-number-list'.
7396         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7397         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7398         (wl-summary-move-spec-alist): Changed default setting.
7399
7400 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7401
7402         * wl-vars.el (wl-biff-notify-hook): New hook.
7403         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7404         the arrival of new mail.
7405         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7406         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7407
7408 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7409
7410         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7411
7412 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7415
7416         * Version number is increased to 2.5.8.
7417
7418         * wl-thread.el (toplevel): require 'cl.
7419         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7420         (wl-thread-make-number-list): New function.
7421         (wl-thread-entity-make-number-list-from-children): Ditto.
7422         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7423         (wl-thread-entity-insert-as-children): Likewise.
7424         (wl-thread-delete-message): Likewise.
7425         (wl-meaning-of-mark): Eliminated.
7426         (wl-thread-next-failure-mark-p): Ditto.
7427         (wl-thread-entity-get-mark): Ditto.
7428         (wl-thread-meaning-alist-get-result): Ditto.
7429         (wl-thread-entity-check-prev-mark): Ditto.
7430         (wl-thread-entity-check-next-mark): Ditto.
7431         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7432         (wl-thread-entity-get-prev-marked-entity): Ditto.
7433         (wl-thread-get-prev-unread): Ditto.
7434         (wl-thread-jump-to-prev-unread): Ditto.
7435         (wl-thread-get-next-unread): Ditto.
7436         (wl-thread-jump-to-next-unread): Ditto.
7437         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7438         (wl-thread-entity-get-next-marked-entity): Ditto.
7439
7440         * wl-summary.el (wl-summary-buffer-number-list):
7441         New bufer-local variable.
7442         (wl-summary-switch-to-clone-buffer): Clone
7443         `wl-summary-buffer-number-list'.
7444         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7445         (wl-summary-cursor-move-regex): Eliminated.
7446         (wl-summary-cursor-up): Rewrite.
7447         (wl-summary-cursor-down): Ditto.
7448         (wl-summary-mode-spec-alist): New variable.
7449         (wl-summary-next-message): New inline function.
7450         (wl-summary-cursor-move): New function.
7451         (wl-summary-default-get-next-msg): Rewrite.
7452         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7453         (wl-summary-rescan): Ditto.
7454         (wl-summary-sync-all-init): Ditto.
7455         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7456         summary is not thread view.
7457         (wl-summary-sync-update): Ditto.
7458         (wl-summary-rescan): Ditto.
7459         (wl-summary-make-number-list): New function.
7460
7461         * wl-draft.el: "FCC" -> "Fcc".
7462
7463 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl-highlight.el (wl-highlight-summary-window):
7466         Call `set-buffer-modified-p'.
7467
7468         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7469         (wl): Call `elmo-init' and fix.
7470
7471         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7472         Use new variables.
7473
7474         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7475
7476 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7477
7478         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7479
7480 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7481
7482         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7483
7484 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7485
7486         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7487         `wl-use-toolbar' nor `display-graphic-p'.
7488         (wl-e21-setup-message-toolbar): Ditto.
7489         (wl-e21-setup-summary-toolbar): Ditto.
7490         (wl-e21-setup-folder-toolbar): Ditto.
7491
7492         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7493         (wl-plugged-init-icons): Ditto.
7494
7495         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7496         `display-graphic-p'.
7497         (wl-plugged-set-folder-icon): Ditto.
7498         (wl-highlight-plugged-current-line): Ditto.
7499         (wl-highlight-folder-current-line): Ditto.
7500         (wl-e21-highlight-folder-group-line): Ditto.
7501         (wl-e21-setup-toolbar): Ditto.
7502         (wl-e21-display-image-p): New macro.
7503
7504         * wl-demo.el (wl-demo): Simplified.
7505         (wl-demo-image-type-alist): Use `image-type-available-p' for
7506         checking whether the image type `xbm' is available.
7507
7508 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7509
7510         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7511         (wl-summary-input-range): Ditto.
7512
7513 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7514
7515         * wl-summary.el (wl-summary-edit-addresses): Use
7516         `wl-summary-get-original-buffer'
7517         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7518         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7519         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7520         (wl-summary-get-newsgroups): Eliminated.
7521         (wl-summary-set-crosspost): Ditto.
7522         (wl-summary-is-crosspost-folder): Ditto.
7523         (wl-crosspost-alist-load): Ditto.
7524         (wl-crosspost-alist-save): Ditto.
7525
7526         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7527         `elmo-setup-subscribed-newsgroups' instead of
7528         `elmo-nntp-make-groups-hashtb'.
7529         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7530         instead of `wl-crosspost-alist-save'.
7531
7532         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7533         of `elmo-folder-message-appendable-p'.
7534         (wl-mime-header-presentation-method): Eliminated.
7535
7536         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7537         (Error occurs in emacs21).
7538
7539         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7540         the current buffer).
7541
7542         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7543         instead of `wl-crosspost-alist-save'.
7544         (wl-init): `elmo-crosspost-message-alist-load'
7545         instead of `wl-crosspost-alist-load'
7546
7547         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7548         (wl-parse-newsgroups): Likewise.
7549         (wl-biff-notify): Run `wl-biff-notify-hook'.
7550
7551 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7552
7553         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7554
7555         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7556         when `wl-summary-lazy-highlight' is non-nil.
7557         (wl-summary-goto-folder-subr): Highlight only when
7558         `wl-summary-lazy-highlight' is non-nil.
7559
7560         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7561         Don't display progress and highlight temp-mark when
7562         `wl-summary-lazy-highlight' is non-nil.
7563         (wl-highlight-summary-window): New function.
7564         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7565
7566 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7567
7568         * wl-summary.el (wl-summary-sync): Change `all-visible'
7569         from `all-shown'
7570         (wl-summary-input-range): Ditto.
7571
7572 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7573
7574         * wl-e21.el (wl-highlight-folder-current-line): Call
7575         `wl-folder-init-icons' when folder icons have not been initialized.
7576
7577         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7578
7579         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7580         (wl-demo-image-type-alist): New macro.
7581
7582 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7583
7584         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7585         display does not support graphics.
7586         (wl-plugged-init-icons): Ditto.
7587         (wl-folder-init-icons): Ditto.
7588
7589         * wl-demo.el (wl-demo): Chech closely whether the display
7590         supports graphics.
7591
7592 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7593
7594         * wl-summary.el (wl-summary-get-original-buffer): New function.
7595         (wl-summary-set-crosspost): Use it.
7596         (wl-summary-target-mark-uudecode): Ditto.
7597         (wl-summary-reedit): Ditto.
7598         (wl-summary-resend-bounced-mail): Ditto.
7599         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7600         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7601
7602         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7603         (wl-message-display-internal): Ditto.
7604
7605 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7608
7609 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * wl-summary.el (wl-summary-save-view): Renamed from
7612         `wl-summary-save-status'.
7613
7614 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7615
7616         * wl-summary.el (wl-summary-sync): Added `all-shown'
7617
7618 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7619
7620         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7621
7622 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7623
7624         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7625
7626 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7627
7628         * wl-highlight.el (wl-highlight-summary-line-string): Use
7629         `zerop' instead of `= 0'.
7630         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7631
7632         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7633         for comparing numbers.
7634         (wl-template-prev): Use `zerop' instead of `eq 0'.
7635
7636         * wl-draft.el (wl-draft-insert-current-message): Use
7637         `with-current-buffer' instead of `save-excursion'.
7638         Use `zerop' instead of `eq 0'.
7639
7640 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7641
7642         * wl-draft.el (wl-draft-insert-ccs): New function.
7643         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7644         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7645
7646 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7647
7648         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7649
7650 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7651
7652         * wl-expire.el (wl-expire-refile): Don't call
7653         elmo-msgdb-add-msgs-to-seen-list;
7654         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7655         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7656
7657 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl-message.el (wl-message-prev-page): Ignore errors while
7660         scroll-down.
7661
7662 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7663
7664         * wl-mime.el: Use elmo-original-message-mode instead of
7665         mmelmo-original-mode.
7666
7667         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7668         `elmo-folder-get-spec';
7669         (wl-fldmgr-add-completion-all-completions):
7670         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7671
7672         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7673         of `elmo-folder-get-type'.
7674
7675         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7676         `elmo-folder-get-spec';
7677         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7678         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7679         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7680         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7681         `elmo-read-msg-no-cache';
7682         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7683         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7684         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7685         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7686         `elmo-cache-save';
7687         (wl-draft-reedit): Use `elmo-message-file-name'.
7688
7689         * wl-expire.el: Use `elmo-folder-name-internal';
7690         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7691         Use macro `wl-summary-buffer-msgdb' instead of variable
7692         `wl-summary-buffer-msgdb';
7693         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7694         Use macro `wl-summary-buffer-folder-name' instead of variable
7695         `wl-summary-buffer-folder-name'.
7696         * wl-score.el: Likewise.
7697
7698         * wl-message.el: Rewrite for new message buffer cache mechanism.
7699         (wl-message-buffer-cache-buffer-get): New macro.
7700         (wl-message-buffer-cache-folder-get): Ditto.
7701         (wl-message-buffer-cache-message-get): Ditto.
7702         (wl-message-buffer-cache-entry-make): Ditto.
7703         (wl-message-buffer-cache-hit): Ditto.
7704         (wl-message-buffer-cache-sort): New function.
7705         (wl-message-buffer-cache-add): Ditto.
7706         (wl-message-buffer-cache-delete): Ditto.
7707         (wl-message-buffer-cache-clean-up): Ditto.
7708         (wl-message-buffer-window): Rewrite.
7709         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7710         (wl-message-buffer-display): New function.
7711         (wl-message-display-internal): New function.
7712
7713 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7714
7715         * wl-folder.el: Use `elmo-folder-name-internal';
7716         Use `wl-folder-get-elmo-folder';
7717         Use `elmo-folder-list-messages' instead of
7718         `elmo-list-folder';
7719         Use `elmo-folder-get-primitive-list' instead of
7720         `elmo-folder-get-primitive-spec-list';
7721         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7722         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7723         Use `elmo-folder-create' instead of `elmo-create-folder'.
7724         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7725         (wl-folder-get-elmo-folder): New macro.
7726         (wl-folder-elmo-folder-cache-get): Ditto.
7727         (wl-folder-elmo-folder-cache-put): Ditto.
7728         (wl-folder-suspend): Call `elmo-quit'.
7729
7730         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7731         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7732         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7733         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7734         (toplevel): require 'cl.
7735         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7736
7737         * wl-summary.el: Rewrite to use new elmo interface.
7738
7739 \f
7740 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * wl-mime.el (wl-draft-preview-message):
7743         Run `wl-draft-send-hook' before collecting recipients information;
7744         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7745
7746         * tm-wl.el (wl-draft-preview-message): Ditto.
7747
7748 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7749
7750         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7751         wrong recipients are displayed when forwarded message.
7752
7753 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7754
7755         * Version number is increased to 2.5.7.
7756
7757 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7758
7759         * wl-message.el (wl-message-next-page): Bind
7760         `window-pixel-scroll-increment' to nil while scrolling up.
7761
7762 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7763
7764         * wl-vars.el (wl-save-hook): New hook.
7765         * wl.el (wl-save): Call `wl-save-hook'.
7766
7767 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7768
7769         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7770         Argument WITH-ARG instead of NO-ARG (negative mean).
7771         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7772         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7773         * wl-message.el (wl-message-follow-current-entity): Likewise.
7774
7775 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7776
7777         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7778         FROM was optional argument.
7779         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7780
7781 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7782
7783         * Version number is increased to 2.5.6.
7784
7785 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7786
7787         * wl-version.el (wl-version-show): Removed.
7788         (wl-version): Add `interactive'.
7789
7790 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7791
7792         * wl-summary.el (wl-summary-get-petname-func): New variable.
7793         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7794         instead of `wl-address-get-petname-1'.
7795         (wl-summary-simple-from): Ditto.
7796
7797         * wl-address.el (wl-address-get-petname-1): Define as function.
7798
7799 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7802         field in the original message.
7803         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7804
7805 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7806
7807         * wl-expire.el (wl-expire-hide):
7808         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7809
7810 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7813         find decoder for To, Cc, and Subject.
7814
7815 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7816
7817         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7818         for checking `elmo-use-buffer-cache'.
7819         (wl-summary-mark-as-important): Fixed typo in comment.
7820
7821 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7824         field in the original message.
7825         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7826
7827 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7828
7829         * wl-expire.el (wl-expire-hide):
7830         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7831
7832 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7833
7834         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7835         find decoder for To, Cc, and Subject.
7836
7837 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7838
7839         * Version number is increased to 2.5.5.
7840
7841         * wl-address.el (wl-address-specials-regexp): New constant.
7842         (wl-address-quote-specials): Use it.
7843
7844 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7845
7846         * wl-summary.el (wl-summary-rescan):
7847         Call `wl-summary-buffer-number-column-detect'.
7848         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7849
7850         * wl-message.el (wl-message-mode-map): Define.
7851         (wl-message-decode): Use it as local-map.
7852
7853 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7856         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7857
7858 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7859
7860         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7861
7862         * wl-mule.el (wl-read-event-char): Ditto.
7863
7864         * wl-e21.el (wl-read-event-char): Ditto.
7865
7866         * wl-nemacs.el (wl-read-event-char): Ditto.
7867         (read-event): Removed.
7868
7869         * wl-util.el (toplevel): Removed dummy definition of
7870         `read-event'.
7871         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7872
7873 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7874
7875         * wl-nemacs.el (elmo-archive-call-process): Moved to
7876         elmo-archive.el.
7877
7878 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7879
7880         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7881         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7882
7883         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7884         instead of magic-number 6.  Use `not' instead of `null' for symbol
7885         `nil' check (not empty list).
7886         (wl-draft-insert-x-face-field): Fixed paren style.
7887
7888         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7889         one-branch conditional statement, instead of `and' and `if'.
7890         (wl-draft-forward): Likewise.
7891         (wl-draft-add-references): Likewise.
7892         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7893
7894         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7895         conditional steatment.  Use `cond' instead of `if'.
7896         (wl-draft-confirm): Likewise.
7897
7898 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7899
7900         * wl-version.el (wl-version-show): Use `product-string-1'
7901         instead of `wl-version'.
7902         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7903
7904         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7905
7906 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7907
7908         * wl-highlight.el (wl-highlight-headers): Revert
7909         `wl-highlight-x-face-func' argument (`beg' and `end').
7910
7911 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7912
7913         * wl.el (toplevel): Move `product-provide' declare.
7914         * wl-demo.el (toplevel): Ditto.
7915         * wl-dnd.el (toplevel): Ditto.
7916         * wl-highlight.el (toplevel): Ditto.
7917         * wl-message.el (toplevel): Ditto.
7918         * wl-refile.el (toplevel): Ditto.
7919         * wl-util.el (toplevel): Ditto.
7920
7921 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7922
7923         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7924         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7925         (wl-thread-close-all): keep cursor position.
7926
7927 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7928
7929         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7930         (eq x 0).
7931         (wl-generate-user-agent-string-1): Fix conditional statement.
7932
7933 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7934
7935         * wl.el (wl-check-environment): Additional check for
7936         'wl-local-domain' and `wl-message-id-domain'.
7937
7938 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7939
7940         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7941
7942 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7943
7944         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7945         instead of `smtp-sasl-user-realm'.
7946
7947 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7948
7949         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7950
7951 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7952
7953         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7954         to the default value as well as `eword-lexical-analyzer'.
7955
7956 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7957
7958         * wl-version.el (wl-extended-emacs-version,
7959         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7960         `elmo-match-string' instead of `wl-match-string'.
7961
7962 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7963
7964         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7965         docstring.
7966
7967 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7968
7969         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7970
7971 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7972
7973         * wl-highlight.el (wl-highlight-headers): Remove
7974         `wl-highlight-x-face-func' argument (`beg' and `end').
7975
7976 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * wl-summary.el (wl-summary-mark-as-important):
7979         Remove cache if folder is local.
7980
7981 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7982
7983         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7984         to get existing e-mail address string.
7985
7986 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7987
7988         * wl-version.el (wl-generate-user-agent-string): Commentary.
7989         (wl-generate-user-agent-string-1): Use `when' for
7990         one-branch conditional statement, instead of `and' and `if'.
7991         (wl-extended-emacs-version, wl-extended-emacs-version2,
7992         wl-extended-emacs-version3): Ditto.
7993
7994 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7997         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7998         condition-case; Remove initialization.
7999         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8000         (wl-summary-sync-update3): Added argument `sync-all';
8001         Eliminated local variable `msgdb';
8002         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8003         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8004         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8005
8006 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8007
8008         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8009         connection before call `wl-draft-send-mail-with-smtp'.
8010
8011 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * Version number is increased to 2.5.4.
8014
8015 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8016
8017         * wl.el (wl-check-environment): Additional check for
8018         'wl-local-domain' and `wl-message-id-domain'.
8019
8020 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8021
8022         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8023         buffer as command specific.
8024         (wl-folder-mark-as-read-all-entity): Ditto.
8025         (wl-folder-prefetch-entity): Ditto.
8026         (wl-folder-drop-unsync-entity): Ditto.
8027
8028         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8029         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8030         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8031
8032         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8033         save-excursion.
8034
8035 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8036
8037         * Version number is increased to 2.5.3.
8038
8039         * wl-summary.el (wl-summary-save-view-cache):
8040         Delete duplicated `write-region';
8041         Use `write-region-as-binary' instead of `as-binary-output-file' and
8042         `write-region'.
8043
8044 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8045
8046         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8047
8048 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8049
8050         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8051         instead of `smtp-via-smtp'.
8052
8053 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8054
8055         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8056
8057 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8058
8059         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8060         instead of `smtp-sasl-user-realm'.
8061
8062 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8063
8064         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8065
8066 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8067
8068         * Version number is increased to 2.5.2.
8069
8070 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8071
8072         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8073         does not exist.
8074         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8075         (wl-biff-start): Call `timer-activate' if timer already exists.
8076
8077         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8078         only when it is bound as function.
8079
8080 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8081
8082         * Version number is increased to 2.5.1.
8083
8084 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8085
8086         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8087         Print refile/copy destination.
8088
8089 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8090
8091         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8092         queue-flush-only is non-nil.
8093
8094         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8095
8096         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8097         checking cache folder.
8098
8099 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8100
8101         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8102         `regexp-quote'.
8103
8104 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8105
8106         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8107         function.
8108         * wl-summary.el (wl-summary-write-current-folder-functions):
8109         Change default value.  Use it.
8110
8111 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8112
8113         * Version number is increased to 2.5.0.
8114
8115         * wl-version.el (wl-version): Changed codename.
8116
8117 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8118
8119         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8120         (wl-summary-supersedes-message): Ditto.
8121
8122 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8123
8124         * wl-refile.el (wl-refile-guess-functions): Renamed from
8125         `wl-refile-guess-func-list'.
8126
8127 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8128
8129         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8130         Fixed problem when no rule was matched.
8131
8132 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8133
8134         * wl-summary.el (wl-summary-get-mark): Fixed
8135         `wl-summary-buffer-target-mark' check logic.
8136
8137 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8138
8139         * wl-folder.el (wl-folder-write-current-folder): Added group
8140         folder check.
8141
8142         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8143         `wl-summary-write-current-newsgroup'.
8144         (wl-summary-write-current-folder-functions): New variable.
8145         * wl-folder.el (wl-folder-get-newsgroups): New function.
8146         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8147         (wl-folder-write-current-folder): Renamed from
8148         `wl-folder-write-current-newsgroup'.
8149
8150 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8151
8152         * Version number is increased to 2.3.93.
8153
8154 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8155
8156         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8157         (wl-ldap-make-matched-value-list): Ditto.
8158         (wl-ldap-alias-safe-string): Split e-mail address.
8159
8160         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8161         petname folder default was selected.
8162         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8163         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8164
8165 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8166
8167         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8168         to `wl-draft-config-exec'.
8169
8170         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8171         instead of calling `wl-draft-config-exec';
8172         Process group-list and show recipients in minibuffer.
8173
8174         * tm-wl.el (wl-draft-preview-message): Ditto.
8175
8176 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8177
8178         * wl.el (toplevel): Added (C) to copyright notice, and
8179         sync Author header.
8180         * tm-wl.el (toplevel): Ditto.
8181         * wl-address.el (toplevel): Ditto.
8182         * wl-demo.el (toplevel): Ditto.
8183         * wl-dnd.el (toplevel): Ditto.
8184         * wl-draft.el (toplevel): Ditto.
8185         * wl-e21.el (toplevel): Ditto.
8186         * wl-expire.el (toplevel): Ditto.
8187         * wl-folder.el (toplevel): Ditto.
8188         * wl-highlight.el (toplevel): Ditto.
8189         * wl-message.el (toplevel): Ditto.
8190         * wl-mime.el (toplevel): Ditto.
8191         * wl-mule.el (toplevel): Ditto.
8192         * wl-nemacs.el (toplevel): Ditto.
8193         * wl-refile.el (toplevel): Ditto.
8194         * wl-score.el (toplevel): Ditto.
8195         * wl-summary.el (toplevel): Ditto.
8196         * wl-template.el (toplevel): Ditto.
8197         * wl-thread.el (toplevel): Ditto.
8198         * wl-util.el (toplevel): Ditto.
8199         * wl-vars.el (toplevel): Ditto.
8200         * wl-xmas.el (toplevel): Ditto.
8201
8202 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8203
8204         * wl.el (wl-init): Added comment about `wl-init-hook'.
8205         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8206         * wl-vars.el (wl-init-hook): Added docs.
8207         (wl-make-plugged-hook): Removed useless docs.
8208         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8209         * wl-xmas.el (toplevel): Ditto.
8210
8211 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8212
8213         * wl-address.el (toplevel): Fixed multiple Author header format.
8214         * wl-demo.el (toplevel): Ditto.
8215         * wl-draft.el (toplevel): Ditto.
8216         * wl-folder.el (toplevel): Ditto.
8217         * wl-summary.el (toplevel): Ditto.
8218         * wl-thread.el (toplevel): Ditto.
8219         * wl-util.el (toplevel): Ditto.
8220         * wl-vars.el (toplevel): Ditto.
8221         * wl-version.el (toplevel): Ditto.
8222         * wl-xmas.el (toplevel): Ditto.
8223         * wl.el (toplevel): Ditto.
8224
8225         * wl-version.el (toplevel): Added require `elmo-version' for
8226         `product-version-as-string'.
8227
8228 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8229
8230         * wl-vars.el (wl-draft-send-hook): Changed default value to
8231         '(wl-draft-config-exec).
8232
8233         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8234         explicitly.
8235         (wl-draft): Set `wl-draft-config-exec-flag' before running
8236         `wl-mail-setup-hook'.
8237
8238         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8239         `wl-biff-init-icons' to `wl-init-hook' instead of
8240         `wl-make-plugged-hook'.
8241         (Because if `wl-draft' command is invoked at first,
8242         they are not initialized)
8243         Updated copyright notice.
8244
8245         * wl-e21.el (toplevel): Ditto;
8246
8247         * wl-demo.el (toplevel): Updated copyright notice.
8248         * wl-address.el (toplevel): Ditto.
8249         * wl-draft.el (toplevel): Ditto.
8250         * wl-version.el (toplevel): Ditto.
8251         * wl-folder.el (toplevel): Ditto.
8252         * wl-summary.el (toplevel): Ditto.
8253         * wl-thread.el (toplevel): Ditto.
8254         * wl-util.el (toplevel): Ditto.
8255         * wl-vars.el (toplevel): Ditto.
8256         * wl.el (toplevel): Ditto.
8257
8258 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8259
8260         * wl-highlight.el (wl-highlight-message): Fixed problem of
8261         highlighting failure which occured when the last field contains
8262         multiple lines in the draft buffer.
8263
8264         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8265         `wl-biff-start' if plugged.
8266
8267         * wl-util.el (wl-biff-check-folder): New function.
8268         (wl-biff-check-folders): Don't set session name prefix.
8269         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8270         (wl-biff-check-folder-async): Ditto.
8271
8272         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8273         in email address.
8274
8275 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8276
8277         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8278
8279         * wl-draft.el (wl-draft-strip-subject-re): New function.
8280
8281         * wl-draft.el (wl-draft-reply): Use it.
8282
8283 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8284
8285         * wl-message.el (wl-mmelmo-message-redisplay): Use
8286         `mime-display-message' instead of `wl-mime-display-message'.
8287
8288         * wl-mime.el (toplevel): Removed compatibility workaround
8289         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8290         (wl-mime-display-message): Abolished.
8291         (wl-mime-entity-read-field): Ditto.
8292         (wl-mime-combine-message/partial-pieces): Use
8293         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8294
8295 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8296
8297         * wl-template.el: Doc fixes.
8298
8299 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8300
8301         * wl-e21.el (wl-message-overload-functions): Do nothing if
8302         `current-local-map' is not available.
8303         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8304
8305 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8306
8307         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8308         representation.
8309
8310         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8311         number.
8312         (wl-fldmgr-save-folders): Don't use `format' when insert
8313         `wl-fldmgr-folders-header'.
8314
8315 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8316
8317         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8318
8319 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8320
8321         * wl-highlight.el (wl-highlight-message):
8322         Use `std11-field-end' to detect end point of the header field.
8323         Refer `wl-highlight-max-header-size'.
8324
8325         * wl-vars.el (wl-highlight-max-header-size): New variable.
8326
8327         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8328
8329         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8330         Set `for-draft' argument of wl-highlight-headers.
8331         (wl-draft): Ditto.
8332         (wl-draft-reedit): Ditto.
8333         (wl-user-agent-compose-internal): Ditto.
8334
8335 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8336
8337         * wl-message.el (wl-message-add-button): Use overlay.
8338
8339 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8340
8341         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8342
8343         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8344         problem when group-list content is nothing.
8345         (Reported by Mito <mit@nines.nec.co.jp>)
8346
8347 2000-10-18  SAITO Atsunori <sai@yedo.com>
8348
8349         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8350
8351 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8352
8353         * tm-wl.el (toplevel): Use product-provide.
8354
8355 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * Version number is increased to 2.3.92.
8358
8359 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8360
8361         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8362         title text, use `display' property for left margin under Emacs 21.
8363
8364         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8365         properties.
8366         (wl-plugged-init-icons): Ditto.
8367
8368 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8369
8370         * wl.el (wl-save-status, wl-init): Remove last period in
8371         "...done." message.
8372         * tm-wl.el (wl-summary-burst): Ditto.
8373         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8374         wl-summary-resume-cache-status,
8375         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8376         wl-summary-sync-update3, wl-summary-highlight-msgs,
8377         wl-summary-flush-pending-append-operations,
8378         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8379         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8380         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8381         wl-thread-open-all): Ditto.
8382         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8383         * wl-mime.el (wl-summary-burst): Ditto.
8384         * wl-highlight.el (wl-highlight-summary): Ditto.
8385         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8386         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8387         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8388         * wl-address.el (wl-local-address-init): Ditto.
8389
8390 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8391
8392         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8393         `add-text-properties'.
8394         (wl-plugged-init-icons): Ditto.
8395         (wl-folder-init-icons): Use `propertize' instead of
8396         `put-text-property'.
8397         (wl-plugged-set-folder-icon): Ditto.
8398         (wl-e21-highlight-folder-group-line): Ditto.
8399
8400 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8401
8402         * wl-version.el (wl-version-status-alist): New variable.
8403         (wl-version-status): New function.
8404
8405         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8406         "Cc" part of the case "Reply-To".
8407
8408         * wl-draft.el (wl-draft-reply): Use result of
8409         `eword-extract-address-components'.
8410
8411         * wl-demo.el (wl-demo-icon-name): New constant.
8412         (wl-logo-xpm): Use it.
8413         (wl-logo-xbm): Ditto.
8414         (wl-logo-bitmap): Ditto.
8415
8416         * Version number is increased to 2.3.91.
8417
8418 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8419
8420         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8421         (wl-extended-emacs-version, wl-extended-emacs-version2,
8422         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8423         docstring.
8424
8425         * wl-version.el (wl-generate-user-agent-string-1): New function.
8426         (wl-generate-user-agent-string): Use it.
8427
8428         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8429         `mime-edit-insert-user-agent-field'.
8430         (wl-generate-user-agent-string): Check
8431         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8432
8433         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8434         instead of `if', when verbose case.
8435
8436 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8437
8438         * wl-expire.el (wl-summary-expire): Fix.
8439
8440 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8441
8442         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8443         and `elmo-lost+found-folder' if 'wl-draft.
8444         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8445
8446 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8447
8448         * wl-expire.el (wl-summary-expire): Change messages.
8449         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8450         `deleing-info' instead of "Deleting..."
8451
8452 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8453
8454         * wl-summary.el (wl-summary-refile-subr): Fix.
8455
8456 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8457
8458         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8459         if pipe folder.
8460
8461 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8462
8463         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8464
8465 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8466
8467         * wl-expire.el (wl-expire-hide): New function.
8468         (wl-summary-expire): Add `hide'.
8469
8470 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8471
8472         * wl-vars.el (wl-draft-reply-without-argument-list):
8473         Changed default value to consider `Reply-To:'.
8474         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8475
8476         * Version number is increased to 2.3.90.
8477
8478         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8479         elmo-imap4-get-session with unwind-protect.
8480         Don't cause error.
8481         (wl-summary-sync-marks): Don't check plugged nor folder type.
8482         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8483         (Always keep current buffer).
8484
8485 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8486
8487         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8488         Enclose with `save-excursion'.
8489
8490 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8491
8492         * wl-version.el (wl-version): Remove interactive.
8493
8494 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8495
8496         * wl-version.el (wl-generate-user-agent-string): Use
8497         `product-string-verbose' instead of `product-string-1'.
8498
8499 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8500
8501         * wl-vars.el (wl-draft-use-cache): New variable.
8502         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8503         if wl-draft-use-cache is non-nil.
8504
8505 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8506
8507         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8508         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8509
8510 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8511
8512         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8513         (wl-thread-msg-mark-as-unread): Ditto.
8514
8515         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8516         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8517         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8518         Don't set mark in summary if return value of `elmo-mark-as-read'
8519         is nil.
8520         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8521         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8522         instead of `wl-thread-msg-mark-as-read'.
8523         (wl-summary-mark-as-unread-region): Ditto.
8524         (wl-summary-target-mark-mark-as-read): Ditto.
8525
8526         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8527
8528 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8529
8530         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8531
8532         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8533
8534 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8535
8536         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8537         face.
8538
8539 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8540
8541         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8542         `running-xemacs'.
8543
8544 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8545
8546         * wl-version.el (toplevel): Use `product-version-as-string' for
8547         set verstion-string, if defined.
8548
8549         * wl-version.el (wl-version-show): Insert string at point, when
8550         call with argument.
8551
8552         * wl-version.el (wl-generate-user-agent-string): Use
8553         `product-string-1' instead of `wl-appname', `wl-version' and
8554         `wl-codename'.
8555
8556 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8557
8558         * wl-address.el (toplevel): Use product-provide.
8559         * wl-demo.el (toplevel): Ditto.
8560         * wl-dnd.el (toplevel): Ditto.
8561         * wl-draft.el (toplevel): Ditto.
8562         * wl-e21.el (toplevel): Ditto.
8563         * wl-expire.el (toplevel): Ditto.
8564         * wl-fldmgr.el (toplevel): Ditto.
8565         * wl-folder.el (toplevel): Ditto.
8566         * wl-highlight.el (toplevel): Ditto.
8567         * wl-message.el (toplevel): Ditto.
8568         * wl-mime.el (toplevel): Ditto.
8569         * wl-mule.el (toplevel): Ditto.
8570         * wl-nemacs.el (toplevel): Ditto.
8571         * wl-refile.el (toplevel): Ditto.
8572         * wl-score.el (toplevel): Ditto.
8573         * wl-summary.el (toplevel): Ditto.
8574         * wl-template.el (toplevel): Ditto.
8575         * wl-thread.el (toplevel): Ditto.
8576         * wl-util.el (toplevel): Ditto.
8577         * wl-vars.el (toplevel): Ditto.
8578         * wl-xmas.el (toplevel): Ditto.
8579         * wl.el (toplevel): Ditto.
8580
8581 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8582
8583         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8584         instead of product.
8585
8586         * wl-version.el (wl-version): Compile time evalution elmo-version.
8587
8588 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8589
8590         * wl-summary.el (wl-summary-sync-force-update): Append queue
8591         `mark-as-read'if unplugged.
8592
8593 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8594
8595         * wl-version.el: New file.  Use product.el.
8596         * wl.el: add (require 'wl-version).
8597         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8598         for ~/.folders header.
8599         (wl-fldmgr-folders-header): Changed.
8600         * wl-demo.el (wl-demo): Use product.el.
8601
8602         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8603         wl-version.el.
8604         * wl-util.el (wl-version, wl-version-show): Ditto.
8605
8606         * wl-util.el (wl-generate-user-agent-string,
8607         wl-extended-emacs-version, wl-extended-emacs-version2,
8608         wl-extended-emacs-version3): Move to wl-version.el.
8609         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8610         xemacs-codename, mime-edit-insert-user-agent-field,
8611         mime-edit-user-agent-value, mime-editor/version,
8612         mime-editor/codename): Compile warning killer move to
8613         wl-version.el
8614
8615 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8616
8617         * wl-summary.el (wl-summary-refile-subr): Fix.
8618
8619 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8620
8621         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8622         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8623
8624 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8625
8626         * wl.el (wl-check-environment): Check too many `@'.
8627
8628 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8629
8630         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8631
8632 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8633
8634         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8635         wl-draft-reply-myself-without-argument-list): Add variables.
8636         * wl-draft.el (wl-draft-reply): Use it.
8637
8638 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8639
8640         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8641         the 5th argument of `elmo-network-get-spec'.
8642
8643         * wl-thread.el (wl-thread-reparent-children): New inline function.
8644         (wl-thread-delete-message): Use it.
8645
8646         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8647         (wl-summary-score-update-all-lines): Don't use `dolist'.
8648
8649 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8650
8651         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8652         (require 'elmo-msgdb) for inline function.
8653
8654 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8655
8656         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8657
8658 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8659
8660         * wl-score.el (wl-score-headers): Fix for the confusing macro
8661         `elmo-kill-buffer'.
8662
8663 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8664
8665         * wl-summary.el: Don't use the 3rd argument of `require' because
8666         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8667         * wl-util.el: Ditto.
8668         * wl-draft.el: Ditto.
8669
8670 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8671
8672         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8673         window system is not used.
8674
8675 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8676
8677         * wl-thread.el: Don't use `mapcar' only for iteration.
8678         (wl-thread-resume-entity): Ditto.
8679         (wl-thread-delete-message): Ditto.
8680
8681         * wl-summary.el: Bind `dragdrop-drop-functions',
8682         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8683         of `require' for `timezone', `easymenu' and `ps-print';
8684         don't use `mapcar' only for iteration.
8685
8686         * wl-util.el: Bind `mule-version', `nemacs-version',
8687         `emacs-beta-version', `xemacs-codename',
8688         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8689         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8690         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8691         only for iteration.
8692
8693         * wl-score.el: Don't use `mapcar' only for iteration.
8694         (wl-score-simplify-buffer-fuzzy): Ditto.
8695         (wl-score-simplify-subject): Ditto.
8696         (wl-score-headers): Ditto.
8697         (wl-summary-score-update-all-lines): Ditto.
8698
8699         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8700         `enable-multibyte-characters' and `mule-version'.
8701
8702         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8703         `mapcar' only for iteration.
8704
8705         * wl-demo.el: Don't use `mapcar' only for iteration.
8706
8707         * wl-folder.el: Don't use `mapcar' only for iteration.
8708         (wl-folder-open-all): Ditto.
8709         (wl-folder-count-incorporates): Ditto.
8710
8711         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8712         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8713
8714         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8715         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8716         `smtp-connection-type'; specify 3rd argument of `require' for
8717         `timezone'; don't use `mapcar' only for iteration.
8718         (wl-draft-clone-local-variables): Don't use `mapcar'.
8719         (wl-draft-generate-clone-buffer): Ditto.
8720         (wl-user-agent-compose-internal): Ditto.
8721
8722         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8723
8724         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8725         (wl-save-status): Ditto.
8726
8727         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8728         for iteration.
8729
8730 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8731
8732         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8733         removed `Date'.
8734         (wl-fldmgr-make-filter-default): New user option.
8735
8736         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8737         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8738         (wl-fldmgr-filter-completion-alist): Abolish.
8739
8740         * wl.el (wl): Don't check servers if arg is non-nil.
8741
8742         * wl-draft.el (wl-draft-reply): Set only message-id string to
8743         In-Reply-To field.
8744
8745 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8746
8747         * wl-summary.el (wl-summary-pick): Rewrite.
8748
8749         * wl-draft.el (wl-draft-forward): Get references field from
8750         original buffer.
8751         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8752
8753 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8754
8755         * wl-draft.el (wl-draft-forward): Add references field.
8756
8757 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8758
8759         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8760         (wl-draft-reply): Use it.
8761
8762 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8763
8764         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8765         when Emacs 21 is running.
8766
8767         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8768         bindings.
8769
8770 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8771
8772         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8773         XPM icons transparent.
8774
8775         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8776         Emacs 21.
8777
8778 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8779
8780         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8781         nil.
8782
8783         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8784         when it is persistent.
8785         (wl-summary-sync-marks): Changed argument for
8786         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8787         (wl-summary-virtual): Use `elmo-read-search-condition'.
8788         (wl-summary-redisplay-internal): If folder is local, mark as read
8789         even when folder is plugged.
8790
8791 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8792
8793         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8794         of `tool-bar-lines' in the frame parameters.
8795         (after-make-frame-functions, post-command-hook): Don't modify the
8796         value.
8797         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8798         wl-e21-tool-bar-lines): Removed.
8799
8800 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8801
8802         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8803         properties `evaporate' and `wl-momentary-overlay' as well.
8804         (wl-highlight-summary-displaying): Ditto.
8805         (wl-delete-all-overlays): Don't delete overlay which does not have
8806         a property `wl-momentary-overlay'.
8807
8808         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8809         `display-mouse-p' and `display-graphic-p'.
8810         (wl-folder-init-icons): Don't search for XBM or the other files.
8811         (wl-plugged-set-folder-icon): Make icons if and only if
8812         `display-graphic-p' returns non-nil.
8813         (wl-highlight-plugged-current-line): Use `before-string' overlay
8814         property to show icon images.
8815         (wl-highlight-folder-current-line): Ditto.
8816         (wl-e21-highlight-folder-group-line): Ditto.
8817         (wl-e21-highlight-folder-by-numbers): Ditto.
8818         (wl-e21-insert-image): Removed.
8819         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8820         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8821         said.
8822         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8823         `wl-e21-force-switch-toolbar'.
8824         (wl-e21-make-icon-image): Removed.
8825         (wl-e21-setup-toolbar): Don't search for XBM files.
8826         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8827         the default value.
8828
8829 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8830
8831         * wl-util.el (wl-biff-check-folder-async): Set
8832         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8833
8834 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8835
8836         * wl-e21.el (after-make-frame-functions): Add
8837         `wl-e21-force-switch-toolbar'.
8838         (wl-e21-force-switch-toolbar): New function force to switch the
8839         toolbar appearance automatically.
8840         (post-command-hook): Add `wl-e21-switch-toolbar'.
8841         (wl-e21-switch-toolbar): New function to switch the toolbar
8842         appearance automatically.
8843         (wl-e21-tool-bar-lines): New buffer local variable.
8844
8845 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8846
8847         * wl-util.el (wl-biff-check-folders-running): New variable.
8848         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8849         (wl-biff-check-folder-async-callback):
8850         Set `wl-biff-check-folders-running'.
8851         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8852         with unwind-protect.
8853
8854         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8855         Enclose `wl-folder-auto-check' with unwind-protect.
8856
8857         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8858         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8859
8860         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8861
8862         * wl-util.el (wl-biff-notify): New inline function.
8863         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8864         locally.
8865         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8866         folder-list' is 1.
8867         Use `wl-biff-notify'.
8868         (wl-biff-check-folder-async-callback): New function.
8869         (wl-biff-check-folder-async): Ditto.
8870
8871         * wl-folder.el (wl-folder): Don't check folders.
8872         (wl-folder-auto-check): New function.
8873
8874 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8875
8876         * wl-util.el (wl-biff-start) [Emacs19+]:
8877         Use `timer-next-integral-multiple-of-time'.
8878         (wl-biff-check-folders): Use `wl-default-folder'
8879         if `wl-biff-check-folder-list' is nil.
8880
8881 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8882
8883         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8884         instead of `elmo-delete-lists'.
8885
8886 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8887
8888         * wl.el (wl-plugged-toggle-all): Set the value of
8889         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8890         (wl-plugged-toggle): Ditto.
8891         (wl-toggle-plugged): Ditto.
8892         (wl-plugged-init): Ditto.
8893
8894         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8895         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8896         instead of `wl-biff-state-indicator-off' and
8897         `wl-biff-state-indicator-on'; don't modify the value and the type
8898         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8899         (wl-plugged-init-icons): Set icons data to
8900         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8901         instead of `wl-plug-state-indicator-off' and
8902         `wl-plug-state-indicator-on'; don't modify the value and the type
8903         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8904
8905         * wl-vars.el (wl-modeline-biff-state-off,
8906         wl-modeline-biff-state-on, wl-modeline-biff-status,
8907         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8908         wl-modeline-plug-status): New internal variables.
8909         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8910         wl-biff-check-interval, wl-biff-check-folder-list): Change
8911         customization group from `wl-folder' to `wl-highlight'.
8912         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8913         wl-show-plug-status-on-modeline): Defcustomized.
8914
8915         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8916         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8917         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8918         a flag to `mode-line-buffer-identification'.
8919
8920         * wl-e21.el (wl-biff-init-icons): Set icons data to
8921         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8922         instead of `wl-biff-state-indicator-off' and
8923         `wl-biff-state-indicator-on'.
8924         (wl-plugged-init-icons): Set icons data to
8925         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8926         instead of `wl-plug-state-indicator-off' and
8927         `wl-plug-state-indicator-on'.
8928
8929 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8930
8931         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8932         excessive titles.
8933
8934 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8935
8936         * wl.el (wl-plugged-mode): Use revised
8937         `wl-mode-line-buffer-identification'.
8938         (wl-plugged-init): Don't use `force-mode-line-update'.
8939
8940         * wl-xmas.el (wl-draft-overload-functions): Use revised
8941         `wl-mode-line-buffer-identification'.
8942         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8943         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8944         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8945         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8946         `wl-make-plugged-hook';
8947         add `wl-folder-init-icons' and `wl-setup-folder' to
8948         `wl-folder-mode-hook'.
8949
8950         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8951         19 as well.
8952         (wl-mode-line-display-priority-list): New user option.
8953         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8954         Defcustomized.
8955         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8956         Add docs.
8957
8958         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8959         start.
8960         (wl-mode-line-buffer-identification): Revised as a function.
8961
8962         * wl-summary.el (wl-summary-mode): Use revised
8963         `wl-mode-line-buffer-identification'; don't call
8964         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8965         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8966         `wl-xmas-setup-summary'.
8967
8968         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8969         `wl-mode-line-buffer-identification'.
8970
8971         * wl-mule.el (wl-draft-overload-functions): Use revised
8972         `wl-mode-line-buffer-identification'.
8973
8974         * wl-folder.el (wl-make-plugged-alist): Don't call
8975         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8976         (wl-folder): Don't call `wl-folder-init-icons' directly.
8977         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8978         `wl-xmas-setup-folder' directly;
8979         use revised `wl-mode-line-buffer-identification'.
8980         (TopLevel): Don't bind `wl-biff-init-icons',
8981         `wl-plugged-init-icons', `wl-folder-init-icons',
8982         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8983
8984         * wl-e21.el (wl-draft-overload-functions): Use revised
8985         `wl-mode-line-buffer-identification'.
8986         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8987         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8988         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8989         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8990         `wl-make-plugged-hook';
8991         add `wl-folder-init-icons' and `wl-setup-folder' to
8992         `wl-folder-mode-hook'.
8993
8994 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8995             Katsumi Yamaoka    <yamaoka@jpl.org>
8996
8997         * wl.el (wl): Call `wl-biff-start'.
8998         (wl-exit): Call `wl-biff-stop'.
8999         (wl-plugged-mode): Show biff in modeline.
9000         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9001
9002         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9003         (wl-biff-init-icons): New function.
9004         (wl-plugged-init-icons): Don't make too much keymaps.
9005         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9006
9007         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9008         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9009         variables.
9010         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9011         options.
9012
9013         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9014         wl-biff-start, wl-biff-stop): New functions.
9015         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9016         (wl-biff-timer-name): New variable.
9017
9018         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9019
9020         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9021         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9022
9023         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9024         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9025
9026         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9027         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9028         `wl-folder-init-icons' to `ignore' if they are not available.
9029         (wl-folder-mode): Show biff in modeline.
9030
9031         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9032         (wl-biff-init-icons): New function.
9033         (wl-plugged-init-icons): Don't make too much keymaps.
9034         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9035
9036 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9037
9038         * wl-vars.el (wl-strict-diff-folders): Customization Type
9039         and doc fix.  Define as a list of regular expressions for
9040         folders or nil.
9041         * wl-folder.el (wl-folder-check-one-entity): Use
9042         `wl-string-match-member' instead of `wl-string-member' for
9043         `wl-strict-diff-folders'.
9044
9045 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9046
9047         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9048         (wl-highlight-folder-current-line): Use it; new implementation.
9049         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9050         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9051         `defsubst' instead of `defun'.
9052
9053         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9054         `wl-highlight-group-folder-by-numbers'; made it can also be a
9055         number.  See info for more details.
9056
9057         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9058         running.
9059
9060         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9061         to bind them.
9062
9063         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9064         (wl-highlight-folder-current-line): New implementation.
9065
9066         * wl-highlight.el (wl-highlight-folder-group-line): New
9067         implementation.
9068         (wl-delete-all-overlays): Rewrite as a marco.
9069         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9070
9071         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9072         running.
9073         (wl-folder-*-glyph): No need to bind them.
9074
9075         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9076         `wl-e21-highlight-folder-group-icon'; rewrite.
9077         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9078         `defsubst' instead of `defun'.
9079         (wl-folder-mode-map): Bind it when compiling.
9080
9081 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9082
9083         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9084
9085         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9086
9087 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9088
9089         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9090
9091 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9092
9093         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9094         (wl-highlight-folder-current-line): Use it.
9095
9096         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9097         in `id-name'.
9098
9099 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9100
9101         * wl.el: Require `wl-e21' when Emacs 21 is running.
9102
9103         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9104         default when Emacs 21 is running.
9105         (wl-use-highlight-mouse-line): Ditto.
9106         (wl-on-emacs21): New constant.
9107         (wl-on-emacs20): Removed.
9108
9109         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9110         Emacs 21 is running.
9111
9112         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9113         Emacs 21 is running.
9114
9115         * wl-e21.el: New file.
9116
9117 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9118
9119         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9120         (wl-toggle-plugged): Ditto.
9121         (wl-plugged-toggle): Ditto.
9122         (wl-plugged-toggle-all): Ditto.
9123
9124         * wl-vars.el (wl-plug-state-indicator): Refer
9125         `wl-plug-state-indicator-on' indirectly.
9126
9127 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9128
9129         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9130         Call `wl-folder-confirm-existence'.
9131
9132         * wl-folder.el (wl-folder-confirm-existence): Added optional
9133         argument `force'.
9134
9135 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9136
9137         * wl-summary.el (wl-summary-refile-subr): Assume
9138         `copy-or-refile' as symbol.
9139         (wl-summary-refile): Follow up above change.
9140         (wl-summary-copy): Ditto.  Doc fix.
9141
9142 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9143
9144         * wl-summary.el (wl-summary-pick): Don't bind
9145         `elmo-search-mime-charset'.
9146
9147         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9148         default using old backquote style.
9149         (wl-search-mime-charset): Abolished.
9150
9151         * wl-highlight.el (wl-highlight-headers):
9152         Call `point' after `re-search-forward'(for Nemacs).
9153
9154         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9155         for elmo-imap4.el.
9156
9157 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9158
9159         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9160         `wl-message-ignored-field-list' instead of
9161         `mime-view-ignored-field-list'.
9162
9163         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9164         Add interactive spec.
9165         (wl-folder-goto-bottom-of-current-folder): Ditto.
9166         (wl-folder-mode-map): Bind them.
9167
9168         * wl-vars.el (wl-message-ignored-field-list): New variable.
9169         (wl-message-visible-field-list): New variable.
9170
9171         * wl-mime.el (wl-mime-header-presentation-method): New function.
9172         (wl-mime-setup): Set header-presentation-method.
9173
9174 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9175
9176         * wl-nemacs.el (wl-draft-overload-functions): Set
9177         `mode-line-buffer-identification' instead of using
9178         `wl-make-modeline'.
9179
9180         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9181         instead of using `wl-make-modeline'.
9182
9183         * wl-xmas.el (wl-plugged-init-icons): Set up
9184         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9185         (wl-make-modeline): Abolish.
9186         (wl-draft-overload-functions): Set
9187         `mode-line-buffer-identification' instead of using
9188         `wl-make-modeline'.
9189
9190         * wl-util.el (wl-make-modeline-subr): Abolish.
9191         (wl-mode-line-buffer-identification): New alias.
9192
9193         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9194         (wl-summary-make-modeline): Abolish.
9195         (wl-summary-buffer-set-folder): Set
9196         `wl-summary-buffer-folder-indicator'.
9197         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9198         of using `wl-make-modeline'.
9199         (wl-summary-switch-to-clone-buffer): Don't set
9200         `mode-line-buffer-identification'.
9201         (wl-summary-goto-folder-subr): Ditto.
9202
9203         * wl-mule.el (wl-draft-overload-functions): Set
9204         `mode-line-buffer-identification' instead of using
9205         `wl-make-modeline'.
9206
9207         * wl-folder.el (wl-folder-mode): Set
9208         `mode-line-buffer-identification' instead of using
9209         `wl-make-modeline'.
9210         (wl-folder): Don't set `mode-line-buffer-identification'.
9211
9212 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9213
9214         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9215         instead of `member' for `wl-refile-guess-func-list' look-ups.
9216         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9217
9218 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9219
9220         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9221         `wl-message-button-dispatcher'.
9222
9223         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9224
9225         * wl-message.el (wl-message-button-dispatcher): Use it.
9226
9227         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9228         "In-Reply-To".
9229
9230         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9231         Bind `case-fold-search' to t.
9232
9233 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9234
9235         * wl-xmas.el (wl-message-overload-functions): Initialize
9236         `wl-message-button-map'.
9237
9238         * wl-mule.el (wl-message-overload-functions): Initialize
9239         `wl-message-button-map'.
9240
9241         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9242
9243         * wl-message.el (wl-message-button-map): New keymap.
9244         (wl-message-add-button): New function.
9245         (wl-message-button-dispatcher): New function.
9246         (wl-message-button-refer-article): New function.
9247
9248         * wl-highlight.el
9249         (wl-highlight-message-add-buttons-to-header): New function.
9250         (wl-highlight-headers): Use it.
9251
9252 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9253
9254         * wl-summary.el (wl-summary-default-from): Use
9255         `wl-address-get-petname-1'.
9256         (wl-summary-simple-from): Ditto.
9257
9258         * wl-address.el (wl-address-get-petname-1): New inline function.
9259         (wl-address-get-petname): Use it.
9260
9261 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9262
9263         * wl-summary.el (wl-summary-default-from): Return full-name part
9264         from the address if no petname was found.
9265         (wl-summary-simple-from): Ditto.
9266
9267         * wl-address.el (wl-address-get-petname): Return nil if no petname
9268         associated with the address was found.
9269
9270 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9271
9272         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9273         display is finished.
9274
9275 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9276
9277         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9278         `elmo-folder-exists-p' argument.
9279
9280 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9281
9282         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9283         the folder.
9284
9285 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9286
9287         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9288
9289         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9290         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9291
9292 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9293
9294         * wl-folder.el (wl-folder-create-subr): New function.
9295         (wl-folder-confirm-existence): Use it.
9296         (wl-folder-check-one-entity): Use it.
9297         Check the error symbol is derived from 'elmo-open-error.
9298
9299         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9300         `ignore-error'.
9301
9302 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9303
9304         * wl-util.el (toplevel): Add (eval-when-compile (require
9305         'elmo-util)).  (Maybe `provide' is typo.)
9306
9307 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9308
9309         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9310         (I don't know why this was needed.)
9311
9312         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9313         Follow up changes for stream-type.
9314
9315         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9316         (wl-draft-elmo-nntp-send): Ditto.
9317
9318         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9319         (wl-nntp-posting-stream-type): Ditto.
9320         (wl-pop-before-smtp-ssl): Abolished.
9321         (wl-nntp-posting-ssl): Ditto.
9322
9323         * wl-address.el (wl-address-quote-specials): New function.
9324         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9325
9326         * wl-draft.el (wl-draft-reply): Ditto.
9327
9328 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9329
9330         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9331         use function `wl-string-match-assoc'.
9332
9333 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9334
9335         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9336
9337         * wl-draft.el (wl-draft-deduce-address-list): New function.
9338         (wl-draft-parse-mailbox-list): Ditto.
9339         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9340         instead of `smtp-deduce-address-list'.
9341         (wl-draft-on-field-p): Follow group list.
9342
9343         * wl-address.el (wl-address-concat-token): New function.
9344         (wl-address-string-without-group-list-contents): Ditto.
9345         (wl-complete-field-body): Fixed problem of completion
9346         by japanese petname.
9347         (wl-address-make-completion-list): Rewrite.
9348
9349 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9350
9351         * wl-address.el (wl-address-make-completion-list): Completion by
9352         petname.
9353         (wl-complete-field-body): Likewise.
9354
9355 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9356
9357         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9358         contains invalid address syntax.
9359
9360 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9361
9362         * wl-folder.el (wl-folder-check-entity-async): Use
9363         `elmo-nntp-spec-hostname'.
9364
9365 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9366
9367         * wl-summary.el (wl-summary-msgdb-load-async): Use
9368         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9369
9370 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9371
9372         * wl-draft.el (wl-draft-reply): Set argument
9373         `content-transfer-encoding' as nil.
9374
9375 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9376
9377         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9378         `wl-refile-alist'.
9379
9380 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9381
9382         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9383         (wl-draft-edit-string): Ditto.
9384         (wl-draft-forward): Ditto.
9385         * wl-summary.el (wl-summary-write): Ditto.
9386
9387 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9388
9389         * wl-summary.el (wl-summary-sync-update3): Call
9390         `wl-summary-buffer-number-column-detect'.
9391         (wl-summary-buffer-number-column-detect): Search from point-min.
9392
9393 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9394
9395         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9396         contains an address which is not included in original to or cc.
9397
9398 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9399
9400         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9401         begin-line does not exist.
9402         * wl-message.el (wl-message-uu-substring): Ditto.
9403
9404 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9405
9406         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9407         clear local variables.
9408         (wl-summary-exit): Call `elmo-commit'.
9409         (wl-summary-switch-to-clone-buffer): Call
9410         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9411         (wl-summary-goto-folder-subr): Ditto.
9412
9413         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9414         POP folder.
9415
9416 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9417
9418         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9419         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9420         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9421         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9422         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9423         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9424
9425         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9426
9427 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9428
9429         * wl-summary.el (wl-summary-search-by-subject):
9430         Search parent message from the latest one.
9431
9432 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9433
9434         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9435         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9436
9437         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9438         New user option.
9439
9440         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9441         if elmo-nntp-use-killed-list is nil.
9442         Use `elmo-msgdb-append-to-killed-list'.
9443         (Append numbers confirmed as disappeared to the killed list.)
9444         (wl-summary-confirm-appends): Don't display negative number.
9445
9446 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9447
9448         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9449
9450 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9451
9452         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9453         range is `all'.
9454         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9455         `elmo-list-bigger-diff'.
9456
9457 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9458
9459         * wl-summary.el (wl-summary-buffer-exit-func):
9460         New buffer local variable.
9461         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9462
9463 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9464
9465         * wl-demo.el (wl-demo): Fix the last change.
9466
9467 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9468
9469         * wl-demo.el (wl-demo): Don't use `eval'.
9470
9471 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9472
9473         * wl-summary.el (wl-summary-buffer-thread-modified):
9474         New buffer-local variable.
9475         (wl-summary-set-thread-modified): New function.
9476         (wl-summary-thread-modified-p): New function.
9477         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9478         (wl-summary-yank-saved-message): Use function
9479         `wl-summary-set-thread-modified'
9480         (wl-summary-switch-to-clone-buffer): Add
9481         `wl-summary-buffer-thread-modified'.
9482
9483         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9484         (wl-summary-buffer-mark-saved-hook): Ditto.
9485         * wl-summary.el (wl-summary-msgdb-save): New hook
9486         `wl-summary-buffer-message-saved-hook' and
9487         `wl-summary-buffer-mark-saved-hook'.
9488
9489 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9490
9491         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9492
9493 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9494
9495         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9496         don't hide scroll bars under FSF Emacsen because it may incur an
9497         undesirable redrawing.
9498
9499 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9500
9501         * wl-draft.el (wl-draft-edit-string): Call
9502         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9503
9504 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9505
9506         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9507
9508 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9509
9510         * wl-summary.el (wl-summary-msgdb-load-async): Call
9511         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9512
9513 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9514
9515         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9516         fringes in demo buffer; center bitmap logo correctly even if old
9517         Mule is used.
9518
9519 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9520
9521         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9522
9523         * wl-refile.el (wl-refile-subject-alist): New variable.
9524         (wl-refile-subject-alist-file-name): Ditto.
9525         (wl-refile-alist-setup): Rewrite.
9526         (wl-refile-alist-save): Use `elmo-object-save'.
9527         Eliminated arguments.
9528         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9529         (wl-refile-guess-by-subject): New function.
9530         (wl-refile-guess-func-list): Added it.
9531
9532 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9533
9534         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9535         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9536
9537 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9538
9539         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9540         New buffer-local variable.
9541         (wl-summary-buffer-next-folder-func): Ditto.
9542         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9543         if non-nil.
9544         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9545         if non-nil.
9546         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9547         if non-nil.
9548         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9549         if non-nil.
9550
9551 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9552
9553         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9554         permanently in the demo buffer.
9555
9556 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9557
9558         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9559         `mime-entity-fetch-field'.
9560
9561         * wl.el (wl-exit): Delete plugged buffer.
9562
9563         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9564         XEmacs has menubar feature.
9565
9566 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9567
9568         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9569         cannot arrive at the beginning of the buffer under old Emacsen.
9570
9571 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9572
9573         * wl-address.el (wl-address-ldap-search):
9574         Call `ldap-search-entries' with `withdn' argument t.
9575         (wl-complete-field-body): Bind completion-ignore-case as t.
9576         Clear ldap search hash when it was sole completion.
9577         Use elmo-string for pattern string.
9578         (wl-ldap-alias-safe-string): Eliminated needless let.
9579
9580 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9581
9582         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9583         (wl-ldap-alias-sep): New constant.
9584         (wl-ldap-search-attribute-type-list): Ditto.
9585         (wl-ldap-get-value): New function.
9586         (wl-ldap-make-filter): Ditto.
9587         (wl-ldap-make-matched-value-list): Ditto.
9588         (wl-ldap-alias-safe-string): Ditto.
9589         (wl-ldap-register-dn-string): Ditto.
9590         (wl-address-ldap-search): Rewrite.
9591
9592 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9593
9594         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9595         thread is deleted.
9596         (wl-thread-delete-line-from-buffer): Ditto.
9597         (wl-thread-get-exist-children): New function.
9598
9599 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9600
9601         * wl-demo.el (wl-demo): Made it to select various image types.
9602         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9603         from `wl-title-logo'.
9604         (wl-logo-ascii): New variable.
9605         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9606         (wl-demo-copyright-notice): New constant.
9607
9608         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9609
9610 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9611
9612         * wl-vars.el (wl-summary-target-above): Renamed from
9613         wl-summary-temp-above.
9614         * wl-score.el (wl-score-get-score-alist): Use it.
9615         (wl-summary-score-update-all-lines): Use it.
9616         * wl-summary.el: Ditto. (make-variable-buffer-local).
9617
9618 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9619
9620         * wl-vars.el (wl-ldap-port): New user option.
9621
9622         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9623         Rewite whole implementation.
9624         (wl-complete-field-body): Fixed.
9625
9626 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9627
9628         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9629         Choose implementation at compile time.
9630
9631 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9632
9633         * wl-address.el (wl-ldap-search-internal): New function.
9634         (wl-complete-field-to): Use it.
9635
9636 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9637
9638         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9639         Use `let' instead of `let*'.
9640         Require 'wl-vars.
9641
9642         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9643         Define as defcustom.
9644         (wl-ldap-base): Ditto.
9645         (wl-use-ldap): Ditto.
9646
9647 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9648
9649         * wl-address.el (wl-ldap-search): New function.
9650         (wl-complete-field-body): Use `wl-ldap-search'.
9651         (wl-ldap-server): New variable.
9652         (wl-ldap-base): Ditto.
9653         (wl-use-ldap): Ditto.
9654
9655 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9656
9657         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9658         (Pointed out by Mito <mit@nines.nec.co.jp>).
9659         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9660         buffer-local variables like `wl-summary-redisplay-internal'.
9661         (wl-summary-redisplay-all-header): Likewise.  Update
9662         Summary view too.
9663
9664 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9665
9666         * wl-summary.el (wl-summary-jump-to-parent-message):
9667         Consider prefix argument.
9668
9669         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9670         when closed thread is deleted.
9671
9672 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9673
9674         * wl-summary.el (wl-summary-jump-to-parent-message):
9675         Consider thread modification.
9676
9677 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9678
9679         * wl-message.el (wl-message-normal-get-original-buffer): Use
9680         `save-excursion'.
9681
9682         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9683         (wl-summary-showto-folder-regexp): Ditto.
9684
9685 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9686
9687         * wl-util.el (wl-delete-alist): Doc fix.
9688         (wl-delete-associations): New function.
9689         (wl-inverse-alist): New function.
9690         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9691         Split temporary variables. Use `wl-delete-associations'
9692         and `wl-inverse-alist'.
9693         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9694
9695 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9696
9697         * wl-folder.el (wl-folder-prefetch-entity):
9698         Execute prefetching if new count is unknown.
9699
9700 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9701
9702         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9703
9704         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9705         delete entity.
9706         (wl-thread-set-parent): If insert as top, set linked as nil.
9707
9708         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9709         `wl-thread-cleanup-symbols' when view mode is thread.
9710
9711 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9712
9713         * wl-folder.el (wl-folder-create-folder-entity): Use
9714         with-current-buffer.
9715         (wl-local-folder-init): Call set-buffer to make sure we are in
9716         the Folder buffer. Don't touch buffer-local variables here.
9717         (wl-folder-mode): Initialize buffer-local variables here.
9718
9719         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9720         (wl-folder-entity-assign-id): Ditto.
9721         (wl-folder-create-entity-hashtb): Ditto.
9722         (wl-local-folder-init): Ditto.
9723         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9724
9725 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9726
9727         * wl-summary.el (wl-summary-default-from): Fix probrem when
9728         std11-extract-address-components return (nil "foo@bar").
9729
9730 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9731
9732         * wl-draft.el (wl-draft-clone-local-variables):
9733         Remove redundant `setq'.
9734
9735 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9736
9737         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9738         Bind wl-highlight-x-face-func as nil while highlighting header.
9739
9740 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9741
9742         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9743
9744 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9745
9746         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9747         elmo-msgdb-overview-hashtb from copy-variables.
9748         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9749         instead of `elmo-msgdb-overview-get-entity-by-number'.
9750         (wl-summary-auto-refile): Ditto.
9751
9752         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9753         `elmo-msgdb-overview-get-entity' instead of
9754         `elmo-msgdb-search-overview-entity'.  Use
9755         `elmo-msgdb-overview-get-entity' instead of
9756         `elmo-msgdb-overview-get-entity-by-number'.
9757         (wl-thread-insert-entity-sub): Ditto.
9758         (wl-thread-insert-message): Ditto.
9759
9760         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9761         `elmo-msgdb-overview-get-entity'.
9762         (wl-normal-message-redisplay): Ditto.
9763
9764 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9765
9766         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9767         `wl-thread-entities'.
9768         (wl-thread-delete-message): Fix remove top message from
9769         `wl-thread-entity-list'.
9770
9771         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9772         wl-append(nconc), because update-list is broken on Meadow.
9773
9774         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9775         updating process.
9776         (wl-summary-rescan): Ditto.
9777         (wl-summary-sync-update3): Ditto.
9778         * wl-thread.el (wl-thread-set-parent): Renamed from
9779         `wl-summary-set-parent'.
9780         (wl-thread-insert-message): Updating buffer faster.
9781         (wl-thread-delete-message): Updating buffer faster.
9782
9783         * wl-score.el (wl-summary-score-update-all-lines): Changed
9784         interval for display progress gauge.
9785
9786 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9787
9788         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9789         folder always-sticky.
9790         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9791         defmacro.
9792
9793 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9794
9795         * wl-vars.el (wl-draft-add-references): New user option.
9796
9797         * wl-draft.el (wl-draft-add-references): New function.
9798         (wl-draft-yank-from-mail-reply-buffer): Use it.
9799         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9800         as nil.
9801
9802 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9803
9804         * wl-thread.el (wl-thread-update-line-msgs): Called
9805         `wl-thread-update-line-on-buffer-sub'.
9806         (wl-thread-update-line-on-buffer): Delete routine of inserting
9807         thread.
9808         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9809         moved from `wl-thread-update-line-on-buffer'.
9810         Add threshold for displaying progress gauge.
9811         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9812         argument of `wl-thread-update-line-msgs'.
9813         Add threshold for displaying progress gauge.
9814         * wl-folder.el:
9815         Add threshold for displaying progress gauge.
9816         * wl-score.el: Ditto.
9817
9818         * wl-expire.el (wl-summary-expire): Display deleting info.
9819
9820 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9821
9822         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9823         `no-msg'.
9824         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9825         argument of `wl-thread-update-line-msgs'.
9826         (wl-summary-set-parent): Added optional argument `parent-number'.
9827         (wl-summary-buffer-saved-message): New buffer local variable.
9828         (wl-summary-save-current-message): New command.
9829         (wl-summary-yank-saved-message): Ditto.
9830         (wl-summary-mode-map): Added key binding for
9831         `wl-summary-save-current-message' (\ew) and
9832         `wl-summary-yank-saved-message' (\C-y).
9833         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9834
9835 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9836
9837         * wl-summary.el (wl-summary-mode-map): Added key binding for
9838         `wl-summary-set-parent' (ts).
9839
9840 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9841
9842         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9843         subject faster. If thread number is reverse, delayed updating
9844         thread.
9845         (wl-summary-search-by-subject): Ditto.
9846         (wl-summary-put-alike): Ditto.
9847         (wl-summary-get-alike): Ditto.
9848         (wl-summary-insert-headers): Insert header of all overview in
9849         buffer.
9850         (wl-summary-rescan): Delayed updating thread. Kill search subject
9851         buffer for wl-summary-search-by-subject.
9852         (wl-summary-sync-update3): Ditto.
9853         (wl-summary-exit): Ditto.
9854         (wl-summary-goto-bottom-of-current-thread): Change for linked
9855         thread.
9856         (wl-summary-overview-create-summary-line): Change line for linked
9857         thread.
9858
9859         * wl-summary.el (wl-summary-update-thread): Use
9860         wl-thread-maybe-get-children-num.
9861         (wl-summary-set-parent): If change parent, move sub thread.
9862         (wl-summary-redisplay-internal): Add horizontal recenter.
9863         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9864
9865         * wl-thread.el (wl-thread-entity-get-linked): New function.
9866         (wl-thread-entity-set-linked): New function.
9867         (wl-thread-create-entity): Add linked element.
9868         (wl-thread-entity-insert-as-top): Use wl-append.
9869         (wl-thread-maybe-get-children-num): If closing thread, return
9870         children msgs.
9871         (wl-thread-update-line-msgs): Displaying progress message.
9872         (wl-thread-update-line-on-buffer-sub): Use
9873         wl-thread-maybe-get-children-num.
9874         (wl-thread-update-line-on-buffer): If update line is not exists,
9875         insert thread.
9876         (wl-thread-delete-message): If delete top msg of thread, search
9877         parent by subject.
9878         (wl-thread-insert-entity): Use
9879         wl-thread-maybe-get-children-num.
9880
9881         * wl-highlight.el (wl-highlight-summary-current-line): change
9882         sregexp for linked thread.
9883         * wl-util.el (wl-count-lines): Count lines.
9884         (wl-horizontal-recenter): horizontal recenter.
9885         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9886         (wl-score-get-alike): Ditto.
9887         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9888         (wl-subject-length-limit): New variable.
9889         (wl-highlight-thread-indent-string-regexp): Changed for linked
9890         thread.
9891
9892 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9893
9894         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9895         New variable (revival).
9896         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9897         by subject matching if there's no in-reply-to nor references field
9898         (revival).
9899
9900 \f
9901 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9902
9903         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9904         message.
9905
9906 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9907
9908         * wl-summary.el (wl-summary-reply): Return t if there was a
9909         message at cursor point.
9910         Added unwind-protect.
9911         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9912         returns t.
9913         (wl-summary-cancel-message): Do nothing when there's no message at
9914         cursor point.
9915         (wl-summary-forward): Ditto.
9916         (wl-summary-jump-to-parent-message): Ditto.
9917         (wl-summary-reedit): Ditto.
9918         (wl-summary-edit-addresses): Ditto.
9919         (wl-summary-pipe-message): Ditto.
9920         (wl-summary-print-message-with-ps-print): Ditto.
9921         (wl-summary-print-message): Ditto.
9922         (wl-summary-mark-as-important): Ditto.
9923         (wl-summary-mark-as-unread): Ditto.
9924
9925         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9926         message at cursor point.
9927         (wl-summary-reply-with-citation): Remove unwind-protect.
9928
9929         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9930         subject searching feature.
9931         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9932         Eliminated.
9933
9934 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9935
9936         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9937         New variable.
9938         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9939         by subject matching if there's no in-reply-to nor references field.
9940
9941         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9942
9943         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9944         when display is finished.
9945         (wl-folder-open-all): Ditto.
9946         (wl-folder-update-access-group): Ditto.
9947         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9948         * wl-thread.el (wl-thread-close-all): Ditto.
9949
9950         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9951         progress gauge only when it was displayed.
9952         * wl-folder.el (wl-folder-insert-entity): Ditto.
9953
9954 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9955
9956         * wl-summary.el (wl-summary-incorporate): Enclose
9957         `wl-summary-sync-force-update' with save-excursion.
9958
9959 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9960
9961         * wl-summary.el (wl-summary-prefetch-region):
9962         Pass current cursor point to `pos-visible-in-window-p' after
9963         moving cursor to the started point.
9964
9965 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9966
9967         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9968
9969         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9970         fields from the forwarding message.
9971         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9972         `ignored-fields'.
9973
9974 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9975
9976         * wl-mime.el (wl-message-request-partial):
9977         Eliminated argument `msgdb'.
9978         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9979         (wl-mime-combine-message/partial-pieces): Likewise.
9980         * tm-wl.el (wl-message-request-partial): Likewise.
9981         (wl-mime-combine-message/partial-pieces): Likewise.
9982
9983 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9984
9985         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9986         when display is finished.
9987
9988 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9989
9990         * wl-summary.el (wl-summary-goto-folder-subr):
9991         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9992
9993 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9994
9995         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9996         when cursor point is visible.
9997
9998 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9999
10000         * wl-expire.el (wl-expire-archive-get-max-number):
10001         Don't use `file-name-directory'.
10002
10003 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10004
10005         * wl-expire.el (wl-expire-archive-get-max-number):
10006         Use `file-name-directory'.
10007
10008 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10009
10010         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10011         only when there is progress.
10012
10013 2000-04-13  Mito <mit@nines.nec.co.jp>
10014
10015         * wl-summary.el (wl-summary-sync-marks): Display progress.
10016
10017 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10018
10019         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10020         (wl-summary-prev): Move cursor regardless of unread status.
10021         (wl-summary-next): Ditto.
10022
10023 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10024
10025         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10026         Added argument `target' and `number'.
10027         * tm-wl.el (wl-summary-burst-subr): New function.
10028         (wl-summary-burst): Use it.
10029
10030 2000-04-10  Mito <mit@nines.nec.co.jp>
10031
10032         * wl-mime.el (wl-burst): New function.
10033         (wl-summary-burst): Use it.
10034
10035 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10036
10037         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10038         as petname when there's no candidate.
10039
10040 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10041
10042         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10043         New variable.
10044         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10045
10046         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10047
10048         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10049
10050 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10051
10052         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10053         Use substring of `original' instead of buffer-substring.
10054         (wl-refile-evaluate-rule):
10055         Set `original' argument of wl-refile-expand-newtext.
10056
10057         * wl-summary.el
10058         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10059         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10060         (wl-summary-auto-refile): Check existence of destination folder just
10061         before marking.
10062
10063 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10064
10065         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10066         when wl-refile-get-field-value return nil.
10067
10068 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10069
10070         * wl-refile.el
10071         (wl-refile-expand-newtext): New function imported from Gnus.
10072         (wl-refile-evaluate-rule): Use it.
10073
10074 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10075
10076         * wl-summary.el (wl-summary-print-destination):
10077         Duplicate folder string to avoid putting text-property on
10078         original string.
10079
10080         * wl-refile.el (wl-refile-get-field-value): New function.
10081         (wl-refile-evaluate-rule): New function;
10082         Evaluate refile rule recursively.
10083         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10084         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10085         New function; Check existence of a target folder recursively.
10086         (wl-summary-auto-refile-check-refile-rule-alist):
10087         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10088
10089 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10090
10091         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10092
10093         * wl-folder.el (wl-create-folder-entity-from-buffer):
10094         Fixed problem when '}' character is contained in folder name.
10095
10096         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10097
10098 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10099
10100         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10101         (wl-fldmgr-add-completion-all-completions):
10102         Use wl-fldmgr-add-completion-hashtb.
10103
10104 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10105
10106         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10107         wl-fldmgr-add-completion-subr): New functions.
10108         * wl-folder.el (wl-folder-completion-func): New variable.
10109         * wl-summary.el (wl-summary-read-folder):
10110         Use wl-folder-completion-func.
10111
10112         * wl-refile.el: Eliminate throw & catch.
10113
10114         * wl.el (wl-plugged-sending-queue-status): Fixed.
10115
10116 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10117
10118         * wl-draft.el (wl-draft): Put category property on
10119         mail-header-separator.