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