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