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