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