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