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