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