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