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