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