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