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