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