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