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