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