c702193e6cecd07278cb77457402416d2c5cd7f5
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-thread.el (wl-thread-save-top-list)
4         (wl-thread-save-entities): Use `with-temp-buffer'.
5         * wl-news.el.in (wl-news-previous-version-load):
6         (wl-news-previous-version-save): Ditto.
7         * wl-summary.el (wl-summary-load-file-object)
8         (wl-summary-save-view-cache): Ditto.
9
10 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
11
12         * wl-util.el (toplevel): Require 'elmo-flag'.
13         (wl-read-search-condition): New function (Renamed from
14         `elmo-read-search-condition').
15         (wl-read-search-condition-internal): Likewise.
16
17         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
18         invalid.
19         (wl-summary-pick): Use `wl-read-search-condition' instead of
20         `elmo-read-search-condition'.
21         (wl-summary-virtual): Ditto.
22
23         * wl-folder.el (wl-folder-virtual): Ditto.
24         (wl-folder-pick): Ditto.
25
26         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
27
28 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
29
30         * wl-summary.el (wl-summary-reedit): Call
31         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
32
33 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
34
35         * wl-mime.el (toplevel): Require wl-vars.
36
37         * wl-message.el (toplevel): Require cl at compile.
38
39         * wl-draft.el (toplevel): Require elmo.
40
41 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
42
43         * wl-message.el (wl-message-buffer-prefetch): Count is a number
44         and do nothing when it is not positive.
45         (wl-message-buffer-prefetch-next): Ditto.
46
47 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
48
49         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
50         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
51         (wl-summary-redisplay-internal): Ditto.
52
53         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
54         message (the condition is borrowed from `wl-check-variables-2').
55         (wl-summary-redisplay-internal): Ditto.
56
57 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
58
59         * wl-mime.el (wl-draft-nntp-attribute): New function.
60         (wl-draft-attribute-nntp-posting-server): Use it.
61         (wl-draft-attribute-nntp-posting-port): Ditto.
62
63         * wl-mime.el (wl-draft-preview-attributes-list): New function.
64         (wl-draft-show-attributes-buffer): Ditto.
65         (wl-draft-hide-attributes-buffer): Ditto.
66         (wl-draft-attribute-newsgroups): Ditto.
67         (wl-draft-attribute-nntp-posting-server): Ditto.
68         (wl-draft-attribute-nntp-posting-port): Ditto.
69         (wl-draft-preview-message): Use there functions.
70
71         * wl-vars.el (wl-draft-preview-attributes-list): Change default
72         value.
73
74 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
75
76         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
77         (wl-draft-reedit): Ditto.
78         (wl-draft-queue-flush): Ditto.
79
80         * wl-mime.el (wl-message-request-partial): Ditto.
81         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
82         instead of `elmo-message-fetch'.
83
84         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
85
86         * wl-summary.el (wl-summary-message-string): Ditto.
87
88 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
89
90         * wl-util.el (wl-current-message-buffer): Follow the API change.
91
92         * wl-summary.el (wl-summary-redisplay-internal): Call
93         `wl-summary-mark-as-read' with 2nd argument as nil and update
94         unread count instead of persistent mark.
95
96         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
97         variable.
98         (wl-message-redisplay): Follow the API change.
99         (wl-message-buffer-display): Managed mime-entity directly and
100         return preview buffer only.
101         (wl-message-display-internal): Rewrite.
102         (wl-message-buffer-prefetch-subr): Not save return value of
103         `wl-message-buffer-display'.
104
105         * Version number is increased to 2.13.1.
106
107 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
108
109         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
110         'elmo-multiple-fields-body-list' with boundary specified.
111
112 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
113
114         * wl-vars.el (wl-summary-resend-use-cache): New variable.
115         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
116         cache if `wl-summary-resend-use-cache' is non-nil.
117
118 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
119
120         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
121         (wl-nntp-posting-stream-type): Ditto.
122
123 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
124
125         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
126
127 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
128
129         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
130         message.
131
132 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
133
134         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
135         Abolish.
136         (wl-summary-buffer-persistent-mark-version): New internal
137         variable.
138         (wl-summary-update-mark-and-highlight-window): Check by
139         wl-summary-persistent-mark-invalid-p.
140         (wl-summary-update-status-marks): Ditto.
141         (elmo-event-handler-flag-changed): Rewrite.
142         (elmo-event-handler-cache-changed): Define.
143         (wl-summary-prefetch-msg): Does not update persistent mark here.
144         (wl-summary-delete-cache): Ditto.
145         (wl-summary-resume-cache-status): Ditto.
146         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
147         (wl-summary-persistent-mark-invalid-p): New function.
148         (wl-summary-validate-persistent-mark): Ditto.
149         (wl-summary-validate-persistent-mark-string): Ditto.
150         (wl-summary-invalidate-persistent-mark): Ditto.
151         (wl-summary-update-persistent-mark): Call
152         `wl-summary-validate-persistent-mark'.
153         (wl-summary-create-line): Call
154         `wl-summary-validate-persistent-mark-string'.
155
156         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
157         status as t if cache used.
158
159 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
160
161         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
162         only if the target is group.
163         * wl-folder.el (wl-folder-append-petname): Don't check group name.
164
165 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
166
167         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
168
169 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
170
171         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
172
173         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
174
175 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
176
177         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
178         (Thanks to Yoichi NAKAYAMA).
179
180 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
181
182         * wl-util.el (wl-save-drafts): Restore echo area.
183
184 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
185
186         * Version number is increased to 2.13.0.
187
188         * wl-util.el (wl-biff-check-folder-async): Use
189         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
190
191 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
192
193         * wl-message.el (wl-message-display-internal): Does not put
194         wl-message-display-type property on message buffer.
195         (wl-message-buffer-display-type): New function.
196
197         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
198
199         * wl-summary.el (wl-summary-mode): Use `dolist' to add
200         `wl-summary-buffer-detach'.
201         (wl-summary-message-display-type): Use
202         `wl-summary-buffer-display-type'.
203
204 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
205
206         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
207         buffer-local.
208
209         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
210         kill-buffer-hook instead of make-local-variable.
211         (wl-draft-preview-message): Set `local' argument of add-hook as t.
212
213 2004-12-12  Scott Renfro <scott@renfro.org>
214
215         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
216         regex for square-branket.
217
218 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
221         `wl-message-mime-analysis-p' with argument `header'.
222
223 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
224
225         * wl-mime.el (wl-draft-yank-current-message-entity): 
226         Switch to no-mime following method according to wl-message-display-type
227         property.
228         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
229
230         * wl-message.el (wl-message-display-internal): 
231         Put wl-message-display-type property on message buffer.
232
233         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
234         (wl-message-display-internal): Ditto;
235
236         * wl-summary.el (wl-summary-toggle-mime): Ditto.
237
238 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
239
240         * wl-message.el (wl-message-make-display-type): New function.
241         (wl-message-display-type-property): Ditto.
242         (wl-message-mime-analysys-p): Ditto.
243         (wl-message-display-all-header-p): Ditto.
244         (wl-message-redisplay): Removed argument `as-is', `all-header' and
245         added `display-type'.
246         (wl-message-buffer-display): Likewise.
247         (wl-message-display-internal): Likewise.
248         (wl-message-buffer-display-type): Abolish.
249         (wl-message-buffer-prefetch-subr): Follow the API changed.
250
251         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
252         from wl-summary-buffer-display-all-header and changed default value.
253         (wl-summary-message-display-type): New function.
254         (wl-summary-buffer-display-mime-mode): Ditto.
255         (wl-summary-buffer-display-header-mode): Ditto.
256         (wl-summary-toggle-mime): Rewrite with above functions.
257         (wl-summary-toggle-all-header): Ditto.
258         (wl-summary-redisplay): Force redisplay with default mode.
259         (wl-summary-redisplay-internal): Renamed argument from `mode',
260         `all-header' to `mime-mode', `header-mode'.
261         Use `wl-message-make-display-type'.
262
263         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
264         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
265
266 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
267
268         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
269
270 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
271
272         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
273         in original message buffer.
274         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
275         buffer.
276
277 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
278
279         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
280
281 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
282
283         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
284
285 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
286
287         * wl-action.el (wl-summary-exec-action-refile): Display a done message
288         when actions succeeded.
289         (wl-summary-exec-action-copy): Likewise.
290
291 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
292
293         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
294         there is switch-to-buffer at the end of wl-message-select-buffer.
295         (wl-summary-reply): Ditto.
296
297 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
298
299         * wl-summary.el (wl-summary-forward): Put subject in original
300         message buffer as argument of wl-draft-forward.
301         * wl-draft.el (wl-draft-forward): Decode subject as in
302         wl-draft-reply.
303
304 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
305
306         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
307         a folder under access group.
308
309 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
310
311         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
312         wl-message-buffer-display.
313
314         * wl-util.el (wl-set-save-drafts): Fix typo.
315
316 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
319         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
320         wl-highlight-logo-face to set the bg color of an xbm image; fixed
321         the way to measure the width of a bitmap image; don't put face on
322         ascii and bitmap images; put the mark which should not use the
323         variable-pitch face on ascii and bitmap images.
324         (wl-demo-setup-properties): Don't use the variable-pitch face on
325         ascii and bitmap images; made it work on Emacs 20 and earlier.
326         (wl-demo-insert-text): End with a newline at the bottom; don't put
327         face on text.
328
329         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
330
331 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
332
333         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
334
335         * wl-util.el (wl-save-drafts): Moved from sample setting.
336         (wl-set-save-drafts): New function to set idle timer.
337         * wl-draft.el (wl-draft): Call it.
338         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
339
340 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
341
342         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
343         a summary which has toggle display status off.
344
345 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
346
347         * wl-draft.el (wl-draft-do-fcc): No cache save.
348
349 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
350
351         * wl-summary.el (elmo-event-handler-flag-changed): Use
352         `set-buffer' instead of `with-current-buffer'.
353
354 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * wl-summary.el (wl-summary-after-resize-function): New function.
357         (wl-summary-mode): Add `wl-summary-after-resize-function' to
358         window-size-change-functions.
359
360 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-draft.el (wl-draft-create-buffer): Bind
363         `change-major-mode-hook' after current buffer is changed.
364
365         * wl-summary.el (wl-summary-buffer-detach): New function.
366         (wl-summary-buffer-set-folder): Call it.
367         (wl-summary-mode): Add `wl-summary-buffer-detach' to
368         change-major-mode-hook and kill-buffer-hook.
369         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
370         (wl-summary-switch-to-clone-buffer): Ditto.
371         (wl-summary-goto-folder-subr): Ditto.
372
373 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
374
375         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
376         after boundp check.
377
378 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
379
380         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
381         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
382         for `kill-buffer'.
383
384         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
385         handler of current buffer from elmo-folder.
386
387 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
388
389         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
390
391 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-summary.el (wl-summary-buffer-event-handler): New internal
394         variable.
395         (wl-summary-event-handler): New class.
396         (elmo-event-handler-flag-changed): Define to update persistent
397         mark.
398         (wl-summary-buffer-set-folder): Register event handler to
399         elmo-folder.
400         (wl-summary-exit): Unregister event handler.
401         (wl-summary-goto-folder-subr): Ditto.
402         (wl-summary-mark-as-read-all): Does not call
403         `wl-summary-update-persistent-mark' directly.
404         (wl-summary-mark-as-read-internal): Ditto.
405         (wl-summary-set-persistent-mark-internal): Ditto.
406         (wl-summary-set-flags-internal): Ditto.
407
408         * Version number is increased to 2.11.33.
409
410 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
411
412         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
413         to nil.
414
415 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * wl-spam.el (wl-spam-setup): Add hook
418         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
419         instead of `wl-summary-prepare-hook'.
420
421         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
422         if folder type is `'flag'.
423         (wl-summary-mark-as-important): Ditto.
424
425 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
426
427         * wl-address.el (wl-address-minibuffer-history): New variable.
428         (wl-address-minibuffer-local-map): New keymap.
429         (wl-address-read-from-minibuffer): New function.
430
431         * wl-action.el (wl-summary-get-resend-address): Use
432         `wl-address-read-from-minibuffer' instead of `completing-read'.
433
434 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * Version number is increased to 2.11.32.
437
438 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
439
440         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
441         without mule to iso-8859-1.
442         (wl-draft-add-in-reply-to): Add note in description.
443         (wl-draft-add-references): Ditto.
444
445 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
446
447         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
448         definition for `m'.
449         (wl-summary-mode-line-format): Add '[%m]'.
450         (wl-message-mode-line-format-spec-alist): Ditto.
451         (wl-summary-display-mime-mode-list): New variable.
452
453         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
454         from wl-summary-buffer-display-as-is.
455         (wl-summary-buffer-display-all-header): New buffer local variable.
456         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
457         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
458         instead of wl-summary-buffer-display-as-is.
459         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
460         (wl-summary-set-persistent-mark): Ditto.
461         (wl-summary-set-message-buffer-or-redisplay): Just call
462         `wl-summary-redisplay-internal' without optional arguments.
463         (wl-summary-toggle-mime): Rewrite.
464         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
465         (wl-summary-toggle-all-header): New function.
466         (wl-summary-redisplay-internal): Treat mime mode.
467
468         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
469         to wl-mime-preview-follow-no-mime.
470         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
471         accodring to the display-mode.
472
473         * wl-message.el (wl-message-buffer-display-type): Rewrite.
474         (wl-message-buffer-display): Changed argument name from `as-is' to
475         `mode'.
476         (wl-message-display-internal): Ditto;
477         Bind elmo-mime-display-header-analysis according to the mode.
478         (wl-message-display-internal): Put wl-message-display-mime-mode
479         property on entire buffer.
480
481 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
482
483         * wl-draft.el (wl-draft-do-fcc): Undo last change.
484
485 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
486
487         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
488         Don't extract mail address.
489         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
490
491         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
492
493         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
494
495 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
496
497         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
498         wl-fldmgr-cut-entity-list on confirmation.
499
500 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
501
502         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
503         (wl-mime-quit-preview): Check existence of
504         mime-edit-temp-message-buffer here.
505
506 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
507
508         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
509         after deletion.
510
511         * wl-draft.el (wl-draft-send-confirm): Check major-mode
512         before calling wl-mime-quit-preview.
513
514 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * wl-summary.el (wl-summary-pick): If call it with prefix
517         argument, set `delete-marks' as non-nil. Pick from only visible
518         messages.
519         (wl-summary-check-target-mark): New function.
520         (wl-summary-target-mark-mark-as-read): Use it.
521         (wl-summary-target-mark-mark-as-unread): Ditto.
522         (wl-summary-target-mark-operation): Ditto.
523         (wl-summary-target-mark-set-flags): Ditto.
524         (wl-summary-target-mark-save): Ditto.
525         (wl-summary-target-mark-pick): Ditto.
526         (wl-summary-target-mark-forward): Ditto.
527         (wl-summary-target-mark-reply-with-citation): Ditto.
528         (wl-summary-target-mark-print): Ditto.
529         (wl-summary-target-mark-uudecode): Ditto.
530
531         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
532         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
533         with `ask-coding' is non-nil.
534
535 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
536
537         * wl-thread.el (wl-thread-set-parent): If parent is a message
538         which is identified by references, set linked as nil.
539
540 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
541
542         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
543         (wl-message-mode-line-format-spec-alist): Ditto.
544         (wl-message-mode-line-format): Ditto.
545         (wl-summary-mode-line-format): Ditto for docstring.
546         (wl-summary-no-mime-folder-list): Fix typo.
547
548         * wl-util.el (wl-current-message-buffer): Call
549         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
550
551         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
552         variable.
553         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
554         of `wl-summary-redisplay-no-mime'.
555         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
556         (wl-summary-toggle-mime): New function.
557         (wl-summary-redisplay-all-header): Rewrite.
558         (wl-summary-redisplay-no-mime): Ditto.
559         (wl-summary-redisplay-internal): Added argument `as-is' and
560         `all-header'.
561
562         * wl-refile.el (wl-refile-default-from-folder-path-separator):
563         New variable.
564         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
565         bottom.
566         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
567         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
568         "/" unconditionally.
569
570         * wl-mime.el (wl-draft-yank-current-message-entity): Use
571         wl-mime-preview-follow-no-mime for as-is content.
572         (wl-mime-preview-follow-no-mime): New function.
573         (wl-mime-preview-follow-current-region): Fixed parenthesis.
574
575         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
576         and added `as-is', `all-header'.
577         (wl-message-buffer-display): Ditto.
578         (wl-message-buffer-display-type): New function.
579
580 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
581
582         * wl-vars.el (wl-message-header-button-alist): Change default
583         value.
584         (wl-message-body-button-alist): Ditto.
585
586 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
587
588         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
589
590 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
591
592         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
593
594 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
595
596         * wl-summary.el (wl-summary-sync-marks): Remove condition which
597         is always true.
598
599 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
602         on null entity.
603
604 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
605
606         * wl-vars.el (wl-draft-reply-default-position): Fix range.
607
608 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
609
610         * wl-vars.el (wl-summary-resend-hook): New hook.
611
612         * wl-action.el (wl-summary-exec-action-resend-subr): Run
613         `wl-summary-resend-hook'.
614
615 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
616
617         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
618         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
619         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
620         (wl-summary-new-cached-mark): Changed default value to 'n'.
621         (wl-summary-unread-cached-mark): Changed default value to 'u'.
622         (wl-summary-answered-cached-mark): Changed default value to 'a'.
623         (wl-folder-sync-range-alist): Remove spec for 'flag.
624         (wl-summary-force-prefetch-folder-list): New user option.
625
626         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
627         `wl-summary-toggle-persistent-mark'.
628         (wl-summary-update-mark-and-highlight-window): Don't highlight when
629         number is nil.
630         (wl-summary-mark-as-answered-region): Set interactive argument of
631         `wl-summary-set-persistent-mark-internal'.
632         (wl-summary-mark-as-important-region): Ditto.
633         (wl-summary-unset-persistent-mark): Ditto.
634         (wl-summary-set-persistent-mark): Ditto.
635         (wl-summary-mark-as-answered): Ditto.
636         (wl-summary-mark-as-important): Ditto.
637         (wl-summary-set-persistent-mark-internal): Do nothing
638         when `elmo-message-flag-available-p' is nil.
639         (wl-summary-toggle-persistent-mark): New function.
640         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
641         when the folder matches `wl-summary-force-prefetch-folder-list'.
642
643
644         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
645         when number is nil.
646         (wl-highlight-summary-forwarded-face): New face.
647
648 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
649
650         * Version number is increased to 2.11.31.
651
652 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
653
654         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
655         (wl-biff-check-folder-async): Ditto.
656         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
657
658 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
659
660         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
661         Add an argument `reverse'.  All callers are updated.
662         (wl-summary-sort): Add a prefix argument `reverse' to specify
663         reverse sorting.
664         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
665         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
666         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
667
668 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
669
670         * wl-message.el (wl-message-redisplay): Does not narrow header if
671         disply-type is all-header or as-is.
672
673         * wl-summary.el (wl-summary-enter-handler): Use
674         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
675
676 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
677
678         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
679         after adding wl-draft-parent-variables.
680         (wl-draft-forward): Ditto.
681
682 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-summary.el (wl-summary-sync-marks): Call
685         `wl-summary-set-persistent-mark' and
686         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
687         (wl-summary-set-persistent-mark-internal): Add 4th argument
688         `no-server'.
689         (wl-summary-unset-persistent-mark): Ditto.
690         (wl-summary-set-persistent-mark): Ditto.
691         (wl-summary-add-flags-internal): Abolish.
692         (wl-summary-remove-flags-internal): Ditto.
693         (wl-summary-mark-as-important-internal): Ditto.
694         (wl-summary-mark-as-important): Use
695         `wl-summary-set-persistent-mark' instead of
696         `wl-summary-add-flags-internal'.
697         (wl-summary-mark-as-important-region): Ditto.
698
699         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
700
701         * wl-summary.el (wl-summary-get-available-flags): New function.
702         (wl-summary-sync-marks): Use it and simplified.
703         (wl-summary-unset-persistent-mark): Use
704         `wl-summary-get-available-flags'.
705         (wl-summary-set-persistent-mark): Ditto.
706
707 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
708
709         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
710         id.
711
712 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
713
714         * wl-summary.el (wl-summary-enter-handler): If argument is not a
715         number, call `wl-summary-prev-line-content'. Show message when the
716         message is not found.
717
718 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
719
720         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
721         wl-summary-enter-handler.
722         (wl-summary-enter-handler): New command.
723
724         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
725         docstring and custom spec.
726
727         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
728         flags too; Don't treat Cached and New.
729         (wl-summary-set-persistent-mark): Ditto.
730
731         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
732         `wl-folder-set-flag'.
733
734         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
735         instead of `wl-folder-set-flag'.
736
737         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
738         for completion.
739         (wl-summary-set-persistent-mark): Ditto.
740
741         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
742         instead of `wl-draft-quit-preview'.
743
744         * wl-mime.el (toplevel): Avoid compile warning.
745         (wl-mime-quit-preview): New function
746         (formarly defined as `wl-draft-quit-preview').
747         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
748         quitting method.
749
750         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
751
752         * wl-folder.el (wl-folder-set-flag): Renamed from
753         `wl-draft-set-flag-on-parent'.
754
755         * wl-draft.el (wl-draft-quit-preview): New function.
756         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
757         (wl-draft-send): Call `wl-folder-set-flag' instead of
758         `wl-draft-set-flag-on-parent'.
759         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
760
761 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
764         (wl-draft-send): Ditto.
765
766 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
767
768         * wl-vars.el (wl-draft-reply-hook): Changed default value.
769         (wl-draft-kill-pre-hook): Set default value as nil.
770         (wl-summary-reply-hook): Ditto.
771         (wl-draft-kill-flags): Abolish.
772
773         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
774         (wl-draft-parent-variables): Renamed from
775         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
776         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
777         argument; Add wl-draft-parent-variables to
778         wl-draft-config-variables.
779         (wl-draft-reply): Likewise.
780         (wl-draft-kill-flags): Abolish.
781         (wl-draft-send): Call wl-draft-set-flag-on-parent.
782         (wl-draft-set-flag-on-parent): New function.
783         (wl-draft-setup-parent-flag): Ditto.
784
785 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
786
787         * wl-draft.el (wl-draft-kill-flags): Avoid error when
788         `wl-draft-parent-folder' is "".
789
790 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
791
792         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
793         (wl-summary-digit-jump): New function.
794         (Adviced by John Owens and Hiroya Murata)
795
796         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
797         (Adviced by John Owens)
798
799         * wl-xmas.el (wl-message-define-keymap): Ditto.
800
801         * wl-mule.el (wl-message-define-keymap): Ditto.
802
803 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
804
805         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
806         change of return value of elmo-folder-count-flags.
807
808         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
809         (wl-summary-mark-as-read-internal): Ditto.
810         (wl-summary-set-persistent-mark-internal): Ditto.
811         (wl-summary-folder-info-update): Ditto.
812         (wl-summary-sync-update): Fixed the last change.
813
814         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
815
816 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
817
818         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
819         (wl-draft-kill-flags): Fixed docstring.
820
821         * wl-draft.el (wl-draft-kill-flags): New function.
822         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
823
824 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
825
826         * wl-vars.el (wl-reply-hook): Abolish.
827         (wl-draft-reply-hook): New hook.
828         (wl-summary-reply-hook): Ditto.
829         (wl-draft-forward-hook): Ditto.
830         (wl-summary-forward-hook): Ditto.
831         (wl-draft-kill-flags): New variable.
832
833         * wl-summary.el (wl-summary-mark-as-answered-region): Use
834         wl-summary-set-persistent-mark-internal.
835         (wl-summary-sync-marks): Use elmo-preserved-flags.
836         (wl-summary-update-persistent-mark): Make it interactive.
837         (wl-summary-set-persistent-mark-internal): New inline function.
838         (wl-summary-mark-as-answered): Use it.
839         (wl-summary-mark-as-unanswered): Ditto.
840         (wl-summary-unset-persistent-mark): New function.
841         (wl-summary-set-persistent-mark): Ditto.
842         (wl-summary-reply): Don't set answered flag;
843         Run wl-summary-reply-hook instead.
844         (wl-summary-forward): Call wl-draft-forward with number.
845         Run wl-summary-forward-hook.
846
847         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
848         (wl-highlight-summary-line-face-spec): Use it as a default
849         persistent mark face.
850
851         * wl-draft.el (wl-draft-forward): Added optional argument number;
852         Set wl-draft-parent-number; Run wl-draft-forward-hook.
853         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
854         (wl-draft-kill): Use wl-draft-kill-flags.
855
856         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
857
858         * wl-folder.el (wl-folder-check-one-entity): Follow the change
859         of return value of elmo-folder-count-flags.
860
861         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
862
863         * wl-summary.el (wl-summary-count-unread): Ditto.
864         (wl-summary-sync-update): Follow the change above.
865         (wl-summary-force-prefetch): New function.
866
867 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
868
869         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
870         variable `buf' with `let' instead of `setq'.
871
872 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
873
874         * wl-mime.el (wl-message-delete-current-part): If filename exists,
875         add Content-Disposition heaeder on the deleted part.
876
877 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
878
879         * wl-draft.el (wl-draft-save): Encode address list under edit by
880         `eword-encode-unstructured-field-body'.
881
882         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
883
884 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
885
886         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
887         wl-current-summary-buffer.
888
889 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
890
891         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
892         `numbers' is ignored.
893
894 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
895
896         * wl-folder.el (wl-folder-open-folder): Avoid error.
897         Reported by John Owens, [wl-en:815]
898
899         * wl.el (wl): Set timer for biff process even if prefix argument
900         is given or auto-checking is quitted.
901
902         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
903         immediately.
904         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
905         (wl-toggle-plugged): Ditto.
906
907         * wl-vars.el (wl-biff-use-idle-timer): New variable.
908         * wl-util.el (wl-biff-start): Use idle timer if
909         `wl-biff-use-idle-timer' is non-nil.
910
911 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
912
913         * wl-highlight.el (wl-highlight-message): Fix description.
914
915 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
916
917         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
918         tty.
919
920 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
921
922         * wl-action.el (wl-summary-exec): Print failure count.
923
924 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
925
926         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
927         to `defun', remove interactive form.
928         Set elmo-message-fetch-confirm when force-reload is non-nil.
929
930 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * wl-summary.el (toplevel): Removed unnecessary autoload.
933
934 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
935
936         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
937         the buffer is generated from another message buffer.
938
939 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
940
941         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
942         extracted from `wl-fldmgr-save-folders'.
943         (wl-fldmgr-delete): Call it after deletion.
944
945 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
946
947         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
948         multi-tty support.
949
950 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
951
952         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
953
954 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
955
956         * wl-summary.el (wl-summary-rescan): Remove unused variables.
957         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
958
959 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
962         unsubscribe list only if argument CLEAR is nil.
963
964 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
965
966         * wl-draft.el (wl-draft-reply): Decode subject before removing
967         Re: prefix.
968
969 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
970
971         * wl-summary.el (wl-summary-sort-by-size): New command.
972
973 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
974
975         * wl-summary.el (wl-summary-number-list-from-region): New
976         function.
977         (wl-summary-mark-as-read-region): Use it.
978         (wl-summary-mark-as-unread-region): Ditto.
979         (wl-summary-set-flags-region): Ditto and add optional argument
980         remove.
981         (wl-summary-mark-as-answered-region): Ditto.
982         (wl-summary-mark-as-important-region): Ditto.
983         (wl-summary-target-mark-mark-as-important): Added optional
984         argument remove.
985         (wl-summary-target-mark-mark-as-answered): Ditto.
986         (wl-summary-target-mark-set-flags): Ditto.
987
988 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
989
990         * wl-summary.el (wl-summary-set-flags-region): Call
991         `wl-summary-set-flags-internal' with number list instead of call
992         one by each message.
993         (wl-summary-target-mark-set-flags): Likewise.
994
995 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
996
997         * wl-summary.el (wl-summary-target-mark-operation): Add optional
998         argument `inverse' and use `wl-summary-delete-all-target-marks'.
999         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1000         (wl-summary-target-mark-mark-as-answered): Likewise.
1001
1002 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1003
1004         * wl-summary.el (wl-summary-target-mark-forward): Use
1005         `wl-summary-delete-all-target-marks' instead of
1006         `wl-summary-delete-all-temp-marks'.
1007         (wl-summary-target-mark-reply-with-citation): Ditto.
1008         (wl-summary-target-mark-uudecode): Ditto.
1009         (wl-summary-target-mark-set-flags): Ditto and remove needless
1010         cursor move.
1011
1012 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-summary.el (wl-summary-target-mark-forward): Protect
1015         wl-summary-buffer-target-mark-list from nreverse.
1016         (wl-summary-target-mark-reply-with-citation): Ditto.
1017
1018 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1019
1020         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1021         `elmo-display-progress-threshold'.
1022
1023 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024
1025         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1026         check `wl-summary-highlight'.
1027         (wl-summary-window-scroll-functions): Respect value of
1028         `wl-summary-highlight'.
1029         (wl-summary-sync-update): Run hooks
1030         `wl-summary-buffer-window-scroll-functions' at any time.
1031
1032 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1033
1034         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1035         from `wl-summary-cleanup-temp-marks'.
1036         (wl-summary-cleanup-temp-marks): Abolish argument.
1037         * wl.el (wl-save-status): Revert previous change.
1038         (wl-execute-temp-marks): New function, call
1039         `wl-summary-exec-with-confirmation'.
1040         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1041         (wl-folder-save-and-exec-marks): Abolished.
1042
1043 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1044
1045         * wl-e21.el (wl-e21-display-image-p): Respect
1046         `wl-highlight-folder-with-icon'.
1047         (wl-e21-highlight-folder-group-line): Highlight mouse line
1048         even if wl-e21-display-image-p is nil.
1049
1050         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1051         Respect value of `wl-summary-highlight'.
1052
1053         * wl.el (wl-save-status): Remove unused variable.
1054
1055         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1056         (wl-folder-mode-map): Bind it to "x".
1057
1058 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1059
1060         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1061
1062         * wl-thread.el (wl-thread-get-parent-list): Don't check
1063         disconnected ancestors, neglecting needless work in
1064         `wl-thread-update-indent-string-thread'.
1065
1066         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1067         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1068         argument, add argument default-keep to keep marks by default.
1069
1070         * Version number is increased to 2.11.30.
1071
1072         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1073         customization type and docstring.
1074         (wl-draft-reply-without-argument-list): Ditto.
1075
1076 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1079
1080         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1081
1082 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1083
1084         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1085
1086 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1087
1088         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1089         save-excursion so as not to include run-hooks.
1090
1091 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1092
1093         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1094         Clarify that marks are going to be cleared.
1095
1096 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1099         according to 3rd element of wl-summary-flag-mark.
1100
1101         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1102
1103 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-action.el (wl-summary-target-mark-all): Don't set
1106         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1107
1108 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1109
1110         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1111         (wl-forward-subject-prefix): Ditto.
1112         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1113         (wl-draft-reply-make-subject): Ditto.
1114
1115         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1116         `wl-draft-forward'.
1117         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1118
1119 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1120
1121         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1122         target message does not exist.
1123
1124 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1125
1126         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1127         `wl-subject-prefix-regexp'.
1128         (wl-subject-forward-prefix-regexp): New variable.
1129         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1130         `wl-draft-strip-subject-re' and take regexp as argument.
1131         (wl-draft-forward): Use it.
1132         (wl-draft-reply): Ditto.
1133
1134 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1135
1136         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1137         emacs multi-tty support.
1138
1139 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1140
1141         * wl-e21.el (wl-e21-display-image-p): Don't call
1142         `display-images-p'.
1143         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1144         support.
1145         (wl-highlight-folder-current-line): Ditto.
1146         (wl-folder-init-icons): Ditto.
1147
1148 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1149
1150         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1151         the last line of summary in unplugged mode.
1152
1153 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1154
1155         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1156
1157 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1158
1159         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1160         * wl-address.el (wl-address-user-mail-address-p): Use it.
1161         (wl-address-delete-user-mail-addresses): Ditto.
1162         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1163
1164         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1165         (wl-address-delete-user-mail-addresses): Ditto.
1166
1167         * wl-address.el (wl-address-delete-user-mail-addresses): New
1168         function.
1169         * wl-refile.el (wl-refile-guess-by-history): Use it.
1170         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1171         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1172
1173         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1174         use wl-address-user-mail-address-p.
1175
1176 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1177
1178         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1179         after opening group.
1180
1181 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1184         of elmo-set-buffer-multibyte.
1185
1186         * wl-message.el (wl-original-message-mode): Ditto.
1187
1188         * wl-score.el (wl-score-insert-header): Ditto.
1189
1190         * wl-summary.el
1191         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1192         (wl-summary-goto-folder-subr): Ditto.
1193         (wl-summary-insert-headers): Ditto.
1194
1195         * wl-util.el (wl-set-string-width): Ditto.
1196
1197         * Version number is increased to 2.11.29.
1198
1199 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1200
1201         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1202         (wl-highlight-summary-line-help-echo-alist): New variable.
1203         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1204         into `wl-highlight-summary-line-help-echo' and
1205         `wl-highlight-flag-folder-help-echo'.
1206         (wl-highlight-summary-line-string): Change accordingly.
1207         (wl-highlight-summary-current-line): Ditto.
1208
1209 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1210
1211         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1212         at the beginning of field body (Thanks to Markus Knittig).
1213
1214         * wl-draft.el (wl-draft-insert-current-message): Also check
1215         summary buffer, remove unnecessary tag.
1216
1217 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1218
1219         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1220         when wl-message-buffer is nil.
1221
1222         * wl-folder.el (wl-folder): Abolish unused argument.
1223         Call wl-folder-init when wl-folder-entity is nil.
1224         * wl.el (wl): Change accordingly.
1225
1226 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1227
1228         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1229         multibyte string before insert into draft buffer.
1230         (wl-draft-create-buffer): Always enable multibyte characters for
1231         draft buffer.
1232
1233         * Version number is increased to 2.11.28.
1234
1235 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1236
1237         * wl-folder.el (wl-folder-open-close): Handle blank line.
1238         (wl-folder-jump-to-current-entity): Ditto.
1239
1240 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1241
1242         * Version number is increased to 2.11.27.
1243
1244 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1245
1246         * wl-thread.el (wl-thread-insert-message): When the thread is
1247         devided by wl-summary-max-thread-depth, insert line at the end of
1248         buffer.
1249
1250 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * Version number is increased to 2.11.26.
1253
1254 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1255
1256         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1257
1258 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1259
1260         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1261         value of stream-type and session.
1262
1263 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1264
1265         * Version number is increased to 2.11.25.
1266
1267 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1268
1269         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1270         in a quit message.
1271
1272 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1273
1274         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1275         (wl-summary-redisplay-no-mime-internal): Ditto.
1276
1277 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1278
1279         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1280         * wl-vars.el (wl-smtp-connection-type): Ditto.
1281
1282 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1283
1284         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1285         for the separator line and quote mail-header-separator.
1286
1287 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1290         result message.
1291
1292         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1293         `elmo-multiple-fields-body-list' with boundary as
1294         mail-header-separator.
1295
1296 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1297
1298         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1299
1300 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1301
1302         * wl-util.el (wl-list-diff): Remove unused function.
1303
1304         * wl-draft.el (wl-draft-send-confirm): Discard input before
1305         confirmation.
1306
1307 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1308
1309         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1310         order of flag and new.
1311
1312 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-vars.el (wl-refile-policy-alist): Abolished.
1315
1316         * wl-action.el (wl-summary-set-action-refile): Follow the change
1317         above.
1318
1319 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * wl-highlight.el (wl-highlight-signature-search): Don't use
1322         re-search-backward for a long word since it is possible to crash
1323         XEmacs because of a bug.
1324
1325 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1326
1327         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1328
1329 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1330
1331         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1332         argument for wl-summary-sync-force-update.
1333
1334 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1335
1336         * wl-summary.el (wl-summary-mode-map): Revival of
1337         wl-summary-mark-as-important related bindings;
1338         Bind 'F','tF','mF','rF','m&'.
1339         (wl-summary-mark-as-important-region): Revival.
1340         (wl-summary-target-mark-mark-as-important): Ditto.
1341         (wl-summary-target-mark-operation): New function.
1342         (wl-summary-target-mark-mark-as-answered): Use it.
1343         (wl-summary-decide-flag): Don't set Important as default.
1344         (wl-summary-mark-as-important-internal): Revival.
1345         (wl-summary-mark-as-important): Ditto.
1346
1347         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1348
1349         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1350         instead of facep.
1351
1352 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1353
1354         * wl-dnd.el (wl-dnd-drop-func): Fix.
1355
1356         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1357         mouse-set-point instead of posn-point.
1358
1359         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1360
1361         * wl-mule.el (wl-completing-read-multiple): Ditto.
1362
1363 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1364
1365         * wl-demo.el (face-background-name): Defalias to avoid compile
1366         warning.
1367
1368 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1369
1370         * wl-summary.el (wl-summary-decide-flag): Use
1371         wl-completing-read-multiple instead of completing-read-multiple.
1372
1373         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1374         New alias.
1375
1376         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1377         Use face-background-name instead of face-background.
1378
1379         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1380
1381         * wl-summary.el (wl-summary-save): Use it.
1382         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1383
1384         * wl-mime.el (wl-mime-save-content): Fix last change.
1385
1386 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1387
1388         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1389         New function.
1390         (wl-summary-sort-specs): Added sort.
1391         * wl-mime.el (wl-mime-save-content): Expand file name.
1392
1393 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1394
1395         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1396
1397         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1398
1399 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1400
1401         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1402         for flag if it is not defined.
1403
1404 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1405
1406         * wl-e21.el (wl-highlight-folder-current-line): Use
1407         elmo-folder-type-internal when elmo-folder-type returns nil.
1408
1409         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1410
1411         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1412
1413         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1414
1415         * wl-e21.el (wl-summary-toolbar): Ditto.
1416
1417         * wl-vars.el (wl-demo-background-color): Abolished.
1418         (wl-summary-persistent-mark-priority-list): Renamed from
1419         wl-summary-flag-priority-list.
1420         (wl-summary-flag-alist): New user option.
1421         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1422         (wl-message-mode-line-format-spec-alist): Added 'F'.
1423         (wl-message-mode-line-format): Likewise.
1424         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1425         instead of wl-summary-important-mark.
1426         (wl-file-folder-icon): New variable.
1427
1428         * wl-thread.el (wl-thread-set-flags): Renamed from
1429         wl-thread-mark-as-important.
1430
1431         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1432         warning.
1433         (wl-summary-mode-menu-spec): Follow the change of 
1434         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1435         (wl-summary-mode-map): Follow the change of
1436         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1437         (wl-summary-detect-mark-position): Follow the variable name change.
1438         (wl-summary-set-flags-region): New function for the replacement of
1439         wl-summary-mark-as-important-region.
1440         (wl-summary-sync-marks): Sync all global-flags.
1441         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1442         instead of elmo-message-flagged-p.
1443         (wl-summary-persistent-mark-string): Follow the variable name change;
1444         Put wl-summary-flag-mark if the message has global-flag.
1445         (wl-summary-target-mark-set-flags): Renamed from 
1446         wl-summary-target-mark-mark-as-important.
1447         (wl-summary-decide-flag): New function.
1448         (wl-summary-set-flags-internal): Renamed from
1449         wl-summary-mark-as-important-internal.
1450         (wl-summary-add-flags-internal): New function.
1451         (wl-summary-remove-flags-internal): Ditto.
1452         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1453         (wl-summary-mark-as-unimportant): Abolish.
1454         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1455         (wl-summary-next-message): List flagged messages in the msgdb.
1456
1457         * wl-score.el (wl-summary-score-update-all-lines): Use
1458         wl-summary-add-flags-internal instead of 
1459
1460         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1461
1462         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1463         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1464         (wl-message-buffer-require-all-header): Renamed from
1465         wl-message-buffer-all-header-flag (Ditto).
1466         (wl-message-buffer-flag-indicator): New variable.
1467         (wl-message-redisplay): Changed local varibale name from `flag' to
1468         `display-type'; Set up wl-message-buffer-flag-indicator.
1469         (wl-message-buffer-display): Changed varibale name from `flag' to
1470         `display-type'.
1471         (wl-message-display-internal): Likewise.
1472
1473         * wl-highlight.el (wl-highlight-demo-face): Define default background
1474         color.
1475         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1476
1477         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1478
1479         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1480         (wl-demo-setup-properties): Renamed from
1481         `wl-demo-set-background-color'.
1482         (wl-demo): Follow the change above.
1483         
1484         * Version number is increased to 2.11.24.
1485
1486 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1487
1488         * wl-summary.el (wl-summary-toggle-thread): Call
1489         `wl-summary-rescan' with disable-thread as non-nil.
1490         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1491
1492 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1493
1494         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1495         foreground property of the face.
1496         (wl-demo-insert-text): Don't set up face property here.
1497         (wl-demo): Call wl-demo-set-background-color, anyway.
1498
1499 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1500
1501         * wl-vars.el (wl-demo-background-color): The value can be nil.
1502
1503 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1504
1505         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1506         to wl-summary-wheel-dispatcher.
1507
1508         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1509         wl-message-wheel-dispatcher.
1510         (wl-message-wheel-dispatcher): New function.
1511         (wl-summary-wheel-dispatcher): Ditto.
1512
1513 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1514
1515         * wl-action.el (wl-summary-target-mark-all): List messages which are
1516         not in the killed-list.
1517
1518         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1519         only when the folder is 'flag/important.
1520
1521         * wl-address.el (wl-complete-field-body): Complete if the last
1522         character is a space.
1523
1524 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * wl-folder.el (wl-folder-clear-entity-info): Use
1527         elmo-clear-hash-val.
1528
1529         * wl-fldmgr.el (wl-fldmgr-rename): Set
1530         wl-folder-info-alist-modified as t.
1531
1532 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1533
1534         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1535
1536 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1537
1538         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1539         (wl-folder-buffer-last-visited-entity-id): New buffer local
1540         variable.
1541         (wl-folder-revisit-last-visited-folder): New function.
1542         (wl-folder-mode-map): Bind it to "C-i".
1543         (wl-folder-set-current-entity-id): Set last visited folder.
1544         * wl-summary.el (wl-summary-exit): Ditto.
1545
1546 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1549         before calling `recenter' in order to cope with an XEmacs bug.
1550
1551 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1552
1553         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1554         to the default value.
1555
1556 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1557
1558         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1559         change.
1560         (wl-summary-sync-marks): Ditto.
1561         (wl-summary-mark-as-read-internal): Ditto.
1562         (wl-summary-mark-as-answered-internal): Ditto.
1563         (wl-summary-mark-as-important-internal): Ditto.
1564         (wl-summary-reply): Ditto.
1565
1566         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1567         instead of `elmo-folder-unflag-answered'.
1568
1569         * Version number is increased to 2.11.23.
1570
1571         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1572         the last change.
1573
1574 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1575
1576         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1577         Specify "spam" or "good".
1578
1579 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1580
1581         * wl-spam.el (wl-summary-exec-action-spam): Call
1582         wl-folder-confirm-existence for spam folder.
1583         (wl-spam-setup): Bind "mk".
1584
1585 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1586
1587         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1588
1589 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1590
1591         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1592         destination folder is empty.
1593
1594 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1595
1596         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1597         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1598
1599         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1600         (wl-summary-refile-prev-destination-region): New function.
1601         (wl-thread-refile-prev-destination): Ditto.
1602         (wl-summary-target-mark-refile-prev-destination): Ditto.
1603
1604 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1605
1606         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1607         (wl-demo-background-color): Changed default value.
1608
1609         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1610         color.
1611
1612         * wl-demo.el (wl-demo-set-background-color): New function.
1613         (wl-demo): Call it.
1614
1615 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1616
1617         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1618         * wl-address.el (wl-address-add-or-change): Don't add empty
1619         address.
1620
1621 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1622
1623         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1624
1625 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1626
1627         * wl-vars.el (wl-demo-image-filter-alist): New variable
1628         (wl-demo-background-color): Ditto.
1629
1630         * wl-demo.el (wl-demo-xpm-set-background): New function.
1631         (wl-demo-image-filter): Ditto.
1632         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1633
1634         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1635
1636         * wl-demo.el (wl-demo-icon-name): Define as function.
1637         (wl-demo-insert-image): Use it.
1638
1639 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1640
1641         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1642
1643 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1644
1645         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1646
1647 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1648
1649         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1650
1651 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * wl-thread.el (wl-thread-mark-as-answered): New function.
1654
1655         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1656         answered" entry.
1657         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1658         "r&" and wl-thread-mark-as-answered to "t&".
1659         (wl-summary-mark-as-important-region): Refine to toggle mark.
1660         (wl-summary-mark-as-answered-region): New function.
1661         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1662         and 3rd argument.
1663         (wl-summary-mark-as-important-internal): Likewise.
1664
1665 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * wl-template.el (wl-template-preview): New internal variable.
1668         (wl-template-preview-p): New function.
1669         (wl-template-show): Bind `wl-template-preview' as t.
1670
1671 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1672
1673         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1674         `elmo-message-entity-field' with 3rd argument which is non-nil.
1675
1676 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1679         Removed duplicate local bind `folder'.
1680
1681 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1682
1683         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1684
1685 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1688         duplicate definition.
1689
1690 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1691
1692         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1693         non-nil, use it; Don't fetch message if there's no message in the
1694         current cursor position.
1695
1696 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1697
1698         * wl-util.el (wl-region-exists-p): Use region-active-p.
1699         (wl-deactivate-region): New function.
1700         * wl-message.el (wl-message-redisplay): Deactivate region.
1701
1702         * wl-summary.el (wl-summary-reply): Call
1703         `wl-summary-set-message-buffer-or-redisplay' instead of
1704         `wl-summary-redisplay-internal', don't move point.
1705
1706 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1707
1708         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1709         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1710         by regexp.
1711
1712 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1713
1714         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1715         if no need.
1716
1717 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1718
1719         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1720         default value to nil.
1721         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1722         `wl-summary-prepare-hook'; Replace refile action to
1723         `wl-summary-exec-action-refile-with-register'.
1724
1725         * Version number is increased to 2.11.22.
1726
1727 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1728
1729         * wl-summary.el (wl-summary-detect-mark-position): Set
1730         `wl-summary-buffer-weekday-name-lang'.
1731
1732 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1733
1734         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1735         (wl-summary-mark-as-read-all): Ditto.
1736         (wl-summary-delete-messages-on-buffer): Ditto.
1737         (wl-summary-sync-update): Ditto.
1738         (wl-summary-mark-as-read-internal): Ditto.
1739         (wl-summary-mark-as-answered-internal): Ditto.
1740         (wl-summary-update-folder-info): Abolished.
1741
1742 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1743
1744         * wl-summary.el (wl-summary-mark-as-read-all): Use
1745         `wl-summary-update-folder-info' instead of
1746         `wl-folder-update-unread'.
1747
1748 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1749
1750         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1751         `wl-summary-folder-info-update'.
1752         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1753         instead of `wl-summary-folder-info-update'.
1754         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1755         `wl-folder-set-folder-updated'.
1756         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1757         instead of `wl-folder-update-unread'.
1758         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1759         the value of `wl-summary-buffer-unread-count' for the second parameter of
1760         `wl-folder-update-unread'.
1761
1762         * Version number is increased to 2.11.21.
1763
1764 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1765
1766         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1767         a local variable.
1768
1769 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1770
1771         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1772         interactively.
1773
1774         * wl-summary.el (wl-summary-mark-as-important-internal): New
1775         internal function.
1776         (wl-summary-mark-as-important): Use it.
1777         (wl-summary-mark-as-unimportant): New function.
1778         (wl-summary-sync-marks): Follow the API change.
1779
1780         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1781
1782         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1783
1784 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1785
1786         * wl-folder.el (wl-folder-update-unread): Re-indent.
1787         Narrow the scope of a local variable.
1788
1789 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1790
1791         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1792         (wl-addrmgr-merge-entries): Ditto.
1793         (wl-addrmgr): Added to address entry which exists in draft buffer
1794         if no entry is in original.
1795
1796 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1797
1798         * wl-batch.el: New file.
1799
1800 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1801
1802         * wl-vars.el (wl-use-semi): Remove unused variable.
1803
1804 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1805
1806         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1807         "?".
1808
1809 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1810
1811         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1812         wl-summary-new-mark.
1813         (wl-summary-new-cached-mark): New user option.
1814         (wl-summary-score-marks): Follow the change above.
1815         (wl-summary-auto-refile-skip-marks): Ditto.
1816         (wl-summary-incorporate-marks): Ditto.
1817         (wl-summary-expire-reserve-marks): Ditto.
1818
1819         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1820
1821         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1822         (wl-summary-persistent-mark-string): Distinguished between cached
1823         and uncached mark when the message is new.
1824
1825 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1826
1827         * wl-spam.el (wl-spam-domain): Renamed from
1828         `wl-spam-folder-guess-domain'.
1829         (wl-summary-exec-action-spam): Register as spam if domain of the
1830         source folder is good.
1831         (wl-summary-exec-action-refile-with-register): Register message if
1832         domain of the source folder is not undecided.
1833
1834 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1835
1836         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1837         detect thread loop.
1838
1839 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1840
1841         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1842         and wl-summary-skip-mark-list.
1843
1844 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1845
1846         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1847
1848         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1849
1850         * wl-spam.el (toplevel): Require wl-highlight.
1851         (wl-spam-auto-check-policy-alist): Abolish.
1852         (wl-spam-auto-check-folder-regexp-list): New user option.
1853         (wl-spam-auto-check-marks): Ditto.
1854         (wl-spam-mark-action-list): Ditto.
1855         (wl-highlight-summary-spam-face): New face.
1856         (wl-spam-auto-check-message-p): New function.
1857         (wl-spam-map-spam-messages): Fixed message.
1858         (wl-spam-register-spam-messages): Ditto.
1859         (wl-spam-register-good-messages): Ditto.
1860         (wl-summary-spam-map): Add and remove keybind.
1861         (wl-summary-target-mark-spam): Abolish.
1862         (wl-summary-refile-spam): Ditto.
1863         (wl-summary-test-spam): New function.
1864         (wl-summary-mark-spam): Ditto.
1865         (wl-summary-auto-check-spam): Follow the above change.
1866         (wl-summary-exec-action-spam): New function.
1867         (wl-summary-exec-action-refile-with-register): Fixed message.
1868         (wl-message-check-spam): New function.
1869         (wl-spam-setup): Ditto.
1870         (toplevel): Call it if this file is loaded interactivity.
1871
1872         * Version number is increased to 2.11.20.
1873
1874 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1875
1876         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1877         when new optional argument `force' is non nil or modified.
1878
1879 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1880
1881         * wl.el (toplevel): Require wl-spam when compile.
1882         (wl-save-status): Call wl-spam-save-status.
1883
1884         * wl-spam.el (wl-spam-register-spam-messages): New function.
1885         (wl-spam-register-good-messages): Ditto.
1886         (wl-spam-save-status): Ditto.
1887         (wl-summary-mode-map): Bind
1888         wl-summary-target-mark-register-as-spam to "ms" and
1889         wl-summary-target-mark-register-as-good to "mn".
1890         (wl-summary-register-as-spam): Abolish optional argument; Use
1891         wl-spam-register-spam-messages.
1892         (wl-summary-register-as-spam-all): Use
1893         wl-spam-register-spam-messages.
1894         (wl-summary-register-as-good): Abolish optional argument; Use
1895         wl-spam-register-good-messages.
1896         (wl-summary-register-as-good-all): Use
1897         wl-spam-register-good-messages.
1898         (wl-summary-target-mark-register-as-spam): New funtion.
1899         (wl-summary-target-mark-register-as-good): Ditto.
1900
1901 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1902
1903         * wl-spam.el: New file.
1904
1905 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1906
1907         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1908
1909         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1910         (wl-summary-auto-refile): Call wl-refile-guess with
1911         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1912
1913 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1914
1915         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1916         with disable-thread argument non-nil.
1917
1918 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1919
1920         * wl-summary.el (wl-summary-rescan): Added optional argument
1921         disable-thread.
1922         (wl-summary-sync): Call wl-summary-rescan with argument
1923         disable-thread.
1924         (wl-summary-input-range): Added new range `rescan-thread'.
1925
1926 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1927
1928         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1929
1930 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1931
1932         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1933         internal variable.
1934         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1935         wl-summary-search-parent-by-subject-regexp and
1936         wl-summary-divide-thread-when-subject-changed as nil.
1937         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1938         (wl-summary-insert-thread): Search parent entity from
1939         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1940         thread loop.
1941
1942 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1943
1944         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1945
1946         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1947
1948         * wl-util.el (wl-require-update-all-folder-p): New function.
1949         (wl-get-assoc-list-value): Added `function' to match directive.
1950         (wl-collect-draft): Rewrite.
1951
1952         * wl-summary.el (wl-summary-sync-update): Clear faces
1953         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1954         are non-nil.
1955         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1956         argument as function.
1957         (wl-summary-input-range): Ditto.
1958
1959         * wl-folder.el (wl-draft-get-folder): New function.
1960         (wl-folder-get-elmo-folder): Consider draft folder.
1961
1962         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1963         (wl-draft-buffer-message-number): New buffer local variable.
1964         (wl-draft-folder-internal): New internal variable.
1965         (wl-draft-delete): Rewrite.
1966         (wl-draft-save): Ditto.
1967         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1968         wl-folder-get-elmo-folder.
1969         (wl-draft-config-info-operation): Ditto.
1970         (wl-jump-to-draft-folder): Ditto.
1971         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1972         (wl-draft-reedit): Rewrite.
1973
1974         * Version number is increased to 2.11.19.
1975         
1976 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1977
1978         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1979         variable.
1980
1981 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1982
1983         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1984         Use ignore-errors instead of unwind-protect.
1985
1986 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1987
1988         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1989         for updating `wl-thread-entity-list'.
1990
1991 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1992
1993         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1994         parameter from calling `wl-thread-entity-get-older-brothers' and
1995         `wl-thread-entity-get-younger-brothers'.
1996         Replace nested `append' with a single one.
1997
1998 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1999
2000         * wl-summary.el (wl-summary-mode): Don't use the return value of
2001         `make-local-hook'.
2002
2003 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2004
2005         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2006         instead of `let*'.
2007         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2008         of local variables.
2009
2010 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2011
2012         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2013         Renamed from wl-summary-window-scroll-functions.
2014         (wl-summary-window-scroll-functions): Don't set to variable.
2015         (wl-summary-display-top): Use run-hooks.
2016         (wl-summary-display-bottom): Ditto.
2017         (wl-summary-toggle-disp-msg): Ditto.
2018         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2019         Use it instead of wl-summary-window-scroll-functions.
2020         (wl-summary-goto-folder-subr): Don't call
2021         wl-summary-window-scroll-functions, use
2022         wl-summary-buffer-window-scroll-functions instead.
2023
2024 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2025
2026         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2027         make-local-variable.
2028
2029 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2030
2031         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2032         set-buffer-modified-p.
2033         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2034         (wl-summary-display-bottom): Ditto.
2035         (wl-summary-toggle-disp-msg): Ditto.
2036
2037 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2038
2039         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2040
2041         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2042         (wl-summary-forward): Use elmo-message-entity-field instead of
2043         elmo-message-field.
2044
2045         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2046
2047 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2048
2049         * wl-summary.el (wl-summary-window-scroll-functions): No use
2050         `append'.
2051
2052 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2053
2054         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2055         function.
2056         (wl-summary-window-scroll-functions): Call it when both
2057         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2058         (wl-summary-temp-mark): Added optional argument number.
2059         (wl-summary-message-mark): Added optional argument flag.
2060         (wl-summary-persistent-mark): Added optional argument number and flag.
2061         (wl-summary-update-persistent-mark): Ditto.
2062         (wl-summary-update-status-marks): Set "r" for interactive spec.
2063
2064         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2065         argument number and flag.
2066
2067         * wl-action.el (wl-summary-registered-temp-mark): 
2068         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2069
2070 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2071
2072         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2073         internal variable (buffer local).
2074         (wl-summary-window-scroll-functions): New function.
2075         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2076         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2077         as nil.
2078         (wl-summary-update-status-marks): Added arguments beg, end and
2079         check.
2080         (wl-summary-update-mark-window): Use function.
2081         (wl-summary-sync-update): Follow the change above.
2082         (wl-summary-switch-to-clone-buffer): Copy
2083         wl-summary-buffer-unsync-mark-number-list.
2084         (wl-summary-goto-folder-subr): Set
2085         wl-summary-buffer-unsync-mark-number-list and
2086         use wl-summary-window-scroll-functions instead of
2087         wl-summary-lazy-highlight.
2088
2089         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2090
2091 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2092
2093         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2094
2095         * wl-summary.el (wl-summary-update-persistent-mark): Call
2096         wl-summary-set-message-modified.
2097
2098         * wl-summary.el (wl-summary-sync-update): Don't call
2099         wl-summary-update-status-marks.
2100
2101         * Version number is increased to 2.11.18.
2102
2103 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2104
2105         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2106         (wl-message-next-page): Ditto.
2107
2108 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2109
2110         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2111         local variable.  Change the order of a collected list into the
2112         same as the specified range.  Remove nil from a collected list.
2113
2114 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2115
2116         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2117         argument for elmo-folder-list-messages.
2118
2119 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2120
2121         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2122         change (wl-summary-count-unreads return a list instead of a cons
2123         cell).
2124
2125 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2126
2127         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2128         `wl-summary-folder-info-update'.
2129
2130 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2131
2132         * wl-summary.el (wl-summary-set-message-modified): No use
2133         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2134         (wl-summary-set-mark-modified): Abolish.
2135         (wl-summary-mark-modified-p): Ditto.
2136         (wl-summary-save-view): Follow the change above.
2137
2138         * wl-expire.el (wl-summary-expire): Likewise.
2139
2140 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2141
2142         * wl-summary.el (wl-summary-detect-mark-position): Use
2143         modb-entity-handler.
2144         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2145
2146         * Version number is increased to 2.11.17.
2147
2148 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2149
2150         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2151         entity field value.
2152         (wl-summary-prefetch-msg): Ditto.
2153         (wl-summary-print-message-with-ps-print): Ditto.
2154
2155 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2156
2157         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2158         for dummy entity.
2159         (wl-summary-insert-thread): Use elmo-message-entity-field.
2160         (wl-summary-update-thread): Use elmo-message-entity-field and
2161         elmo-message-entity-number.
2162         (wl-summary-line-number):  Use elmo-message-entity-number.
2163         (wl-summary-line-size): Use elmo-message-entity-field.
2164         (wl-summary-line-subject): Ditto.
2165         (wl-summary-line-from): Ditto.
2166         (wl-summary-line-attached): Ditto.
2167         (wl-summary-create-line): Ditto.
2168         (wl-summary-create-line): Use elmo-message-entity-number.
2169         (wl-summary-print-message-with-ps-print): Use
2170         elmo-message-entity-field.
2171
2172 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2173
2174         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2175         change in elmo-msgdb-make-message-entity.
2176         (wl-summary-buffer-set-folder): Don't call
2177         wl-summary-detect-mark-position here.
2178         (wl-summary-rescan): Call elmo-message-entity-number.
2179         (wl-summary-sync-update): Ditto.
2180         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2181
2182         * wl-score.el (wl-score-header-index): Redefine 2th element.
2183         (wl-score-overview-entity-get-extra): Abolish.
2184         (wl-score-ov-entity-get): Rewrite.
2185         (wl-score-string-index<, wl-score-string-func<): Abolish.
2186         (wl-score-string<): New function.
2187         (wl-score-string-sort): Use it.
2188
2189         * wl-refile.el (wl-refile-guess-by-history): Use
2190         elmo-message-entity-field.
2191         (wl-refile-guess-by-from): Ditto.
2192         (wl-refile-guess-by-msgid): Ditto.
2193
2194         * Version number is increased to 2.11.16.
2195
2196 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2197
2198         * wl-folder.el (wl-folder-confirm-existence): Don't call
2199         file-exists-p if msgdb-path is nil.
2200         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2201         `wl-read-folder-hist' to `wl-read-folder-history'.
2202
2203 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2204
2205         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2206         `y-or-n-p'.
2207
2208 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2209
2210         * wl-score.el (wl-score-headers): Don't use
2211         elmo-folder-do-each-message-entity.
2212
2213         * Version number is increased to 2.11.15.
2214
2215 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2216
2217         * wl-summary.el (wl-summary-delete-all-msgs): Use
2218         elmo-folder-move-messages instead of elmo-folder-delete-messages
2219         and elmo-folder-detach-messages.
2220         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2221
2222         * wl-expire.el (wl-expire-delete): Ditto.
2223         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2224
2225 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2226
2227         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2228         (wl-message-header-narrowing-fields): Ditto.
2229         (wl-message-header-narrowing-lines): Ditto.
2230         (wl-message-header-narrowing-string): Ditto.
2231
2232         * wl-summary.el (wl-summary-mode-map): Bind
2233         wl-summary-toggle-header-narrowing to "C-cC-f".
2234         (wl-summary-toggle-header-narrowing): New function.
2235
2236         * wl-message.el (wl-message-buffer-create): Call
2237         wl-message-header-narrowing-setup.
2238         (wl-message-redisplay): Call wl-message-header-narrowing.
2239         (wl-message-header-narrowing): New function.
2240         (wl-message-header-narrowing-map): New keymap.
2241         (wl-message-header-narrowing-widen-map): New keymap.
2242         (wl-message-header-narrowing-again-at-mouse): New function.
2243         (wl-message-header-narrowing-1): Ditto.
2244         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2245         (wl-message-header-narrowing-setup): Ditto.
2246         (wl-message-header-narrowing-toggle): Ditto.
2247         
2248         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2249
2250         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2251         'flag as all.
2252         (wl-use-flag-folder-help-echo): New user option.
2253
2254         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2255         wl-summary-highlight as nil.
2256         (wl-summary-set-mark-modified): Follow the API change.
2257         (wl-summary-mark-modified-p): Ditto.
2258         (wl-summary-mark-as-read-all): Ditto.
2259         (wl-summary-sync-marks): Don't call
2260         elmo-folder-list-messages-with-global-mark.
2261         (wl-summary-mark-as-read-internal): Follow the API change.
2262         (wl-summary-mark-as-answered-internal): Ditto.
2263         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2264         Follow the API change.
2265         (wl-summary-create-line): Call with number argument.
2266         (wl-summary-reply): Follow the API change.
2267
2268         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2269         function.
2270         (wl-highlight-summary-line-string): Call it when
2271         wl-use-flag-folder-help-echo is non-nil.
2272         (wl-highlight-summary-current-line): Ditto.
2273         (elmo-flag-folder-referrer): Added autoload setting.
2274
2275         * wl-draft.el (wl-draft-kill): Follow the API change.
2276
2277         * Version number is increased to 2.11.14.
2278         
2279 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2280
2281         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2282
2283 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2284
2285         * Version number is increased to 2.11.13.
2286
2287 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2288
2289         * wl-draft.el (wl-draft-previous-history-element): Fixed
2290         unbalanced parenthesis and bind unbound local variables.
2291
2292 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2293
2294         * wl-draft.el (wl-draft-previous-history-element): New function.
2295         (wl-draft-next-history-element): Ditto.
2296         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2297         them to M-p and M-n.
2298
2299 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2300
2301         * Version number is increased to 2.11.12.
2302
2303 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2304
2305         * wl-draft.el (wl-draft-hide): Select buffer-window.
2306
2307 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2308
2309         * wl-summary.el (wl-summary-narrow-to-region): New function.
2310         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2311         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2312         (wl-summary-save-region): Use it.
2313         * wl-action.el (wl-summary-collect-numbers-region)
2314         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2315
2316 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2317
2318         * wl-folder.el (wl-folder-count-incorporates): Don't use
2319         `elmo-msgdb-mark-load'
2320
2321         * Version number is increased to 2.11.11.
2322
2323 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2324
2325         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2326         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2327
2328 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2329
2330         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2331
2332 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * Version number is increased to 2.11.10.
2335
2336 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2337
2338         * wl-mime.el (wl-draft-attribute-value): Fixed.
2339
2340 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2341
2342         * wl-util.el (wl-copy-local-variables): New function.
2343
2344         * wl-mime.el (wl-draft-attribute-recipients): New function.
2345         (wl-draft-attribute-envelope-from): Ditto.
2346         (wl-draft-attribute-smtp-posting-server): Ditto.
2347         (wl-draft-attribute-smtp-posting-port): Ditto.
2348         (wl-draft-attribute-value): Ditto.
2349         (wl-draft-preview-message): Use it to get value for
2350         attributes. Reflect result of `wl-draft-config'.
2351
2352         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2353         and call `wl-summary-mark-as-read' before to call
2354         `wl-summary-unset-mark'.
2355         (wl-summary-target-mark-mark-as-unread): Likewise.
2356         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2357
2358 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2359
2360         * wl-mime.el (wl-draft-preview-message): Use actual value for
2361         attributes; Fix for small window.
2362
2363 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-refile.el (wl-refile-get-field-value): Call
2366         `elmo-message-entity-field' with 3rd argument is non-nil.
2367
2368 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2369
2370         * wl-vars.el (wl-draft-preview-attributes): New user option.
2371         (wl-draft-preview-attributes-list): Ditto.
2372         (wl-draft-preview-attributes-buffer-lines): Ditto.
2373         (wl-draft-preview-attributes-buffer-name): Ditto.
2374
2375         * wl-mime.el (wl-draft-preview-message): Display attributes.
2376
2377 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2378
2379         * wl-summary.el (wl-summary-detect-mark-position): Bind
2380         wl-summary-flag-priority-list to '(new).
2381
2382 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2383
2384         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2385         funtion.
2386         (wl-highlight-summary-line-string): Use it.
2387         (wl-highlight-summary-current-line): Ditto.
2388
2389 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2390
2391         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2392         line even when the mark string is not changed.
2393
2394         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2395         argument change in the wl-summary-create-line.
2396         (wl-thread-insert-entity-sub): Ditto.
2397
2398         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2399         argument change in the wl-summary-create-line.
2400         (wl-summary-insert-sequential): Ditto.
2401         (wl-summary-update-thread): Ditto.
2402         (wl-summary-persistent-mark-string): New inline function.
2403         (wl-summary-message-mark): Use it.
2404         (wl-summary-create-line): Abolish argument wl-persistent-mark
2405         and added wl-flags, wl-cached.
2406
2407         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2408         mark to flags.
2409         (wl-highlight-summary-current-line): Decide the face not by the 
2410         persistent mark but flags.
2411
2412 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2413
2414         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2415         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2416         wl-summary-read-uncached-mark): Revive.
2417         (wl-summary-answered-cached-mark,
2418         wl-summary-answered-uncached-mark): New user option.
2419         (wl-summary-score-marks): Follow the change above.
2420         (wl-summary-auto-refile-skip-marks): Ditto.
2421         (wl-summary-incorporate-marks): Ditto.
2422         (wl-summary-expire-reserve-marks): Ditto.
2423         (wl-summary-flag-priority-list): New user option.
2424
2425         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2426         changes.
2427         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2428         of elmo-message-mark.
2429         (wl-summary-mark-as-read-internal): Ditto.
2430         (wl-summary-mark-as-answered): Ditto.
2431         (wl-summary-mark-as-important): Ditto.
2432         (wl-summary-redisplay-internal): Ditto.
2433         (wl-summary-redisplay-no-mime-internal): Ditto.
2434         (wl-summary-message-mark): New function.
2435         (wl-summary-insert-sequential): Use wl-summary-message-mark
2436         instead of elmo-message-mark.
2437         (wl-summary-update-thread): Ditto.
2438         (wl-summary-persistent-mark): Ditto.
2439         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2440         instead of elmo-message-mark.
2441
2442         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2443         wl-summary-message-mark instead of elmo-message-mark.
2444         (wl-thread-insert-entity-sub): Ditto.
2445         (wl-thread-get-children-msgs-uncached): Ditto.
2446
2447         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2448         variable name changes.
2449         (wl-highlight-summary-current-line): Ditto.
2450
2451         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2452         wl-summary-message-mark instead of elmo-message-mark.
2453
2454         * wl-expire.el (wl-expire-message-p): Ditto.
2455
2456         * wl-score.el (wl-score-headers): Ditto.
2457
2458         * Version number is increased to 2.11.9.
2459
2460         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2461         (wl-summary-sync-update): Follow the change above.
2462         (wl-summary-switch-to-clone-buffer): Ditto.
2463         (wl-summary-open-folder): Ditto.
2464
2465 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2466
2467         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2468         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2469
2470         * Version number is increased to 2.11.8.
2471
2472         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2473
2474         * wl-expire.el (wl-expire-refile): Follow the API change on
2475         `elmo-folder-move-messages'.
2476         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2477
2478         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2479         (wl-summary-exec-action-refile): Ditto.
2480         (wl-summary-exec-action-copy): Ditto.
2481         (wl-summary-no-auto-refile-message-p): No use
2482         `wl-summary-buffer-msgdb'.
2483         (wl-summary-auto-refile): Ditto.
2484
2485 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2486
2487         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2488
2489 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2490
2491         * wl-summary.el (wl-summary-sync): Treat no-sync.
2492
2493         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2494         (wl-default-sync-range): Ditto.
2495
2496 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2497
2498         * wl-refile.el (wl-refile-subject-learn): Call
2499         `elmo-message-entity-field' with 3rd argument is non-nil.
2500         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2501         instead of `elmo-msgdb-overview-entity-get-subject'.
2502
2503 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2506         scan-type is rescan.
2507         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2508         new optional argument force is non-nil.
2509         (wl-summary-save-view-cache): Call it with force argument non-nil.
2510
2511         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2512
2513 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2514
2515         * wl-action.el (wl-summary-print-argument): Fixed last change.
2516
2517 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2518
2519         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2520         simplified.
2521         (wl-summary-target-mark-mark-as-unread): Likewise.
2522         (wl-summary-target-mark-mark-as-important): Likewise.
2523
2524 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2525
2526         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2527         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2528         (wl-summary-mark-as-important-region): Change accordingly.
2529         (wl-summary-target-mark-mark-as-important): Ditto.
2530
2531 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2532
2533         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2534
2535         * wl-action.el (wl-summary-print-argument): Print argument to
2536         right side of window if `wl-summary-print-argument-within-window'
2537         is non-nil.
2538
2539 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2540
2541         * wl-action.el (wl-summary-set-mark): Use
2542         `wl-summary-message-visible-p' to check visibility of the message
2543         and jump to message only when the message line is visible and have
2544         different number; Call wl-summary-unset-mark with number argument.
2545         (wl-summary-unset-mark): 
2546         Use `wl-summary-message-visible-p'
2547         to check visibility of the message and jump to message only when
2548         the message line is visible and have different number;
2549
2550 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2551
2552         * Version number is increased to 2.11.7.
2553
2554         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2555         and wl-folder-summary-line-format.
2556
2557         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2558         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2559         (wl-summary-set-score-mark): Use it.
2560         (wl-summary-target-mark-mark-as-read): Ditto.
2561         (wl-summary-target-mark-mark-as-unread): Ditto.
2562         (wl-summary-target-mark-mark-as-important): Ditto.
2563         (wl-summary-target-mark-msgs): Simplified.
2564         (wl-summary-detect-mark-position): Fixed problem when
2565         summary-line-format no contain persisten/temp mark spec.
2566         (wl-summary-temp-mark): Ditto.
2567         (wl-summary-persistent-mark): Ditto.
2568         (wl-summary-update-persistent-mark): Ditto.
2569
2570         * wl-action.el (wl-summary-set-mark): Ditto.
2571         (wl-summary-unset-mark): Ditto.
2572         All other related portions are changed.
2573
2574 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2575
2576         * Version number is increased to 2.11.6.
2577
2578 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2579
2580         * wl-util.el (wl-current-message-buffer): Define as function;
2581         Don't use the value of wl-messge-buffer.
2582
2583         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2584         persistent mark.
2585
2586         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2587         no current message, cause an error.
2588
2589 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2590
2591         * wl-summary.el (wl-summary-set-message-modified): Use
2592         elmo-folder-set-message-modified instead of
2593         elmo-folder-set-message-modified-internal.
2594
2595 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2596
2597         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2598         interactively.
2599         (wl-summary-sync): nokill->entirely.
2600         (wl-summary-sync-marks): Fixed message.
2601         (wl-summary-input-range): Added mark, nokill->entirely.
2602
2603         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2604         messages as read.
2605
2606 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2607
2608         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2609         update-noscore.
2610         (wl-summary-sync): Follow the change above.
2611
2612 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2613
2614         * wl-action.el (wl-summary-target-mark-all): Use
2615         elmo-folder-list-messages.
2616
2617 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2618
2619         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2620         (wl-summary-rescan): Set wl-summary-scored as nil.
2621         (wl-summary-sync-force-update): Follow the change above.
2622         (wl-summary-sync): Ditto.
2623         (wl-summary-sync-update): Added argument disable-killed.
2624         (wl-summary-insert-headers): Set visible-only argument for
2625         elmo-folder-list-messages.
2626         (wl-summary-input-range): Added update-nokill, update-noscore,
2627         all-nokill, all-noscore and mark.
2628
2629         * Version number is increased to 2.11.5.
2630
2631         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2632
2633 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2634
2635         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2636         (wl-summary-prefetch-region-no-mark): Change accordingly.
2637         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2638
2639 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2640
2641         * wl-address.el (wl-complete-field-to): Abolished.
2642         (wl-complete-address): Completion function for completing-read.
2643         * wl-action.el (wl-summary-get-resend-address): Use it.
2644
2645         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2646         wl-summary-update-mark and abolish unused argument.
2647         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2648         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2649         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2650         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2651         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2652         * wl-draft.el (wl-draft-kill): Ditto.
2653
2654         * wl-summary.el: Remove unused binding of case-fold-search.
2655         (wl-summary-replace-status-marks): Abolished.
2656
2657 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2658
2659         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2660         is specified or folder length is zero.
2661
2662 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2663
2664         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2665         (wl-folder-archive-current-entity): Ditto.
2666
2667 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2668
2669         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2670         retrieving message mark.
2671         (wl-summary-redisplay-internal): Ditto.
2672
2673         * wl-message.el (wl-message-buffer-display): Ignore errors while
2674         retrieving message-id field.
2675
2676         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2677         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2678         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2679         order of the arguments for `wl-expire-message-p'.
2680         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2681
2682         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2683         Check return value of wl-summary-reply.
2684         (wl-summary-reply): Recover window configuration when an error occured.
2685
2686 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2687
2688         * wl-summary.el (wl-summary-resend-message): Abolished, the
2689         feature is inherited by wl-summary-resend (put resend mark).
2690
2691 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2692
2693         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2694         wl-message-buffer to nil when the message is hide.
2695
2696 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2697
2698         * .cvsignore: New file.
2699
2700 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2701
2702         * wl-action.el (wl-summary-action-docstring): Add more info.
2703         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2704         duplicate definition.
2705         (wl-summary-define-mark-action): Functions wl-summary-*-region
2706         keep current position.
2707         (wl-summary-unregister-target-mark): Store result to the variable.
2708
2709 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2710
2711         * Version number is increased to 2.11.4.
2712
2713 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2714
2715         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2716         wl-summary-delete-all-temp-marks.
2717         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2718
2719         * wl-action.el (wl-summary-set-mark): Changed terminology
2720         refile-destination -> action-argument.
2721         (wl-summary-unset-mark): Ditto.
2722         (wl-summary-remove-argument): Ditto.
2723         (wl-summary-print-argument): Ditto.
2724
2725         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2726         (wl-thread-remove-argument-region): Ditto.
2727         (wl-thread-print-argument-region): Ditto.
2728         (wl-thread-close): Ditto.
2729         (wl-thread-open): Ditto.
2730
2731         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2732         (wl-highlight-refile-destination-face is abolished)
2733         (wl-highlight-action-argument-string): Ditto.
2734         (wl-highlight-summary-current-line): Highlight action argument.
2735
2736         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2737         color for light backgrounds.
2738         (wl-highlight-summary-answered-face): Ditto.
2739
2740 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2741
2742         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2743
2744         * wl-score.el (wl-summary-score-update-all-lines): Use
2745         wl-summary-set-mark.
2746         (wl-summary-score-update-all-lines): Kill expunged messages.
2747
2748         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2749
2750 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2751
2752         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2753         directly.
2754         (wl-score-overview-entity-get-lines): Ditto.
2755         (wl-score-overview-entity-get-xref): Ditto.
2756         (wl-score-get-latest-msgs): Ditto.
2757         (wl-summary-rescore): Ditto.
2758
2759         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2760         to "&".
2761         (wl-summary-mark-as-answered-internal): New inline function.
2762         (wl-summary-mark-as-answered): New function.
2763         (wl-summary-mark-as-unanswered): Ditto.
2764         (wl-summary-sync-marks): Modified for answered-mark synching.
2765
2766 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2767
2768         * wl-action.el (wl-summary-set-mark): Fixed last change.
2769
2770 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2771
2772         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2773         behavior of wl-summary-unread-message-hook
2774         (Pointed out by akira yamada <akira@arika.org>).
2775
2776 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2777
2778         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2779         wl-summary-delete.
2780         * wl-xmas.el (wl-summary-toolbar): Ditto.
2781
2782         * wl-action.el (wl-summary-set-mark): Don't override current
2783         temp-mark.
2784
2785         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2786
2787 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2788
2789         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2790         (wl-refile-msgid-learn): Ditto.
2791         (wl-refile-get-field-value): Ditto.
2792
2793         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2794
2795         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2796         (wl-expire-delete-reserved-messages): Renamed from
2797         wl-expire-reserve-marked-msgs-from-list.
2798         (wl-expire-delete): Removed argument `msgdb'.
2799         (wl-expire-refile): Ditto.
2800         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2801         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2802         mark-alist as argument.
2803         (wl-expire-archive-number1): Removed argument `msgdb'.
2804         (wl-expire-archive-number2): Ditto.
2805         (wl-expire-archive-date): Ditto.
2806         (wl-expire-localdir-date): Ditto.
2807         (wl-expire-hide): Ditto.
2808         (wl-archive-number1): Ditto.
2809         (wl-archive-number2): Ditto.
2810         (wl-archive-date): Ditto.
2811         (wl-archive-folder): Ditto.
2812         All other related portions are changed.
2813
2814 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2815
2816         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2817         mean move up and down. (suggested by Takashi Kawachi)
2818
2819 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2820
2821         * wl-acap.el (toplevel): Don't require un-define.
2822
2823 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2824
2825         * wl-thread.el (wl-thread-delete-message): Always update
2826         wl-summary-buffer-number-list.
2827
2828         * wl-action.el (wl-summary-print-destination): 
2829         Do nothing when folder is nil.
2830
2831 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2832
2833         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2834         persistent mark when prefetch is succeeded.
2835
2836 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2837
2838         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2839         instead of elmo-msgdb-delete-msgs.
2840         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2841         (wl-expire-hide): Ditto.
2842
2843         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2844
2845         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2846         elmo-msgdb interface.
2847         (wl-thread-get-exist-children): Likewise.
2848         (wl-thread-insert-message): Likewise.
2849         (wl-thread-msg-mark-as-important): Likewise.
2850         (wl-thread-insert-entity-sub): Likewise.
2851         (wl-thread-get-children-msgs-uncached): Likewise.
2852
2853         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2854         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2855         (wl-summary-sync-update): Likewise.
2856         (wl-summary-auto-select-msg-p): Likewise.
2857         (wl-summary-update-thread): Likewise.
2858         (wl-summary-mark-as-important): Likewise.
2859         (wl-summary-jump-to-msg-internal): Likewise.
2860         (wl-summary-redisplay-internal): Likewise.
2861         (wl-summary-print-message-with-ps-print): Likewise.
2862         (wl-summary-folder-info-update): Likewise.
2863
2864         * wl-folder.el (wl-folder-check-one-entity):
2865         elmo-folder-count-flags instead of wl-summary-count-unread.
2866
2867         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2868
2869         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2870
2871         * wl-summary.el (wl-summary-set-message-modified): 
2872         Call wl-summary-set-mark-modified.
2873         (wl-summary-delete-messages-on-buffer): Call
2874         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2875         (wl-summary-sync-update): Call elmo-folder-length instead of
2876         elmo-folder-messages.
2877         (wl-summary-insert-headers): Don't call
2878         elmo-folder-list-message-entities.
2879
2880 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2881
2882         * wl-action.el (wl-summary-define-mark-action): Call
2883         `wl-summary-set-mark' with argument `data'.
2884         (wl-summary-auto-refile): Fixed order of arguments when call
2885         `wl-summary-refile'.
2886
2887 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2888
2889         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2890
2891         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2892
2893         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2894         (Renamed from wl-highlight-summary-deleted-face).
2895         (wl-highlight-summary-resend-face): New face.
2896
2897         (wl-highlight-summary-deleted-face): Renamed from
2898         wl-highlight-summary-erased-face.
2899
2900         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2901
2902         * wl-action.el (wl-summary-get-resend-address): New function.
2903         (wl-summary-exec-action-resend): Ditto.
2904         (wl-summary-exec-action-resend-subr): Ditto.
2905
2906         * w-thread.el (wl-thread-copy): Removed definition.
2907         (wl-thread-refile): Ditto.
2908         (wl-thread-delete): Ditto.
2909         (wl-thread-target-mark): Ditto.
2910
2911         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2912         (wl-summary-target-mark-set-action): Fixed.
2913         (wl-summary-define-mark-action): Fixed quotation.
2914         (wl-summary-move-mark-list-messages): Display message.
2915         (wl-summary-define-mark-action): Define thread functions.
2916         (wl-summary-exec-action-refile): Changed message.
2917         (wl-summary-exec): Ditto.
2918
2919 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2920         
2921         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2922         '%%'.
2923
2924 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2925
2926         * wl.el (toplevel): Require wl-action.
2927         (wl-init): Call wl-summary-define-mark-action.
2928
2929         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2930
2931         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2932         wl-summary-delete and wl-summary-erase.
2933         (wl-summary-mode-map): Ditto.
2934
2935         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2936         wl-delete-folder-alist.
2937
2938         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2939         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2940         (toplevel): Moved mark & action related functions to the wl-action.el.
2941
2942         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2943         in wl-summary-mark-action-list.
2944         (wl-highlight-summary-current-line): Ditto.
2945
2946         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2947         empty lines.
2948
2949         * wl-action.el: New file. 
2950
2951 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2952
2953         * wl-summary.el (wl-summary-target-mark-replace): New function.
2954         (wl-summary-target-mark-prefetch): Use it.
2955         (wl-summary-target-mark-delete): Ditto.
2956         (toplevel): Rearranged definition order.
2957         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2958         (wl-summary-target-mark-erase): Rewrite.
2959         (wl-summary-erase-region): New function.
2960         (wl-summary-exec-action-erase): Changed message.
2961         (wl-summary-move-mark-list-messages): New function.
2962         (wl-summary-exec-action-delete): Use it.
2963         (wl-summary-exec-action-erase): Ditto.
2964
2965         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2966         (wl-summary-skip-mark-list): Added "d".
2967
2968         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2969         while searching.
2970
2971         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2972         and define using defcustom;
2973         Define 4th element as a face.
2974         
2975         * wl-summary.el (wl-summary-incorporate): Use 
2976         `wl-summary-prefetch-region-no-mark' instead of
2977         `wl-summary-prefetch-region'.
2978         (wl-summary-prefetch-region-no-mark): Revival of old
2979         `wl-summary-prefetch-region'.
2980         (wl-summary-mark-action-list): Moved to wl-vars.el
2981
2982         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2983         face according to the `wl-summary-mark-action-list'.
2984         (wl-highlight-summary-current-line): Ditto;
2985         Removed destination highlighting.
2986
2987         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2988         (wl-highlight-summary-line-string): Highlight for "i" mark.
2989         (wl-highlight-summary-current-line): Ditto.
2990
2991         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2992         no destination.
2993
2994         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2995         exists, just go ahead.
2996         (wl-summary-prefetch-region): Rewrite.
2997         (wl-summary-prefetch): Ditto.
2998         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2999         (wl-summary-exec-action-prefetch): New function.
3000         (wl-summary-target-mark-prefetch): Rewrite.
3001
3002 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3003
3004         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3005         (wl-highlight-summary-line-string): Added "d" and "D".
3006         (wl-highlight-summary-current-line): Ditto.
3007
3008         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3009         in wl-summary.el.
3010         (wl-thread-insert-entity-sub): Ditto.
3011         (wl-thread-remove-destination-region): Ditto.
3012         (wl-thread-print-destination-region): Ditto.
3013
3014         * wl-summary.el (wl-summary-buffer-refile-list,
3015         wl-summary-buffer-delete-list,
3016         wl-summary-buffer-copy-list): Abolish.
3017         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3018         All other related portions are changed.
3019         (wl-summary-mark-action-list): New variable.
3020         (wl-summary-set-mark): New function.
3021         (wl-summary-register-target-mark): Ditto.
3022         (wl-summary-unregister-target-mark): Ditto.
3023         (wl-summary-have-target-mark-p): Ditto.
3024         (wl-summary-register-temp-mark): Ditto.
3025         (wl-summary-unregister-temp-mark): Ditto.
3026         (wl-summary-registered-temp-mark): Ditto.
3027         (wl-summary-collect-temp-mark): Ditto.
3028         (wl-summary-unset-mark): Ditto.
3029         (wl-summary-set-target-mark): Ditto.
3030         (wl-summary-unset-target-mark): Ditto.
3031         (wl-summary-set-action-generic): Ditto.
3032         (wl-summary-unset-action-generic): Ditto.
3033         (wl-summary-exec-action-delete): Ditto.
3034         (wl-summary-exec-action-erase): Ditto.
3035         (wl-summary-set-action-refile): Ditto.
3036         (wl-summary-set-action-refile-subr): Ditto.
3037         (wl-summary-unset-action-refile): Ditto.
3038         (wl-summary-make-destination-numbers-list): Ditto.
3039         (wl-summary-exec-action-refile): Ditto.
3040         (wl-summary-set-action-copy): Ditto.
3041         (wl-summary-unset-action-copy): Ditto.
3042         (wl-summary-exec-action-copy): Ditto.
3043         (wl-summary-collect-numbers-region): Ditto.
3044         (wl-summary-delete): Rewrite.
3045         (wl-summary-erase): Ditto.
3046         (wl-summary-remove-destination): Ditto.
3047         (wl-summary-exec): Ditto.
3048         (wl-summary-exec-region): Ditto.
3049         (wl-summary-target-mark-erase): Ditto.
3050         (wl-summary-refile): Ditto.
3051         (wl-summary-copy): Ditto.
3052         (wl-summary-unmark): Ditto.
3053         (wl-summary-delete-all-mark): Ditto.
3054         (wl-summary-mark-line): Don't highlight.
3055         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3056         (wl-summary-target-mark-refile-subr): Rewrite.
3057
3058         (wl-summary-copy-prev-destination): Abolish.
3059
3060 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3061
3062         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3063         default values along the value of wl-on-mule.
3064         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3065         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3066         It is not used anywhere.
3067
3068 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3069
3070         * wl-summary.el (wl-summary-print-destination): Keep position.
3071         (wl-summary-cursor-move-surface): Keep horizontal position.
3072
3073 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3074
3075         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3076         write sendlog.
3077
3078 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3079
3080         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3081         `wl-summary-highlight'.
3082
3083 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3084
3085         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3086         trivial condition for temp-mark.
3087
3088 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3089
3090         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3091         when it hits killed buffer.
3092
3093 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3094
3095         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3096         * wl-news.el.in: `message' and `error' take format string.
3097
3098 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3099
3100         * wl-folder (wl-folder-insert-entity): Display a message,
3101         `...done', when the work finish.
3102         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3103
3104 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3105
3106         * wl-message.el (wl-message-redisplay): Remove unused local
3107         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3108
3109 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3110
3111         * wl-summary.el (wl-summary-replace-status-marks): Disable
3112         interactive use.
3113         (wl-summary-reedit): Check message existence at first.
3114         (wl-summary-mark-line): Fix doc, return value is indefinite.
3115
3116         * wl-highlight.el (wl-highlight-message): Arranged.
3117
3118         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3119         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3120         check temp-mark by wl-summary-temp-mark always.
3121         (wl-highlight-summary): Change accordingly.
3122         * wl-summary.el (wl-summary-mark-as-read-all)
3123         (wl-summary-delete-cache, wl-summary-set-score-mark)
3124         (wl-summary-mark-as-unread, wl-summary-unmark)
3125         (wl-summary-mark-line, wl-summary-mark-as-read)
3126         (wl-summary-mark-as-important): Ditto.
3127
3128         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3129         end of the window if possible.
3130         * wl-summary.el (wl-summary-sync-update): Support lazy
3131         highlighting.
3132         (wl-summary-toggle-disp-msg): Ditto.
3133
3134 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3135
3136         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3137
3138 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3139
3140         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3141         change.
3142
3143 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3144
3145         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3146         API.
3147         (wl-summary-sync-update): Ditto.
3148
3149         * wl-score.el (wl-score-get-score-alist): Changed argument.
3150         (wl-summary-rescore-msgs): Likewise.
3151         (wl-summary-score-headers): Likewise.
3152         (wl-score-headers): Likewise;
3153         Use elmo-folder-do-each-message-entity, etc.
3154         (wl-summary-score-effect): Follow the changes above.
3155         (wl-summary-rescore): Ditto.
3156         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3157         (wl-score-get-overview): Abolish.
3158
3159         * wl-summary.el (wl-summary-default-from): Follow the API change in
3160         elmo-msgdb.
3161         (wl-summary-count-unread): Ditto.
3162         (wl-summary-detect-mark-position): Ditto.
3163         (wl-summary-overview-entity-compare-by-date): Ditto.
3164         (wl-summary-overview-entity-compare-by-number): Ditto.
3165         (wl-summary-overview-entity-compare-by-from): Ditto.
3166         (wl-summary-overview-entity-compare-by-subject): Ditto.
3167         (wl-summary-get-list-info): Ditto.
3168         (wl-summary-rescan): Ditto.
3169         (wl-summary-jump-to-msg-by-message-id): Ditto.
3170         (wl-summary-sync-update): Ditto; Removed comment.
3171         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3172         (wl-summary-insert-message): Use wl-summary-insert
3173         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3174         (wl-summary-insert-headers): Changed argument overview to folder.
3175         (wl-summary-search-by-subject): Likewise.
3176         (wl-summary-insert-thread): Renamed from 
3177         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3178
3179         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3180         too.
3181
3182         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3183         wl-string-member.
3184
3185 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3186
3187         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3188         elmo-folder-append-buffer.
3189         (wl-draft-queue-append): Likewise.
3190
3191         * wl-mime.el (wl-message-delete-current-part): Ditto.
3192         (wl-summary-burst-subr): Ditto.
3193
3194         * wl-news.el.in (wl-news-send-news): Ditto.
3195
3196 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3197
3198         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3199         function.
3200         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3201         (wl-summary-update-mark): Enclose with save-excursion.
3202         (wl-summary-mark-as-read-internal): Fixed last change.
3203         (wl-summary-mark-as-important): Use 3rd argument of
3204         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3205         Don't use elmo-msgdb-set-mark.
3206         (wl-summary-redisplay-internal): If msgdb flag is already read,
3207         just update the mark on buffer.
3208
3209 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3210
3211         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3212         cut visible folder when elmo-folder-delete returns non-nil value.
3213
3214 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3215
3216         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3217         by Kenichi OKADA <okada@opaopa.org>).
3218
3219 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3220
3221         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3222
3223 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3224
3225         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3226         Fixed the last change, search group entity by its real name.
3227         (Thanks to: KOBAYASHI Shinji)
3228
3229 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3230
3231         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3232         (wl-fldmgr-access-display-all): Don't refer visible name.
3233         * wl-expire.el (wl-folder-archive-current-entity)
3234         (wl-folder-expire-current-entity): Ditto.
3235         * wl-folder.el (wl-folder-jump-to-current-entity)
3236         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3237         (wl-folder-open-folder-sub,wl-folder-open-all)
3238         (wl-folder-write-current-folder): Ditto.
3239         (wl-folder-insert-entity): Don't use petname for normal group.
3240         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3241         is the real name.
3242         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3243         Abolished.
3244
3245 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3246
3247         * wl-draft.el (wl-draft-create-buffer): Add
3248         `wl-summary-reply-with-citation'
3249
3250 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3251
3252         * wl-draft.el (wl-draft-reply): Fixed.
3253
3254 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3255
3256         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3257         when `wl-draft-send-confirm-with-preview' is non-nil.
3258         You can scroll up/down by j/k.
3259         (wl-draft-send-confirm-with-preview): New variable (default=t).
3260
3261 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3262
3263         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3264         (wl-fldmgr-save-folders): Fix comment.
3265
3266 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3267
3268         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3269         along the last change in `wl-folder-buffer-group-p'.
3270
3271 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3272
3273         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3274         folder.
3275
3276         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3277         the default value.
3278
3279         * wl-mime.el (wl-summary-burst): Update summary only when target
3280         folder equals current folder.
3281
3282 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3283
3284         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3285
3286 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3287
3288         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3289         value.
3290
3291 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3294         `map-extents' instead of `extent-at' repeatedly.
3295         (wl-highlight-folder-current-line): Ditto.
3296
3297         * wl-highlight.el: Remove useless dummy functions.
3298
3299 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3300
3301         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3302         (wl-folder-put-folder-property): New function to put text property.
3303         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3304         (wl-folder-insert-entity, wl-folder-update-diff-line)
3305         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3306         * wl-e21.el, wl-xmas.el, wl-mule.el
3307         (wl-highlight-folder-current-line): Ditto.
3308         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3309         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3310         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3311         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3312
3313 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3314
3315         * Version number is increased to 2.11.3.
3316
3317 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3318
3319         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3320         Resume current-buffer since it is assumed by remaining tasks.
3321
3322 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3323
3324         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3325         (wl-folder-completion-function): Abolished.
3326         (wl-folder-complete-folder): New function.
3327         (wl-folder-complete-filter-condition): Ditto.
3328         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3329         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3330
3331 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3332
3333         * wl-draft.el (wl-draft-send-confirm): New function.
3334         (wl-draft-send): Use it.
3335
3336         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3337         cursor-in-echo-area while confirming.
3338
3339         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3340
3341         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3342         searching via nntp if wl-summary-search-via-nntp is 'force.
3343         Otherwise, invoke searching in nntp folder only.
3344         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3345
3346         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3347         explicitly for mime-make-text-tag.
3348
3349 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3350
3351         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3352         `mime-make-text-tag' instead of `mime-create-tag'.
3353
3354 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3355
3356         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3357         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3358
3359 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3360
3361         * wl-score.el (wl-score-save): Bind print-length and print-level.
3362         (wl-score-pretty-print): Ditto.
3363         (wl-score-edit-insert-header-entry): Ditto.
3364
3365         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3366         "From" entry to be treated with wl-draft-eword-encode-address-list.
3367         * wl-mime.el (wl-draft-preview-message): Ditto.
3368
3369         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3370         (wl-summary-mark-as-unread): Ditto.
3371         (wl-summary-mark-as-read-region): Change accordingly.
3372         (wl-summary-mark-as-unread-region): Ditto.
3373         (wl-summary-target-mark-mark-as-read): Ditto.
3374         (wl-summary-target-mark-mark-as-unread): Ditto.
3375
3376 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3377
3378         * Version number is increased to 2.11.2.
3379
3380 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3381
3382         * wl-news.el.in (wl-news-previous-version-save): Bind
3383         print-length and print-level.
3384         * wl-thread.el (wl-thread-save-entities): Ditto.
3385         (wl-thread-save-top-list): Bind print-length.
3386
3387 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3388
3389         * wl-highlight.el (wl-highlight-summary-line-string): Use
3390         wl-summary-score-below-mark, wl-summary-score-over-mark.
3391         (wl-highlight-summary-current-line): Ditto.
3392
3393 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3394
3395         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3396         insert it.
3397
3398 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3399
3400         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3401
3402 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3403
3404         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3405         message without msgid.
3406         Rewrite with elmo-folder-move-messages.
3407         Set wl-message-buffer to nil.
3408
3409         * wl-summary.el (wl-summary-erase-subr): New function. Use
3410         elmo-folder-move-messages.
3411         (wl-summary-erase): Call it.
3412         (wl-summary-target-mark-erase): Ditto.
3413
3414 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3415
3416         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3417         it is not up-tp-date.
3418
3419 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3420
3421         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3422         buffer after calling `wl-summary-goto-folder-subr' without the
3423         argument `interactive'.
3424         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3425
3426 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3427
3428         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3429         `mime-create-tag'. Use `string=' instead of `looking-at'.
3430
3431 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3432
3433         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3434         to avoid compile warning.
3435
3436         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3437         entity-id when folder is given.
3438         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3439         save-excursion, use save-selected-window instead.
3440         Select folder buffer window if exists.
3441         (To correct behavior with wl-folder-move-cur-folder.)
3442
3443 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3444
3445         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3446
3447 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3448
3449         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3450         list-count instead of %d.
3451
3452 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3453
3454         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3455         (wl-news): Set it.
3456         (wl-news-append-to-folder): Use it.
3457
3458         * wl-news.el.in (wl-news-send-news): Append to specified folder
3459         instead of wl-default-folder.
3460         (wl-news-append-to-folder): Show error message with specified folder.
3461
3462         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3463                 In most major modes, Emacs assumes that any opening
3464                 delimiter found at the left margin is the start of a
3465                 top-level definition, or defun. Therefore, *never put an
3466                 opening delimiter at the left margin unless it should have
3467                 that significance.*
3468
3469         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3470
3471 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3472
3473         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3474
3475 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3476
3477         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3478
3479 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3480
3481         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3482         for sequential numbering case.
3483
3484 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3485
3486         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3487         value.
3488         (wl-draft-reply-without-argument-list): Ditto.
3489         (wl-draft-reply-myself-with-argument-list): Abolish.
3490         (wl-draft-reply-myself-without-argument-list): Ditto.
3491         * wl-draft.el (wl-draft-self-reply-p): New function.
3492         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3493
3494 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3495
3496         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3497         (avoid error for the case without byte-compiling)
3498
3499 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3500
3501         * wl-news.el.in (wl-news-append-to-folder): New function.
3502         (wl-news-exit): Rewrite.
3503         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3504
3505 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3506
3507         * wl-draft.el (wl-draft-reply-position): New function.
3508         (wl-draft-reply-position): Fix.
3509         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3510         (wl-summary-target-mark-reply-with-citation): Ditto.
3511         (wl-summary-reply-with-citation): Ditto.
3512         * wl-vars.el (wl-draft-reply-default-position): New variable.
3513
3514 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3515
3516         * wl-draft.el (wl-draft-send): Preview when interactive send.
3517
3518 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3519
3520         * wl-draft.el (wl-draft-reply): Set default position.
3521         * wl-summary.el (wl-summary-reply): Ditto.
3522         (wl-summary-reply-with-citation): Ditto.
3523         (wl-summary-target-mark-reply-with-citation): Ditto.
3524
3525 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3526
3527         * wl-news.el.in (wl-news-lang): Set default value according to
3528         current-language-environment.
3529         (wl-news-append-news): Do nothing when news-list is nil.
3530
3531 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3532
3533         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3534         (wl-news): Change message.
3535         (wl-news-exit): Check buffer.
3536         (wl-news-force-exit): New function.
3537         (wl-news-show-all): New function.
3538         (wl-news-discard-and-exit): Fix.
3539
3540 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3541
3542         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3543         according to current-language-environment.
3544
3545         * wl-news.el.in (wl-news): If arg, show all NEWS after
3546         wl-news-default-previous-version.
3547
3548 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3549
3550         * wl-news.el.in (wl-news-check): Rewritten.
3551         (wl-news-previous-version-load): Change data type.
3552         (wl-news-previous-version-save): Change data type.
3553         (wl-news-append-news): Add return value.
3554         (wl-news-check-news): New function.
3555         (wl-news-already-current-p): New function.
3556         (wl-news-send-news): Rewritten.
3557         (wl-news-mode-map): Add new keybind.
3558         (wl-news): Rewritten.
3559         (wl-news-exit): Rewritten.
3560         (wl-news-discard-and-mail): New function.
3561         (wl-news-send-to-address): Abolished.
3562         * wl.el (wl-init): Delete a message.
3563
3564 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3565
3566         * wl-news.el.in (wl-news-exit): Update previous version.
3567         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3568
3569 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3570
3571         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3572
3573 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3574
3575         * wl-news.el.in (wl-news): New function.
3576         (wl-news-mode): New function.
3577         (wl-news-next-line): New function.
3578         (wl-news-next-page): New function.
3579         (wl-news-exit): New function.
3580         (wl-news-buf-name): New variable.
3581         (wl-news-mode-map): New variable.
3582         (wl-news-winconf): New variable.
3583         (wl-news-append-news): Add an option.
3584
3585 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3586
3587         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3588
3589 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3590
3591         * wl-news.el.in (wl-news-send-to-address): New variable.
3592         (wl-news-send-news): Use it.
3593         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3594         Return updating status.
3595         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3596
3597 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3598
3599         * wl-news.el.in (wl-news-send-news): Delete
3600         Organization and X-Face.
3601
3602 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3603
3604         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3605         (wl-news-append-news): New function.
3606         (wl-news-send-news): New function.
3607
3608 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3609
3610         * Version number is increased to 2.11.1.
3611
3612 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3613
3614         * wl-news.el.in : New file.
3615
3616 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3617
3618         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3619         default value.
3620         (wl-draft-reply-without-argument-list): Ditto.
3621
3622 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3623
3624         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3625         (wl-message-buffer-prefetch-idle-time): Ditto.
3626         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3627
3628 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3629
3630         * wl-thread.el (wl-thread-insert-message): Use
3631         wl-summary-max-thread-depth.
3632
3633         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3634         loop detection.
3635
3636         * wl-message.el (wl-message-buffer-display): Back to the first page
3637         when cache is hit.
3638
3639 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3640
3641         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3642
3643         * wl-summary.el (wl-summary-insert-thread-entity):
3644         If the thread depth is reached to wl-summary-max-thread-depth,
3645         divide the thread.
3646
3647 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3648
3649         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3650         for elmo-remove-passwd.
3651
3652 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3653
3654         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3655         folder is sticky.
3656         (wl-folder-mark-as-read-all-entity): Ditto.
3657         (wl-folder-prefetch-entity): Ditto.
3658
3659 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3660
3661         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3662
3663 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3664
3665         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3666         Delete messages on buffer for unplugged operation.
3667         (wl-summary-erase): Ditto.
3668
3669 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3670
3671         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3672         take nil so as not to search parent by subject.
3673
3674 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3675
3676         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3677         (wl-folder-get-next-folder): Ditto.
3678         (wl-folder-get-path): Ditto.
3679
3680 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3681
3682         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3683         system and encode the region with it before verifying.
3684
3685 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3686
3687         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3688         system of the echo buffer before decoding.
3689
3690 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3691
3692         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3693         original contents.
3694
3695 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3696
3697         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3698         with argument 'any-exists.
3699
3700 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3701
3702         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3703         Use `wl-cs-autoconv'.
3704
3705 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3706
3707         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3708         by `mime-view-automatic-conversion'.
3709
3710         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3711         (wl-message-verify-pgp-nonmime): Ditto.
3712         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3713         Bind them to C-c:d and C-c:v respectively.
3714
3715         Merge following code by Teranishi-san from [wl-en:00167].
3716         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3717         (wl-mime-preview-application/pgp-encrypted): Ditto.
3718         (wl-mime-setup): Add entry.
3719
3720 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3721
3722         * wl-summary.el (wl-summary-target-mark-erase): New function.
3723         Bind it to "mD".
3724
3725 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3726
3727         * wl-vars.el (wl-draft-write-file-function): Fix.
3728         (wl-draft-reedit-hook): Changed default value.
3729
3730         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3731         wl-draft-reedit-hook.
3732         (wl-draft-remove-text-plain-tag): New function.
3733         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3734
3735         * wl-vars.el (wl-draft-write-file-function): New user option.
3736
3737         * wl-draft.el (wl-draft-prepare-edit): Use it for
3738         local-write-file-hooks.
3739         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3740
3741         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3742         (wl-draft-insert-mail-header-separator): Return the body beginning
3743         point.
3744         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3745         text/plain.
3746         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3747
3748 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3749
3750         * wl-summary.el (wl-summary-erase): New function to erase message
3751         without moving it to trash. Bind to "D".
3752
3753         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3754         as `keep' unless switch-function.
3755
3756 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3757
3758         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3759         message buffer by using `wl-summary-toggle-disp-msg'.
3760         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3761         buffer window.
3762         (wl-summary-supresedes-message): Ditto.
3763
3764         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3765         Do not delete other windows.
3766         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3767         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3768         (wl-draft-create-buffer): Set reply-or-forward also for target
3769         mark commands.
3770
3771 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3772
3773         * wl-draft.el (wl-user-agent-compose): Delete special case for
3774         switch-to-buffer-other-window.
3775
3776         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3777         (wl-summary-forward): Ditto.
3778
3779         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3780         function.
3781         (wl-draft-buffer-style): New use option.
3782
3783         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3784         (wl-draft): Follow the change above.
3785         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3786         wl-draft-buffer-style.
3787         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3788         switch-function.
3789
3790 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3791
3792         * wl-address.el (wl-address-make-completion-entry): Extracted from
3793         `wl-address-make-completion-list'.
3794         (wl-address-enable-strict-loading): New variable.
3795         (wl-address-make-completion-list): Revive petname duplication
3796         inquiry, and enable it if `wl-address-enable-strict-loading'.
3797         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3798
3799 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3800
3801         * wl-message.el (wl-message-get-original-buffer): Avoid
3802         'Selecting deleted buffer' error when original buffer is killed.
3803
3804 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3805
3806         * wl-summary.el (wl-summary-next-message): Use
3807         elmo-message-accessible-p instead of elmo-message-cached-p.
3808
3809 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3810
3811         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3812
3813         * wl-thread.el (wl-thread-open-all-unread): Use
3814         elmo-folder-list-flagged instead of
3815         elmo-folder-list-messages-mark-match.
3816
3817         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3818         instead of elmo-folder-list-messages-mark-match.
3819         (wl-summary-move-spec-alist): New variable.
3820         (wl-summary-move-spec-plugged-alist,
3821         wl-summary-move-spec-unplugged-alist): Abolish.
3822         (wl-summary-next-message): Follow the change above.
3823         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3824         with 'no-msg' argument.
3825
3826         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3827         variable.
3828         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3829         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3830         (wl-message-buffer-prefetch-get-next): Follow the change above.
3831
3832 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3833
3834         * wl-version.el (wl-version): Changed codename.
3835
3836         * Version number is increased to 2.11.0.
3837
3838 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3839
3840         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3841         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3842         `wl-draft-config-variables'.
3843         (wl-draft-kill): Fixed problem when the draft is reedit.
3844
3845 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3846
3847         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3848         buffer-modified status (Thanks to
3849         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3850
3851 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3852
3853         * wl-util.el (wl-region-exists-p): New function.
3854
3855         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3856         Remove defvars for byte-compile warnings.
3857
3858 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3859
3860         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3861         defvar-maybe. Removed unused bind.
3862
3863 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3864
3865         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3866         summary buffer window before creating new frame.
3867         (wl-draft-reply): Ditto.
3868
3869 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3870
3871         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3872
3873 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3874
3875         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3876
3877 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3878
3879         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3880         instead of `kill-region'.
3881
3882 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3883
3884         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3885         (wl-highlight-summary-line-string): Use it.
3886         (wl-highlight-summary-current-line): Ditto.
3887
3888         * wl-mime.el (wl-message-delete-current-part): Check the class of
3889         mime-entity.
3890
3891         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3892
3893         * wl-summary.el (wl-summary-make-number-list): Initialize.
3894         (wl-summary-update-mark): New function.
3895         (wl-summary-reply): Put `answered' mark on the message.
3896         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3897
3898         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3899         (wl-draft-reply): Added optional argument `number';
3900         Set wl-draft-parent-number.
3901         (wl-draft-kill): Delete answered mark if it is a reply.
3902
3903 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3904
3905         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3906         that originates in mime-preview-follow-current-entity.
3907         (wl-draft-yank-current-message-entity): Use it if region is active.
3908
3909         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3910         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3911         `wl-message-delete-current-part'.
3912         * wl-mule.el (wl-message-define-keymap): Ditto.
3913         * wl-xmas.el (wl-message-define-keymap): Ditto.
3914
3915 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3916
3917         * wl-mime.el (wl-message-delete-current-part): New function.
3918         (wl-mime-node-id-to-string): Ditto.
3919
3920         * wl-mime.el (wl-message-delete-current-part): Use existing
3921         original buffer which corresponds current mime-view buffer.
3922         (fetched buffer might have different structure, possibly)
3923
3924         * wl-mime.el (wl-message-delete-current-part): Quit if the
3925         message content differs from the actual message.
3926
3927 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3928
3929         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3930         order.
3931         (wl-summary-search-by-subject): Search parent message from tail;
3932         Check the existence of the parent message on the current thread tree.
3933         (wl-summary-update-thread): Check whether the line is inserted.
3934
3935 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3936
3937         * wl-vars.el (wl-summary-line-format): Undo last change.
3938         * wl-summary.el (wl-summary-print-destination): Do not put
3939         invisible property when `wl-summary-width' is nil.
3940         (wl-summary-line-subject-minimum-length): Abolished.
3941         (wl-summary-line-subject): Ditto.
3942
3943 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3944
3945         * wl-vars.el (wl-summary-line-format): Change default value.
3946         (wl-summary-subject-length-limit): Abolished.
3947         * wl-summary.el (wl-summary-line-subject): Ditto.
3948
3949 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3950
3951         * wl-template.el (wl-template-select): Added optional argument.
3952         If optional argument is specified, reverse
3953         `wl-template-visible-select'.
3954
3955 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3956
3957         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3958         Take prefix argument to force asking the destination folder.
3959
3960 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3961
3962         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3963         count and update status.
3964
3965 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3966
3967         * wl-summary.el (wl-summary-redisplay-internal): If
3968         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3969         after fetching.
3970
3971 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3972
3973         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3974         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3975
3976         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3977
3978 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3979
3980         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3981         (All other related portions are changed).
3982         (wl-summary-mark-as-read-all): Rewrite.
3983
3984 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3985
3986         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3987         `wl-summary-mark-as-read'.
3988         (wl-summary-mark-as-unread): Rewrite.
3989         (wl-summary-mark-as-read): Added no-modeline argument.
3990         (wl-summary-resume-cache-status): Rewrite.
3991         (wl-summary-exec-subr): Remove unused local variable.
3992
3993 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3994
3995         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3996         logic to call `wl-summary-buffer-prev-folder-function'.
3997         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3998
3999 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4000
4001         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4002         is nil.
4003
4004 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4005
4006         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4007         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4008         (wl-mime-setup): Add its entry.
4009
4010 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4011
4012         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4013         (wl-summary-delete-cache): Likewise.
4014         (wl-summary-mark-as-read): Rewrite.
4015
4016 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4017
4018         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4019         `wl-summary-count-unread'.
4020
4021         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4022
4023         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4024
4025 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4026
4027         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4028         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4029         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4030         Renamed to the elmo-msgdb-*-mark.
4031         (wl-summary-score-marks): Follow the change above.
4032         (wl-summary-auto-refile-skip-marks): Ditto.
4033         (wl-summary-incorporate-marks): Ditto.
4034         (wl-summary-expire-reserve-marks): Ditto.
4035
4036         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4037         changes.
4038         (wl-thread-insert-top): Changed updating message.
4039
4040         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4041         variable.
4042         (wl-summary-count-unread): Count answered marks.
4043         (wl-summary-rescan): Call wl-summary-insert-message instead of
4044         wl-summary-append-message-func-internal.
4045         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4046         (wl-summary-prefetch-msg): Follow the variable name changes.
4047         (wl-summary-prefetch-region): Ditto.
4048         (wl-summary-mark-as-read-all): Follow the API changes;
4049         Don't call elmo-folder-replace-marks.
4050         (wl-summary-delete-cache): Follow the variable name changes.
4051         (wl-summary-resume-cache-status): Ditto.
4052         (wl-summary-update-status-marks): New function.
4053         (wl-summary-insert-message): New function.
4054         (wl-summary-sync-marks): Follow the variable name changes.
4055         (wl-summary-sync-update): Synchronize to the msgdb, too;
4056         Changed update messages.
4057         (wl-summary-make-number-list): Rewrite.
4058         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4059         (wl-summary-mark-as-unread): Follow the API changes.
4060         (wl-summary-exec-subr): Follow the variable name changes.
4061         (wl-summary-mark-as-read): Ditto.
4062         (wl-summary-move-spec-plugged-alist): Ditto.
4063         (wl-summary-move-spec-unplugged-alist): Ditto.
4064         (wl-summary-cursor-move-surface): Ditto.
4065
4066         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4067         variable name changes.
4068         (wl-highlight-summary-current-line): Ditto.
4069
4070         * wl-expire.el (wl-expire-refile): Follow the API change in
4071         elmo-folder-move-messages.
4072         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4073         (wl-summary-archive): Use elmo-folder-msgdb instead of
4074         elmo-msgdb-load.
4075
4076 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4077
4078         * wl-mime.el (wl-draft-preview-message): Restore the position
4079         before evaluating wl-draft-send-hook in preview buffer.
4080
4081 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4082
4083         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4084         when it creates new draft buffer.
4085
4086         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4087         without argument.
4088
4089         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4090         Evaluate content and if the value is string, insert it.
4091         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4092         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4093         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4094         wl-draft-config-sub-part-bottom): Use it.
4095
4096         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4097         with the folder name. The question was unintelligible when it is
4098         called from wl-save-status.
4099
4100 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4101
4102         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4103         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4104         cannot take second argument).
4105
4106 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4107
4108         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4109         as t. Since type and subtype are not case sensitive (RFC 2045).
4110
4111 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4112
4113         * wl-vars.el (wl-message-mode-line-format): New variable.
4114         (wl-message-mode-line-format-spec-alist): Ditto.
4115         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4116         (wl-message-redisplay): Use wl-message-mode-line-format.
4117
4118 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4119
4120         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4121
4122 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4123
4124         * wl-summary.el (wl-summary-default-from): Write description.
4125
4126 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4127
4128         * wl-vars.el (wl-ldap-objectclass): Abolish.
4129
4130         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4131         (wl-ldap-make-filter): Removed condition for objectclass.
4132         (wl-ldap-make-matched-value-list): Remove meaningless process.
4133         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4134         (wl-address-ldap-search): Don't add `*' to `pat' string;
4135         use ignore-errors; added `email';
4136         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4137         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4138         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4139
4140
4141 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4142
4143         * wl-draft.el (wl-draft-parent-folder): Write description.
4144         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4145
4146 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4147
4148         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4149         as "" (zero-length string) if no parent.
4150         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4151
4152 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4153
4154         * wl-address.el (wl-address-make-completion-list): Skip duplication
4155         checking.
4156         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4157         `append'.
4158
4159 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4160
4161         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4162         instead of `beginning-of-buffer'.
4163
4164 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4167
4168 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4169
4170         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4171         Refer wl-message-buffer-name.
4172         (wl-message-wheel-down): Ditto.
4173
4174 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4175
4176         * wl-vars.el (wl-message-buffer-name): New user option.
4177
4178         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4179         directly instead of making alist dinamically.
4180
4181         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4182         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4183         wl-message-buffer-cache-name.
4184         (wl-message-buffer-cache-clean-up): Ditto.
4185
4186         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4187
4188         * Version number is increased to 2.9.15.
4189
4190 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4191
4192         * wl-vars.el (wl-summary-default-view-alist): New user option.
4193
4194         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4195
4196         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4197         while deleting address.
4198         (wl-draft-delete-myself-from-cc): Ditto.
4199
4200         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4201         If optional argument is specified, reverse sort order.
4202
4203         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4204
4205 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4206
4207         * wl-thread.el (wl-thread-insert-message): Return parent number if
4208         exists.
4209         (wl-thread-update-indent-string-region): Use
4210         wl-thread-update-line-on-buffer-sub instead of
4211         wl-thread-update-line-on-buffer.
4212
4213 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4214
4215         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4216         (wl-folder-close-all): Ditto.
4217
4218 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4219
4220         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4221         and mailing-list:.
4222         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4223         value.
4224         (wl-summary-line-list-info): Print mailing-list name even when 
4225         list-number is empty.
4226
4227 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4228
4229         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4230
4231         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4232         (wl-draft-open-file): Ditto.
4233         (wl-draft-random-alphabet): Ditto.
4234
4235         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4236         bindings.
4237
4238 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4239
4240         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4241         * wl-vars.el (wl-draft-config-alist): Ditto.
4242
4243 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4244
4245         * Version number is increased to 2.9.14.
4246
4247         * wl.el (wl): Don't set wl-init as nil when error occured while
4248         auto-checking folders.
4249
4250         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4251         `elmo-expand-newtext'.
4252
4253 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4254
4255         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4256         `this-command' so that `wl-folder-goto-folder' contained in
4257         `wl-summary-keep-cursor-command' work.
4258
4259 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4260
4261         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4262         message buffer displaying state.
4263
4264 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4265
4266         * wl-vars.el (wl-summary-default-view): New variable to specify
4267         default value for `wl-summary-buffer-view' instead of using
4268         set-default.
4269         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4270
4271 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4272
4273         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4274
4275         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4276
4277 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4278
4279         * wl-vars.el (wl-forward-subject-prefix): New variable.
4280         * wl-draft.el (wl-draft-forward): Use it.
4281
4282 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4283
4284         * wl-message.el (wl-message-prev-page): When it is called without
4285         lines argument, scroll down by wl-message-scroll-amount lines.
4286         (wl-message-next-page): Ditto.
4287         * wl-vars.el (wl-message-scroll-amount): Change default value
4288         to preserve current behavior.
4289
4290 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4291
4292         * wl-summary.el (wl-summary-prefetch-msg): Bind
4293         `wl-message-entity' to call `wl-summary-from-function'.
4294
4295 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4296
4297         * wl-message.el (wl-message-buffer-create): Run
4298         wl-message-buffer-created-hook.
4299
4300 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4301
4302         * wl-summary.el (wl-summary-sort-specs): New variable.
4303         (wl-summary-default-sort-spec): Ditto.
4304         (wl-summary-sort): Rewrite.
4305         (wl-summary-sort-by-list-info): New function.
4306
4307 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4308
4309         * wl-summary.el (wl-summary-get-list-info): New function.
4310         (wl-summary-sort): Rewrite.
4311         (wl-summary-line-list-info): Ditto.
4312         (wl-summary-line-list-count): Ditto.
4313         (wl-summary-refile-region): Fixed docstring.
4314
4315 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4316
4317         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4318         `wl-folder-entity-hashtb' as completion table.
4319
4320 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4323         only when this command is called interactively; silence the byte-
4324         compiler.
4325
4326 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4327
4328         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4329         active in XEmacs.
4330
4331 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4332
4333         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4334         plural lines.
4335
4336 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4337
4338         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4339         of current line when the cursor is on the header name.
4340         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4341
4342 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4343
4344         * wl-util.el (wl-read-directory-name): Return displayed directory
4345         as the default value also on XEmacs.
4346
4347 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4348
4349         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4350         formatting.
4351
4352 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4353
4354         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4355         argument and when it is non-nil, check face property before
4356         highlighting for each line.
4357         (wl-highlight-summary-window): Set it.
4358
4359 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4360
4361         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4362         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4363
4364         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4365         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4366         (wl-draft-get-fcc-list): Likewise.
4367
4368 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4369
4370         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4371         (wl-thread-entity-cur): Ditto.
4372         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4373         wl-thread-indent-regexp setting.
4374         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4375
4376         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4377         wl-summary-lazy-highlight.
4378         (wl-summary-display-bottom): Ditto.
4379
4380         * wl-thread.el (wl-thread-open-close): Likewise.
4381
4382         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4383         from and subject;
4384         Bind wl-draft-use-frame;
4385         Enclose with save-window-excursion;
4386         Use wl-draft-create-buffer instead of with-temp-buffer;
4387         Use wl-draft-prepare-edit;
4388         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4389         Use wl-draft-send instead of wl-draft-raw-send.
4390
4391 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4392
4393         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4394         of using wl-from.
4395
4396 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4397
4398         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4399         insert-buffer instead of clone-buffer.
4400         (wl-draft-doing-mime-bcc): New variable.
4401         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4402         infinite loop.
4403         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4404
4405         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4406         (wl-draft-mime-bcc-body): Ditto.
4407
4408         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4409         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4410         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4411         wl-draft-do-mime-bcc.
4412         (wl-draft-mime-bcc-field): New function.
4413         (wl-draft-do-mime-bcc): Ditto.
4414
4415         * wl-address.el (wl-address-complete-header-list): New variable.
4416         (wl-address-complete-header-regexp): Changed default value.
4417
4418         * Version number is increased to 2.9.13.
4419
4420 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4421
4422         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4423         it is differed.
4424
4425 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4426
4427         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4428         (wl-summary-line-list-count): Ditto.
4429
4430 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4431
4432         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4433         (wl-nntp-posting-function): New variable.
4434         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4435         `wl-nntp-posting-config-alist'.
4436
4437 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4438
4439         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4440         FLIM.
4441
4442 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4443
4444         * wl-summary.el (wl-summary-target-mark-refile-sub):
4445         Remove a nuisance funcall.
4446
4447 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4448
4449         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4450         as t for `try-completion'.
4451
4452 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4453
4454         * wl-summary.el (wl-summary-default-from): Use
4455         wl-address-header-extract-address instead of
4456         std11-extract-address-components.
4457         (wl-summary-simple-from): Ditto.
4458         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4459         (wl-summary-insert-headers): Show message.
4460         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4461         for whole line.
4462         (wl-summary-default-from): Revert last change.
4463         (wl-summary-simple-from): Ditto.
4464         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4465         (wl-summary-mark-as-read-region): Follow the change above.
4466         (wl-summary-sync-marks): Ditto.
4467         (wl-summary-target-mark-mark-as-read): Ditto.
4468         (wl-summary-redisplay-internal): Ditto.
4469         (wl-summary-redisplay-no-mime-internal): Ditto.
4470         (wl-summary-redisplay-all-header): Ditto.
4471         (wl-summary-mark-as-read): Removed argument `cached';
4472         Use current cache status to set cache mark.
4473         (wl-summary-redisplay-internal): Follow the change above.
4474         (wl-summary-redisplay-no-mime-internal): Ditto.
4475         (wl-summary-redisplay-all-header): Ditto.
4476
4477         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4478
4479         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4480         Don't call itself recursively (Adviced by Yamaoka-san).
4481
4482 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4483
4484         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4485         bind wl-summary-highlight as nil to avoid error caused by missing
4486         local variables.
4487
4488 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4489
4490         * wl-vars.el (wl-invalid-character-message): New user option.
4491
4492         * wl-util.el (wl-set-string-width): If truncated string-width is
4493         larger than specified width, use `wl-invalid-character-message'.
4494
4495 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4496
4497         * wl-summary.el (wl-summary-prefetch-msg): 
4498         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4499
4500 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * wl-vars.el (wl-summary-check-line-format): New user option.
4503         (wl-summary-line-format-file): Ditto.
4504
4505         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4506         variable.
4507         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4508         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4509         and `wl-summary-view-old-p' to check whether do a rescan or not.
4510         (wl-summary-view-old-p): New function.
4511         (wl-summary-line-format-changed-p): Ditto.
4512         (wl-summary-line-format-save): Ditto.
4513         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4514
4515         * wl-util.el (wl-set-string-width): Avoid using negative number
4516         for make-string.
4517
4518 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4519
4520         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4521         return value.
4522
4523         * wl-util.el (wl-set-string-width): Added optional argument
4524         `padding' (All other related portions are changed).
4525         (wl-line-parse-format): If the first letter of column number is
4526         `0', zero-padding the result (ex: "%05l").
4527
4528         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4529
4530 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4531
4532         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4533         sequential summary view.
4534
4535 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4538         if it doesn't have a -unix version.
4539
4540 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4541
4542         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4543
4544 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4545
4546         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4547         content.
4548         (wl-draft): Follow the change above.
4549
4550         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4551
4552         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4553         and wl-folder-summary-line-format-alist contain %T and %P.
4554
4555         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4556         (wl-summary-mode-line-format): New user option.
4557         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4558         (wl-summary-line-format): Changed default value.
4559         (wl-summary-lazy-highlight): Changed default value.
4560
4561         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4562         change in wl-summary-create-line.
4563         (wl-thread-insert-entity-sub): Ditto.
4564
4565         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4566         (wl-summary-buffer-unread-status): Ditto.
4567         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4568         (wl-summary-buffer-persistent-mark-column): Ditto.
4569         (wl-summary-buffer-mode-line-formatter): Ditto.
4570         (wl-summary-buffer-mode-line): Ditto.
4571         (wl-summary-message-regexp): Abolished.
4572         (All other related portions are changed.)
4573         (wl-summary-detect-mark-position): New function.
4574         (wl-summary-buffer-set-folder): Setup
4575         wl-summary-buffer-mode-line-formatter.
4576         (wl-summary-mode): Setup selective-display;
4577         Setup pre-idle-hook when xemacs.
4578         (wl-summary-update-modeline): Rewrite.
4579         (wl-summary-jump-to-msg): Define as function;
4580         Changed regexp for searching messages.
4581         (wl-summary-message-number): Rewrite.
4582         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4583         Do rescan when old type summary cache.
4584         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4585         (wl-summary-remove-destination): Use '\r' to detect EOL.
4586         (wl-summary-print-destination): Ditto.
4587         (wl-summary-temp-mark): New inline function.
4588         (wl-summary-persistent-mark): Ditto.
4589         (wl-summary-line-number): New function.
4590         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4591         (wl-summary-line-list-count): New function.
4592         (wl-summary-create-line): Added argument persistent-mark.
4593         (All other related portions are changed)
4594         (wl-summary-create-line): Insert '\r'.
4595         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4596         (wl-summary-cursor-move-surface): New inline function.
4597         (wl-summary-prev): Use it.
4598         (wl-summary-next): Ditto.
4599
4600         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4601         wl-summary-message-regexp.
4602         (wl-highlight-summary): Delete progress message.
4603         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4604
4605         * Version number is increased to 2.9.12.
4606
4607 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608
4609         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4610         variable (nil: no minimum).
4611         (wl-summary-line-subject): Add some spaces after subject by
4612         wl-summary-line-subject-minimum-length.
4613
4614 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4615
4616         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4617         and removed `F'.
4618         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4619         change above).
4620
4621 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4622
4623         * wl-summary.el (wl-summary-line-list-count): Reverted.
4624         (example setting in samples/*/dot.wl is also updated)
4625
4626 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4627
4628         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4629
4630         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4631
4632         * wl-vars.el (wl-summary-line-format): Addes some description to the
4633         docstring.
4634
4635         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4636         (wl-summary-line-close-bracket): Ditto.
4637         (wl-summary-line-children-number): Ditto.
4638         (wl-summary-line-thread-indent): Ditto.
4639         (wl-summary-line-children-and-from): Ditto.
4640
4641         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4642         't', 'c', 'F' and added 'C'.
4643
4644         * wl-util.el (wl-set-string-width): Accept negative value.
4645         (wl-line-parse-format): Added "%number(" and "%)".
4646
4647 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4648
4649         * wl-summary.el (wl-summary-line-list-count): Change format of the
4650         return value.
4651
4652 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4653
4654         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4655         from the recent message.el.
4656         (wl-draft-point-in-header-p): Ditto.
4657         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4658         wl-draft-beginning-of-line.
4659         * wl-e21.el (wl-draft-mode-map): Ditto.
4660         * wl-xmas.el (wl-draft-mode-map): Ditto.
4661
4662         * wl-folder.el: Sort macrodefs by dependencies.
4663
4664 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4665
4666         * wl-summary.el (wl-summary-prev): Fixed regexp.
4667         (wl-summary-next): Ditto.
4668
4669 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4670
4671         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4672
4673 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4674
4675         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4676         for backward compatibility.
4677
4678 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * wl-summary.el (wl-summary-line-list-count): New function, merged
4681         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4682         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4683         list counts.
4684
4685 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4686
4687         * wl-summary.el (wl-summary-create-line): Ignore errors while
4688         timezone-fix-time.
4689
4690         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4691
4692         * wl-summary.el (wl-summary-sync-update): Ditto.
4693         (wl-summary-default-from): Use wl-message-entity
4694         instead of entity.
4695
4696         * wl-summary.el (wl-summary-create-line): Fix.
4697
4698         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4699         (wl-summary-line-format): New user option.
4700         (wl-folder-summary-line-format-alist): Ditto.
4701         (wl-summary-from-width): Abolished.
4702
4703         * wl-util.el (toplevel): Require 'bytecomp.
4704         (wl-line-parse-format): New function.
4705         (wl-line-formatter-setup): New macro.
4706
4707         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4708         (wl-summary-buffer-line-formatter): New buffer local variable.
4709         (wl-summary-switch-to-clone-buffer): Follow the change above.
4710         (wl-summary-message-regexp): Fix.
4711         (wl-summary-from-func-internal): Abolished.
4712         (wl-summary-subject-func-internal): Ditto.
4713         (wl-summary-subject-filter-func-internal): Ditto.
4714         (All other related portions are changed.)
4715         (wl-summary-buffer-set-folder):
4716         Set up wl-summary-buffer-number-column and 
4717         wl-summary-buffer-line-formatter
4718         (All other related portions are changed.)
4719         (wl-summary-buffer-number-column-detect): Abolished.
4720         (All other related portions are changed.)
4721         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4722         (wl-summary-delete-all-temp-marks-on-buffer): Use
4723         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4724         (wl-summary-target-mark-delete): Ditto.
4725         (wl-summary-target-mark-refile-subr): Ditto.
4726         (wl-summary-target-mark-mark-as-read): Ditto.
4727         (wl-summary-target-mark-mark-as-unread): Ditto.
4728         (wl-summary-target-mark-mark-as-important): Ditto.
4729         (wl-summary-target-mark-save): Ditto.
4730         (wl-summary-replace-status-marks): Renamed from
4731         wl-summary-set-status-marks-on-buffer;
4732         Use wl-summary-message-regexp instead of
4733         wl-summary-buffer-number-regexp.
4734         (wl-summary-sync-update): Follow the change above.
4735         (wl-summary-goto-previous-message-beginning): New function.
4736         (wl-summary-mark-as-unread): Use it.
4737         (wl-summary-mark-as-important): Ditto.
4738         (wl-summary-line-formatter): New variable.
4739         (wl-summary-line-year): New function.
4740         (wl-summary-line-day): Ditto.
4741         (wl-summary-line-day-of-week): Ditto.
4742         (wl-summary-line-hour): Ditto.
4743         (wl-summary-line-minute): Ditto.
4744         (wl-summary-line-open-bracket): Ditto.
4745         (wl-summary-line-close-bracket): Ditto.
4746         (wl-summary-line-children-number): Ditto.
4747         (wl-summary-line-thread-indent): Ditto.
4748         (wl-summary-line-size): Ditto.
4749         (wl-summary-line-subject): Ditto.
4750         (wl-summary-line-from): Ditto.
4751         (wl-summary-line-children-and-from): Ditto.
4752         (wl-summary-create-line): Rewritten.
4753         (wl-summary-format-date): Abolished.
4754
4755         * wl-highlight.el (wl-highlight-summary-current-line): Use
4756         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4757         Use thread structure to detect thread top message.
4758
4759         * wl-draft.el (wl-default-draft-cite): Don't use
4760         wl-summary-from-func-internal.
4761
4762         * wl-refile.el (wl-refile-subject-learn): Don't use
4763         wl-summary-subject-filter-func-internal.
4764         (wl-refile-guess-by-subject): Ditto.
4765
4766         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4767         parameters.
4768
4769         * wl-thread.el (wl-thread-update-indent-string-region):
4770         Use wl-thread-update-line-on-buffer instead of
4771         wl-thread-update-indent-string.
4772         (wl-thread-update-children-number): Redefine using
4773         wl-thread-update-line-on-buffer.
4774         (wl-thread-update-indent-string): Abolished.
4775
4776         * Version number is increased to 2.9.11.
4777
4778 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4779
4780         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4781         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4782         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4783
4784         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4785         as nil.
4786
4787         * wl-thread.el (wl-thread-open-all-unread): Use 
4788         elmo-folder-list-messages-mark-match.
4789         (wl-thread-insert-message): Removed argument `mark-alist'.
4790         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4791         elmo-msgdb-set-mark.
4792         (wl-thread-get-children-msgs-uncached): Likewise.
4793         (wl-thread-get-exist-children): Added argument include-self.
4794         (wl-thread-delete-message): Follow the change above.
4795
4796         * wl-summary.el (wl-summary-count-unread): Removed argument.
4797         (wl-summary-rescan): Follow the change above.
4798         (wl-summary-mark-as-read-region): Ditto
4799         (wl-summary-mark-as-unread-region): Ditto.
4800         (wl-summary-delete-messages-on-buffer): Ditto.
4801         (wl-summary-sync-update): Ditto.
4802         (wl-summary-switch-to-clone-buffer): Ditto.
4803         (wl-summary-goto-folder-subr): Ditto.
4804         (wl-summary-target-mark-mark-as-read): Ditto.
4805         (wl-summary-target-mark-mark-as-unread): Ditto.
4806         (wl-summary-target-mark-mark-as-important): Ditto.
4807         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4808         (wl-summary-update-thread): Removed argument `mark-alist'.
4809         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4810         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4811         (wl-summary-resume-cache-status): Likewise.
4812         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4813         elmo-msgdb-set-mark.
4814         (wl-summary-mark-as-read-all): Likewise.
4815         (wl-summary-delete-cache): Ditto.
4816         (wl-summary-auto-select-msg-p): Ditto.
4817         (wl-summary-mark-as-unread): Ditto.
4818         (wl-summary-no-auto-refile-message-p): Ditto.
4819         (wl-summary-mark-as-read): Ditto.
4820         (wl-summary-mark-as-important): Ditto.
4821         (wl-summary-auto-refile): Follow the change above.
4822         (wl-summary-delete-all-marks): Removed.
4823         (wl-summary-resume-marks-and-highlight): Ditto.
4824         (wl-summary-resume-marks): Ditto.
4825         (wl-summary-delete-important-msgs-from-list): Ditto.
4826         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4827
4828         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4829         wl-summary-count-unread.
4830
4831         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4832         (wl-summary-score-update-all-lines): Use
4833         elmo-msgdb-set-mark.
4834
4835 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4836
4837         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4838         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4839         (wl-summary-create-line): Renamed from
4840         wl-summary-overview-create-summary-line;
4841         Argument rearrangement.
4842         (wl-summary-update-thread): Follow the change above.
4843
4844         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4845         (wl-thread-insert-entity-sub): Likewise.
4846
4847         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4848         argument `overview', `mark-alist' and added `msgdb'.
4849
4850         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4851
4852         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4853         (wl-summary-rescan): Follow the change above.
4854         (wl-summary-sync-update): Ditto.
4855         (wl-summary-insert-thread-entity): Ditto;
4856         Don't use `let*' in every while loop;
4857         Detect infinite loop of threads.
4858         (wl-summary-update-thread): Removed argument `overview'.
4859
4860         * wl-thread.el (wl-thread-insert-message): Ditto.
4861
4862         * Version number is increased to 2.9.10.
4863
4864         * wl-message.el (wl-message-redisplay): Ignore errors while
4865         wl-message-redisplay-hook.
4866
4867 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4868
4869         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4870
4871 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl.el (wl): inhibit-quit while wl-folder.
4874
4875 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4876
4877         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4878         while msgdb access.
4879
4880 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4881
4882         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4883         even if no folder is not created.
4884
4885 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4886
4887         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4888
4889         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4890         implementation.
4891         (wl-summary-target-mark-thread): Ditto.
4892
4893         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4894
4895 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4896
4897         * wl-util.el (wl-display-bytes): Remove unused function.
4898
4899 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4900
4901         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4902         seems critical one (partially reverse the change in 2002/03/17).
4903
4904 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4905
4906         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4907         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4908
4909 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4910
4911         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4912         is not writable.
4913         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4914         plugged status instead of `'force' as 2nd argument.
4915
4916         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4917         is not creatable.
4918
4919         * Version number is increased to 2.9.9.
4920
4921 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4922
4923         * wl-summary.el (wl-summary-suspend): New function.
4924
4925 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4926
4927         * wl.el (wl): Do not check variables if check is nil.
4928         * wl-utils.el (wl-collect-draft): New function.
4929         * wl-folder.el (wl-folder-suspend): Put summary buffers
4930         and draft buffers at the end of buffer list.
4931         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4932
4933 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4934
4935         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4936         loop instead of recursive call.
4937
4938         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4939         2nd argument.
4940
4941 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4942
4943         * wl-draft.el (wl-draft-create-contents): Don't take neither
4944         (function . args) nor (string . something) any more.
4945
4946         * wl-version.el (wl-generate-user-agent-string): Return string
4947         without header symbol.
4948         * wl-draft.el (wl-draft-default-headers): Use it.
4949
4950         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4951         `wl-draft-insert-ccs' and return field value instead of inserting
4952         the header. Abolish cc argument.
4953         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4954
4955         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4956         rather than one with string car.
4957
4958         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4959         * wl-draft.el (wl-draft-create-contents): Add it after the default
4960         headers.
4961
4962         * wl-draft.el (wl-draft-create-contents): For the case of
4963         (symbol-or-string . function) insert header only when the function
4964         returns string value.
4965
4966 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4967
4968         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4969         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4970
4971 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4972
4973         * wl.el (wl-check-environment): Don't check Message-ID when
4974         `wl-insert-message-id' is nil.
4975         Revive checking if `wl-message-id-domain' contains "@".
4976
4977 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4978
4979         * wl.el (wl-check-environment): Merge examination for "@" at
4980         inappropriate position into the first string-match.
4981
4982         * wl-summary.el (wl-summary-target-mark-print): New function.
4983         (wl-summary-pipe-message-subr): Extracted from
4984         `wl-summary-pipe-message'.
4985         (wl-summary-target-mark-pipe): New function.
4986         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4987         `wl-summary-target-mark-pipe'.
4988
4989 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4990
4991         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4992
4993 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4994
4995         * wl.el (wl-check-environment): Use elmo-warning instead of
4996         error for non-critical ones.
4997         Remove trash folder check.
4998         (wl): Don't ignore error in wl-check-environment.
4999
5000         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5001         check, which is moved from `wl-check-environment'.
5002         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5003
5004 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5005
5006         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5007         guess anything, call wl-summary-write.
5008         (wl-summary-write): Create draft with blank To field.
5009         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5010
5011 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5012
5013         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5014         argument full as well for wl-folder-write-current-folder.
5015         If wl-*-write-current-folder cannot guess addressee, add blank
5016         To header.
5017         Rewrite condition for positioning cursor.
5018
5019 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5020
5021         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5022         summary buffer is present, use it.
5023         (wl-folder-jump-to-previous-summary): Ditto.
5024
5025 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5026
5027         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5028
5029         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5030         wl-summary-previous-buffer and wl-summary-next-buffer.
5031
5032         * wl-folder.el (wl-folder-mode-map): Bind
5033         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5034         (wl-folder-jump-to-next-summary): New function.
5035         (wl-folder-jump-to-previous-summary): Ditto.
5036
5037         * wl-draft.el (wl-draft): Rearranged.
5038
5039 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5040
5041         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5042         of header.
5043         (wl-draft): Collect arguments for the header as header-alist.
5044         (wl-draft-forward): Arrange arguments for wl-draft.
5045         (wl-draft-reply): Ditto.
5046         (wl-draft-edit-string): Ditto.
5047         * wl-summary.el (wl-summary-write): Ditto.
5048         (wl-summary-write-current-folder): Ditto.
5049
5050         * Version number is increased to 2.9.8.
5051
5052 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5053
5054         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5055
5056         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5057
5058         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5059         even if the guess failed.
5060
5061         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5062         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5063         wl-summary-write-current-folder.
5064         * wl-xmas.el: Ditto.
5065
5066 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5067
5068         * wl-summary.el (wl-summary-next-page): Force display message if
5069         message is not displayed yet.
5070         (wl-summary-prev-page): Ditto.
5071
5072 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5073
5074         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5075
5076 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5079         add "Preview Message" and "Save Draft and Exit".
5080
5081 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5082
5083         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5084         if addrmgr is called from draft in splitted window.
5085
5086         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5087         * wl-mule.el: Ditto.
5088         * wl-xmas.el: Ditto.
5089
5090 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5091
5092         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5093
5094         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5095         * wl-xmas.el (wl-folder-toolbar): Ditto.
5096
5097 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5098
5099         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5100         and wl-draft-save-and-exit.
5101         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5102         * wl-xmas.el: Ditto.
5103         * wl-mule.el: Ditto.
5104
5105         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5106         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5107
5108 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5109
5110         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5111         lists for saving buffer.
5112
5113 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5114
5115         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5116         parent-folder argument instead of it.
5117         (wl-draft-create-buffer): Ditto.
5118         (wl-draft-forward): Ditto.
5119         (wl-draft-reply): Ditto.
5120         * wl-summary.el (wl-summary-write): Ditto.
5121         (wl-summary-write-current-folder): Ditto.
5122
5123         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5124         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5125         Folder buffer after composing.
5126
5127 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5130         header if the file `wl-x-face-file' already contains it.
5131
5132 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5133
5134         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5135         folder" entry.
5136         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5137         * wl-e21.el (wl-folder-toolbar): Ditto.
5138         * wl-xmas.el (wl-folder-toolbar): Ditto.
5139
5140 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5141
5142         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5143         wl-folder-goto-folder with sticky argument.
5144         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5145
5146 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5149         and wl-summary-previous-buffer.
5150         (wl-summary-next-buffer): New function.
5151         (wl-summary-previous-buffer): Ditto.
5152
5153 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5154
5155         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5156         wl-folder-jump-to-current-entity-with-arg.
5157         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5158         `wl-folder-jump-to-current-entity'.
5159         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5160         `wl-summary-goto-folder-sticky'.
5161         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5162         `wl-summary-goto-folder'.
5163         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5164         Unless force-exit, do not clean temp. marks for sticky summary.
5165         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5166
5167 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5168
5169         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5170         not entire.
5171
5172 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5173
5174         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5175         to `C-x C-s'.
5176         (wl-summary-save-status): New command.
5177         (wl-summary-exit): Don't clean-up temp marks when sticky.
5178         (Applied patch from Nakayama-san [wl: 09548])
5179         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5180         Do nothing when no mark data.
5181         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5182         Call `wl-summary-delete-all-temp-marks' before saving.
5183
5184 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5185
5186         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5187
5188 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5189
5190         * wl.el (wl-check-environment): Also cause error when (system-name)
5191         returns "localhost.localdomain". (Although it doesn't affect because
5192         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5193
5194 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5195
5196         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5197         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5198
5199         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5200         value.
5201
5202 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5203
5204         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5205         Likewise r-cc-list and r-ng-list.
5206
5207 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5208
5209         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5210         only if it is bound as variable.
5211
5212         * wl-mime.el (wl-draft-preview-message): Ditto.
5213
5214 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5215
5216         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5217         needless `goto-char'.
5218
5219         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5220         `wl-summary-redisplay-no-mime-internal' instead of
5221         `wl-summary-redisplay-no-mime'.
5222         (wl-summary-redisplay-no-mime): Changed argument;
5223         Call `wl-summary-redisplay-no-mime-internal'.
5224
5225         * wl-mime.el (wl-draft-preview-message): Bind
5226         `mime-header-encode-method-alist' locally.
5227
5228         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5229         (wl-draft-std11-parse-addresses): Added the first address check.
5230         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5231
5232         * Version number is increased to 2.9.7.
5233
5234 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5235
5236         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5237
5238 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5239
5240         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5241         related to scrollbar support, if there is no such a feature
5242         compiled in.
5243
5244 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5245
5246         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5247         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5248         for prefetch.
5249
5250 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5251
5252         * wl-summary.el (wl-summary-pick): Fix for no match.
5253
5254 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5255
5256         * wl-draft.el (wl-draft-save):
5257         Override `mime-header-encode-method-alist'.
5258
5259 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5260
5261         * wl-folder.el (wl-folder-pick): New function.
5262         Define key as "?".
5263
5264 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5265
5266         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5267         Fix for unplugged.
5268
5269 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5270
5271         * wl-folder.el (wl-folder-virtual): New function.
5272         Define key as "V".
5273
5274 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5275
5276         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5277         multi folder if entity is group.
5278
5279 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5280
5281         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5282         is nil.
5283
5284 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5285
5286         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5287         (wl-summary-target-mark-msgs): Return the number of marked messages.
5288
5289 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5290
5291         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5292         "first:" is specified.
5293
5294 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5295
5296         * wl-vars.el (wl-from): Use return value of function
5297         user-full-name instead of the variable user-full-name since
5298         XEmacs-20.4 doesn't set this variable.
5299
5300 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5301
5302         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5303         call `wl' directly.
5304
5305 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5306
5307         * wl-draft.el (wl-draft-reedit): Removed duplicated
5308         switch-to-buffers.
5309
5310 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * wl.el (wl-other-frame): Removed garbages.
5313
5314 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5315
5316         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5317
5318         * wl-xmas.el (wl-draft-key-setup): Ditto.
5319
5320         * wl-mule.el (wl-draft-key-setup): Ditto.
5321
5322         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5323         (wl-draft-reedit): Ditto.
5324         (wl-draft-prepare-edit): Add `wl-draft-save' to
5325         `local-write-file-hooks'.
5326         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5327         (wl-draft-reedit): Set buffer-file-name.
5328         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5329
5330
5331         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5332         call it.
5333         (wl-delete-startup-frame-function): New variable.
5334         (wl-other-frame): New function
5335         (Original was written by Yamaoka san [wl: 09239]).
5336
5337         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5338         if `wl-folder-use-frame'.
5339
5340 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5341
5342         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5343
5344 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5345
5346         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5347         New variable.
5348         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5349         (wl-message-buffer-prefetch-get-next): Use them.
5350         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5351
5352 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5353
5354         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5355         with unwind-protect.
5356
5357         * wl-draft.el (wl-draft-reedit): Rewrite.
5358         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5359         (wl-draft-save): Insert header separator if it does not exist;
5360         Removed condition-case.
5361
5362         * wl-summary.el (wl-summary-reedit): Revert last change.
5363
5364         * wl-draft.el (wl-draft-save): Rewrite.
5365         (wl-draft-create-buffer): Set buffer-file-name as nil.
5366
5367         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5368
5369         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5370
5371         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5372         nil.
5373
5374 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5375
5376         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5377         If count is nil, do not prefetch.
5378         (wl-message-buffer-prefetch-next): Next.
5379
5380 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5381
5382         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5383
5384 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5385
5386         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5387         `delete-backward-char'
5388         (wl-draft-prepare-edit): Check major-mode.
5389         (wl-draft-decode-header): Rewrite.
5390         (wl-draft): Fix.
5391
5392 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5393
5394         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5395
5396 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5397
5398         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5399         (wl-message-buffer-prefetch-get-next): Remove size checking.
5400         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5401
5402 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5403
5404         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5405         (wl-draft-default-headers): Fix.
5406
5407 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5408
5409         * wl-draft.el (wl-draft-default-headers): Insert return value of
5410         `wl-generate-mailer-string-function'.
5411
5412 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5413
5414         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5415         (wl-draft-insert-mail-header-separator): Ditto.
5416
5417         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5418         again (Reverted the change on 2002-01-17 by OKADA san).
5419
5420 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5421
5422         * wl-draft.el (wl-draft): Rewrite.
5423         (wl-draft-create-buffer): New function.
5424         (wl-draft-create-contents): Ditto.
5425         (wl-draft-prepare-edit): Ditto.
5426         (wl-draft-decode-header): Ditto.
5427         (wl-draft-decode-body): Ditto.
5428         (wl-draft-check-new-line): Ditto.
5429         (wl-draft-default-headers): Ditto.
5430         (wl-draft-insert-mail-header-separator): Ditto.
5431
5432 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5433
5434         * Version number is increased to 2.9.6.
5435
5436 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5437
5438         * wl-draft.el (wl-draft-delete-field): Optional argument.
5439         (wl-draft-delete-fields): Ditto.
5440
5441 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5442
5443         * wl-message.el (toplevel): Eliminated byte-compile warning.
5444         for `itimer-function', `delete-timer' and `itimer-list'.
5445
5446 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5447
5448         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5449         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5450         `wl-message-buffer-prefetch-threshold'.
5451         * wl-summary.el (wl-summary-redisplay-internal): Remove
5452         the check of `wl-message-buffer-prefetch-depth'.
5453
5454 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5455
5456         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5457         size of article.
5458         (wl-message-buffer-prefetch-subr): Remove size check.
5459
5460 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5461
5462         * wl-vars.el (wl-plugged): Make customizable.
5463
5464 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5465
5466         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5467         (wl-message-buffer-prefetch-set-timer): New function.
5468         (wl-message-buffer-prefetch-get-next): New function.
5469         (wl-message-buffer-prefetch): New function.
5470         (wl-message-buffer-prefetch-next): Rewrite.
5471         (wl-message-buffer-prefetch-subr): Rewrite.
5472         * wl-vars.el (wl-auto-prefetch-first): New variable.
5473         * wl-summary.el (wl-summary-goto-folder-subr): Call
5474         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5475
5476 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5477
5478         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5479         `wl-summary-unread-message-hook'.
5480
5481 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5482
5483         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5484         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5485         if range is `cache-status'.
5486
5487 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5488
5489         * wl-message.el (wl-message-buffer-prefetch-subr):
5490         Improve debug message.
5491
5492 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5493
5494         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5495         `wl-mail-send-pre-hook'.
5496         (wl-draft-send-mail-with-qmail): Ditto.
5497         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5498
5499 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5500
5501         * wl-message.el (wl-message-buffer-prefetch-subr):
5502         Fix for cancel-function-timers bug.
5503         (wl-message-buffer-prefetch-debug): Default value is t.
5504
5505 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5506
5507         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5508         (wl-message-buffer-prefetch-subr): Rewrite.
5509         Rename from `wl-message-buffer-prefetch'.
5510
5511 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5512
5513         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5514         (wl-default-draft-cite-decorate-author): Ditto.
5515
5516         * wl-draft.el (wl-draft-cite-function): Removed.
5517         (wl-default-draft-cite-decorate-author): Ditto.
5518
5519 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5520
5521         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5522         (wl-default-draft-cite): Do not arrange author name if the value of
5523         `wl-default-draft-cite-decorate-author' is nil.
5524
5525 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5526
5527         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5528
5529         * wl-folder.el (wl-folder-check-one-entity): Don't care
5530         `elmo-folder-use-flag-p'.
5531
5532 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5533
5534         * wl-folder (wl-folder-check-one-entity): Fix
5535         problem if unread is nil.
5536
5537 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5538
5539         * wl-address.el (wl-address-make-completion-list): Check whether
5540         the address is a group list.
5541         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5542
5543 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5544
5545         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5546         The number of the messages of new and unread does not count
5547         correctly.
5548
5549         * wl-summary.el (wl-summary-count-unread): Changed to return
5550         `(new . unread)' instead of total.
5551         (wl-summary-sync-update): Follow the change above.
5552
5553         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5554
5555 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5556
5557         * wl-address.el (wl-address-make-completion-list): Do not enclose
5558         address by " <" and ">" if associated realname is "".
5559         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5560         This is against the promblem with group list in .addresses pointed
5561         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5562
5563 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5564
5565         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5566         message is a format control string.
5567         * wl-expire.el (wl-expire-append-log): Ditto.
5568         * wl-mime.el (wl-summary-burst-subr): Ditto.
5569         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5570         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5571
5572 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5573
5574         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5575         wl.el (wl-check-variables): Rename from `wl-check-type'.
5576         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5577         (wl-check-variables-2): New function.
5578         (wl): Call `wl-check-variables-2'.
5579
5580 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5581
5582         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5583         after renaming folder in access group.
5584
5585 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5586
5587         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5588         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5589         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5590         (wl-message-buffer-prefetch): Rewrite.
5591         (wl-message-buffer-prefetch-idle-time): Removed.
5592         * wl-summary.el (wl-summary-redisplay-internal):
5593         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5594         Error check for `wl-message-buffer-prefetch-depht'.
5595
5596 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5597
5598         * Version number is increased to 2.9.5.
5599         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5600
5601 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5602
5603         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5604         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5605         Based on the patch written by
5606         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5607
5608 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5609
5610         * wl-draft.el (wl-draft-raw-send): Fix for
5611         `wl-news-send-pre-hook'
5612
5613 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5614
5615         * wl-utils.el (wl-message-id-function): New variable.
5616         * wl-draft.el (wl-draft-insert-required-fields):
5617         Use `wl-message-id-function'.
5618
5619 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5620
5621         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5622         * wl-utils.el (wl-draft-make-message-id-string):
5623         Use `wl-from' for domain part of Message-ID
5624         if `wl-message-id-use-wl-from' if non-nil.
5625         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5626
5627 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5628
5629         * wl.el (wl): Call `wl-check-type'
5630         Do not 'condition-case'.
5631
5632 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5633
5634         * wl.el (wl-check-type): New function.
5635         (wl-check-type-variables): New variable.
5636
5637 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5638
5639         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5640
5641 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5642
5643         * wl-draft.el (wl-smtp-password-key): New function.
5644         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5645         (wl-draft-send-mail-with-smtp): Ditto.
5646         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5647
5648 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5649
5650         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5651         * wl-utils.el (wl-unique-id-suffix): Remove.
5652
5653 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5654
5655         * Version number is increased to 2.9.4.
5656
5657 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5658
5659         * wl-utils.el (wl-unique-id-suffix): New variable.
5660         (wl-unique-id): Use `wl-unique-id-suffix'
5661
5662 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5663
5664         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5665         instead of `elmo-msgdb-search'.
5666
5667         * Version number is increased to 2.9.3.
5668
5669 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5670
5671         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5672
5673 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5674
5675         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5676         (wl-draft-dispatch-message): Changed for send-later.
5677         (wl-draft-queue-flush): Ditto.
5678         (wl-draft): Clear `wl-sent-message-queued'.
5679         (wl-draft-reedit): Ditto.
5680         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5681         * wl-vars.el (wl-draft-force-queuing): New variable.
5682         (wl-draft-force-queuing-mail): New variable.
5683         (wl-draft-force-queuing-news): New variable.
5684
5685 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5686
5687         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5688         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5689
5690 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5691
5692         * Version number is increased to 2.9.2.
5693
5694 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * wl-draft.el (wl-draft-elide-region): New user command.
5697         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5698
5699         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5700         command `wl-draft-elide-region'.
5701         * wl-mule.el: Ditto.
5702         * wl-xmas.el: Ditto.
5703
5704 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5705
5706         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5707         (wl-biff-check-folder-async): Removed needless let.
5708
5709 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5710
5711         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5712         wl-folder-get-elmo-folder.
5713         (wl-biff-check-folder): Set `biff' argument of
5714         `wl-folder-check-one-entity'.
5715         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5716
5717         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5718         (wl-folder-check-one-entity): Added `biff' argument;
5719         Setup `biff' slot of folder.
5720
5721         * Version number is increased to 2.9.1.
5722
5723 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5724
5725         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5726         comment out and fixed.
5727         (wl-fldmgr-add-completion-subr): Ditto.
5728
5729         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5730         and msgdb.
5731
5732         * wl.el (wl-toggle-plugged): Save summary view.
5733
5734 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5735
5736         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5737
5738 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5739
5740         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5741
5742 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5745         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5746         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5747
5748         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5749         if it was failed.
5750         (wl-demo): Disable undo in the demo buffer.
5751
5752 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5753
5754         * wl-version.el (wl-version): Changed codename.
5755
5756         * Version number is increased to 2.9.0.
5757
5758 2001-12-14  Takuo KITAME <kitame@northeye.org>
5759
5760         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5761         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5762         (wl-folder-mark-as-read-all-current-entity): Ditto.
5763
5764 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5765
5766         * wl-vars.el (wl-from-width): Define as obsolete variable.
5767         (wl-subject-length-limit): Ditto.
5768
5769         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5770
5771         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5772         wl-summary-save-view.
5773
5774         * wl.el (wl-save-status): Ditto.
5775         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5776
5777         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5778         (wl-summary-exit): Follow the change above.
5779         (wl-summary-goto-folder-subr): Ditto.
5780
5781         * wl-folder.el (wl-folder-create-subr): Don't use
5782         `elmo-folder-creatable-p'.
5783
5784 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5785
5786         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5787
5788 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5791         rather than bitmap on Emacs 21.
5792         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5793         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5794         for xbm if the new redisplay engine is not available.
5795
5796 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5797
5798         * wl-folder.el (wl-folder-init-hook): New hook.
5799         (wl-folder-init): Run `wl-folder-init-hook'.
5800
5801 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5804
5805 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5806
5807         * wl-acap.el (wl-acap-cache-filename): New variable.
5808         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5809         (wl-acap-init): Use cache if no ACAP server found.
5810
5811 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5812
5813         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5814         `wl-acap-original-msgdb-dir'.
5815
5816         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5817         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5818
5819         * wl-mime.el (wl-mime-save-directory): Renamed from
5820         `wl-mime-save-dir'.
5821
5822 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5825
5826         * wl-demo.el: Require `path-util'.
5827         (wl-demo-bitmap-mule-available-p): New internal variable.
5828         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5829         `module-installed-p' instead.
5830         (wl-demo-insert-image): Use *.img file for a bitmap image.
5831         (wl-demo): Don't call the ascii demo recursively.
5832
5833 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5834
5835         * Version number is increased to 2.7.7.
5836
5837 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5838
5839         * wl.el (wl-exit): Eliminated byte-compile warning.
5840
5841 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5842
5843         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5844         obsolete variable using `elmo-define-obsolete-variable'.
5845         (wl-fetch-confirm-threshold): Ditto.
5846         (wl-cache-prefetch-folder-type-list): Ditto.
5847         (wl-cache-prefetch-folder-list): Ditto.
5848
5849 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5852         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5853         (wl-demo-insert-image): New function.
5854         (wl-demo-insert-text): New function.
5855         (wl-demo-image-type-alist): Redefine as a function.
5856         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5857         (wl-demo-with-temp-file-buffer): Removed.
5858         (wl-logo-xpm): Removed.
5859         (wl-logo-xbm): Removed.
5860         (wl-logo-bitmap): Removed.
5861
5862 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5863
5864         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5865         (wl-expire-localdir-get-folder-function): New user option.
5866         (wl-expire-localdir-get-folder): New function.
5867         (wl-expire-localdir-date): Ditto.
5868
5869 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5870
5871         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5872         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5873         Fixed unread number mismatch when all-unread < unread.
5874
5875 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5876
5877         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5878         (wl-fetch-confirm-threshold): Ditto.
5879
5880         * wl-summary.el (wl-summary-confirm-appends): Removed.
5881         (wl-summary-sync-update): Don't refer
5882         `wl-summary-update-confirm-threshold' (It is now abolished).
5883
5884         * wl-message.el (wl-message-display-internal): Don't refer
5885         `wl-fetch-confirm-threshold' (It is now abolished).
5886
5887 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5890
5891 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5892
5893         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5894         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5895         Change default value to nil.
5896         (wl-summary-indent-length-limit): The value can be nil, nil means
5897         unlimited.
5898
5899         * wl-summary.el: Don't set limit for indent length if the value of
5900         wl-summary-indent-length-limit is nil.
5901         If the value of wl-summary-width is nil, it means only that the width
5902         of summary is unlimited (nil doesn't mean that the indent length is
5903         unlimited).
5904
5905         * wl-thread.el: Ditto.
5906
5907 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5908
5909         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5910         be nil, nil means never confirm.
5911         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5912
5913 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5914
5915         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5916         means unlimited).
5917
5918 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5919
5920         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5921         Use `with-temp-buffer'.
5922
5923 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5924
5925         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5926         with new backquote style).
5927         (wl-folder-get-entity-from-buffer): Ditto.
5928
5929 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5930
5931         * wl-version.el (nemacs-version): Eliminated.
5932         (wl-extended-emacs-version2): Ignore nemacs.
5933         (wl-extended-emacs-version3): Ditto.
5934
5935 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5936
5937         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5938         (wl-draft-add-in-reply-to): New variable.
5939         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5940         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5941         (wl-draft-yank-from-mail-reply-buffer): Use
5942         `wl-draft-add-in-reply-to'.
5943         (wl-draft-insert-current-message): Ditto.
5944
5945 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5946
5947         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5948         typo (kill->hide).
5949         (wl-message-buffer-prefetch-folder-type-list): Added elements
5950         `mark' and `cache' instead of `internal'.
5951
5952 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5953
5954         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5955         resume msgdb directory.
5956
5957 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5958
5959         * wl.el (wl-exit): Call `wl-acap-exit'.
5960
5961         * wl-summary.el (wl-summary-message-string): New function.
5962         (wl-summary-reedit): Use it.
5963         (wl-summary-resend-bounced-mail): Remove needless let.
5964         (wl-summary-supersedes-message): Ditto.
5965         (wl-summary-save): Ditto.
5966
5967         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5968         (wl-acap-init): Set it.
5969         (wl-acap-exit): New function.
5970
5971 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5972
5973         * wl.el (wl-init): Revert (require 'mime-setup). move from
5974         toplevel.
5975
5976 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5977
5978         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5979         local variables.  Add error when guess function return invalid
5980         value.
5981
5982 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5983
5984         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5985         Change local variable name.
5986         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5987         (wl-folder-get-newsgroups): Return nil when non-news folder.
5988         * wl-summary.el (wl-summary-write-current-folder): State through
5989         when guess-list return nil.
5990         (wl-summary-write-current-folder-functions): Fixed docstring.
5991
5992         * wl.el (wl-exit): Changed confirm message.
5993
5994         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5995         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5996
5997         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5998
5999 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6000
6001         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6002         user option (Renamed from wl-cache-prefetch-folder-type-list).
6003         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6004         from wl-cache-prefetch-folder-list).
6005
6006         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6007         Move to wl-vars.el.
6008         (wl-message-buffer-prefetch-p): Changed to enable
6009         `wl-message-buffer-prefetch-folder-list'.
6010
6011         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6012         `ignore-cache'.
6013
6014 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6015
6016         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6017         `part-top' and `part-bottom'.
6018         (wl-draft-config-sub-part-top): New function.
6019         (wl-draft-config-sub-part-bottom): New function.
6020
6021 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6022
6023         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6024
6025 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6026
6027         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6028
6029 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6030
6031         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6032
6033         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6034         (wl-summary-write-current-folder): Ditto.
6035
6036 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6037
6038         * wl-folder.el (wl-folder-get-newsgroups): Use
6039         `elmo-folder-newsgroups'.
6040
6041 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6042
6043         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6044         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6045         `wl-draft-config-sub-header-bottom'.
6046
6047 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6048
6049         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6050         localnews folder.
6051
6052 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6053
6054         * wl-summary.el (wl-summary-mode): Undo last change.
6055
6056         * wl-folder.el (wl-folder-mode): Ditto.
6057
6058 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6059
6060         * wl-summary.el (wl-summary-mode): Locally set
6061         truncate-partial-window-width to nil.
6062         (for XEmacs)
6063
6064         * wl-folder.el (wl-folder-mode): Ditto.
6065
6066 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6069
6070 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6071
6072         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6073         number.
6074
6075         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6076
6077         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6078
6079         * Version number is increased to 2.7.6.
6080
6081 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6082
6083         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6084
6085 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6086
6087         * wl-summary.el (wl-summary-sync-update): Enclose network
6088         related portion with `unwind-protect'.
6089
6090 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6091
6092         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6093
6094 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6095
6096         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6097         element.
6098         * wl-vars.el (wl-message-body-button-alist): Ditto.
6099
6100         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6101         max match length.
6102         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6103
6104         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6105         for the max match length;
6106         Use 4th element value for the button string regexp group.
6107
6108         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6109         candidate exists, prompt to select.
6110
6111 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6112
6113         * wl-summary.el (wl-summary-jump-to-msg): Search before
6114         calibration point by `beginning-of-line'.
6115
6116 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6117
6118         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6119         for access group.
6120
6121 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6122
6123         * wl-message.el (wl-message-display-internal): Bind
6124         `default-mime-charset'.
6125
6126         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6127
6128         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6129
6130         * Version number is increased to 2.7.5.
6131
6132 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6133
6134         * wl-expire.el (wl-summary-archive): Fixed;
6135         Use `elmo-folder-name-internal'.
6136
6137 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6138
6139         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6140         from `elmo-folder-move-messages' caller.
6141         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6142
6143         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6144         related portions are changed).
6145
6146 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6147
6148         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6149         counter.
6150
6151 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6152
6153         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6154         buffer local and set it to nil.
6155
6156         * wl-message.el (wl-message-redisplay): Ditto.
6157
6158 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6159
6160         * wl-summary.el (wl-summary-mark-as-important): If message is
6161         already cached, set messag as read, otherwise encache and mark as read.
6162
6163 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6164
6165         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6166         point-min.
6167
6168 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6169
6170         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6171         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6172         a keymap.
6173
6174 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6175
6176         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6177         parent.
6178
6179         * wl-mule.el (wl-message-define-keymap): Ditto.
6180
6181         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6182
6183         * wl-xmas.el (wl-message-display-internal-hook): Define.
6184         (wl-xmas-setup-message-toolbar): Define as function.
6185         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6186         (wl-message-overload-functions): Abolished.
6187         (wl-message-define-keymap): New function.
6188
6189         * wl-vars.el (wl-message-display-internal-hook): New variable.
6190         (wl-message-header-button-alist): New variable (Renamed from
6191         wl-highlight-message-header-button-alist).
6192         (wl-message-body-button-alist): Ditto.
6193
6194         * wl-mule.el (wl-message-define-keymap): New function.
6195         (wl-message-overload-functions): Abolished.
6196
6197         * wl-message.el (wl-message-add-buttons-to-body): New function.
6198         (wl-message-redisplay): Don't call wl-message-overload-functions;
6199         Call wl-message-add-buttons-to-header and
6200         wl-message-add-buttons-to-body.
6201         (wl-message-display-internal): Set keymap argument for
6202         elmo-mime-display-as-is, elmo-mime-message-display;
6203         Run wl-message-display-internal-hook.
6204         (wl-message-refer-article-or-url): Abolished.
6205
6206         * wl-highlight.el (wl-highlight-headers): Don't call
6207         wl-highlight-message-add-buttons-to-header.
6208         (wl-highlight-message-add-buttons-to-header): Abolished.
6209
6210
6211         * wl-e21.el (wl-message-display-internal-hook): Define.
6212         (wl-e21-setup-toolbar): Deleted duplicated binding.
6213         (wl-e21-setup-message-toolbar): Define as function.
6214         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6215         (wl-message-define-keymap): New function.
6216         (wl-message-overload-functions): Abolished.
6217
6218 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6219
6220         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6221         and elmo-folder-close.
6222
6223         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6224
6225 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6226
6227         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6228         boolean value.
6229         * wl-draft.el (wl-draft-do-fcc): Ditto.
6230
6231 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6232
6233         * wl-vars.el (wl-fcc-force-as-read): New variable.
6234         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6235         mark copied message as read.
6236
6237 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6238
6239         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6240
6241 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6242
6243         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6244         `wl-summary-target-above' instead of obsolete variable
6245         `wl-summary-temp-above'.
6246
6247         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6248         instead of `make-obsolete-variable'.
6249         * wl-refile.el (toplevel): Ditto.
6250
6251 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6252
6253         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6254         with third argument t.
6255         (wl-draft): Set first argument for wl-plugged-init as t.
6256
6257         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6258         definition.
6259
6260 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6261
6262         * wl-vars.el: Tabify.
6263         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6264
6265         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6266         message.
6267
6268 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6269
6270         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6271         and set default to beep.
6272
6273 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6274
6275         * wl-vars.el (wl-draft-truncate-lines): New variable.
6276
6277         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6278         instead of wl-message-truncate-lines for truncate-lines.
6279
6280 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6281
6282         * wl-message.el (wl-message-display-internal): Call
6283         `wl-highlight-message' after `elmo-mime-display-as-is'.
6284
6285         * wl-mime.el (wl-mime-display-text/plain): New function.
6286         (wl-mime-display-header): Ditto.
6287         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6288         body-presentation-method for text/plain;
6289         Register `wl-mime-display-header' as a header-presentation-method;
6290         Don't set up `elmo-message-text-content-inserted-hook' and
6291         `elmo-message-header-inserted-hook'.
6292
6293         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6294         variable.
6295         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6296         as t if flag is 'all-header;
6297         Don't bind `elmo-message-ignored-field-list',
6298         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6299
6300 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6303         for xemacs with non-mule environment.
6304
6305 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6306
6307         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6308         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6309         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6310
6311 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6312
6313         * wl-vars.el (wl-interactive-send): Set default value as t.
6314
6315 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6316
6317         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6318         (wl-addrmgr-method-list): Abolished.
6319         (wl-addrmgr-change-method): Follow above change.
6320
6321         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6322
6323 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6324
6325         * wl-vars.el (wl-message-truncate-lines): Change default value
6326         to default-truncate-lines.
6327
6328         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6329
6330 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6331
6332         * wl-vars.el (wl-message-truncate-lines): New variable.
6333
6334         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6335         wl-message-truncate-lines.
6336
6337 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6338
6339         * wl-acap.el (wl-acap-init): Remove period from error message.
6340         (wl-acap-find-acap-service): Remove period from message.
6341
6342 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6343
6344         * wl.el (wl-check-environment): Undo last change.
6345
6346         * wl-vars.el (wl-from): Changed default value.
6347
6348         * wl-util.el (toplevel): Don't require tm-edit.
6349
6350         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6351         `wl-folder-init';
6352         Don't set mark on mail body.
6353         (wl-draft-reedit): Ditto.
6354
6355         * wl-address.el (wl-address-quote-specials): Define as an alias for
6356         elmo-address-quote-specials.
6357
6358 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6359
6360         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6361
6362         * wl-vars.el (wl-from): Set default value as nil.
6363         (wl-organization): Set default value as ORGANIZATION environment
6364         variable.
6365
6366         * wl-draft.el (wl-smtp-extension-bind): Check value of
6367         wl-smtp-connection-type.
6368
6369         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6370         error.
6371
6372 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6373
6374         * Version number is increased to 2.7.4.
6375
6376         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6377         arguments from `wl-highlight-x-face-function' caller.
6378         Use x-face-1.3.6.12 or later.
6379
6380 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6381
6382         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6383
6384 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6385
6386         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6387         (wl-fcc): Fix to accept function.
6388         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6389
6390 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6391
6392         * wl-acap.el (toplevel): Added `product-provide' declare.
6393         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6394
6395 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6396
6397         * wl.el (wl): Changed order of calling `elmo-init'
6398         and `elmo-folder-init'.
6399
6400 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6401
6402         * wl-mime.el (wl-summary-burst): Extract message when content-type
6403         of root entity is not only `multipart' but also `message/rfc822'.
6404         (wl-summary-burst-subr): Ditto.
6405
6406 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * wl-vars.el (toplevel): Require 'custom.
6409         (wl-trash-folder): Added to `wl-setting' group.
6410
6411         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6412         exists.
6413         (wl-addrmgr-draw): Insert empty line when no entry exists.
6414
6415         * wl-mule.el (wl-message-wheel-up): Fixed.
6416         (wl-message-wheel-down): Ditto.
6417
6418 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6419
6420         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6421         config is an anonymous lambda expression.
6422
6423 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6426         when Mule 2 is running.
6427
6428 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6429
6430         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6431
6432 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6433
6434         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6435         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6436
6437         * wl-address.el (wl-address-specials-regexp): Eliminated.
6438         (wl-address-quote-specials): Rewrite.
6439
6440 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6443         shy-groups for regexp.
6444
6445         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6446         character classes and Perl style shy-groups for regexp.
6447         (wl-highlight-plugged-current-line): Use Posix style character
6448         classes for regexp.
6449         (wl-e21-highlight-folder-by-numbers): Ditto.
6450         (wl-e21-display-image-p): Use `display-images-p' instead of
6451         `display-graphic-p'.
6452         (display-images-p): Make an alias to `display-graphic-p' if it is
6453         not available.  It is for Emacs version prior to 21.0.105.
6454
6455         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6456         `display-graphic-p'.
6457         (wl-demo-image-type-alist): Ditto.
6458         (display-images-p): Make an alias to `display-graphic-p' if it is
6459         not available.  It is for Emacs version prior to 21.0.105.
6460
6461 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6462
6463         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6464         support.
6465         (wl-generate-user-agent-string): Ditto.
6466
6467         * wl-version.el (wl-version): Update docsting.
6468         (wl-version-status): Ditto.
6469
6470 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6471
6472         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6473         21.0.105.  For Emacs 21.0.104 or earlier.
6474
6475 2001-09-03  Takuo KITAME <kitame@northeye.org>
6476
6477         * wl-e21.el (wl-plugged-init-icons): Use
6478         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6479         (wl-biff-init-icons): Ditto.
6480
6481 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6482
6483         * wl-highlight.el (wl-highlight-summary-current-line):
6484         Fixed highlighting refile/copy destination.
6485
6486         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6487         (wl-acap-store): Encode string by wl-acap-coding-system.
6488
6489 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * wl-acap.el (toplevel): Check and require 'un-define before
6492         'xemacs-ucs;
6493          Added checking for UTF-2000.
6494
6495 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6496
6497         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6498         Don't enclose with `eval-and-compile'.
6499
6500         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6501         wl-init is non-nil.
6502
6503         * wl-draft.el (wl-draft): Ditto.
6504
6505         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6506
6507         * wl-acap.el (toplevel): Require 'wl.
6508         (wl-acap-store): Call `elmo-init'.
6509
6510         * wl.el (wl): Changed position of `wl-check-environment'.
6511         (toplevel): Added autoload setting for wl-acap.
6512
6513         * wl-vars.el (wl-setting): New custom group.
6514         (wl-from): Added wl-setting group.
6515         (wl-user-mail-address-list): Ditto.
6516         (wl-organization): Ditto.
6517         (wl-subscribed-mailing-list): Ditto.
6518         (wl-envelope-from): Ditto.
6519         (wl-smtp-posting-user): Ditto.
6520         (wl-smtp-posting-server): Ditto.
6521         (wl-smtp-posting-port): Ditto.
6522         (wl-smtp-authenticate-type): Ditto.
6523         (wl-pop-before-smtp-user): Ditto.
6524         (wl-pop-before-smtp-server): Ditto.
6525         (wl-pop-before-smtp-port): Ditto.
6526         (wl-pop-before-smtp-authenticate-type): Ditto.
6527         (wl-nntp-posting-server): Ditto.
6528         (wl-nntp-posting-user): Ditto.
6529         (wl-nntp-posting-port): Ditto.
6530         (wl-fetch-confirm-threshold): Ditto.
6531         (wl-prefetch-threshold): Ditto.
6532         (wl-thread-insert-opened): Ditto.
6533         (wl-ldap-server): Ditto.
6534         (wl-ldap-port): Ditto.
6535         (wl-ldap-base): Ditto.
6536         (wl-ldap-objectclass): Ditto.
6537         (wl-use-ldap): Ditto.
6538         (wl-draft-config-alist): Ditto.
6539         (wl-draft-config-matchone): Ditto.
6540         (wl-template-alist): Ditto.
6541         (wl-message-sort-field-list): Ditto.
6542         (wl-message-ignored-field-list): Ditto.
6543         (wl-message-visible-field-list): Ditto.
6544         (wl-interactive-send): Ditto.
6545         (wl-summary-move-order): Ditto.
6546         (wl-auto-select-first): Ditto.
6547         (wl-auto-select-next): Ditto.
6548         (wl-interactive-save-folders): Ditto.
6549
6550         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6551         Initialization codes are moved from wl-local-folder-init.
6552         (wl-local-folder-init): Follow the change above.
6553         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6554
6555         * wl-acap.el: New file.
6556
6557         * Version number is increased to 2.7.3.
6558
6559 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6560
6561         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6562
6563 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6564
6565         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6566         (wl-addrmgr-address-entry-list): Ditto.
6567
6568 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl-e21.el (wl-draft-mode-map): Removed binding for
6571         `wl-draft-insert-x-face-field'.
6572
6573         * wl-mule.el (wl-draft-mode-map): Ditto.
6574
6575         * wl-xmas.el (wl-draft-mode-map): Ditto.
6576
6577         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6578         (wl-cs-autoconv): Ditto.
6579         (wl-cs-local): Ditto.
6580         (wl-use-scoring): Ditto.
6581         (wl-mime-charset): Ditto.
6582         (wl-folder-check-async): Ditto.
6583
6584         * wl.el (toplevel): Ignore nemacs and tm.
6585         (wl-exit): Ditto.
6586
6587         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6588         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6589         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6590         instead of wl-address-petname-add-or-change.
6591         (wl-summary-edit-addresses-subr): Use wl-address-delete
6592         instead of wl-address-petname-delete.
6593
6594         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6595
6596         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6597         if error occured.
6598
6599         * wl-message.el (require): Remove tm support.
6600
6601         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6602
6603         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6604         (wl-folder-jump-to-current-entity): Ditto.
6605         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6606
6607         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6608         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6609         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6610
6611         * wl-mule.el (wl-draft-key-setup): Ditto.
6612
6613         * wl-xmas.el (wl-draft-key-setup): Ditto.
6614
6615         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6616         (wl-draft-std11-parse-addresses): New function.
6617         (wl-draft-parse-mailbox-list): Use it.
6618         (wl-draft): Ignore nemacs.
6619         (wl-draft-reedit): Ditto.
6620
6621         * wl-addrmgr.el: New file.
6622         (Original is wl-rcpt.el written by
6623         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6624         Thanks Kitamoto-san.)
6625
6626         * wl-address.el (wl-address-make-address-list): Modified parsing
6627         process.
6628         (wl-address-delete): Renamed from `wl-address-petname-delete';
6629         Modify wl-address-list too.
6630         (wl-address-add-or-change): Renamed from
6631         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6632
6633 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6634
6635         * wl-highlight.el (wl-highlight-summary-current-line):
6636           Work with transient-mark-mode
6637
6638 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6639
6640         * Version number is increased to 2.7.2.
6641
6642         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6643         instead of elmo-dop-queue-method.
6644
6645 2001-08-06  SAITO Atsunori <sai@yedo.com>
6646
6647         * wl-vars.el (wl-ldap-objectclass): New user option.
6648
6649         * wl-address.el (wl-ldap-make-filter): Use it.
6650
6651 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6652
6653         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6654
6655 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6656
6657         * wl-folder.el (wl-folder): redisplay after folder insertion.
6658
6659         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6660
6661         * wl-summary.el (wl-summary-sync-update):
6662         Change status mark only when new-msgdb exists.
6663         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6664
6665 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * wl-summary.el (wl-summary-open-folder): New function.
6668         (wl-summary-goto-folder-subr): Use it.
6669         (wl-summary-mark-as-important): Fix;
6670         Encache only when no cache exists.
6671
6672 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6673
6674         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6675         Use with-current-buffer.
6676
6677 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6678
6679         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6680         before call `get-buffer'. Fixed parenthesis.
6681         (wl-score-get-header-entry): Clear message and help window when
6682         keyboard quit.
6683         (wl-score-edit-insert-header): Ditto.
6684
6685 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6686
6687         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6688         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6689         (wl-default-draft-cite): Fix.
6690
6691         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6692         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6693
6694 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6695
6696         * wl-message.el (wl-message-prev-page): Do same bahavior
6697         as summary when it is called in the message buffer.
6698         (wl-message-next-page): Ditto.
6699
6700 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6701
6702         * wl-summary.el (wl-summary-forward): Use cache if it is not
6703         section cache.
6704
6705 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6706
6707         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6708         Removed redundant require of elmo-vars.
6709         (wl-biff-state-indicator-on): Changed default value for
6710         xemacs with non-mule environment.
6711
6712         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6713         wl-message-buffer is nil;
6714         Hide progress bar after moving messages.
6715
6716 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6717
6718         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6719         message at cursor point is deleted.
6720
6721 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6722
6723         * wl-vars.el: Changed file coding system to euc-japan.
6724         Added -*-coding:-*- magic to the first line.
6725
6726         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6727         Search parent from the first message.
6728
6729         * Version number is increased to 2.7.1.
6730
6731 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6732
6733         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6734
6735 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6736
6737         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6738         refile/delete execution.
6739
6740         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6741         Fixed docstring.
6742
6743 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6744
6745         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6746         do update process;
6747         Don't update marks when update process is interrupted.
6748
6749 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6750
6751         * wl-summary.el (wl-summary-reply): Fixed problem when
6752         wl-draft-use-frame is non-nil.
6753         (wl-summary-forward): Ditto.
6754
6755         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6756         as nil.
6757         (wl-folder-mark-as-read-all-entity): Ditto.
6758         (wl-folder-prefetch-entity): Ditto.
6759
6760         * wl.el (wl): Check environment before wl-init.
6761
6762         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6763         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6764         instead of wl-summary-collect-unread.
6765         (wl-summary-reply): Split message window.
6766
6767 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6768
6769         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6770         only if current language environment is japanese,
6771
6772         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6773         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6774         (wl-folder-goto-folder-subr): Ditto.
6775
6776         * wl-draft.el (wl-draft-dispatch-message): Call
6777         `elmo-file-cache-get-path'.
6778
6779 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6780
6781         * wl-summary.el (wl-summary-cursor-move): If return value of
6782         wl-summary-next-message is not number, don't jump.
6783
6784 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6785
6786         * wl-summary.el (wl-summary-buffer-next-message-function): New
6787         variable.
6788         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6789         if it is bound.
6790
6791         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6792         string.
6793
6794         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6795         (wl-plugged-drawing): Ditto.
6796
6797 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6798
6799         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6800         process.
6801         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6802         with unwind-protect.
6803
6804         * wl.el (wl-init): Require mime-setup.
6805         (wl-check-environment): Don't require mime-setup.
6806
6807         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6808         instead of elmo-folder-type.
6809
6810         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6811         value as nil.
6812
6813 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6814
6815         * Version number is increased to 2.7.0.
6816
6817         * wl-version.el (wl-version): Changed codename.
6818
6819         * wl-summary.el (wl-summary-delete-cache): Fixed.
6820
6821         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6822         Workaround for net folders.
6823         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6824
6825         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6826         value to nil (According to the patch from
6827         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6828
6829         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6830         of elmo-folder-close.
6831
6832 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6833
6834         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6835         for postfix.
6836
6837 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6838
6839         * wl-summary.el (wl-summary-resend-message): Fixed.
6840
6841         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6842         Call wl-draft with `from' argument if its address is included in
6843         `wl-user-mail-address-list'.
6844         (wl-draft): Added `from' argument.
6845
6846         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6847         non-nil.
6848         (wl): Don't show demo if wl-demo is nil.
6849
6850         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6851         wl-summary-use-frame.
6852
6853         * wl-vars.el (wl-summary-use-frame): New user option.
6854         (wl-folder-use-frame): Changed docstring.
6855
6856         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6857         non-nil.
6858         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6859         wl-summary-use-frame.
6860
6861         * wl-vars.el (wl-folder-use-frame): New user option.
6862
6863         * wl-summary.el (wl-summary-exit): Back to folder frame if
6864         wl-folder-use-frame is non-nil.
6865         (wl-summary-redisplay-internal): Ignore cache if current folder
6866         is draft folder,
6867         (wl-summary-redisplay-no-mime): Ditto.
6868         (wl-summary-redisplay-all-header): Ditto.
6869
6870         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6871         if wl-folder-use-frame is non-nil.
6872
6873 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6874
6875         * wl-summary.el (wl-summary-sync-update): Bind
6876         elmo-folder-update-threshold.
6877         (wl-summary-mark-as-important): Enclosed server mark processing
6878         with `save-match-data'.
6879
6880         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6881         only when it is already defined.
6882
6883 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6884
6885         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6886         name of folder exclude localdir is wrong.
6887         * wl-folder.el (wl-folder-sync-entity):
6888         Set `wl-summary-always-sticky-folder-list' as nil.
6889         (wl-folder-mark-as-read-all-entity): Ditto.
6890         (wl-folder-prefetch-entity): Ditto.
6891
6892 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6893
6894         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6895         instead of `wl-summary-write-current-newsgroup'.
6896
6897 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6898
6899         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6900         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6901         non-nil and selected message is important, do not display.
6902
6903 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6904
6905         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6906
6907 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6908
6909         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6910
6911         * wl-summary.el (wl-summary-mark-as-important): Set message number
6912         using wl-summary-message-number.
6913
6914 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6915
6916         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6917         destination folder is 'null.
6918
6919 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6920
6921         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6922         New function.
6923         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6924         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6925         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6926
6927 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl-mime.el (wl-mime-setup): Added setting for
6930         `mime-setup-signature-key-alist' to avoid overriding key bind for
6931         `wl-draft-send'.
6932
6933         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6934         for `wl-draft-send'.
6935         * wl-mule.el (wl-draft-overload-functions): Ditto.
6936         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6937         * wl-draft.el (wl-draft-send): Ditto.
6938
6939         * wl-message.el (wl-message-display-internal):
6940         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6941         (Patch is provided by <kita@coe.nttdata.co.jp>).
6942
6943 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6944
6945         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6946
6947 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6948
6949         * wl.el (wl): Fix for wl-demo.
6950
6951 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6952
6953         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6954
6955 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6956
6957         * wl-folder.el (wl-folder-prefetch-entity): Use
6958         `wl-folder-get-elmo-folder'.
6959         (wl-folder-count-incorporates): Do not use
6960         `wl-folder-get-elmo-folder'.
6961
6962 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6963
6964         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6965         instead of `elmo-folder-get-type'.
6966
6967 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6968
6969         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6970         position on Subject: field.
6971         (Advised by Mito <mit@nines.nec.co.jp>)
6972
6973 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6974
6975         * wl-folder.el (wl-folder-prefetch-entity): Use
6976         `wl-folder-get-elmo-folder'.
6977
6978 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6979
6980         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6981
6982         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6983         `process-duplicates' slot.
6984
6985         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6986         if detection failed.
6987
6988 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6989
6990         * wl-version.el (wl-version-status): Set to "alpha".
6991
6992 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6993
6994         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6995         Check wl-message-buffer lives before set-buffer.
6996
6997 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6998
6999         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7000         called in folder mode.
7001         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7002         * wl-summary.el (wl-summary-exit-pre-hook): Run
7003         `wl-summary-exit-pre-hook' before exit summary mode.
7004
7005 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7006
7007         * wl-version.el (wl-version-status): New variable.
7008         (wl-version-status-alist): Removed.
7009         (wl-version-status): Rule included.
7010
7011 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7012
7013         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7014         @sponichi.
7015
7016         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7017         when `mail-reply-buffer' is buffer-local variable.
7018         (Reported by <kita@coe.nttdata.co.jp>).
7019
7020 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7021
7022         * wl-vars.el (toplevel): Require 'elmo-util.
7023
7024 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7025
7026         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7027         (All other related portions are changed)
7028
7029         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7030
7031         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7032
7033 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7034
7035         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7036
7037 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7038
7039         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7040         Delete other windows to avoid an error.
7041         Use `point-marker' instead of `point' to remember the start point
7042         of body.
7043
7044         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7045
7046         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7047         number not to exceed all message number.
7048
7049 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7050
7051         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7052         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7053
7054 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * wl-summary.el (wl-summary-sync-force-update): Added argument
7057         no-check.
7058         (wl-summary-sync-update): Ditto.
7059         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7060         with `no-check'.
7061
7062         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7063         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7064         already running.
7065
7066 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7067
7068         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7069         `dst-folder-arg'.
7070         (wl-expire-archive-number1): Diito.
7071         (wl-expire-archive-number2): Diito.
7072         (wl-expire-archive-Date): Diito.
7073         (wl-archive-number1): Diito.
7074         (wl-archive-number2): Diito.
7075         (wl-archive-date): Diito.
7076         (wl-archive-folder-p): New function.
7077         (wl-summary-expire): Support of expand folder name at
7078         wl-expire-alist.
7079         * wl-util.el (wl-expand-newtext): Renamed from
7080         `wl-refile-expand-newtext'.
7081
7082 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7083
7084         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7085         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7086         `(elmo-msgdb-get-overview msgdb)'.
7087         (wl-summary-prefetch): Bind match data before call
7088         `wl-summay-prefetch-msg'.
7089         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7090         'off if `wl-summary-buffer-disp-msg' is non-nil.
7091         Fixed problem that couldn't show only one new or unread message when
7092         enter folder.
7093         (wl-summary-reply): Don't call `split-window-vertically' and other
7094         window.
7095
7096 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7097
7098         * wl-expire.el (wl-expire-refile): Fixed.
7099
7100 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7101
7102         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7103
7104         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7105         biff notification is removed.
7106
7107         * wl.el (wl): Changed position of `elmo-init'.
7108
7109         * wl-draft.el (wl-default-draft-cite): Use date field
7110         on the citation buffer.
7111
7112         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7113
7114         * wl-xmas.el (wl-folder-internal-icon-list): Added
7115         `wl-folder-shimbun-image'.
7116
7117         * wl-e21.el (wl-folder-internal-icon-list): Added
7118         `wl-folder-shimbun-image'.
7119
7120 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7121
7122         * wl.el (wl-init): Eliminated argument.
7123         (wl): Rewrite.
7124
7125         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7126         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7127         instead of `elmo-folder-msgdb-internal'.
7128         (wl-summary-sync-update): Ditto.
7129         (wl-summary-flush-pending-append-operations): Eliminated.
7130         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7131         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7132         `elmo-folder-open'.
7133
7134         * wl-mime.el (wl-summary-burst): Fixed.
7135
7136         * wl-folder.el (wl-folder-info-save): Check data type.
7137
7138         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7139         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7140         instead of `elmo-folder-msgdb-internal'.
7141         (wl-expire-hide): Ditto.
7142
7143
7144         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7145
7146 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7147
7148         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7149
7150 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7151
7152         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7153
7154 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7155
7156         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7157         Fixed `match-beginning' argument mismatch.
7158
7159 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7160
7161         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7162         the default value.
7163
7164 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7165
7166         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7167         instead of `elmo-nntp-default-port'.
7168
7169         * wl-vars.el: Fixed some doc strings.
7170
7171 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl-summary.el (wl-summary-prefetch-msg): Use
7174         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7175
7176         * wl-vars.el: Define *-func as obsolete variable using
7177         `elmo-define-obsolete-variable'.
7178
7179         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7180         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7181         instead of `wl-message-buffer-prefetch-threshold'.
7182
7183         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7184
7185         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7186
7187         * wl-draft.el (wl-caesar-region-func): Ditto.
7188
7189         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7190         Keep unread status in elmo-folder-move-messages.
7191         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7192
7193 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7194
7195         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7196         `wl-summary-buffer-exit-func'
7197         (wl-summary-buffer-message-redisplay-function): Renamed from
7198         `wl-summary-buffer-message-redisplay-func'
7199         (wl-summary-buffer-next-folder-function): Renamed from
7200         `wl-summary-buffer-next-folder-func'.
7201         (wl-summary-buffer-prev-folder-function): Renamed from
7202         `wl-summary-buffer-prev-folder-func'.
7203         (wl-summary-get-petname-function): Renamed from
7204         `wl-summary-get-petname-func'.
7205
7206         * wl-score.el (wl-score-edit-exit-function): Renamed from
7207         `wl-score-edit-exit-func'.
7208
7209         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7210         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7211
7212         * wl-util.el (wl-load-profile-function): Renamed from
7213         `wl-load-profile-func'.
7214
7215         * wl-folder.el (wl-folder-completion-function): Renamed from
7216         `wl-folder-completion-func'.
7217         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7218
7219         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7220         `wl-expire-archive-get-folder-func'.
7221         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7222         (wl-draft-send-mail-function): Renamed from
7223         `wl-draft-send-mail-func'.
7224         (wl-draft-send-news-function): Renamed from
7225         `wl-draft-send-news-func'.
7226         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7227         (wl-generate-mailer-string-function): Renamed from
7228         `wl-generate-mailer-string-func'.
7229         (wl-highlight-signature-search-function): Renamed from
7230         `wl-highlight-signature-search-func'.
7231         (wl-highlight-x-face-function): Renamed from
7232         `wl-highlight-x-face-func'
7233         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7234         (wl-ps-print-buffer-function): Renamed from
7235         `wl-ps-print-buffer-func'
7236         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7237         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7238         (wl-summary-subject-filter-function): Renamed from
7239         `wl-summary-subject-filter-func'.
7240
7241         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7242         `wl-draft-queue-flush-send-func'
7243         (wl-draft-cite-function): Renamed from
7244         `wl-draft-cite-func'
7245
7246         * wl-address.el (wl-address-init-function): Renamed from
7247         `wl-address-init-func'.
7248
7249 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * wl-draft.el (wl-draft-queue-flush): Don't call
7252         `elmo-dop-unlock-message'.
7253         * wl-draft.el (wl-draft-queue-append): Don't call
7254         `elmo-dop-lock-message'.
7255
7256         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7257         (wl-summary-buffer-folder-name): Ditto.
7258         (wl-summary-message-regexp): Added '-' (all other related portions
7259         are changed).
7260         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7261         wl-summary-buffer-folder-name.
7262
7263 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7264
7265         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7266         the number of mails in the folder buffer is not updated by wl-biff.
7267
7268 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7269
7270         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7271         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7272
7273 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7274
7275         * wl-summary.el (wl-summary-next-message):
7276         Return next message number when wl-summary-move-order is nil.
7277
7278 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7279
7280         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7281         `wl-summary-move-spec-alist'.
7282         (wl-summary-move-spec-unplugged-alist): New variable
7283         (Move spec for unplugged status).
7284         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7285         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7286
7287 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7288
7289         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7290         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7291
7292 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7293
7294         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7295         simple quotation to quote the anonymous function.
7296         * tm-wl.el (wl-draft-preview-message): Ditto.
7297
7298 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7299
7300         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7301         Eliminate redundant `save-excursion'.
7302         (wl-highlight-summary-current-line): Ditto.
7303
7304         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7305         accessing match data when `looking-at' failed.
7306
7307         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7308         `elmo-match-string' where users don't care about the speed.
7309         (wl-draft-save): Ditto.
7310
7311 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7312
7313         * wl-util.el (wl-regexp-opt): New function.
7314
7315         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7316         number from `wl-summary-buffer-number-list'.
7317         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7318         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7319         (wl-summary-move-spec-alist): Changed default setting.
7320
7321 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7322
7323         * wl-vars.el (wl-biff-notify-hook): New hook.
7324         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7325         the arrival of new mail.
7326         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7327         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7328
7329 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7330
7331         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7332
7333 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7334
7335         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7336
7337         * Version number is increased to 2.5.8.
7338
7339         * wl-thread.el (toplevel): require 'cl.
7340         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7341         (wl-thread-make-number-list): New function.
7342         (wl-thread-entity-make-number-list-from-children): Ditto.
7343         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7344         (wl-thread-entity-insert-as-children): Likewise.
7345         (wl-thread-delete-message): Likewise.
7346         (wl-meaning-of-mark): Eliminated.
7347         (wl-thread-next-failure-mark-p): Ditto.
7348         (wl-thread-entity-get-mark): Ditto.
7349         (wl-thread-meaning-alist-get-result): Ditto.
7350         (wl-thread-entity-check-prev-mark): Ditto.
7351         (wl-thread-entity-check-next-mark): Ditto.
7352         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7353         (wl-thread-entity-get-prev-marked-entity): Ditto.
7354         (wl-thread-get-prev-unread): Ditto.
7355         (wl-thread-jump-to-prev-unread): Ditto.
7356         (wl-thread-get-next-unread): Ditto.
7357         (wl-thread-jump-to-next-unread): Ditto.
7358         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7359         (wl-thread-entity-get-next-marked-entity): Ditto.
7360
7361         * wl-summary.el (wl-summary-buffer-number-list):
7362         New bufer-local variable.
7363         (wl-summary-switch-to-clone-buffer): Clone
7364         `wl-summary-buffer-number-list'.
7365         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7366         (wl-summary-cursor-move-regex): Eliminated.
7367         (wl-summary-cursor-up): Rewrite.
7368         (wl-summary-cursor-down): Ditto.
7369         (wl-summary-mode-spec-alist): New variable.
7370         (wl-summary-next-message): New inline function.
7371         (wl-summary-cursor-move): New function.
7372         (wl-summary-default-get-next-msg): Rewrite.
7373         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7374         (wl-summary-rescan): Ditto.
7375         (wl-summary-sync-all-init): Ditto.
7376         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7377         summary is not thread view.
7378         (wl-summary-sync-update): Ditto.
7379         (wl-summary-rescan): Ditto.
7380         (wl-summary-make-number-list): New function.
7381
7382         * wl-draft.el: "FCC" -> "Fcc".
7383
7384 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7385
7386         * wl-highlight.el (wl-highlight-summary-window):
7387         Call `set-buffer-modified-p'.
7388
7389         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7390         (wl): Call `elmo-init' and fix.
7391
7392         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7393         Use new variables.
7394
7395         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7396
7397 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7398
7399         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7400
7401 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7402
7403         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7404
7405 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7406
7407         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7408         `wl-use-toolbar' nor `display-graphic-p'.
7409         (wl-e21-setup-message-toolbar): Ditto.
7410         (wl-e21-setup-summary-toolbar): Ditto.
7411         (wl-e21-setup-folder-toolbar): Ditto.
7412
7413         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7414         (wl-plugged-init-icons): Ditto.
7415
7416         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7417         `display-graphic-p'.
7418         (wl-plugged-set-folder-icon): Ditto.
7419         (wl-highlight-plugged-current-line): Ditto.
7420         (wl-highlight-folder-current-line): Ditto.
7421         (wl-e21-highlight-folder-group-line): Ditto.
7422         (wl-e21-setup-toolbar): Ditto.
7423         (wl-e21-display-image-p): New macro.
7424
7425         * wl-demo.el (wl-demo): Simplified.
7426         (wl-demo-image-type-alist): Use `image-type-available-p' for
7427         checking whether the image type `xbm' is available.
7428
7429 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7430
7431         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7432         (wl-summary-input-range): Ditto.
7433
7434 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7435
7436         * wl-summary.el (wl-summary-edit-addresses): Use
7437         `wl-summary-get-original-buffer'
7438         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7439         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7440         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7441         (wl-summary-get-newsgroups): Eliminated.
7442         (wl-summary-set-crosspost): Ditto.
7443         (wl-summary-is-crosspost-folder): Ditto.
7444         (wl-crosspost-alist-load): Ditto.
7445         (wl-crosspost-alist-save): Ditto.
7446
7447         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7448         `elmo-setup-subscribed-newsgroups' instead of
7449         `elmo-nntp-make-groups-hashtb'.
7450         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7451         instead of `wl-crosspost-alist-save'.
7452
7453         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7454         of `elmo-folder-message-appendable-p'.
7455         (wl-mime-header-presentation-method): Eliminated.
7456
7457         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7458         (Error occurs in emacs21).
7459
7460         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7461         the current buffer).
7462
7463         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7464         instead of `wl-crosspost-alist-save'.
7465         (wl-init): `elmo-crosspost-message-alist-load'
7466         instead of `wl-crosspost-alist-load'
7467
7468         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7469         (wl-parse-newsgroups): Likewise.
7470         (wl-biff-notify): Run `wl-biff-notify-hook'.
7471
7472 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7473
7474         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7475
7476         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7477         when `wl-summary-lazy-highlight' is non-nil.
7478         (wl-summary-goto-folder-subr): Highlight only when
7479         `wl-summary-lazy-highlight' is non-nil.
7480
7481         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7482         Don't display progress and highlight temp-mark when
7483         `wl-summary-lazy-highlight' is non-nil.
7484         (wl-highlight-summary-window): New function.
7485         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7486
7487 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7488
7489         * wl-summary.el (wl-summary-sync): Change `all-visible'
7490         from `all-shown'
7491         (wl-summary-input-range): Ditto.
7492
7493 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7494
7495         * wl-e21.el (wl-highlight-folder-current-line): Call
7496         `wl-folder-init-icons' when folder icons have not been initialized.
7497
7498         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7499
7500         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7501         (wl-demo-image-type-alist): New macro.
7502
7503 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7504
7505         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7506         display does not support graphics.
7507         (wl-plugged-init-icons): Ditto.
7508         (wl-folder-init-icons): Ditto.
7509
7510         * wl-demo.el (wl-demo): Chech closely whether the display
7511         supports graphics.
7512
7513 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7514
7515         * wl-summary.el (wl-summary-get-original-buffer): New function.
7516         (wl-summary-set-crosspost): Use it.
7517         (wl-summary-target-mark-uudecode): Ditto.
7518         (wl-summary-reedit): Ditto.
7519         (wl-summary-resend-bounced-mail): Ditto.
7520         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7521         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7522
7523         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7524         (wl-message-display-internal): Ditto.
7525
7526 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7527
7528         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7529
7530 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7531
7532         * wl-summary.el (wl-summary-save-view): Renamed from
7533         `wl-summary-save-status'.
7534
7535 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7536
7537         * wl-summary.el (wl-summary-sync): Added `all-shown'
7538
7539 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7540
7541         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7542
7543 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7544
7545         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7546
7547 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7548
7549         * wl-highlight.el (wl-highlight-summary-line-string): Use
7550         `zerop' instead of `= 0'.
7551         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7552
7553         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7554         for comparing numbers.
7555         (wl-template-prev): Use `zerop' instead of `eq 0'.
7556
7557         * wl-draft.el (wl-draft-insert-current-message): Use
7558         `with-current-buffer' instead of `save-excursion'.
7559         Use `zerop' instead of `eq 0'.
7560
7561 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7562
7563         * wl-draft.el (wl-draft-insert-ccs): New function.
7564         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7565         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7566
7567 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7568
7569         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7570
7571 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7572
7573         * wl-expire.el (wl-expire-refile): Don't call
7574         elmo-msgdb-add-msgs-to-seen-list;
7575         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7576         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7577
7578 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * wl-message.el (wl-message-prev-page): Ignore errors while
7581         scroll-down.
7582
7583 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7584
7585         * wl-mime.el: Use elmo-original-message-mode instead of
7586         mmelmo-original-mode.
7587
7588         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7589         `elmo-folder-get-spec';
7590         (wl-fldmgr-add-completion-all-completions):
7591         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7592
7593         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7594         of `elmo-folder-get-type'.
7595
7596         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7597         `elmo-folder-get-spec';
7598         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7599         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7600         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7601         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7602         `elmo-read-msg-no-cache';
7603         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7604         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7605         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7606         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7607         `elmo-cache-save';
7608         (wl-draft-reedit): Use `elmo-message-file-name'.
7609
7610         * wl-expire.el: Use `elmo-folder-name-internal';
7611         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7612         Use macro `wl-summary-buffer-msgdb' instead of variable
7613         `wl-summary-buffer-msgdb';
7614         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7615         Use macro `wl-summary-buffer-folder-name' instead of variable
7616         `wl-summary-buffer-folder-name'.
7617         * wl-score.el: Likewise.
7618
7619         * wl-message.el: Rewrite for new message buffer cache mechanism.
7620         (wl-message-buffer-cache-buffer-get): New macro.
7621         (wl-message-buffer-cache-folder-get): Ditto.
7622         (wl-message-buffer-cache-message-get): Ditto.
7623         (wl-message-buffer-cache-entry-make): Ditto.
7624         (wl-message-buffer-cache-hit): Ditto.
7625         (wl-message-buffer-cache-sort): New function.
7626         (wl-message-buffer-cache-add): Ditto.
7627         (wl-message-buffer-cache-delete): Ditto.
7628         (wl-message-buffer-cache-clean-up): Ditto.
7629         (wl-message-buffer-window): Rewrite.
7630         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7631         (wl-message-buffer-display): New function.
7632         (wl-message-display-internal): New function.
7633
7634 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7635
7636         * wl-folder.el: Use `elmo-folder-name-internal';
7637         Use `wl-folder-get-elmo-folder';
7638         Use `elmo-folder-list-messages' instead of
7639         `elmo-list-folder';
7640         Use `elmo-folder-get-primitive-list' instead of
7641         `elmo-folder-get-primitive-spec-list';
7642         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7643         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7644         Use `elmo-folder-create' instead of `elmo-create-folder'.
7645         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7646         (wl-folder-get-elmo-folder): New macro.
7647         (wl-folder-elmo-folder-cache-get): Ditto.
7648         (wl-folder-elmo-folder-cache-put): Ditto.
7649         (wl-folder-suspend): Call `elmo-quit'.
7650
7651         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7652         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7653         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7654         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7655         (toplevel): require 'cl.
7656         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7657
7658         * wl-summary.el: Rewrite to use new elmo interface.
7659
7660 \f
7661 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-mime.el (wl-draft-preview-message):
7664         Run `wl-draft-send-hook' before collecting recipients information;
7665         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7666
7667         * tm-wl.el (wl-draft-preview-message): Ditto.
7668
7669 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7670
7671         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7672         wrong recipients are displayed when forwarded message.
7673
7674 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7675
7676         * Version number is increased to 2.5.7.
7677
7678 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7679
7680         * wl-message.el (wl-message-next-page): Bind
7681         `window-pixel-scroll-increment' to nil while scrolling up.
7682
7683 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7684
7685         * wl-vars.el (wl-save-hook): New hook.
7686         * wl.el (wl-save): Call `wl-save-hook'.
7687
7688 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7689
7690         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7691         Argument WITH-ARG instead of NO-ARG (negative mean).
7692         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7693         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7694         * wl-message.el (wl-message-follow-current-entity): Likewise.
7695
7696 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7697
7698         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7699         FROM was optional argument.
7700         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7701
7702 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7703
7704         * Version number is increased to 2.5.6.
7705
7706 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7707
7708         * wl-version.el (wl-version-show): Removed.
7709         (wl-version): Add `interactive'.
7710
7711 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7712
7713         * wl-summary.el (wl-summary-get-petname-func): New variable.
7714         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7715         instead of `wl-address-get-petname-1'.
7716         (wl-summary-simple-from): Ditto.
7717
7718         * wl-address.el (wl-address-get-petname-1): Define as function.
7719
7720 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7723         field in the original message.
7724         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7725
7726 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7727
7728         * wl-expire.el (wl-expire-hide):
7729         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7730
7731 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7732
7733         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7734         find decoder for To, Cc, and Subject.
7735
7736 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7737
7738         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7739         for checking `elmo-use-buffer-cache'.
7740         (wl-summary-mark-as-important): Fixed typo in comment.
7741
7742 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7745         field in the original message.
7746         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7747
7748 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7749
7750         * wl-expire.el (wl-expire-hide):
7751         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7752
7753 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7754
7755         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7756         find decoder for To, Cc, and Subject.
7757
7758 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7759
7760         * Version number is increased to 2.5.5.
7761
7762         * wl-address.el (wl-address-specials-regexp): New constant.
7763         (wl-address-quote-specials): Use it.
7764
7765 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7766
7767         * wl-summary.el (wl-summary-rescan):
7768         Call `wl-summary-buffer-number-column-detect'.
7769         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7770
7771         * wl-message.el (wl-message-mode-map): Define.
7772         (wl-message-decode): Use it as local-map.
7773
7774 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7775
7776         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7777         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7778
7779 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7782
7783         * wl-mule.el (wl-read-event-char): Ditto.
7784
7785         * wl-e21.el (wl-read-event-char): Ditto.
7786
7787         * wl-nemacs.el (wl-read-event-char): Ditto.
7788         (read-event): Removed.
7789
7790         * wl-util.el (toplevel): Removed dummy definition of
7791         `read-event'.
7792         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7793
7794 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7795
7796         * wl-nemacs.el (elmo-archive-call-process): Moved to
7797         elmo-archive.el.
7798
7799 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7800
7801         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7802         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7803
7804         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7805         instead of magic-number 6.  Use `not' instead of `null' for symbol
7806         `nil' check (not empty list).
7807         (wl-draft-insert-x-face-field): Fixed paren style.
7808
7809         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7810         one-branch conditional statement, instead of `and' and `if'.
7811         (wl-draft-forward): Likewise.
7812         (wl-draft-add-references): Likewise.
7813         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7814
7815         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7816         conditional steatment.  Use `cond' instead of `if'.
7817         (wl-draft-confirm): Likewise.
7818
7819 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7820
7821         * wl-version.el (wl-version-show): Use `product-string-1'
7822         instead of `wl-version'.
7823         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7824
7825         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7826
7827 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7828
7829         * wl-highlight.el (wl-highlight-headers): Revert
7830         `wl-highlight-x-face-func' argument (`beg' and `end').
7831
7832 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7833
7834         * wl.el (toplevel): Move `product-provide' declare.
7835         * wl-demo.el (toplevel): Ditto.
7836         * wl-dnd.el (toplevel): Ditto.
7837         * wl-highlight.el (toplevel): Ditto.
7838         * wl-message.el (toplevel): Ditto.
7839         * wl-refile.el (toplevel): Ditto.
7840         * wl-util.el (toplevel): Ditto.
7841
7842 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7845         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7846         (wl-thread-close-all): keep cursor position.
7847
7848 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7849
7850         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7851         (eq x 0).
7852         (wl-generate-user-agent-string-1): Fix conditional statement.
7853
7854 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7855
7856         * wl.el (wl-check-environment): Additional check for
7857         'wl-local-domain' and `wl-message-id-domain'.
7858
7859 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7860
7861         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7862
7863 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7864
7865         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7866         instead of `smtp-sasl-user-realm'.
7867
7868 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7869
7870         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7871
7872 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7873
7874         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7875         to the default value as well as `eword-lexical-analyzer'.
7876
7877 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7878
7879         * wl-version.el (wl-extended-emacs-version,
7880         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7881         `elmo-match-string' instead of `wl-match-string'.
7882
7883 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7884
7885         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7886         docstring.
7887
7888 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7889
7890         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7891
7892 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7893
7894         * wl-highlight.el (wl-highlight-headers): Remove
7895         `wl-highlight-x-face-func' argument (`beg' and `end').
7896
7897 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7898
7899         * wl-summary.el (wl-summary-mark-as-important):
7900         Remove cache if folder is local.
7901
7902 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7903
7904         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7905         to get existing e-mail address string.
7906
7907 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7908
7909         * wl-version.el (wl-generate-user-agent-string): Commentary.
7910         (wl-generate-user-agent-string-1): Use `when' for
7911         one-branch conditional statement, instead of `and' and `if'.
7912         (wl-extended-emacs-version, wl-extended-emacs-version2,
7913         wl-extended-emacs-version3): Ditto.
7914
7915 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7916
7917         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7918         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7919         condition-case; Remove initialization.
7920         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7921         (wl-summary-sync-update3): Added argument `sync-all';
7922         Eliminated local variable `msgdb';
7923         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7924         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7925         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7926
7927 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7928
7929         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7930         connection before call `wl-draft-send-mail-with-smtp'.
7931
7932 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7933
7934         * Version number is increased to 2.5.4.
7935
7936 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7937
7938         * wl.el (wl-check-environment): Additional check for
7939         'wl-local-domain' and `wl-message-id-domain'.
7940
7941 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7942
7943         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7944         buffer as command specific.
7945         (wl-folder-mark-as-read-all-entity): Ditto.
7946         (wl-folder-prefetch-entity): Ditto.
7947         (wl-folder-drop-unsync-entity): Ditto.
7948
7949         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7950         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7951         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7952
7953         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7954         save-excursion.
7955
7956 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7957
7958         * Version number is increased to 2.5.3.
7959
7960         * wl-summary.el (wl-summary-save-view-cache):
7961         Delete duplicated `write-region';
7962         Use `write-region-as-binary' instead of `as-binary-output-file' and
7963         `write-region'.
7964
7965 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7966
7967         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7968
7969 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7970
7971         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7972         instead of `smtp-via-smtp'.
7973
7974 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7975
7976         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7977
7978 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7979
7980         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7981         instead of `smtp-sasl-user-realm'.
7982
7983 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7984
7985         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7986
7987 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7988
7989         * Version number is increased to 2.5.2.
7990
7991 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7992
7993         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7994         does not exist.
7995         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7996         (wl-biff-start): Call `timer-activate' if timer already exists.
7997
7998         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7999         only when it is bound as function.
8000
8001 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8002
8003         * Version number is increased to 2.5.1.
8004
8005 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8006
8007         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8008         Print refile/copy destination.
8009
8010 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8011
8012         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8013         queue-flush-only is non-nil.
8014
8015         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8016
8017         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8018         checking cache folder.
8019
8020 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8021
8022         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8023         `regexp-quote'.
8024
8025 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8026
8027         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8028         function.
8029         * wl-summary.el (wl-summary-write-current-folder-functions):
8030         Change default value.  Use it.
8031
8032 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8033
8034         * Version number is increased to 2.5.0.
8035
8036         * wl-version.el (wl-version): Changed codename.
8037
8038 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8039
8040         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8041         (wl-summary-supersedes-message): Ditto.
8042
8043 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8044
8045         * wl-refile.el (wl-refile-guess-functions): Renamed from
8046         `wl-refile-guess-func-list'.
8047
8048 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8049
8050         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8051         Fixed problem when no rule was matched.
8052
8053 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8054
8055         * wl-summary.el (wl-summary-get-mark): Fixed
8056         `wl-summary-buffer-target-mark' check logic.
8057
8058 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8059
8060         * wl-folder.el (wl-folder-write-current-folder): Added group
8061         folder check.
8062
8063         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8064         `wl-summary-write-current-newsgroup'.
8065         (wl-summary-write-current-folder-functions): New variable.
8066         * wl-folder.el (wl-folder-get-newsgroups): New function.
8067         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8068         (wl-folder-write-current-folder): Renamed from
8069         `wl-folder-write-current-newsgroup'.
8070
8071 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8072
8073         * Version number is increased to 2.3.93.
8074
8075 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8076
8077         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8078         (wl-ldap-make-matched-value-list): Ditto.
8079         (wl-ldap-alias-safe-string): Split e-mail address.
8080
8081         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8082         petname folder default was selected.
8083         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8084         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8085
8086 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8087
8088         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8089         to `wl-draft-config-exec'.
8090
8091         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8092         instead of calling `wl-draft-config-exec';
8093         Process group-list and show recipients in minibuffer.
8094
8095         * tm-wl.el (wl-draft-preview-message): Ditto.
8096
8097 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8098
8099         * wl.el (toplevel): Added (C) to copyright notice, and
8100         sync Author header.
8101         * tm-wl.el (toplevel): Ditto.
8102         * wl-address.el (toplevel): Ditto.
8103         * wl-demo.el (toplevel): Ditto.
8104         * wl-dnd.el (toplevel): Ditto.
8105         * wl-draft.el (toplevel): Ditto.
8106         * wl-e21.el (toplevel): Ditto.
8107         * wl-expire.el (toplevel): Ditto.
8108         * wl-folder.el (toplevel): Ditto.
8109         * wl-highlight.el (toplevel): Ditto.
8110         * wl-message.el (toplevel): Ditto.
8111         * wl-mime.el (toplevel): Ditto.
8112         * wl-mule.el (toplevel): Ditto.
8113         * wl-nemacs.el (toplevel): Ditto.
8114         * wl-refile.el (toplevel): Ditto.
8115         * wl-score.el (toplevel): Ditto.
8116         * wl-summary.el (toplevel): Ditto.
8117         * wl-template.el (toplevel): Ditto.
8118         * wl-thread.el (toplevel): Ditto.
8119         * wl-util.el (toplevel): Ditto.
8120         * wl-vars.el (toplevel): Ditto.
8121         * wl-xmas.el (toplevel): Ditto.
8122
8123 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8124
8125         * wl.el (wl-init): Added comment about `wl-init-hook'.
8126         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8127         * wl-vars.el (wl-init-hook): Added docs.
8128         (wl-make-plugged-hook): Removed useless docs.
8129         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8130         * wl-xmas.el (toplevel): Ditto.
8131
8132 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8133
8134         * wl-address.el (toplevel): Fixed multiple Author header format.
8135         * wl-demo.el (toplevel): Ditto.
8136         * wl-draft.el (toplevel): Ditto.
8137         * wl-folder.el (toplevel): Ditto.
8138         * wl-summary.el (toplevel): Ditto.
8139         * wl-thread.el (toplevel): Ditto.
8140         * wl-util.el (toplevel): Ditto.
8141         * wl-vars.el (toplevel): Ditto.
8142         * wl-version.el (toplevel): Ditto.
8143         * wl-xmas.el (toplevel): Ditto.
8144         * wl.el (toplevel): Ditto.
8145
8146         * wl-version.el (toplevel): Added require `elmo-version' for
8147         `product-version-as-string'.
8148
8149 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8150
8151         * wl-vars.el (wl-draft-send-hook): Changed default value to
8152         '(wl-draft-config-exec).
8153
8154         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8155         explicitly.
8156         (wl-draft): Set `wl-draft-config-exec-flag' before running
8157         `wl-mail-setup-hook'.
8158
8159         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8160         `wl-biff-init-icons' to `wl-init-hook' instead of
8161         `wl-make-plugged-hook'.
8162         (Because if `wl-draft' command is invoked at first,
8163         they are not initialized)
8164         Updated copyright notice.
8165
8166         * wl-e21.el (toplevel): Ditto;
8167
8168         * wl-demo.el (toplevel): Updated copyright notice.
8169         * wl-address.el (toplevel): Ditto.
8170         * wl-draft.el (toplevel): Ditto.
8171         * wl-version.el (toplevel): Ditto.
8172         * wl-folder.el (toplevel): Ditto.
8173         * wl-summary.el (toplevel): Ditto.
8174         * wl-thread.el (toplevel): Ditto.
8175         * wl-util.el (toplevel): Ditto.
8176         * wl-vars.el (toplevel): Ditto.
8177         * wl.el (toplevel): Ditto.
8178
8179 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8180
8181         * wl-highlight.el (wl-highlight-message): Fixed problem of
8182         highlighting failure which occured when the last field contains
8183         multiple lines in the draft buffer.
8184
8185         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8186         `wl-biff-start' if plugged.
8187
8188         * wl-util.el (wl-biff-check-folder): New function.
8189         (wl-biff-check-folders): Don't set session name prefix.
8190         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8191         (wl-biff-check-folder-async): Ditto.
8192
8193         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8194         in email address.
8195
8196 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8197
8198         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8199
8200         * wl-draft.el (wl-draft-strip-subject-re): New function.
8201
8202         * wl-draft.el (wl-draft-reply): Use it.
8203
8204 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * wl-message.el (wl-mmelmo-message-redisplay): Use
8207         `mime-display-message' instead of `wl-mime-display-message'.
8208
8209         * wl-mime.el (toplevel): Removed compatibility workaround
8210         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8211         (wl-mime-display-message): Abolished.
8212         (wl-mime-entity-read-field): Ditto.
8213         (wl-mime-combine-message/partial-pieces): Use
8214         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8215
8216 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8217
8218         * wl-template.el: Doc fixes.
8219
8220 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8221
8222         * wl-e21.el (wl-message-overload-functions): Do nothing if
8223         `current-local-map' is not available.
8224         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8225
8226 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8227
8228         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8229         representation.
8230
8231         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8232         number.
8233         (wl-fldmgr-save-folders): Don't use `format' when insert
8234         `wl-fldmgr-folders-header'.
8235
8236 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8237
8238         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8239
8240 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8241
8242         * wl-highlight.el (wl-highlight-message):
8243         Use `std11-field-end' to detect end point of the header field.
8244         Refer `wl-highlight-max-header-size'.
8245
8246         * wl-vars.el (wl-highlight-max-header-size): New variable.
8247
8248         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8249
8250         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8251         Set `for-draft' argument of wl-highlight-headers.
8252         (wl-draft): Ditto.
8253         (wl-draft-reedit): Ditto.
8254         (wl-user-agent-compose-internal): Ditto.
8255
8256 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8257
8258         * wl-message.el (wl-message-add-button): Use overlay.
8259
8260 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8261
8262         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8263
8264         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8265         problem when group-list content is nothing.
8266         (Reported by Mito <mit@nines.nec.co.jp>)
8267
8268 2000-10-18  SAITO Atsunori <sai@yedo.com>
8269
8270         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8271
8272 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8273
8274         * tm-wl.el (toplevel): Use product-provide.
8275
8276 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8277
8278         * Version number is increased to 2.3.92.
8279
8280 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8281
8282         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8283         title text, use `display' property for left margin under Emacs 21.
8284
8285         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8286         properties.
8287         (wl-plugged-init-icons): Ditto.
8288
8289 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8290
8291         * wl.el (wl-save-status, wl-init): Remove last period in
8292         "...done." message.
8293         * tm-wl.el (wl-summary-burst): Ditto.
8294         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8295         wl-summary-resume-cache-status,
8296         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8297         wl-summary-sync-update3, wl-summary-highlight-msgs,
8298         wl-summary-flush-pending-append-operations,
8299         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8300         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8301         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8302         wl-thread-open-all): Ditto.
8303         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8304         * wl-mime.el (wl-summary-burst): Ditto.
8305         * wl-highlight.el (wl-highlight-summary): Ditto.
8306         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8307         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8308         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8309         * wl-address.el (wl-local-address-init): Ditto.
8310
8311 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8312
8313         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8314         `add-text-properties'.
8315         (wl-plugged-init-icons): Ditto.
8316         (wl-folder-init-icons): Use `propertize' instead of
8317         `put-text-property'.
8318         (wl-plugged-set-folder-icon): Ditto.
8319         (wl-e21-highlight-folder-group-line): Ditto.
8320
8321 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8322
8323         * wl-version.el (wl-version-status-alist): New variable.
8324         (wl-version-status): New function.
8325
8326         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8327         "Cc" part of the case "Reply-To".
8328
8329         * wl-draft.el (wl-draft-reply): Use result of
8330         `eword-extract-address-components'.
8331
8332         * wl-demo.el (wl-demo-icon-name): New constant.
8333         (wl-logo-xpm): Use it.
8334         (wl-logo-xbm): Ditto.
8335         (wl-logo-bitmap): Ditto.
8336
8337         * Version number is increased to 2.3.91.
8338
8339 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8340
8341         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8342         (wl-extended-emacs-version, wl-extended-emacs-version2,
8343         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8344         docstring.
8345
8346         * wl-version.el (wl-generate-user-agent-string-1): New function.
8347         (wl-generate-user-agent-string): Use it.
8348
8349         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8350         `mime-edit-insert-user-agent-field'.
8351         (wl-generate-user-agent-string): Check
8352         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8353
8354         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8355         instead of `if', when verbose case.
8356
8357 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8358
8359         * wl-expire.el (wl-summary-expire): Fix.
8360
8361 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8362
8363         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8364         and `elmo-lost+found-folder' if 'wl-draft.
8365         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8366
8367 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8368
8369         * wl-expire.el (wl-summary-expire): Change messages.
8370         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8371         `deleing-info' instead of "Deleting..."
8372
8373 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8374
8375         * wl-summary.el (wl-summary-refile-subr): Fix.
8376
8377 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8378
8379         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8380         if pipe folder.
8381
8382 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8383
8384         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8385
8386 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8387
8388         * wl-expire.el (wl-expire-hide): New function.
8389         (wl-summary-expire): Add `hide'.
8390
8391 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8392
8393         * wl-vars.el (wl-draft-reply-without-argument-list):
8394         Changed default value to consider `Reply-To:'.
8395         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8396
8397         * Version number is increased to 2.3.90.
8398
8399         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8400         elmo-imap4-get-session with unwind-protect.
8401         Don't cause error.
8402         (wl-summary-sync-marks): Don't check plugged nor folder type.
8403         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8404         (Always keep current buffer).
8405
8406 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8407
8408         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8409         Enclose with `save-excursion'.
8410
8411 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8412
8413         * wl-version.el (wl-version): Remove interactive.
8414
8415 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8416
8417         * wl-version.el (wl-generate-user-agent-string): Use
8418         `product-string-verbose' instead of `product-string-1'.
8419
8420 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8421
8422         * wl-vars.el (wl-draft-use-cache): New variable.
8423         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8424         if wl-draft-use-cache is non-nil.
8425
8426 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8427
8428         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8429         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8430
8431 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8432
8433         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8434         (wl-thread-msg-mark-as-unread): Ditto.
8435
8436         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8437         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8438         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8439         Don't set mark in summary if return value of `elmo-mark-as-read'
8440         is nil.
8441         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8442         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8443         instead of `wl-thread-msg-mark-as-read'.
8444         (wl-summary-mark-as-unread-region): Ditto.
8445         (wl-summary-target-mark-mark-as-read): Ditto.
8446
8447         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8448
8449 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8450
8451         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8452
8453         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8454
8455 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8456
8457         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8458         face.
8459
8460 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8461
8462         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8463         `running-xemacs'.
8464
8465 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8466
8467         * wl-version.el (toplevel): Use `product-version-as-string' for
8468         set verstion-string, if defined.
8469
8470         * wl-version.el (wl-version-show): Insert string at point, when
8471         call with argument.
8472
8473         * wl-version.el (wl-generate-user-agent-string): Use
8474         `product-string-1' instead of `wl-appname', `wl-version' and
8475         `wl-codename'.
8476
8477 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8478
8479         * wl-address.el (toplevel): Use product-provide.
8480         * wl-demo.el (toplevel): Ditto.
8481         * wl-dnd.el (toplevel): Ditto.
8482         * wl-draft.el (toplevel): Ditto.
8483         * wl-e21.el (toplevel): Ditto.
8484         * wl-expire.el (toplevel): Ditto.
8485         * wl-fldmgr.el (toplevel): Ditto.
8486         * wl-folder.el (toplevel): Ditto.
8487         * wl-highlight.el (toplevel): Ditto.
8488         * wl-message.el (toplevel): Ditto.
8489         * wl-mime.el (toplevel): Ditto.
8490         * wl-mule.el (toplevel): Ditto.
8491         * wl-nemacs.el (toplevel): Ditto.
8492         * wl-refile.el (toplevel): Ditto.
8493         * wl-score.el (toplevel): Ditto.
8494         * wl-summary.el (toplevel): Ditto.
8495         * wl-template.el (toplevel): Ditto.
8496         * wl-thread.el (toplevel): Ditto.
8497         * wl-util.el (toplevel): Ditto.
8498         * wl-vars.el (toplevel): Ditto.
8499         * wl-xmas.el (toplevel): Ditto.
8500         * wl.el (toplevel): Ditto.
8501
8502 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8503
8504         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8505         instead of product.
8506
8507         * wl-version.el (wl-version): Compile time evalution elmo-version.
8508
8509 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8510
8511         * wl-summary.el (wl-summary-sync-force-update): Append queue
8512         `mark-as-read'if unplugged.
8513
8514 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8515
8516         * wl-version.el: New file.  Use product.el.
8517         * wl.el: add (require 'wl-version).
8518         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8519         for ~/.folders header.
8520         (wl-fldmgr-folders-header): Changed.
8521         * wl-demo.el (wl-demo): Use product.el.
8522
8523         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8524         wl-version.el.
8525         * wl-util.el (wl-version, wl-version-show): Ditto.
8526
8527         * wl-util.el (wl-generate-user-agent-string,
8528         wl-extended-emacs-version, wl-extended-emacs-version2,
8529         wl-extended-emacs-version3): Move to wl-version.el.
8530         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8531         xemacs-codename, mime-edit-insert-user-agent-field,
8532         mime-edit-user-agent-value, mime-editor/version,
8533         mime-editor/codename): Compile warning killer move to
8534         wl-version.el
8535
8536 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8537
8538         * wl-summary.el (wl-summary-refile-subr): Fix.
8539
8540 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8541
8542         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8543         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8544
8545 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8546
8547         * wl.el (wl-check-environment): Check too many `@'.
8548
8549 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8550
8551         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8552
8553 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8554
8555         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8556         wl-draft-reply-myself-without-argument-list): Add variables.
8557         * wl-draft.el (wl-draft-reply): Use it.
8558
8559 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8560
8561         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8562         the 5th argument of `elmo-network-get-spec'.
8563
8564         * wl-thread.el (wl-thread-reparent-children): New inline function.
8565         (wl-thread-delete-message): Use it.
8566
8567         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8568         (wl-summary-score-update-all-lines): Don't use `dolist'.
8569
8570 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8571
8572         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8573         (require 'elmo-msgdb) for inline function.
8574
8575 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8576
8577         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8578
8579 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8580
8581         * wl-score.el (wl-score-headers): Fix for the confusing macro
8582         `elmo-kill-buffer'.
8583
8584 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8585
8586         * wl-summary.el: Don't use the 3rd argument of `require' because
8587         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8588         * wl-util.el: Ditto.
8589         * wl-draft.el: Ditto.
8590
8591 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8592
8593         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8594         window system is not used.
8595
8596 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8597
8598         * wl-thread.el: Don't use `mapcar' only for iteration.
8599         (wl-thread-resume-entity): Ditto.
8600         (wl-thread-delete-message): Ditto.
8601
8602         * wl-summary.el: Bind `dragdrop-drop-functions',
8603         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8604         of `require' for `timezone', `easymenu' and `ps-print';
8605         don't use `mapcar' only for iteration.
8606
8607         * wl-util.el: Bind `mule-version', `nemacs-version',
8608         `emacs-beta-version', `xemacs-codename',
8609         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8610         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8611         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8612         only for iteration.
8613
8614         * wl-score.el: Don't use `mapcar' only for iteration.
8615         (wl-score-simplify-buffer-fuzzy): Ditto.
8616         (wl-score-simplify-subject): Ditto.
8617         (wl-score-headers): Ditto.
8618         (wl-summary-score-update-all-lines): Ditto.
8619
8620         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8621         `enable-multibyte-characters' and `mule-version'.
8622
8623         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8624         `mapcar' only for iteration.
8625
8626         * wl-demo.el: Don't use `mapcar' only for iteration.
8627
8628         * wl-folder.el: Don't use `mapcar' only for iteration.
8629         (wl-folder-open-all): Ditto.
8630         (wl-folder-count-incorporates): Ditto.
8631
8632         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8633         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8634
8635         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8636         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8637         `smtp-connection-type'; specify 3rd argument of `require' for
8638         `timezone'; don't use `mapcar' only for iteration.
8639         (wl-draft-clone-local-variables): Don't use `mapcar'.
8640         (wl-draft-generate-clone-buffer): Ditto.
8641         (wl-user-agent-compose-internal): Ditto.
8642
8643         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8644
8645         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8646         (wl-save-status): Ditto.
8647
8648         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8649         for iteration.
8650
8651 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8652
8653         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8654         removed `Date'.
8655         (wl-fldmgr-make-filter-default): New user option.
8656
8657         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8658         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8659         (wl-fldmgr-filter-completion-alist): Abolish.
8660
8661         * wl.el (wl): Don't check servers if arg is non-nil.
8662
8663         * wl-draft.el (wl-draft-reply): Set only message-id string to
8664         In-Reply-To field.
8665
8666 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8667
8668         * wl-summary.el (wl-summary-pick): Rewrite.
8669
8670         * wl-draft.el (wl-draft-forward): Get references field from
8671         original buffer.
8672         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8673
8674 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8675
8676         * wl-draft.el (wl-draft-forward): Add references field.
8677
8678 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8679
8680         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8681         (wl-draft-reply): Use it.
8682
8683 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8684
8685         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8686         when Emacs 21 is running.
8687
8688         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8689         bindings.
8690
8691 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8692
8693         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8694         XPM icons transparent.
8695
8696         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8697         Emacs 21.
8698
8699 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8700
8701         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8702         nil.
8703
8704         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8705         when it is persistent.
8706         (wl-summary-sync-marks): Changed argument for
8707         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8708         (wl-summary-virtual): Use `elmo-read-search-condition'.
8709         (wl-summary-redisplay-internal): If folder is local, mark as read
8710         even when folder is plugged.
8711
8712 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8713
8714         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8715         of `tool-bar-lines' in the frame parameters.
8716         (after-make-frame-functions, post-command-hook): Don't modify the
8717         value.
8718         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8719         wl-e21-tool-bar-lines): Removed.
8720
8721 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8722
8723         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8724         properties `evaporate' and `wl-momentary-overlay' as well.
8725         (wl-highlight-summary-displaying): Ditto.
8726         (wl-delete-all-overlays): Don't delete overlay which does not have
8727         a property `wl-momentary-overlay'.
8728
8729         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8730         `display-mouse-p' and `display-graphic-p'.
8731         (wl-folder-init-icons): Don't search for XBM or the other files.
8732         (wl-plugged-set-folder-icon): Make icons if and only if
8733         `display-graphic-p' returns non-nil.
8734         (wl-highlight-plugged-current-line): Use `before-string' overlay
8735         property to show icon images.
8736         (wl-highlight-folder-current-line): Ditto.
8737         (wl-e21-highlight-folder-group-line): Ditto.
8738         (wl-e21-highlight-folder-by-numbers): Ditto.
8739         (wl-e21-insert-image): Removed.
8740         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8741         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8742         said.
8743         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8744         `wl-e21-force-switch-toolbar'.
8745         (wl-e21-make-icon-image): Removed.
8746         (wl-e21-setup-toolbar): Don't search for XBM files.
8747         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8748         the default value.
8749
8750 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8751
8752         * wl-util.el (wl-biff-check-folder-async): Set
8753         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8754
8755 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8756
8757         * wl-e21.el (after-make-frame-functions): Add
8758         `wl-e21-force-switch-toolbar'.
8759         (wl-e21-force-switch-toolbar): New function force to switch the
8760         toolbar appearance automatically.
8761         (post-command-hook): Add `wl-e21-switch-toolbar'.
8762         (wl-e21-switch-toolbar): New function to switch the toolbar
8763         appearance automatically.
8764         (wl-e21-tool-bar-lines): New buffer local variable.
8765
8766 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8767
8768         * wl-util.el (wl-biff-check-folders-running): New variable.
8769         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8770         (wl-biff-check-folder-async-callback):
8771         Set `wl-biff-check-folders-running'.
8772         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8773         with unwind-protect.
8774
8775         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8776         Enclose `wl-folder-auto-check' with unwind-protect.
8777
8778         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8779         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8780
8781         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8782
8783         * wl-util.el (wl-biff-notify): New inline function.
8784         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8785         locally.
8786         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8787         folder-list' is 1.
8788         Use `wl-biff-notify'.
8789         (wl-biff-check-folder-async-callback): New function.
8790         (wl-biff-check-folder-async): Ditto.
8791
8792         * wl-folder.el (wl-folder): Don't check folders.
8793         (wl-folder-auto-check): New function.
8794
8795 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8796
8797         * wl-util.el (wl-biff-start) [Emacs19+]:
8798         Use `timer-next-integral-multiple-of-time'.
8799         (wl-biff-check-folders): Use `wl-default-folder'
8800         if `wl-biff-check-folder-list' is nil.
8801
8802 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8803
8804         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8805         instead of `elmo-delete-lists'.
8806
8807 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8808
8809         * wl.el (wl-plugged-toggle-all): Set the value of
8810         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8811         (wl-plugged-toggle): Ditto.
8812         (wl-toggle-plugged): Ditto.
8813         (wl-plugged-init): Ditto.
8814
8815         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8816         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8817         instead of `wl-biff-state-indicator-off' and
8818         `wl-biff-state-indicator-on'; don't modify the value and the type
8819         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8820         (wl-plugged-init-icons): Set icons data to
8821         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8822         instead of `wl-plug-state-indicator-off' and
8823         `wl-plug-state-indicator-on'; don't modify the value and the type
8824         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8825
8826         * wl-vars.el (wl-modeline-biff-state-off,
8827         wl-modeline-biff-state-on, wl-modeline-biff-status,
8828         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8829         wl-modeline-plug-status): New internal variables.
8830         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8831         wl-biff-check-interval, wl-biff-check-folder-list): Change
8832         customization group from `wl-folder' to `wl-highlight'.
8833         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8834         wl-show-plug-status-on-modeline): Defcustomized.
8835
8836         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8837         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8838         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8839         a flag to `mode-line-buffer-identification'.
8840
8841         * wl-e21.el (wl-biff-init-icons): Set icons data to
8842         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8843         instead of `wl-biff-state-indicator-off' and
8844         `wl-biff-state-indicator-on'.
8845         (wl-plugged-init-icons): Set icons data to
8846         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8847         instead of `wl-plug-state-indicator-off' and
8848         `wl-plug-state-indicator-on'.
8849
8850 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8851
8852         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8853         excessive titles.
8854
8855 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8856
8857         * wl.el (wl-plugged-mode): Use revised
8858         `wl-mode-line-buffer-identification'.
8859         (wl-plugged-init): Don't use `force-mode-line-update'.
8860
8861         * wl-xmas.el (wl-draft-overload-functions): Use revised
8862         `wl-mode-line-buffer-identification'.
8863         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8864         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8865         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8866         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8867         `wl-make-plugged-hook';
8868         add `wl-folder-init-icons' and `wl-setup-folder' to
8869         `wl-folder-mode-hook'.
8870
8871         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8872         19 as well.
8873         (wl-mode-line-display-priority-list): New user option.
8874         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8875         Defcustomized.
8876         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8877         Add docs.
8878
8879         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8880         start.
8881         (wl-mode-line-buffer-identification): Revised as a function.
8882
8883         * wl-summary.el (wl-summary-mode): Use revised
8884         `wl-mode-line-buffer-identification'; don't call
8885         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8886         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8887         `wl-xmas-setup-summary'.
8888
8889         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8890         `wl-mode-line-buffer-identification'.
8891
8892         * wl-mule.el (wl-draft-overload-functions): Use revised
8893         `wl-mode-line-buffer-identification'.
8894
8895         * wl-folder.el (wl-make-plugged-alist): Don't call
8896         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8897         (wl-folder): Don't call `wl-folder-init-icons' directly.
8898         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8899         `wl-xmas-setup-folder' directly;
8900         use revised `wl-mode-line-buffer-identification'.
8901         (TopLevel): Don't bind `wl-biff-init-icons',
8902         `wl-plugged-init-icons', `wl-folder-init-icons',
8903         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8904
8905         * wl-e21.el (wl-draft-overload-functions): Use revised
8906         `wl-mode-line-buffer-identification'.
8907         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8908         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8909         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8910         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8911         `wl-make-plugged-hook';
8912         add `wl-folder-init-icons' and `wl-setup-folder' to
8913         `wl-folder-mode-hook'.
8914
8915 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8916             Katsumi Yamaoka    <yamaoka@jpl.org>
8917
8918         * wl.el (wl): Call `wl-biff-start'.
8919         (wl-exit): Call `wl-biff-stop'.
8920         (wl-plugged-mode): Show biff in modeline.
8921         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8922
8923         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8924         (wl-biff-init-icons): New function.
8925         (wl-plugged-init-icons): Don't make too much keymaps.
8926         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8927
8928         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8929         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8930         variables.
8931         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8932         options.
8933
8934         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8935         wl-biff-start, wl-biff-stop): New functions.
8936         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8937         (wl-biff-timer-name): New variable.
8938
8939         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8940
8941         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8942         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8943
8944         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8945         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8946
8947         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8948         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8949         `wl-folder-init-icons' to `ignore' if they are not available.
8950         (wl-folder-mode): Show biff in modeline.
8951
8952         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8953         (wl-biff-init-icons): New function.
8954         (wl-plugged-init-icons): Don't make too much keymaps.
8955         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8956
8957 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8958
8959         * wl-vars.el (wl-strict-diff-folders): Customization Type
8960         and doc fix.  Define as a list of regular expressions for
8961         folders or nil.
8962         * wl-folder.el (wl-folder-check-one-entity): Use
8963         `wl-string-match-member' instead of `wl-string-member' for
8964         `wl-strict-diff-folders'.
8965
8966 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8967
8968         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8969         (wl-highlight-folder-current-line): Use it; new implementation.
8970         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8971         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8972         `defsubst' instead of `defun'.
8973
8974         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8975         `wl-highlight-group-folder-by-numbers'; made it can also be a
8976         number.  See info for more details.
8977
8978         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8979         running.
8980
8981         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8982         to bind them.
8983
8984         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8985         (wl-highlight-folder-current-line): New implementation.
8986
8987         * wl-highlight.el (wl-highlight-folder-group-line): New
8988         implementation.
8989         (wl-delete-all-overlays): Rewrite as a marco.
8990         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8991
8992         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8993         running.
8994         (wl-folder-*-glyph): No need to bind them.
8995
8996         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8997         `wl-e21-highlight-folder-group-icon'; rewrite.
8998         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8999         `defsubst' instead of `defun'.
9000         (wl-folder-mode-map): Bind it when compiling.
9001
9002 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9003
9004         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9005
9006         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9007
9008 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9009
9010         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9011
9012 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9013
9014         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9015         (wl-highlight-folder-current-line): Use it.
9016
9017         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9018         in `id-name'.
9019
9020 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9021
9022         * wl.el: Require `wl-e21' when Emacs 21 is running.
9023
9024         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9025         default when Emacs 21 is running.
9026         (wl-use-highlight-mouse-line): Ditto.
9027         (wl-on-emacs21): New constant.
9028         (wl-on-emacs20): Removed.
9029
9030         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9031         Emacs 21 is running.
9032
9033         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9034         Emacs 21 is running.
9035
9036         * wl-e21.el: New file.
9037
9038 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9039
9040         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9041         (wl-toggle-plugged): Ditto.
9042         (wl-plugged-toggle): Ditto.
9043         (wl-plugged-toggle-all): Ditto.
9044
9045         * wl-vars.el (wl-plug-state-indicator): Refer
9046         `wl-plug-state-indicator-on' indirectly.
9047
9048 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9049
9050         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9051         Call `wl-folder-confirm-existence'.
9052
9053         * wl-folder.el (wl-folder-confirm-existence): Added optional
9054         argument `force'.
9055
9056 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9057
9058         * wl-summary.el (wl-summary-refile-subr): Assume
9059         `copy-or-refile' as symbol.
9060         (wl-summary-refile): Follow up above change.
9061         (wl-summary-copy): Ditto.  Doc fix.
9062
9063 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9064
9065         * wl-summary.el (wl-summary-pick): Don't bind
9066         `elmo-search-mime-charset'.
9067
9068         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9069         default using old backquote style.
9070         (wl-search-mime-charset): Abolished.
9071
9072         * wl-highlight.el (wl-highlight-headers):
9073         Call `point' after `re-search-forward'(for Nemacs).
9074
9075         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9076         for elmo-imap4.el.
9077
9078 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9079
9080         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9081         `wl-message-ignored-field-list' instead of
9082         `mime-view-ignored-field-list'.
9083
9084         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9085         Add interactive spec.
9086         (wl-folder-goto-bottom-of-current-folder): Ditto.
9087         (wl-folder-mode-map): Bind them.
9088
9089         * wl-vars.el (wl-message-ignored-field-list): New variable.
9090         (wl-message-visible-field-list): New variable.
9091
9092         * wl-mime.el (wl-mime-header-presentation-method): New function.
9093         (wl-mime-setup): Set header-presentation-method.
9094
9095 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9096
9097         * wl-nemacs.el (wl-draft-overload-functions): Set
9098         `mode-line-buffer-identification' instead of using
9099         `wl-make-modeline'.
9100
9101         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9102         instead of using `wl-make-modeline'.
9103
9104         * wl-xmas.el (wl-plugged-init-icons): Set up
9105         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9106         (wl-make-modeline): Abolish.
9107         (wl-draft-overload-functions): Set
9108         `mode-line-buffer-identification' instead of using
9109         `wl-make-modeline'.
9110
9111         * wl-util.el (wl-make-modeline-subr): Abolish.
9112         (wl-mode-line-buffer-identification): New alias.
9113
9114         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9115         (wl-summary-make-modeline): Abolish.
9116         (wl-summary-buffer-set-folder): Set
9117         `wl-summary-buffer-folder-indicator'.
9118         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9119         of using `wl-make-modeline'.
9120         (wl-summary-switch-to-clone-buffer): Don't set
9121         `mode-line-buffer-identification'.
9122         (wl-summary-goto-folder-subr): Ditto.
9123
9124         * wl-mule.el (wl-draft-overload-functions): Set
9125         `mode-line-buffer-identification' instead of using
9126         `wl-make-modeline'.
9127
9128         * wl-folder.el (wl-folder-mode): Set
9129         `mode-line-buffer-identification' instead of using
9130         `wl-make-modeline'.
9131         (wl-folder): Don't set `mode-line-buffer-identification'.
9132
9133 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9134
9135         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9136         instead of `member' for `wl-refile-guess-func-list' look-ups.
9137         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9138
9139 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9140
9141         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9142         `wl-message-button-dispatcher'.
9143
9144         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9145
9146         * wl-message.el (wl-message-button-dispatcher): Use it.
9147
9148         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9149         "In-Reply-To".
9150
9151         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9152         Bind `case-fold-search' to t.
9153
9154 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9155
9156         * wl-xmas.el (wl-message-overload-functions): Initialize
9157         `wl-message-button-map'.
9158
9159         * wl-mule.el (wl-message-overload-functions): Initialize
9160         `wl-message-button-map'.
9161
9162         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9163
9164         * wl-message.el (wl-message-button-map): New keymap.
9165         (wl-message-add-button): New function.
9166         (wl-message-button-dispatcher): New function.
9167         (wl-message-button-refer-article): New function.
9168
9169         * wl-highlight.el
9170         (wl-highlight-message-add-buttons-to-header): New function.
9171         (wl-highlight-headers): Use it.
9172
9173 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9174
9175         * wl-summary.el (wl-summary-default-from): Use
9176         `wl-address-get-petname-1'.
9177         (wl-summary-simple-from): Ditto.
9178
9179         * wl-address.el (wl-address-get-petname-1): New inline function.
9180         (wl-address-get-petname): Use it.
9181
9182 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9183
9184         * wl-summary.el (wl-summary-default-from): Return full-name part
9185         from the address if no petname was found.
9186         (wl-summary-simple-from): Ditto.
9187
9188         * wl-address.el (wl-address-get-petname): Return nil if no petname
9189         associated with the address was found.
9190
9191 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9192
9193         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9194         display is finished.
9195
9196 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9197
9198         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9199         `elmo-folder-exists-p' argument.
9200
9201 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9202
9203         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9204         the folder.
9205
9206 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9207
9208         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9209
9210         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9211         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9212
9213 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9214
9215         * wl-folder.el (wl-folder-create-subr): New function.
9216         (wl-folder-confirm-existence): Use it.
9217         (wl-folder-check-one-entity): Use it.
9218         Check the error symbol is derived from 'elmo-open-error.
9219
9220         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9221         `ignore-error'.
9222
9223 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9224
9225         * wl-util.el (toplevel): Add (eval-when-compile (require
9226         'elmo-util)).  (Maybe `provide' is typo.)
9227
9228 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9229
9230         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9231         (I don't know why this was needed.)
9232
9233         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9234         Follow up changes for stream-type.
9235
9236         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9237         (wl-draft-elmo-nntp-send): Ditto.
9238
9239         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9240         (wl-nntp-posting-stream-type): Ditto.
9241         (wl-pop-before-smtp-ssl): Abolished.
9242         (wl-nntp-posting-ssl): Ditto.
9243
9244         * wl-address.el (wl-address-quote-specials): New function.
9245         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9246
9247         * wl-draft.el (wl-draft-reply): Ditto.
9248
9249 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9250
9251         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9252         use function `wl-string-match-assoc'.
9253
9254 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9255
9256         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9257
9258         * wl-draft.el (wl-draft-deduce-address-list): New function.
9259         (wl-draft-parse-mailbox-list): Ditto.
9260         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9261         instead of `smtp-deduce-address-list'.
9262         (wl-draft-on-field-p): Follow group list.
9263
9264         * wl-address.el (wl-address-concat-token): New function.
9265         (wl-address-string-without-group-list-contents): Ditto.
9266         (wl-complete-field-body): Fixed problem of completion
9267         by japanese petname.
9268         (wl-address-make-completion-list): Rewrite.
9269
9270 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9271
9272         * wl-address.el (wl-address-make-completion-list): Completion by
9273         petname.
9274         (wl-complete-field-body): Likewise.
9275
9276 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9277
9278         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9279         contains invalid address syntax.
9280
9281 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9282
9283         * wl-folder.el (wl-folder-check-entity-async): Use
9284         `elmo-nntp-spec-hostname'.
9285
9286 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9287
9288         * wl-summary.el (wl-summary-msgdb-load-async): Use
9289         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9290
9291 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9292
9293         * wl-draft.el (wl-draft-reply): Set argument
9294         `content-transfer-encoding' as nil.
9295
9296 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9297
9298         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9299         `wl-refile-alist'.
9300
9301 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9302
9303         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9304         (wl-draft-edit-string): Ditto.
9305         (wl-draft-forward): Ditto.
9306         * wl-summary.el (wl-summary-write): Ditto.
9307
9308 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9309
9310         * wl-summary.el (wl-summary-sync-update3): Call
9311         `wl-summary-buffer-number-column-detect'.
9312         (wl-summary-buffer-number-column-detect): Search from point-min.
9313
9314 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9315
9316         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9317         contains an address which is not included in original to or cc.
9318
9319 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9320
9321         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9322         begin-line does not exist.
9323         * wl-message.el (wl-message-uu-substring): Ditto.
9324
9325 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9326
9327         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9328         clear local variables.
9329         (wl-summary-exit): Call `elmo-commit'.
9330         (wl-summary-switch-to-clone-buffer): Call
9331         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9332         (wl-summary-goto-folder-subr): Ditto.
9333
9334         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9335         POP folder.
9336
9337 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9338
9339         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9340         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9341         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9342         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9343         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9344         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9345
9346         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9347
9348 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9349
9350         * wl-summary.el (wl-summary-search-by-subject):
9351         Search parent message from the latest one.
9352
9353 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9354
9355         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9356         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9357
9358         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9359         New user option.
9360
9361         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9362         if elmo-nntp-use-killed-list is nil.
9363         Use `elmo-msgdb-append-to-killed-list'.
9364         (Append numbers confirmed as disappeared to the killed list.)
9365         (wl-summary-confirm-appends): Don't display negative number.
9366
9367 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9368
9369         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9370
9371 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9372
9373         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9374         range is `all'.
9375         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9376         `elmo-list-bigger-diff'.
9377
9378 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9379
9380         * wl-summary.el (wl-summary-buffer-exit-func):
9381         New buffer local variable.
9382         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9383
9384 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9385
9386         * wl-demo.el (wl-demo): Fix the last change.
9387
9388 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9389
9390         * wl-demo.el (wl-demo): Don't use `eval'.
9391
9392 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9393
9394         * wl-summary.el (wl-summary-buffer-thread-modified):
9395         New buffer-local variable.
9396         (wl-summary-set-thread-modified): New function.
9397         (wl-summary-thread-modified-p): New function.
9398         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9399         (wl-summary-yank-saved-message): Use function
9400         `wl-summary-set-thread-modified'
9401         (wl-summary-switch-to-clone-buffer): Add
9402         `wl-summary-buffer-thread-modified'.
9403
9404         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9405         (wl-summary-buffer-mark-saved-hook): Ditto.
9406         * wl-summary.el (wl-summary-msgdb-save): New hook
9407         `wl-summary-buffer-message-saved-hook' and
9408         `wl-summary-buffer-mark-saved-hook'.
9409
9410 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9411
9412         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9413
9414 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9415
9416         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9417         don't hide scroll bars under FSF Emacsen because it may incur an
9418         undesirable redrawing.
9419
9420 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9421
9422         * wl-draft.el (wl-draft-edit-string): Call
9423         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9424
9425 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9426
9427         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9428
9429 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9430
9431         * wl-summary.el (wl-summary-msgdb-load-async): Call
9432         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9433
9434 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9435
9436         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9437         fringes in demo buffer; center bitmap logo correctly even if old
9438         Mule is used.
9439
9440 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9441
9442         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9443
9444         * wl-refile.el (wl-refile-subject-alist): New variable.
9445         (wl-refile-subject-alist-file-name): Ditto.
9446         (wl-refile-alist-setup): Rewrite.
9447         (wl-refile-alist-save): Use `elmo-object-save'.
9448         Eliminated arguments.
9449         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9450         (wl-refile-guess-by-subject): New function.
9451         (wl-refile-guess-func-list): Added it.
9452
9453 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9454
9455         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9456         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9457
9458 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9459
9460         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9461         New buffer-local variable.
9462         (wl-summary-buffer-next-folder-func): Ditto.
9463         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9464         if non-nil.
9465         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9466         if non-nil.
9467         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9468         if non-nil.
9469         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9470         if non-nil.
9471
9472 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9473
9474         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9475         permanently in the demo buffer.
9476
9477 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9478
9479         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9480         `mime-entity-fetch-field'.
9481
9482         * wl.el (wl-exit): Delete plugged buffer.
9483
9484         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9485         XEmacs has menubar feature.
9486
9487 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9488
9489         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9490         cannot arrive at the beginning of the buffer under old Emacsen.
9491
9492 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9493
9494         * wl-address.el (wl-address-ldap-search):
9495         Call `ldap-search-entries' with `withdn' argument t.
9496         (wl-complete-field-body): Bind completion-ignore-case as t.
9497         Clear ldap search hash when it was sole completion.
9498         Use elmo-string for pattern string.
9499         (wl-ldap-alias-safe-string): Eliminated needless let.
9500
9501 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9502
9503         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9504         (wl-ldap-alias-sep): New constant.
9505         (wl-ldap-search-attribute-type-list): Ditto.
9506         (wl-ldap-get-value): New function.
9507         (wl-ldap-make-filter): Ditto.
9508         (wl-ldap-make-matched-value-list): Ditto.
9509         (wl-ldap-alias-safe-string): Ditto.
9510         (wl-ldap-register-dn-string): Ditto.
9511         (wl-address-ldap-search): Rewrite.
9512
9513 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9514
9515         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9516         thread is deleted.
9517         (wl-thread-delete-line-from-buffer): Ditto.
9518         (wl-thread-get-exist-children): New function.
9519
9520 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9521
9522         * wl-demo.el (wl-demo): Made it to select various image types.
9523         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9524         from `wl-title-logo'.
9525         (wl-logo-ascii): New variable.
9526         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9527         (wl-demo-copyright-notice): New constant.
9528
9529         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9530
9531 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9532
9533         * wl-vars.el (wl-summary-target-above): Renamed from
9534         wl-summary-temp-above.
9535         * wl-score.el (wl-score-get-score-alist): Use it.
9536         (wl-summary-score-update-all-lines): Use it.
9537         * wl-summary.el: Ditto. (make-variable-buffer-local).
9538
9539 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9540
9541         * wl-vars.el (wl-ldap-port): New user option.
9542
9543         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9544         Rewite whole implementation.
9545         (wl-complete-field-body): Fixed.
9546
9547 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9548
9549         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9550         Choose implementation at compile time.
9551
9552 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9553
9554         * wl-address.el (wl-ldap-search-internal): New function.
9555         (wl-complete-field-to): Use it.
9556
9557 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9558
9559         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9560         Use `let' instead of `let*'.
9561         Require 'wl-vars.
9562
9563         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9564         Define as defcustom.
9565         (wl-ldap-base): Ditto.
9566         (wl-use-ldap): Ditto.
9567
9568 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9569
9570         * wl-address.el (wl-ldap-search): New function.
9571         (wl-complete-field-body): Use `wl-ldap-search'.
9572         (wl-ldap-server): New variable.
9573         (wl-ldap-base): Ditto.
9574         (wl-use-ldap): Ditto.
9575
9576 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9577
9578         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9579         (Pointed out by Mito <mit@nines.nec.co.jp>).
9580         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9581         buffer-local variables like `wl-summary-redisplay-internal'.
9582         (wl-summary-redisplay-all-header): Likewise.  Update
9583         Summary view too.
9584
9585 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9586
9587         * wl-summary.el (wl-summary-jump-to-parent-message):
9588         Consider prefix argument.
9589
9590         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9591         when closed thread is deleted.
9592
9593 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9594
9595         * wl-summary.el (wl-summary-jump-to-parent-message):
9596         Consider thread modification.
9597
9598 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9599
9600         * wl-message.el (wl-message-normal-get-original-buffer): Use
9601         `save-excursion'.
9602
9603         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9604         (wl-summary-showto-folder-regexp): Ditto.
9605
9606 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9607
9608         * wl-util.el (wl-delete-alist): Doc fix.
9609         (wl-delete-associations): New function.
9610         (wl-inverse-alist): New function.
9611         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9612         Split temporary variables. Use `wl-delete-associations'
9613         and `wl-inverse-alist'.
9614         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9615
9616 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9617
9618         * wl-folder.el (wl-folder-prefetch-entity):
9619         Execute prefetching if new count is unknown.
9620
9621 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9622
9623         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9624
9625         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9626         delete entity.
9627         (wl-thread-set-parent): If insert as top, set linked as nil.
9628
9629         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9630         `wl-thread-cleanup-symbols' when view mode is thread.
9631
9632 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9633
9634         * wl-folder.el (wl-folder-create-folder-entity): Use
9635         with-current-buffer.
9636         (wl-local-folder-init): Call set-buffer to make sure we are in
9637         the Folder buffer. Don't touch buffer-local variables here.
9638         (wl-folder-mode): Initialize buffer-local variables here.
9639
9640         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9641         (wl-folder-entity-assign-id): Ditto.
9642         (wl-folder-create-entity-hashtb): Ditto.
9643         (wl-local-folder-init): Ditto.
9644         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9645
9646 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9647
9648         * wl-summary.el (wl-summary-default-from): Fix probrem when
9649         std11-extract-address-components return (nil "foo@bar").
9650
9651 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9652
9653         * wl-draft.el (wl-draft-clone-local-variables):
9654         Remove redundant `setq'.
9655
9656 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9657
9658         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9659         Bind wl-highlight-x-face-func as nil while highlighting header.
9660
9661 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9662
9663         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9664
9665 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9666
9667         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9668         elmo-msgdb-overview-hashtb from copy-variables.
9669         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9670         instead of `elmo-msgdb-overview-get-entity-by-number'.
9671         (wl-summary-auto-refile): Ditto.
9672
9673         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9674         `elmo-msgdb-overview-get-entity' instead of
9675         `elmo-msgdb-search-overview-entity'.  Use
9676         `elmo-msgdb-overview-get-entity' instead of
9677         `elmo-msgdb-overview-get-entity-by-number'.
9678         (wl-thread-insert-entity-sub): Ditto.
9679         (wl-thread-insert-message): Ditto.
9680
9681         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9682         `elmo-msgdb-overview-get-entity'.
9683         (wl-normal-message-redisplay): Ditto.
9684
9685 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9686
9687         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9688         `wl-thread-entities'.
9689         (wl-thread-delete-message): Fix remove top message from
9690         `wl-thread-entity-list'.
9691
9692         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9693         wl-append(nconc), because update-list is broken on Meadow.
9694
9695         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9696         updating process.
9697         (wl-summary-rescan): Ditto.
9698         (wl-summary-sync-update3): Ditto.
9699         * wl-thread.el (wl-thread-set-parent): Renamed from
9700         `wl-summary-set-parent'.
9701         (wl-thread-insert-message): Updating buffer faster.
9702         (wl-thread-delete-message): Updating buffer faster.
9703
9704         * wl-score.el (wl-summary-score-update-all-lines): Changed
9705         interval for display progress gauge.
9706
9707 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9708
9709         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9710         folder always-sticky.
9711         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9712         defmacro.
9713
9714 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9715
9716         * wl-vars.el (wl-draft-add-references): New user option.
9717
9718         * wl-draft.el (wl-draft-add-references): New function.
9719         (wl-draft-yank-from-mail-reply-buffer): Use it.
9720         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9721         as nil.
9722
9723 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9724
9725         * wl-thread.el (wl-thread-update-line-msgs): Called
9726         `wl-thread-update-line-on-buffer-sub'.
9727         (wl-thread-update-line-on-buffer): Delete routine of inserting
9728         thread.
9729         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9730         moved from `wl-thread-update-line-on-buffer'.
9731         Add threshold for displaying progress gauge.
9732         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9733         argument of `wl-thread-update-line-msgs'.
9734         Add threshold for displaying progress gauge.
9735         * wl-folder.el:
9736         Add threshold for displaying progress gauge.
9737         * wl-score.el: Ditto.
9738
9739         * wl-expire.el (wl-summary-expire): Display deleting info.
9740
9741 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9742
9743         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9744         `no-msg'.
9745         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9746         argument of `wl-thread-update-line-msgs'.
9747         (wl-summary-set-parent): Added optional argument `parent-number'.
9748         (wl-summary-buffer-saved-message): New buffer local variable.
9749         (wl-summary-save-current-message): New command.
9750         (wl-summary-yank-saved-message): Ditto.
9751         (wl-summary-mode-map): Added key binding for
9752         `wl-summary-save-current-message' (\ew) and
9753         `wl-summary-yank-saved-message' (\C-y).
9754         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9755
9756 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9757
9758         * wl-summary.el (wl-summary-mode-map): Added key binding for
9759         `wl-summary-set-parent' (ts).
9760
9761 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9762
9763         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9764         subject faster. If thread number is reverse, delayed updating
9765         thread.
9766         (wl-summary-search-by-subject): Ditto.
9767         (wl-summary-put-alike): Ditto.
9768         (wl-summary-get-alike): Ditto.
9769         (wl-summary-insert-headers): Insert header of all overview in
9770         buffer.
9771         (wl-summary-rescan): Delayed updating thread. Kill search subject
9772         buffer for wl-summary-search-by-subject.
9773         (wl-summary-sync-update3): Ditto.
9774         (wl-summary-exit): Ditto.
9775         (wl-summary-goto-bottom-of-current-thread): Change for linked
9776         thread.
9777         (wl-summary-overview-create-summary-line): Change line for linked
9778         thread.
9779
9780         * wl-summary.el (wl-summary-update-thread): Use
9781         wl-thread-maybe-get-children-num.
9782         (wl-summary-set-parent): If change parent, move sub thread.
9783         (wl-summary-redisplay-internal): Add horizontal recenter.
9784         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9785
9786         * wl-thread.el (wl-thread-entity-get-linked): New function.
9787         (wl-thread-entity-set-linked): New function.
9788         (wl-thread-create-entity): Add linked element.
9789         (wl-thread-entity-insert-as-top): Use wl-append.
9790         (wl-thread-maybe-get-children-num): If closing thread, return
9791         children msgs.
9792         (wl-thread-update-line-msgs): Displaying progress message.
9793         (wl-thread-update-line-on-buffer-sub): Use
9794         wl-thread-maybe-get-children-num.
9795         (wl-thread-update-line-on-buffer): If update line is not exists,
9796         insert thread.
9797         (wl-thread-delete-message): If delete top msg of thread, search
9798         parent by subject.
9799         (wl-thread-insert-entity): Use
9800         wl-thread-maybe-get-children-num.
9801
9802         * wl-highlight.el (wl-highlight-summary-current-line): change
9803         sregexp for linked thread.
9804         * wl-util.el (wl-count-lines): Count lines.
9805         (wl-horizontal-recenter): horizontal recenter.
9806         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9807         (wl-score-get-alike): Ditto.
9808         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9809         (wl-subject-length-limit): New variable.
9810         (wl-highlight-thread-indent-string-regexp): Changed for linked
9811         thread.
9812
9813 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9814
9815         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9816         New variable (revival).
9817         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9818         by subject matching if there's no in-reply-to nor references field
9819         (revival).
9820
9821 \f
9822 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9823
9824         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9825         message.
9826
9827 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9828
9829         * wl-summary.el (wl-summary-reply): Return t if there was a
9830         message at cursor point.
9831         Added unwind-protect.
9832         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9833         returns t.
9834         (wl-summary-cancel-message): Do nothing when there's no message at
9835         cursor point.
9836         (wl-summary-forward): Ditto.
9837         (wl-summary-jump-to-parent-message): Ditto.
9838         (wl-summary-reedit): Ditto.
9839         (wl-summary-edit-addresses): Ditto.
9840         (wl-summary-pipe-message): Ditto.
9841         (wl-summary-print-message-with-ps-print): Ditto.
9842         (wl-summary-print-message): Ditto.
9843         (wl-summary-mark-as-important): Ditto.
9844         (wl-summary-mark-as-unread): Ditto.
9845
9846         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9847         message at cursor point.
9848         (wl-summary-reply-with-citation): Remove unwind-protect.
9849
9850         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9851         subject searching feature.
9852         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9853         Eliminated.
9854
9855 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9856
9857         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9858         New variable.
9859         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9860         by subject matching if there's no in-reply-to nor references field.
9861
9862         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9863
9864         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9865         when display is finished.
9866         (wl-folder-open-all): Ditto.
9867         (wl-folder-update-access-group): Ditto.
9868         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9869         * wl-thread.el (wl-thread-close-all): Ditto.
9870
9871         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9872         progress gauge only when it was displayed.
9873         * wl-folder.el (wl-folder-insert-entity): Ditto.
9874
9875 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9876
9877         * wl-summary.el (wl-summary-incorporate): Enclose
9878         `wl-summary-sync-force-update' with save-excursion.
9879
9880 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9881
9882         * wl-summary.el (wl-summary-prefetch-region):
9883         Pass current cursor point to `pos-visible-in-window-p' after
9884         moving cursor to the started point.
9885
9886 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9887
9888         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9889
9890         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9891         fields from the forwarding message.
9892         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9893         `ignored-fields'.
9894
9895 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9896
9897         * wl-mime.el (wl-message-request-partial):
9898         Eliminated argument `msgdb'.
9899         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9900         (wl-mime-combine-message/partial-pieces): Likewise.
9901         * tm-wl.el (wl-message-request-partial): Likewise.
9902         (wl-mime-combine-message/partial-pieces): Likewise.
9903
9904 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9905
9906         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9907         when display is finished.
9908
9909 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9910
9911         * wl-summary.el (wl-summary-goto-folder-subr):
9912         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9913
9914 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9915
9916         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9917         when cursor point is visible.
9918
9919 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9920
9921         * wl-expire.el (wl-expire-archive-get-max-number):
9922         Don't use `file-name-directory'.
9923
9924 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9925
9926         * wl-expire.el (wl-expire-archive-get-max-number):
9927         Use `file-name-directory'.
9928
9929 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9930
9931         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9932         only when there is progress.
9933
9934 2000-04-13  Mito <mit@nines.nec.co.jp>
9935
9936         * wl-summary.el (wl-summary-sync-marks): Display progress.
9937
9938 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9939
9940         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9941         (wl-summary-prev): Move cursor regardless of unread status.
9942         (wl-summary-next): Ditto.
9943
9944 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9945
9946         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9947         Added argument `target' and `number'.
9948         * tm-wl.el (wl-summary-burst-subr): New function.
9949         (wl-summary-burst): Use it.
9950
9951 2000-04-10  Mito <mit@nines.nec.co.jp>
9952
9953         * wl-mime.el (wl-burst): New function.
9954         (wl-summary-burst): Use it.
9955
9956 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9957
9958         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9959         as petname when there's no candidate.
9960
9961 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9962
9963         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9964         New variable.
9965         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9966
9967         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9968
9969         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9970
9971 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9972
9973         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9974         Use substring of `original' instead of buffer-substring.
9975         (wl-refile-evaluate-rule):
9976         Set `original' argument of wl-refile-expand-newtext.
9977
9978         * wl-summary.el
9979         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9980         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9981         (wl-summary-auto-refile): Check existence of destination folder just
9982         before marking.
9983
9984 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9985
9986         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9987         when wl-refile-get-field-value return nil.
9988
9989 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9990
9991         * wl-refile.el
9992         (wl-refile-expand-newtext): New function imported from Gnus.
9993         (wl-refile-evaluate-rule): Use it.
9994
9995 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9996
9997         * wl-summary.el (wl-summary-print-destination):
9998         Duplicate folder string to avoid putting text-property on
9999         original string.
10000
10001         * wl-refile.el (wl-refile-get-field-value): New function.
10002         (wl-refile-evaluate-rule): New function;
10003         Evaluate refile rule recursively.
10004         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10005         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10006         New function; Check existence of a target folder recursively.
10007         (wl-summary-auto-refile-check-refile-rule-alist):
10008         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10009
10010 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10011
10012         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10013
10014         * wl-folder.el (wl-create-folder-entity-from-buffer):
10015         Fixed problem when '}' character is contained in folder name.
10016
10017         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10018
10019 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10020
10021         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10022         (wl-fldmgr-add-completion-all-completions):
10023         Use wl-fldmgr-add-completion-hashtb.
10024
10025 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10026
10027         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10028         wl-fldmgr-add-completion-subr): New functions.
10029         * wl-folder.el (wl-folder-completion-func): New variable.
10030         * wl-summary.el (wl-summary-read-folder):
10031         Use wl-folder-completion-func.
10032
10033         * wl-refile.el: Eliminate throw & catch.
10034
10035         * wl.el (wl-plugged-sending-queue-status): Fixed.
10036
10037 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10038
10039         * wl-draft.el (wl-draft): Put category property on
10040         mail-header-separator.