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