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