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