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