* wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
[elisp/wanderlust.git] / wl / ChangeLog
1 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
4         (wl-prog-uudecode-no-stdout-option): Changed default to t.
5         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6
7         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8         save-excursion.
9
10 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
11
12         * wl-version.el (wl-version): Changed codename to "Rio-pre3".
13
14         * wl-draft.el (wl-draft-smtp-send-buffer): New function
15         (for compatibility).
16         (wl-draft-send-mail-with-smtp): Use it.
17
18         * wl-summary.el (wl-summary-save-view-cache):
19         Delete duplicated `write-region';
20         Use `write-region-as-binary' instead of `as-binary-output-file' and
21         `write-region'.
22
23 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
24
25         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
26
27 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
28
29         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
30         does not exist.
31         (wl-biff-stop): Call `cancel-timer' if timer already exists.
32         (wl-biff-start): Call `timer-activate' if timer already exists.
33
34         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
35         only when it is bound as function.
36
37 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
38
39         * wl-version.el (wl-version): Changed codename to "Rio-pre2".
40
41 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
42
43         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
44         Print refile/copy destination.
45
46 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
47
48         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
49         queue-flush-only is non-nil.
50
51         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
52
53         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
54         checking cache folder.
55
56 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
57
58         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
59         `regexp-quote'.
60
61 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
62
63         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
64         function.
65         * wl-summary.el (wl-summary-write-current-folder-functions):
66         Change default value.  Use it.
67
68 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
69
70         * Version number is increased to 2.4.0.
71         * wl-version.el (wl-version): Changed codename.
72
73 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
74
75         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
76         (wl-summary-supersedes-message): Ditto.
77
78 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
79
80         * wl-refile.el (wl-refile-guess-functions): Renamed from
81         `wl-refile-guess-func-list'.
82
83 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
84
85         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
86         Fixed problem when no rule was matched.
87
88 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
89
90         * wl-summary.el (wl-summary-get-mark): Fixed
91         `wl-summary-buffer-target-mark' check logic.
92
93 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
94
95         * wl-folder.el (wl-folder-write-current-folder): Added group
96         folder check.
97
98         * wl-summary.el (wl-summary-write-current-folder): Renamed from
99         `wl-summary-write-current-newsgroup'.
100         (wl-summary-write-current-folder-functions): New variable.
101         * wl-folder.el (wl-folder-get-newsgroups): New function.
102         (wl-folder-guess-mailing-list-by-refile-rule): New function.
103         (wl-folder-write-current-folder): Renamed from
104         `wl-folder-write-current-newsgroup'.
105
106 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
107
108         * Version number is increased to 2.3.93.
109
110 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
111
112         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
113         (wl-ldap-make-matched-value-list): Ditto.
114         (wl-ldap-alias-safe-string): Split e-mail address.
115
116         * wl-summary.el (wl-summary-read-folder): Fixed problem when
117         petname folder default was selected.
118         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
119         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
120
121 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
122
123         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
124         to `wl-draft-config-exec'.
125
126         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
127         instead of calling `wl-draft-config-exec';
128         Process group-list and show recipients in minibuffer.
129
130         * tm-wl.el (wl-draft-preview-message): Ditto.
131
132 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
133
134         * wl.el (toplevel): Added (C) to copyright notice, and
135         sync Author header.
136         * tm-wl.el (toplevel): Ditto.
137         * wl-address.el (toplevel): Ditto.
138         * wl-demo.el (toplevel): Ditto.
139         * wl-dnd.el (toplevel): Ditto.
140         * wl-draft.el (toplevel): Ditto.
141         * wl-e21.el (toplevel): Ditto.
142         * wl-expire.el (toplevel): Ditto.
143         * wl-folder.el (toplevel): Ditto.
144         * wl-highlight.el (toplevel): Ditto.
145         * wl-message.el (toplevel): Ditto.
146         * wl-mime.el (toplevel): Ditto.
147         * wl-mule.el (toplevel): Ditto.
148         * wl-nemacs.el (toplevel): Ditto.
149         * wl-refile.el (toplevel): Ditto.
150         * wl-score.el (toplevel): Ditto.
151         * wl-summary.el (toplevel): Ditto.
152         * wl-template.el (toplevel): Ditto.
153         * wl-thread.el (toplevel): Ditto.
154         * wl-util.el (toplevel): Ditto.
155         * wl-vars.el (toplevel): Ditto.
156         * wl-xmas.el (toplevel): Ditto.
157
158 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
159
160         * wl.el (wl-init): Added comment about `wl-init-hook'.
161         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
162         * wl-vars.el (wl-init-hook): Added docs.
163         (wl-make-plugged-hook): Removed useless docs.
164         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
165         * wl-xmas.el (toplevel): Ditto.
166
167 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
168
169         * wl-address.el (toplevel): Fixed multiple Author header format.
170         * wl-demo.el (toplevel): Ditto.
171         * wl-draft.el (toplevel): Ditto.
172         * wl-folder.el (toplevel): Ditto.
173         * wl-summary.el (toplevel): Ditto.
174         * wl-thread.el (toplevel): Ditto.
175         * wl-util.el (toplevel): Ditto.
176         * wl-vars.el (toplevel): Ditto.
177         * wl-version.el (toplevel): Ditto.
178         * wl-xmas.el (toplevel): Ditto.
179         * wl.el (toplevel): Ditto.
180
181         * wl-version.el (toplevel): Added require `elmo-version' for
182         `product-version-as-string'.
183
184 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
185
186         * wl-vars.el (wl-draft-send-hook): Changed default value to
187         '(wl-draft-config-exec).
188
189         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
190         explicitly.
191         (wl-draft): Set `wl-draft-config-exec-flag' before running
192         `wl-mail-setup-hook'.
193
194         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
195         `wl-biff-init-icons' to `wl-init-hook' instead of
196         `wl-make-plugged-hook'.
197         (Because if `wl-draft' command is invoked at first,
198         they are not initialized)
199         Updated copyright notice.
200
201         * wl-e21.el (toplevel): Ditto;
202
203         * wl-demo.el (toplevel): Updated copyright notice.
204         * wl-address.el (toplevel): Ditto.
205         * wl-draft.el (toplevel): Ditto.
206         * wl-version.el (toplevel): Ditto.
207         * wl-folder.el (toplevel): Ditto.
208         * wl-summary.el (toplevel): Ditto.
209         * wl-thread.el (toplevel): Ditto.
210         * wl-util.el (toplevel): Ditto.
211         * wl-vars.el (toplevel): Ditto.
212         * wl.el (toplevel): Ditto.
213
214 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
215
216         * wl-highlight.el (wl-highlight-message): Fixed problem of
217         highlighting failure which occured when the last field contains
218         multiple lines in the draft buffer.
219
220         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
221         `wl-biff-start' if plugged.
222
223         * wl-util.el (wl-biff-check-folder): New function.
224         (wl-biff-check-folders): Don't set session name prefix.
225         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
226         (wl-biff-check-folder-async): Ditto.
227
228         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
229         in email address.
230
231 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
232
233         * wl-vars.el (wl-subject-prefix-regexp): New variable.
234
235         * wl-draft.el (wl-draft-strip-subject-re): New function.
236
237         * wl-draft.el (wl-draft-reply): Use it.
238
239 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
240
241         * wl-message.el (wl-mmelmo-message-redisplay): Use
242         `mime-display-message' instead of `wl-mime-display-message'.
243
244         * wl-mime.el (toplevel): Removed compatibility workaround
245         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
246         (wl-mime-display-message): Abolished.
247         (wl-mime-entity-read-field): Ditto.
248         (wl-mime-combine-message/partial-pieces): Use
249         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
250
251 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
252
253         * wl-template.el: Doc fixes.
254
255 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
256
257         * wl-e21.el (wl-message-overload-functions): Do nothing if
258         `current-local-map' is not available.
259         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
260
261 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
262
263         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
264         representation.
265
266         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
267         number.
268         (wl-fldmgr-save-folders): Don't use `format' when insert
269         `wl-fldmgr-folders-header'.
270
271 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
272
273         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
274
275 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
276
277         * wl-highlight.el (wl-highlight-message):
278         Use `std11-field-end' to detect end point of the header field.
279         Refer `wl-highlight-max-header-size'.
280
281         * wl-vars.el (wl-highlight-max-header-size): New variable.
282
283         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
284
285         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
286         Set `for-draft' argument of wl-highlight-headers.
287         (wl-draft): Ditto.
288         (wl-draft-reedit): Ditto.
289         (wl-user-agent-compose-internal): Ditto.
290
291 2000-10-24   Daiki Ueno <ueno@unixuser.org>
292
293         * wl-message.el (wl-message-add-button): Use overlay.
294
295 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
296
297         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
298
299         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
300         problem when group-list content is nothing.
301         (Reported by Mito <mit@nines.nec.co.jp>)
302
303 2000-10-18  SAITO Atsunori <sai@yedo.com>
304
305         * wl-summary.el (wl-summary-print-destination): Adjust line length.
306
307 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
308
309         * tm-wl.el (toplevel): Use product-provide.
310
311 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
312
313         * Version number is increased to 2.3.92.
314
315 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
316
317         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
318         title text, use `display' property for left margin under Emacs 21.
319
320         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
321         properties.
322         (wl-plugged-init-icons): Ditto.
323
324 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
325
326         * wl.el (wl-save-status, wl-init): Remove last period in
327         "...done." message.
328         * tm-wl.el (wl-summary-burst): Ditto.
329         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
330         wl-summary-resume-cache-status,
331         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
332         wl-summary-sync-update3, wl-summary-highlight-msgs,
333         wl-summary-flush-pending-append-operations,
334         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
335         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
336         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
337         wl-thread-open-all): Ditto.
338         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
339         * wl-mime.el (wl-summary-burst): Ditto.
340         * wl-highlight.el (wl-highlight-summary): Ditto.
341         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
342         wl-folder-open-all, wl-folder-update-access-group): Ditto.
343         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
344         * wl-address.el (wl-local-address-init): Ditto.
345
346 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
347
348         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
349         `add-text-properties'.
350         (wl-plugged-init-icons): Ditto.
351         (wl-folder-init-icons): Use `propertize' instead of
352         `put-text-property'.
353         (wl-plugged-set-folder-icon): Ditto.
354         (wl-e21-highlight-folder-group-line): Ditto.
355
356 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
357
358         * wl-version.el (wl-version-status-alist): New variable.
359         (wl-version-status): New function.
360
361         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
362         "Cc" part of the case "Reply-To".
363
364         * wl-draft.el (wl-draft-reply): Use result of
365         `eword-extract-address-components'.
366
367         * wl-demo.el (wl-demo-icon-name): New constant.
368         (wl-logo-xpm): Use it.
369         (wl-logo-xbm): Ditto.
370         (wl-logo-bitmap): Ditto.
371
372         * Version number is increased to 2.3.91.
373
374 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
375
376         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
377         (wl-extended-emacs-version, wl-extended-emacs-version2,
378         wl-extended-emacs-version3): Remove `interactive'.  Fixed
379         docstring.
380
381         * wl-version.el (wl-generate-user-agent-string-1): New function.
382         (wl-generate-user-agent-string): Use it.
383
384         * wl-version.el (wl-generate-user-agent-string-1): Ignore
385         `mime-edit-insert-user-agent-field'.
386         (wl-generate-user-agent-string): Check
387         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
388
389         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
390         instead of `if', when verbose case.
391
392 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
393
394         * wl-expire.el (wl-summary-expire): Fix.
395
396 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
397
398         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
399         and `elmo-lost+found-folder' if 'wl-draft.
400         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
401
402 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
403
404         * wl-expire.el (wl-summary-expire): Change messages.
405         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
406         `deleing-info' instead of "Deleting..."
407
408 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
409
410         * wl-summary.el (wl-summary-refile-subr): Fix.
411
412 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
413
414         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
415         if pipe folder.
416
417 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
418
419         * wl-vars.el (wl-draft-use-cache): Default `nil'.
420
421 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
422
423         * wl-expire.el (wl-expire-hide): New function.
424         (wl-summary-expire): Add `hide'.
425
426 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
427
428         * wl-vars.el (wl-draft-reply-without-argument-list):
429         Changed default value to consider `Reply-To:'.
430         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
431
432         * Version number is increased to 2.3.90.
433
434         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
435         elmo-imap4-get-session with unwind-protect.
436         Don't cause error.
437         (wl-summary-sync-marks): Don't check plugged nor folder type.
438         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
439         (Always keep current buffer).
440
441 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
442
443         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
444         Enclose with `save-excursion'.
445
446 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
447
448         * wl-version.el (wl-version): Remove interactive.
449
450 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
451
452         * wl-version.el (wl-generate-user-agent-string): Use
453         `product-string-verbose' instead of `product-string-1'.
454
455 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
456
457         * wl-vars.el (wl-draft-use-cache): New variable.
458         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
459         if wl-draft-use-cache is non-nil.
460
461 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
462
463         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
464         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
465
466 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
467
468         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
469         (wl-thread-msg-mark-as-unread): Ditto.
470
471         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
472         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
473         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
474         Don't set mark in summary if return value of `elmo-mark-as-read'
475         is nil.
476         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
477         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
478         instead of `wl-thread-msg-mark-as-read'.
479         (wl-summary-mark-as-unread-region): Ditto.
480         (wl-summary-target-mark-mark-as-read): Ditto.
481
482         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
483
484 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
485
486         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
487
488         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
489
490 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
491
492         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
493         face.
494
495 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
496
497         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
498         `running-xemacs'.
499
500 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
501
502         * wl-version.el (toplevel): Use `product-version-as-string' for
503         set verstion-string, if defined.
504
505         * wl-version.el (wl-version-show): Insert string at point, when
506         call with argument.
507
508         * wl-version.el (wl-generate-user-agent-string): Use
509         `product-string-1' instead of `wl-appname', `wl-version' and
510         `wl-codename'.
511
512 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
513
514         * wl-address.el (toplevel): Use product-provide.
515         * wl-demo.el (toplevel): Ditto.
516         * wl-dnd.el (toplevel): Ditto.
517         * wl-draft.el (toplevel): Ditto.
518         * wl-e21.el (toplevel): Ditto.
519         * wl-expire.el (toplevel): Ditto.
520         * wl-fldmgr.el (toplevel): Ditto.
521         * wl-folder.el (toplevel): Ditto.
522         * wl-highlight.el (toplevel): Ditto.
523         * wl-message.el (toplevel): Ditto.
524         * wl-mime.el (toplevel): Ditto.
525         * wl-mule.el (toplevel): Ditto.
526         * wl-nemacs.el (toplevel): Ditto.
527         * wl-refile.el (toplevel): Ditto.
528         * wl-score.el (toplevel): Ditto.
529         * wl-summary.el (toplevel): Ditto.
530         * wl-template.el (toplevel): Ditto.
531         * wl-thread.el (toplevel): Ditto.
532         * wl-util.el (toplevel): Ditto.
533         * wl-vars.el (toplevel): Ditto.
534         * wl-xmas.el (toplevel): Ditto.
535         * wl.el (toplevel): Ditto.
536
537 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
538
539         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
540         instead of product.
541
542         * wl-version.el (wl-version): Compile time evalution elmo-version.
543
544 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
545
546         * wl-summary.el (wl-summary-sync-force-update): Append queue
547         `mark-as-read'if unplugged.
548
549 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
550
551         * wl-version.el: New file.  Use product.el.
552         * wl.el: add (require 'wl-version).
553         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
554         for ~/.folders header.
555         (wl-fldmgr-folders-header): Changed.
556         * wl-demo.el (wl-demo): Use product.el.
557
558         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
559         wl-version.el.
560         * wl-util.el (wl-version, wl-version-show): Ditto.
561
562         * wl-util.el (wl-generate-user-agent-string,
563         wl-extended-emacs-version, wl-extended-emacs-version2,
564         wl-extended-emacs-version3): Move to wl-version.el.
565         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
566         xemacs-codename, mime-edit-insert-user-agent-field,
567         mime-edit-user-agent-value, mime-editor/version,
568         mime-editor/codename): Compile warning killer move to
569         wl-version.el
570
571 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
572
573         * wl-summary.el (wl-summary-refile-subr): Fix.
574
575 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
576
577         * wl-summary.el (wl-summary-sync-marks): Changed argument for
578         `elmo-list-folder-unread' and `elmo-list-folder-important'.
579
580 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
581
582         * wl.el (wl-check-environment): Check too many `@'.
583
584 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
585
586         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
587
588 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
589
590         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
591         wl-draft-reply-myself-without-argument-list): Add variables.
592         * wl-draft.el (wl-draft-reply): Use it.
593
594 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
595
596         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
597         the 5th argument of `elmo-network-get-spec'.
598
599         * wl-thread.el (wl-thread-reparent-children): New inline function.
600         (wl-thread-delete-message): Use it.
601
602         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
603         (wl-summary-score-update-all-lines): Don't use `dolist'.
604
605 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
606
607         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
608         (require 'elmo-msgdb) for inline function.
609
610 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
611
612         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
613
614 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
615
616         * wl-score.el (wl-score-headers): Fix for the confusing macro
617         `elmo-kill-buffer'.
618
619 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
620
621         * wl-summary.el: Don't use the 3rd argument of `require' because
622         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
623         * wl-util.el: Ditto.
624         * wl-draft.el: Ditto.
625
626 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
627
628         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
629         window system is not used.
630
631 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
632
633         * wl-thread.el: Don't use `mapcar' only for iteration.
634         (wl-thread-resume-entity): Ditto.
635         (wl-thread-delete-message): Ditto.
636
637         * wl-summary.el: Bind `dragdrop-drop-functions',
638         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
639         of `require' for `timezone', `easymenu' and `ps-print';
640         don't use `mapcar' only for iteration.
641
642         * wl-util.el: Bind `mule-version', `nemacs-version',
643         `emacs-beta-version', `xemacs-codename',
644         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
645         `mime-editor/version' and `mime-editor/codename'; specify 3rd
646         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
647         only for iteration.
648
649         * wl-score.el: Don't use `mapcar' only for iteration.
650         (wl-score-simplify-buffer-fuzzy): Ditto.
651         (wl-score-simplify-subject): Ditto.
652         (wl-score-headers): Ditto.
653         (wl-summary-score-update-all-lines): Ditto.
654
655         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
656         `enable-multibyte-characters' and `mule-version'.
657
658         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
659         `mapcar' only for iteration.
660
661         * wl-demo.el: Don't use `mapcar' only for iteration.
662
663         * wl-folder.el: Don't use `mapcar' only for iteration.
664         (wl-folder-open-all): Ditto.
665         (wl-folder-count-incorporates): Ditto.
666
667         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
668         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
669
670         * wl-draft.el: Bind `x-face-add-x-face-version-header',
671         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
672         `smtp-connection-type'; specify 3rd argument of `require' for
673         `timezone'; don't use `mapcar' only for iteration.
674         (wl-draft-clone-local-variables): Don't use `mapcar'.
675         (wl-draft-generate-clone-buffer): Ditto.
676         (wl-user-agent-compose-internal): Ditto.
677
678         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
679
680         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
681         (wl-save-status): Ditto.
682
683         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
684         for iteration.
685
686 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
687
688         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
689         removed `Date'.
690         (wl-fldmgr-make-filter-default): New user option.
691
692         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
693         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
694         (wl-fldmgr-filter-completion-alist): Abolish.
695
696         * wl.el (wl): Don't check servers if arg is non-nil.
697
698         * wl-draft.el (wl-draft-reply): Set only message-id string to
699         In-Reply-To field.
700
701 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
702
703         * wl-summary.el (wl-summary-pick): Rewrite.
704
705         * wl-draft.el (wl-draft-forward): Get references field from
706         original buffer.
707         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
708
709 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
710
711         * wl-draft.el (wl-draft-forward): Add references field.
712
713 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
714
715         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
716         (wl-draft-reply): Use it.
717
718 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
719
720         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
721         when Emacs 21 is running.
722
723         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
724         bindings.
725
726 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
727
728         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
729         XPM icons transparent.
730
731         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
732         Emacs 21.
733
734 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
735
736         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
737         nil.
738
739         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
740         when it is persistent.
741         (wl-summary-sync-marks): Changed argument for
742         `elmo-list-folder-unread' and `elmo-list-folder-important'.
743         (wl-summary-virtual): Use `elmo-read-search-condition'.
744         (wl-summary-redisplay-internal): If folder is local, mark as read
745         even when folder is plugged.
746
747 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
748
749         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
750         of `tool-bar-lines' in the frame parameters.
751         (after-make-frame-functions, post-command-hook): Don't modify the
752         value.
753         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
754         wl-e21-tool-bar-lines): Removed.
755
756 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
757
758         * wl-highlight.el (wl-highlight-folder-path): Put overlay
759         properties `evaporate' and `wl-momentary-overlay' as well.
760         (wl-highlight-summary-displaying): Ditto.
761         (wl-delete-all-overlays): Don't delete overlay which does not have
762         a property `wl-momentary-overlay'.
763
764         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
765         `display-mouse-p' and `display-graphic-p'.
766         (wl-folder-init-icons): Don't search for XBM or the other files.
767         (wl-plugged-set-folder-icon): Make icons if and only if
768         `display-graphic-p' returns non-nil.
769         (wl-highlight-plugged-current-line): Use `before-string' overlay
770         property to show icon images.
771         (wl-highlight-folder-current-line): Ditto.
772         (wl-e21-highlight-folder-group-line): Ditto.
773         (wl-e21-highlight-folder-by-numbers): Ditto.
774         (wl-e21-insert-image): Removed.
775         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
776         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
777         said.
778         (wl-e21-switch-toolbar-after-make-frame): Renamed from
779         `wl-e21-force-switch-toolbar'.
780         (wl-e21-make-icon-image): Removed.
781         (wl-e21-setup-toolbar): Don't search for XBM files.
782         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
783         the default value.
784
785 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
786
787         * wl-util.el (wl-biff-check-folder-async): Set
788         `wl-biff-check-folders-running' even when it is not an IMAP folder.
789
790 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
791
792         * wl-e21.el (after-make-frame-functions): Add
793         `wl-e21-force-switch-toolbar'.
794         (wl-e21-force-switch-toolbar): New function force to switch the
795         toolbar appearance automatically.
796         (post-command-hook): Add `wl-e21-switch-toolbar'.
797         (wl-e21-switch-toolbar): New function to switch the toolbar
798         appearance automatically.
799         (wl-e21-tool-bar-lines): New buffer local variable.
800
801 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
802
803         * wl-util.el (wl-biff-check-folders-running): New variable.
804         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
805         (wl-biff-check-folder-async-callback):
806         Set `wl-biff-check-folders-running'.
807         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
808         with unwind-protect.
809
810         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
811         Enclose `wl-folder-auto-check' with unwind-protect.
812
813         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
814         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
815
816         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
817
818         * wl-util.el (wl-biff-notify): New inline function.
819         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
820         locally.
821         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
822         folder-list' is 1.
823         Use `wl-biff-notify'.
824         (wl-biff-check-folder-async-callback): New function.
825         (wl-biff-check-folder-async): Ditto.
826
827         * wl-folder.el (wl-folder): Don't check folders.
828         (wl-folder-auto-check): New function.
829
830 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
831
832         * wl-util.el (wl-biff-start) [Emacs19+]:
833         Use `timer-next-integral-multiple-of-time'.
834         (wl-biff-check-folders): Use `wl-default-folder'
835         if `wl-biff-check-folder-list' is nil.
836
837 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
838
839         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
840         instead of `elmo-delete-lists'.
841
842 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
843
844         * wl.el (wl-plugged-toggle-all): Set the value of
845         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
846         (wl-plugged-toggle): Ditto.
847         (wl-toggle-plugged): Ditto.
848         (wl-plugged-init): Ditto.
849
850         * wl-xmas.el (wl-biff-init-icons): Set icons data to
851         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
852         instead of `wl-biff-state-indicator-off' and
853         `wl-biff-state-indicator-on'; don't modify the value and the type
854         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
855         (wl-plugged-init-icons): Set icons data to
856         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
857         instead of `wl-plug-state-indicator-off' and
858         `wl-plug-state-indicator-on'; don't modify the value and the type
859         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
860
861         * wl-vars.el (wl-modeline-biff-state-off,
862         wl-modeline-biff-state-on, wl-modeline-biff-status,
863         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
864         wl-modeline-plug-status): New internal variables.
865         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
866         wl-biff-check-interval, wl-biff-check-folder-list): Change
867         customization group from `wl-folder' to `wl-highlight'.
868         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
869         wl-show-plug-status-on-modeline): Defcustomized.
870
871         * wl-util.el (wl-biff-check-folders): Set the value of the flag
872         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
873         (wl-mode-line-buffer-identification): Set both ON and OFF data with
874         a flag to `mode-line-buffer-identification'.
875
876         * wl-e21.el (wl-biff-init-icons): Set icons data to
877         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
878         instead of `wl-biff-state-indicator-off' and
879         `wl-biff-state-indicator-on'.
880         (wl-plugged-init-icons): Set icons data to
881         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
882         instead of `wl-plug-state-indicator-off' and
883         `wl-plug-state-indicator-on'.
884
885 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
886
887         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
888         excessive titles.
889
890 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
891
892         * wl.el (wl-plugged-mode): Use revised
893         `wl-mode-line-buffer-identification'.
894         (wl-plugged-init): Don't use `force-mode-line-update'.
895
896         * wl-xmas.el (wl-draft-overload-functions): Use revised
897         `wl-mode-line-buffer-identification'.
898         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
899         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
900         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
901         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
902         `wl-make-plugged-hook';
903         add `wl-folder-init-icons' and `wl-setup-folder' to
904         `wl-folder-mode-hook'.
905
906         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
907         19 as well.
908         (wl-mode-line-display-priority-list): New user option.
909         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
910         Defcustomized.
911         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
912         Add docs.
913
914         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
915         start.
916         (wl-mode-line-buffer-identification): Revised as a function.
917
918         * wl-summary.el (wl-summary-mode): Use revised
919         `wl-mode-line-buffer-identification'; don't call
920         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
921         (TopLevel): Don't bind `wl-e21-setup-summary' nor
922         `wl-xmas-setup-summary'.
923
924         * wl-nemacs.el (wl-draft-overload-functions): Use revised
925         `wl-mode-line-buffer-identification'.
926
927         * wl-mule.el (wl-draft-overload-functions): Use revised
928         `wl-mode-line-buffer-identification'.
929
930         * wl-folder.el (wl-make-plugged-alist): Don't call
931         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
932         (wl-folder): Don't call `wl-folder-init-icons' directly.
933         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
934         `wl-xmas-setup-folder' directly;
935         use revised `wl-mode-line-buffer-identification'.
936         (TopLevel): Don't bind `wl-biff-init-icons',
937         `wl-plugged-init-icons', `wl-folder-init-icons',
938         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
939
940         * wl-e21.el (wl-draft-overload-functions): Use revised
941         `wl-mode-line-buffer-identification'.
942         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
943         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
944         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
945         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
946         `wl-make-plugged-hook';
947         add `wl-folder-init-icons' and `wl-setup-folder' to
948         `wl-folder-mode-hook'.
949
950 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
951             Katsumi Yamaoka    <yamaoka@jpl.org>
952
953         * wl.el (wl): Call `wl-biff-start'.
954         (wl-exit): Call `wl-biff-stop'.
955         (wl-plugged-mode): Show biff in modeline.
956         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
957
958         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
959         (wl-biff-init-icons): New function.
960         (wl-plugged-init-icons): Don't make too much keymaps.
961         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
962
963         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
964         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
965         variables.
966         (wl-biff-check-interval, wl-biff-check-folder-list): New user
967         options.
968
969         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
970         wl-biff-start, wl-biff-stop): New functions.
971         (timer-next-integral-multiple-of-time): Defined with `defun-meybe'.
972         (wl-biff-timer-name): New variable.
973
974         * wl-summary.el (wl-summary-mode): Show biff in modeline.
975
976         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
977         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
978
979         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
980         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
981
982         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
983         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
984         `wl-folder-init-icons' to `ignore' if they are not available.
985         (wl-folder-mode): Show biff in modeline.
986
987         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
988         (wl-biff-init-icons): New function.
989         (wl-plugged-init-icons): Don't make too much keymaps.
990         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
991
992 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
993
994         * wl-vars.el (wl-strict-diff-folders): Customization Type
995         and doc fix.  Define as a list of regular expressions for
996         folders or nil.
997         * wl-folder.el (wl-folder-check-one-entity): Use
998         `wl-string-match-member' instead of `wl-string-member' for
999         `wl-strict-diff-folders'.
1000
1001 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
1002
1003         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
1004         (wl-highlight-folder-current-line): Use it; new implementation.
1005         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
1006         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
1007         `defsubst' instead of `defun'.
1008
1009         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
1010         `wl-highlight-group-folder-by-numbers'; made it can also be a
1011         number.  See info for more details.
1012
1013         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
1014         running.
1015
1016         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
1017         to bind them.
1018
1019         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
1020         (wl-highlight-folder-current-line): New implementation.
1021
1022         * wl-highlight.el (wl-highlight-folder-group-line): New
1023         implementation.
1024         (wl-delete-all-overlays): Rewrite as a marco.
1025         (TopLevel): Require `wl-e21' when Emacs 21 is running.
1026
1027         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
1028         running.
1029         (wl-folder-*-glyph): No need to bind them.
1030
1031         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
1032         `wl-e21-highlight-folder-group-icon'; rewrite.
1033         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
1034         `defsubst' instead of `defun'.
1035         (wl-folder-mode-map): Bind it when compiling.
1036
1037 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
1038
1039         * wl.el (wl): Initialize plug-related settings before `wl-init'.
1040
1041         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
1042
1043 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
1044
1045         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
1046
1047 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
1048
1049         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
1050         (wl-highlight-folder-current-line): Use it.
1051
1052         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
1053         in `id-name'.
1054
1055 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
1056
1057         * wl.el: Require `wl-e21' when Emacs 21 is running.
1058
1059         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
1060         default when Emacs 21 is running.
1061         (wl-use-highlight-mouse-line): Ditto.
1062         (wl-on-emacs21): New constant.
1063         (wl-on-emacs20): Removed.
1064
1065         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
1066         Emacs 21 is running.
1067
1068         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
1069         Emacs 21 is running.
1070
1071         * wl-e21.el: New file.
1072
1073 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
1074
1075         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
1076         (wl-toggle-plugged): Ditto.
1077         (wl-plugged-toggle): Ditto.
1078         (wl-plugged-toggle-all): Ditto.
1079
1080         * wl-vars.el (wl-plug-state-indicator): Refer
1081         `wl-plug-state-indicator-on' indirectly.
1082
1083 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1084
1085         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
1086         Call `wl-folder-confirm-existence'.
1087
1088         * wl-folder.el (wl-folder-confirm-existence): Added optional
1089         argument `force'.
1090
1091 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
1092
1093         * wl-summary.el (wl-summary-refile-subr): Assume
1094         `copy-or-refile' as symbol.
1095         (wl-summary-refile): Follow up above change.
1096         (wl-summary-copy): Ditto.  Doc fix.
1097
1098 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
1099
1100         * wl-summary.el (wl-summary-pick): Don't bind
1101         `elmo-search-mime-charset'.
1102
1103         * wl-vars.el (wl-highlight-message-header-button-alist): Define
1104         default using old backquote style.
1105         (wl-search-mime-charset): Abolished.
1106
1107         * wl-highlight.el (wl-highlight-headers):
1108         Call `point' after `re-search-forward'(for Nemacs).
1109
1110         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
1111         for elmo-imap4.el.
1112
1113 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
1114
1115         * wl-message.el (wl-mmelmo-message-redisplay): Bind
1116         `wl-message-ignored-field-list' instead of
1117         `mime-view-ignored-field-list'.
1118
1119         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
1120         Add interactive spec.
1121         (wl-folder-goto-bottom-of-current-folder): Ditto.
1122         (wl-folder-mode-map): Bind them.
1123
1124         * wl-vars.el (wl-message-ignored-field-list): New variable.
1125         (wl-message-visible-field-list): New variable.
1126
1127         * wl-mime.el (wl-mime-header-presentation-method): New function.
1128         (wl-mime-setup): Set header-presentation-method.
1129
1130 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
1131
1132         * wl-nemacs.el (wl-draft-overload-functions): Set
1133         `mode-line-buffer-identification' instead of using
1134         `wl-make-modeline'.
1135
1136         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
1137         instead of using `wl-make-modeline'.
1138
1139         * wl-xmas.el (wl-plugged-init-icons): Set up
1140         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
1141         (wl-make-modeline): Abolish.
1142         (wl-draft-overload-functions): Set
1143         `mode-line-buffer-identification' instead of using
1144         `wl-make-modeline'.
1145
1146         * wl-util.el (wl-make-modeline-subr): Abolish.
1147         (wl-mode-line-buffer-identification): New alias.
1148
1149         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
1150         (wl-summary-make-modeline): Abolish.
1151         (wl-summary-buffer-set-folder): Set
1152         `wl-summary-buffer-folder-indicator'.
1153         (wl-summary-mode): Set `mode-line-buffer-identification' instead
1154         of using `wl-make-modeline'.
1155         (wl-summary-switch-to-clone-buffer): Don't set
1156         `mode-line-buffer-identification'.
1157         (wl-summary-goto-folder-subr): Ditto.
1158
1159         * wl-mule.el (wl-draft-overload-functions): Set
1160         `mode-line-buffer-identification' instead of using
1161         `wl-make-modeline'.
1162
1163         * wl-folder.el (wl-folder-mode): Set
1164         `mode-line-buffer-identification' instead of using
1165         `wl-make-modeline'.
1166         (wl-folder): Don't set `mode-line-buffer-identification'.
1167
1168 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
1169
1170         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
1171         instead of `member' for `wl-refile-guess-func-list' look-ups.
1172         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
1173
1174 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
1175
1176         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
1177         `wl-message-button-dispatcher'.
1178
1179         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
1180
1181         * wl-message.el (wl-message-button-dispatcher): Use it.
1182
1183         * wl-vars.el (wl-highlight-message-header-button-alist): Add
1184         "In-Reply-To".
1185
1186         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
1187         Bind `case-fold-search' to t.
1188
1189 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
1190
1191         * wl-xmas.el (wl-message-overload-functions): Initialize
1192         `wl-message-button-map'.
1193
1194         * wl-mule.el (wl-message-overload-functions): Initialize
1195         `wl-message-button-map'.
1196
1197         * wl-vars.el (wl-highlight-message-header-button-alist): New.
1198
1199         * wl-message.el (wl-message-button-map): New keymap.
1200         (wl-message-add-button): New function.
1201         (wl-message-button-dispatcher): New function.
1202         (wl-message-button-refer-article): New function.
1203
1204         * wl-highlight.el
1205         (wl-highlight-message-add-buttons-to-header): New function.
1206         (wl-highlight-headers): Use it.
1207
1208 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
1209
1210         * wl-summary.el (wl-summary-default-from): Use
1211         `wl-address-get-petname-1'.
1212         (wl-summary-simple-from): Ditto.
1213
1214         * wl-address.el (wl-address-get-petname-1): New inline function.
1215         (wl-address-get-petname): Use it.
1216
1217 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
1218
1219         * wl-summary.el (wl-summary-default-from): Return full-name part
1220         from the address if no petname was found.
1221         (wl-summary-simple-from): Ditto.
1222
1223         * wl-address.el (wl-address-get-petname): Return nil if no petname
1224         associated with the address was found.
1225
1226 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1227
1228         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
1229         display is finished.
1230
1231 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1232
1233         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
1234         `elmo-folder-exists-p' argument.
1235
1236 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
1237
1238         * wl-folder.el (wl-folder-confirm-existence): Check existence of
1239         the folder.
1240
1241 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1242
1243         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
1244
1245         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
1246         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
1247
1248 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
1249
1250         * wl-folder.el (wl-folder-create-subr): New function.
1251         (wl-folder-confirm-existence): Use it.
1252         (wl-folder-check-one-entity): Use it.
1253         Check the error symbol is derived from 'elmo-open-error.
1254
1255         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
1256         `ignore-error'.
1257
1258 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1259
1260         * wl-util.el (toplevel): Add (eval-when-compile (require
1261         'elmo-util)).  (Maybe `provide' is typo.)
1262
1263 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
1264
1265         * wl-util.el (toplevel): Removed (provide 'elmo-util).
1266         (I don't know why this was needed.)
1267
1268         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
1269         Follow up changes for stream-type.
1270
1271         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
1272         (wl-draft-elmo-nntp-send): Ditto.
1273
1274         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
1275         (wl-nntp-posting-stream-type): Ditto.
1276         (wl-pop-before-smtp-ssl): Abolished.
1277         (wl-nntp-posting-ssl): Ditto.
1278
1279         * wl-address.el (wl-address-quote-specials): New function.
1280         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
1281
1282         * wl-draft.el (wl-draft-reply): Ditto.
1283
1284 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1285
1286         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
1287         use function `wl-string-match-assoc'.
1288
1289 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
1290
1291         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
1292
1293         * wl-draft.el (wl-draft-deduce-address-list): New function.
1294         (wl-draft-parse-mailbox-list): Ditto.
1295         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
1296         instead of `smtp-deduce-address-list'.
1297         (wl-draft-on-field-p): Follow group list.
1298
1299         * wl-address.el (wl-address-concat-token): New function.
1300         (wl-address-string-without-group-list-contents): Ditto.
1301         (wl-complete-field-body): Fixed problem of completion
1302         by japanese petname.
1303         (wl-address-make-completion-list): Rewrite.
1304
1305 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
1306
1307         * wl-address.el (wl-address-make-completion-list): Completion by
1308         petname.
1309         (wl-complete-field-body): Likewise.
1310
1311 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
1312
1313         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
1314         contains invalid address syntax.
1315
1316 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
1317
1318         * wl-folder.el (wl-folder-check-entity-async): Use
1319         `elmo-nntp-spec-hostname'.
1320
1321 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
1322
1323         * wl-summary.el (wl-summary-msgdb-load-async): Use
1324         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
1325
1326 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
1327
1328         * wl-draft.el (wl-draft-reply): Set argument
1329         `content-transfer-encoding' as nil.
1330
1331 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
1332
1333         * wl-refile.el (wl-refile-learn): Move hit element to the top of
1334         `wl-refile-alist'.
1335
1336 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
1337
1338         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
1339         (wl-draft-edit-string): Ditto.
1340         (wl-draft-forward): Ditto.
1341         * wl-summary.el (wl-summary-write): Ditto.
1342
1343 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1344
1345         * wl-summary.el (wl-summary-sync-update3): Call
1346         `wl-summary-buffer-number-column-detect'.
1347         (wl-summary-buffer-number-column-detect): Search from point-min.
1348
1349 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1350
1351         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
1352         contains an address which is not included in original to or cc.
1353
1354 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
1355
1356         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
1357         begin-line does not exist.
1358         * wl-message.el (wl-message-uu-substring): Ditto.
1359
1360 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1361
1362         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
1363         clear local variables.
1364         (wl-summary-exit): Call `elmo-commit'.
1365         (wl-summary-switch-to-clone-buffer): Call
1366         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
1367         (wl-summary-goto-folder-subr): Ditto.
1368
1369         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
1370         POP folder.
1371
1372 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1373
1374         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
1375         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
1376         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
1377         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
1378         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
1379         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
1380
1381         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
1382
1383 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
1384
1385         * wl-summary.el (wl-summary-search-by-subject):
1386         Search parent message from the latest one.
1387
1388 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1389
1390         * wl-draft.el (wl-draft-reply): Insert address with full-name.
1391         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
1392
1393         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
1394         New user option.
1395
1396         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
1397         if elmo-nntp-use-killed-list is nil.
1398         Use `elmo-msgdb-append-to-killed-list'.
1399         (Append numbers confirmed as disappeared to the killed list.)
1400         (wl-summary-confirm-appends): Don't display negative number.
1401
1402 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
1403
1404         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
1405
1406 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
1407
1408         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
1409         range is `all'.
1410         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
1411         `elmo-list-bigger-diff'.
1412
1413 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
1414
1415         * wl-summary.el (wl-summary-buffer-exit-func):
1416         New buffer local variable.
1417         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
1418
1419 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
1420
1421         * wl-demo.el (wl-demo): Fix the last change.
1422
1423 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
1424
1425         * wl-demo.el (wl-demo): Don't use `eval'.
1426
1427 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
1428
1429         * wl-summary.el (wl-summary-buffer-thread-modified):
1430         New buffer-local variable.
1431         (wl-summary-set-thread-modified): New function.
1432         (wl-summary-thread-modified-p): New function.
1433         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
1434         (wl-summary-yank-saved-message): Use function
1435         `wl-summary-set-thread-modified'
1436         (wl-summary-switch-to-clone-buffer): Add
1437         `wl-summary-buffer-thread-modified'.
1438
1439         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
1440         (wl-summary-buffer-mark-saved-hook): Ditto.
1441         * wl-summary.el (wl-summary-msgdb-save): New hook
1442         `wl-summary-buffer-message-saved-hook' and
1443         `wl-summary-buffer-mark-saved-hook'.
1444
1445 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
1446
1447         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
1448
1449 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
1450
1451         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
1452         don't hide scroll bars under FSF Emacsen because it may incur an
1453         undesirable redrawing.
1454
1455 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
1456
1457         * wl-draft.el (wl-draft-edit-string): Call
1458         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
1459
1460 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
1461
1462         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
1463
1464 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
1465
1466         * wl-summary.el (wl-summary-msgdb-load-async): Call
1467         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
1468
1469 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
1470
1471         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
1472         fringes in demo buffer; center bitmap logo correctly even if old
1473         Mule is used.
1474
1475 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
1476
1477         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
1478
1479         * wl-refile.el (wl-refile-subject-alist): New variable.
1480         (wl-refile-subject-alist-file-name): Ditto.
1481         (wl-refile-alist-setup): Rewrite.
1482         (wl-refile-alist-save): Use `elmo-object-save'.
1483         Eliminated arguments.
1484         (wl-refile-learn): Check `wl-refile-guess-func-list'.
1485         (wl-refile-guess-by-subject): New function.
1486         (wl-refile-guess-func-list): Added it.
1487
1488 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
1489
1490         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
1491         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
1492
1493 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-summary.el (wl-summary-buffer-prev-folder-func):
1496         New buffer-local variable.
1497         (wl-summary-buffer-next-folder-func): Ditto.
1498         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
1499         if non-nil.
1500         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
1501         if non-nil.
1502         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
1503         if non-nil.
1504         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
1505         if non-nil.
1506
1507 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
1508
1509         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
1510         permanently in the demo buffer.
1511
1512 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
1513
1514         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
1515         `mime-entity-fetch-field'.
1516
1517         * wl.el (wl-exit): Delete plugged buffer.
1518
1519         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
1520         XEmacs has menubar feature.
1521
1522 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
1523
1524         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
1525         cannot arrive at the beginning of the buffer under old Emacsen.
1526
1527 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
1528
1529         * wl-address.el (wl-address-ldap-search):
1530         Call `ldap-search-entries' with `withdn' argument t.
1531         (wl-complete-field-body): Bind completion-ignore-case as t.
1532         Clear ldap search hash when it was sole completion.
1533         Use elmo-string for pattern string.
1534         (wl-ldap-alias-safe-string): Eliminated needless let.
1535
1536 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
1537
1538         * wl-address.el (wl-ldap-alias-dn-level): New variable.
1539         (wl-ldap-alias-sep): New constant.
1540         (wl-ldap-search-attribute-type-list): Ditto.
1541         (wl-ldap-get-value): New function.
1542         (wl-ldap-make-filter): Ditto.
1543         (wl-ldap-make-matched-value-list): Ditto.
1544         (wl-ldap-alias-safe-string): Ditto.
1545         (wl-ldap-register-dn-string): Ditto.
1546         (wl-address-ldap-search): Rewrite.
1547
1548 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1549
1550         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
1551         thread is deleted.
1552         (wl-thread-delete-line-from-buffer): Ditto.
1553         (wl-thread-get-exist-children): New function.
1554
1555 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
1556
1557         * wl-demo.el (wl-demo): Made it to select various image types.
1558         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
1559         from `wl-title-logo'.
1560         (wl-logo-ascii): New variable.
1561         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
1562         (wl-demo-copyright-notice): New constant.
1563
1564         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
1565
1566 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1567
1568         * wl-vars.el (wl-summary-target-above): Renamed from
1569         wl-summary-temp-above.
1570         * wl-score.el (wl-score-get-score-alist): Use it.
1571         (wl-summary-score-update-all-lines): Use it.
1572         * wl-summary.el: Ditto. (make-variable-buffer-local).
1573
1574 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
1575
1576         * wl-vars.el (wl-ldap-port): New user option.
1577
1578         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
1579         Rewite whole implementation.
1580         (wl-complete-field-body): Fixed.
1581
1582 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
1583
1584         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
1585         Choose implementation at compile time.
1586
1587 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
1588
1589         * wl-address.el (wl-ldap-search-internal): New function.
1590         (wl-complete-field-to): Use it.
1591
1592 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
1593
1594         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
1595         Use `let' instead of `let*'.
1596         Require 'wl-vars.
1597
1598         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
1599         Define as defcustom.
1600         (wl-ldap-base): Ditto.
1601         (wl-use-ldap): Ditto.
1602
1603 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
1604
1605         * wl-address.el (wl-ldap-search): New function.
1606         (wl-complete-field-body): Use `wl-ldap-search'.
1607         (wl-ldap-server): New variable.
1608         (wl-ldap-base): Ditto.
1609         (wl-use-ldap): Ditto.
1610
1611 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
1612
1613         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
1614         (Pointed out by Mito <mit@nines.nec.co.jp>).
1615         * wl-summary.el (wl-summary-redisplay-no-mime): Update
1616         buffer-local variables like `wl-summary-redisplay-internal'.
1617         (wl-summary-redisplay-all-header): Likewise.  Update
1618         Summary view too.
1619
1620 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
1621
1622         * wl-summary.el (wl-summary-jump-to-parent-message):
1623         Consider prefix argument.
1624
1625         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
1626         when closed thread is deleted.
1627
1628 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
1629
1630         * wl-summary.el (wl-summary-jump-to-parent-message):
1631         Consider thread modification.
1632
1633 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
1634
1635         * wl-message.el (wl-message-normal-get-original-buffer): Use
1636         `save-excursion'.
1637
1638         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
1639         (wl-summary-showto-folder-regexp): Ditto.
1640
1641 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
1642
1643         * wl-util.el (wl-delete-alist): Doc fix.
1644         (wl-delete-associations): New function.
1645         (wl-inverse-alist): New function.
1646         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
1647         Split temporary variables. Use `wl-delete-associations'
1648         and `wl-inverse-alist'.
1649         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
1650
1651 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
1652
1653         * wl-folder.el (wl-folder-prefetch-entity):
1654         Execute prefetching if new count is unknown.
1655
1656 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1657
1658         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
1659
1660         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
1661         delete entity.
1662         (wl-thread-set-parent): If insert as top, set linked as nil.
1663
1664         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
1665         `wl-thread-cleanup-symbols' when view mode is thread.
1666
1667 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
1668
1669         * wl-folder.el (wl-folder-create-folder-entity): Use
1670         with-current-buffer.
1671         (wl-local-folder-init): Call set-buffer to make sure we are in
1672         the Folder buffer. Don't touch buffer-local variables here.
1673         (wl-folder-mode): Initialize buffer-local variables here.
1674
1675         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
1676         (wl-folder-entity-assign-id): Ditto.
1677         (wl-folder-create-entity-hashtb): Ditto.
1678         (wl-local-folder-init): Ditto.
1679         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
1680
1681 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1682
1683         * wl-summary.el (wl-summary-default-from): Fix probrem when
1684         std11-extract-address-components return (nil "foo@bar").
1685
1686 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
1687
1688         * wl-draft.el (wl-draft-clone-local-variables):
1689         Remove redundant `setq'.
1690
1691 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
1692
1693         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
1694         Bind wl-highlight-x-face-func as nil while highlighting header.
1695
1696 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
1697
1698         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
1699
1700 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1701
1702         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
1703         elmo-msgdb-overview-hashtb from copy-variables.
1704         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
1705         instead of `elmo-msgdb-overview-get-entity-by-number'.
1706         (wl-summary-auto-refile): Ditto.
1707
1708         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1709         `elmo-msgdb-overview-get-entity' instead of
1710         `elmo-msgdb-search-overview-entity'.  Use
1711         `elmo-msgdb-overview-get-entity' instead of
1712         `elmo-msgdb-overview-get-entity-by-number'.
1713         (wl-thread-insert-entity-sub): Ditto.
1714         (wl-thread-insert-message): Ditto.
1715
1716         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
1717         `elmo-msgdb-overview-get-entity'.
1718         (wl-normal-message-redisplay): Ditto.
1719
1720 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1721
1722         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
1723         `wl-thread-entities'.
1724         (wl-thread-delete-message): Fix remove top message from
1725         `wl-thread-entity-list'.
1726
1727         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
1728         wl-append(nconc), because update-list is broken on Meadow.
1729
1730         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
1731         updating process.
1732         (wl-summary-rescan): Ditto.
1733         (wl-summary-sync-update3): Ditto.
1734         * wl-thread.el (wl-thread-set-parent): Renamed from
1735         `wl-summary-set-parent'.
1736         (wl-thread-insert-message): Updating buffer faster.
1737         (wl-thread-delete-message): Updating buffer faster.
1738
1739         * wl-score.el (wl-summary-score-update-all-lines): Changed
1740         interval for display progress gauge.
1741
1742 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1743
1744         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
1745         folder always-sticky.
1746         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
1747         defmacro.
1748
1749 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
1750
1751         * wl-vars.el (wl-draft-add-references): New user option.
1752
1753         * wl-draft.el (wl-draft-add-references): New function.
1754         (wl-draft-yank-from-mail-reply-buffer): Use it.
1755         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
1756         as nil.
1757
1758 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1759
1760         * wl-thread.el (wl-thread-update-line-msgs): Called
1761         `wl-thread-update-line-on-buffer-sub'.
1762         (wl-thread-update-line-on-buffer): Delete routine of inserting
1763         thread.
1764         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
1765         moved from `wl-thread-update-line-on-buffer'.
1766         Add threshold for displaying progress gauge.
1767         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
1768         argument of `wl-thread-update-line-msgs'.
1769         Add threshold for displaying progress gauge.
1770         * wl-folder.el:
1771         Add threshold for displaying progress gauge.
1772         * wl-score.el: Ditto.
1773
1774         * wl-expire.el (wl-summary-expire): Display deleting info.
1775
1776 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
1777
1778         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
1779         `no-msg'.
1780         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
1781         argument of `wl-thread-update-line-msgs'.
1782         (wl-summary-set-parent): Added optional argument `parent-number'.
1783         (wl-summary-buffer-saved-message): New buffer local variable.
1784         (wl-summary-save-current-message): New command.
1785         (wl-summary-yank-saved-message): Ditto.
1786         (wl-summary-mode-map): Added key binding for
1787         `wl-summary-save-current-message' (\ew) and
1788         `wl-summary-yank-saved-message' (\C-y).
1789         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
1790
1791 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
1792
1793         * wl-summary.el (wl-summary-mode-map): Added key binding for
1794         `wl-summary-set-parent' (ts).
1795
1796 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1797
1798         * wl-summary.el (wl-summary-insert-thread-entity): Search same
1799         subject faster. If thread number is reverse, delayed updating
1800         thread.
1801         (wl-summary-search-by-subject): Ditto.
1802         (wl-summary-put-alike): Ditto.
1803         (wl-summary-get-alike): Ditto.
1804         (wl-summary-insert-headers): Insert header of all overview in
1805         buffer.
1806         (wl-summary-rescan): Delayed updating thread. Kill search subject
1807         buffer for wl-summary-search-by-subject.
1808         (wl-summary-sync-update3): Ditto.
1809         (wl-summary-exit): Ditto.
1810         (wl-summary-goto-bottom-of-current-thread): Change for linked
1811         thread.
1812         (wl-summary-overview-create-summary-line): Change line for linked
1813         thread.
1814
1815         * wl-summary.el (wl-summary-update-thread): Use
1816         wl-thread-maybe-get-children-num.
1817         (wl-summary-set-parent): If change parent, move sub thread.
1818         (wl-summary-redisplay-internal): Add horizontal recenter.
1819         (wl-summary-redisplay-no-mime): Add horizontal recenter.
1820
1821         * wl-thread.el (wl-thread-entity-get-linked): New function.
1822         (wl-thread-entity-set-linked): New function.
1823         (wl-thread-create-entity): Add linked element.
1824         (wl-thread-entity-insert-as-top): Use wl-append.
1825         (wl-thread-maybe-get-children-num): If closing thread, return
1826         children msgs.
1827         (wl-thread-update-line-msgs): Displaying progress message.
1828         (wl-thread-update-line-on-buffer-sub): Use
1829         wl-thread-maybe-get-children-num.
1830         (wl-thread-update-line-on-buffer): If update line is not exists,
1831         insert thread.
1832         (wl-thread-delete-message): If delete top msg of thread, search
1833         parent by subject.
1834         (wl-thread-insert-entity): Use
1835         wl-thread-maybe-get-children-num.
1836
1837         * wl-highlight.el (wl-highlight-summary-current-line): change
1838         sregexp for linked thread.
1839         * wl-util.el (wl-count-lines): Count lines.
1840         (wl-horizontal-recenter): horizontal recenter.
1841         * wl-score.el (wl-score-put-alike): Use wl-count-lines
1842         (wl-score-get-alike): Ditto.
1843         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
1844         (wl-subject-length-limit): New variable.
1845         (wl-highlight-thread-indent-string-regexp): Changed for linked
1846         thread.
1847
1848 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
1849
1850         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
1851         New variable (revival).
1852         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
1853         by subject matching if there's no in-reply-to nor references field
1854         (revival).
1855
1856 \f
1857 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
1858
1859         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
1860         message.
1861
1862 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
1863
1864         * wl-summary.el (wl-summary-reply): Return t if there was a
1865         message at cursor point.
1866         Added unwind-protect.
1867         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
1868         returns t.
1869         (wl-summary-cancel-message): Do nothing when there's no message at
1870         cursor point.
1871         (wl-summary-forward): Ditto.
1872         (wl-summary-jump-to-parent-message): Ditto.
1873         (wl-summary-reedit): Ditto.
1874         (wl-summary-edit-addresses): Ditto.
1875         (wl-summary-pipe-message): Ditto.
1876         (wl-summary-print-message-with-ps-print): Ditto.
1877         (wl-summary-print-message): Ditto.
1878         (wl-summary-mark-as-important): Ditto.
1879         (wl-summary-mark-as-unread): Ditto.
1880
1881         * wl-summary.el (wl-summary-reply): Cause an error when there's no
1882         message at cursor point.
1883         (wl-summary-reply-with-citation): Remove unwind-protect.
1884
1885         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
1886         subject searching feature.
1887         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
1888         Eliminated.
1889
1890 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
1891
1892         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
1893         New variable.
1894         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
1895         by subject matching if there's no in-reply-to nor references field.
1896
1897         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
1898
1899         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
1900         when display is finished.
1901         (wl-folder-open-all): Ditto.
1902         (wl-folder-update-access-group): Ditto.
1903         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
1904         * wl-thread.el (wl-thread-close-all): Ditto.
1905
1906         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
1907         progress gauge only when it was displayed.
1908         * wl-folder.el (wl-folder-insert-entity): Ditto.
1909
1910 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
1911
1912         * wl-summary.el (wl-summary-incorporate): Enclose
1913         `wl-summary-sync-force-update' with save-excursion.
1914
1915 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
1916
1917         * wl-summary.el (wl-summary-prefetch-region):
1918         Pass current cursor point to `pos-visible-in-window-p' after
1919         moving cursor to the started point.
1920
1921 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
1922
1923         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
1924
1925         * wl-draft.el (wl-draft-insert-current-message): Delete useless
1926         fields from the forwarding message.
1927         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
1928         `ignored-fields'.
1929
1930 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
1931
1932         * wl-mime.el (wl-message-request-partial):
1933         Eliminated argument `msgdb'.
1934         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
1935         (wl-mime-combine-message/partial-pieces): Likewise.
1936         * tm-wl.el (wl-message-request-partial): Likewise.
1937         (wl-mime-combine-message/partial-pieces): Likewise.
1938
1939 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
1940
1941         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
1942         when display is finished.
1943
1944 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
1945
1946         * wl-summary.el (wl-summary-goto-folder-subr):
1947         Fix problem when wl-summary-partial-highlight-above-lines is nil.
1948
1949 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
1950
1951         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
1952         when cursor point is visible.
1953
1954 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
1955
1956         * wl-expire.el (wl-expire-archive-get-max-number):
1957         Don't use `file-name-directory'.
1958
1959 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
1960
1961         * wl-expire.el (wl-expire-archive-get-max-number):
1962         Use `file-name-directory'.
1963
1964 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
1965
1966         * wl-summary.el (wl-summary-sync-marks): Re-display progress
1967         only when there is progress.
1968
1969 2000-04-13  Mito <mit@nines.nec.co.jp>
1970
1971         * wl-summary.el (wl-summary-sync-marks): Display progress.
1972
1973 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
1974
1975         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
1976         (wl-summary-prev): Move cursor regardless of unread status.
1977         (wl-summary-next): Ditto.
1978
1979 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
1980
1981         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
1982         Added argument `target' and `number'.
1983         * tm-wl.el (wl-summary-burst-subr): New function.
1984         (wl-summary-burst): Use it.
1985
1986 2000-04-10  Mito <mit@nines.nec.co.jp>
1987
1988         * wl-mime.el (wl-burst): New function.
1989         (wl-summary-burst): Use it.
1990
1991 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
1992
1993         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
1994         as petname when there's no candidate.
1995
1996 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
1997
1998         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
1999         New variable.
2000         * wl-fldmgr.el (wl-fldmgr-add): Use it.
2001
2002         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
2003
2004         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
2005
2006 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
2007
2008         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
2009         Use substring of `original' instead of buffer-substring.
2010         (wl-refile-evaluate-rule):
2011         Set `original' argument of wl-refile-expand-newtext.
2012
2013         * wl-summary.el
2014         (wl-summary-auto-refile-check-refile-rule-alist-subr,
2015         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
2016         (wl-summary-auto-refile): Check existence of destination folder just
2017         before marking.
2018
2019 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2020
2021         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
2022         when wl-refile-get-field-value return nil.
2023
2024 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
2025
2026         * wl-refile.el
2027         (wl-refile-expand-newtext): New function imported from Gnus.
2028         (wl-refile-evaluate-rule): Use it.
2029
2030 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
2031
2032         * wl-summary.el (wl-summary-print-destination):
2033         Duplicate folder string to avoid putting text-property on
2034         original string.
2035
2036         * wl-refile.el (wl-refile-get-field-value): New function.
2037         (wl-refile-evaluate-rule): New function;
2038         Evaluate refile rule recursively.
2039         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
2040         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
2041         New function; Check existence of a target folder recursively.
2042         (wl-summary-auto-refile-check-refile-rule-alist):
2043         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
2044
2045 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
2046
2047         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
2048
2049         * wl-folder.el (wl-create-folder-entity-from-buffer):
2050         Fixed problem when '}' character is contained in folder name.
2051
2052         * wl-xmas.el (wl-make-modeline): Consider plugged status.
2053
2054 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
2055
2056         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
2057         (wl-fldmgr-add-completion-all-completions):
2058         Use wl-fldmgr-add-completion-hashtb.
2059
2060 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
2061
2062         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
2063         wl-fldmgr-add-completion-subr): New functions.
2064         * wl-folder.el (wl-folder-completion-func): New variable.
2065         * wl-summary.el (wl-summary-read-folder):
2066         Use wl-folder-completion-func.
2067
2068         * wl-refile.el: Eliminate throw & catch.
2069
2070         * wl.el (wl-plugged-sending-queue-status): Fixed.
2071
2072 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
2073
2074         * wl-draft.el (wl-draft): Put category property on
2075         mail-header-separator.