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