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