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