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