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