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