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