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