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