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