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