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