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