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