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