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