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