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