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