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