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