201b8b84420a7ebc7a4dd35d0f38ed60828181f5
[elisp/wanderlust.git] / wl / ChangeLog
1 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2
3         * wl.el (wl-check-environment): Merge examination for "@" at
4         inappropriate position into the first string-match.
5
6         * wl-summary.el (wl-summary-target-mark-print): New function.
7         (wl-summary-pipe-message-subr): Extracted from
8         `wl-summary-pipe-message'.
9         (wl-summary-target-mark-pipe): New function.
10         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
11         `wl-summary-target-mark-pipe'.
12
13 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
14
15         * wl.el (wl-check-environment): Rewrite around Message-ID check.
16
17 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
18
19         * wl.el (wl-check-environment): Use elmo-warning instead of
20         error for non-critical ones.
21         Remove trash folder check.
22         (wl): Don't ignore error in wl-check-environment.
23
24         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
25         check, which is moved from `wl-check-environment'.
26         (Adviced by Teranishi-san [X-Mail-Count: 9661])
27
28 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
29
30         * wl-summary.el (wl-summary-write-current-folder): If it cannot
31         guess anything, call wl-summary-write.
32         (wl-summary-write): Create draft with blank To field.
33         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
34
35 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
36
37         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
38         argument full as well for wl-folder-write-current-folder.
39         If wl-*-write-current-folder cannot guess addressee, add blank
40         To header.
41         Rewrite condition for positioning cursor.
42
43 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
44
45         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
46         summary buffer is present, use it.
47         (wl-folder-jump-to-previous-summary): Ditto.
48
49 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
50
51         * wl-draft.el (wl-draft-create-contents): Fix docstring.
52
53         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
54         wl-summary-previous-buffer and wl-summary-next-buffer.
55
56         * wl-folder.el (wl-folder-mode-map): Bind
57         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
58         (wl-folder-jump-to-next-summary): New function.
59         (wl-folder-jump-to-previous-summary): Ditto.
60
61         * wl-draft.el (wl-draft): Rearranged.
62
63 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
64
65         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
66         of header.
67         (wl-draft): Collect arguments for the header as header-alist.
68         (wl-draft-forward): Arrange arguments for wl-draft.
69         (wl-draft-reply): Ditto.
70         (wl-draft-edit-string): Ditto.
71         * wl-summary.el (wl-summary-write): Ditto.
72         (wl-summary-write-current-folder): Ditto.
73
74         * Version number is increased to 2.9.8.
75
76 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
77
78         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
79
80         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
81
82         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
83         even if the guess failed.
84
85         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
86         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
87         wl-summary-write-current-folder.
88         * wl-xmas.el: Ditto.
89
90 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
91
92         * wl-summary.el (wl-summary-next-page): Force display message if
93         message is not displayed yet.
94         (wl-summary-prev-page): Ditto.
95
96 2002-03-11  J\e.A\8eér\8eôme Marant <jerome.marant@free.fr>
97
98         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
99
100 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
101
102         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
103         add "Preview Message" and "Save Draft and Exit".
104
105 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
106
107         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
108         if addrmgr is called from draft in splitted window.
109
110         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
111         * wl-mule.el: Ditto.
112         * wl-xmas.el: Ditto.
113
114 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
115
116         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
117
118         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
119         * wl-xmas.el (wl-folder-toolbar): Ditto.
120
121 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
122
123         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
124         and wl-draft-save-and-exit.
125         (wl-draft-toolbar): Add wl-draft-save-and-exit.
126         * wl-xmas.el: Ditto.
127         * wl-mule.el: Ditto.
128
129         * wl-folder.el (wl-folder-goto-draft-folder): New function.
130         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
131
132 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
133
134         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
135         lists for saving buffer.
136
137 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
138
139         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
140         parent-folder argument instead of it.
141         (wl-draft-create-buffer): Ditto.
142         (wl-draft-forward): Ditto.
143         (wl-draft-reply): Ditto.
144         * wl-summary.el (wl-summary-write): Ditto.
145         (wl-summary-write-current-folder): Ditto.
146
147         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
148         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
149         Folder buffer after composing.
150
151 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
154         header if the file `wl-x-face-file' already contains it.
155
156 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
157
158         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
159         folder" entry.
160         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
161         * wl-e21.el (wl-folder-toolbar): Ditto.
162         * wl-xmas.el (wl-folder-toolbar): Ditto.
163
164 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
165
166         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
167         wl-folder-goto-folder with sticky argument.
168         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
169
170 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
171
172         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
173         and wl-summary-previous-buffer.
174         (wl-summary-next-buffer): New function.
175         (wl-summary-previous-buffer): Ditto.
176
177 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
178
179         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
180         wl-folder-jump-to-current-entity-with-arg.
181         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
182         `wl-folder-jump-to-current-entity'.
183         * wl-summary.el (wl-summary-mode-map): Bind "G" for
184         `wl-summary-goto-folder-sticky'.
185         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
186         `wl-summary-goto-folder'.
187         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
188         Unless force-exit, do not clean temp. marks for sticky summary.
189         (wl-summary-goto-folder): Now the prefix argument means force-exit.
190
191 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
192
193         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
194         not entire.
195
196 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
197
198         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
199         to `C-x C-s'.
200         (wl-summary-save-status): New command.
201         (wl-summary-exit): Don't clean-up temp marks when sticky.
202         (Applied patch from Nakayama-san [wl: 09548])
203         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
204         Do nothing when no mark data.
205         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
206         Call `wl-summary-delete-all-temp-marks' before saving.
207
208 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
209
210         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
211
212 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
213
214         * wl.el (wl-check-environment): Also cause error when (system-name)
215         returns "localhost.localdomain". (Although it doesn't affect because
216         of condition-case, see change in 2002-01-23 by Teranisi-san.)
217
218 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
219
220         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
221         instead of wl-match-member with wl-folder-hierarchy-access-folders.
222
223         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
224         value.
225
226 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
227
228         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
229         Likewise r-cc-list and r-ng-list.
230
231 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
232
233         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
234         only if it is bound as variable.
235
236         * wl-mime.el (wl-draft-preview-message): Ditto.
237
238 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
239
240         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
241         needless `goto-char'.
242
243         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
244         `wl-summary-redisplay-no-mime-internal' instead of
245         `wl-summary-redisplay-no-mime'.
246         (wl-summary-redisplay-no-mime): Changed argument;
247         Call `wl-summary-redisplay-no-mime-internal'.
248
249         * wl-mime.el (wl-draft-preview-message): Bind
250         `mime-header-encode-method-alist' locally.
251
252         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
253         (wl-draft-std11-parse-addresses): Added the first address check.
254         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
255
256         * Version number is increased to 2.9.7.
257
258 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
259
260         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
261
262 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
263
264         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
265         related to scrollbar support, if there is no such a feature
266         compiled in.
267
268 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
271         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
272         for prefetch.
273
274 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
275
276         * wl-summary.el (wl-summary-pick): Fix for no match.
277
278 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
279
280         * wl-draft.el (wl-draft-save):
281         Override `mime-header-encode-method-alist'.
282
283 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
284
285         * wl-folder.el (wl-folder-pick): New function.
286         Define key as "?".
287
288 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
289
290         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
291         Fix for unplugged.
292
293 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
294
295         * wl-folder.el (wl-folder-virtual): New function.
296         Define key as "V".
297
298 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
299
300         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
301         multi folder if entity is group.
302
303 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
304
305         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
306         is nil.
307
308 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
309
310         * wl-summary.el (wl-summary-pick): Fix for killed messages.
311         (wl-summary-target-mark-msgs): Return the number of marked messages.
312
313 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
314
315         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
316         "first:" is specified.
317
318 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
319
320         * wl-vars.el (wl-from): Use return value of function
321         user-full-name instead of the variable user-full-name since
322         XEmacs-20.4 doesn't set this variable.
323
324 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
325
326         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
327         call `wl' directly.
328
329 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
330
331         * wl-draft.el (wl-draft-reedit): Removed duplicated
332         switch-to-buffers.
333
334 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * wl.el (wl-other-frame): Removed garbages.
337
338 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
339
340         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
341
342         * wl-xmas.el (wl-draft-key-setup): Ditto.
343
344         * wl-mule.el (wl-draft-key-setup): Ditto.
345
346         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
347         (wl-draft-reedit): Ditto.
348         (wl-draft-prepare-edit): Add `wl-draft-save' to
349         `local-write-file-hooks'.
350         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
351         (wl-draft-reedit): Set buffer-file-name.
352         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
353
354
355         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
356         call it.
357         (wl-delete-startup-frame-function): New variable.
358         (wl-other-frame): New function
359         (Original was written by Yamaoka san [wl: 09239]).
360
361         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
362         if `wl-folder-use-frame'.
363
364 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
365
366         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
367
368 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
369
370         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
371         New variable.
372         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
373         (wl-message-buffer-prefetch-get-next): Use them.
374         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
375
376 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
377
378         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
379         with unwind-protect.
380
381         * wl-draft.el (wl-draft-reedit): Rewrite.
382         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
383         (wl-draft-save): Insert header separator if it does not exist;
384         Removed condition-case.
385
386         * wl-summary.el (wl-summary-reedit): Revert last change.
387
388         * wl-draft.el (wl-draft-save): Rewrite.
389         (wl-draft-create-buffer): Set buffer-file-name as nil.
390
391         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
392
393         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
394
395         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
396         nil.
397
398 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
399
400         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
401         If count is nil, do not prefetch.
402         (wl-message-buffer-prefetch-next): Next.
403
404 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
405
406         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
407
408 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
409
410         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
411         `delete-backward-char'
412         (wl-draft-prepare-edit): Check major-mode.
413         (wl-draft-decode-header): Rewrite.
414         (wl-draft): Fix.
415
416 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
417
418         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
419
420 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
421
422         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
423         (wl-message-buffer-prefetch-get-next): Remove size checking.
424         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
425
426 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
427
428         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
429         (wl-draft-default-headers): Fix.
430
431 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
432
433         * wl-draft.el (wl-draft-default-headers): Insert return value of
434         `wl-generate-mailer-string-function'.
435
436 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
437
438         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
439         (wl-draft-insert-mail-header-separator): Ditto.
440
441         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
442         again (Reverted the change on 2002-01-17 by OKADA san).
443
444 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
445
446         * wl-draft.el (wl-draft): Rewrite.
447         (wl-draft-create-buffer): New function.
448         (wl-draft-create-contents): Ditto.
449         (wl-draft-prepare-edit): Ditto.
450         (wl-draft-decode-header): Ditto.
451         (wl-draft-decode-body): Ditto.
452         (wl-draft-check-new-line): Ditto.
453         (wl-draft-default-headers): Ditto.
454         (wl-draft-insert-mail-header-separator): Ditto.
455
456 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
457
458         * Version number is increased to 2.9.6.
459
460 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
461
462         * wl-draft.el (wl-draft-delete-field): Optional argument.
463         (wl-draft-delete-fields): Ditto.
464
465 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
466
467         * wl-message.el (toplevel): Eliminated byte-compile warning.
468         for `itimer-function', `delete-timer' and `itimer-list'.
469
470 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
471
472         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
473         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
474         `wl-message-buffer-prefetch-threshold'.
475         * wl-summary.el (wl-summary-redisplay-internal): Remove
476         the check of `wl-message-buffer-prefetch-depth'.
477
478 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
479
480         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
481         size of article.
482         (wl-message-buffer-prefetch-subr): Remove size check.
483
484 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
485
486         * wl-vars.el (wl-plugged): Make customizable.
487
488 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
489
490         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
491         (wl-message-buffer-prefetch-set-timer): New function.
492         (wl-message-buffer-prefetch-get-next): New function.
493         (wl-message-buffer-prefetch): New function.
494         (wl-message-buffer-prefetch-next): Rewrite.
495         (wl-message-buffer-prefetch-subr): Rewrite.
496         * wl-vars.el (wl-auto-prefetch-first): New variable.
497         * wl-summary.el (wl-summary-goto-folder-subr): Call
498         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
499
500 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
501
502         * wl-score.el (wl-summary-score-update-all-lines): Do not call
503         `wl-summary-unread-message-hook'.
504
505 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
506
507         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
508         (wl-summary-sync): Call `wl-summary-resume-cache-status'
509         if range is `cache-status'.
510
511 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
512
513         * wl-message.el (wl-message-buffer-prefetch-subr):
514         Improve debug message.
515
516 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
517
518         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
519         `wl-mail-send-pre-hook'.
520         (wl-draft-send-mail-with-qmail): Ditto.
521         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
522
523 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
524
525         * wl-message.el (wl-message-buffer-prefetch-subr):
526         Fix for cancel-function-timers bug.
527         (wl-message-buffer-prefetch-debug): Default value is t.
528
529 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
530
531         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
532         (wl-message-buffer-prefetch-subr): Rewrite.
533         Rename from `wl-message-buffer-prefetch'.
534
535 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
536
537         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
538         (wl-default-draft-cite-decorate-author): Ditto.
539
540         * wl-draft.el (wl-draft-cite-function): Removed.
541         (wl-default-draft-cite-decorate-author): Ditto.
542
543 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
544
545         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
546         (wl-default-draft-cite): Do not arrange author name if the value of
547         `wl-default-draft-cite-decorate-author' is nil.
548
549 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
550
551         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
552
553         * wl-folder.el (wl-folder-check-one-entity): Don't care
554         `elmo-folder-use-flag-p'.
555
556 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
557
558         * wl-folder (wl-folder-check-one-entity): Fix
559         problem if unread is nil.
560
561 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
562
563         * wl-address.el (wl-address-make-completion-list): Check whether
564         the address is a group list.
565         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
566
567 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
570         The number of the messages of new and unread does not count
571         correctly.
572
573         * wl-summary.el (wl-summary-count-unread): Changed to return
574         `(new . unread)' instead of total.
575         (wl-summary-sync-update): Follow the change above.
576
577         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
578
579 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
580
581         * wl-address.el (wl-address-make-completion-list): Do not enclose
582         address by " <" and ">" if associated realname is "".
583         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
584         This is against the promblem with group list in .addresses pointed
585         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
586
587 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
588
589         * wl-draft.el (wl-draft-write-sendlog): The first argument of
590         message is a format control string.
591         * wl-expire.el (wl-expire-append-log): Ditto.
592         * wl-mime.el (wl-summary-burst-subr): Ditto.
593         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
594         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
595
596 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
597
598         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
599         wl.el (wl-check-variables): Rename from `wl-check-type'.
600         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
601         (wl-check-variables-2): New function.
602         (wl): Call `wl-check-variables-2'.
603
604 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
605
606         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
607         after renaming folder in access group.
608
609 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
610
611         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
612         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
613         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
614         (wl-message-buffer-prefetch): Rewrite.
615         (wl-message-buffer-prefetch-idle-time): Removed.
616         * wl-summary.el (wl-summary-redisplay-internal):
617         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
618         Error check for `wl-message-buffer-prefetch-depht'.
619
620 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
621
622         * Version number is increased to 2.9.5.
623         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
624
625 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
626
627         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
628         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
629         Based on the patch written by
630         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
631
632 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
633
634         * wl-draft.el (wl-draft-raw-send): Fix for
635         `wl-news-send-pre-hook'
636
637 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
638
639         * wl-utils.el (wl-message-id-function): New variable.
640         * wl-draft.el (wl-draft-insert-required-fields):
641         Use `wl-message-id-function'.
642
643 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
644
645         * wl-vars.el (wl-message-id-use-wl-from): New variable.
646         * wl-utils.el (wl-draft-make-message-id-string):
647         Use `wl-from' for domain part of Message-ID
648         if `wl-message-id-use-wl-from' if non-nil.
649         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
650
651 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
652
653         * wl.el (wl): Call `wl-check-type'
654         Do not 'condition-case'.
655
656 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
657
658         * wl.el (wl-check-type): New function.
659         (wl-check-type-variables): New variable.
660
661 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
662
663         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
664
665 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
666
667         * wl-draft.el (wl-smtp-password-key): New function.
668         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
669         (wl-draft-send-mail-with-smtp): Ditto.
670         (wl-draft-send-mail-with-pop-before-smtp): Fix.
671
672 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
673
674         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
675         * wl-utils.el (wl-unique-id-suffix): Remove.
676
677 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
678
679         * Version number is increased to 2.9.4.
680
681 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
682
683         * wl-utils.el (wl-unique-id-suffix): New variable.
684         (wl-unique-id): Use `wl-unique-id-suffix'
685
686 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
689         instead of `elmo-msgdb-search'.
690
691         * Version number is increased to 2.9.3.
692
693 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
694
695         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
696
697 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
698
699         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
700         (wl-draft-dispatch-message): Changed for send-later.
701         (wl-draft-queue-flush): Ditto.
702         (wl-draft): Clear `wl-sent-message-queued'.
703         (wl-draft-reedit): Ditto.
704         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
705         * wl-vars.el (wl-draft-force-queuing): New variable.
706         (wl-draft-force-queuing-mail): New variable.
707         (wl-draft-force-queuing-news): New variable.
708
709 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
710
711         * wl-draft.el (wl-draft-hide): Removed `interactive'.
712         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
713
714 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
715
716         * Version number is increased to 2.9.2.
717
718 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * wl-draft.el (wl-draft-elide-region): New user command.
721         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
722
723         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
724         command `wl-draft-elide-region'.
725         * wl-mule.el: Ditto.
726         * wl-xmas.el: Ditto.
727
728 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
729
730         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
731         (wl-biff-check-folder-async): Removed needless let.
732
733 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
734
735         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
736         wl-folder-get-elmo-folder.
737         (wl-biff-check-folder): Set `biff' argument of
738         `wl-folder-check-one-entity'.
739         (wl-biff-check-folder-async): Setup `biff' slot of folder.
740
741         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
742         (wl-folder-check-one-entity): Added `biff' argument;
743         Setup `biff' slot of folder.
744
745         * Version number is increased to 2.9.1.
746
747 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
748
749         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
750         comment out and fixed.
751         (wl-fldmgr-add-completion-subr): Ditto.
752
753         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
754         and msgdb.
755
756         * wl.el (wl-toggle-plugged): Save summary view.
757
758 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
759
760         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
761
762 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
765
766 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * wl-e21.el (wl-e21-toolbar-configurations): Replace
769         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
770         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
771
772         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
773         if it was failed.
774         (wl-demo): Disable undo in the demo buffer.
775
776 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
777
778         * wl-version.el (wl-version): Changed codename.
779
780         * Version number is increased to 2.9.0.
781
782 2001-12-14  Takuo KITAME <kitame@northeye.org>
783
784         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
785         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
786         (wl-folder-mark-as-read-all-current-entity): Ditto.
787
788 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
789
790         * wl-vars.el (wl-from-width): Define as obsolete variable.
791         (wl-subject-length-limit): Ditto.
792
793         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
794
795         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
796         wl-summary-save-view.
797
798         * wl.el (wl-save-status): Ditto.
799         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
800
801         * wl-summary.el (wl-summary-save-view): Removed unused argument.
802         (wl-summary-exit): Follow the change above.
803         (wl-summary-goto-folder-subr): Ditto.
804
805         * wl-folder.el (wl-folder-create-subr): Don't use
806         `elmo-folder-creatable-p'.
807
808 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
809
810         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
811
812 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
815         rather than bitmap on Emacs 21.
816         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
817         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
818         for xbm if the new redisplay engine is not available.
819
820 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
821
822         * wl-folder.el (wl-folder-init-hook): New hook.
823         (wl-folder-init): Run `wl-folder-init-hook'.
824
825 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
828
829 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
830
831         * wl-acap.el (wl-acap-cache-filename): New variable.
832         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
833         (wl-acap-init): Use cache if no ACAP server found.
834
835 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
836
837         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
838         `wl-acap-original-msgdb-dir'.
839
840         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
841         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
842
843         * wl-mime.el (wl-mime-save-directory): Renamed from
844         `wl-mime-save-dir'.
845
846 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * wl-vars.el (wl-icon-dir): Fixed the docstring.
849
850         * wl-demo.el: Require `path-util'.
851         (wl-demo-bitmap-mule-available-p): New internal variable.
852         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
853         `module-installed-p' instead.
854         (wl-demo-insert-image): Use *.img file for a bitmap image.
855         (wl-demo): Don't call the ascii demo recursively.
856
857 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
858
859         * Version number is increased to 2.7.7.
860
861 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
862
863         * wl.el (wl-exit): Eliminated byte-compile warning.
864
865 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
866
867         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
868         obsolete variable using `elmo-define-obsolete-variable'.
869         (wl-fetch-confirm-threshold): Ditto.
870         (wl-cache-prefetch-folder-type-list): Ditto.
871         (wl-cache-prefetch-folder-list): Ditto.
872
873 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
876         (wl-demo-icon-name): Use Xmas logo at the end of the year.
877         (wl-demo-insert-image): New function.
878         (wl-demo-insert-text): New function.
879         (wl-demo-image-type-alist): Redefine as a function.
880         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
881         (wl-demo-with-temp-file-buffer): Removed.
882         (wl-logo-xpm): Removed.
883         (wl-logo-xbm): Removed.
884         (wl-logo-bitmap): Removed.
885
886 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
887
888         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
889         (wl-expire-localdir-get-folder-function): New user option.
890         (wl-expire-localdir-get-folder): New function.
891         (wl-expire-localdir-date): Ditto.
892
893 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
894
895         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
896         value.  Refactoring `wl-folder-notify-deleted' is nil case.
897         Fixed unread number mismatch when all-unread < unread.
898
899 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
900
901         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
902         (wl-fetch-confirm-threshold): Ditto.
903
904         * wl-summary.el (wl-summary-confirm-appends): Removed.
905         (wl-summary-sync-update): Don't refer
906         `wl-summary-update-confirm-threshold' (It is now abolished).
907
908         * wl-message.el (wl-message-display-internal): Don't refer
909         `wl-fetch-confirm-threshold' (It is now abolished).
910
911 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
914
915 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
916
917         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
918         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
919         Change default value to nil.
920         (wl-summary-indent-length-limit): The value can be nil, nil means
921         unlimited.
922
923         * wl-summary.el: Don't set limit for indent length if the value of
924         wl-summary-indent-length-limit is nil.
925         If the value of wl-summary-width is nil, it means only that the width
926         of summary is unlimited (nil doesn't mean that the indent length is
927         unlimited).
928
929         * wl-thread.el: Ditto.
930
931 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
932
933         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
934         be nil, nil means never confirm.
935         * wl-summary.el (wl-summary-confirm-appends): Ditto.
936
937 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
938
939         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
940         means unlimited).
941
942 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
943
944         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
945         Use `with-temp-buffer'.
946
947 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
948
949         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
950         with new backquote style).
951         (wl-folder-get-entity-from-buffer): Ditto.
952
953 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
954
955         * wl-version.el (nemacs-version): Eliminated.
956         (wl-extended-emacs-version2): Ignore nemacs.
957         (wl-extended-emacs-version3): Ditto.
958
959 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
960
961         * wl-vars.el (wl-draft-add-references): Set default value as nil.
962         (wl-draft-add-in-reply-to): New variable.
963         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
964         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
965         (wl-draft-yank-from-mail-reply-buffer): Use
966         `wl-draft-add-in-reply-to'.
967         (wl-draft-insert-current-message): Ditto.
968
969 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
970
971         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
972         typo (kill->hide).
973         (wl-message-buffer-prefetch-folder-type-list): Added elements
974         `mark' and `cache' instead of `internal'.
975
976 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
977
978         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
979         resume msgdb directory.
980
981 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
982
983         * wl.el (wl-exit): Call `wl-acap-exit'.
984
985         * wl-summary.el (wl-summary-message-string): New function.
986         (wl-summary-reedit): Use it.
987         (wl-summary-resend-bounced-mail): Remove needless let.
988         (wl-summary-supersedes-message): Ditto.
989         (wl-summary-save): Ditto.
990
991         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
992         (wl-acap-init): Set it.
993         (wl-acap-exit): New function.
994
995 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
996
997         * wl.el (wl-init): Revert (require 'mime-setup). move from
998         toplevel.
999
1000 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1001
1002         * wl-summary.el (wl-summary-write-current-folder): Remove unused
1003         local variables.  Add error when guess function return invalid
1004         value.
1005
1006 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1007
1008         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
1009         Change local variable name.
1010         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
1011         (wl-folder-get-newsgroups): Return nil when non-news folder.
1012         * wl-summary.el (wl-summary-write-current-folder): State through
1013         when guess-list return nil.
1014         (wl-summary-write-current-folder-functions): Fixed docstring.
1015
1016         * wl.el (wl-exit): Changed confirm message.
1017
1018         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
1019         * wl-draft.el (wl-draft): Remove verbose `featurep'.
1020
1021         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
1022
1023 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024
1025         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
1026         user option (Renamed from wl-cache-prefetch-folder-type-list).
1027         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
1028         from wl-cache-prefetch-folder-list).
1029
1030         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
1031         Move to wl-vars.el.
1032         (wl-message-buffer-prefetch-p): Changed to enable
1033         `wl-message-buffer-prefetch-folder-list'.
1034
1035         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
1036         `ignore-cache'.
1037
1038 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
1039
1040         * wl-draft.el (wl-draft-config-sub-func-alist): Added
1041         `part-top' and `part-bottom'.
1042         (wl-draft-config-sub-part-top): New function.
1043         (wl-draft-config-sub-part-bottom): New function.
1044
1045 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1046
1047         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
1048
1049 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
1050
1051         * wl-folder.el (wl-folder-get-newsgroups): Fix.
1052
1053 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1054
1055         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
1056
1057         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
1058         (wl-summary-write-current-folder): Ditto.
1059
1060 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
1061
1062         * wl-folder.el (wl-folder-get-newsgroups): Use
1063         `elmo-folder-newsgroups'.
1064
1065 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
1066
1067         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
1068         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
1069         `wl-draft-config-sub-header-bottom'.
1070
1071 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1072
1073         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
1074         localnews folder.
1075
1076 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1077
1078         * wl-summary.el (wl-summary-mode): Undo last change.
1079
1080         * wl-folder.el (wl-folder-mode): Ditto.
1081
1082 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1083
1084         * wl-summary.el (wl-summary-mode): Locally set
1085         truncate-partial-window-width to nil.
1086         (for XEmacs)
1087
1088         * wl-folder.el (wl-folder-mode): Ditto.
1089
1090 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1091
1092         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
1093
1094 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
1095
1096         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
1097         number.
1098
1099         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
1100
1101         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
1102
1103         * Version number is increased to 2.7.6.
1104
1105 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1106
1107         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
1108
1109 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
1110
1111         * wl-summary.el (wl-summary-sync-update): Enclose network
1112         related portion with `unwind-protect'.
1113
1114 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
1117
1118 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
1119
1120         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
1121         element.
1122         * wl-vars.el (wl-message-body-button-alist): Ditto.
1123
1124         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
1125         max match length.
1126         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
1127
1128         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
1129         for the max match length;
1130         Use 4th element value for the button string regexp group.
1131
1132         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
1133         candidate exists, prompt to select.
1134
1135 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1136
1137         * wl-summary.el (wl-summary-jump-to-msg): Search before
1138         calibration point by `beginning-of-line'.
1139
1140 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1141
1142         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
1143         for access group.
1144
1145 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
1146
1147         * wl-message.el (wl-message-display-internal): Bind
1148         `default-mime-charset'.
1149
1150         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
1151
1152         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
1153
1154         * Version number is increased to 2.7.5.
1155
1156 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-expire.el (wl-summary-archive): Fixed;
1159         Use `elmo-folder-name-internal'.
1160
1161 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
1164         from `elmo-folder-move-messages' caller.
1165         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1166
1167         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
1168         related portions are changed).
1169
1170 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1171
1172         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
1173         counter.
1174
1175 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1176
1177         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
1178         buffer local and set it to nil.
1179
1180         * wl-message.el (wl-message-redisplay): Ditto.
1181
1182 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1183
1184         * wl-summary.el (wl-summary-mark-as-important): If message is
1185         already cached, set messag as read, otherwise encache and mark as read.
1186
1187 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1188
1189         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
1190         point-min.
1191
1192 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
1195         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
1196         a keymap.
1197
1198 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
1199
1200         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
1201         parent.
1202
1203         * wl-mule.el (wl-message-define-keymap): Ditto.
1204
1205         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
1206
1207         * wl-xmas.el (wl-message-display-internal-hook): Define.
1208         (wl-xmas-setup-message-toolbar): Define as function.
1209         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
1210         (wl-message-overload-functions): Abolished.
1211         (wl-message-define-keymap): New function.
1212
1213         * wl-vars.el (wl-message-display-internal-hook): New variable.
1214         (wl-message-header-button-alist): New variable (Renamed from
1215         wl-highlight-message-header-button-alist).
1216         (wl-message-body-button-alist): Ditto.
1217
1218         * wl-mule.el (wl-message-define-keymap): New function.
1219         (wl-message-overload-functions): Abolished.
1220
1221         * wl-message.el (wl-message-add-buttons-to-body): New function.
1222         (wl-message-redisplay): Don't call wl-message-overload-functions;
1223         Call wl-message-add-buttons-to-header and
1224         wl-message-add-buttons-to-body.
1225         (wl-message-display-internal): Set keymap argument for
1226         elmo-mime-display-as-is, elmo-mime-message-display;
1227         Run wl-message-display-internal-hook.
1228         (wl-message-refer-article-or-url): Abolished.
1229
1230         * wl-highlight.el (wl-highlight-headers): Don't call
1231         wl-highlight-message-add-buttons-to-header.
1232         (wl-highlight-message-add-buttons-to-header): Abolished.
1233
1234
1235         * wl-e21.el (wl-message-display-internal-hook): Define.
1236         (wl-e21-setup-toolbar): Deleted duplicated binding.
1237         (wl-e21-setup-message-toolbar): Define as function.
1238         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
1239         (wl-message-define-keymap): New function.
1240         (wl-message-overload-functions): Abolished.
1241
1242 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
1243
1244         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
1245         and elmo-folder-close.
1246
1247         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
1248
1249 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1250
1251         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
1252         boolean value.
1253         * wl-draft.el (wl-draft-do-fcc): Ditto.
1254
1255 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
1256
1257         * wl-vars.el (wl-fcc-force-as-read): New variable.
1258         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
1259         mark copied message as read.
1260
1261 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
1262
1263         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
1264
1265 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1266
1267         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
1268         `wl-summary-target-above' instead of obsolete variable
1269         `wl-summary-temp-above'.
1270
1271         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
1272         instead of `make-obsolete-variable'.
1273         * wl-refile.el (toplevel): Ditto.
1274
1275 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1276
1277         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
1278         with third argument t.
1279         (wl-draft): Set first argument for wl-plugged-init as t.
1280
1281         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
1282         definition.
1283
1284 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1285
1286         * wl-vars.el: Tabify.
1287         (wl-biff-notify-hook): Use `ding' instead of `beep'.
1288
1289         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
1290         message.
1291
1292 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1293
1294         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
1295         and set default to beep.
1296
1297 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1298
1299         * wl-vars.el (wl-draft-truncate-lines): New variable.
1300
1301         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
1302         instead of wl-message-truncate-lines for truncate-lines.
1303
1304 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
1305
1306         * wl-message.el (wl-message-display-internal): Call
1307         `wl-highlight-message' after `elmo-mime-display-as-is'.
1308
1309         * wl-mime.el (wl-mime-display-text/plain): New function.
1310         (wl-mime-display-header): Ditto.
1311         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
1312         body-presentation-method for text/plain;
1313         Register `wl-mime-display-header' as a header-presentation-method;
1314         Don't set up `elmo-message-text-content-inserted-hook' and
1315         `elmo-message-header-inserted-hook'.
1316
1317         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
1318         variable.
1319         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
1320         as t if flag is 'all-header;
1321         Don't bind `elmo-message-ignored-field-list',
1322         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
1323
1324 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
1327         for xemacs with non-mule environment.
1328
1329 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1330
1331         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
1332         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
1333         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
1334
1335 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1336
1337         * wl-vars.el (wl-interactive-send): Set default value as t.
1338
1339 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1340
1341         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
1342         (wl-addrmgr-method-list): Abolished.
1343         (wl-addrmgr-change-method): Follow above change.
1344
1345         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
1346
1347 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1348
1349         * wl-vars.el (wl-message-truncate-lines): Change default value
1350         to default-truncate-lines.
1351
1352         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
1353
1354 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1355
1356         * wl-vars.el (wl-message-truncate-lines): New variable.
1357
1358         * wl-message.el (wl-message-redisplay): Set truncate-lines using
1359         wl-message-truncate-lines.
1360
1361 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1362
1363         * wl-acap.el (wl-acap-init): Remove period from error message.
1364         (wl-acap-find-acap-service): Remove period from message.
1365
1366 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
1367
1368         * wl.el (wl-check-environment): Undo last change.
1369
1370         * wl-vars.el (wl-from): Changed default value.
1371
1372         * wl-util.el (toplevel): Don't require tm-edit.
1373
1374         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
1375         `wl-folder-init';
1376         Don't set mark on mail body.
1377         (wl-draft-reedit): Ditto.
1378
1379         * wl-address.el (wl-address-quote-specials): Define as an alias for
1380         elmo-address-quote-specials.
1381
1382 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1383
1384         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
1385
1386         * wl-vars.el (wl-from): Set default value as nil.
1387         (wl-organization): Set default value as ORGANIZATION environment
1388         variable.
1389
1390         * wl-draft.el (wl-smtp-extension-bind): Check value of
1391         wl-smtp-connection-type.
1392
1393         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
1394         error.
1395
1396 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1397
1398         * Version number is increased to 2.7.4.
1399
1400         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
1401         arguments from `wl-highlight-x-face-function' caller.
1402         Use x-face-1.3.6.12 or later.
1403
1404 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
1405
1406         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
1407
1408 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
1409
1410         * wl-vars.el (wl-summary-width): Fix type to accept nil.
1411         (wl-fcc): Fix to accept function.
1412         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
1413
1414 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1415
1416         * wl-acap.el (toplevel): Added `product-provide' declare.
1417         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
1418
1419 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
1420
1421         * wl.el (wl): Changed order of calling `elmo-init'
1422         and `elmo-folder-init'.
1423
1424 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1425
1426         * wl-mime.el (wl-summary-burst): Extract message when content-type
1427         of root entity is not only `multipart' but also `message/rfc822'.
1428         (wl-summary-burst-subr): Ditto.
1429
1430 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
1431
1432         * wl-vars.el (toplevel): Require 'custom.
1433         (wl-trash-folder): Added to `wl-setting' group.
1434
1435         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
1436         exists.
1437         (wl-addrmgr-draw): Insert empty line when no entry exists.
1438
1439         * wl-mule.el (wl-message-wheel-up): Fixed.
1440         (wl-message-wheel-down): Ditto.
1441
1442 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1443
1444         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
1445         config is an anonymous lambda expression.
1446
1447 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
1450         when Mule 2 is running.
1451
1452 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
1453
1454         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
1455
1456 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
1457
1458         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
1459         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
1460
1461         * wl-address.el (wl-address-specials-regexp): Eliminated.
1462         (wl-address-quote-specials): Rewrite.
1463
1464 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
1467         shy-groups for regexp.
1468
1469         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
1470         character classes and Perl style shy-groups for regexp.
1471         (wl-highlight-plugged-current-line): Use Posix style character
1472         classes for regexp.
1473         (wl-e21-highlight-folder-by-numbers): Ditto.
1474         (wl-e21-display-image-p): Use `display-images-p' instead of
1475         `display-graphic-p'.
1476         (display-images-p): Make an alias to `display-graphic-p' if it is
1477         not available.  It is for Emacs version prior to 21.0.105.
1478
1479         * wl-demo.el (wl-demo): Use `display-images-p' instead of
1480         `display-graphic-p'.
1481         (wl-demo-image-type-alist): Ditto.
1482         (display-images-p): Make an alias to `display-graphic-p' if it is
1483         not available.  It is for Emacs version prior to 21.0.105.
1484
1485 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1486
1487         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
1488         support.
1489         (wl-generate-user-agent-string): Ditto.
1490
1491         * wl-version.el (wl-version): Update docsting.
1492         (wl-version-status): Ditto.
1493
1494 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1495
1496         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
1497         21.0.105.  For Emacs 21.0.104 or earlier.
1498
1499 2001-09-03  Takuo KITAME <kitame@northeye.org>
1500
1501         * wl-e21.el (wl-plugged-init-icons): Use
1502         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
1503         (wl-biff-init-icons): Ditto.
1504
1505 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1506
1507         * wl-highlight.el (wl-highlight-summary-current-line):
1508         Fixed highlighting refile/copy destination.
1509
1510         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
1511         (wl-acap-store): Encode string by wl-acap-coding-system.
1512
1513 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
1514
1515         * wl-acap.el (toplevel): Check and require 'un-define before
1516         'xemacs-ucs;
1517          Added checking for UTF-2000.
1518
1519 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
1520
1521         * wl-acap.el (toplevel): Require 'un-define before 'wl;
1522         Don't enclose with `eval-and-compile'.
1523
1524         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
1525         wl-init is non-nil.
1526
1527         * wl-draft.el (wl-draft): Ditto.
1528
1529         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
1530
1531         * wl-acap.el (toplevel): Require 'wl.
1532         (wl-acap-store): Call `elmo-init'.
1533
1534         * wl.el (wl): Changed position of `wl-check-environment'.
1535         (toplevel): Added autoload setting for wl-acap.
1536
1537         * wl-vars.el (wl-setting): New custom group.
1538         (wl-from): Added wl-setting group.
1539         (wl-user-mail-address-list): Ditto.
1540         (wl-organization): Ditto.
1541         (wl-subscribed-mailing-list): Ditto.
1542         (wl-envelope-from): Ditto.
1543         (wl-smtp-posting-user): Ditto.
1544         (wl-smtp-posting-server): Ditto.
1545         (wl-smtp-posting-port): Ditto.
1546         (wl-smtp-authenticate-type): Ditto.
1547         (wl-pop-before-smtp-user): Ditto.
1548         (wl-pop-before-smtp-server): Ditto.
1549         (wl-pop-before-smtp-port): Ditto.
1550         (wl-pop-before-smtp-authenticate-type): Ditto.
1551         (wl-nntp-posting-server): Ditto.
1552         (wl-nntp-posting-user): Ditto.
1553         (wl-nntp-posting-port): Ditto.
1554         (wl-fetch-confirm-threshold): Ditto.
1555         (wl-prefetch-threshold): Ditto.
1556         (wl-thread-insert-opened): Ditto.
1557         (wl-ldap-server): Ditto.
1558         (wl-ldap-port): Ditto.
1559         (wl-ldap-base): Ditto.
1560         (wl-ldap-objectclass): Ditto.
1561         (wl-use-ldap): Ditto.
1562         (wl-draft-config-alist): Ditto.
1563         (wl-draft-config-matchone): Ditto.
1564         (wl-template-alist): Ditto.
1565         (wl-message-sort-field-list): Ditto.
1566         (wl-message-ignored-field-list): Ditto.
1567         (wl-message-visible-field-list): Ditto.
1568         (wl-interactive-send): Ditto.
1569         (wl-summary-move-order): Ditto.
1570         (wl-auto-select-first): Ditto.
1571         (wl-auto-select-next): Ditto.
1572         (wl-interactive-save-folders): Ditto.
1573
1574         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
1575         Initialization codes are moved from wl-local-folder-init.
1576         (wl-local-folder-init): Follow the change above.
1577         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
1578
1579         * wl-acap.el: New file.
1580
1581         * Version number is increased to 2.7.3.
1582
1583 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
1584
1585         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
1586
1587 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
1588
1589         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
1590         (wl-addrmgr-address-entry-list): Ditto.
1591
1592 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
1593
1594         * wl-e21.el (wl-draft-mode-map): Removed binding for
1595         `wl-draft-insert-x-face-field'.
1596
1597         * wl-mule.el (wl-draft-mode-map): Ditto.
1598
1599         * wl-xmas.el (wl-draft-mode-map): Ditto.
1600
1601         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
1602         (wl-cs-autoconv): Ditto.
1603         (wl-cs-local): Ditto.
1604         (wl-use-scoring): Ditto.
1605         (wl-mime-charset): Ditto.
1606         (wl-folder-check-async): Ditto.
1607
1608         * wl.el (toplevel): Ignore nemacs and tm.
1609         (wl-exit): Ditto.
1610
1611         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
1612         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
1613         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
1614         instead of wl-address-petname-add-or-change.
1615         (wl-summary-edit-addresses-subr): Use wl-address-delete
1616         instead of wl-address-petname-delete.
1617
1618         * wl-util.el (wl-as-coding-system): Ignore nemacs.
1619
1620         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
1621         if error occured.
1622
1623         * wl-message.el (require): Remove tm support.
1624
1625         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
1626
1627         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
1628         (wl-folder-jump-to-current-entity): Ditto.
1629         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
1630
1631         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
1632         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
1633         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
1634
1635         * wl-mule.el (wl-draft-key-setup): Ditto.
1636
1637         * wl-xmas.el (wl-draft-key-setup): Ditto.
1638
1639         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
1640         (wl-draft-std11-parse-addresses): New function.
1641         (wl-draft-parse-mailbox-list): Use it.
1642         (wl-draft): Ignore nemacs.
1643         (wl-draft-reedit): Ditto.
1644
1645         * wl-addrmgr.el: New file.
1646         (Original is wl-rcpt.el written by
1647         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
1648         Thanks Kitamoto-san.)
1649
1650         * wl-address.el (wl-address-make-address-list): Modified parsing
1651         process.
1652         (wl-address-delete): Renamed from `wl-address-petname-delete';
1653         Modify wl-address-list too.
1654         (wl-address-add-or-change): Renamed from
1655         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
1656
1657 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
1658
1659         * wl-highlight.el (wl-highlight-summary-current-line):
1660           Work with transient-mark-mode
1661
1662 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
1663
1664         * Version number is increased to 2.7.2.
1665
1666         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
1667         instead of elmo-dop-queue-method.
1668
1669 2001-08-06  SAITO Atsunori <sai@yedo.com>
1670
1671         * wl-vars.el (wl-ldap-objectclass): New user option.
1672
1673         * wl-address.el (wl-ldap-make-filter): Use it.
1674
1675 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1676
1677         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
1678
1679 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1680
1681         * wl-folder.el (wl-folder): redisplay after folder insertion.
1682
1683         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
1684
1685         * wl-summary.el (wl-summary-sync-update):
1686         Change status mark only when new-msgdb exists.
1687         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
1688
1689 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
1690
1691         * wl-summary.el (wl-summary-open-folder): New function.
1692         (wl-summary-goto-folder-subr): Use it.
1693         (wl-summary-mark-as-important): Fix;
1694         Encache only when no cache exists.
1695
1696 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1697
1698         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
1699         Use with-current-buffer.
1700
1701 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1702
1703         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
1704         before call `get-buffer'. Fixed parenthesis.
1705         (wl-score-get-header-entry): Clear message and help window when
1706         keyboard quit.
1707         (wl-score-edit-insert-header): Ditto.
1708
1709 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1710
1711         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
1712         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
1713         (wl-default-draft-cite): Fix.
1714
1715         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
1716         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
1717
1718 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
1719
1720         * wl-message.el (wl-message-prev-page): Do same bahavior
1721         as summary when it is called in the message buffer.
1722         (wl-message-next-page): Ditto.
1723
1724 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
1725
1726         * wl-summary.el (wl-summary-forward): Use cache if it is not
1727         section cache.
1728
1729 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
1730
1731         * wl-vars.el: Changed file coding system to ISO-2022-JP.
1732         Removed redundant require of elmo-vars.
1733         (wl-biff-state-indicator-on): Changed default value for
1734         xemacs with non-mule environment.
1735
1736         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
1737         wl-message-buffer is nil;
1738         Hide progress bar after moving messages.
1739
1740 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
1741
1742         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
1743         message at cursor point is deleted.
1744
1745 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
1746
1747         * wl-vars.el: Changed file coding system to euc-japan.
1748         Added -*-coding:-*- magic to the first line.
1749
1750         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
1751         Search parent from the first message.
1752
1753         * Version number is increased to 2.7.1.
1754
1755 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
1756
1757         * wl-vars.el: Fix file coding system to ISO-2022-JP.
1758
1759 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
1760
1761         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
1762         refile/delete execution.
1763
1764         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
1765         Fixed docstring.
1766
1767 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
1768
1769         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
1770         do update process;
1771         Don't update marks when update process is interrupted.
1772
1773 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
1774
1775         * wl-summary.el (wl-summary-reply): Fixed problem when
1776         wl-draft-use-frame is non-nil.
1777         (wl-summary-forward): Ditto.
1778
1779         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
1780         as nil.
1781         (wl-folder-mark-as-read-all-entity): Ditto.
1782         (wl-folder-prefetch-entity): Ditto.
1783
1784         * wl.el (wl): Check environment before wl-init.
1785
1786         * wl-summary.el (wl-summary-collect-unread): Eliminated.
1787         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
1788         instead of wl-summary-collect-unread.
1789         (wl-summary-reply): Split message window.
1790
1791 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
1792
1793         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
1794         only if current language environment is japanese,
1795
1796         * wl-folder.el (wl-folder-jump-to-current-entity): Call
1797         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
1798         (wl-folder-goto-folder-subr): Ditto.
1799
1800         * wl-draft.el (wl-draft-dispatch-message): Call
1801         `elmo-file-cache-get-path'.
1802
1803 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
1804
1805         * wl-summary.el (wl-summary-cursor-move): If return value of
1806         wl-summary-next-message is not number, don't jump.
1807
1808 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
1809
1810         * wl-summary.el (wl-summary-buffer-next-message-function): New
1811         variable.
1812         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
1813         if it is bound.
1814
1815         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
1816         string.
1817
1818         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
1819         (wl-plugged-drawing): Ditto.
1820
1821 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
1822
1823         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
1824         process.
1825         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
1826         with unwind-protect.
1827
1828         * wl.el (wl-init): Require mime-setup.
1829         (wl-check-environment): Don't require mime-setup.
1830
1831         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
1832         instead of elmo-folder-type.
1833
1834         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
1835         value as nil.
1836
1837 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
1838
1839         * Version number is increased to 2.7.0.
1840
1841         * wl-version.el (wl-version): Changed codename.
1842
1843         * wl-summary.el (wl-summary-delete-cache): Fixed.
1844
1845         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
1846         Workaround for net folders.
1847         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
1848
1849         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
1850         value to nil (According to the patch from
1851         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
1852
1853         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
1854         of elmo-folder-close.
1855
1856 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
1857
1858         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
1859         for postfix.
1860
1861 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
1862
1863         * wl-summary.el (wl-summary-resend-message): Fixed.
1864
1865         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
1866         Call wl-draft with `from' argument if its address is included in
1867         `wl-user-mail-address-list'.
1868         (wl-draft): Added `from' argument.
1869
1870         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
1871         non-nil.
1872         (wl): Don't show demo if wl-demo is nil.
1873
1874         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
1875         wl-summary-use-frame.
1876
1877         * wl-vars.el (wl-summary-use-frame): New user option.
1878         (wl-folder-use-frame): Changed docstring.
1879
1880         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
1881         non-nil.
1882         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
1883         wl-summary-use-frame.
1884
1885         * wl-vars.el (wl-folder-use-frame): New user option.
1886
1887         * wl-summary.el (wl-summary-exit): Back to folder frame if
1888         wl-folder-use-frame is non-nil.
1889         (wl-summary-redisplay-internal): Ignore cache if current folder
1890         is draft folder,
1891         (wl-summary-redisplay-no-mime): Ditto.
1892         (wl-summary-redisplay-all-header): Ditto.
1893
1894         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
1895         if wl-folder-use-frame is non-nil.
1896
1897 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
1898
1899         * wl-summary.el (wl-summary-sync-update): Bind
1900         elmo-folder-update-threshold.
1901         (wl-summary-mark-as-important): Enclosed server mark processing
1902         with `save-match-data'.
1903
1904         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
1905         only when it is already defined.
1906
1907 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1908
1909         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
1910         name of folder exclude localdir is wrong.
1911         * wl-folder.el (wl-folder-sync-entity):
1912         Set `wl-summary-always-sticky-folder-list' as nil.
1913         (wl-folder-mark-as-read-all-entity): Ditto.
1914         (wl-folder-prefetch-entity): Ditto.
1915
1916 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
1917
1918         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
1919         instead of `wl-summary-write-current-newsgroup'.
1920
1921 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1922
1923         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
1924         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
1925         non-nil and selected message is important, do not display.
1926
1927 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
1928
1929         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
1930
1931 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
1932
1933         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
1934
1935         * wl-summary.el (wl-summary-mark-as-important): Set message number
1936         using wl-summary-message-number.
1937
1938 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
1941         destination folder is 'null.
1942
1943 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
1944
1945         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
1946         New function.
1947         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
1948         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
1949         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
1950
1951 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
1952
1953         * wl-mime.el (wl-mime-setup): Added setting for
1954         `mime-setup-signature-key-alist' to avoid overriding key bind for
1955         `wl-draft-send'.
1956
1957         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
1958         for `wl-draft-send'.
1959         * wl-mule.el (wl-draft-overload-functions): Ditto.
1960         * wl-xmas.el (wl-draft-overload-functions): Ditto.
1961         * wl-draft.el (wl-draft-send): Ditto.
1962
1963         * wl-message.el (wl-message-display-internal):
1964         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
1965         (Patch is provided by <kita@coe.nttdata.co.jp>).
1966
1967 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
1968
1969         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
1970
1971 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
1972
1973         * wl.el (wl): Fix for wl-demo.
1974
1975 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
1976
1977         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
1978
1979 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
1980
1981         * wl-folder.el (wl-folder-prefetch-entity): Use
1982         `wl-folder-get-elmo-folder'.
1983         (wl-folder-count-incorporates): Do not use
1984         `wl-folder-get-elmo-folder'.
1985
1986 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
1987
1988         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
1989         instead of `elmo-folder-get-type'.
1990
1991 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1992
1993         * wl-summary.el (wl-summary-write-current-folder): Set cursor
1994         position on Subject: field.
1995         (Advised by Mito <mit@nines.nec.co.jp>)
1996
1997 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1998
1999         * wl-folder.el (wl-folder-prefetch-entity): Use
2000         `wl-folder-get-elmo-folder'.
2001
2002 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
2003
2004         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
2005
2006         * wl-summary.el (wl-summary-buffer-set-folder): Set up
2007         `process-duplicates' slot.
2008
2009         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
2010         if detection failed.
2011
2012 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2013
2014         * wl-version.el (wl-version-status): Set to "alpha".
2015
2016 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
2017
2018         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
2019         Check wl-message-buffer lives before set-buffer.
2020
2021 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2022
2023         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
2024         called in folder mode.
2025         * wl-var.el (wl-summary-exit-pre-hook): New variable.
2026         * wl-summary.el (wl-summary-exit-pre-hook): Run
2027         `wl-summary-exit-pre-hook' before exit summary mode.
2028
2029 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2030
2031         * wl-version.el (wl-version-status): New variable.
2032         (wl-version-status-alist): Removed.
2033         (wl-version-status): Rule included.
2034
2035 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
2036
2037         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
2038         @sponichi.
2039
2040         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
2041         when `mail-reply-buffer' is buffer-local variable.
2042         (Reported by <kita@coe.nttdata.co.jp>).
2043
2044 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
2045
2046         * wl-vars.el (toplevel): Require 'elmo-util.
2047
2048 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
2049
2050         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
2051         (All other related portions are changed)
2052
2053         * wl.el (wl-plugged-change): Use '<' instead of '<='.
2054
2055         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
2056
2057 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2058
2059         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
2060
2061 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
2062
2063         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
2064         Delete other windows to avoid an error.
2065         Use `point-marker' instead of `point' to remember the start point
2066         of body.
2067
2068         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
2069
2070         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
2071         number not to exceed all message number.
2072
2073 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2074
2075         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
2076         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
2077
2078 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
2079
2080         * wl-summary.el (wl-summary-sync-force-update): Added argument
2081         no-check.
2082         (wl-summary-sync-update): Ditto.
2083         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
2084         with `no-check'.
2085
2086         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
2087         (wl-message-buffer-prefetch-next): Don't run timer if timer is
2088         already running.
2089
2090 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2091
2092         * wl-expire.el (wl-expire-archive-get-folder): Added argument
2093         `dst-folder-arg'.
2094         (wl-expire-archive-number1): Diito.
2095         (wl-expire-archive-number2): Diito.
2096         (wl-expire-archive-Date): Diito.
2097         (wl-archive-number1): Diito.
2098         (wl-archive-number2): Diito.
2099         (wl-archive-date): Diito.
2100         (wl-archive-folder-p): New function.
2101         (wl-summary-expire): Support of expand folder name at
2102         wl-expire-alist.
2103         * wl-util.el (wl-expand-newtext): Renamed from
2104         `wl-refile-expand-newtext'.
2105
2106 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2107
2108         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
2109         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
2110         `(elmo-msgdb-get-overview msgdb)'.
2111         (wl-summary-prefetch): Bind match data before call
2112         `wl-summay-prefetch-msg'.
2113         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
2114         'off if `wl-summary-buffer-disp-msg' is non-nil.
2115         Fixed problem that couldn't show only one new or unread message when
2116         enter folder.
2117         (wl-summary-reply): Don't call `split-window-vertically' and other
2118         window.
2119
2120 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
2121
2122         * wl-expire.el (wl-expire-refile): Fixed.
2123
2124 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2125
2126         * wl-vars.el (wl-biff-unnotify-hook): New variable.
2127
2128         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
2129         biff notification is removed.
2130
2131         * wl.el (wl): Changed position of `elmo-init'.
2132
2133         * wl-draft.el (wl-default-draft-cite): Use date field
2134         on the citation buffer.
2135
2136         * wl-vars.el (wl-shimbun-folder-icon): New variable.
2137
2138         * wl-xmas.el (wl-folder-internal-icon-list): Added
2139         `wl-folder-shimbun-image'.
2140
2141         * wl-e21.el (wl-folder-internal-icon-list): Added
2142         `wl-folder-shimbun-image'.
2143
2144 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
2145
2146         * wl.el (wl-init): Eliminated argument.
2147         (wl): Rewrite.
2148
2149         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
2150         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
2151         instead of `elmo-folder-msgdb-internal'.
2152         (wl-summary-sync-update): Ditto.
2153         (wl-summary-flush-pending-append-operations): Eliminated.
2154         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
2155         (wl-summary-goto-folder-subr): Set load-msgdb argument of
2156         `elmo-folder-open'.
2157
2158         * wl-mime.el (wl-summary-burst): Fixed.
2159
2160         * wl-folder.el (wl-folder-info-save): Check data type.
2161
2162         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
2163         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
2164         instead of `elmo-folder-msgdb-internal'.
2165         (wl-expire-hide): Ditto.
2166
2167
2168         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
2169
2170 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2171
2172         * wl-folder.el (wl-folder-write-current-folder): Support petname.
2173
2174 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
2175
2176         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
2177
2178 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2179
2180         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
2181         Fixed `match-beginning' argument mismatch.
2182
2183 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
2184
2185         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
2186         the default value.
2187
2188 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
2189
2190         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
2191         instead of `elmo-nntp-default-port'.
2192
2193         * wl-vars.el: Fixed some doc strings.
2194
2195 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
2196
2197         * wl-summary.el (wl-summary-prefetch-msg): Use
2198         `elmo-msgdb-overview-get-entity' instead of `assoc'.
2199
2200         * wl-vars.el: Define *-func as obsolete variable using
2201         `elmo-define-obsolete-variable'.
2202
2203         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
2204         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
2205         instead of `wl-message-buffer-prefetch-threshold'.
2206
2207         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
2208
2209         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
2210
2211         * wl-draft.el (wl-caesar-region-func): Ditto.
2212
2213         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
2214         Keep unread status in elmo-folder-move-messages.
2215         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
2216
2217 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2218
2219         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
2220         `wl-summary-buffer-exit-func'
2221         (wl-summary-buffer-message-redisplay-function): Renamed from
2222         `wl-summary-buffer-message-redisplay-func'
2223         (wl-summary-buffer-next-folder-function): Renamed from
2224         `wl-summary-buffer-next-folder-func'.
2225         (wl-summary-buffer-prev-folder-function): Renamed from
2226         `wl-summary-buffer-prev-folder-func'.
2227         (wl-summary-get-petname-function): Renamed from
2228         `wl-summary-get-petname-func'.
2229
2230         * wl-score.el (wl-score-edit-exit-function): Renamed from
2231         `wl-score-edit-exit-func'.
2232
2233         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
2234         Renamed from `wl-message-buffer-prefetch-get-next-function'.
2235
2236         * wl-util.el (wl-load-profile-function): Renamed from
2237         `wl-load-profile-func'.
2238
2239         * wl-folder.el (wl-folder-completion-function): Renamed from
2240         `wl-folder-completion-func'.
2241         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
2242
2243         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
2244         `wl-expire-archive-get-folder-func'.
2245         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
2246         (wl-draft-send-mail-function): Renamed from
2247         `wl-draft-send-mail-func'.
2248         (wl-draft-send-news-function): Renamed from
2249         `wl-draft-send-news-func'.
2250         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
2251         (wl-generate-mailer-string-function): Renamed from
2252         `wl-generate-mailer-string-func'.
2253         (wl-highlight-signature-search-function): Renamed from
2254         `wl-highlight-signature-search-func'.
2255         (wl-highlight-x-face-function): Renamed from
2256         `wl-highlight-x-face-func'
2257         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
2258         (wl-ps-print-buffer-function): Renamed from
2259         `wl-ps-print-buffer-func'
2260         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
2261         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
2262         (wl-summary-subject-filter-function): Renamed from
2263         `wl-summary-subject-filter-func'.
2264
2265         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
2266         `wl-draft-queue-flush-send-func'
2267         (wl-draft-cite-function): Renamed from
2268         `wl-draft-cite-func'
2269
2270         * wl-address.el (wl-address-init-function): Renamed from
2271         `wl-address-init-func'.
2272
2273 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
2274
2275         * wl-draft.el (wl-draft-queue-flush): Don't call
2276         `elmo-dop-unlock-message'.
2277         * wl-draft.el (wl-draft-queue-append): Don't call
2278         `elmo-dop-lock-message'.
2279
2280         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
2281         (wl-summary-buffer-folder-name): Ditto.
2282         (wl-summary-message-regexp): Added '-' (all other related portions
2283         are changed).
2284         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
2285         wl-summary-buffer-folder-name.
2286
2287 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
2288
2289         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
2290         the number of mails in the folder buffer is not updated by wl-biff.
2291
2292 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
2293
2294         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
2295         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
2296
2297 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
2298
2299         * wl-summary.el (wl-summary-next-message):
2300         Return next message number when wl-summary-move-order is nil.
2301
2302 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
2303
2304         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
2305         `wl-summary-move-spec-alist'.
2306         (wl-summary-move-spec-unplugged-alist): New variable
2307         (Move spec for unplugged status).
2308         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
2309         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
2310
2311 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
2312
2313         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
2314         * wl-mule.el (wl-draft-overload-menubar): Ditto.
2315
2316 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
2317
2318         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
2319         simple quotation to quote the anonymous function.
2320         * tm-wl.el (wl-draft-preview-message): Ditto.
2321
2322 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
2323
2324         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
2325         Eliminate redundant `save-excursion'.
2326         (wl-highlight-summary-current-line): Ditto.
2327
2328         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
2329         accessing match data when `looking-at' failed.
2330
2331         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
2332         `elmo-match-string' where users don't care about the speed.
2333         (wl-draft-save): Ditto.
2334
2335 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
2336
2337         * wl-util.el (wl-regexp-opt): New function.
2338
2339         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
2340         number from `wl-summary-buffer-number-list'.
2341         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
2342         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
2343         (wl-summary-move-spec-alist): Changed default setting.
2344
2345 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2346
2347         * wl-vars.el (wl-biff-notify-hook): New hook.
2348         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
2349         the arrival of new mail.
2350         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
2351         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
2352
2353 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
2354
2355         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
2356
2357 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2358
2359         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
2360
2361         * Version number is increased to 2.5.8.
2362
2363         * wl-thread.el (toplevel): require 'cl.
2364         (wl-thread-resume-entity): Call wl-thread-make-number-list.
2365         (wl-thread-make-number-list): New function.
2366         (wl-thread-entity-make-number-list-from-children): Ditto.
2367         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
2368         (wl-thread-entity-insert-as-children): Likewise.
2369         (wl-thread-delete-message): Likewise.
2370         (wl-meaning-of-mark): Eliminated.
2371         (wl-thread-next-failure-mark-p): Ditto.
2372         (wl-thread-entity-get-mark): Ditto.
2373         (wl-thread-meaning-alist-get-result): Ditto.
2374         (wl-thread-entity-check-prev-mark): Ditto.
2375         (wl-thread-entity-check-next-mark): Ditto.
2376         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
2377         (wl-thread-entity-get-prev-marked-entity): Ditto.
2378         (wl-thread-get-prev-unread): Ditto.
2379         (wl-thread-jump-to-prev-unread): Ditto.
2380         (wl-thread-get-next-unread): Ditto.
2381         (wl-thread-jump-to-next-unread): Ditto.
2382         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
2383         (wl-thread-entity-get-next-marked-entity): Ditto.
2384
2385         * wl-summary.el (wl-summary-buffer-number-list):
2386         New bufer-local variable.
2387         (wl-summary-switch-to-clone-buffer): Clone
2388         `wl-summary-buffer-number-list'.
2389         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
2390         (wl-summary-cursor-move-regex): Eliminated.
2391         (wl-summary-cursor-up): Rewrite.
2392         (wl-summary-cursor-down): Ditto.
2393         (wl-summary-mode-spec-alist): New variable.
2394         (wl-summary-next-message): New inline function.
2395         (wl-summary-cursor-move): New function.
2396         (wl-summary-default-get-next-msg): Rewrite.
2397         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
2398         (wl-summary-rescan): Ditto.
2399         (wl-summary-sync-all-init): Ditto.
2400         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
2401         summary is not thread view.
2402         (wl-summary-sync-update): Ditto.
2403         (wl-summary-rescan): Ditto.
2404         (wl-summary-make-number-list): New function.
2405
2406         * wl-draft.el: "FCC" -> "Fcc".
2407
2408 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
2409
2410         * wl-highlight.el (wl-highlight-summary-window):
2411         Call `set-buffer-modified-p'.
2412
2413         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
2414         (wl): Call `elmo-init' and fix.
2415
2416         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
2417         Use new variables.
2418
2419         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
2420
2421 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2422
2423         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
2424
2425 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
2426
2427         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
2428
2429 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
2430
2431         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
2432         `wl-use-toolbar' nor `display-graphic-p'.
2433         (wl-e21-setup-message-toolbar): Ditto.
2434         (wl-e21-setup-summary-toolbar): Ditto.
2435         (wl-e21-setup-folder-toolbar): Ditto.
2436
2437         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
2438         (wl-plugged-init-icons): Ditto.
2439
2440         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
2441         `display-graphic-p'.
2442         (wl-plugged-set-folder-icon): Ditto.
2443         (wl-highlight-plugged-current-line): Ditto.
2444         (wl-highlight-folder-current-line): Ditto.
2445         (wl-e21-highlight-folder-group-line): Ditto.
2446         (wl-e21-setup-toolbar): Ditto.
2447         (wl-e21-display-image-p): New macro.
2448
2449         * wl-demo.el (wl-demo): Simplified.
2450         (wl-demo-image-type-alist): Use `image-type-available-p' for
2451         checking whether the image type `xbm' is available.
2452
2453 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2454
2455         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
2456         (wl-summary-input-range): Ditto.
2457
2458 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2459
2460         * wl-summary.el (wl-summary-edit-addresses): Use
2461         `wl-summary-get-original-buffer'
2462         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
2463         (wl-summary-jump-to-msg-by-message-id-via-nntp):
2464         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
2465         (wl-summary-get-newsgroups): Eliminated.
2466         (wl-summary-set-crosspost): Ditto.
2467         (wl-summary-is-crosspost-folder): Ditto.
2468         (wl-crosspost-alist-load): Ditto.
2469         (wl-crosspost-alist-save): Ditto.
2470
2471         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
2472         `elmo-setup-subscribed-newsgroups' instead of
2473         `elmo-nntp-make-groups-hashtb'.
2474         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
2475         instead of `wl-crosspost-alist-save'.
2476
2477         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
2478         of `elmo-folder-message-appendable-p'.
2479         (wl-mime-header-presentation-method): Eliminated.
2480
2481         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
2482         (Error occurs in emacs21).
2483
2484         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
2485         the current buffer).
2486
2487         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
2488         instead of `wl-crosspost-alist-save'.
2489         (wl-init): `elmo-crosspost-message-alist-load'
2490         instead of `wl-crosspost-alist-load'
2491
2492         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
2493         (wl-parse-newsgroups): Likewise.
2494         (wl-biff-notify): Run `wl-biff-notify-hook'.
2495
2496 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
2497
2498         * wl-vars.el (wl-summary-lazy-highlight): New variable.
2499
2500         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
2501         when `wl-summary-lazy-highlight' is non-nil.
2502         (wl-summary-goto-folder-subr): Highlight only when
2503         `wl-summary-lazy-highlight' is non-nil.
2504
2505         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
2506         Don't display progress and highlight temp-mark when
2507         `wl-summary-lazy-highlight' is non-nil.
2508         (wl-highlight-summary-window): New function.
2509         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
2510
2511 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
2512
2513         * wl-summary.el (wl-summary-sync): Change `all-visible'
2514         from `all-shown'
2515         (wl-summary-input-range): Ditto.
2516
2517 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
2518
2519         * wl-e21.el (wl-highlight-folder-current-line): Call
2520         `wl-folder-init-icons' when folder icons have not been initialized.
2521
2522         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
2523
2524         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
2525         (wl-demo-image-type-alist): New macro.
2526
2527 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
2528
2529         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
2530         display does not support graphics.
2531         (wl-plugged-init-icons): Ditto.
2532         (wl-folder-init-icons): Ditto.
2533
2534         * wl-demo.el (wl-demo): Chech closely whether the display
2535         supports graphics.
2536
2537 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2538
2539         * wl-summary.el (wl-summary-get-original-buffer): New function.
2540         (wl-summary-set-crosspost): Use it.
2541         (wl-summary-target-mark-uudecode): Ditto.
2542         (wl-summary-reedit): Ditto.
2543         (wl-summary-resend-bounced-mail): Ditto.
2544         (wl-summary-update-crosspost): Eliminated (It may be incorporated
2545         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
2546
2547         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
2548         (wl-message-display-internal): Ditto.
2549
2550 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
2551
2552         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
2553
2554 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
2555
2556         * wl-summary.el (wl-summary-save-view): Renamed from
2557         `wl-summary-save-status'.
2558
2559 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
2560
2561         * wl-summary.el (wl-summary-sync): Added `all-shown'
2562
2563 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
2564
2565         * wl-summary.el (wl-summary-input-range): Added `all-shown'
2566
2567 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
2568
2569         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
2570
2571 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
2572
2573         * wl-highlight.el (wl-highlight-summary-line-string): Use
2574         `zerop' instead of `= 0'.
2575         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
2576
2577         * wl-template.el (wl-template-next): Use `=' instead of `eq'
2578         for comparing numbers.
2579         (wl-template-prev): Use `zerop' instead of `eq 0'.
2580
2581         * wl-draft.el (wl-draft-insert-current-message): Use
2582         `with-current-buffer' instead of `save-excursion'.
2583         Use `zerop' instead of `eq 0'.
2584
2585 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
2586
2587         * wl-draft.el (wl-draft-insert-ccs): New function.
2588         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
2589         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
2590
2591 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
2592
2593         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
2594
2595 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
2596
2597         * wl-expire.el (wl-expire-refile): Don't call
2598         elmo-msgdb-add-msgs-to-seen-list;
2599         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
2600         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2601
2602 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
2603
2604         * wl-message.el (wl-message-prev-page): Ignore errors while
2605         scroll-down.
2606
2607 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
2608
2609         * wl-mime.el: Use elmo-original-message-mode instead of
2610         mmelmo-original-mode.
2611
2612         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
2613         `elmo-folder-get-spec';
2614         (wl-fldmgr-add-completion-all-completions):
2615         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
2616
2617         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
2618         of `elmo-folder-get-type'.
2619
2620         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
2621         `elmo-folder-get-spec';
2622         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
2623         Use `elmo-folder-append-message' instead of `elmo-append-msg';
2624         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
2625         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
2626         `elmo-read-msg-no-cache';
2627         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
2628         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
2629         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
2630         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
2631         `elmo-cache-save';
2632         (wl-draft-reedit): Use `elmo-message-file-name'.
2633
2634         * wl-expire.el: Use `elmo-folder-name-internal';
2635         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
2636         Use macro `wl-summary-buffer-msgdb' instead of variable
2637         `wl-summary-buffer-msgdb';
2638         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
2639         Use macro `wl-summary-buffer-folder-name' instead of variable
2640         `wl-summary-buffer-folder-name'.
2641         * wl-score.el: Likewise.
2642
2643         * wl-message.el: Rewrite for new message buffer cache mechanism.
2644         (wl-message-buffer-cache-buffer-get): New macro.
2645         (wl-message-buffer-cache-folder-get): Ditto.
2646         (wl-message-buffer-cache-message-get): Ditto.
2647         (wl-message-buffer-cache-entry-make): Ditto.
2648         (wl-message-buffer-cache-hit): Ditto.
2649         (wl-message-buffer-cache-sort): New function.
2650         (wl-message-buffer-cache-add): Ditto.
2651         (wl-message-buffer-cache-delete): Ditto.
2652         (wl-message-buffer-cache-clean-up): Ditto.
2653         (wl-message-buffer-window): Rewrite.
2654         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
2655         (wl-message-buffer-display): New function.
2656         (wl-message-display-internal): New function.
2657
2658 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
2659
2660         * wl-folder.el: Use `elmo-folder-name-internal';
2661         Use `wl-folder-get-elmo-folder';
2662         Use `elmo-folder-list-messages' instead of
2663         `elmo-list-folder';
2664         Use `elmo-folder-get-primitive-list' instead of
2665         `elmo-folder-get-primitive-spec-list';
2666         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
2667         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
2668         Use `elmo-folder-create' instead of `elmo-create-folder'.
2669         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
2670         (wl-folder-get-elmo-folder): New macro.
2671         (wl-folder-elmo-folder-cache-get): Ditto.
2672         (wl-folder-elmo-folder-cache-put): Ditto.
2673         (wl-folder-suspend): Call `elmo-quit'.
2674
2675         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
2676         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
2677         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
2678         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
2679         (toplevel): require 'cl.
2680         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
2681
2682         * wl-summary.el: Rewrite to use new elmo interface.
2683
2684 \f
2685 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
2686
2687         * wl-mime.el (wl-draft-preview-message):
2688         Run `wl-draft-send-hook' before collecting recipients information;
2689         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
2690
2691         * tm-wl.el (wl-draft-preview-message): Ditto.
2692
2693 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
2694
2695         * wl-mime.el (wl-draft-preview-message): Fixed problem that
2696         wrong receipients are displayed when forwarded message.
2697
2698 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2699
2700         * Version number is increased to 2.5.7.
2701
2702 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
2703
2704         * wl-message.el (wl-message-next-page): Bind
2705         `window-pixel-scroll-increment' to nil while scrolling up.
2706
2707 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2708
2709         * wl-vars.el (wl-save-hook): New hook.
2710         * wl.el (wl-save): Call `wl-save-hook'.
2711
2712 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2713
2714         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
2715         Argument WITH-ARG instead of NO-ARG (negative mean).
2716         (wl-draft-reply): WITH-ARG instead of NO-ARG.
2717         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
2718         * wl-message.el (wl-message-follow-current-entity): Likewise.
2719
2720 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2721
2722         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
2723         FROM was optional argument.
2724         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
2725
2726 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2727
2728         * Version number is increased to 2.5.6.
2729
2730 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2731
2732         * wl-version.el (wl-version-show): Removed.
2733         (wl-version): Add `interactive'.
2734
2735 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
2736
2737         * wl-summary.el (wl-summary-get-petname-func): New variable.
2738         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
2739         instead of `wl-address-get-petname-1'.
2740         (wl-summary-simple-from): Ditto.
2741
2742         * wl-address.el (wl-address-get-petname-1): Define as function.
2743
2744 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
2745
2746         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
2747         field in the original message.
2748         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
2749
2750 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
2751
2752         * wl-expire.el (wl-expire-hide):
2753         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
2754
2755 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
2756
2757         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
2758         find decoder for To, Cc, and Subject.
2759
2760 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
2761
2762         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
2763         for checking `elmo-use-buffer-cache'.
2764         (wl-summary-mark-as-important): Fixed typo in comment.
2765
2766 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
2767
2768         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
2769         field in the original message.
2770         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
2771
2772 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
2773
2774         * wl-expire.el (wl-expire-hide):
2775         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
2776
2777 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
2778
2779         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
2780         find decoder for To, Cc, and Subject.
2781
2782 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
2783
2784         * Version number is increased to 2.5.5.
2785
2786         * wl-address.el (wl-address-specials-regexp): New constant.
2787         (wl-address-quote-specials): Use it.
2788
2789 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
2790
2791         * wl-summary.el (wl-summary-rescan):
2792         Call `wl-summary-buffer-number-column-detect'.
2793         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
2794
2795         * wl-message.el (wl-message-mode-map): Define.
2796         (wl-message-decode): Use it as local-map.
2797
2798 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
2799
2800         * wl-score.el (wl-score-guess-like-gnus): Abolished.
2801         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
2802
2803 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
2804
2805         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
2806
2807         * wl-mule.el (wl-read-event-char): Ditto.
2808
2809         * wl-e21.el (wl-read-event-char): Ditto.
2810
2811         * wl-nemacs.el (wl-read-event-char): Ditto.
2812         (read-event): Removed.
2813
2814         * wl-util.el (toplevel): Removed dummy definition of
2815         `read-event'.
2816         (wl-read-event-char, wl-xmas-read-event-char): Removed.
2817
2818 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
2819
2820         * wl-nemacs.el (elmo-archive-call-process): Moved to
2821         elmo-archive.el.
2822
2823 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2824
2825         * wl-draft.el (wl-draft-reply-list-symbol): New function.
2826         (wl-draft-reply): Use it.  Fixed "No match field" error message.
2827
2828         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
2829         instead of magic-number 6.  Use `not' instead of `null' for symbol
2830         `nil' check (not empty list).
2831         (wl-draft-insert-x-face-field): Fixed paren style.
2832
2833         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
2834         one-branch conditional statement, instead of `and' and `if'.
2835         (wl-draft-forward): Likewise.
2836         (wl-draft-add-references): Likewise.
2837         (wl-draft-yank-from-mail-reply-buffer): Likewise.
2838
2839         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
2840         conditional steatment.  Use `cond' instead of `if'.
2841         (wl-draft-confirm): Likewise.
2842
2843 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2844
2845         * wl-version.el (wl-version-show): Use `product-string-1'
2846         instead of `wl-version'.
2847         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
2848
2849         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
2850
2851 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2852
2853         * wl-highlight.el (wl-highlight-headers): Revert
2854         `wl-highlight-x-face-func' argument (`beg' and `end').
2855
2856 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2857
2858         * wl.el (toplevel): Move `product-provide' declare.
2859         * wl-demo.el (toplevel): Ditto.
2860         * wl-dnd.el (toplevel): Ditto.
2861         * wl-highlight.el (toplevel): Ditto.
2862         * wl-message.el (toplevel): Ditto.
2863         * wl-refile.el (toplevel): Ditto.
2864         * wl-util.el (toplevel): Ditto.
2865
2866 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2867
2868         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
2869         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
2870         (wl-thread-close-all): keep cursor position.
2871
2872 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2873
2874         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
2875         (eq x 0).
2876         (wl-generate-user-agent-string-1): Fix conditional statement.
2877
2878 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
2879
2880         * wl.el (wl-check-environment): Additional check for
2881         'wl-local-domain' and `wl-message-id-domain'.
2882
2883 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
2884
2885         * wl-draft.el (toplevel): Delete defvar for sasl-*.
2886
2887 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
2888
2889         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
2890         instead of `smtp-sasl-user-realm'.
2891
2892 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
2893
2894         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
2895
2896 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
2897
2898         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
2899         to the default value as well as `eword-lexical-analyzer'.
2900
2901 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2902
2903         * wl-version.el (wl-extended-emacs-version,
2904         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
2905         `elmo-match-string' instead of `wl-match-string'.
2906
2907 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2908
2909         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
2910         docstring.
2911
2912 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
2913
2914         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
2915
2916 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2917
2918         * wl-highlight.el (wl-highlight-headers): Remove
2919         `wl-highlight-x-face-func' argument (`beg' and `end').
2920
2921 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
2922
2923         * wl-summary.el (wl-summary-mark-as-important):
2924         Remove cache if folder is local.
2925
2926 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
2927
2928         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
2929         to get existing e-mail address string.
2930
2931 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2932
2933         * wl-version.el (wl-generate-user-agent-string): Commentary.
2934         (wl-generate-user-agent-string-1): Use `when' for
2935         one-branch conditional statement, instead of `and' and `if'.
2936         (wl-extended-emacs-version, wl-extended-emacs-version2,
2937         wl-extended-emacs-version3): Ditto.
2938
2939 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2940
2941         * wl-summary.el (wl-summary-sync-all-init): New inline function.
2942         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
2943         condition-case; Remove initialization.
2944         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
2945         (wl-summary-sync-update3): Added argument `sync-all';
2946         Eliminated local variable `msgdb';
2947         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
2948         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
2949         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
2950
2951 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
2952
2953         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
2954         connection before call `wl-draft-send-mail-with-smtp'.
2955
2956 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
2957
2958         * Version number is increased to 2.5.4.
2959
2960 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
2961
2962         * wl.el (wl-check-environment): Additional check for
2963         'wl-local-domain' and `wl-message-id-domain'.
2964
2965 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
2966
2967         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
2968         buffer as command specific.
2969         (wl-folder-mark-as-read-all-entity): Ditto.
2970         (wl-folder-prefetch-entity): Ditto.
2971         (wl-folder-drop-unsync-entity): Ditto.
2972
2973         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
2974         (wl-prog-uudecode-no-stdout-option): Changed default to t.
2975         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
2976
2977         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
2978         save-excursion.
2979
2980 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
2981
2982         * Version number is increased to 2.5.3.
2983
2984         * wl-summary.el (wl-summary-save-view-cache):
2985         Delete duplicated `write-region';
2986         Use `write-region-as-binary' instead of `as-binary-output-file' and
2987         `write-region'.
2988
2989 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
2990
2991         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
2992
2993 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
2994
2995         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
2996         instead of `smtp-via-smtp'.
2997
2998 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
2999
3000         * wl-draft.el (toplevel): Delete defvar for sasl-*.
3001
3002 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3003
3004         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
3005         instead of `smtp-sasl-user-realm'.
3006
3007 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3008
3009         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
3010
3011 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3012
3013         * Version number is increased to 2.5.2.
3014
3015 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
3016
3017         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
3018         does not exist.
3019         (wl-biff-stop): Call `cancel-timer' if timer already exists.
3020         (wl-biff-start): Call `timer-activate' if timer already exists.
3021
3022         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
3023         only when it is bound as function.
3024
3025 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
3026
3027         * Version number is increased to 2.5.1.
3028
3029 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
3030
3031         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
3032         Print refile/copy destination.
3033
3034 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3035
3036         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
3037         queue-flush-only is non-nil.
3038
3039         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
3040
3041         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
3042         checking cache folder.
3043
3044 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3045
3046         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
3047         `regexp-quote'.
3048
3049 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3050
3051         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
3052         function.
3053         * wl-summary.el (wl-summary-write-current-folder-functions):
3054         Change default value.  Use it.
3055
3056 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
3057
3058         * Version number is increased to 2.5.0.
3059
3060         * wl-version.el (wl-version): Changed codename.
3061
3062 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
3063
3064         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
3065         (wl-summary-supersedes-message): Ditto.
3066
3067 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3068
3069         * wl-refile.el (wl-refile-guess-functions): Renamed from
3070         `wl-refile-guess-func-list'.
3071
3072 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
3073
3074         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
3075         Fixed problem when no rule was matched.
3076
3077 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
3078
3079         * wl-summary.el (wl-summary-get-mark): Fixed
3080         `wl-summary-buffer-target-mark' check logic.
3081
3082 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3083
3084         * wl-folder.el (wl-folder-write-current-folder): Added group
3085         folder check.
3086
3087         * wl-summary.el (wl-summary-write-current-folder): Renamed from
3088         `wl-summary-write-current-newsgroup'.
3089         (wl-summary-write-current-folder-functions): New variable.
3090         * wl-folder.el (wl-folder-get-newsgroups): New function.
3091         (wl-folder-guess-mailing-list-by-refile-rule): New function.
3092         (wl-folder-write-current-folder): Renamed from
3093         `wl-folder-write-current-newsgroup'.
3094
3095 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3096
3097         * Version number is increased to 2.3.93.
3098
3099 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
3100
3101         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
3102         (wl-ldap-make-matched-value-list): Ditto.
3103         (wl-ldap-alias-safe-string): Split e-mail address.
3104
3105         * wl-summary.el (wl-summary-read-folder): Fixed problem when
3106         petname folder default was selected.
3107         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
3108         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
3109
3110 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
3111
3112         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
3113         to `wl-draft-config-exec'.
3114
3115         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
3116         instead of calling `wl-draft-config-exec';
3117         Process group-list and show recipients in minibuffer.
3118
3119         * tm-wl.el (wl-draft-preview-message): Ditto.
3120
3121 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3122
3123         * wl.el (toplevel): Added (C) to copyright notice, and
3124         sync Author header.
3125         * tm-wl.el (toplevel): Ditto.
3126         * wl-address.el (toplevel): Ditto.
3127         * wl-demo.el (toplevel): Ditto.
3128         * wl-dnd.el (toplevel): Ditto.
3129         * wl-draft.el (toplevel): Ditto.
3130         * wl-e21.el (toplevel): Ditto.
3131         * wl-expire.el (toplevel): Ditto.
3132         * wl-folder.el (toplevel): Ditto.
3133         * wl-highlight.el (toplevel): Ditto.
3134         * wl-message.el (toplevel): Ditto.
3135         * wl-mime.el (toplevel): Ditto.
3136         * wl-mule.el (toplevel): Ditto.
3137         * wl-nemacs.el (toplevel): Ditto.
3138         * wl-refile.el (toplevel): Ditto.
3139         * wl-score.el (toplevel): Ditto.
3140         * wl-summary.el (toplevel): Ditto.
3141         * wl-template.el (toplevel): Ditto.
3142         * wl-thread.el (toplevel): Ditto.
3143         * wl-util.el (toplevel): Ditto.
3144         * wl-vars.el (toplevel): Ditto.
3145         * wl-xmas.el (toplevel): Ditto.
3146
3147 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
3148
3149         * wl.el (wl-init): Added comment about `wl-init-hook'.
3150         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
3151         * wl-vars.el (wl-init-hook): Added docs.
3152         (wl-make-plugged-hook): Removed useless docs.
3153         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
3154         * wl-xmas.el (toplevel): Ditto.
3155
3156 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3157
3158         * wl-address.el (toplevel): Fixed multiple Author header format.
3159         * wl-demo.el (toplevel): Ditto.
3160         * wl-draft.el (toplevel): Ditto.
3161         * wl-folder.el (toplevel): Ditto.
3162         * wl-summary.el (toplevel): Ditto.
3163         * wl-thread.el (toplevel): Ditto.
3164         * wl-util.el (toplevel): Ditto.
3165         * wl-vars.el (toplevel): Ditto.
3166         * wl-version.el (toplevel): Ditto.
3167         * wl-xmas.el (toplevel): Ditto.
3168         * wl.el (toplevel): Ditto.
3169
3170         * wl-version.el (toplevel): Added require `elmo-version' for
3171         `product-version-as-string'.
3172
3173 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
3174
3175         * wl-vars.el (wl-draft-send-hook): Changed default value to
3176         '(wl-draft-config-exec).
3177
3178         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
3179         explicitly.
3180         (wl-draft): Set `wl-draft-config-exec-flag' before running
3181         `wl-mail-setup-hook'.
3182
3183         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
3184         `wl-biff-init-icons' to `wl-init-hook' instead of
3185         `wl-make-plugged-hook'.
3186         (Because if `wl-draft' command is invoked at first,
3187         they are not initialized)
3188         Updated copyright notice.
3189
3190         * wl-e21.el (toplevel): Ditto;
3191
3192         * wl-demo.el (toplevel): Updated copyright notice.
3193         * wl-address.el (toplevel): Ditto.
3194         * wl-draft.el (toplevel): Ditto.
3195         * wl-version.el (toplevel): Ditto.
3196         * wl-folder.el (toplevel): Ditto.
3197         * wl-summary.el (toplevel): Ditto.
3198         * wl-thread.el (toplevel): Ditto.
3199         * wl-util.el (toplevel): Ditto.
3200         * wl-vars.el (toplevel): Ditto.
3201         * wl.el (toplevel): Ditto.
3202
3203 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
3204
3205         * wl-highlight.el (wl-highlight-message): Fixed problem of
3206         highlighting failure which occured when the last field contains
3207         multiple lines in the draft buffer.
3208
3209         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
3210         `wl-biff-start' if plugged.
3211
3212         * wl-util.el (wl-biff-check-folder): New function.
3213         (wl-biff-check-folders): Don't set session name prefix.
3214         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
3215         (wl-biff-check-folder-async): Ditto.
3216
3217         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
3218         in email address.
3219
3220 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
3221
3222         * wl-vars.el (wl-subject-prefix-regexp): New variable.
3223
3224         * wl-draft.el (wl-draft-strip-subject-re): New function.
3225
3226         * wl-draft.el (wl-draft-reply): Use it.
3227
3228 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
3229
3230         * wl-message.el (wl-mmelmo-message-redisplay): Use
3231         `mime-display-message' instead of `wl-mime-display-message'.
3232
3233         * wl-mime.el (toplevel): Removed compatibility workaround
3234         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
3235         (wl-mime-display-message): Abolished.
3236         (wl-mime-entity-read-field): Ditto.
3237         (wl-mime-combine-message/partial-pieces): Use
3238         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
3239
3240 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
3241
3242         * wl-template.el: Doc fixes.
3243
3244 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
3245
3246         * wl-e21.el (wl-message-overload-functions): Do nothing if
3247         `current-local-map' is not available.
3248         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
3249
3250 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3251
3252         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
3253         representation.
3254
3255         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
3256         number.
3257         (wl-fldmgr-save-folders): Don't use `format' when insert
3258         `wl-fldmgr-folders-header'.
3259
3260 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
3261
3262         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
3263
3264 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-highlight.el (wl-highlight-message):
3267         Use `std11-field-end' to detect end point of the header field.
3268         Refer `wl-highlight-max-header-size'.
3269
3270         * wl-vars.el (wl-highlight-max-header-size): New variable.
3271
3272         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
3273
3274         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
3275         Set `for-draft' argument of wl-highlight-headers.
3276         (wl-draft): Ditto.
3277         (wl-draft-reedit): Ditto.
3278         (wl-user-agent-compose-internal): Ditto.
3279
3280 2000-10-24   Daiki Ueno <ueno@unixuser.org>
3281
3282         * wl-message.el (wl-message-add-button): Use overlay.
3283
3284 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3285
3286         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
3287
3288         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
3289         problem when group-list content is nothing.
3290         (Reported by Mito <mit@nines.nec.co.jp>)
3291
3292 2000-10-18  SAITO Atsunori <sai@yedo.com>
3293
3294         * wl-summary.el (wl-summary-print-destination): Adjust line length.
3295
3296 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3297
3298         * tm-wl.el (toplevel): Use product-provide.
3299
3300 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
3301
3302         * Version number is increased to 2.3.92.
3303
3304 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
3305
3306         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
3307         title text, use `display' property for left margin under Emacs 21.
3308
3309         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
3310         properties.
3311         (wl-plugged-init-icons): Ditto.
3312
3313 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3314
3315         * wl.el (wl-save-status, wl-init): Remove last period in
3316         "...done." message.
3317         * tm-wl.el (wl-summary-burst): Ditto.
3318         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
3319         wl-summary-resume-cache-status,
3320         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
3321         wl-summary-sync-update3, wl-summary-highlight-msgs,
3322         wl-summary-flush-pending-append-operations,
3323         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
3324         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
3325         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
3326         wl-thread-open-all): Ditto.
3327         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3328         * wl-mime.el (wl-summary-burst): Ditto.
3329         * wl-highlight.el (wl-highlight-summary): Ditto.
3330         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
3331         wl-folder-open-all, wl-folder-update-access-group): Ditto.
3332         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
3333         * wl-address.el (wl-local-address-init): Ditto.
3334
3335 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
3336
3337         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
3338         `add-text-properties'.
3339         (wl-plugged-init-icons): Ditto.
3340         (wl-folder-init-icons): Use `propertize' instead of
3341         `put-text-property'.
3342         (wl-plugged-set-folder-icon): Ditto.
3343         (wl-e21-highlight-folder-group-line): Ditto.
3344
3345 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3346
3347         * wl-version.el (wl-version-status-alist): New variable.
3348         (wl-version-status): New function.
3349
3350         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
3351         "Cc" part of the case "Reply-To".
3352
3353         * wl-draft.el (wl-draft-reply): Use result of
3354         `eword-extract-address-components'.
3355
3356         * wl-demo.el (wl-demo-icon-name): New constant.
3357         (wl-logo-xpm): Use it.
3358         (wl-logo-xbm): Ditto.
3359         (wl-logo-bitmap): Ditto.
3360
3361         * Version number is increased to 2.3.91.
3362
3363 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3364
3365         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
3366         (wl-extended-emacs-version, wl-extended-emacs-version2,
3367         wl-extended-emacs-version3): Remove `interactive'.  Fixed
3368         docstring.
3369
3370         * wl-version.el (wl-generate-user-agent-string-1): New function.
3371         (wl-generate-user-agent-string): Use it.
3372
3373         * wl-version.el (wl-generate-user-agent-string-1): Ignore
3374         `mime-edit-insert-user-agent-field'.
3375         (wl-generate-user-agent-string): Check
3376         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
3377
3378         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
3379         instead of `if', when verbose case.
3380
3381 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
3382
3383         * wl-expire.el (wl-summary-expire): Fix.
3384
3385 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
3386
3387         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
3388         and `elmo-lost+found-folder' if 'wl-draft.
3389         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
3390
3391 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
3392
3393         * wl-expire.el (wl-summary-expire): Change messages.
3394         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3395         `deleing-info' instead of "Deleting..."
3396
3397 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
3398
3399         * wl-summary.el (wl-summary-refile-subr): Fix.
3400
3401 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
3402
3403         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
3404         if pipe folder.
3405
3406 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
3407
3408         * wl-vars.el (wl-draft-use-cache): Default `nil'.
3409
3410 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
3411
3412         * wl-expire.el (wl-expire-hide): New function.
3413         (wl-summary-expire): Add `hide'.
3414
3415 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
3416
3417         * wl-vars.el (wl-draft-reply-without-argument-list):
3418         Changed default value to consider `Reply-To:'.
3419         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
3420
3421         * Version number is increased to 2.3.90.
3422
3423         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
3424         elmo-imap4-get-session with unwind-protect.
3425         Don't cause error.
3426         (wl-summary-sync-marks): Don't check plugged nor folder type.
3427         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
3428         (Always keep current buffer).
3429
3430 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
3431
3432         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
3433         Enclose with `save-excursion'.
3434
3435 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3436
3437         * wl-version.el (wl-version): Remove interactive.
3438
3439 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3440
3441         * wl-version.el (wl-generate-user-agent-string): Use
3442         `product-string-verbose' instead of `product-string-1'.
3443
3444 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
3445
3446         * wl-vars.el (wl-draft-use-cache): New variable.
3447         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
3448         if wl-draft-use-cache is non-nil.
3449
3450 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
3451
3452         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
3453         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
3454
3455 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
3456
3457         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
3458         (wl-thread-msg-mark-as-unread): Ditto.
3459
3460         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
3461         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
3462         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
3463         Don't set mark in summary if return value of `elmo-mark-as-read'
3464         is nil.
3465         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
3466         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
3467         instead of `wl-thread-msg-mark-as-read'.
3468         (wl-summary-mark-as-unread-region): Ditto.
3469         (wl-summary-target-mark-mark-as-read): Ditto.
3470
3471         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3472
3473 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3474
3475         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
3476
3477         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
3478
3479 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
3480
3481         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
3482         face.
3483
3484 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
3485
3486         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
3487         `running-xemacs'.
3488
3489 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3490
3491         * wl-version.el (toplevel): Use `product-version-as-string' for
3492         set verstion-string, if defined.
3493
3494         * wl-version.el (wl-version-show): Insert string at point, when
3495         call with argument.
3496
3497         * wl-version.el (wl-generate-user-agent-string): Use
3498         `product-string-1' instead of `wl-appname', `wl-version' and
3499         `wl-codename'.
3500
3501 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3502
3503         * wl-address.el (toplevel): Use product-provide.
3504         * wl-demo.el (toplevel): Ditto.
3505         * wl-dnd.el (toplevel): Ditto.
3506         * wl-draft.el (toplevel): Ditto.
3507         * wl-e21.el (toplevel): Ditto.
3508         * wl-expire.el (toplevel): Ditto.
3509         * wl-fldmgr.el (toplevel): Ditto.
3510         * wl-folder.el (toplevel): Ditto.
3511         * wl-highlight.el (toplevel): Ditto.
3512         * wl-message.el (toplevel): Ditto.
3513         * wl-mime.el (toplevel): Ditto.
3514         * wl-mule.el (toplevel): Ditto.
3515         * wl-nemacs.el (toplevel): Ditto.
3516         * wl-refile.el (toplevel): Ditto.
3517         * wl-score.el (toplevel): Ditto.
3518         * wl-summary.el (toplevel): Ditto.
3519         * wl-template.el (toplevel): Ditto.
3520         * wl-thread.el (toplevel): Ditto.
3521         * wl-util.el (toplevel): Ditto.
3522         * wl-vars.el (toplevel): Ditto.
3523         * wl-xmas.el (toplevel): Ditto.
3524         * wl.el (toplevel): Ditto.
3525
3526 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3527
3528         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
3529         instead of product.
3530
3531         * wl-version.el (wl-version): Compile time evalution elmo-version.
3532
3533 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
3534
3535         * wl-summary.el (wl-summary-sync-force-update): Append queue
3536         `mark-as-read'if unplugged.
3537
3538 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3539
3540         * wl-version.el: New file.  Use product.el.
3541         * wl.el: add (require 'wl-version).
3542         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
3543         for ~/.folders header.
3544         (wl-fldmgr-folders-header): Changed.
3545         * wl-demo.el (wl-demo): Use product.el.
3546
3547         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
3548         wl-version.el.
3549         * wl-util.el (wl-version, wl-version-show): Ditto.
3550
3551         * wl-util.el (wl-generate-user-agent-string,
3552         wl-extended-emacs-version, wl-extended-emacs-version2,
3553         wl-extended-emacs-version3): Move to wl-version.el.
3554         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
3555         xemacs-codename, mime-edit-insert-user-agent-field,
3556         mime-edit-user-agent-value, mime-editor/version,
3557         mime-editor/codename): Compile warning killer move to
3558         wl-version.el
3559
3560 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
3561
3562         * wl-summary.el (wl-summary-refile-subr): Fix.
3563
3564 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
3565
3566         * wl-summary.el (wl-summary-sync-marks): Changed argument for
3567         `elmo-list-folder-unread' and `elmo-list-folder-important'.
3568
3569 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
3570
3571         * wl.el (wl-check-environment): Check too many `@'.
3572
3573 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
3574
3575         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
3576
3577 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3578
3579         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
3580         wl-draft-reply-myself-without-argument-list): Add variables.
3581         * wl-draft.el (wl-draft-reply): Use it.
3582
3583 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
3584
3585         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
3586         the 5th argument of `elmo-network-get-spec'.
3587
3588         * wl-thread.el (wl-thread-reparent-children): New inline function.
3589         (wl-thread-delete-message): Use it.
3590
3591         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
3592         (wl-summary-score-update-all-lines): Don't use `dolist'.
3593
3594 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3595
3596         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
3597         (require 'elmo-msgdb) for inline function.
3598
3599 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
3600
3601         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
3602
3603 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
3604
3605         * wl-score.el (wl-score-headers): Fix for the confusing macro
3606         `elmo-kill-buffer'.
3607
3608 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
3609
3610         * wl-summary.el: Don't use the 3rd argument of `require' because
3611         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
3612         * wl-util.el: Ditto.
3613         * wl-draft.el: Ditto.
3614
3615 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
3616
3617         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
3618         window system is not used.
3619
3620 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
3621
3622         * wl-thread.el: Don't use `mapcar' only for iteration.
3623         (wl-thread-resume-entity): Ditto.
3624         (wl-thread-delete-message): Ditto.
3625
3626         * wl-summary.el: Bind `dragdrop-drop-functions',
3627         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
3628         of `require' for `timezone', `easymenu' and `ps-print';
3629         don't use `mapcar' only for iteration.
3630
3631         * wl-util.el: Bind `mule-version', `nemacs-version',
3632         `emacs-beta-version', `xemacs-codename',
3633         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
3634         `mime-editor/version' and `mime-editor/codename'; specify 3rd
3635         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
3636         only for iteration.
3637
3638         * wl-score.el: Don't use `mapcar' only for iteration.
3639         (wl-score-simplify-buffer-fuzzy): Ditto.
3640         (wl-score-simplify-subject): Ditto.
3641         (wl-score-headers): Ditto.
3642         (wl-summary-score-update-all-lines): Ditto.
3643
3644         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
3645         `enable-multibyte-characters' and `mule-version'.
3646
3647         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
3648         `mapcar' only for iteration.
3649
3650         * wl-demo.el: Don't use `mapcar' only for iteration.
3651
3652         * wl-folder.el: Don't use `mapcar' only for iteration.
3653         (wl-folder-open-all): Ditto.
3654         (wl-folder-count-incorporates): Ditto.
3655
3656         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
3657         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
3658
3659         * wl-draft.el: Bind `x-face-add-x-face-version-header',
3660         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
3661         `smtp-connection-type'; specify 3rd argument of `require' for
3662         `timezone'; don't use `mapcar' only for iteration.
3663         (wl-draft-clone-local-variables): Don't use `mapcar'.
3664         (wl-draft-generate-clone-buffer): Ditto.
3665         (wl-user-agent-compose-internal): Ditto.
3666
3667         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
3668
3669         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
3670         (wl-save-status): Ditto.
3671
3672         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
3673         for iteration.
3674
3675 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
3676
3677         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
3678         removed `Date'.
3679         (wl-fldmgr-make-filter-default): New user option.
3680
3681         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
3682         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
3683         (wl-fldmgr-filter-completion-alist): Abolish.
3684
3685         * wl.el (wl): Don't check servers if arg is non-nil.
3686
3687         * wl-draft.el (wl-draft-reply): Set only message-id string to
3688         In-Reply-To field.
3689
3690 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
3691
3692         * wl-summary.el (wl-summary-pick): Rewrite.
3693
3694         * wl-draft.el (wl-draft-forward): Get references field from
3695         original buffer.
3696         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
3697
3698 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
3699
3700         * wl-draft.el (wl-draft-forward): Add references field.
3701
3702 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
3703
3704         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
3705         (wl-draft-reply): Use it.
3706
3707 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
3708
3709         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
3710         when Emacs 21 is running.
3711
3712         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
3713         bindings.
3714
3715 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
3716
3717         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
3718         XPM icons transparent.
3719
3720         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
3721         Emacs 21.
3722
3723 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
3724
3725         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
3726         nil.
3727
3728         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
3729         when it is persistent.
3730         (wl-summary-sync-marks): Changed argument for
3731         `elmo-list-folder-unread' and `elmo-list-folder-important'.
3732         (wl-summary-virtual): Use `elmo-read-search-condition'.
3733         (wl-summary-redisplay-internal): If folder is local, mark as read
3734         even when folder is plugged.
3735
3736 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
3737
3738         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
3739         of `tool-bar-lines' in the frame parameters.
3740         (after-make-frame-functions, post-command-hook): Don't modify the
3741         value.
3742         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
3743         wl-e21-tool-bar-lines): Removed.
3744
3745 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
3746
3747         * wl-highlight.el (wl-highlight-folder-path): Put overlay
3748         properties `evaporate' and `wl-momentary-overlay' as well.
3749         (wl-highlight-summary-displaying): Ditto.
3750         (wl-delete-all-overlays): Don't delete overlay which does not have
3751         a property `wl-momentary-overlay'.
3752
3753         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
3754         `display-mouse-p' and `display-graphic-p'.
3755         (wl-folder-init-icons): Don't search for XBM or the other files.
3756         (wl-plugged-set-folder-icon): Make icons if and only if
3757         `display-graphic-p' returns non-nil.
3758         (wl-highlight-plugged-current-line): Use `before-string' overlay
3759         property to show icon images.
3760         (wl-highlight-folder-current-line): Ditto.
3761         (wl-e21-highlight-folder-group-line): Ditto.
3762         (wl-e21-highlight-folder-by-numbers): Ditto.
3763         (wl-e21-insert-image): Removed.
3764         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
3765         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
3766         said.
3767         (wl-e21-switch-toolbar-after-make-frame): Renamed from
3768         `wl-e21-force-switch-toolbar'.
3769         (wl-e21-make-icon-image): Removed.
3770         (wl-e21-setup-toolbar): Don't search for XBM files.
3771         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
3772         the default value.
3773
3774 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
3775
3776         * wl-util.el (wl-biff-check-folder-async): Set
3777         `wl-biff-check-folders-running' even when it is not an IMAP folder.
3778
3779 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
3780
3781         * wl-e21.el (after-make-frame-functions): Add
3782         `wl-e21-force-switch-toolbar'.
3783         (wl-e21-force-switch-toolbar): New function force to switch the
3784         toolbar appearance automatically.
3785         (post-command-hook): Add `wl-e21-switch-toolbar'.
3786         (wl-e21-switch-toolbar): New function to switch the toolbar
3787         appearance automatically.
3788         (wl-e21-tool-bar-lines): New buffer local variable.
3789
3790 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3791
3792         * wl-util.el (wl-biff-check-folders-running): New variable.
3793         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
3794         (wl-biff-check-folder-async-callback):
3795         Set `wl-biff-check-folders-running'.
3796         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
3797         with unwind-protect.
3798
3799         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
3800         Enclose `wl-folder-auto-check' with unwind-protect.
3801
3802         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
3803         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
3804
3805         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
3806
3807         * wl-util.el (wl-biff-notify): New inline function.
3808         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
3809         locally.
3810         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
3811         folder-list' is 1.
3812         Use `wl-biff-notify'.
3813         (wl-biff-check-folder-async-callback): New function.
3814         (wl-biff-check-folder-async): Ditto.
3815
3816         * wl-folder.el (wl-folder): Don't check folders.
3817         (wl-folder-auto-check): New function.
3818
3819 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
3820
3821         * wl-util.el (wl-biff-start) [Emacs19+]:
3822         Use `timer-next-integral-multiple-of-time'.
3823         (wl-biff-check-folders): Use `wl-default-folder'
3824         if `wl-biff-check-folder-list' is nil.
3825
3826 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
3827
3828         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
3829         instead of `elmo-delete-lists'.
3830
3831 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
3832
3833         * wl.el (wl-plugged-toggle-all): Set the value of
3834         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
3835         (wl-plugged-toggle): Ditto.
3836         (wl-toggle-plugged): Ditto.
3837         (wl-plugged-init): Ditto.
3838
3839         * wl-xmas.el (wl-biff-init-icons): Set icons data to
3840         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
3841         instead of `wl-biff-state-indicator-off' and
3842         `wl-biff-state-indicator-on'; don't modify the value and the type
3843         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
3844         (wl-plugged-init-icons): Set icons data to
3845         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
3846         instead of `wl-plug-state-indicator-off' and
3847         `wl-plug-state-indicator-on'; don't modify the value and the type
3848         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
3849
3850         * wl-vars.el (wl-modeline-biff-state-off,
3851         wl-modeline-biff-state-on, wl-modeline-biff-status,
3852         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
3853         wl-modeline-plug-status): New internal variables.
3854         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
3855         wl-biff-check-interval, wl-biff-check-folder-list): Change
3856         customization group from `wl-folder' to `wl-highlight'.
3857         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
3858         wl-show-plug-status-on-modeline): Defcustomized.
3859
3860         * wl-util.el (wl-biff-check-folders): Set the value of the flag
3861         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
3862         (wl-mode-line-buffer-identification): Set both ON and OFF data with
3863         a flag to `mode-line-buffer-identification'.
3864
3865         * wl-e21.el (wl-biff-init-icons): Set icons data to
3866         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
3867         instead of `wl-biff-state-indicator-off' and
3868         `wl-biff-state-indicator-on'.
3869         (wl-plugged-init-icons): Set icons data to
3870         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
3871         instead of `wl-plug-state-indicator-off' and
3872         `wl-plug-state-indicator-on'.
3873
3874 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3875
3876         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
3877         excessive titles.
3878
3879 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3880
3881         * wl.el (wl-plugged-mode): Use revised
3882         `wl-mode-line-buffer-identification'.
3883         (wl-plugged-init): Don't use `force-mode-line-update'.
3884
3885         * wl-xmas.el (wl-draft-overload-functions): Use revised
3886         `wl-mode-line-buffer-identification'.
3887         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
3888         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
3889         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
3890         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
3891         `wl-make-plugged-hook';
3892         add `wl-folder-init-icons' and `wl-setup-folder' to
3893         `wl-folder-mode-hook'.
3894
3895         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
3896         19 as well.
3897         (wl-mode-line-display-priority-list): New user option.
3898         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
3899         Defcustomized.
3900         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
3901         Add docs.
3902
3903         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
3904         start.
3905         (wl-mode-line-buffer-identification): Revised as a function.
3906
3907         * wl-summary.el (wl-summary-mode): Use revised
3908         `wl-mode-line-buffer-identification'; don't call
3909         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
3910         (TopLevel): Don't bind `wl-e21-setup-summary' nor
3911         `wl-xmas-setup-summary'.
3912
3913         * wl-nemacs.el (wl-draft-overload-functions): Use revised
3914         `wl-mode-line-buffer-identification'.
3915
3916         * wl-mule.el (wl-draft-overload-functions): Use revised
3917         `wl-mode-line-buffer-identification'.
3918
3919         * wl-folder.el (wl-make-plugged-alist): Don't call
3920         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
3921         (wl-folder): Don't call `wl-folder-init-icons' directly.
3922         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
3923         `wl-xmas-setup-folder' directly;
3924         use revised `wl-mode-line-buffer-identification'.
3925         (TopLevel): Don't bind `wl-biff-init-icons',
3926         `wl-plugged-init-icons', `wl-folder-init-icons',
3927         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
3928
3929         * wl-e21.el (wl-draft-overload-functions): Use revised
3930         `wl-mode-line-buffer-identification'.
3931         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
3932         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
3933         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
3934         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
3935         `wl-make-plugged-hook';
3936         add `wl-folder-init-icons' and `wl-setup-folder' to
3937         `wl-folder-mode-hook'.
3938
3939 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
3940             Katsumi Yamaoka    <yamaoka@jpl.org>
3941
3942         * wl.el (wl): Call `wl-biff-start'.
3943         (wl-exit): Call `wl-biff-stop'.
3944         (wl-plugged-mode): Show biff in modeline.
3945         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
3946
3947         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
3948         (wl-biff-init-icons): New function.
3949         (wl-plugged-init-icons): Don't make too much keymaps.
3950         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
3951
3952         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
3953         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
3954         variables.
3955         (wl-biff-check-interval, wl-biff-check-folder-list): New user
3956         options.
3957
3958         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
3959         wl-biff-start, wl-biff-stop): New functions.
3960         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
3961         (wl-biff-timer-name): New variable.
3962
3963         * wl-summary.el (wl-summary-mode): Show biff in modeline.
3964
3965         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
3966         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
3967
3968         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
3969         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
3970
3971         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
3972         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
3973         `wl-folder-init-icons' to `ignore' if they are not available.
3974         (wl-folder-mode): Show biff in modeline.
3975
3976         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
3977         (wl-biff-init-icons): New function.
3978         (wl-plugged-init-icons): Don't make too much keymaps.
3979         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
3980
3981 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
3982
3983         * wl-vars.el (wl-strict-diff-folders): Customization Type
3984         and doc fix.  Define as a list of regular expressions for
3985         folders or nil.
3986         * wl-folder.el (wl-folder-check-one-entity): Use
3987         `wl-string-match-member' instead of `wl-string-member' for
3988         `wl-strict-diff-folders'.
3989
3990 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
3991
3992         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
3993         (wl-highlight-folder-current-line): Use it; new implementation.
3994         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
3995         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
3996         `defsubst' instead of `defun'.
3997
3998         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
3999         `wl-highlight-group-folder-by-numbers'; made it can also be a
4000         number.  See info for more details.
4001
4002         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
4003         running.
4004
4005         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
4006         to bind them.
4007
4008         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
4009         (wl-highlight-folder-current-line): New implementation.
4010
4011         * wl-highlight.el (wl-highlight-folder-group-line): New
4012         implementation.
4013         (wl-delete-all-overlays): Rewrite as a marco.
4014         (TopLevel): Require `wl-e21' when Emacs 21 is running.
4015
4016         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
4017         running.
4018         (wl-folder-*-glyph): No need to bind them.
4019
4020         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
4021         `wl-e21-highlight-folder-group-icon'; rewrite.
4022         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
4023         `defsubst' instead of `defun'.
4024         (wl-folder-mode-map): Bind it when compiling.
4025
4026 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4027
4028         * wl.el (wl): Initialize plug-related settings before `wl-init'.
4029
4030         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
4031
4032 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
4033
4034         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
4035
4036 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
4037
4038         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
4039         (wl-highlight-folder-current-line): Use it.
4040
4041         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
4042         in `id-name'.
4043
4044 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
4045
4046         * wl.el: Require `wl-e21' when Emacs 21 is running.
4047
4048         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
4049         default when Emacs 21 is running.
4050         (wl-use-highlight-mouse-line): Ditto.
4051         (wl-on-emacs21): New constant.
4052         (wl-on-emacs20): Removed.
4053
4054         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
4055         Emacs 21 is running.
4056
4057         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
4058         Emacs 21 is running.
4059
4060         * wl-e21.el: New file.
4061
4062 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
4063
4064         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
4065         (wl-toggle-plugged): Ditto.
4066         (wl-plugged-toggle): Ditto.
4067         (wl-plugged-toggle-all): Ditto.
4068
4069         * wl-vars.el (wl-plug-state-indicator): Refer
4070         `wl-plug-state-indicator-on' indirectly.
4071
4072 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4073
4074         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
4075         Call `wl-folder-confirm-existence'.
4076
4077         * wl-folder.el (wl-folder-confirm-existence): Added optional
4078         argument `force'.
4079
4080 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
4081
4082         * wl-summary.el (wl-summary-refile-subr): Assume
4083         `copy-or-refile' as symbol.
4084         (wl-summary-refile): Follow up above change.
4085         (wl-summary-copy): Ditto.  Doc fix.
4086
4087 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4088
4089         * wl-summary.el (wl-summary-pick): Don't bind
4090         `elmo-search-mime-charset'.
4091
4092         * wl-vars.el (wl-highlight-message-header-button-alist): Define
4093         default using old backquote style.
4094         (wl-search-mime-charset): Abolished.
4095
4096         * wl-highlight.el (wl-highlight-headers):
4097         Call `point' after `re-search-forward'(for Nemacs).
4098
4099         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
4100         for elmo-imap4.el.
4101
4102 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
4103
4104         * wl-message.el (wl-mmelmo-message-redisplay): Bind
4105         `wl-message-ignored-field-list' instead of
4106         `mime-view-ignored-field-list'.
4107
4108         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
4109         Add interactive spec.
4110         (wl-folder-goto-bottom-of-current-folder): Ditto.
4111         (wl-folder-mode-map): Bind them.
4112
4113         * wl-vars.el (wl-message-ignored-field-list): New variable.
4114         (wl-message-visible-field-list): New variable.
4115
4116         * wl-mime.el (wl-mime-header-presentation-method): New function.
4117         (wl-mime-setup): Set header-presentation-method.
4118
4119 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
4120
4121         * wl-nemacs.el (wl-draft-overload-functions): Set
4122         `mode-line-buffer-identification' instead of using
4123         `wl-make-modeline'.
4124
4125         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
4126         instead of using `wl-make-modeline'.
4127
4128         * wl-xmas.el (wl-plugged-init-icons): Set up
4129         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
4130         (wl-make-modeline): Abolish.
4131         (wl-draft-overload-functions): Set
4132         `mode-line-buffer-identification' instead of using
4133         `wl-make-modeline'.
4134
4135         * wl-util.el (wl-make-modeline-subr): Abolish.
4136         (wl-mode-line-buffer-identification): New alias.
4137
4138         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
4139         (wl-summary-make-modeline): Abolish.
4140         (wl-summary-buffer-set-folder): Set
4141         `wl-summary-buffer-folder-indicator'.
4142         (wl-summary-mode): Set `mode-line-buffer-identification' instead
4143         of using `wl-make-modeline'.
4144         (wl-summary-switch-to-clone-buffer): Don't set
4145         `mode-line-buffer-identification'.
4146         (wl-summary-goto-folder-subr): Ditto.
4147
4148         * wl-mule.el (wl-draft-overload-functions): Set
4149         `mode-line-buffer-identification' instead of using
4150         `wl-make-modeline'.
4151
4152         * wl-folder.el (wl-folder-mode): Set
4153         `mode-line-buffer-identification' instead of using
4154         `wl-make-modeline'.
4155         (wl-folder): Don't set `mode-line-buffer-identification'.
4156
4157 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
4158
4159         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
4160         instead of `member' for `wl-refile-guess-func-list' look-ups.
4161         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
4162
4163 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
4164
4165         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
4166         `wl-message-button-dispatcher'.
4167
4168         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
4169
4170         * wl-message.el (wl-message-button-dispatcher): Use it.
4171
4172         * wl-vars.el (wl-highlight-message-header-button-alist): Add
4173         "In-Reply-To".
4174
4175         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
4176         Bind `case-fold-search' to t.
4177
4178 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
4179
4180         * wl-xmas.el (wl-message-overload-functions): Initialize
4181         `wl-message-button-map'.
4182
4183         * wl-mule.el (wl-message-overload-functions): Initialize
4184         `wl-message-button-map'.
4185
4186         * wl-vars.el (wl-highlight-message-header-button-alist): New.
4187
4188         * wl-message.el (wl-message-button-map): New keymap.
4189         (wl-message-add-button): New function.
4190         (wl-message-button-dispatcher): New function.
4191         (wl-message-button-refer-article): New function.
4192
4193         * wl-highlight.el
4194         (wl-highlight-message-add-buttons-to-header): New function.
4195         (wl-highlight-headers): Use it.
4196
4197 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
4198
4199         * wl-summary.el (wl-summary-default-from): Use
4200         `wl-address-get-petname-1'.
4201         (wl-summary-simple-from): Ditto.
4202
4203         * wl-address.el (wl-address-get-petname-1): New inline function.
4204         (wl-address-get-petname): Use it.
4205
4206 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
4207
4208         * wl-summary.el (wl-summary-default-from): Return full-name part
4209         from the address if no petname was found.
4210         (wl-summary-simple-from): Ditto.
4211
4212         * wl-address.el (wl-address-get-petname): Return nil if no petname
4213         associated with the address was found.
4214
4215 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4216
4217         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
4218         display is finished.
4219
4220 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4221
4222         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
4223         `elmo-folder-exists-p' argument.
4224
4225 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
4226
4227         * wl-folder.el (wl-folder-confirm-existence): Check existence of
4228         the folder.
4229
4230 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4231
4232         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
4233
4234         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4235         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
4236
4237 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
4238
4239         * wl-folder.el (wl-folder-create-subr): New function.
4240         (wl-folder-confirm-existence): Use it.
4241         (wl-folder-check-one-entity): Use it.
4242         Check the error symbol is derived from 'elmo-open-error.
4243
4244         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
4245         `ignore-error'.
4246
4247 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4248
4249         * wl-util.el (toplevel): Add (eval-when-compile (require
4250         'elmo-util)).  (Maybe `provide' is typo.)
4251
4252 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4253
4254         * wl-util.el (toplevel): Removed (provide 'elmo-util).
4255         (I don't know why this was needed.)
4256
4257         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
4258         Follow up changes for stream-type.
4259
4260         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
4261         (wl-draft-elmo-nntp-send): Ditto.
4262
4263         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
4264         (wl-nntp-posting-stream-type): Ditto.
4265         (wl-pop-before-smtp-ssl): Abolished.
4266         (wl-nntp-posting-ssl): Ditto.
4267
4268         * wl-address.el (wl-address-quote-specials): New function.
4269         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
4270
4271         * wl-draft.el (wl-draft-reply): Ditto.
4272
4273 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4274
4275         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
4276         use function `wl-string-match-assoc'.
4277
4278 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
4279
4280         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
4281
4282         * wl-draft.el (wl-draft-deduce-address-list): New function.
4283         (wl-draft-parse-mailbox-list): Ditto.
4284         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
4285         instead of `smtp-deduce-address-list'.
4286         (wl-draft-on-field-p): Follow group list.
4287
4288         * wl-address.el (wl-address-concat-token): New function.
4289         (wl-address-string-without-group-list-contents): Ditto.
4290         (wl-complete-field-body): Fixed problem of completion
4291         by japanese petname.
4292         (wl-address-make-completion-list): Rewrite.
4293
4294 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
4295
4296         * wl-address.el (wl-address-make-completion-list): Completion by
4297         petname.
4298         (wl-complete-field-body): Likewise.
4299
4300 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
4301
4302         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
4303         contains invalid address syntax.
4304
4305 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
4306
4307         * wl-folder.el (wl-folder-check-entity-async): Use
4308         `elmo-nntp-spec-hostname'.
4309
4310 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
4311
4312         * wl-summary.el (wl-summary-msgdb-load-async): Use
4313         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
4314
4315 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
4316
4317         * wl-draft.el (wl-draft-reply): Set argument
4318         `content-transfer-encoding' as nil.
4319
4320 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
4321
4322         * wl-refile.el (wl-refile-learn): Move hit element to the top of
4323         `wl-refile-alist'.
4324
4325 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
4326
4327         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
4328         (wl-draft-edit-string): Ditto.
4329         (wl-draft-forward): Ditto.
4330         * wl-summary.el (wl-summary-write): Ditto.
4331
4332 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4333
4334         * wl-summary.el (wl-summary-sync-update3): Call
4335         `wl-summary-buffer-number-column-detect'.
4336         (wl-summary-buffer-number-column-detect): Search from point-min.
4337
4338 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4339
4340         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
4341         contains an address which is not included in original to or cc.
4342
4343 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
4344
4345         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
4346         begin-line does not exist.
4347         * wl-message.el (wl-message-uu-substring): Ditto.
4348
4349 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4350
4351         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
4352         clear local variables.
4353         (wl-summary-exit): Call `elmo-commit'.
4354         (wl-summary-switch-to-clone-buffer): Call
4355         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
4356         (wl-summary-goto-folder-subr): Ditto.
4357
4358         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
4359         POP folder.
4360
4361 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4362
4363         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
4364         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
4365         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
4366         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
4367         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
4368         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
4369
4370         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
4371
4372 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
4373
4374         * wl-summary.el (wl-summary-search-by-subject):
4375         Search parent message from the latest one.
4376
4377 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4378
4379         * wl-draft.el (wl-draft-reply): Insert address with full-name.
4380         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
4381
4382         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
4383         New user option.
4384
4385         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
4386         if elmo-nntp-use-killed-list is nil.
4387         Use `elmo-msgdb-append-to-killed-list'.
4388         (Append numbers confirmed as disappeared to the killed list.)
4389         (wl-summary-confirm-appends): Don't display negative number.
4390
4391 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
4392
4393         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
4394
4395 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
4396
4397         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
4398         range is `all'.
4399         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
4400         `elmo-list-bigger-diff'.
4401
4402 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
4403
4404         * wl-summary.el (wl-summary-buffer-exit-func):
4405         New buffer local variable.
4406         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
4407
4408 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
4409
4410         * wl-demo.el (wl-demo): Fix the last change.
4411
4412 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
4413
4414         * wl-demo.el (wl-demo): Don't use `eval'.
4415
4416 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
4417
4418         * wl-summary.el (wl-summary-buffer-thread-modified):
4419         New buffer-local variable.
4420         (wl-summary-set-thread-modified): New function.
4421         (wl-summary-thread-modified-p): New function.
4422         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
4423         (wl-summary-yank-saved-message): Use function
4424         `wl-summary-set-thread-modified'
4425         (wl-summary-switch-to-clone-buffer): Add
4426         `wl-summary-buffer-thread-modified'.
4427
4428         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
4429         (wl-summary-buffer-mark-saved-hook): Ditto.
4430         * wl-summary.el (wl-summary-msgdb-save): New hook
4431         `wl-summary-buffer-message-saved-hook' and
4432         `wl-summary-buffer-mark-saved-hook'.
4433
4434 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
4435
4436         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
4437
4438 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
4439
4440         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
4441         don't hide scroll bars under FSF Emacsen because it may incur an
4442         undesirable redrawing.
4443
4444 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
4445
4446         * wl-draft.el (wl-draft-edit-string): Call
4447         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
4448
4449 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
4450
4451         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
4452
4453 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
4454
4455         * wl-summary.el (wl-summary-msgdb-load-async): Call
4456         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
4457
4458 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
4459
4460         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
4461         fringes in demo buffer; center bitmap logo correctly even if old
4462         Mule is used.
4463
4464 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
4465
4466         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
4467
4468         * wl-refile.el (wl-refile-subject-alist): New variable.
4469         (wl-refile-subject-alist-file-name): Ditto.
4470         (wl-refile-alist-setup): Rewrite.
4471         (wl-refile-alist-save): Use `elmo-object-save'.
4472         Eliminated arguments.
4473         (wl-refile-learn): Check `wl-refile-guess-func-list'.
4474         (wl-refile-guess-by-subject): New function.
4475         (wl-refile-guess-func-list): Added it.
4476
4477 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
4478
4479         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
4480         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
4481
4482 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
4483
4484         * wl-summary.el (wl-summary-buffer-prev-folder-func):
4485         New buffer-local variable.
4486         (wl-summary-buffer-next-folder-func): Ditto.
4487         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
4488         if non-nil.
4489         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
4490         if non-nil.
4491         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
4492         if non-nil.
4493         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
4494         if non-nil.
4495
4496 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
4497
4498         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
4499         permanently in the demo buffer.
4500
4501 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
4502
4503         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
4504         `mime-entity-fetch-field'.
4505
4506         * wl.el (wl-exit): Delete plugged buffer.
4507
4508         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
4509         XEmacs has menubar feature.
4510
4511 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4512
4513         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
4514         cannot arrive at the beginning of the buffer under old Emacsen.
4515
4516 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4517
4518         * wl-address.el (wl-address-ldap-search):
4519         Call `ldap-search-entries' with `withdn' argument t.
4520         (wl-complete-field-body): Bind completion-ignore-case as t.
4521         Clear ldap search hash when it was sole completion.
4522         Use elmo-string for pattern string.
4523         (wl-ldap-alias-safe-string): Eliminated needless let.
4524
4525 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
4526
4527         * wl-address.el (wl-ldap-alias-dn-level): New variable.
4528         (wl-ldap-alias-sep): New constant.
4529         (wl-ldap-search-attribute-type-list): Ditto.
4530         (wl-ldap-get-value): New function.
4531         (wl-ldap-make-filter): Ditto.
4532         (wl-ldap-make-matched-value-list): Ditto.
4533         (wl-ldap-alias-safe-string): Ditto.
4534         (wl-ldap-register-dn-string): Ditto.
4535         (wl-address-ldap-search): Rewrite.
4536
4537 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4538
4539         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
4540         thread is deleted.
4541         (wl-thread-delete-line-from-buffer): Ditto.
4542         (wl-thread-get-exist-children): New function.
4543
4544 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
4545
4546         * wl-demo.el (wl-demo): Made it to select various image types.
4547         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
4548         from `wl-title-logo'.
4549         (wl-logo-ascii): New variable.
4550         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
4551         (wl-demo-copyright-notice): New constant.
4552
4553         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
4554
4555 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4556
4557         * wl-vars.el (wl-summary-target-above): Renamed from
4558         wl-summary-temp-above.
4559         * wl-score.el (wl-score-get-score-alist): Use it.
4560         (wl-summary-score-update-all-lines): Use it.
4561         * wl-summary.el: Ditto. (make-variable-buffer-local).
4562
4563 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
4564
4565         * wl-vars.el (wl-ldap-port): New user option.
4566
4567         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
4568         Rewite whole implementation.
4569         (wl-complete-field-body): Fixed.
4570
4571 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
4572
4573         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
4574         Choose implementation at compile time.
4575
4576 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
4577
4578         * wl-address.el (wl-ldap-search-internal): New function.
4579         (wl-complete-field-to): Use it.
4580
4581 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
4582
4583         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
4584         Use `let' instead of `let*'.
4585         Require 'wl-vars.
4586
4587         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
4588         Define as defcustom.
4589         (wl-ldap-base): Ditto.
4590         (wl-use-ldap): Ditto.
4591
4592 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
4593
4594         * wl-address.el (wl-ldap-search): New function.
4595         (wl-complete-field-body): Use `wl-ldap-search'.
4596         (wl-ldap-server): New variable.
4597         (wl-ldap-base): Ditto.
4598         (wl-use-ldap): Ditto.
4599
4600 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
4601
4602         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
4603         (Pointed out by Mito <mit@nines.nec.co.jp>).
4604         * wl-summary.el (wl-summary-redisplay-no-mime): Update
4605         buffer-local variables like `wl-summary-redisplay-internal'.
4606         (wl-summary-redisplay-all-header): Likewise.  Update
4607         Summary view too.
4608
4609 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-summary.el (wl-summary-jump-to-parent-message):
4612         Consider prefix argument.
4613
4614         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
4615         when closed thread is deleted.
4616
4617 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
4618
4619         * wl-summary.el (wl-summary-jump-to-parent-message):
4620         Consider thread modification.
4621
4622 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
4623
4624         * wl-message.el (wl-message-normal-get-original-buffer): Use
4625         `save-excursion'.
4626
4627         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
4628         (wl-summary-showto-folder-regexp): Ditto.
4629
4630 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
4631
4632         * wl-util.el (wl-delete-alist): Doc fix.
4633         (wl-delete-associations): New function.
4634         (wl-inverse-alist): New function.
4635         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
4636         Split temporary variables. Use `wl-delete-associations'
4637         and `wl-inverse-alist'.
4638         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
4639
4640 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4641
4642         * wl-folder.el (wl-folder-prefetch-entity):
4643         Execute prefetching if new count is unknown.
4644
4645 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4646
4647         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
4648
4649         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
4650         delete entity.
4651         (wl-thread-set-parent): If insert as top, set linked as nil.
4652
4653         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
4654         `wl-thread-cleanup-symbols' when view mode is thread.
4655
4656 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
4657
4658         * wl-folder.el (wl-folder-create-folder-entity): Use
4659         with-current-buffer.
4660         (wl-local-folder-init): Call set-buffer to make sure we are in
4661         the Folder buffer. Don't touch buffer-local variables here.
4662         (wl-folder-mode): Initialize buffer-local variables here.
4663
4664         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
4665         (wl-folder-entity-assign-id): Ditto.
4666         (wl-folder-create-entity-hashtb): Ditto.
4667         (wl-local-folder-init): Ditto.
4668         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
4669
4670 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4671
4672         * wl-summary.el (wl-summary-default-from): Fix probrem when
4673         std11-extract-address-components return (nil "foo@bar").
4674
4675 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
4676
4677         * wl-draft.el (wl-draft-clone-local-variables):
4678         Remove redundant `setq'.
4679
4680 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4681
4682         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
4683         Bind wl-highlight-x-face-func as nil while highlighting header.
4684
4685 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
4686
4687         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
4688
4689 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4690
4691         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
4692         elmo-msgdb-overview-hashtb from copy-variables.
4693         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
4694         instead of `elmo-msgdb-overview-get-entity-by-number'.
4695         (wl-summary-auto-refile): Ditto.
4696
4697         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
4698         `elmo-msgdb-overview-get-entity' instead of
4699         `elmo-msgdb-search-overview-entity'.  Use
4700         `elmo-msgdb-overview-get-entity' instead of
4701         `elmo-msgdb-overview-get-entity-by-number'.
4702         (wl-thread-insert-entity-sub): Ditto.
4703         (wl-thread-insert-message): Ditto.
4704
4705         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
4706         `elmo-msgdb-overview-get-entity'.
4707         (wl-normal-message-redisplay): Ditto.
4708
4709 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4710
4711         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
4712         `wl-thread-entities'.
4713         (wl-thread-delete-message): Fix remove top message from
4714         `wl-thread-entity-list'.
4715
4716         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
4717         wl-append(nconc), because update-list is broken on Meadow.
4718
4719         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
4720         updating process.
4721         (wl-summary-rescan): Ditto.
4722         (wl-summary-sync-update3): Ditto.
4723         * wl-thread.el (wl-thread-set-parent): Renamed from
4724         `wl-summary-set-parent'.
4725         (wl-thread-insert-message): Updating buffer faster.
4726         (wl-thread-delete-message): Updating buffer faster.
4727
4728         * wl-score.el (wl-summary-score-update-all-lines): Changed
4729         interval for display progress gauge.
4730
4731 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4732
4733         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
4734         folder always-sticky.
4735         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
4736         defmacro.
4737
4738 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
4739
4740         * wl-vars.el (wl-draft-add-references): New user option.
4741
4742         * wl-draft.el (wl-draft-add-references): New function.
4743         (wl-draft-yank-from-mail-reply-buffer): Use it.
4744         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
4745         as nil.
4746
4747 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4748
4749         * wl-thread.el (wl-thread-update-line-msgs): Called
4750         `wl-thread-update-line-on-buffer-sub'.
4751         (wl-thread-update-line-on-buffer): Delete routine of inserting
4752         thread.
4753         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
4754         moved from `wl-thread-update-line-on-buffer'.
4755         Add threshold for displaying progress gauge.
4756         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
4757         argument of `wl-thread-update-line-msgs'.
4758         Add threshold for displaying progress gauge.
4759         * wl-folder.el:
4760         Add threshold for displaying progress gauge.
4761         * wl-score.el: Ditto.
4762
4763         * wl-expire.el (wl-summary-expire): Display deleting info.
4764
4765 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
4766
4767         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
4768         `no-msg'.
4769         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
4770         argument of `wl-thread-update-line-msgs'.
4771         (wl-summary-set-parent): Added optional argument `parent-number'.
4772         (wl-summary-buffer-saved-message): New buffer local variable.
4773         (wl-summary-save-current-message): New command.
4774         (wl-summary-yank-saved-message): Ditto.
4775         (wl-summary-mode-map): Added key binding for
4776         `wl-summary-save-current-message' (\ew) and
4777         `wl-summary-yank-saved-message' (\C-y).
4778         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
4779
4780 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4781
4782         * wl-summary.el (wl-summary-mode-map): Added key binding for
4783         `wl-summary-set-parent' (ts).
4784
4785 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4786
4787         * wl-summary.el (wl-summary-insert-thread-entity): Search same
4788         subject faster. If thread number is reverse, delayed updating
4789         thread.
4790         (wl-summary-search-by-subject): Ditto.
4791         (wl-summary-put-alike): Ditto.
4792         (wl-summary-get-alike): Ditto.
4793         (wl-summary-insert-headers): Insert header of all overview in
4794         buffer.
4795         (wl-summary-rescan): Delayed updating thread. Kill search subject
4796         buffer for wl-summary-search-by-subject.
4797         (wl-summary-sync-update3): Ditto.
4798         (wl-summary-exit): Ditto.
4799         (wl-summary-goto-bottom-of-current-thread): Change for linked
4800         thread.
4801         (wl-summary-overview-create-summary-line): Change line for linked
4802         thread.
4803
4804         * wl-summary.el (wl-summary-update-thread): Use
4805         wl-thread-maybe-get-children-num.
4806         (wl-summary-set-parent): If change parent, move sub thread.
4807         (wl-summary-redisplay-internal): Add horizontal recenter.
4808         (wl-summary-redisplay-no-mime): Add horizontal recenter.
4809
4810         * wl-thread.el (wl-thread-entity-get-linked): New function.
4811         (wl-thread-entity-set-linked): New function.
4812         (wl-thread-create-entity): Add linked element.
4813         (wl-thread-entity-insert-as-top): Use wl-append.
4814         (wl-thread-maybe-get-children-num): If closing thread, return
4815         children msgs.
4816         (wl-thread-update-line-msgs): Displaying progress message.
4817         (wl-thread-update-line-on-buffer-sub): Use
4818         wl-thread-maybe-get-children-num.
4819         (wl-thread-update-line-on-buffer): If update line is not exists,
4820         insert thread.
4821         (wl-thread-delete-message): If delete top msg of thread, search
4822         parent by subject.
4823         (wl-thread-insert-entity): Use
4824         wl-thread-maybe-get-children-num.
4825
4826         * wl-highlight.el (wl-highlight-summary-current-line): change
4827         sregexp for linked thread.
4828         * wl-util.el (wl-count-lines): Count lines.
4829         (wl-horizontal-recenter): horizontal recenter.
4830         * wl-score.el (wl-score-put-alike): Use wl-count-lines
4831         (wl-score-get-alike): Ditto.
4832         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
4833         (wl-subject-length-limit): New variable.
4834         (wl-highlight-thread-indent-string-regexp): Changed for linked
4835         thread.
4836
4837 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4838
4839         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
4840         New variable (revival).
4841         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
4842         by subject matching if there's no in-reply-to nor references field
4843         (revival).
4844
4845 \f
4846 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4847
4848         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
4849         message.
4850
4851 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4852
4853         * wl-summary.el (wl-summary-reply): Return t if there was a
4854         message at cursor point.
4855         Added unwind-protect.
4856         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
4857         returns t.
4858         (wl-summary-cancel-message): Do nothing when there's no message at
4859         cursor point.
4860         (wl-summary-forward): Ditto.
4861         (wl-summary-jump-to-parent-message): Ditto.
4862         (wl-summary-reedit): Ditto.
4863         (wl-summary-edit-addresses): Ditto.
4864         (wl-summary-pipe-message): Ditto.
4865         (wl-summary-print-message-with-ps-print): Ditto.
4866         (wl-summary-print-message): Ditto.
4867         (wl-summary-mark-as-important): Ditto.
4868         (wl-summary-mark-as-unread): Ditto.
4869
4870         * wl-summary.el (wl-summary-reply): Cause an error when there's no
4871         message at cursor point.
4872         (wl-summary-reply-with-citation): Remove unwind-protect.
4873
4874         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
4875         subject searching feature.
4876         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
4877         Eliminated.
4878
4879 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
4880
4881         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
4882         New variable.
4883         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
4884         by subject matching if there's no in-reply-to nor references field.
4885
4886         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
4887
4888         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
4889         when display is finished.
4890         (wl-folder-open-all): Ditto.
4891         (wl-folder-update-access-group): Ditto.
4892         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
4893         * wl-thread.el (wl-thread-close-all): Ditto.
4894
4895         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
4896         progress gauge only when it was displayed.
4897         * wl-folder.el (wl-folder-insert-entity): Ditto.
4898
4899 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
4900
4901         * wl-summary.el (wl-summary-incorporate): Enclose
4902         `wl-summary-sync-force-update' with save-excursion.
4903
4904 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
4905
4906         * wl-summary.el (wl-summary-prefetch-region):
4907         Pass current cursor point to `pos-visible-in-window-p' after
4908         moving cursor to the started point.
4909
4910 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4911
4912         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
4913
4914         * wl-draft.el (wl-draft-insert-current-message): Delete useless
4915         fields from the forwarding message.
4916         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
4917         `ignored-fields'.
4918
4919 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
4920
4921         * wl-mime.el (wl-message-request-partial):
4922         Eliminated argument `msgdb'.
4923         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
4924         (wl-mime-combine-message/partial-pieces): Likewise.
4925         * tm-wl.el (wl-message-request-partial): Likewise.
4926         (wl-mime-combine-message/partial-pieces): Likewise.
4927
4928 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
4929
4930         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
4931         when display is finished.
4932
4933 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
4934
4935         * wl-summary.el (wl-summary-goto-folder-subr):
4936         Fix problem when wl-summary-partial-highlight-above-lines is nil.
4937
4938 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
4939
4940         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
4941         when cursor point is visible.
4942
4943 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
4944
4945         * wl-expire.el (wl-expire-archive-get-max-number):
4946         Don't use `file-name-directory'.
4947
4948 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
4949
4950         * wl-expire.el (wl-expire-archive-get-max-number):
4951         Use `file-name-directory'.
4952
4953 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
4954
4955         * wl-summary.el (wl-summary-sync-marks): Re-display progress
4956         only when there is progress.
4957
4958 2000-04-13  Mito <mit@nines.nec.co.jp>
4959
4960         * wl-summary.el (wl-summary-sync-marks): Display progress.
4961
4962 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
4963
4964         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
4965         (wl-summary-prev): Move cursor regardless of unread status.
4966         (wl-summary-next): Ditto.
4967
4968 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
4969
4970         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
4971         Added argument `target' and `number'.
4972         * tm-wl.el (wl-summary-burst-subr): New function.
4973         (wl-summary-burst): Use it.
4974
4975 2000-04-10  Mito <mit@nines.nec.co.jp>
4976
4977         * wl-mime.el (wl-burst): New function.
4978         (wl-summary-burst): Use it.
4979
4980 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
4981
4982         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
4983         as petname when there's no candidate.
4984
4985 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
4986
4987         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
4988         New variable.
4989         * wl-fldmgr.el (wl-fldmgr-add): Use it.
4990
4991         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
4992
4993         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
4994
4995 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
4996
4997         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
4998         Use substring of `original' instead of buffer-substring.
4999         (wl-refile-evaluate-rule):
5000         Set `original' argument of wl-refile-expand-newtext.
5001
5002         * wl-summary.el
5003         (wl-summary-auto-refile-check-refile-rule-alist-subr,
5004         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
5005         (wl-summary-auto-refile): Check existence of destination folder just
5006         before marking.
5007
5008 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5009
5010         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
5011         when wl-refile-get-field-value return nil.
5012
5013 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
5014
5015         * wl-refile.el
5016         (wl-refile-expand-newtext): New function imported from Gnus.
5017         (wl-refile-evaluate-rule): Use it.
5018
5019 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
5020
5021         * wl-summary.el (wl-summary-print-destination):
5022         Duplicate folder string to avoid putting text-property on
5023         original string.
5024
5025         * wl-refile.el (wl-refile-get-field-value): New function.
5026         (wl-refile-evaluate-rule): New function;
5027         Evaluate refile rule recursively.
5028         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
5029         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
5030         New function; Check existence of a target folder recursively.
5031         (wl-summary-auto-refile-check-refile-rule-alist):
5032         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
5033
5034 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
5035
5036         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
5037
5038         * wl-folder.el (wl-create-folder-entity-from-buffer):
5039         Fixed problem when '}' character is contained in folder name.
5040
5041         * wl-xmas.el (wl-make-modeline): Consider plugged status.
5042
5043 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
5044
5045         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
5046         (wl-fldmgr-add-completion-all-completions):
5047         Use wl-fldmgr-add-completion-hashtb.
5048
5049 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
5050
5051         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
5052         wl-fldmgr-add-completion-subr): New functions.
5053         * wl-folder.el (wl-folder-completion-func): New variable.
5054         * wl-summary.el (wl-summary-read-folder):
5055         Use wl-folder-completion-func.
5056
5057         * wl-refile.el: Eliminate throw & catch.
5058
5059         * wl.el (wl-plugged-sending-queue-status): Fixed.
5060
5061 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
5062
5063         * wl-draft.el (wl-draft): Put category property on
5064         mail-header-separator.