c0e845119202ff26cb02e363c531ffc504348414
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
4
5 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
6
7         * wl-summary.el (wl-summary-sync-marks): Remove condition which
8         is always true.
9
10 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
11
12         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
13         on null entity.
14
15 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
16
17         * wl-vars.el (wl-draft-reply-default-position): Fix range.
18
19 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
20
21         * wl-vars.el (wl-summary-resend-hook): New hook.
22
23         * wl-action.el (wl-summary-exec-action-resend-subr): Run
24         `wl-summary-resend-hook'.
25
26 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
27
28         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
29         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
30         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
31         (wl-summary-new-cached-mark): Changed default value to 'n'.
32         (wl-summary-unread-cached-mark): Changed default value to 'u'.
33         (wl-summary-answered-cached-mark): Changed default value to 'a'.
34         (wl-folder-sync-range-alist): Remove spec for 'flag.
35         (wl-summary-force-prefetch-folder-list): New user option.
36
37         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
38         `wl-summary-toggle-persistent-mark'.
39         (wl-summary-update-mark-and-highlight-window): Don't highlight when
40         number is nil.
41         (wl-summary-mark-as-answered-region): Set interactive argument of
42         `wl-summary-set-persistent-mark-internal'.
43         (wl-summary-mark-as-important-region): Ditto.
44         (wl-summary-unset-persistent-mark): Ditto.
45         (wl-summary-set-persistent-mark): Ditto.
46         (wl-summary-mark-as-answered): Ditto.
47         (wl-summary-mark-as-important): Ditto.
48         (wl-summary-set-persistent-mark-internal): Do nothing
49         when `elmo-message-flag-available-p' is nil.
50         (wl-summary-toggle-persistent-mark): New function.
51         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
52         when the folder matches `wl-summary-force-prefetch-folder-list'.
53
54
55         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
56         when number is nil.
57         (wl-highlight-summary-forwarded-face): New face.
58
59 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
60
61         * Version number is increased to 2.11.31.
62
63 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
64
65         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
66         (wl-biff-check-folder-async): Ditto.
67         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
68
69 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
70
71         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
72         Add an argument `reverse'.  All callers are updated.
73         (wl-summary-sort): Add a prefix argument `reverse' to specify
74         reverse sorting.
75         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
76         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
77         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
78
79 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
80
81         * wl-message.el (wl-message-redisplay): Does not narrow header if
82         disply-type is all-header or as-is.
83
84         * wl-summary.el (wl-summary-enter-handler): Use
85         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
86
87 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
88
89         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
90         after adding wl-draft-parent-variables.
91         (wl-draft-forward): Ditto.
92
93 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
94
95         * wl-summary.el (wl-summary-sync-marks): Call
96         `wl-summary-set-persistent-mark' and
97         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
98         (wl-summary-set-persistent-mark-internal): Add 4th argument
99         `no-server'.
100         (wl-summary-unset-persistent-mark): Ditto.
101         (wl-summary-set-persistent-mark): Ditto.
102         (wl-summary-add-flags-internal): Abolish.
103         (wl-summary-remove-flags-internal): Ditto.
104         (wl-summary-mark-as-important-internal): Ditto.
105         (wl-summary-mark-as-important): Use
106         `wl-summary-set-persistent-mark' instead of
107         `wl-summary-add-flags-internal'.
108         (wl-summary-mark-as-important-region): Ditto.
109
110         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
111
112         * wl-summary.el (wl-summary-get-available-flags): New function.
113         (wl-summary-sync-marks): Use it and simplified.
114         (wl-summary-unset-persistent-mark): Use
115         `wl-summary-get-available-flags'.
116         (wl-summary-set-persistent-mark): Ditto.
117
118 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
119
120         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
121         id.
122
123 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
124
125         * wl-summary.el (wl-summary-enter-handler): If argument is not a
126         number, call `wl-summary-prev-line-content'. Show message when the
127         message is not found.
128
129 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
130
131         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
132         wl-summary-enter-handler.
133         (wl-summary-enter-handler): New command.
134
135         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
136         docstring and custom spec.
137
138         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
139         flags too; Don't treat Cached and New.
140         (wl-summary-set-persistent-mark): Ditto.
141
142         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
143         `wl-folder-set-flag'.
144
145         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
146         instead of `wl-folder-set-flag'.
147
148         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
149         for completion.
150         (wl-summary-set-persistent-mark): Ditto.
151
152         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
153         instead of `wl-draft-quit-preview'.
154
155         * wl-mime.el (toplevel): Avoid compile warning.
156         (wl-mime-quit-preview): New function
157         (formarly defined as `wl-draft-quit-preview').
158         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
159         quitting method.
160
161         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
162
163         * wl-folder.el (wl-folder-set-flag): Renamed from
164         `wl-draft-set-flag-on-parent'.
165
166         * wl-draft.el (wl-draft-quit-preview): New function.
167         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
168         (wl-draft-send): Call `wl-folder-set-flag' instead of
169         `wl-draft-set-flag-on-parent'.
170         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
171
172 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
173
174         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
175         (wl-draft-send): Ditto.
176
177 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
178
179         * wl-vars.el (wl-draft-reply-hook): Changed default value.
180         (wl-draft-kill-pre-hook): Set default value as nil.
181         (wl-summary-reply-hook): Ditto.
182         (wl-draft-kill-flags): Abolish.
183
184         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
185         (wl-draft-parent-variables): Renamed from
186         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
187         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
188         argument; Add wl-draft-parent-variables to
189         wl-draft-config-variables.
190         (wl-draft-reply): Likewise.
191         (wl-draft-kill-flags): Abolish.
192         (wl-draft-send): Call wl-draft-set-flag-on-parent.
193         (wl-draft-set-flag-on-parent): New function.
194         (wl-draft-setup-parent-flag): Ditto.
195
196 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
197
198         * wl-draft.el (wl-draft-kill-flags): Avoid error when
199         `wl-draft-parent-folder' is "".
200
201 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
202
203         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
204         (wl-summary-digit-jump): New function.
205         (Adviced by John Owens and Hiroya Murata)
206
207         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
208         (Adviced by John Owens)
209
210         * wl-xmas.el (wl-message-define-keymap): Ditto.
211
212         * wl-mule.el (wl-message-define-keymap): Ditto.
213
214 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
215
216         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
217         change of return value of elmo-folder-count-flags.
218
219         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
220         (wl-summary-mark-as-read-internal): Ditto.
221         (wl-summary-set-persistent-mark-internal): Ditto.
222         (wl-summary-folder-info-update): Ditto.
223         (wl-summary-sync-update): Fixed the last change.
224
225         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
226
227 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
228
229         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
230         (wl-draft-kill-flags): Fixed docstring.
231
232         * wl-draft.el (wl-draft-kill-flags): New function.
233         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
234
235 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
236
237         * wl-vars.el (wl-reply-hook): Abolish.
238         (wl-draft-reply-hook): New hook.
239         (wl-summary-reply-hook): Ditto.
240         (wl-draft-forward-hook): Ditto.
241         (wl-summary-forward-hook): Ditto.
242         (wl-draft-kill-flags): New variable.
243
244         * wl-summary.el (wl-summary-mark-as-answered-region): Use
245         wl-summary-set-persistent-mark-internal.
246         (wl-summary-sync-marks): Use elmo-preserved-flags.
247         (wl-summary-update-persistent-mark): Make it interactive.
248         (wl-summary-set-persistent-mark-internal): New inline function.
249         (wl-summary-mark-as-answered): Use it.
250         (wl-summary-mark-as-unanswered): Ditto.
251         (wl-summary-unset-persistent-mark): New function.
252         (wl-summary-set-persistent-mark): Ditto.
253         (wl-summary-reply): Don't set answered flag;
254         Run wl-summary-reply-hook instead.
255         (wl-summary-forward): Call wl-draft-forward with number.
256         Run wl-summary-forward-hook.
257
258         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
259         (wl-highlight-summary-line-face-spec): Use it as a default
260         persistent mark face.
261
262         * wl-draft.el (wl-draft-forward): Added optional argument number;
263         Set wl-draft-parent-number; Run wl-draft-forward-hook.
264         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
265         (wl-draft-kill): Use wl-draft-kill-flags.
266
267         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
268
269         * wl-folder.el (wl-folder-check-one-entity): Follow the change
270         of return value of elmo-folder-count-flags.
271
272         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
273
274         * wl-summary.el (wl-summary-count-unread): Ditto.
275         (wl-summary-sync-update): Follow the change above.
276         (wl-summary-force-prefetch): New function.
277
278 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
279
280         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
281         variable `buf' with `let' instead of `setq'.
282
283 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-mime.el (wl-message-delete-current-part): If filename exists,
286         add Content-Disposition heaeder on the deleted part.
287
288 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
289
290         * wl-draft.el (wl-draft-save): Encode address list under edit by
291         `eword-encode-unstructured-field-body'.
292
293         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
294
295 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
296
297         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
298         wl-current-summary-buffer.
299
300 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
301
302         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
303         `numbers' is ignored.
304
305 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
306
307         * wl-folder.el (wl-folder-open-folder): Avoid error.
308         Reported by John Owens, [wl-en:815]
309
310         * wl.el (wl): Set timer for biff process even if prefix argument
311         is given or auto-checking is quitted.
312
313         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
314         immediately.
315         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
316         (wl-toggle-plugged): Ditto.
317
318         * wl-vars.el (wl-biff-use-idle-timer): New variable.
319         * wl-util.el (wl-biff-start): Use idle timer if
320         `wl-biff-use-idle-timer' is non-nil.
321
322 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
323
324         * wl-highlight.el (wl-highlight-message): Fix description.
325
326 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
327
328         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
329         tty.
330
331 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
332
333         * wl-action.el (wl-summary-exec): Print failure count.
334
335 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
336
337         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
338         to `defun', remove interactive form.
339         Set elmo-message-fetch-confirm when force-reload is non-nil.
340
341 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
342
343         * wl-summary.el (toplevel): Removed unnecessary autoload.
344
345 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
346
347         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
348         the buffer is generated from another message buffer.
349
350 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
351
352         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
353         extracted from `wl-fldmgr-save-folders'.
354         (wl-fldmgr-delete): Call it after deletion.
355
356 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
359         multi-tty support.
360
361 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
362
363         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
364
365 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
366
367         * wl-summary.el (wl-summary-rescan): Remove unused variables.
368         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
369
370 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
373         unsubscribe list only if argument CLEAR is nil.
374
375 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
376
377         * wl-draft.el (wl-draft-reply): Decode subject before removing
378         Re: prefix.
379
380 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
381
382         * wl-summary.el (wl-summary-sort-by-size): New command.
383
384 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl-summary.el (wl-summary-number-list-from-region): New
387         function.
388         (wl-summary-mark-as-read-region): Use it.
389         (wl-summary-mark-as-unread-region): Ditto.
390         (wl-summary-set-flags-region): Ditto and add optional argument
391         remove.
392         (wl-summary-mark-as-answered-region): Ditto.
393         (wl-summary-mark-as-important-region): Ditto.
394         (wl-summary-target-mark-mark-as-important): Added optional
395         argument remove.
396         (wl-summary-target-mark-mark-as-answered): Ditto.
397         (wl-summary-target-mark-set-flags): Ditto.
398
399 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400
401         * wl-summary.el (wl-summary-set-flags-region): Call
402         `wl-summary-set-flags-internal' with number list instead of call
403         one by each message.
404         (wl-summary-target-mark-set-flags): Likewise.
405
406 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * wl-summary.el (wl-summary-target-mark-operation): Add optional
409         argument `inverse' and use `wl-summary-delete-all-target-marks'.
410         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
411         (wl-summary-target-mark-mark-as-answered): Likewise.
412
413 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
414
415         * wl-summary.el (wl-summary-target-mark-forward): Use
416         `wl-summary-delete-all-target-marks' instead of
417         `wl-summary-delete-all-temp-marks'.
418         (wl-summary-target-mark-reply-with-citation): Ditto.
419         (wl-summary-target-mark-uudecode): Ditto.
420         (wl-summary-target-mark-set-flags): Ditto and remove needless
421         cursor move.
422
423 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
424
425         * wl-summary.el (wl-summary-target-mark-forward): Protect
426         wl-summary-buffer-target-mark-list from nreverse.
427         (wl-summary-target-mark-reply-with-citation): Ditto.
428
429 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
430
431         * wl-thread.el (wl-thread-update-indent-string-thread): Use
432         `elmo-display-progress-threshold'.
433
434 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
437         check `wl-summary-highlight'.
438         (wl-summary-window-scroll-functions): Respect value of
439         `wl-summary-highlight'.
440         (wl-summary-sync-update): Run hooks
441         `wl-summary-buffer-window-scroll-functions' at any time.
442
443 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
444
445         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
446         from `wl-summary-cleanup-temp-marks'.
447         (wl-summary-cleanup-temp-marks): Abolish argument.
448         * wl.el (wl-save-status): Revert previous change.
449         (wl-execute-temp-marks): New function, call
450         `wl-summary-exec-with-confirmation'.
451         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
452         (wl-folder-save-and-exec-marks): Abolished.
453
454 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
455
456         * wl-e21.el (wl-e21-display-image-p): Respect
457         `wl-highlight-folder-with-icon'.
458         (wl-e21-highlight-folder-group-line): Highlight mouse line
459         even if wl-e21-display-image-p is nil.
460
461         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
462         Respect value of `wl-summary-highlight'.
463
464         * wl.el (wl-save-status): Remove unused variable.
465
466         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
467         (wl-folder-mode-map): Bind it to "x".
468
469 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
470
471         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
472
473         * wl-thread.el (wl-thread-get-parent-list): Don't check
474         disconnected ancestors, neglecting needless work in
475         `wl-thread-update-indent-string-thread'.
476
477         * wl.el (wl-save): Take prefix argument to execute remaining marks.
478         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
479         argument, add argument default-keep to keep marks by default.
480
481         * Version number is increased to 2.11.30.
482
483         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
484         customization type and docstring.
485         (wl-draft-reply-without-argument-list): Ditto.
486
487 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
490
491         * wl-spam.el (wl-spam-mark-action-list): Ditto.
492
493 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
494
495         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
496
497 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
498
499         * wl-draft.el (wl-draft-config-exec): Narrow the range of
500         save-excursion so as not to include run-hooks.
501
502 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
503
504         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
505         Clarify that marks are going to be cleared.
506
507 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
508
509         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
510         according to 3rd element of wl-summary-flag-mark.
511
512         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
513
514 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * wl-action.el (wl-summary-target-mark-all): Don't set
517         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
518
519 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
520
521         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
522         (wl-forward-subject-prefix): Ditto.
523         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
524         (wl-draft-reply-make-subject): Ditto.
525
526         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
527         `wl-draft-forward'.
528         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
529
530 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
531
532         * wl-action.el (wl-summary-target-mark-set-action): Stop if
533         target message does not exist.
534
535 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
536
537         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
538         `wl-subject-prefix-regexp'.
539         (wl-subject-forward-prefix-regexp): New variable.
540         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
541         `wl-draft-strip-subject-re' and take regexp as argument.
542         (wl-draft-forward): Use it.
543         (wl-draft-reply): Ditto.
544
545 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
546
547         * wl-e21.el (wl-highlight-plugged-current-line): Change for
548         emacs multi-tty support.
549
550 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
551
552         * wl-e21.el (wl-e21-display-image-p): Don't call
553         `display-images-p'.
554         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
555         support.
556         (wl-highlight-folder-current-line): Ditto.
557         (wl-folder-init-icons): Ditto.
558
559 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
560
561         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
562         the last line of summary in unplugged mode.
563
564 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
565
566         * wl-vars.el (wl-refile-rule-alist): Doc fix.
567
568 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
569
570         * wl-vars.el (wl-user-mail-address-regexp): New variable.
571         * wl-address.el (wl-address-user-mail-address-p): Use it.
572         (wl-address-delete-user-mail-addresses): Ditto.
573         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
574
575         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
576         (wl-address-delete-user-mail-addresses): Ditto.
577
578         * wl-address.el (wl-address-delete-user-mail-addresses): New
579         function.
580         * wl-refile.el (wl-refile-guess-by-history): Use it.
581         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
582         (wl-draft-make-mail-followup-to): Ditto and fix logic.
583
584         * wl-draft.el (wl-draft-edit-string): To judge sender address,
585         use wl-address-user-mail-address-p.
586
587 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
588
589         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
590         after opening group.
591
592 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
595         of elmo-set-buffer-multibyte.
596
597         * wl-message.el (wl-original-message-mode): Ditto.
598
599         * wl-score.el (wl-score-insert-header): Ditto.
600
601         * wl-summary.el
602         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
603         (wl-summary-goto-folder-subr): Ditto.
604         (wl-summary-insert-headers): Ditto.
605
606         * wl-util.el (wl-set-string-width): Ditto.
607
608         * Version number is increased to 2.11.29.
609
610 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
611
612         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
613         (wl-highlight-summary-line-help-echo-alist): New variable.
614         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
615         into `wl-highlight-summary-line-help-echo' and
616         `wl-highlight-flag-folder-help-echo'.
617         (wl-highlight-summary-line-string): Change accordingly.
618         (wl-highlight-summary-current-line): Ditto.
619
620 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-highlight.el (wl-highlight-message): Ignore white spaces
623         at the beginning of field body (Thanks to Markus Knittig).
624
625         * wl-draft.el (wl-draft-insert-current-message): Also check
626         summary buffer, remove unnecessary tag.
627
628 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
629
630         * wl-draft.el (wl-draft-insert-current-message): Cause error also
631         when wl-message-buffer is nil.
632
633         * wl-folder.el (wl-folder): Abolish unused argument.
634         Call wl-folder-init when wl-folder-entity is nil.
635         * wl.el (wl): Change accordingly.
636
637 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
640         multibyte string before insert into draft buffer.
641         (wl-draft-create-buffer): Always enable multibyte characters for
642         draft buffer.
643
644         * Version number is increased to 2.11.28.
645
646 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
647
648         * wl-folder.el (wl-folder-open-close): Handle blank line.
649         (wl-folder-jump-to-current-entity): Ditto.
650
651 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
652
653         * Version number is increased to 2.11.27.
654
655 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
656
657         * wl-thread.el (wl-thread-insert-message): When the thread is
658         devided by wl-summary-max-thread-depth, insert line at the end of
659         buffer.
660
661 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * Version number is increased to 2.11.26.
664
665 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
666
667         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
668
669 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
670
671         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
672         value of stream-type and session.
673
674 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
675
676         * Version number is increased to 2.11.25.
677
678 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
679
680         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
681         in a quit message.
682
683 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
684
685         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
686         (wl-summary-redisplay-no-mime-internal): Ditto.
687
688 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
689
690         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
691         * wl-vars.el (wl-smtp-connection-type): Ditto.
692
693 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
694
695         * wl-highlight.el (wl-highlight-message): Change to strict regexp
696         for the separator line and quote mail-header-separator.
697
698 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * wl-spam.el (wl-message-check-spam): Fixed problem no display
701         result message.
702
703         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
704         `elmo-multiple-fields-body-list' with boundary as
705         mail-header-separator.
706
707 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
708
709         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
710
711 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
712
713         * wl-util.el (wl-list-diff): Remove unused function.
714
715         * wl-draft.el (wl-draft-send-confirm): Discard input before
716         confirmation.
717
718 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
721         order of flag and new.
722
723 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-vars.el (wl-refile-policy-alist): Abolished.
726
727         * wl-action.el (wl-summary-set-action-refile): Follow the change
728         above.
729
730 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * wl-highlight.el (wl-highlight-signature-search): Don't use
733         re-search-backward for a long word since it is possible to crash
734         XEmacs because of a bug.
735
736 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
737
738         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
739
740 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
741
742         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
743         argument for wl-summary-sync-force-update.
744
745 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
746
747         * wl-summary.el (wl-summary-mode-map): Revival of
748         wl-summary-mark-as-important related bindings;
749         Bind 'F','tF','mF','rF','m&'.
750         (wl-summary-mark-as-important-region): Revival.
751         (wl-summary-target-mark-mark-as-important): Ditto.
752         (wl-summary-target-mark-operation): New function.
753         (wl-summary-target-mark-mark-as-answered): Use it.
754         (wl-summary-decide-flag): Don't set Important as default.
755         (wl-summary-mark-as-important-internal): Revival.
756         (wl-summary-mark-as-important): Ditto.
757
758         * wl-thread.el (wl-thread-mark-as-important): Ditto.
759
760         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
761         instead of facep.
762
763 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
764
765         * wl-dnd.el (wl-dnd-drop-func): Fix.
766
767         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
768         mouse-set-point instead of posn-point.
769
770         * wl-xmas.el (wl-completing-read-multiple): Define as function.
771
772         * wl-mule.el (wl-completing-read-multiple): Ditto.
773
774 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
775
776         * wl-demo.el (face-background-name): Defalias to avoid compile
777         warning.
778
779 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
780
781         * wl-summary.el (wl-summary-decide-flag): Use
782         wl-completing-read-multiple instead of completing-read-multiple.
783
784         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
785         New alias.
786
787         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
788         Use face-background-name instead of face-background.
789
790         * wl-vars.el (wl-summary-save-file-suffix): New user option.
791
792         * wl-summary.el (wl-summary-save): Use it.
793         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
794
795         * wl-mime.el (wl-mime-save-content): Fix last change.
796
797 2004-02-10  Len Trigg <lenbok@myrealbox.com>
798
799         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
800         New function.
801         (wl-summary-sort-specs): Added sort.
802         * wl-mime.el (wl-mime-save-content): Expand file name.
803
804 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
805
806         * wl-mime.el (wl-draft-preview-message): Fixed typo.
807
808         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
809
810 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
813         for flag if it is not defined.
814
815 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
816
817         * wl-e21.el (wl-highlight-folder-current-line): Use
818         elmo-folder-type-internal when elmo-folder-type returns nil.
819
820         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
821
822         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
823
824         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
825
826         * wl-e21.el (wl-summary-toolbar): Ditto.
827
828         * wl-vars.el (wl-demo-background-color): Abolished.
829         (wl-summary-persistent-mark-priority-list): Renamed from
830         wl-summary-flag-priority-list.
831         (wl-summary-flag-alist): New user option.
832         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
833         (wl-message-mode-line-format-spec-alist): Added 'F'.
834         (wl-message-mode-line-format): Likewise.
835         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
836         instead of wl-summary-important-mark.
837         (wl-file-folder-icon): New variable.
838
839         * wl-thread.el (wl-thread-set-flags): Renamed from
840         wl-thread-mark-as-important.
841
842         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
843         warning.
844         (wl-summary-mode-menu-spec): Follow the change of 
845         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
846         (wl-summary-mode-map): Follow the change of
847         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
848         (wl-summary-detect-mark-position): Follow the variable name change.
849         (wl-summary-set-flags-region): New function for the replacement of
850         wl-summary-mark-as-important-region.
851         (wl-summary-sync-marks): Sync all global-flags.
852         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
853         instead of elmo-message-flagged-p.
854         (wl-summary-persistent-mark-string): Follow the variable name change;
855         Put wl-summary-flag-mark if the message has global-flag.
856         (wl-summary-target-mark-set-flags): Renamed from 
857         wl-summary-target-mark-mark-as-important.
858         (wl-summary-decide-flag): New function.
859         (wl-summary-set-flags-internal): Renamed from
860         wl-summary-mark-as-important-internal.
861         (wl-summary-add-flags-internal): New function.
862         (wl-summary-remove-flags-internal): Ditto.
863         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
864         (wl-summary-mark-as-unimportant): Abolish.
865         (wl-summary-move-spec-alist): Changed `important' to `digest'.
866         (wl-summary-next-message): List flagged messages in the msgdb.
867
868         * wl-score.el (wl-summary-score-update-all-lines): Use
869         wl-summary-add-flags-internal instead of 
870
871         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
872
873         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
874         from wl-message-buffer-cur-flag (To avoid misunderstanding).
875         (wl-message-buffer-require-all-header): Renamed from
876         wl-message-buffer-all-header-flag (Ditto).
877         (wl-message-buffer-flag-indicator): New variable.
878         (wl-message-redisplay): Changed local varibale name from `flag' to
879         `display-type'; Set up wl-message-buffer-flag-indicator.
880         (wl-message-buffer-display): Changed varibale name from `flag' to
881         `display-type'.
882         (wl-message-display-internal): Likewise.
883
884         * wl-highlight.el (wl-highlight-demo-face): Define default background
885         color.
886         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
887
888         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
889
890         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
891         (wl-demo-setup-properties): Renamed from
892         `wl-demo-set-background-color'.
893         (wl-demo): Follow the change above.
894         
895         * Version number is increased to 2.11.24.
896
897 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * wl-summary.el (wl-summary-toggle-thread): Call
900         `wl-summary-rescan' with disable-thread as non-nil.
901         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
902
903 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
904
905         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
906         foreground property of the face.
907         (wl-demo-insert-text): Don't set up face property here.
908         (wl-demo): Call wl-demo-set-background-color, anyway.
909
910 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
911
912         * wl-vars.el (wl-demo-background-color): The value can be nil.
913
914 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
915
916         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
917         to wl-summary-wheel-dispatcher.
918
919         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
920         wl-message-wheel-dispatcher.
921         (wl-message-wheel-dispatcher): New function.
922         (wl-summary-wheel-dispatcher): Ditto.
923
924 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
925
926         * wl-action.el (wl-summary-target-mark-all): List messages which are
927         not in the killed-list.
928
929         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
930         only when the folder is 'flag/important.
931
932         * wl-address.el (wl-complete-field-body): Complete if the last
933         character is a space.
934
935 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
936
937         * wl-folder.el (wl-folder-clear-entity-info): Use
938         elmo-clear-hash-val.
939
940         * wl-fldmgr.el (wl-fldmgr-rename): Set
941         wl-folder-info-alist-modified as t.
942
943 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
944
945         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
946
947 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
948
949         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
950         (wl-folder-buffer-last-visited-entity-id): New buffer local
951         variable.
952         (wl-folder-revisit-last-visited-folder): New function.
953         (wl-folder-mode-map): Bind it to "C-i".
954         (wl-folder-set-current-entity-id): Set last visited folder.
955         * wl-summary.el (wl-summary-exit): Ditto.
956
957 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
960         before calling `recenter' in order to cope with an XEmacs bug.
961
962 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
963
964         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
965         to the default value.
966
967 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
970         change.
971         (wl-summary-sync-marks): Ditto.
972         (wl-summary-mark-as-read-internal): Ditto.
973         (wl-summary-mark-as-answered-internal): Ditto.
974         (wl-summary-mark-as-important-internal): Ditto.
975         (wl-summary-reply): Ditto.
976
977         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
978         instead of `elmo-folder-unflag-answered'.
979
980         * Version number is increased to 2.11.23.
981
982         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
983         the last change.
984
985 2004-01-11  Kenichi Okada  <okada@opaopa.org>
986
987         * wl-spam.el (wl-summary-exec-action-refile-with-register):
988         Specify "spam" or "good".
989
990 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
991
992         * wl-spam.el (wl-summary-exec-action-spam): Call
993         wl-folder-confirm-existence for spam folder.
994         (wl-spam-setup): Bind "mk".
995
996 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
999
1000 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1001
1002         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1003         destination folder is empty.
1004
1005 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1006
1007         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1008         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1009
1010         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1011         (wl-summary-refile-prev-destination-region): New function.
1012         (wl-thread-refile-prev-destination): Ditto.
1013         (wl-summary-target-mark-refile-prev-destination): Ditto.
1014
1015 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1016
1017         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1018         (wl-demo-background-color): Changed default value.
1019
1020         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1021         color.
1022
1023         * wl-demo.el (wl-demo-set-background-color): New function.
1024         (wl-demo): Call it.
1025
1026 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1027
1028         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1029         * wl-address.el (wl-address-add-or-change): Don't add empty
1030         address.
1031
1032 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1033
1034         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1035
1036 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1037
1038         * wl-vars.el (wl-demo-image-filter-alist): New variable
1039         (wl-demo-background-color): Ditto.
1040
1041         * wl-demo.el (wl-demo-xpm-set-background): New function.
1042         (wl-demo-image-filter): Ditto.
1043         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1044
1045         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1046
1047         * wl-demo.el (wl-demo-icon-name): Define as function.
1048         (wl-demo-insert-image): Use it.
1049
1050 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1051
1052         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1053
1054 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1055
1056         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1057
1058 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1059
1060         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1061
1062 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1063
1064         * wl-thread.el (wl-thread-mark-as-answered): New function.
1065
1066         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1067         answered" entry.
1068         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1069         "r&" and wl-thread-mark-as-answered to "t&".
1070         (wl-summary-mark-as-important-region): Refine to toggle mark.
1071         (wl-summary-mark-as-answered-region): New function.
1072         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1073         and 3rd argument.
1074         (wl-summary-mark-as-important-internal): Likewise.
1075
1076 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * wl-template.el (wl-template-preview): New internal variable.
1079         (wl-template-preview-p): New function.
1080         (wl-template-show): Bind `wl-template-preview' as t.
1081
1082 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1085         `elmo-message-entity-field' with 3rd argument which is non-nil.
1086
1087 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1088
1089         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1090         Removed duplicate local bind `folder'.
1091
1092 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1095
1096 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1099         duplicate definition.
1100
1101 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1102
1103         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1104         non-nil, use it; Don't fetch message if there's no message in the
1105         current cursor position.
1106
1107 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1108
1109         * wl-util.el (wl-region-exists-p): Use region-active-p.
1110         (wl-deactivate-region): New function.
1111         * wl-message.el (wl-message-redisplay): Deactivate region.
1112
1113         * wl-summary.el (wl-summary-reply): Call
1114         `wl-summary-set-message-buffer-or-redisplay' instead of
1115         `wl-summary-redisplay-internal', don't move point.
1116
1117 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1120         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1121         by regexp.
1122
1123 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1126         if no need.
1127
1128 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1131         default value to nil.
1132         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1133         `wl-summary-prepare-hook'; Replace refile action to
1134         `wl-summary-exec-action-refile-with-register'.
1135
1136         * Version number is increased to 2.11.22.
1137
1138 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-summary.el (wl-summary-detect-mark-position): Set
1141         `wl-summary-buffer-weekday-name-lang'.
1142
1143 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1144
1145         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1146         (wl-summary-mark-as-read-all): Ditto.
1147         (wl-summary-delete-messages-on-buffer): Ditto.
1148         (wl-summary-sync-update): Ditto.
1149         (wl-summary-mark-as-read-internal): Ditto.
1150         (wl-summary-mark-as-answered-internal): Ditto.
1151         (wl-summary-update-folder-info): Abolished.
1152
1153 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1154
1155         * wl-summary.el (wl-summary-mark-as-read-all): Use
1156         `wl-summary-update-folder-info' instead of
1157         `wl-folder-update-unread'.
1158
1159 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1160
1161         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1162         `wl-summary-folder-info-update'.
1163         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1164         instead of `wl-summary-folder-info-update'.
1165         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1166         `wl-folder-set-folder-updated'.
1167         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1168         instead of `wl-folder-update-unread'.
1169         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1170         the value of `wl-summary-buffer-unread-count' for the second parameter of
1171         `wl-folder-update-unread'.
1172
1173         * Version number is increased to 2.11.21.
1174
1175 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1176
1177         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1178         a local variable.
1179
1180 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1181
1182         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1183         interactively.
1184
1185         * wl-summary.el (wl-summary-mark-as-important-internal): New
1186         internal function.
1187         (wl-summary-mark-as-important): Use it.
1188         (wl-summary-mark-as-unimportant): New function.
1189         (wl-summary-sync-marks): Follow the API change.
1190
1191         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1192
1193         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1194
1195 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1196
1197         * wl-folder.el (wl-folder-update-unread): Re-indent.
1198         Narrow the scope of a local variable.
1199
1200 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201
1202         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1203         (wl-addrmgr-merge-entries): Ditto.
1204         (wl-addrmgr): Added to address entry which exists in draft buffer
1205         if no entry is in original.
1206
1207 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1208
1209         * wl-batch.el: New file.
1210
1211 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1212
1213         * wl-vars.el (wl-use-semi): Remove unused variable.
1214
1215 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1216
1217         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1218         "?".
1219
1220 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1221
1222         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1223         wl-summary-new-mark.
1224         (wl-summary-new-cached-mark): New user option.
1225         (wl-summary-score-marks): Follow the change above.
1226         (wl-summary-auto-refile-skip-marks): Ditto.
1227         (wl-summary-incorporate-marks): Ditto.
1228         (wl-summary-expire-reserve-marks): Ditto.
1229
1230         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1231
1232         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1233         (wl-summary-persistent-mark-string): Distinguished between cached
1234         and uncached mark when the message is new.
1235
1236 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1237
1238         * wl-spam.el (wl-spam-domain): Renamed from
1239         `wl-spam-folder-guess-domain'.
1240         (wl-summary-exec-action-spam): Register as spam if domain of the
1241         source folder is good.
1242         (wl-summary-exec-action-refile-with-register): Register message if
1243         domain of the source folder is not undecided.
1244
1245 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1248         detect thread loop.
1249
1250 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1253         and wl-summary-skip-mark-list.
1254
1255 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1256
1257         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1258
1259         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1260
1261         * wl-spam.el (toplevel): Require wl-highlight.
1262         (wl-spam-auto-check-policy-alist): Abolish.
1263         (wl-spam-auto-check-folder-regexp-list): New user option.
1264         (wl-spam-auto-check-marks): Ditto.
1265         (wl-spam-mark-action-list): Ditto.
1266         (wl-highlight-summary-spam-face): New face.
1267         (wl-spam-auto-check-message-p): New function.
1268         (wl-spam-map-spam-messages): Fixed message.
1269         (wl-spam-register-spam-messages): Ditto.
1270         (wl-spam-register-good-messages): Ditto.
1271         (wl-summary-spam-map): Add and remove keybind.
1272         (wl-summary-target-mark-spam): Abolish.
1273         (wl-summary-refile-spam): Ditto.
1274         (wl-summary-test-spam): New function.
1275         (wl-summary-mark-spam): Ditto.
1276         (wl-summary-auto-check-spam): Follow the above change.
1277         (wl-summary-exec-action-spam): New function.
1278         (wl-summary-exec-action-refile-with-register): Fixed message.
1279         (wl-message-check-spam): New function.
1280         (wl-spam-setup): Ditto.
1281         (toplevel): Call it if this file is loaded interactivity.
1282
1283         * Version number is increased to 2.11.20.
1284
1285 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1286
1287         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1288         when new optional argument `force' is non nil or modified.
1289
1290 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1291
1292         * wl.el (toplevel): Require wl-spam when compile.
1293         (wl-save-status): Call wl-spam-save-status.
1294
1295         * wl-spam.el (wl-spam-register-spam-messages): New function.
1296         (wl-spam-register-good-messages): Ditto.
1297         (wl-spam-save-status): Ditto.
1298         (wl-summary-mode-map): Bind
1299         wl-summary-target-mark-register-as-spam to "ms" and
1300         wl-summary-target-mark-register-as-good to "mn".
1301         (wl-summary-register-as-spam): Abolish optional argument; Use
1302         wl-spam-register-spam-messages.
1303         (wl-summary-register-as-spam-all): Use
1304         wl-spam-register-spam-messages.
1305         (wl-summary-register-as-good): Abolish optional argument; Use
1306         wl-spam-register-good-messages.
1307         (wl-summary-register-as-good-all): Use
1308         wl-spam-register-good-messages.
1309         (wl-summary-target-mark-register-as-spam): New funtion.
1310         (wl-summary-target-mark-register-as-good): Ditto.
1311
1312 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-spam.el: New file.
1315
1316 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1317
1318         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1319
1320         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1321         (wl-summary-auto-refile): Call wl-refile-guess with
1322         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1323
1324 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1325
1326         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1327         with disable-thread argument non-nil.
1328
1329 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1330
1331         * wl-summary.el (wl-summary-rescan): Added optional argument
1332         disable-thread.
1333         (wl-summary-sync): Call wl-summary-rescan with argument
1334         disable-thread.
1335         (wl-summary-input-range): Added new range `rescan-thread'.
1336
1337 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1338
1339         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1340
1341 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1342
1343         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1344         internal variable.
1345         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1346         wl-summary-search-parent-by-subject-regexp and
1347         wl-summary-divide-thread-when-subject-changed as nil.
1348         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1349         (wl-summary-insert-thread): Search parent entity from
1350         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1351         thread loop.
1352
1353 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1354
1355         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1356
1357         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1358
1359         * wl-util.el (wl-require-update-all-folder-p): New function.
1360         (wl-get-assoc-list-value): Added `function' to match directive.
1361         (wl-collect-draft): Rewrite.
1362
1363         * wl-summary.el (wl-summary-sync-update): Clear faces
1364         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1365         are non-nil.
1366         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1367         argument as function.
1368         (wl-summary-input-range): Ditto.
1369
1370         * wl-folder.el (wl-draft-get-folder): New function.
1371         (wl-folder-get-elmo-folder): Consider draft folder.
1372
1373         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1374         (wl-draft-buffer-message-number): New buffer local variable.
1375         (wl-draft-folder-internal): New internal variable.
1376         (wl-draft-delete): Rewrite.
1377         (wl-draft-save): Ditto.
1378         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1379         wl-folder-get-elmo-folder.
1380         (wl-draft-config-info-operation): Ditto.
1381         (wl-jump-to-draft-folder): Ditto.
1382         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1383         (wl-draft-reedit): Rewrite.
1384
1385         * Version number is increased to 2.11.19.
1386         
1387 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1388
1389         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1390         variable.
1391
1392 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1393
1394         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1395         Use ignore-errors instead of unwind-protect.
1396
1397 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1398
1399         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1400         for updating `wl-thread-entity-list'.
1401
1402 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1403
1404         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1405         parameter from calling `wl-thread-entity-get-older-brothers' and
1406         `wl-thread-entity-get-younger-brothers'.
1407         Replace nested `append' with a single one.
1408
1409 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1410
1411         * wl-summary.el (wl-summary-mode): Don't use the return value of
1412         `make-local-hook'.
1413
1414 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1415
1416         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1417         instead of `let*'.
1418         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1419         of local variables.
1420
1421 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1424         Renamed from wl-summary-window-scroll-functions.
1425         (wl-summary-window-scroll-functions): Don't set to variable.
1426         (wl-summary-display-top): Use run-hooks.
1427         (wl-summary-display-bottom): Ditto.
1428         (wl-summary-toggle-disp-msg): Ditto.
1429         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1430         Use it instead of wl-summary-window-scroll-functions.
1431         (wl-summary-goto-folder-subr): Don't call
1432         wl-summary-window-scroll-functions, use
1433         wl-summary-buffer-window-scroll-functions instead.
1434
1435 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1436
1437         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1438         make-local-variable.
1439
1440 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1441
1442         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1443         set-buffer-modified-p.
1444         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1445         (wl-summary-display-bottom): Ditto.
1446         (wl-summary-toggle-disp-msg): Ditto.
1447
1448 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1451
1452         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1453         (wl-summary-forward): Use elmo-message-entity-field instead of
1454         elmo-message-field.
1455
1456         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1457
1458 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-summary.el (wl-summary-window-scroll-functions): No use
1461         `append'.
1462
1463 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1464
1465         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1466         function.
1467         (wl-summary-window-scroll-functions): Call it when both
1468         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1469         (wl-summary-temp-mark): Added optional argument number.
1470         (wl-summary-message-mark): Added optional argument flag.
1471         (wl-summary-persistent-mark): Added optional argument number and flag.
1472         (wl-summary-update-persistent-mark): Ditto.
1473         (wl-summary-update-status-marks): Set "r" for interactive spec.
1474
1475         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1476         argument number and flag.
1477
1478         * wl-action.el (wl-summary-registered-temp-mark): 
1479         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1480
1481 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1482
1483         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1484         internal variable (buffer local).
1485         (wl-summary-window-scroll-functions): New function.
1486         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1487         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1488         as nil.
1489         (wl-summary-update-status-marks): Added arguments beg, end and
1490         check.
1491         (wl-summary-update-mark-window): Use function.
1492         (wl-summary-sync-update): Follow the change above.
1493         (wl-summary-switch-to-clone-buffer): Copy
1494         wl-summary-buffer-unsync-mark-number-list.
1495         (wl-summary-goto-folder-subr): Set
1496         wl-summary-buffer-unsync-mark-number-list and
1497         use wl-summary-window-scroll-functions instead of
1498         wl-summary-lazy-highlight.
1499
1500         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1501
1502 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1503
1504         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1505
1506         * wl-summary.el (wl-summary-update-persistent-mark): Call
1507         wl-summary-set-message-modified.
1508
1509         * wl-summary.el (wl-summary-sync-update): Don't call
1510         wl-summary-update-status-marks.
1511
1512         * Version number is increased to 2.11.18.
1513
1514 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1515
1516         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1517         (wl-message-next-page): Ditto.
1518
1519 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1520
1521         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1522         local variable.  Change the order of a collected list into the
1523         same as the specified range.  Remove nil from a collected list.
1524
1525 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1526
1527         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1528         argument for elmo-folder-list-messages.
1529
1530 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1531
1532         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1533         change (wl-summary-count-unreads return a list instead of a cons
1534         cell).
1535
1536 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1537
1538         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1539         `wl-summary-folder-info-update'.
1540
1541 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1542
1543         * wl-summary.el (wl-summary-set-message-modified): No use
1544         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1545         (wl-summary-set-mark-modified): Abolish.
1546         (wl-summary-mark-modified-p): Ditto.
1547         (wl-summary-save-view): Follow the change above.
1548
1549         * wl-expire.el (wl-summary-expire): Likewise.
1550
1551 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1552
1553         * wl-summary.el (wl-summary-detect-mark-position): Use
1554         modb-entity-handler.
1555         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1556
1557         * Version number is increased to 2.11.17.
1558
1559 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1560
1561         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1562         entity field value.
1563         (wl-summary-prefetch-msg): Ditto.
1564         (wl-summary-print-message-with-ps-print): Ditto.
1565
1566 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1567
1568         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1569         for dummy entity.
1570         (wl-summary-insert-thread): Use elmo-message-entity-field.
1571         (wl-summary-update-thread): Use elmo-message-entity-field and
1572         elmo-message-entity-number.
1573         (wl-summary-line-number):  Use elmo-message-entity-number.
1574         (wl-summary-line-size): Use elmo-message-entity-field.
1575         (wl-summary-line-subject): Ditto.
1576         (wl-summary-line-from): Ditto.
1577         (wl-summary-line-attached): Ditto.
1578         (wl-summary-create-line): Ditto.
1579         (wl-summary-create-line): Use elmo-message-entity-number.
1580         (wl-summary-print-message-with-ps-print): Use
1581         elmo-message-entity-field.
1582
1583 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1584
1585         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1586         change in elmo-msgdb-make-message-entity.
1587         (wl-summary-buffer-set-folder): Don't call
1588         wl-summary-detect-mark-position here.
1589         (wl-summary-rescan): Call elmo-message-entity-number.
1590         (wl-summary-sync-update): Ditto.
1591         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1592
1593         * wl-score.el (wl-score-header-index): Redefine 2th element.
1594         (wl-score-overview-entity-get-extra): Abolish.
1595         (wl-score-ov-entity-get): Rewrite.
1596         (wl-score-string-index<, wl-score-string-func<): Abolish.
1597         (wl-score-string<): New function.
1598         (wl-score-string-sort): Use it.
1599
1600         * wl-refile.el (wl-refile-guess-by-history): Use
1601         elmo-message-entity-field.
1602         (wl-refile-guess-by-from): Ditto.
1603         (wl-refile-guess-by-msgid): Ditto.
1604
1605         * Version number is increased to 2.11.16.
1606
1607 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1608
1609         * wl-folder.el (wl-folder-confirm-existence): Don't call
1610         file-exists-p if msgdb-path is nil.
1611         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1612         `wl-read-folder-hist' to `wl-read-folder-history'.
1613
1614 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1615
1616         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1617         `y-or-n-p'.
1618
1619 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1620
1621         * wl-score.el (wl-score-headers): Don't use
1622         elmo-folder-do-each-message-entity.
1623
1624         * Version number is increased to 2.11.15.
1625
1626 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1627
1628         * wl-summary.el (wl-summary-delete-all-msgs): Use
1629         elmo-folder-move-messages instead of elmo-folder-delete-messages
1630         and elmo-folder-detach-messages.
1631         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1632
1633         * wl-expire.el (wl-expire-delete): Ditto.
1634         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1635
1636 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1637
1638         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1639         (wl-message-header-narrowing-fields): Ditto.
1640         (wl-message-header-narrowing-lines): Ditto.
1641         (wl-message-header-narrowing-string): Ditto.
1642
1643         * wl-summary.el (wl-summary-mode-map): Bind
1644         wl-summary-toggle-header-narrowing to "C-cC-f".
1645         (wl-summary-toggle-header-narrowing): New function.
1646
1647         * wl-message.el (wl-message-buffer-create): Call
1648         wl-message-header-narrowing-setup.
1649         (wl-message-redisplay): Call wl-message-header-narrowing.
1650         (wl-message-header-narrowing): New function.
1651         (wl-message-header-narrowing-map): New keymap.
1652         (wl-message-header-narrowing-widen-map): New keymap.
1653         (wl-message-header-narrowing-again-at-mouse): New function.
1654         (wl-message-header-narrowing-1): Ditto.
1655         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1656         (wl-message-header-narrowing-setup): Ditto.
1657         (wl-message-header-narrowing-toggle): Ditto.
1658         
1659         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1660
1661         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1662         'flag as all.
1663         (wl-use-flag-folder-help-echo): New user option.
1664
1665         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1666         wl-summary-highlight as nil.
1667         (wl-summary-set-mark-modified): Follow the API change.
1668         (wl-summary-mark-modified-p): Ditto.
1669         (wl-summary-mark-as-read-all): Ditto.
1670         (wl-summary-sync-marks): Don't call
1671         elmo-folder-list-messages-with-global-mark.
1672         (wl-summary-mark-as-read-internal): Follow the API change.
1673         (wl-summary-mark-as-answered-internal): Ditto.
1674         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1675         Follow the API change.
1676         (wl-summary-create-line): Call with number argument.
1677         (wl-summary-reply): Follow the API change.
1678
1679         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1680         function.
1681         (wl-highlight-summary-line-string): Call it when
1682         wl-use-flag-folder-help-echo is non-nil.
1683         (wl-highlight-summary-current-line): Ditto.
1684         (elmo-flag-folder-referrer): Added autoload setting.
1685
1686         * wl-draft.el (wl-draft-kill): Follow the API change.
1687
1688         * Version number is increased to 2.11.14.
1689         
1690 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1693
1694 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1695
1696         * Version number is increased to 2.11.13.
1697
1698 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1699
1700         * wl-draft.el (wl-draft-previous-history-element): Fixed
1701         unbalanced parenthesis and bind unbound local variables.
1702
1703 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1704
1705         * wl-draft.el (wl-draft-previous-history-element): New function.
1706         (wl-draft-next-history-element): Ditto.
1707         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1708         them to M-p and M-n.
1709
1710 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1711
1712         * Version number is increased to 2.11.12.
1713
1714 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1715
1716         * wl-draft.el (wl-draft-hide): Select buffer-window.
1717
1718 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1719
1720         * wl-summary.el (wl-summary-narrow-to-region): New function.
1721         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1722         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1723         (wl-summary-save-region): Use it.
1724         * wl-action.el (wl-summary-collect-numbers-region)
1725         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1726
1727 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1728
1729         * wl-folder.el (wl-folder-count-incorporates): Don't use
1730         `elmo-msgdb-mark-load'
1731
1732         * Version number is increased to 2.11.11.
1733
1734 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1735
1736         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1737         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1738
1739 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1740
1741         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1742
1743 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1744
1745         * Version number is increased to 2.11.10.
1746
1747 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * wl-mime.el (wl-draft-attribute-value): Fixed.
1750
1751 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1752
1753         * wl-util.el (wl-copy-local-variables): New function.
1754
1755         * wl-mime.el (wl-draft-attribute-recipients): New function.
1756         (wl-draft-attribute-envelope-from): Ditto.
1757         (wl-draft-attribute-smtp-posting-server): Ditto.
1758         (wl-draft-attribute-smtp-posting-port): Ditto.
1759         (wl-draft-attribute-value): Ditto.
1760         (wl-draft-preview-message): Use it to get value for
1761         attributes. Reflect result of `wl-draft-config'.
1762
1763         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1764         and call `wl-summary-mark-as-read' before to call
1765         `wl-summary-unset-mark'.
1766         (wl-summary-target-mark-mark-as-unread): Likewise.
1767         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1768
1769 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1770
1771         * wl-mime.el (wl-draft-preview-message): Use actual value for
1772         attributes; Fix for small window.
1773
1774 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1775
1776         * wl-refile.el (wl-refile-get-field-value): Call
1777         `elmo-message-entity-field' with 3rd argument is non-nil.
1778
1779 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1780
1781         * wl-vars.el (wl-draft-preview-attributes): New user option.
1782         (wl-draft-preview-attributes-list): Ditto.
1783         (wl-draft-preview-attributes-buffer-lines): Ditto.
1784         (wl-draft-preview-attributes-buffer-name): Ditto.
1785
1786         * wl-mime.el (wl-draft-preview-message): Display attributes.
1787
1788 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1789
1790         * wl-summary.el (wl-summary-detect-mark-position): Bind
1791         wl-summary-flag-priority-list to '(new).
1792
1793 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1794
1795         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1796         funtion.
1797         (wl-highlight-summary-line-string): Use it.
1798         (wl-highlight-summary-current-line): Ditto.
1799
1800 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1801
1802         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1803         line even when the mark string is not changed.
1804
1805         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1806         argument change in the wl-summary-create-line.
1807         (wl-thread-insert-entity-sub): Ditto.
1808
1809         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1810         argument change in the wl-summary-create-line.
1811         (wl-summary-insert-sequential): Ditto.
1812         (wl-summary-update-thread): Ditto.
1813         (wl-summary-persistent-mark-string): New inline function.
1814         (wl-summary-message-mark): Use it.
1815         (wl-summary-create-line): Abolish argument wl-persistent-mark
1816         and added wl-flags, wl-cached.
1817
1818         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1819         mark to flags.
1820         (wl-highlight-summary-current-line): Decide the face not by the 
1821         persistent mark but flags.
1822
1823 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1824
1825         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1826         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1827         wl-summary-read-uncached-mark): Revive.
1828         (wl-summary-answered-cached-mark,
1829         wl-summary-answered-uncached-mark): New user option.
1830         (wl-summary-score-marks): Follow the change above.
1831         (wl-summary-auto-refile-skip-marks): Ditto.
1832         (wl-summary-incorporate-marks): Ditto.
1833         (wl-summary-expire-reserve-marks): Ditto.
1834         (wl-summary-flag-priority-list): New user option.
1835
1836         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1837         changes.
1838         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1839         of elmo-message-mark.
1840         (wl-summary-mark-as-read-internal): Ditto.
1841         (wl-summary-mark-as-answered): Ditto.
1842         (wl-summary-mark-as-important): Ditto.
1843         (wl-summary-redisplay-internal): Ditto.
1844         (wl-summary-redisplay-no-mime-internal): Ditto.
1845         (wl-summary-message-mark): New function.
1846         (wl-summary-insert-sequential): Use wl-summary-message-mark
1847         instead of elmo-message-mark.
1848         (wl-summary-update-thread): Ditto.
1849         (wl-summary-persistent-mark): Ditto.
1850         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1851         instead of elmo-message-mark.
1852
1853         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1854         wl-summary-message-mark instead of elmo-message-mark.
1855         (wl-thread-insert-entity-sub): Ditto.
1856         (wl-thread-get-children-msgs-uncached): Ditto.
1857
1858         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1859         variable name changes.
1860         (wl-highlight-summary-current-line): Ditto.
1861
1862         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1863         wl-summary-message-mark instead of elmo-message-mark.
1864
1865         * wl-expire.el (wl-expire-message-p): Ditto.
1866
1867         * wl-score.el (wl-score-headers): Ditto.
1868
1869         * Version number is increased to 2.11.9.
1870
1871         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1872         (wl-summary-sync-update): Follow the change above.
1873         (wl-summary-switch-to-clone-buffer): Ditto.
1874         (wl-summary-open-folder): Ditto.
1875
1876 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1877
1878         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1879         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1880
1881         * Version number is increased to 2.11.8.
1882
1883         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1884
1885         * wl-expire.el (wl-expire-refile): Follow the API change on
1886         `elmo-folder-move-messages'.
1887         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1888
1889         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1890         (wl-summary-exec-action-refile): Ditto.
1891         (wl-summary-exec-action-copy): Ditto.
1892         (wl-summary-no-auto-refile-message-p): No use
1893         `wl-summary-buffer-msgdb'.
1894         (wl-summary-auto-refile): Ditto.
1895
1896 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1897
1898         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1899
1900 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1901
1902         * wl-summary.el (wl-summary-sync): Treat no-sync.
1903
1904         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1905         (wl-default-sync-range): Ditto.
1906
1907 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1908
1909         * wl-refile.el (wl-refile-subject-learn): Call
1910         `elmo-message-entity-field' with 3rd argument is non-nil.
1911         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1912         instead of `elmo-msgdb-overview-entity-get-subject'.
1913
1914 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1915
1916         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1917         scan-type is rescan.
1918         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1919         new optional argument force is non-nil.
1920         (wl-summary-save-view-cache): Call it with force argument non-nil.
1921
1922         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1923
1924 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1925
1926         * wl-action.el (wl-summary-print-argument): Fixed last change.
1927
1928 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1929
1930         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1931         simplified.
1932         (wl-summary-target-mark-mark-as-unread): Likewise.
1933         (wl-summary-target-mark-mark-as-important): Likewise.
1934
1935 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1936
1937         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1938         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1939         (wl-summary-mark-as-important-region): Change accordingly.
1940         (wl-summary-target-mark-mark-as-important): Ditto.
1941
1942 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1943
1944         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1945
1946         * wl-action.el (wl-summary-print-argument): Print argument to
1947         right side of window if `wl-summary-print-argument-within-window'
1948         is non-nil.
1949
1950 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1951
1952         * wl-action.el (wl-summary-set-mark): Use
1953         `wl-summary-message-visible-p' to check visibility of the message
1954         and jump to message only when the message line is visible and have
1955         different number; Call wl-summary-unset-mark with number argument.
1956         (wl-summary-unset-mark): 
1957         Use `wl-summary-message-visible-p'
1958         to check visibility of the message and jump to message only when
1959         the message line is visible and have different number;
1960
1961 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1962
1963         * Version number is increased to 2.11.7.
1964
1965         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1966         and wl-folder-summary-line-format.
1967
1968         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1969         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1970         (wl-summary-set-score-mark): Use it.
1971         (wl-summary-target-mark-mark-as-read): Ditto.
1972         (wl-summary-target-mark-mark-as-unread): Ditto.
1973         (wl-summary-target-mark-mark-as-important): Ditto.
1974         (wl-summary-target-mark-msgs): Simplified.
1975         (wl-summary-detect-mark-position): Fixed problem when
1976         summary-line-format no contain persisten/temp mark spec.
1977         (wl-summary-temp-mark): Ditto.
1978         (wl-summary-persistent-mark): Ditto.
1979         (wl-summary-update-persistent-mark): Ditto.
1980
1981         * wl-action.el (wl-summary-set-mark): Ditto.
1982         (wl-summary-unset-mark): Ditto.
1983         All other related portions are changed.
1984
1985 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1986
1987         * Version number is increased to 2.11.6.
1988
1989 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1990
1991         * wl-util.el (wl-current-message-buffer): Define as function;
1992         Don't use the value of wl-messge-buffer.
1993
1994         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1995         persistent mark.
1996
1997         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1998         no current message, cause an error.
1999
2000 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2001
2002         * wl-summary.el (wl-summary-set-message-modified): Use
2003         elmo-folder-set-message-modified instead of
2004         elmo-folder-set-message-modified-internal.
2005
2006 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2007
2008         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2009         interactively.
2010         (wl-summary-sync): nokill->entirely.
2011         (wl-summary-sync-marks): Fixed message.
2012         (wl-summary-input-range): Added mark, nokill->entirely.
2013
2014         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2015         messages as read.
2016
2017 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2018
2019         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2020         update-noscore.
2021         (wl-summary-sync): Follow the change above.
2022
2023 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2024
2025         * wl-action.el (wl-summary-target-mark-all): Use
2026         elmo-folder-list-messages.
2027
2028 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2029
2030         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2031         (wl-summary-rescan): Set wl-summary-scored as nil.
2032         (wl-summary-sync-force-update): Follow the change above.
2033         (wl-summary-sync): Ditto.
2034         (wl-summary-sync-update): Added argument disable-killed.
2035         (wl-summary-insert-headers): Set visible-only argument for
2036         elmo-folder-list-messages.
2037         (wl-summary-input-range): Added update-nokill, update-noscore,
2038         all-nokill, all-noscore and mark.
2039
2040         * Version number is increased to 2.11.5.
2041
2042         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2043
2044 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2045
2046         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2047         (wl-summary-prefetch-region-no-mark): Change accordingly.
2048         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2049
2050 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2051
2052         * wl-address.el (wl-complete-field-to): Abolished.
2053         (wl-complete-address): Completion function for completing-read.
2054         * wl-action.el (wl-summary-get-resend-address): Use it.
2055
2056         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2057         wl-summary-update-mark and abolish unused argument.
2058         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2059         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2060         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2061         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2062         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2063         * wl-draft.el (wl-draft-kill): Ditto.
2064
2065         * wl-summary.el: Remove unused binding of case-fold-search.
2066         (wl-summary-replace-status-marks): Abolished.
2067
2068 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2069
2070         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2071         is specified or folder length is zero.
2072
2073 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2074
2075         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2076         (wl-folder-archive-current-entity): Ditto.
2077
2078 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2079
2080         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2081         retrieving message mark.
2082         (wl-summary-redisplay-internal): Ditto.
2083
2084         * wl-message.el (wl-message-buffer-display): Ignore errors while
2085         retrieving message-id field.
2086
2087         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2088         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2089         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2090         order of the arguments for `wl-expire-message-p'.
2091         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2092
2093         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2094         Check return value of wl-summary-reply.
2095         (wl-summary-reply): Recover window configuration when an error occured.
2096
2097 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2098
2099         * wl-summary.el (wl-summary-resend-message): Abolished, the
2100         feature is inherited by wl-summary-resend (put resend mark).
2101
2102 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2103
2104         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2105         wl-message-buffer to nil when the message is hide.
2106
2107 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2108
2109         * .cvsignore: New file.
2110
2111 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2112
2113         * wl-action.el (wl-summary-action-docstring): Add more info.
2114         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2115         duplicate definition.
2116         (wl-summary-define-mark-action): Functions wl-summary-*-region
2117         keep current position.
2118         (wl-summary-unregister-target-mark): Store result to the variable.
2119
2120 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2121
2122         * Version number is increased to 2.11.4.
2123
2124 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2125
2126         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2127         wl-summary-delete-all-temp-marks.
2128         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2129
2130         * wl-action.el (wl-summary-set-mark): Changed terminology
2131         refile-destination -> action-argument.
2132         (wl-summary-unset-mark): Ditto.
2133         (wl-summary-remove-argument): Ditto.
2134         (wl-summary-print-argument): Ditto.
2135
2136         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2137         (wl-thread-remove-argument-region): Ditto.
2138         (wl-thread-print-argument-region): Ditto.
2139         (wl-thread-close): Ditto.
2140         (wl-thread-open): Ditto.
2141
2142         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2143         (wl-highlight-refile-destination-face is abolished)
2144         (wl-highlight-action-argument-string): Ditto.
2145         (wl-highlight-summary-current-line): Highlight action argument.
2146
2147         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2148         color for light backgrounds.
2149         (wl-highlight-summary-answered-face): Ditto.
2150
2151 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2152
2153         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2154
2155         * wl-score.el (wl-summary-score-update-all-lines): Use
2156         wl-summary-set-mark.
2157         (wl-summary-score-update-all-lines): Kill expunged messages.
2158
2159         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2160
2161 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2162
2163         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2164         directly.
2165         (wl-score-overview-entity-get-lines): Ditto.
2166         (wl-score-overview-entity-get-xref): Ditto.
2167         (wl-score-get-latest-msgs): Ditto.
2168         (wl-summary-rescore): Ditto.
2169
2170         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2171         to "&".
2172         (wl-summary-mark-as-answered-internal): New inline function.
2173         (wl-summary-mark-as-answered): New function.
2174         (wl-summary-mark-as-unanswered): Ditto.
2175         (wl-summary-sync-marks): Modified for answered-mark synching.
2176
2177 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2178
2179         * wl-action.el (wl-summary-set-mark): Fixed last change.
2180
2181 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2182
2183         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2184         behavior of wl-summary-unread-message-hook
2185         (Pointed out by akira yamada <akira@arika.org>).
2186
2187 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2188
2189         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2190         wl-summary-delete.
2191         * wl-xmas.el (wl-summary-toolbar): Ditto.
2192
2193         * wl-action.el (wl-summary-set-mark): Don't override current
2194         temp-mark.
2195
2196         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2197
2198 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2199
2200         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2201         (wl-refile-msgid-learn): Ditto.
2202         (wl-refile-get-field-value): Ditto.
2203
2204         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2205
2206         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2207         (wl-expire-delete-reserved-messages): Renamed from
2208         wl-expire-reserve-marked-msgs-from-list.
2209         (wl-expire-delete): Removed argument `msgdb'.
2210         (wl-expire-refile): Ditto.
2211         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2212         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2213         mark-alist as argument.
2214         (wl-expire-archive-number1): Removed argument `msgdb'.
2215         (wl-expire-archive-number2): Ditto.
2216         (wl-expire-archive-date): Ditto.
2217         (wl-expire-localdir-date): Ditto.
2218         (wl-expire-hide): Ditto.
2219         (wl-archive-number1): Ditto.
2220         (wl-archive-number2): Ditto.
2221         (wl-archive-date): Ditto.
2222         (wl-archive-folder): Ditto.
2223         All other related portions are changed.
2224
2225 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2226
2227         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2228         mean move up and down. (suggested by Takashi Kawachi)
2229
2230 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * wl-acap.el (toplevel): Don't require un-define.
2233
2234 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * wl-thread.el (wl-thread-delete-message): Always update
2237         wl-summary-buffer-number-list.
2238
2239         * wl-action.el (wl-summary-print-destination): 
2240         Do nothing when folder is nil.
2241
2242 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2243
2244         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2245         persistent mark when prefetch is succeeded.
2246
2247 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2248
2249         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2250         instead of elmo-msgdb-delete-msgs.
2251         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2252         (wl-expire-hide): Ditto.
2253
2254         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2255
2256         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2257         elmo-msgdb interface.
2258         (wl-thread-get-exist-children): Likewise.
2259         (wl-thread-insert-message): Likewise.
2260         (wl-thread-msg-mark-as-important): Likewise.
2261         (wl-thread-insert-entity-sub): Likewise.
2262         (wl-thread-get-children-msgs-uncached): Likewise.
2263
2264         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2265         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2266         (wl-summary-sync-update): Likewise.
2267         (wl-summary-auto-select-msg-p): Likewise.
2268         (wl-summary-update-thread): Likewise.
2269         (wl-summary-mark-as-important): Likewise.
2270         (wl-summary-jump-to-msg-internal): Likewise.
2271         (wl-summary-redisplay-internal): Likewise.
2272         (wl-summary-print-message-with-ps-print): Likewise.
2273         (wl-summary-folder-info-update): Likewise.
2274
2275         * wl-folder.el (wl-folder-check-one-entity):
2276         elmo-folder-count-flags instead of wl-summary-count-unread.
2277
2278         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2279
2280         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2281
2282         * wl-summary.el (wl-summary-set-message-modified): 
2283         Call wl-summary-set-mark-modified.
2284         (wl-summary-delete-messages-on-buffer): Call
2285         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2286         (wl-summary-sync-update): Call elmo-folder-length instead of
2287         elmo-folder-messages.
2288         (wl-summary-insert-headers): Don't call
2289         elmo-folder-list-message-entities.
2290
2291 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2292
2293         * wl-action.el (wl-summary-define-mark-action): Call
2294         `wl-summary-set-mark' with argument `data'.
2295         (wl-summary-auto-refile): Fixed order of arguments when call
2296         `wl-summary-refile'.
2297
2298 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2299
2300         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2301
2302         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2303
2304         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2305         (Renamed from wl-highlight-summary-deleted-face).
2306         (wl-highlight-summary-resend-face): New face.
2307
2308         (wl-highlight-summary-deleted-face): Renamed from
2309         wl-highlight-summary-erased-face.
2310
2311         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2312
2313         * wl-action.el (wl-summary-get-resend-address): New function.
2314         (wl-summary-exec-action-resend): Ditto.
2315         (wl-summary-exec-action-resend-subr): Ditto.
2316
2317         * w-thread.el (wl-thread-copy): Removed definition.
2318         (wl-thread-refile): Ditto.
2319         (wl-thread-delete): Ditto.
2320         (wl-thread-target-mark): Ditto.
2321
2322         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2323         (wl-summary-target-mark-set-action): Fixed.
2324         (wl-summary-define-mark-action): Fixed quotation.
2325         (wl-summary-move-mark-list-messages): Display message.
2326         (wl-summary-define-mark-action): Define thread functions.
2327         (wl-summary-exec-action-refile): Changed message.
2328         (wl-summary-exec): Ditto.
2329
2330 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2331         
2332         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2333         '%%'.
2334
2335 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2336
2337         * wl.el (toplevel): Require wl-action.
2338         (wl-init): Call wl-summary-define-mark-action.
2339
2340         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2341
2342         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2343         wl-summary-delete and wl-summary-erase.
2344         (wl-summary-mode-map): Ditto.
2345
2346         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2347         wl-delete-folder-alist.
2348
2349         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2350         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2351         (toplevel): Moved mark & action related functions to the wl-action.el.
2352
2353         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2354         in wl-summary-mark-action-list.
2355         (wl-highlight-summary-current-line): Ditto.
2356
2357         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2358         empty lines.
2359
2360         * wl-action.el: New file. 
2361
2362 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2363
2364         * wl-summary.el (wl-summary-target-mark-replace): New function.
2365         (wl-summary-target-mark-prefetch): Use it.
2366         (wl-summary-target-mark-delete): Ditto.
2367         (toplevel): Rearranged definition order.
2368         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2369         (wl-summary-target-mark-erase): Rewrite.
2370         (wl-summary-erase-region): New function.
2371         (wl-summary-exec-action-erase): Changed message.
2372         (wl-summary-move-mark-list-messages): New function.
2373         (wl-summary-exec-action-delete): Use it.
2374         (wl-summary-exec-action-erase): Ditto.
2375
2376         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2377         (wl-summary-skip-mark-list): Added "d".
2378
2379         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2380         while searching.
2381
2382         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2383         and define using defcustom;
2384         Define 4th element as a face.
2385         
2386         * wl-summary.el (wl-summary-incorporate): Use 
2387         `wl-summary-prefetch-region-no-mark' instead of
2388         `wl-summary-prefetch-region'.
2389         (wl-summary-prefetch-region-no-mark): Revival of old
2390         `wl-summary-prefetch-region'.
2391         (wl-summary-mark-action-list): Moved to wl-vars.el
2392
2393         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2394         face according to the `wl-summary-mark-action-list'.
2395         (wl-highlight-summary-current-line): Ditto;
2396         Removed destination highlighting.
2397
2398         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2399         (wl-highlight-summary-line-string): Highlight for "i" mark.
2400         (wl-highlight-summary-current-line): Ditto.
2401
2402         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2403         no destination.
2404
2405         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2406         exists, just go ahead.
2407         (wl-summary-prefetch-region): Rewrite.
2408         (wl-summary-prefetch): Ditto.
2409         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2410         (wl-summary-exec-action-prefetch): New function.
2411         (wl-summary-target-mark-prefetch): Rewrite.
2412
2413 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2414
2415         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2416         (wl-highlight-summary-line-string): Added "d" and "D".
2417         (wl-highlight-summary-current-line): Ditto.
2418
2419         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2420         in wl-summary.el.
2421         (wl-thread-insert-entity-sub): Ditto.
2422         (wl-thread-remove-destination-region): Ditto.
2423         (wl-thread-print-destination-region): Ditto.
2424
2425         * wl-summary.el (wl-summary-buffer-refile-list,
2426         wl-summary-buffer-delete-list,
2427         wl-summary-buffer-copy-list): Abolish.
2428         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2429         All other related portions are changed.
2430         (wl-summary-mark-action-list): New variable.
2431         (wl-summary-set-mark): New function.
2432         (wl-summary-register-target-mark): Ditto.
2433         (wl-summary-unregister-target-mark): Ditto.
2434         (wl-summary-have-target-mark-p): Ditto.
2435         (wl-summary-register-temp-mark): Ditto.
2436         (wl-summary-unregister-temp-mark): Ditto.
2437         (wl-summary-registered-temp-mark): Ditto.
2438         (wl-summary-collect-temp-mark): Ditto.
2439         (wl-summary-unset-mark): Ditto.
2440         (wl-summary-set-target-mark): Ditto.
2441         (wl-summary-unset-target-mark): Ditto.
2442         (wl-summary-set-action-generic): Ditto.
2443         (wl-summary-unset-action-generic): Ditto.
2444         (wl-summary-exec-action-delete): Ditto.
2445         (wl-summary-exec-action-erase): Ditto.
2446         (wl-summary-set-action-refile): Ditto.
2447         (wl-summary-set-action-refile-subr): Ditto.
2448         (wl-summary-unset-action-refile): Ditto.
2449         (wl-summary-make-destination-numbers-list): Ditto.
2450         (wl-summary-exec-action-refile): Ditto.
2451         (wl-summary-set-action-copy): Ditto.
2452         (wl-summary-unset-action-copy): Ditto.
2453         (wl-summary-exec-action-copy): Ditto.
2454         (wl-summary-collect-numbers-region): Ditto.
2455         (wl-summary-delete): Rewrite.
2456         (wl-summary-erase): Ditto.
2457         (wl-summary-remove-destination): Ditto.
2458         (wl-summary-exec): Ditto.
2459         (wl-summary-exec-region): Ditto.
2460         (wl-summary-target-mark-erase): Ditto.
2461         (wl-summary-refile): Ditto.
2462         (wl-summary-copy): Ditto.
2463         (wl-summary-unmark): Ditto.
2464         (wl-summary-delete-all-mark): Ditto.
2465         (wl-summary-mark-line): Don't highlight.
2466         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2467         (wl-summary-target-mark-refile-subr): Rewrite.
2468
2469         (wl-summary-copy-prev-destination): Abolish.
2470
2471 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2472
2473         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2474         default values along the value of wl-on-mule.
2475         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2476         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2477         It is not used anywhere.
2478
2479 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2480
2481         * wl-summary.el (wl-summary-print-destination): Keep position.
2482         (wl-summary-cursor-move-surface): Keep horizontal position.
2483
2484 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2485
2486         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2487         write sendlog.
2488
2489 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2490
2491         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2492         `wl-summary-highlight'.
2493
2494 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2495
2496         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2497         trivial condition for temp-mark.
2498
2499 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2500
2501         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2502         when it hits killed buffer.
2503
2504 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2505
2506         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2507         * wl-news.el.in: `message' and `error' take format string.
2508
2509 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2510
2511         * wl-folder (wl-folder-insert-entity): Display a message,
2512         `...done', when the work finish.
2513         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2514
2515 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2516
2517         * wl-message.el (wl-message-redisplay): Remove unused local
2518         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2519
2520 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2521
2522         * wl-summary.el (wl-summary-replace-status-marks): Disable
2523         interactive use.
2524         (wl-summary-reedit): Check message existence at first.
2525         (wl-summary-mark-line): Fix doc, return value is indefinite.
2526
2527         * wl-highlight.el (wl-highlight-message): Arranged.
2528
2529         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2530         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2531         check temp-mark by wl-summary-temp-mark always.
2532         (wl-highlight-summary): Change accordingly.
2533         * wl-summary.el (wl-summary-mark-as-read-all)
2534         (wl-summary-delete-cache, wl-summary-set-score-mark)
2535         (wl-summary-mark-as-unread, wl-summary-unmark)
2536         (wl-summary-mark-line, wl-summary-mark-as-read)
2537         (wl-summary-mark-as-important): Ditto.
2538
2539         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2540         end of the window if possible.
2541         * wl-summary.el (wl-summary-sync-update): Support lazy
2542         highlighting.
2543         (wl-summary-toggle-disp-msg): Ditto.
2544
2545 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2546
2547         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2548
2549 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2550
2551         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2552         change.
2553
2554 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2555
2556         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2557         API.
2558         (wl-summary-sync-update): Ditto.
2559
2560         * wl-score.el (wl-score-get-score-alist): Changed argument.
2561         (wl-summary-rescore-msgs): Likewise.
2562         (wl-summary-score-headers): Likewise.
2563         (wl-score-headers): Likewise;
2564         Use elmo-folder-do-each-message-entity, etc.
2565         (wl-summary-score-effect): Follow the changes above.
2566         (wl-summary-rescore): Ditto.
2567         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2568         (wl-score-get-overview): Abolish.
2569
2570         * wl-summary.el (wl-summary-default-from): Follow the API change in
2571         elmo-msgdb.
2572         (wl-summary-count-unread): Ditto.
2573         (wl-summary-detect-mark-position): Ditto.
2574         (wl-summary-overview-entity-compare-by-date): Ditto.
2575         (wl-summary-overview-entity-compare-by-number): Ditto.
2576         (wl-summary-overview-entity-compare-by-from): Ditto.
2577         (wl-summary-overview-entity-compare-by-subject): Ditto.
2578         (wl-summary-get-list-info): Ditto.
2579         (wl-summary-rescan): Ditto.
2580         (wl-summary-jump-to-msg-by-message-id): Ditto.
2581         (wl-summary-sync-update): Ditto; Removed comment.
2582         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2583         (wl-summary-insert-message): Use wl-summary-insert
2584         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2585         (wl-summary-insert-headers): Changed argument overview to folder.
2586         (wl-summary-search-by-subject): Likewise.
2587         (wl-summary-insert-thread): Renamed from 
2588         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2589
2590         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2591         too.
2592
2593         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2594         wl-string-member.
2595
2596 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2597
2598         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2599         elmo-folder-append-buffer.
2600         (wl-draft-queue-append): Likewise.
2601
2602         * wl-mime.el (wl-message-delete-current-part): Ditto.
2603         (wl-summary-burst-subr): Ditto.
2604
2605         * wl-news.el.in (wl-news-send-news): Ditto.
2606
2607 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2608
2609         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2610         function.
2611         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2612         (wl-summary-update-mark): Enclose with save-excursion.
2613         (wl-summary-mark-as-read-internal): Fixed last change.
2614         (wl-summary-mark-as-important): Use 3rd argument of
2615         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2616         Don't use elmo-msgdb-set-mark.
2617         (wl-summary-redisplay-internal): If msgdb flag is already read,
2618         just update the mark on buffer.
2619
2620 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2621
2622         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2623         cut visible folder when elmo-folder-delete returns non-nil value.
2624
2625 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2626
2627         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2628         by Kenichi OKADA <okada@opaopa.org>).
2629
2630 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2631
2632         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2633
2634 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2635
2636         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2637         Fixed the last change, search group entity by its real name.
2638         (Thanks to: KOBAYASHI Shinji)
2639
2640 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2641
2642         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2643         (wl-fldmgr-access-display-all): Don't refer visible name.
2644         * wl-expire.el (wl-folder-archive-current-entity)
2645         (wl-folder-expire-current-entity): Ditto.
2646         * wl-folder.el (wl-folder-jump-to-current-entity)
2647         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2648         (wl-folder-open-folder-sub,wl-folder-open-all)
2649         (wl-folder-write-current-folder): Ditto.
2650         (wl-folder-insert-entity): Don't use petname for normal group.
2651         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2652         is the real name.
2653         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2654         Abolished.
2655
2656 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2657
2658         * wl-draft.el (wl-draft-create-buffer): Add
2659         `wl-summary-reply-with-citation'
2660
2661 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2662
2663         * wl-draft.el (wl-draft-reply): Fixed.
2664
2665 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2666
2667         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2668         when `wl-draft-send-confirm-with-preview' is non-nil.
2669         You can scroll up/down by j/k.
2670         (wl-draft-send-confirm-with-preview): New variable (default=t).
2671
2672 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2673
2674         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2675         (wl-fldmgr-save-folders): Fix comment.
2676
2677 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2678
2679         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2680         along the last change in `wl-folder-buffer-group-p'.
2681
2682 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2683
2684         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2685         folder.
2686
2687         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2688         the default value.
2689
2690         * wl-mime.el (wl-summary-burst): Update summary only when target
2691         folder equals current folder.
2692
2693 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2694
2695         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2696
2697 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2698
2699         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2700         value.
2701
2702 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2705         `map-extents' instead of `extent-at' repeatedly.
2706         (wl-highlight-folder-current-line): Ditto.
2707
2708         * wl-highlight.el: Remove useless dummy functions.
2709
2710 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2711
2712         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2713         (wl-folder-put-folder-property): New function to put text property.
2714         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2715         (wl-folder-insert-entity, wl-folder-update-diff-line)
2716         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2717         * wl-e21.el, wl-xmas.el, wl-mule.el
2718         (wl-highlight-folder-current-line): Ditto.
2719         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2720         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2721         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2722         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2723
2724 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2725
2726         * Version number is increased to 2.11.3.
2727
2728 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2729
2730         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2731         Resume current-buffer since it is assumed by remaining tasks.
2732
2733 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2734
2735         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2736         (wl-folder-completion-function): Abolished.
2737         (wl-folder-complete-folder): New function.
2738         (wl-folder-complete-filter-condition): Ditto.
2739         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2740         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2741
2742 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2743
2744         * wl-draft.el (wl-draft-send-confirm): New function.
2745         (wl-draft-send): Use it.
2746
2747         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2748         cursor-in-echo-area while confirming.
2749
2750         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2751
2752         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2753         searching via nntp if wl-summary-search-via-nntp is 'force.
2754         Otherwise, invoke searching in nntp folder only.
2755         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2756
2757         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2758         explicitly for mime-make-text-tag.
2759
2760 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2761
2762         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2763         `mime-make-text-tag' instead of `mime-create-tag'.
2764
2765 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2766
2767         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2768         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2769
2770 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2771
2772         * wl-score.el (wl-score-save): Bind print-length and print-level.
2773         (wl-score-pretty-print): Ditto.
2774         (wl-score-edit-insert-header-entry): Ditto.
2775
2776         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2777         "From" entry to be treated with wl-draft-eword-encode-address-list.
2778         * wl-mime.el (wl-draft-preview-message): Ditto.
2779
2780         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2781         (wl-summary-mark-as-unread): Ditto.
2782         (wl-summary-mark-as-read-region): Change accordingly.
2783         (wl-summary-mark-as-unread-region): Ditto.
2784         (wl-summary-target-mark-mark-as-read): Ditto.
2785         (wl-summary-target-mark-mark-as-unread): Ditto.
2786
2787 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2788
2789         * Version number is increased to 2.11.2.
2790
2791 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2792
2793         * wl-news.el.in (wl-news-previous-version-save): Bind
2794         print-length and print-level.
2795         * wl-thread.el (wl-thread-save-entities): Ditto.
2796         (wl-thread-save-top-list): Bind print-length.
2797
2798 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2799
2800         * wl-highlight.el (wl-highlight-summary-line-string): Use
2801         wl-summary-score-below-mark, wl-summary-score-over-mark.
2802         (wl-highlight-summary-current-line): Ditto.
2803
2804 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2805
2806         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2807         insert it.
2808
2809 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2810
2811         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2812
2813 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2814
2815         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2816         message without msgid.
2817         Rewrite with elmo-folder-move-messages.
2818         Set wl-message-buffer to nil.
2819
2820         * wl-summary.el (wl-summary-erase-subr): New function. Use
2821         elmo-folder-move-messages.
2822         (wl-summary-erase): Call it.
2823         (wl-summary-target-mark-erase): Ditto.
2824
2825 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2826
2827         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2828         it is not up-tp-date.
2829
2830 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2831
2832         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2833         buffer after calling `wl-summary-goto-folder-subr' without the
2834         argument `interactive'.
2835         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2836
2837 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2838
2839         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2840         `mime-create-tag'. Use `string=' instead of `looking-at'.
2841
2842 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2843
2844         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2845         to avoid compile warning.
2846
2847         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2848         entity-id when folder is given.
2849         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2850         save-excursion, use save-selected-window instead.
2851         Select folder buffer window if exists.
2852         (To correct behavior with wl-folder-move-cur-folder.)
2853
2854 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2855
2856         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2857
2858 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2859
2860         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2861         list-count instead of %d.
2862
2863 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2864
2865         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2866         (wl-news): Set it.
2867         (wl-news-append-to-folder): Use it.
2868
2869         * wl-news.el.in (wl-news-send-news): Append to specified folder
2870         instead of wl-default-folder.
2871         (wl-news-append-to-folder): Show error message with specified folder.
2872
2873         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2874                 In most major modes, Emacs assumes that any opening
2875                 delimiter found at the left margin is the start of a
2876                 top-level definition, or defun. Therefore, *never put an
2877                 opening delimiter at the left margin unless it should have
2878                 that significance.*
2879
2880         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2881
2882 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2883
2884         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2885
2886 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2887
2888         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2889
2890 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2891
2892         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2893         for sequential numbering case.
2894
2895 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2896
2897         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2898         value.
2899         (wl-draft-reply-without-argument-list): Ditto.
2900         (wl-draft-reply-myself-with-argument-list): Abolish.
2901         (wl-draft-reply-myself-without-argument-list): Ditto.
2902         * wl-draft.el (wl-draft-self-reply-p): New function.
2903         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2904
2905 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2906
2907         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2908         (avoid error for the case without byte-compiling)
2909
2910 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2911
2912         * wl-news.el.in (wl-news-append-to-folder): New function.
2913         (wl-news-exit): Rewrite.
2914         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2915
2916 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2917
2918         * wl-draft.el (wl-draft-reply-position): New function.
2919         (wl-draft-reply-position): Fix.
2920         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2921         (wl-summary-target-mark-reply-with-citation): Ditto.
2922         (wl-summary-reply-with-citation): Ditto.
2923         * wl-vars.el (wl-draft-reply-default-position): New variable.
2924
2925 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2926
2927         * wl-draft.el (wl-draft-send): Preview when interactive send.
2928
2929 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2930
2931         * wl-draft.el (wl-draft-reply): Set default position.
2932         * wl-summary.el (wl-summary-reply): Ditto.
2933         (wl-summary-reply-with-citation): Ditto.
2934         (wl-summary-target-mark-reply-with-citation): Ditto.
2935
2936 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2937
2938         * wl-news.el.in (wl-news-lang): Set default value according to
2939         current-language-environment.
2940         (wl-news-append-news): Do nothing when news-list is nil.
2941
2942 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2943
2944         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2945         (wl-news): Change message.
2946         (wl-news-exit): Check buffer.
2947         (wl-news-force-exit): New function.
2948         (wl-news-show-all): New function.
2949         (wl-news-discard-and-exit): Fix.
2950
2951 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2952
2953         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2954         according to current-language-environment.
2955
2956         * wl-news.el.in (wl-news): If arg, show all NEWS after
2957         wl-news-default-previous-version.
2958
2959 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2960
2961         * wl-news.el.in (wl-news-check): Rewritten.
2962         (wl-news-previous-version-load): Change data type.
2963         (wl-news-previous-version-save): Change data type.
2964         (wl-news-append-news): Add return value.
2965         (wl-news-check-news): New function.
2966         (wl-news-already-current-p): New function.
2967         (wl-news-send-news): Rewritten.
2968         (wl-news-mode-map): Add new keybind.
2969         (wl-news): Rewritten.
2970         (wl-news-exit): Rewritten.
2971         (wl-news-discard-and-mail): New function.
2972         (wl-news-send-to-address): Abolished.
2973         * wl.el (wl-init): Delete a message.
2974
2975 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2976
2977         * wl-news.el.in (wl-news-exit): Update previous version.
2978         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2979
2980 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2981
2982         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2983
2984 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2985
2986         * wl-news.el.in (wl-news): New function.
2987         (wl-news-mode): New function.
2988         (wl-news-next-line): New function.
2989         (wl-news-next-page): New function.
2990         (wl-news-exit): New function.
2991         (wl-news-buf-name): New variable.
2992         (wl-news-mode-map): New variable.
2993         (wl-news-winconf): New variable.
2994         (wl-news-append-news): Add an option.
2995
2996 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2997
2998         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2999
3000 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3001
3002         * wl-news.el.in (wl-news-send-to-address): New variable.
3003         (wl-news-send-news): Use it.
3004         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3005         Return updating status.
3006         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3007
3008 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3009
3010         * wl-news.el.in (wl-news-send-news): Delete
3011         Organization and X-Face.
3012
3013 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3014
3015         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3016         (wl-news-append-news): New function.
3017         (wl-news-send-news): New function.
3018
3019 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3020
3021         * Version number is increased to 2.11.1.
3022
3023 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3024
3025         * wl-news.el.in : New file.
3026
3027 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3028
3029         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3030         default value.
3031         (wl-draft-reply-without-argument-list): Ditto.
3032
3033 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3034
3035         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3036         (wl-message-buffer-prefetch-idle-time): Ditto.
3037         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3038
3039 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3040
3041         * wl-thread.el (wl-thread-insert-message): Use
3042         wl-summary-max-thread-depth.
3043
3044         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3045         loop detection.
3046
3047         * wl-message.el (wl-message-buffer-display): Back to the first page
3048         when cache is hit.
3049
3050 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3051
3052         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3053
3054         * wl-summary.el (wl-summary-insert-thread-entity):
3055         If the thread depth is reached to wl-summary-max-thread-depth,
3056         divide the thread.
3057
3058 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3059
3060         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3061         for elmo-remove-passwd.
3062
3063 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3064
3065         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3066         folder is sticky.
3067         (wl-folder-mark-as-read-all-entity): Ditto.
3068         (wl-folder-prefetch-entity): Ditto.
3069
3070 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3071
3072         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3073
3074 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3075
3076         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3077         Delete messages on buffer for unplugged operation.
3078         (wl-summary-erase): Ditto.
3079
3080 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3081
3082         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3083         take nil so as not to search parent by subject.
3084
3085 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3086
3087         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3088         (wl-folder-get-next-folder): Ditto.
3089         (wl-folder-get-path): Ditto.
3090
3091 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3092
3093         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3094         system and encode the region with it before verifying.
3095
3096 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3097
3098         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3099         system of the echo buffer before decoding.
3100
3101 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3102
3103         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3104         original contents.
3105
3106 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3107
3108         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3109         with argument 'any-exists.
3110
3111 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3112
3113         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3114         Use `wl-cs-autoconv'.
3115
3116 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3117
3118         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3119         by `mime-view-automatic-conversion'.
3120
3121         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3122         (wl-message-verify-pgp-nonmime): Ditto.
3123         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3124         Bind them to C-c:d and C-c:v respectively.
3125
3126         Merge following code by Teranishi-san from [wl-en:00167].
3127         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3128         (wl-mime-preview-application/pgp-encrypted): Ditto.
3129         (wl-mime-setup): Add entry.
3130
3131 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3132
3133         * wl-summary.el (wl-summary-target-mark-erase): New function.
3134         Bind it to "mD".
3135
3136 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3137
3138         * wl-vars.el (wl-draft-write-file-function): Fix.
3139         (wl-draft-reedit-hook): Changed default value.
3140
3141         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3142         wl-draft-reedit-hook.
3143         (wl-draft-remove-text-plain-tag): New function.
3144         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3145
3146         * wl-vars.el (wl-draft-write-file-function): New user option.
3147
3148         * wl-draft.el (wl-draft-prepare-edit): Use it for
3149         local-write-file-hooks.
3150         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3151
3152         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3153         (wl-draft-insert-mail-header-separator): Return the body beginning
3154         point.
3155         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3156         text/plain.
3157         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3158
3159 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3160
3161         * wl-summary.el (wl-summary-erase): New function to erase message
3162         without moving it to trash. Bind to "D".
3163
3164         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3165         as `keep' unless switch-function.
3166
3167 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3168
3169         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3170         message buffer by using `wl-summary-toggle-disp-msg'.
3171         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3172         buffer window.
3173         (wl-summary-supresedes-message): Ditto.
3174
3175         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3176         Do not delete other windows.
3177         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3178         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3179         (wl-draft-create-buffer): Set reply-or-forward also for target
3180         mark commands.
3181
3182 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3183
3184         * wl-draft.el (wl-user-agent-compose): Delete special case for
3185         switch-to-buffer-other-window.
3186
3187         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3188         (wl-summary-forward): Ditto.
3189
3190         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3191         function.
3192         (wl-draft-buffer-style): New use option.
3193
3194         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3195         (wl-draft): Follow the change above.
3196         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3197         wl-draft-buffer-style.
3198         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3199         switch-function.
3200
3201 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3202
3203         * wl-address.el (wl-address-make-completion-entry): Extracted from
3204         `wl-address-make-completion-list'.
3205         (wl-address-enable-strict-loading): New variable.
3206         (wl-address-make-completion-list): Revive petname duplication
3207         inquiry, and enable it if `wl-address-enable-strict-loading'.
3208         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3209
3210 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3211
3212         * wl-message.el (wl-message-get-original-buffer): Avoid
3213         'Selecting deleted buffer' error when original buffer is killed.
3214
3215 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3216
3217         * wl-summary.el (wl-summary-next-message): Use
3218         elmo-message-accessible-p instead of elmo-message-cached-p.
3219
3220 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3221
3222         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3223
3224         * wl-thread.el (wl-thread-open-all-unread): Use
3225         elmo-folder-list-flagged instead of
3226         elmo-folder-list-messages-mark-match.
3227
3228         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3229         instead of elmo-folder-list-messages-mark-match.
3230         (wl-summary-move-spec-alist): New variable.
3231         (wl-summary-move-spec-plugged-alist,
3232         wl-summary-move-spec-unplugged-alist): Abolish.
3233         (wl-summary-next-message): Follow the change above.
3234         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3235         with 'no-msg' argument.
3236
3237         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3238         variable.
3239         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3240         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3241         (wl-message-buffer-prefetch-get-next): Follow the change above.
3242
3243 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3244
3245         * wl-version.el (wl-version): Changed codename.
3246
3247         * Version number is increased to 2.11.0.
3248
3249 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3250
3251         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3252         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3253         `wl-draft-config-variables'.
3254         (wl-draft-kill): Fixed problem when the draft is reedit.
3255
3256 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3257
3258         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3259         buffer-modified status (Thanks to
3260         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3261
3262 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3263
3264         * wl-util.el (wl-region-exists-p): New function.
3265
3266         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3267         Remove defvars for byte-compile warnings.
3268
3269 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3270
3271         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3272         defvar-maybe. Removed unused bind.
3273
3274 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3275
3276         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3277         summary buffer window before creating new frame.
3278         (wl-draft-reply): Ditto.
3279
3280 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3281
3282         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3283
3284 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3285
3286         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3287
3288 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3289
3290         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3291         instead of `kill-region'.
3292
3293 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3294
3295         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3296         (wl-highlight-summary-line-string): Use it.
3297         (wl-highlight-summary-current-line): Ditto.
3298
3299         * wl-mime.el (wl-message-delete-current-part): Check the class of
3300         mime-entity.
3301
3302         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3303
3304         * wl-summary.el (wl-summary-make-number-list): Initialize.
3305         (wl-summary-update-mark): New function.
3306         (wl-summary-reply): Put `answered' mark on the message.
3307         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3308
3309         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3310         (wl-draft-reply): Added optional argument `number';
3311         Set wl-draft-parent-number.
3312         (wl-draft-kill): Delete answered mark if it is a reply.
3313
3314 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3315
3316         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3317         that originates in mime-preview-follow-current-entity.
3318         (wl-draft-yank-current-message-entity): Use it if region is active.
3319
3320         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3321         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3322         `wl-message-delete-current-part'.
3323         * wl-mule.el (wl-message-define-keymap): Ditto.
3324         * wl-xmas.el (wl-message-define-keymap): Ditto.
3325
3326 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3327
3328         * wl-mime.el (wl-message-delete-current-part): New function.
3329         (wl-mime-node-id-to-string): Ditto.
3330
3331         * wl-mime.el (wl-message-delete-current-part): Use existing
3332         original buffer which corresponds current mime-view buffer.
3333         (fetched buffer might have different structure, possibly)
3334
3335         * wl-mime.el (wl-message-delete-current-part): Quit if the
3336         message content differs from the actual message.
3337
3338 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3339
3340         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3341         order.
3342         (wl-summary-search-by-subject): Search parent message from tail;
3343         Check the existence of the parent message on the current thread tree.
3344         (wl-summary-update-thread): Check whether the line is inserted.
3345
3346 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3347
3348         * wl-vars.el (wl-summary-line-format): Undo last change.
3349         * wl-summary.el (wl-summary-print-destination): Do not put
3350         invisible property when `wl-summary-width' is nil.
3351         (wl-summary-line-subject-minimum-length): Abolished.
3352         (wl-summary-line-subject): Ditto.
3353
3354 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3355
3356         * wl-vars.el (wl-summary-line-format): Change default value.
3357         (wl-summary-subject-length-limit): Abolished.
3358         * wl-summary.el (wl-summary-line-subject): Ditto.
3359
3360 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3361
3362         * wl-template.el (wl-template-select): Added optional argument.
3363         If optional argument is specified, reverse
3364         `wl-template-visible-select'.
3365
3366 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3367
3368         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3369         Take prefix argument to force asking the destination folder.
3370
3371 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3372
3373         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3374         count and update status.
3375
3376 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3377
3378         * wl-summary.el (wl-summary-redisplay-internal): If
3379         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3380         after fetching.
3381
3382 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3383
3384         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3385         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3386
3387         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3388
3389 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3390
3391         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3392         (All other related portions are changed).
3393         (wl-summary-mark-as-read-all): Rewrite.
3394
3395 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3396
3397         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3398         `wl-summary-mark-as-read'.
3399         (wl-summary-mark-as-unread): Rewrite.
3400         (wl-summary-mark-as-read): Added no-modeline argument.
3401         (wl-summary-resume-cache-status): Rewrite.
3402         (wl-summary-exec-subr): Remove unused local variable.
3403
3404 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3405
3406         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3407         logic to call `wl-summary-buffer-prev-folder-function'.
3408         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3409
3410 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3411
3412         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3413         is nil.
3414
3415 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3416
3417         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3418         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3419         (wl-mime-setup): Add its entry.
3420
3421 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3422
3423         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3424         (wl-summary-delete-cache): Likewise.
3425         (wl-summary-mark-as-read): Rewrite.
3426
3427 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3428
3429         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3430         `wl-summary-count-unread'.
3431
3432         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3433
3434         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3435
3436 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3437
3438         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3439         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3440         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3441         Renamed to the elmo-msgdb-*-mark.
3442         (wl-summary-score-marks): Follow the change above.
3443         (wl-summary-auto-refile-skip-marks): Ditto.
3444         (wl-summary-incorporate-marks): Ditto.
3445         (wl-summary-expire-reserve-marks): Ditto.
3446
3447         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3448         changes.
3449         (wl-thread-insert-top): Changed updating message.
3450
3451         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3452         variable.
3453         (wl-summary-count-unread): Count answered marks.
3454         (wl-summary-rescan): Call wl-summary-insert-message instead of
3455         wl-summary-append-message-func-internal.
3456         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3457         (wl-summary-prefetch-msg): Follow the variable name changes.
3458         (wl-summary-prefetch-region): Ditto.
3459         (wl-summary-mark-as-read-all): Follow the API changes;
3460         Don't call elmo-folder-replace-marks.
3461         (wl-summary-delete-cache): Follow the variable name changes.
3462         (wl-summary-resume-cache-status): Ditto.
3463         (wl-summary-update-status-marks): New function.
3464         (wl-summary-insert-message): New function.
3465         (wl-summary-sync-marks): Follow the variable name changes.
3466         (wl-summary-sync-update): Synchronize to the msgdb, too;
3467         Changed update messages.
3468         (wl-summary-make-number-list): Rewrite.
3469         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3470         (wl-summary-mark-as-unread): Follow the API changes.
3471         (wl-summary-exec-subr): Follow the variable name changes.
3472         (wl-summary-mark-as-read): Ditto.
3473         (wl-summary-move-spec-plugged-alist): Ditto.
3474         (wl-summary-move-spec-unplugged-alist): Ditto.
3475         (wl-summary-cursor-move-surface): Ditto.
3476
3477         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3478         variable name changes.
3479         (wl-highlight-summary-current-line): Ditto.
3480
3481         * wl-expire.el (wl-expire-refile): Follow the API change in
3482         elmo-folder-move-messages.
3483         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3484         (wl-summary-archive): Use elmo-folder-msgdb instead of
3485         elmo-msgdb-load.
3486
3487 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3488
3489         * wl-mime.el (wl-draft-preview-message): Restore the position
3490         before evaluating wl-draft-send-hook in preview buffer.
3491
3492 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3493
3494         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3495         when it creates new draft buffer.
3496
3497         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3498         without argument.
3499
3500         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3501         Evaluate content and if the value is string, insert it.
3502         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3503         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3504         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3505         wl-draft-config-sub-part-bottom): Use it.
3506
3507         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3508         with the folder name. The question was unintelligible when it is
3509         called from wl-save-status.
3510
3511 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3512
3513         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3514         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3515         cannot take second argument).
3516
3517 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3518
3519         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3520         as t. Since type and subtype are not case sensitive (RFC 2045).
3521
3522 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3523
3524         * wl-vars.el (wl-message-mode-line-format): New variable.
3525         (wl-message-mode-line-format-spec-alist): Ditto.
3526         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3527         (wl-message-redisplay): Use wl-message-mode-line-format.
3528
3529 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3530
3531         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3532
3533 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3534
3535         * wl-summary.el (wl-summary-default-from): Write description.
3536
3537 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3538
3539         * wl-vars.el (wl-ldap-objectclass): Abolish.
3540
3541         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3542         (wl-ldap-make-filter): Removed condition for objectclass.
3543         (wl-ldap-make-matched-value-list): Remove meaningless process.
3544         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3545         (wl-address-ldap-search): Don't add `*' to `pat' string;
3546         use ignore-errors; added `email';
3547         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3548         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3549         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3550
3551
3552 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3553
3554         * wl-draft.el (wl-draft-parent-folder): Write description.
3555         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3556
3557 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3558
3559         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3560         as "" (zero-length string) if no parent.
3561         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3562
3563 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3564
3565         * wl-address.el (wl-address-make-completion-list): Skip duplication
3566         checking.
3567         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3568         `append'.
3569
3570 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3571
3572         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3573         instead of `beginning-of-buffer'.
3574
3575 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3578
3579 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3580
3581         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3582         Refer wl-message-buffer-name.
3583         (wl-message-wheel-down): Ditto.
3584
3585 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3586
3587         * wl-vars.el (wl-message-buffer-name): New user option.
3588
3589         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3590         directly instead of making alist dinamically.
3591
3592         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3593         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3594         wl-message-buffer-cache-name.
3595         (wl-message-buffer-cache-clean-up): Ditto.
3596
3597         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3598
3599         * Version number is increased to 2.9.15.
3600
3601 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3602
3603         * wl-vars.el (wl-summary-default-view-alist): New user option.
3604
3605         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3606
3607         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3608         while deleting address.
3609         (wl-draft-delete-myself-from-cc): Ditto.
3610
3611         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3612         If optional argument is specified, reverse sort order.
3613
3614         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3615
3616 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3617
3618         * wl-thread.el (wl-thread-insert-message): Return parent number if
3619         exists.
3620         (wl-thread-update-indent-string-region): Use
3621         wl-thread-update-line-on-buffer-sub instead of
3622         wl-thread-update-line-on-buffer.
3623
3624 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3625
3626         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3627         (wl-folder-close-all): Ditto.
3628
3629 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3630
3631         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3632         and mailing-list:.
3633         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3634         value.
3635         (wl-summary-line-list-info): Print mailing-list name even when 
3636         list-number is empty.
3637
3638 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3639
3640         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3641
3642         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3643         (wl-draft-open-file): Ditto.
3644         (wl-draft-random-alphabet): Ditto.
3645
3646         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3647         bindings.
3648
3649 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3650
3651         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3652         * wl-vars.el (wl-draft-config-alist): Ditto.
3653
3654 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3655
3656         * Version number is increased to 2.9.14.
3657
3658         * wl.el (wl): Don't set wl-init as nil when error occured while
3659         auto-checking folders.
3660
3661         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3662         `elmo-expand-newtext'.
3663
3664 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3665
3666         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3667         `this-command' so that `wl-folder-goto-folder' contained in
3668         `wl-summary-keep-cursor-command' work.
3669
3670 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3671
3672         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3673         message buffer displaying state.
3674
3675 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3676
3677         * wl-vars.el (wl-summary-default-view): New variable to specify
3678         default value for `wl-summary-buffer-view' instead of using
3679         set-default.
3680         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3681
3682 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3683
3684         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3685
3686         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3687
3688 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3689
3690         * wl-vars.el (wl-forward-subject-prefix): New variable.
3691         * wl-draft.el (wl-draft-forward): Use it.
3692
3693 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3694
3695         * wl-message.el (wl-message-prev-page): When it is called without
3696         lines argument, scroll down by wl-message-scroll-amount lines.
3697         (wl-message-next-page): Ditto.
3698         * wl-vars.el (wl-message-scroll-amount): Change default value
3699         to preserve current behavior.
3700
3701 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3702
3703         * wl-summary.el (wl-summary-prefetch-msg): Bind
3704         `wl-message-entity' to call `wl-summary-from-function'.
3705
3706 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3707
3708         * wl-message.el (wl-message-buffer-create): Run
3709         wl-message-buffer-created-hook.
3710
3711 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3712
3713         * wl-summary.el (wl-summary-sort-specs): New variable.
3714         (wl-summary-default-sort-spec): Ditto.
3715         (wl-summary-sort): Rewrite.
3716         (wl-summary-sort-by-list-info): New function.
3717
3718 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3719
3720         * wl-summary.el (wl-summary-get-list-info): New function.
3721         (wl-summary-sort): Rewrite.
3722         (wl-summary-line-list-info): Ditto.
3723         (wl-summary-line-list-count): Ditto.
3724         (wl-summary-refile-region): Fixed docstring.
3725
3726 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3727
3728         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3729         `wl-folder-entity-hashtb' as completion table.
3730
3731 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3734         only when this command is called interactively; silence the byte-
3735         compiler.
3736
3737 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3738
3739         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3740         active in XEmacs.
3741
3742 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3743
3744         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3745         plural lines.
3746
3747 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3748
3749         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3750         of current line when the cursor is on the header name.
3751         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3752
3753 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3754
3755         * wl-util.el (wl-read-directory-name): Return displayed directory
3756         as the default value also on XEmacs.
3757
3758 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3759
3760         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3761         formatting.
3762
3763 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3764
3765         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3766         argument and when it is non-nil, check face property before
3767         highlighting for each line.
3768         (wl-highlight-summary-window): Set it.
3769
3770 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3771
3772         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3773         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3774
3775         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3776         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3777         (wl-draft-get-fcc-list): Likewise.
3778
3779 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3780
3781         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3782         (wl-thread-entity-cur): Ditto.
3783         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3784         wl-thread-indent-regexp setting.
3785         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3786
3787         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3788         wl-summary-lazy-highlight.
3789         (wl-summary-display-bottom): Ditto.
3790
3791         * wl-thread.el (wl-thread-open-close): Likewise.
3792
3793         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3794         from and subject;
3795         Bind wl-draft-use-frame;
3796         Enclose with save-window-excursion;
3797         Use wl-draft-create-buffer instead of with-temp-buffer;
3798         Use wl-draft-prepare-edit;
3799         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3800         Use wl-draft-send instead of wl-draft-raw-send.
3801
3802 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3803
3804         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3805         of using wl-from.
3806
3807 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3808
3809         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3810         insert-buffer instead of clone-buffer.
3811         (wl-draft-doing-mime-bcc): New variable.
3812         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3813         infinite loop.
3814         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3815
3816         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3817         (wl-draft-mime-bcc-body): Ditto.
3818
3819         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3820         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3821         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3822         wl-draft-do-mime-bcc.
3823         (wl-draft-mime-bcc-field): New function.
3824         (wl-draft-do-mime-bcc): Ditto.
3825
3826         * wl-address.el (wl-address-complete-header-list): New variable.
3827         (wl-address-complete-header-regexp): Changed default value.
3828
3829         * Version number is increased to 2.9.13.
3830
3831 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3832
3833         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3834         it is differed.
3835
3836 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3837
3838         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3839         (wl-summary-line-list-count): Ditto.
3840
3841 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3842
3843         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3844         (wl-nntp-posting-function): New variable.
3845         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3846         `wl-nntp-posting-config-alist'.
3847
3848 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3849
3850         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3851         FLIM.
3852
3853 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3854
3855         * wl-summary.el (wl-summary-target-mark-refile-sub):
3856         Remove a nuisance funcall.
3857
3858 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3859
3860         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3861         as t for `try-completion'.
3862
3863 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3864
3865         * wl-summary.el (wl-summary-default-from): Use
3866         wl-address-header-extract-address instead of
3867         std11-extract-address-components.
3868         (wl-summary-simple-from): Ditto.
3869         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3870         (wl-summary-insert-headers): Show message.
3871         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3872         for whole line.
3873         (wl-summary-default-from): Revert last change.
3874         (wl-summary-simple-from): Ditto.
3875         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3876         (wl-summary-mark-as-read-region): Follow the change above.
3877         (wl-summary-sync-marks): Ditto.
3878         (wl-summary-target-mark-mark-as-read): Ditto.
3879         (wl-summary-redisplay-internal): Ditto.
3880         (wl-summary-redisplay-no-mime-internal): Ditto.
3881         (wl-summary-redisplay-all-header): Ditto.
3882         (wl-summary-mark-as-read): Removed argument `cached';
3883         Use current cache status to set cache mark.
3884         (wl-summary-redisplay-internal): Follow the change above.
3885         (wl-summary-redisplay-no-mime-internal): Ditto.
3886         (wl-summary-redisplay-all-header): Ditto.
3887
3888         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3889
3890         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3891         Don't call itself recursively (Adviced by Yamaoka-san).
3892
3893 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3894
3895         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3896         bind wl-summary-highlight as nil to avoid error caused by missing
3897         local variables.
3898
3899 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3900
3901         * wl-vars.el (wl-invalid-character-message): New user option.
3902
3903         * wl-util.el (wl-set-string-width): If truncated string-width is
3904         larger than specified width, use `wl-invalid-character-message'.
3905
3906 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3907
3908         * wl-summary.el (wl-summary-prefetch-msg): 
3909         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3910
3911 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3912
3913         * wl-vars.el (wl-summary-check-line-format): New user option.
3914         (wl-summary-line-format-file): Ditto.
3915
3916         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3917         variable.
3918         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3919         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3920         and `wl-summary-view-old-p' to check whether do a rescan or not.
3921         (wl-summary-view-old-p): New function.
3922         (wl-summary-line-format-changed-p): Ditto.
3923         (wl-summary-line-format-save): Ditto.
3924         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3925
3926         * wl-util.el (wl-set-string-width): Avoid using negative number
3927         for make-string.
3928
3929 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3930
3931         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3932         return value.
3933
3934         * wl-util.el (wl-set-string-width): Added optional argument
3935         `padding' (All other related portions are changed).
3936         (wl-line-parse-format): If the first letter of column number is
3937         `0', zero-padding the result (ex: "%05l").
3938
3939         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3940
3941 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3942
3943         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3944         sequential summary view.
3945
3946 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3949         if it doesn't have a -unix version.
3950
3951 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3952
3953         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3954
3955 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3956
3957         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3958         content.
3959         (wl-draft): Follow the change above.
3960
3961         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3962
3963         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3964         and wl-folder-summary-line-format-alist contain %T and %P.
3965
3966         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3967         (wl-summary-mode-line-format): New user option.
3968         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3969         (wl-summary-line-format): Changed default value.
3970         (wl-summary-lazy-highlight): Changed default value.
3971
3972         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3973         change in wl-summary-create-line.
3974         (wl-thread-insert-entity-sub): Ditto.
3975
3976         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3977         (wl-summary-buffer-unread-status): Ditto.
3978         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3979         (wl-summary-buffer-persistent-mark-column): Ditto.
3980         (wl-summary-buffer-mode-line-formatter): Ditto.
3981         (wl-summary-buffer-mode-line): Ditto.
3982         (wl-summary-message-regexp): Abolished.
3983         (All other related portions are changed.)
3984         (wl-summary-detect-mark-position): New function.
3985         (wl-summary-buffer-set-folder): Setup
3986         wl-summary-buffer-mode-line-formatter.
3987         (wl-summary-mode): Setup selective-display;
3988         Setup pre-idle-hook when xemacs.
3989         (wl-summary-update-modeline): Rewrite.
3990         (wl-summary-jump-to-msg): Define as function;
3991         Changed regexp for searching messages.
3992         (wl-summary-message-number): Rewrite.
3993         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3994         Do rescan when old type summary cache.
3995         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3996         (wl-summary-remove-destination): Use '\r' to detect EOL.
3997         (wl-summary-print-destination): Ditto.
3998         (wl-summary-temp-mark): New inline function.
3999         (wl-summary-persistent-mark): Ditto.
4000         (wl-summary-line-number): New function.
4001         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4002         (wl-summary-line-list-count): New function.
4003         (wl-summary-create-line): Added argument persistent-mark.
4004         (All other related portions are changed)
4005         (wl-summary-create-line): Insert '\r'.
4006         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4007         (wl-summary-cursor-move-surface): New inline function.
4008         (wl-summary-prev): Use it.
4009         (wl-summary-next): Ditto.
4010
4011         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4012         wl-summary-message-regexp.
4013         (wl-highlight-summary): Delete progress message.
4014         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4015
4016         * Version number is increased to 2.9.12.
4017
4018 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4019
4020         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4021         variable (nil: no minimum).
4022         (wl-summary-line-subject): Add some spaces after subject by
4023         wl-summary-line-subject-minimum-length.
4024
4025 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4026
4027         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4028         and removed `F'.
4029         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4030         change above).
4031
4032 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4033
4034         * wl-summary.el (wl-summary-line-list-count): Reverted.
4035         (example setting in samples/*/dot.wl is also updated)
4036
4037 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4038
4039         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4040
4041         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4042
4043         * wl-vars.el (wl-summary-line-format): Addes some description to the
4044         docstring.
4045
4046         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4047         (wl-summary-line-close-bracket): Ditto.
4048         (wl-summary-line-children-number): Ditto.
4049         (wl-summary-line-thread-indent): Ditto.
4050         (wl-summary-line-children-and-from): Ditto.
4051
4052         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4053         't', 'c', 'F' and added 'C'.
4054
4055         * wl-util.el (wl-set-string-width): Accept negative value.
4056         (wl-line-parse-format): Added "%number(" and "%)".
4057
4058 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4059
4060         * wl-summary.el (wl-summary-line-list-count): Change format of the
4061         return value.
4062
4063 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4064
4065         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4066         from the recent message.el.
4067         (wl-draft-point-in-header-p): Ditto.
4068         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4069         wl-draft-beginning-of-line.
4070         * wl-e21.el (wl-draft-mode-map): Ditto.
4071         * wl-xmas.el (wl-draft-mode-map): Ditto.
4072
4073         * wl-folder.el: Sort macrodefs by dependencies.
4074
4075 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4076
4077         * wl-summary.el (wl-summary-prev): Fixed regexp.
4078         (wl-summary-next): Ditto.
4079
4080 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4081
4082         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4083
4084 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4085
4086         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4087         for backward compatibility.
4088
4089 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4090
4091         * wl-summary.el (wl-summary-line-list-count): New function, merged
4092         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4093         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4094         list counts.
4095
4096 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl-summary.el (wl-summary-create-line): Ignore errors while
4099         timezone-fix-time.
4100
4101         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4102
4103         * wl-summary.el (wl-summary-sync-update): Ditto.
4104         (wl-summary-default-from): Use wl-message-entity
4105         instead of entity.
4106
4107         * wl-summary.el (wl-summary-create-line): Fix.
4108
4109         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4110         (wl-summary-line-format): New user option.
4111         (wl-folder-summary-line-format-alist): Ditto.
4112         (wl-summary-from-width): Abolished.
4113
4114         * wl-util.el (toplevel): Require 'bytecomp.
4115         (wl-line-parse-format): New function.
4116         (wl-line-formatter-setup): New macro.
4117
4118         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4119         (wl-summary-buffer-line-formatter): New buffer local variable.
4120         (wl-summary-switch-to-clone-buffer): Follow the change above.
4121         (wl-summary-message-regexp): Fix.
4122         (wl-summary-from-func-internal): Abolished.
4123         (wl-summary-subject-func-internal): Ditto.
4124         (wl-summary-subject-filter-func-internal): Ditto.
4125         (All other related portions are changed.)
4126         (wl-summary-buffer-set-folder):
4127         Set up wl-summary-buffer-number-column and 
4128         wl-summary-buffer-line-formatter
4129         (All other related portions are changed.)
4130         (wl-summary-buffer-number-column-detect): Abolished.
4131         (All other related portions are changed.)
4132         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4133         (wl-summary-delete-all-temp-marks-on-buffer): Use
4134         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4135         (wl-summary-target-mark-delete): Ditto.
4136         (wl-summary-target-mark-refile-subr): Ditto.
4137         (wl-summary-target-mark-mark-as-read): Ditto.
4138         (wl-summary-target-mark-mark-as-unread): Ditto.
4139         (wl-summary-target-mark-mark-as-important): Ditto.
4140         (wl-summary-target-mark-save): Ditto.
4141         (wl-summary-replace-status-marks): Renamed from
4142         wl-summary-set-status-marks-on-buffer;
4143         Use wl-summary-message-regexp instead of
4144         wl-summary-buffer-number-regexp.
4145         (wl-summary-sync-update): Follow the change above.
4146         (wl-summary-goto-previous-message-beginning): New function.
4147         (wl-summary-mark-as-unread): Use it.
4148         (wl-summary-mark-as-important): Ditto.
4149         (wl-summary-line-formatter): New variable.
4150         (wl-summary-line-year): New function.
4151         (wl-summary-line-day): Ditto.
4152         (wl-summary-line-day-of-week): Ditto.
4153         (wl-summary-line-hour): Ditto.
4154         (wl-summary-line-minute): Ditto.
4155         (wl-summary-line-open-bracket): Ditto.
4156         (wl-summary-line-close-bracket): Ditto.
4157         (wl-summary-line-children-number): Ditto.
4158         (wl-summary-line-thread-indent): Ditto.
4159         (wl-summary-line-size): Ditto.
4160         (wl-summary-line-subject): Ditto.
4161         (wl-summary-line-from): Ditto.
4162         (wl-summary-line-children-and-from): Ditto.
4163         (wl-summary-create-line): Rewritten.
4164         (wl-summary-format-date): Abolished.
4165
4166         * wl-highlight.el (wl-highlight-summary-current-line): Use
4167         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4168         Use thread structure to detect thread top message.
4169
4170         * wl-draft.el (wl-default-draft-cite): Don't use
4171         wl-summary-from-func-internal.
4172
4173         * wl-refile.el (wl-refile-subject-learn): Don't use
4174         wl-summary-subject-filter-func-internal.
4175         (wl-refile-guess-by-subject): Ditto.
4176
4177         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4178         parameters.
4179
4180         * wl-thread.el (wl-thread-update-indent-string-region):
4181         Use wl-thread-update-line-on-buffer instead of
4182         wl-thread-update-indent-string.
4183         (wl-thread-update-children-number): Redefine using
4184         wl-thread-update-line-on-buffer.
4185         (wl-thread-update-indent-string): Abolished.
4186
4187         * Version number is increased to 2.9.11.
4188
4189 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4190
4191         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4192         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4193         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4194
4195         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4196         as nil.
4197
4198         * wl-thread.el (wl-thread-open-all-unread): Use 
4199         elmo-folder-list-messages-mark-match.
4200         (wl-thread-insert-message): Removed argument `mark-alist'.
4201         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4202         elmo-msgdb-set-mark.
4203         (wl-thread-get-children-msgs-uncached): Likewise.
4204         (wl-thread-get-exist-children): Added argument include-self.
4205         (wl-thread-delete-message): Follow the change above.
4206
4207         * wl-summary.el (wl-summary-count-unread): Removed argument.
4208         (wl-summary-rescan): Follow the change above.
4209         (wl-summary-mark-as-read-region): Ditto
4210         (wl-summary-mark-as-unread-region): Ditto.
4211         (wl-summary-delete-messages-on-buffer): Ditto.
4212         (wl-summary-sync-update): Ditto.
4213         (wl-summary-switch-to-clone-buffer): Ditto.
4214         (wl-summary-goto-folder-subr): Ditto.
4215         (wl-summary-target-mark-mark-as-read): Ditto.
4216         (wl-summary-target-mark-mark-as-unread): Ditto.
4217         (wl-summary-target-mark-mark-as-important): Ditto.
4218         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4219         (wl-summary-update-thread): Removed argument `mark-alist'.
4220         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4221         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4222         (wl-summary-resume-cache-status): Likewise.
4223         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4224         elmo-msgdb-set-mark.
4225         (wl-summary-mark-as-read-all): Likewise.
4226         (wl-summary-delete-cache): Ditto.
4227         (wl-summary-auto-select-msg-p): Ditto.
4228         (wl-summary-mark-as-unread): Ditto.
4229         (wl-summary-no-auto-refile-message-p): Ditto.
4230         (wl-summary-mark-as-read): Ditto.
4231         (wl-summary-mark-as-important): Ditto.
4232         (wl-summary-auto-refile): Follow the change above.
4233         (wl-summary-delete-all-marks): Removed.
4234         (wl-summary-resume-marks-and-highlight): Ditto.
4235         (wl-summary-resume-marks): Ditto.
4236         (wl-summary-delete-important-msgs-from-list): Ditto.
4237         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4238
4239         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4240         wl-summary-count-unread.
4241
4242         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4243         (wl-summary-score-update-all-lines): Use
4244         elmo-msgdb-set-mark.
4245
4246 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4247
4248         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4249         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4250         (wl-summary-create-line): Renamed from
4251         wl-summary-overview-create-summary-line;
4252         Argument rearrangement.
4253         (wl-summary-update-thread): Follow the change above.
4254
4255         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4256         (wl-thread-insert-entity-sub): Likewise.
4257
4258         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4259         argument `overview', `mark-alist' and added `msgdb'.
4260
4261         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4262
4263         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4264         (wl-summary-rescan): Follow the change above.
4265         (wl-summary-sync-update): Ditto.
4266         (wl-summary-insert-thread-entity): Ditto;
4267         Don't use `let*' in every while loop;
4268         Detect infinite loop of threads.
4269         (wl-summary-update-thread): Removed argument `overview'.
4270
4271         * wl-thread.el (wl-thread-insert-message): Ditto.
4272
4273         * Version number is increased to 2.9.10.
4274
4275         * wl-message.el (wl-message-redisplay): Ignore errors while
4276         wl-message-redisplay-hook.
4277
4278 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4279
4280         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4281
4282 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4283
4284         * wl.el (wl): inhibit-quit while wl-folder.
4285
4286 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4287
4288         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4289         while msgdb access.
4290
4291 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4292
4293         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4294         even if no folder is not created.
4295
4296 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4297
4298         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4299
4300         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4301         implementation.
4302         (wl-summary-target-mark-thread): Ditto.
4303
4304         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4305
4306 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4307
4308         * wl-util.el (wl-display-bytes): Remove unused function.
4309
4310 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4311
4312         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4313         seems critical one (partially reverse the change in 2002/03/17).
4314
4315 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4316
4317         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4318         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4319
4320 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4321
4322         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4323         is not writable.
4324         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4325         plugged status instead of `'force' as 2nd argument.
4326
4327         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4328         is not creatable.
4329
4330         * Version number is increased to 2.9.9.
4331
4332 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4333
4334         * wl-summary.el (wl-summary-suspend): New function.
4335
4336 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4337
4338         * wl.el (wl): Do not check variables if check is nil.
4339         * wl-utils.el (wl-collect-draft): New function.
4340         * wl-folder.el (wl-folder-suspend): Put summary buffers
4341         and draft buffers at the end of buffer list.
4342         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4343
4344 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4345
4346         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4347         loop instead of recursive call.
4348
4349         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4350         2nd argument.
4351
4352 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4353
4354         * wl-draft.el (wl-draft-create-contents): Don't take neither
4355         (function . args) nor (string . something) any more.
4356
4357         * wl-version.el (wl-generate-user-agent-string): Return string
4358         without header symbol.
4359         * wl-draft.el (wl-draft-default-headers): Use it.
4360
4361         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4362         `wl-draft-insert-ccs' and return field value instead of inserting
4363         the header. Abolish cc argument.
4364         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4365
4366         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4367         rather than one with string car.
4368
4369         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4370         * wl-draft.el (wl-draft-create-contents): Add it after the default
4371         headers.
4372
4373         * wl-draft.el (wl-draft-create-contents): For the case of
4374         (symbol-or-string . function) insert header only when the function
4375         returns string value.
4376
4377 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4378
4379         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4380         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4381
4382 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl.el (wl-check-environment): Don't check Message-ID when
4385         `wl-insert-message-id' is nil.
4386         Revive checking if `wl-message-id-domain' contains "@".
4387
4388 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4389
4390         * wl.el (wl-check-environment): Merge examination for "@" at
4391         inappropriate position into the first string-match.
4392
4393         * wl-summary.el (wl-summary-target-mark-print): New function.
4394         (wl-summary-pipe-message-subr): Extracted from
4395         `wl-summary-pipe-message'.
4396         (wl-summary-target-mark-pipe): New function.
4397         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4398         `wl-summary-target-mark-pipe'.
4399
4400 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4401
4402         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4403
4404 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4405
4406         * wl.el (wl-check-environment): Use elmo-warning instead of
4407         error for non-critical ones.
4408         Remove trash folder check.
4409         (wl): Don't ignore error in wl-check-environment.
4410
4411         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4412         check, which is moved from `wl-check-environment'.
4413         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4414
4415 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4416
4417         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4418         guess anything, call wl-summary-write.
4419         (wl-summary-write): Create draft with blank To field.
4420         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4421
4422 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4423
4424         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4425         argument full as well for wl-folder-write-current-folder.
4426         If wl-*-write-current-folder cannot guess addressee, add blank
4427         To header.
4428         Rewrite condition for positioning cursor.
4429
4430 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4431
4432         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4433         summary buffer is present, use it.
4434         (wl-folder-jump-to-previous-summary): Ditto.
4435
4436 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4437
4438         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4439
4440         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4441         wl-summary-previous-buffer and wl-summary-next-buffer.
4442
4443         * wl-folder.el (wl-folder-mode-map): Bind
4444         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4445         (wl-folder-jump-to-next-summary): New function.
4446         (wl-folder-jump-to-previous-summary): Ditto.
4447
4448         * wl-draft.el (wl-draft): Rearranged.
4449
4450 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4451
4452         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4453         of header.
4454         (wl-draft): Collect arguments for the header as header-alist.
4455         (wl-draft-forward): Arrange arguments for wl-draft.
4456         (wl-draft-reply): Ditto.
4457         (wl-draft-edit-string): Ditto.
4458         * wl-summary.el (wl-summary-write): Ditto.
4459         (wl-summary-write-current-folder): Ditto.
4460
4461         * Version number is increased to 2.9.8.
4462
4463 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4464
4465         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4466
4467         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4468
4469         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4470         even if the guess failed.
4471
4472         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4473         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4474         wl-summary-write-current-folder.
4475         * wl-xmas.el: Ditto.
4476
4477 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4478
4479         * wl-summary.el (wl-summary-next-page): Force display message if
4480         message is not displayed yet.
4481         (wl-summary-prev-page): Ditto.
4482
4483 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4484
4485         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4486
4487 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4490         add "Preview Message" and "Save Draft and Exit".
4491
4492 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4495         if addrmgr is called from draft in splitted window.
4496
4497         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4498         * wl-mule.el: Ditto.
4499         * wl-xmas.el: Ditto.
4500
4501 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4502
4503         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4504
4505         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4506         * wl-xmas.el (wl-folder-toolbar): Ditto.
4507
4508 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4509
4510         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4511         and wl-draft-save-and-exit.
4512         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4513         * wl-xmas.el: Ditto.
4514         * wl-mule.el: Ditto.
4515
4516         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4517         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4518
4519 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4520
4521         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4522         lists for saving buffer.
4523
4524 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4525
4526         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4527         parent-folder argument instead of it.
4528         (wl-draft-create-buffer): Ditto.
4529         (wl-draft-forward): Ditto.
4530         (wl-draft-reply): Ditto.
4531         * wl-summary.el (wl-summary-write): Ditto.
4532         (wl-summary-write-current-folder): Ditto.
4533
4534         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4535         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4536         Folder buffer after composing.
4537
4538 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4541         header if the file `wl-x-face-file' already contains it.
4542
4543 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4544
4545         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4546         folder" entry.
4547         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4548         * wl-e21.el (wl-folder-toolbar): Ditto.
4549         * wl-xmas.el (wl-folder-toolbar): Ditto.
4550
4551 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4552
4553         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4554         wl-folder-goto-folder with sticky argument.
4555         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4556
4557 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4558
4559         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4560         and wl-summary-previous-buffer.
4561         (wl-summary-next-buffer): New function.
4562         (wl-summary-previous-buffer): Ditto.
4563
4564 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4565
4566         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4567         wl-folder-jump-to-current-entity-with-arg.
4568         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4569         `wl-folder-jump-to-current-entity'.
4570         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4571         `wl-summary-goto-folder-sticky'.
4572         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4573         `wl-summary-goto-folder'.
4574         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4575         Unless force-exit, do not clean temp. marks for sticky summary.
4576         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4577
4578 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4579
4580         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4581         not entire.
4582
4583 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4584
4585         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4586         to `C-x C-s'.
4587         (wl-summary-save-status): New command.
4588         (wl-summary-exit): Don't clean-up temp marks when sticky.
4589         (Applied patch from Nakayama-san [wl: 09548])
4590         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4591         Do nothing when no mark data.
4592         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4593         Call `wl-summary-delete-all-temp-marks' before saving.
4594
4595 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4596
4597         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4598
4599 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * wl.el (wl-check-environment): Also cause error when (system-name)
4602         returns "localhost.localdomain". (Although it doesn't affect because
4603         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4604
4605 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4606
4607         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4608         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4609
4610         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4611         value.
4612
4613 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4614
4615         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4616         Likewise r-cc-list and r-ng-list.
4617
4618 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4619
4620         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4621         only if it is bound as variable.
4622
4623         * wl-mime.el (wl-draft-preview-message): Ditto.
4624
4625 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4626
4627         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4628         needless `goto-char'.
4629
4630         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4631         `wl-summary-redisplay-no-mime-internal' instead of
4632         `wl-summary-redisplay-no-mime'.
4633         (wl-summary-redisplay-no-mime): Changed argument;
4634         Call `wl-summary-redisplay-no-mime-internal'.
4635
4636         * wl-mime.el (wl-draft-preview-message): Bind
4637         `mime-header-encode-method-alist' locally.
4638
4639         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4640         (wl-draft-std11-parse-addresses): Added the first address check.
4641         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4642
4643         * Version number is increased to 2.9.7.
4644
4645 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4646
4647         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4648
4649 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4650
4651         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4652         related to scrollbar support, if there is no such a feature
4653         compiled in.
4654
4655 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4656
4657         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4658         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4659         for prefetch.
4660
4661 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4662
4663         * wl-summary.el (wl-summary-pick): Fix for no match.
4664
4665 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4666
4667         * wl-draft.el (wl-draft-save):
4668         Override `mime-header-encode-method-alist'.
4669
4670 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4671
4672         * wl-folder.el (wl-folder-pick): New function.
4673         Define key as "?".
4674
4675 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4676
4677         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4678         Fix for unplugged.
4679
4680 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4681
4682         * wl-folder.el (wl-folder-virtual): New function.
4683         Define key as "V".
4684
4685 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4686
4687         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4688         multi folder if entity is group.
4689
4690 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4691
4692         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4693         is nil.
4694
4695 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4696
4697         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4698         (wl-summary-target-mark-msgs): Return the number of marked messages.
4699
4700 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4701
4702         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4703         "first:" is specified.
4704
4705 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4706
4707         * wl-vars.el (wl-from): Use return value of function
4708         user-full-name instead of the variable user-full-name since
4709         XEmacs-20.4 doesn't set this variable.
4710
4711 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4712
4713         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4714         call `wl' directly.
4715
4716 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4717
4718         * wl-draft.el (wl-draft-reedit): Removed duplicated
4719         switch-to-buffers.
4720
4721 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * wl.el (wl-other-frame): Removed garbages.
4724
4725 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4726
4727         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4728
4729         * wl-xmas.el (wl-draft-key-setup): Ditto.
4730
4731         * wl-mule.el (wl-draft-key-setup): Ditto.
4732
4733         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4734         (wl-draft-reedit): Ditto.
4735         (wl-draft-prepare-edit): Add `wl-draft-save' to
4736         `local-write-file-hooks'.
4737         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4738         (wl-draft-reedit): Set buffer-file-name.
4739         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4740
4741
4742         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4743         call it.
4744         (wl-delete-startup-frame-function): New variable.
4745         (wl-other-frame): New function
4746         (Original was written by Yamaoka san [wl: 09239]).
4747
4748         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4749         if `wl-folder-use-frame'.
4750
4751 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4752
4753         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4754
4755 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4756
4757         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4758         New variable.
4759         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4760         (wl-message-buffer-prefetch-get-next): Use them.
4761         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4762
4763 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4764
4765         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4766         with unwind-protect.
4767
4768         * wl-draft.el (wl-draft-reedit): Rewrite.
4769         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4770         (wl-draft-save): Insert header separator if it does not exist;
4771         Removed condition-case.
4772
4773         * wl-summary.el (wl-summary-reedit): Revert last change.
4774
4775         * wl-draft.el (wl-draft-save): Rewrite.
4776         (wl-draft-create-buffer): Set buffer-file-name as nil.
4777
4778         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4779
4780         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4781
4782         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4783         nil.
4784
4785 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4786
4787         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4788         If count is nil, do not prefetch.
4789         (wl-message-buffer-prefetch-next): Next.
4790
4791 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4792
4793         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4794
4795 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4796
4797         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4798         `delete-backward-char'
4799         (wl-draft-prepare-edit): Check major-mode.
4800         (wl-draft-decode-header): Rewrite.
4801         (wl-draft): Fix.
4802
4803 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4804
4805         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4806
4807 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4808
4809         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4810         (wl-message-buffer-prefetch-get-next): Remove size checking.
4811         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4812
4813 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4814
4815         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4816         (wl-draft-default-headers): Fix.
4817
4818 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4819
4820         * wl-draft.el (wl-draft-default-headers): Insert return value of
4821         `wl-generate-mailer-string-function'.
4822
4823 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4824
4825         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4826         (wl-draft-insert-mail-header-separator): Ditto.
4827
4828         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4829         again (Reverted the change on 2002-01-17 by OKADA san).
4830
4831 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4832
4833         * wl-draft.el (wl-draft): Rewrite.
4834         (wl-draft-create-buffer): New function.
4835         (wl-draft-create-contents): Ditto.
4836         (wl-draft-prepare-edit): Ditto.
4837         (wl-draft-decode-header): Ditto.
4838         (wl-draft-decode-body): Ditto.
4839         (wl-draft-check-new-line): Ditto.
4840         (wl-draft-default-headers): Ditto.
4841         (wl-draft-insert-mail-header-separator): Ditto.
4842
4843 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4844
4845         * Version number is increased to 2.9.6.
4846
4847 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4848
4849         * wl-draft.el (wl-draft-delete-field): Optional argument.
4850         (wl-draft-delete-fields): Ditto.
4851
4852 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4853
4854         * wl-message.el (toplevel): Eliminated byte-compile warning.
4855         for `itimer-function', `delete-timer' and `itimer-list'.
4856
4857 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4858
4859         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4860         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4861         `wl-message-buffer-prefetch-threshold'.
4862         * wl-summary.el (wl-summary-redisplay-internal): Remove
4863         the check of `wl-message-buffer-prefetch-depth'.
4864
4865 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4866
4867         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4868         size of article.
4869         (wl-message-buffer-prefetch-subr): Remove size check.
4870
4871 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-vars.el (wl-plugged): Make customizable.
4874
4875 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4876
4877         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4878         (wl-message-buffer-prefetch-set-timer): New function.
4879         (wl-message-buffer-prefetch-get-next): New function.
4880         (wl-message-buffer-prefetch): New function.
4881         (wl-message-buffer-prefetch-next): Rewrite.
4882         (wl-message-buffer-prefetch-subr): Rewrite.
4883         * wl-vars.el (wl-auto-prefetch-first): New variable.
4884         * wl-summary.el (wl-summary-goto-folder-subr): Call
4885         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4886
4887 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4888
4889         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4890         `wl-summary-unread-message-hook'.
4891
4892 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4893
4894         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4895         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4896         if range is `cache-status'.
4897
4898 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4899
4900         * wl-message.el (wl-message-buffer-prefetch-subr):
4901         Improve debug message.
4902
4903 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4904
4905         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4906         `wl-mail-send-pre-hook'.
4907         (wl-draft-send-mail-with-qmail): Ditto.
4908         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4909
4910 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4911
4912         * wl-message.el (wl-message-buffer-prefetch-subr):
4913         Fix for cancel-function-timers bug.
4914         (wl-message-buffer-prefetch-debug): Default value is t.
4915
4916 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4917
4918         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4919         (wl-message-buffer-prefetch-subr): Rewrite.
4920         Rename from `wl-message-buffer-prefetch'.
4921
4922 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4923
4924         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4925         (wl-default-draft-cite-decorate-author): Ditto.
4926
4927         * wl-draft.el (wl-draft-cite-function): Removed.
4928         (wl-default-draft-cite-decorate-author): Ditto.
4929
4930 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4931
4932         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4933         (wl-default-draft-cite): Do not arrange author name if the value of
4934         `wl-default-draft-cite-decorate-author' is nil.
4935
4936 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4937
4938         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4939
4940         * wl-folder.el (wl-folder-check-one-entity): Don't care
4941         `elmo-folder-use-flag-p'.
4942
4943 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4944
4945         * wl-folder (wl-folder-check-one-entity): Fix
4946         problem if unread is nil.
4947
4948 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4949
4950         * wl-address.el (wl-address-make-completion-list): Check whether
4951         the address is a group list.
4952         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4953
4954 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4955
4956         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4957         The number of the messages of new and unread does not count
4958         correctly.
4959
4960         * wl-summary.el (wl-summary-count-unread): Changed to return
4961         `(new . unread)' instead of total.
4962         (wl-summary-sync-update): Follow the change above.
4963
4964         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4965
4966 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4967
4968         * wl-address.el (wl-address-make-completion-list): Do not enclose
4969         address by " <" and ">" if associated realname is "".
4970         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4971         This is against the promblem with group list in .addresses pointed
4972         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4973
4974 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4975
4976         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4977         message is a format control string.
4978         * wl-expire.el (wl-expire-append-log): Ditto.
4979         * wl-mime.el (wl-summary-burst-subr): Ditto.
4980         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4981         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4982
4983 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4984
4985         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4986         wl.el (wl-check-variables): Rename from `wl-check-type'.
4987         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4988         (wl-check-variables-2): New function.
4989         (wl): Call `wl-check-variables-2'.
4990
4991 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4992
4993         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4994         after renaming folder in access group.
4995
4996 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4997
4998         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4999         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5000         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5001         (wl-message-buffer-prefetch): Rewrite.
5002         (wl-message-buffer-prefetch-idle-time): Removed.
5003         * wl-summary.el (wl-summary-redisplay-internal):
5004         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5005         Error check for `wl-message-buffer-prefetch-depht'.
5006
5007 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5008
5009         * Version number is increased to 2.9.5.
5010         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5011
5012 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5013
5014         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5015         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5016         Based on the patch written by
5017         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5018
5019 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5020
5021         * wl-draft.el (wl-draft-raw-send): Fix for
5022         `wl-news-send-pre-hook'
5023
5024 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5025
5026         * wl-utils.el (wl-message-id-function): New variable.
5027         * wl-draft.el (wl-draft-insert-required-fields):
5028         Use `wl-message-id-function'.
5029
5030 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5031
5032         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5033         * wl-utils.el (wl-draft-make-message-id-string):
5034         Use `wl-from' for domain part of Message-ID
5035         if `wl-message-id-use-wl-from' if non-nil.
5036         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5037
5038 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5039
5040         * wl.el (wl): Call `wl-check-type'
5041         Do not 'condition-case'.
5042
5043 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5044
5045         * wl.el (wl-check-type): New function.
5046         (wl-check-type-variables): New variable.
5047
5048 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5049
5050         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5051
5052 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5053
5054         * wl-draft.el (wl-smtp-password-key): New function.
5055         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5056         (wl-draft-send-mail-with-smtp): Ditto.
5057         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5058
5059 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5060
5061         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5062         * wl-utils.el (wl-unique-id-suffix): Remove.
5063
5064 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5065
5066         * Version number is increased to 2.9.4.
5067
5068 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5069
5070         * wl-utils.el (wl-unique-id-suffix): New variable.
5071         (wl-unique-id): Use `wl-unique-id-suffix'
5072
5073 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5074
5075         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5076         instead of `elmo-msgdb-search'.
5077
5078         * Version number is increased to 2.9.3.
5079
5080 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5081
5082         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5083
5084 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5085
5086         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5087         (wl-draft-dispatch-message): Changed for send-later.
5088         (wl-draft-queue-flush): Ditto.
5089         (wl-draft): Clear `wl-sent-message-queued'.
5090         (wl-draft-reedit): Ditto.
5091         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5092         * wl-vars.el (wl-draft-force-queuing): New variable.
5093         (wl-draft-force-queuing-mail): New variable.
5094         (wl-draft-force-queuing-news): New variable.
5095
5096 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5099         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5100
5101 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5102
5103         * Version number is increased to 2.9.2.
5104
5105 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * wl-draft.el (wl-draft-elide-region): New user command.
5108         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5109
5110         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5111         command `wl-draft-elide-region'.
5112         * wl-mule.el: Ditto.
5113         * wl-xmas.el: Ditto.
5114
5115 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5116
5117         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5118         (wl-biff-check-folder-async): Removed needless let.
5119
5120 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5121
5122         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5123         wl-folder-get-elmo-folder.
5124         (wl-biff-check-folder): Set `biff' argument of
5125         `wl-folder-check-one-entity'.
5126         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5127
5128         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5129         (wl-folder-check-one-entity): Added `biff' argument;
5130         Setup `biff' slot of folder.
5131
5132         * Version number is increased to 2.9.1.
5133
5134 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5137         comment out and fixed.
5138         (wl-fldmgr-add-completion-subr): Ditto.
5139
5140         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5141         and msgdb.
5142
5143         * wl.el (wl-toggle-plugged): Save summary view.
5144
5145 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5148
5149 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5150
5151         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5152
5153 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5156         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5157         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5158
5159         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5160         if it was failed.
5161         (wl-demo): Disable undo in the demo buffer.
5162
5163 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5164
5165         * wl-version.el (wl-version): Changed codename.
5166
5167         * Version number is increased to 2.9.0.
5168
5169 2001-12-14  Takuo KITAME <kitame@northeye.org>
5170
5171         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5172         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5173         (wl-folder-mark-as-read-all-current-entity): Ditto.
5174
5175 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5176
5177         * wl-vars.el (wl-from-width): Define as obsolete variable.
5178         (wl-subject-length-limit): Ditto.
5179
5180         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5181
5182         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5183         wl-summary-save-view.
5184
5185         * wl.el (wl-save-status): Ditto.
5186         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5187
5188         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5189         (wl-summary-exit): Follow the change above.
5190         (wl-summary-goto-folder-subr): Ditto.
5191
5192         * wl-folder.el (wl-folder-create-subr): Don't use
5193         `elmo-folder-creatable-p'.
5194
5195 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5196
5197         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5198
5199 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5202         rather than bitmap on Emacs 21.
5203         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5204         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5205         for xbm if the new redisplay engine is not available.
5206
5207 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5208
5209         * wl-folder.el (wl-folder-init-hook): New hook.
5210         (wl-folder-init): Run `wl-folder-init-hook'.
5211
5212 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5215
5216 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5217
5218         * wl-acap.el (wl-acap-cache-filename): New variable.
5219         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5220         (wl-acap-init): Use cache if no ACAP server found.
5221
5222 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5223
5224         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5225         `wl-acap-original-msgdb-dir'.
5226
5227         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5228         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5229
5230         * wl-mime.el (wl-mime-save-directory): Renamed from
5231         `wl-mime-save-dir'.
5232
5233 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5236
5237         * wl-demo.el: Require `path-util'.
5238         (wl-demo-bitmap-mule-available-p): New internal variable.
5239         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5240         `module-installed-p' instead.
5241         (wl-demo-insert-image): Use *.img file for a bitmap image.
5242         (wl-demo): Don't call the ascii demo recursively.
5243
5244 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5245
5246         * Version number is increased to 2.7.7.
5247
5248 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5249
5250         * wl.el (wl-exit): Eliminated byte-compile warning.
5251
5252 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5253
5254         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5255         obsolete variable using `elmo-define-obsolete-variable'.
5256         (wl-fetch-confirm-threshold): Ditto.
5257         (wl-cache-prefetch-folder-type-list): Ditto.
5258         (wl-cache-prefetch-folder-list): Ditto.
5259
5260 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5263         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5264         (wl-demo-insert-image): New function.
5265         (wl-demo-insert-text): New function.
5266         (wl-demo-image-type-alist): Redefine as a function.
5267         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5268         (wl-demo-with-temp-file-buffer): Removed.
5269         (wl-logo-xpm): Removed.
5270         (wl-logo-xbm): Removed.
5271         (wl-logo-bitmap): Removed.
5272
5273 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5274
5275         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5276         (wl-expire-localdir-get-folder-function): New user option.
5277         (wl-expire-localdir-get-folder): New function.
5278         (wl-expire-localdir-date): Ditto.
5279
5280 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5281
5282         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5283         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5284         Fixed unread number mismatch when all-unread < unread.
5285
5286 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5287
5288         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5289         (wl-fetch-confirm-threshold): Ditto.
5290
5291         * wl-summary.el (wl-summary-confirm-appends): Removed.
5292         (wl-summary-sync-update): Don't refer
5293         `wl-summary-update-confirm-threshold' (It is now abolished).
5294
5295         * wl-message.el (wl-message-display-internal): Don't refer
5296         `wl-fetch-confirm-threshold' (It is now abolished).
5297
5298 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5301
5302 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5303
5304         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5305         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5306         Change default value to nil.
5307         (wl-summary-indent-length-limit): The value can be nil, nil means
5308         unlimited.
5309
5310         * wl-summary.el: Don't set limit for indent length if the value of
5311         wl-summary-indent-length-limit is nil.
5312         If the value of wl-summary-width is nil, it means only that the width
5313         of summary is unlimited (nil doesn't mean that the indent length is
5314         unlimited).
5315
5316         * wl-thread.el: Ditto.
5317
5318 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5319
5320         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5321         be nil, nil means never confirm.
5322         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5323
5324 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5325
5326         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5327         means unlimited).
5328
5329 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5330
5331         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5332         Use `with-temp-buffer'.
5333
5334 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5335
5336         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5337         with new backquote style).
5338         (wl-folder-get-entity-from-buffer): Ditto.
5339
5340 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5341
5342         * wl-version.el (nemacs-version): Eliminated.
5343         (wl-extended-emacs-version2): Ignore nemacs.
5344         (wl-extended-emacs-version3): Ditto.
5345
5346 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5347
5348         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5349         (wl-draft-add-in-reply-to): New variable.
5350         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5351         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5352         (wl-draft-yank-from-mail-reply-buffer): Use
5353         `wl-draft-add-in-reply-to'.
5354         (wl-draft-insert-current-message): Ditto.
5355
5356 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5357
5358         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5359         typo (kill->hide).
5360         (wl-message-buffer-prefetch-folder-type-list): Added elements
5361         `mark' and `cache' instead of `internal'.
5362
5363 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5364
5365         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5366         resume msgdb directory.
5367
5368 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * wl.el (wl-exit): Call `wl-acap-exit'.
5371
5372         * wl-summary.el (wl-summary-message-string): New function.
5373         (wl-summary-reedit): Use it.
5374         (wl-summary-resend-bounced-mail): Remove needless let.
5375         (wl-summary-supersedes-message): Ditto.
5376         (wl-summary-save): Ditto.
5377
5378         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5379         (wl-acap-init): Set it.
5380         (wl-acap-exit): New function.
5381
5382 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5383
5384         * wl.el (wl-init): Revert (require 'mime-setup). move from
5385         toplevel.
5386
5387 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5388
5389         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5390         local variables.  Add error when guess function return invalid
5391         value.
5392
5393 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5394
5395         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5396         Change local variable name.
5397         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5398         (wl-folder-get-newsgroups): Return nil when non-news folder.
5399         * wl-summary.el (wl-summary-write-current-folder): State through
5400         when guess-list return nil.
5401         (wl-summary-write-current-folder-functions): Fixed docstring.
5402
5403         * wl.el (wl-exit): Changed confirm message.
5404
5405         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5406         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5407
5408         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5409
5410 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5411
5412         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5413         user option (Renamed from wl-cache-prefetch-folder-type-list).
5414         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5415         from wl-cache-prefetch-folder-list).
5416
5417         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5418         Move to wl-vars.el.
5419         (wl-message-buffer-prefetch-p): Changed to enable
5420         `wl-message-buffer-prefetch-folder-list'.
5421
5422         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5423         `ignore-cache'.
5424
5425 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5426
5427         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5428         `part-top' and `part-bottom'.
5429         (wl-draft-config-sub-part-top): New function.
5430         (wl-draft-config-sub-part-bottom): New function.
5431
5432 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5433
5434         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5435
5436 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5437
5438         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5439
5440 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5441
5442         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5443
5444         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5445         (wl-summary-write-current-folder): Ditto.
5446
5447 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5448
5449         * wl-folder.el (wl-folder-get-newsgroups): Use
5450         `elmo-folder-newsgroups'.
5451
5452 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5453
5454         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5455         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5456         `wl-draft-config-sub-header-bottom'.
5457
5458 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5459
5460         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5461         localnews folder.
5462
5463 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5464
5465         * wl-summary.el (wl-summary-mode): Undo last change.
5466
5467         * wl-folder.el (wl-folder-mode): Ditto.
5468
5469 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5470
5471         * wl-summary.el (wl-summary-mode): Locally set
5472         truncate-partial-window-width to nil.
5473         (for XEmacs)
5474
5475         * wl-folder.el (wl-folder-mode): Ditto.
5476
5477 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5478
5479         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5480
5481 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5482
5483         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5484         number.
5485
5486         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5487
5488         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5489
5490         * Version number is increased to 2.7.6.
5491
5492 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5495
5496 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5497
5498         * wl-summary.el (wl-summary-sync-update): Enclose network
5499         related portion with `unwind-protect'.
5500
5501 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5502
5503         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5504
5505 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5506
5507         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5508         element.
5509         * wl-vars.el (wl-message-body-button-alist): Ditto.
5510
5511         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5512         max match length.
5513         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5514
5515         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5516         for the max match length;
5517         Use 4th element value for the button string regexp group.
5518
5519         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5520         candidate exists, prompt to select.
5521
5522 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5523
5524         * wl-summary.el (wl-summary-jump-to-msg): Search before
5525         calibration point by `beginning-of-line'.
5526
5527 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5528
5529         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5530         for access group.
5531
5532 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5533
5534         * wl-message.el (wl-message-display-internal): Bind
5535         `default-mime-charset'.
5536
5537         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5538
5539         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5540
5541         * Version number is increased to 2.7.5.
5542
5543 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5544
5545         * wl-expire.el (wl-summary-archive): Fixed;
5546         Use `elmo-folder-name-internal'.
5547
5548 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5549
5550         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5551         from `elmo-folder-move-messages' caller.
5552         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5553
5554         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5555         related portions are changed).
5556
5557 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5558
5559         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5560         counter.
5561
5562 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5563
5564         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5565         buffer local and set it to nil.
5566
5567         * wl-message.el (wl-message-redisplay): Ditto.
5568
5569 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5570
5571         * wl-summary.el (wl-summary-mark-as-important): If message is
5572         already cached, set messag as read, otherwise encache and mark as read.
5573
5574 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5575
5576         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5577         point-min.
5578
5579 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5582         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5583         a keymap.
5584
5585 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5586
5587         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5588         parent.
5589
5590         * wl-mule.el (wl-message-define-keymap): Ditto.
5591
5592         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5593
5594         * wl-xmas.el (wl-message-display-internal-hook): Define.
5595         (wl-xmas-setup-message-toolbar): Define as function.
5596         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5597         (wl-message-overload-functions): Abolished.
5598         (wl-message-define-keymap): New function.
5599
5600         * wl-vars.el (wl-message-display-internal-hook): New variable.
5601         (wl-message-header-button-alist): New variable (Renamed from
5602         wl-highlight-message-header-button-alist).
5603         (wl-message-body-button-alist): Ditto.
5604
5605         * wl-mule.el (wl-message-define-keymap): New function.
5606         (wl-message-overload-functions): Abolished.
5607
5608         * wl-message.el (wl-message-add-buttons-to-body): New function.
5609         (wl-message-redisplay): Don't call wl-message-overload-functions;
5610         Call wl-message-add-buttons-to-header and
5611         wl-message-add-buttons-to-body.
5612         (wl-message-display-internal): Set keymap argument for
5613         elmo-mime-display-as-is, elmo-mime-message-display;
5614         Run wl-message-display-internal-hook.
5615         (wl-message-refer-article-or-url): Abolished.
5616
5617         * wl-highlight.el (wl-highlight-headers): Don't call
5618         wl-highlight-message-add-buttons-to-header.
5619         (wl-highlight-message-add-buttons-to-header): Abolished.
5620
5621
5622         * wl-e21.el (wl-message-display-internal-hook): Define.
5623         (wl-e21-setup-toolbar): Deleted duplicated binding.
5624         (wl-e21-setup-message-toolbar): Define as function.
5625         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5626         (wl-message-define-keymap): New function.
5627         (wl-message-overload-functions): Abolished.
5628
5629 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5630
5631         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5632         and elmo-folder-close.
5633
5634         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5635
5636 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5637
5638         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5639         boolean value.
5640         * wl-draft.el (wl-draft-do-fcc): Ditto.
5641
5642 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5643
5644         * wl-vars.el (wl-fcc-force-as-read): New variable.
5645         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5646         mark copied message as read.
5647
5648 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5649
5650         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5651
5652 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5653
5654         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5655         `wl-summary-target-above' instead of obsolete variable
5656         `wl-summary-temp-above'.
5657
5658         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5659         instead of `make-obsolete-variable'.
5660         * wl-refile.el (toplevel): Ditto.
5661
5662 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5663
5664         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5665         with third argument t.
5666         (wl-draft): Set first argument for wl-plugged-init as t.
5667
5668         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5669         definition.
5670
5671 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5672
5673         * wl-vars.el: Tabify.
5674         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5675
5676         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5677         message.
5678
5679 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5680
5681         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5682         and set default to beep.
5683
5684 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5685
5686         * wl-vars.el (wl-draft-truncate-lines): New variable.
5687
5688         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5689         instead of wl-message-truncate-lines for truncate-lines.
5690
5691 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * wl-message.el (wl-message-display-internal): Call
5694         `wl-highlight-message' after `elmo-mime-display-as-is'.
5695
5696         * wl-mime.el (wl-mime-display-text/plain): New function.
5697         (wl-mime-display-header): Ditto.
5698         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5699         body-presentation-method for text/plain;
5700         Register `wl-mime-display-header' as a header-presentation-method;
5701         Don't set up `elmo-message-text-content-inserted-hook' and
5702         `elmo-message-header-inserted-hook'.
5703
5704         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5705         variable.
5706         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5707         as t if flag is 'all-header;
5708         Don't bind `elmo-message-ignored-field-list',
5709         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5710
5711 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5714         for xemacs with non-mule environment.
5715
5716 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5717
5718         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5719         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5720         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5721
5722 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5723
5724         * wl-vars.el (wl-interactive-send): Set default value as t.
5725
5726 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5727
5728         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5729         (wl-addrmgr-method-list): Abolished.
5730         (wl-addrmgr-change-method): Follow above change.
5731
5732         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5733
5734 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5735
5736         * wl-vars.el (wl-message-truncate-lines): Change default value
5737         to default-truncate-lines.
5738
5739         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5740
5741 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5742
5743         * wl-vars.el (wl-message-truncate-lines): New variable.
5744
5745         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5746         wl-message-truncate-lines.
5747
5748 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5749
5750         * wl-acap.el (wl-acap-init): Remove period from error message.
5751         (wl-acap-find-acap-service): Remove period from message.
5752
5753 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5754
5755         * wl.el (wl-check-environment): Undo last change.
5756
5757         * wl-vars.el (wl-from): Changed default value.
5758
5759         * wl-util.el (toplevel): Don't require tm-edit.
5760
5761         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5762         `wl-folder-init';
5763         Don't set mark on mail body.
5764         (wl-draft-reedit): Ditto.
5765
5766         * wl-address.el (wl-address-quote-specials): Define as an alias for
5767         elmo-address-quote-specials.
5768
5769 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5772
5773         * wl-vars.el (wl-from): Set default value as nil.
5774         (wl-organization): Set default value as ORGANIZATION environment
5775         variable.
5776
5777         * wl-draft.el (wl-smtp-extension-bind): Check value of
5778         wl-smtp-connection-type.
5779
5780         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5781         error.
5782
5783 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5784
5785         * Version number is increased to 2.7.4.
5786
5787         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5788         arguments from `wl-highlight-x-face-function' caller.
5789         Use x-face-1.3.6.12 or later.
5790
5791 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5792
5793         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5794
5795 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5796
5797         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5798         (wl-fcc): Fix to accept function.
5799         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5800
5801 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5802
5803         * wl-acap.el (toplevel): Added `product-provide' declare.
5804         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5805
5806 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5807
5808         * wl.el (wl): Changed order of calling `elmo-init'
5809         and `elmo-folder-init'.
5810
5811 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5812
5813         * wl-mime.el (wl-summary-burst): Extract message when content-type
5814         of root entity is not only `multipart' but also `message/rfc822'.
5815         (wl-summary-burst-subr): Ditto.
5816
5817 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5818
5819         * wl-vars.el (toplevel): Require 'custom.
5820         (wl-trash-folder): Added to `wl-setting' group.
5821
5822         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5823         exists.
5824         (wl-addrmgr-draw): Insert empty line when no entry exists.
5825
5826         * wl-mule.el (wl-message-wheel-up): Fixed.
5827         (wl-message-wheel-down): Ditto.
5828
5829 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5830
5831         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5832         config is an anonymous lambda expression.
5833
5834 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5837         when Mule 2 is running.
5838
5839 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5840
5841         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5842
5843 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5844
5845         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5846         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5847
5848         * wl-address.el (wl-address-specials-regexp): Eliminated.
5849         (wl-address-quote-specials): Rewrite.
5850
5851 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5854         shy-groups for regexp.
5855
5856         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5857         character classes and Perl style shy-groups for regexp.
5858         (wl-highlight-plugged-current-line): Use Posix style character
5859         classes for regexp.
5860         (wl-e21-highlight-folder-by-numbers): Ditto.
5861         (wl-e21-display-image-p): Use `display-images-p' instead of
5862         `display-graphic-p'.
5863         (display-images-p): Make an alias to `display-graphic-p' if it is
5864         not available.  It is for Emacs version prior to 21.0.105.
5865
5866         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5867         `display-graphic-p'.
5868         (wl-demo-image-type-alist): Ditto.
5869         (display-images-p): Make an alias to `display-graphic-p' if it is
5870         not available.  It is for Emacs version prior to 21.0.105.
5871
5872 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5873
5874         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5875         support.
5876         (wl-generate-user-agent-string): Ditto.
5877
5878         * wl-version.el (wl-version): Update docsting.
5879         (wl-version-status): Ditto.
5880
5881 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5882
5883         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5884         21.0.105.  For Emacs 21.0.104 or earlier.
5885
5886 2001-09-03  Takuo KITAME <kitame@northeye.org>
5887
5888         * wl-e21.el (wl-plugged-init-icons): Use
5889         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5890         (wl-biff-init-icons): Ditto.
5891
5892 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5893
5894         * wl-highlight.el (wl-highlight-summary-current-line):
5895         Fixed highlighting refile/copy destination.
5896
5897         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5898         (wl-acap-store): Encode string by wl-acap-coding-system.
5899
5900 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5901
5902         * wl-acap.el (toplevel): Check and require 'un-define before
5903         'xemacs-ucs;
5904          Added checking for UTF-2000.
5905
5906 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5907
5908         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5909         Don't enclose with `eval-and-compile'.
5910
5911         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5912         wl-init is non-nil.
5913
5914         * wl-draft.el (wl-draft): Ditto.
5915
5916         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5917
5918         * wl-acap.el (toplevel): Require 'wl.
5919         (wl-acap-store): Call `elmo-init'.
5920
5921         * wl.el (wl): Changed position of `wl-check-environment'.
5922         (toplevel): Added autoload setting for wl-acap.
5923
5924         * wl-vars.el (wl-setting): New custom group.
5925         (wl-from): Added wl-setting group.
5926         (wl-user-mail-address-list): Ditto.
5927         (wl-organization): Ditto.
5928         (wl-subscribed-mailing-list): Ditto.
5929         (wl-envelope-from): Ditto.
5930         (wl-smtp-posting-user): Ditto.
5931         (wl-smtp-posting-server): Ditto.
5932         (wl-smtp-posting-port): Ditto.
5933         (wl-smtp-authenticate-type): Ditto.
5934         (wl-pop-before-smtp-user): Ditto.
5935         (wl-pop-before-smtp-server): Ditto.
5936         (wl-pop-before-smtp-port): Ditto.
5937         (wl-pop-before-smtp-authenticate-type): Ditto.
5938         (wl-nntp-posting-server): Ditto.
5939         (wl-nntp-posting-user): Ditto.
5940         (wl-nntp-posting-port): Ditto.
5941         (wl-fetch-confirm-threshold): Ditto.
5942         (wl-prefetch-threshold): Ditto.
5943         (wl-thread-insert-opened): Ditto.
5944         (wl-ldap-server): Ditto.
5945         (wl-ldap-port): Ditto.
5946         (wl-ldap-base): Ditto.
5947         (wl-ldap-objectclass): Ditto.
5948         (wl-use-ldap): Ditto.
5949         (wl-draft-config-alist): Ditto.
5950         (wl-draft-config-matchone): Ditto.
5951         (wl-template-alist): Ditto.
5952         (wl-message-sort-field-list): Ditto.
5953         (wl-message-ignored-field-list): Ditto.
5954         (wl-message-visible-field-list): Ditto.
5955         (wl-interactive-send): Ditto.
5956         (wl-summary-move-order): Ditto.
5957         (wl-auto-select-first): Ditto.
5958         (wl-auto-select-next): Ditto.
5959         (wl-interactive-save-folders): Ditto.
5960
5961         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5962         Initialization codes are moved from wl-local-folder-init.
5963         (wl-local-folder-init): Follow the change above.
5964         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5965
5966         * wl-acap.el: New file.
5967
5968         * Version number is increased to 2.7.3.
5969
5970 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5971
5972         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5973
5974 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5975
5976         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5977         (wl-addrmgr-address-entry-list): Ditto.
5978
5979 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5980
5981         * wl-e21.el (wl-draft-mode-map): Removed binding for
5982         `wl-draft-insert-x-face-field'.
5983
5984         * wl-mule.el (wl-draft-mode-map): Ditto.
5985
5986         * wl-xmas.el (wl-draft-mode-map): Ditto.
5987
5988         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5989         (wl-cs-autoconv): Ditto.
5990         (wl-cs-local): Ditto.
5991         (wl-use-scoring): Ditto.
5992         (wl-mime-charset): Ditto.
5993         (wl-folder-check-async): Ditto.
5994
5995         * wl.el (toplevel): Ignore nemacs and tm.
5996         (wl-exit): Ditto.
5997
5998         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5999         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6000         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6001         instead of wl-address-petname-add-or-change.
6002         (wl-summary-edit-addresses-subr): Use wl-address-delete
6003         instead of wl-address-petname-delete.
6004
6005         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6006
6007         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6008         if error occured.
6009
6010         * wl-message.el (require): Remove tm support.
6011
6012         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6013
6014         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6015         (wl-folder-jump-to-current-entity): Ditto.
6016         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6017
6018         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6019         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6020         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6021
6022         * wl-mule.el (wl-draft-key-setup): Ditto.
6023
6024         * wl-xmas.el (wl-draft-key-setup): Ditto.
6025
6026         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6027         (wl-draft-std11-parse-addresses): New function.
6028         (wl-draft-parse-mailbox-list): Use it.
6029         (wl-draft): Ignore nemacs.
6030         (wl-draft-reedit): Ditto.
6031
6032         * wl-addrmgr.el: New file.
6033         (Original is wl-rcpt.el written by
6034         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6035         Thanks Kitamoto-san.)
6036
6037         * wl-address.el (wl-address-make-address-list): Modified parsing
6038         process.
6039         (wl-address-delete): Renamed from `wl-address-petname-delete';
6040         Modify wl-address-list too.
6041         (wl-address-add-or-change): Renamed from
6042         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6043
6044 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6045
6046         * wl-highlight.el (wl-highlight-summary-current-line):
6047           Work with transient-mark-mode
6048
6049 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6050
6051         * Version number is increased to 2.7.2.
6052
6053         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6054         instead of elmo-dop-queue-method.
6055
6056 2001-08-06  SAITO Atsunori <sai@yedo.com>
6057
6058         * wl-vars.el (wl-ldap-objectclass): New user option.
6059
6060         * wl-address.el (wl-ldap-make-filter): Use it.
6061
6062 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6065
6066 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * wl-folder.el (wl-folder): redisplay after folder insertion.
6069
6070         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6071
6072         * wl-summary.el (wl-summary-sync-update):
6073         Change status mark only when new-msgdb exists.
6074         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6075
6076 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * wl-summary.el (wl-summary-open-folder): New function.
6079         (wl-summary-goto-folder-subr): Use it.
6080         (wl-summary-mark-as-important): Fix;
6081         Encache only when no cache exists.
6082
6083 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6084
6085         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6086         Use with-current-buffer.
6087
6088 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6089
6090         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6091         before call `get-buffer'. Fixed parenthesis.
6092         (wl-score-get-header-entry): Clear message and help window when
6093         keyboard quit.
6094         (wl-score-edit-insert-header): Ditto.
6095
6096 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6097
6098         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6099         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6100         (wl-default-draft-cite): Fix.
6101
6102         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6103         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6104
6105 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6106
6107         * wl-message.el (wl-message-prev-page): Do same bahavior
6108         as summary when it is called in the message buffer.
6109         (wl-message-next-page): Ditto.
6110
6111 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6112
6113         * wl-summary.el (wl-summary-forward): Use cache if it is not
6114         section cache.
6115
6116 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6117
6118         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6119         Removed redundant require of elmo-vars.
6120         (wl-biff-state-indicator-on): Changed default value for
6121         xemacs with non-mule environment.
6122
6123         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6124         wl-message-buffer is nil;
6125         Hide progress bar after moving messages.
6126
6127 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6128
6129         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6130         message at cursor point is deleted.
6131
6132 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6133
6134         * wl-vars.el: Changed file coding system to euc-japan.
6135         Added -*-coding:-*- magic to the first line.
6136
6137         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6138         Search parent from the first message.
6139
6140         * Version number is increased to 2.7.1.
6141
6142 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6143
6144         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6145
6146 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6147
6148         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6149         refile/delete execution.
6150
6151         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6152         Fixed docstring.
6153
6154 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6155
6156         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6157         do update process;
6158         Don't update marks when update process is interrupted.
6159
6160 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6161
6162         * wl-summary.el (wl-summary-reply): Fixed problem when
6163         wl-draft-use-frame is non-nil.
6164         (wl-summary-forward): Ditto.
6165
6166         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6167         as nil.
6168         (wl-folder-mark-as-read-all-entity): Ditto.
6169         (wl-folder-prefetch-entity): Ditto.
6170
6171         * wl.el (wl): Check environment before wl-init.
6172
6173         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6174         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6175         instead of wl-summary-collect-unread.
6176         (wl-summary-reply): Split message window.
6177
6178 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6181         only if current language environment is japanese,
6182
6183         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6184         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6185         (wl-folder-goto-folder-subr): Ditto.
6186
6187         * wl-draft.el (wl-draft-dispatch-message): Call
6188         `elmo-file-cache-get-path'.
6189
6190 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6191
6192         * wl-summary.el (wl-summary-cursor-move): If return value of
6193         wl-summary-next-message is not number, don't jump.
6194
6195 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6196
6197         * wl-summary.el (wl-summary-buffer-next-message-function): New
6198         variable.
6199         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6200         if it is bound.
6201
6202         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6203         string.
6204
6205         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6206         (wl-plugged-drawing): Ditto.
6207
6208 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6209
6210         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6211         process.
6212         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6213         with unwind-protect.
6214
6215         * wl.el (wl-init): Require mime-setup.
6216         (wl-check-environment): Don't require mime-setup.
6217
6218         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6219         instead of elmo-folder-type.
6220
6221         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6222         value as nil.
6223
6224 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6225
6226         * Version number is increased to 2.7.0.
6227
6228         * wl-version.el (wl-version): Changed codename.
6229
6230         * wl-summary.el (wl-summary-delete-cache): Fixed.
6231
6232         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6233         Workaround for net folders.
6234         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6235
6236         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6237         value to nil (According to the patch from
6238         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6239
6240         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6241         of elmo-folder-close.
6242
6243 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6244
6245         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6246         for postfix.
6247
6248 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6249
6250         * wl-summary.el (wl-summary-resend-message): Fixed.
6251
6252         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6253         Call wl-draft with `from' argument if its address is included in
6254         `wl-user-mail-address-list'.
6255         (wl-draft): Added `from' argument.
6256
6257         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6258         non-nil.
6259         (wl): Don't show demo if wl-demo is nil.
6260
6261         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6262         wl-summary-use-frame.
6263
6264         * wl-vars.el (wl-summary-use-frame): New user option.
6265         (wl-folder-use-frame): Changed docstring.
6266
6267         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6268         non-nil.
6269         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6270         wl-summary-use-frame.
6271
6272         * wl-vars.el (wl-folder-use-frame): New user option.
6273
6274         * wl-summary.el (wl-summary-exit): Back to folder frame if
6275         wl-folder-use-frame is non-nil.
6276         (wl-summary-redisplay-internal): Ignore cache if current folder
6277         is draft folder,
6278         (wl-summary-redisplay-no-mime): Ditto.
6279         (wl-summary-redisplay-all-header): Ditto.
6280
6281         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6282         if wl-folder-use-frame is non-nil.
6283
6284 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6285
6286         * wl-summary.el (wl-summary-sync-update): Bind
6287         elmo-folder-update-threshold.
6288         (wl-summary-mark-as-important): Enclosed server mark processing
6289         with `save-match-data'.
6290
6291         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6292         only when it is already defined.
6293
6294 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6295
6296         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6297         name of folder exclude localdir is wrong.
6298         * wl-folder.el (wl-folder-sync-entity):
6299         Set `wl-summary-always-sticky-folder-list' as nil.
6300         (wl-folder-mark-as-read-all-entity): Ditto.
6301         (wl-folder-prefetch-entity): Ditto.
6302
6303 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6304
6305         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6306         instead of `wl-summary-write-current-newsgroup'.
6307
6308 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6309
6310         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6311         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6312         non-nil and selected message is important, do not display.
6313
6314 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6315
6316         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6317
6318 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6319
6320         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6321
6322         * wl-summary.el (wl-summary-mark-as-important): Set message number
6323         using wl-summary-message-number.
6324
6325 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6326
6327         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6328         destination folder is 'null.
6329
6330 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6331
6332         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6333         New function.
6334         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6335         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6336         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6337
6338 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6339
6340         * wl-mime.el (wl-mime-setup): Added setting for
6341         `mime-setup-signature-key-alist' to avoid overriding key bind for
6342         `wl-draft-send'.
6343
6344         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6345         for `wl-draft-send'.
6346         * wl-mule.el (wl-draft-overload-functions): Ditto.
6347         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6348         * wl-draft.el (wl-draft-send): Ditto.
6349
6350         * wl-message.el (wl-message-display-internal):
6351         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6352         (Patch is provided by <kita@coe.nttdata.co.jp>).
6353
6354 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6355
6356         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6357
6358 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6359
6360         * wl.el (wl): Fix for wl-demo.
6361
6362 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6363
6364         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6365
6366 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6367
6368         * wl-folder.el (wl-folder-prefetch-entity): Use
6369         `wl-folder-get-elmo-folder'.
6370         (wl-folder-count-incorporates): Do not use
6371         `wl-folder-get-elmo-folder'.
6372
6373 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6374
6375         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6376         instead of `elmo-folder-get-type'.
6377
6378 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6379
6380         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6381         position on Subject: field.
6382         (Advised by Mito <mit@nines.nec.co.jp>)
6383
6384 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6385
6386         * wl-folder.el (wl-folder-prefetch-entity): Use
6387         `wl-folder-get-elmo-folder'.
6388
6389 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6392
6393         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6394         `process-duplicates' slot.
6395
6396         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6397         if detection failed.
6398
6399 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6400
6401         * wl-version.el (wl-version-status): Set to "alpha".
6402
6403 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6404
6405         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6406         Check wl-message-buffer lives before set-buffer.
6407
6408 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6409
6410         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6411         called in folder mode.
6412         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6413         * wl-summary.el (wl-summary-exit-pre-hook): Run
6414         `wl-summary-exit-pre-hook' before exit summary mode.
6415
6416 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6417
6418         * wl-version.el (wl-version-status): New variable.
6419         (wl-version-status-alist): Removed.
6420         (wl-version-status): Rule included.
6421
6422 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6425         @sponichi.
6426
6427         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6428         when `mail-reply-buffer' is buffer-local variable.
6429         (Reported by <kita@coe.nttdata.co.jp>).
6430
6431 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-vars.el (toplevel): Require 'elmo-util.
6434
6435 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6436
6437         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6438         (All other related portions are changed)
6439
6440         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6441
6442         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6443
6444 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6445
6446         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6447
6448 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6449
6450         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6451         Delete other windows to avoid an error.
6452         Use `point-marker' instead of `point' to remember the start point
6453         of body.
6454
6455         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6456
6457         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6458         number not to exceed all message number.
6459
6460 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6461
6462         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6463         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6464
6465 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6466
6467         * wl-summary.el (wl-summary-sync-force-update): Added argument
6468         no-check.
6469         (wl-summary-sync-update): Ditto.
6470         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6471         with `no-check'.
6472
6473         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6474         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6475         already running.
6476
6477 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6478
6479         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6480         `dst-folder-arg'.
6481         (wl-expire-archive-number1): Diito.
6482         (wl-expire-archive-number2): Diito.
6483         (wl-expire-archive-Date): Diito.
6484         (wl-archive-number1): Diito.
6485         (wl-archive-number2): Diito.
6486         (wl-archive-date): Diito.
6487         (wl-archive-folder-p): New function.
6488         (wl-summary-expire): Support of expand folder name at
6489         wl-expire-alist.
6490         * wl-util.el (wl-expand-newtext): Renamed from
6491         `wl-refile-expand-newtext'.
6492
6493 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6494
6495         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6496         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6497         `(elmo-msgdb-get-overview msgdb)'.
6498         (wl-summary-prefetch): Bind match data before call
6499         `wl-summay-prefetch-msg'.
6500         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6501         'off if `wl-summary-buffer-disp-msg' is non-nil.
6502         Fixed problem that couldn't show only one new or unread message when
6503         enter folder.
6504         (wl-summary-reply): Don't call `split-window-vertically' and other
6505         window.
6506
6507 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6508
6509         * wl-expire.el (wl-expire-refile): Fixed.
6510
6511 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6512
6513         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6514
6515         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6516         biff notification is removed.
6517
6518         * wl.el (wl): Changed position of `elmo-init'.
6519
6520         * wl-draft.el (wl-default-draft-cite): Use date field
6521         on the citation buffer.
6522
6523         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6524
6525         * wl-xmas.el (wl-folder-internal-icon-list): Added
6526         `wl-folder-shimbun-image'.
6527
6528         * wl-e21.el (wl-folder-internal-icon-list): Added
6529         `wl-folder-shimbun-image'.
6530
6531 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6532
6533         * wl.el (wl-init): Eliminated argument.
6534         (wl): Rewrite.
6535
6536         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6537         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6538         instead of `elmo-folder-msgdb-internal'.
6539         (wl-summary-sync-update): Ditto.
6540         (wl-summary-flush-pending-append-operations): Eliminated.
6541         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6542         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6543         `elmo-folder-open'.
6544
6545         * wl-mime.el (wl-summary-burst): Fixed.
6546
6547         * wl-folder.el (wl-folder-info-save): Check data type.
6548
6549         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6550         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6551         instead of `elmo-folder-msgdb-internal'.
6552         (wl-expire-hide): Ditto.
6553
6554
6555         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6556
6557 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6558
6559         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6560
6561 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6562
6563         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6564
6565 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6566
6567         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6568         Fixed `match-beginning' argument mismatch.
6569
6570 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6571
6572         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6573         the default value.
6574
6575 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6576
6577         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6578         instead of `elmo-nntp-default-port'.
6579
6580         * wl-vars.el: Fixed some doc strings.
6581
6582 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * wl-summary.el (wl-summary-prefetch-msg): Use
6585         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6586
6587         * wl-vars.el: Define *-func as obsolete variable using
6588         `elmo-define-obsolete-variable'.
6589
6590         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6591         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6592         instead of `wl-message-buffer-prefetch-threshold'.
6593
6594         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6595
6596         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6597
6598         * wl-draft.el (wl-caesar-region-func): Ditto.
6599
6600         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6601         Keep unread status in elmo-folder-move-messages.
6602         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6603
6604 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6605
6606         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6607         `wl-summary-buffer-exit-func'
6608         (wl-summary-buffer-message-redisplay-function): Renamed from
6609         `wl-summary-buffer-message-redisplay-func'
6610         (wl-summary-buffer-next-folder-function): Renamed from
6611         `wl-summary-buffer-next-folder-func'.
6612         (wl-summary-buffer-prev-folder-function): Renamed from
6613         `wl-summary-buffer-prev-folder-func'.
6614         (wl-summary-get-petname-function): Renamed from
6615         `wl-summary-get-petname-func'.
6616
6617         * wl-score.el (wl-score-edit-exit-function): Renamed from
6618         `wl-score-edit-exit-func'.
6619
6620         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6621         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6622
6623         * wl-util.el (wl-load-profile-function): Renamed from
6624         `wl-load-profile-func'.
6625
6626         * wl-folder.el (wl-folder-completion-function): Renamed from
6627         `wl-folder-completion-func'.
6628         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6629
6630         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6631         `wl-expire-archive-get-folder-func'.
6632         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6633         (wl-draft-send-mail-function): Renamed from
6634         `wl-draft-send-mail-func'.
6635         (wl-draft-send-news-function): Renamed from
6636         `wl-draft-send-news-func'.
6637         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6638         (wl-generate-mailer-string-function): Renamed from
6639         `wl-generate-mailer-string-func'.
6640         (wl-highlight-signature-search-function): Renamed from
6641         `wl-highlight-signature-search-func'.
6642         (wl-highlight-x-face-function): Renamed from
6643         `wl-highlight-x-face-func'
6644         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6645         (wl-ps-print-buffer-function): Renamed from
6646         `wl-ps-print-buffer-func'
6647         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6648         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6649         (wl-summary-subject-filter-function): Renamed from
6650         `wl-summary-subject-filter-func'.
6651
6652         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6653         `wl-draft-queue-flush-send-func'
6654         (wl-draft-cite-function): Renamed from
6655         `wl-draft-cite-func'
6656
6657         * wl-address.el (wl-address-init-function): Renamed from
6658         `wl-address-init-func'.
6659
6660 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl-draft.el (wl-draft-queue-flush): Don't call
6663         `elmo-dop-unlock-message'.
6664         * wl-draft.el (wl-draft-queue-append): Don't call
6665         `elmo-dop-lock-message'.
6666
6667         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6668         (wl-summary-buffer-folder-name): Ditto.
6669         (wl-summary-message-regexp): Added '-' (all other related portions
6670         are changed).
6671         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6672         wl-summary-buffer-folder-name.
6673
6674 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6675
6676         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6677         the number of mails in the folder buffer is not updated by wl-biff.
6678
6679 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6680
6681         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6682         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6683
6684 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6685
6686         * wl-summary.el (wl-summary-next-message):
6687         Return next message number when wl-summary-move-order is nil.
6688
6689 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6690
6691         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6692         `wl-summary-move-spec-alist'.
6693         (wl-summary-move-spec-unplugged-alist): New variable
6694         (Move spec for unplugged status).
6695         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6696         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6697
6698 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6699
6700         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6701         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6702
6703 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6704
6705         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6706         simple quotation to quote the anonymous function.
6707         * tm-wl.el (wl-draft-preview-message): Ditto.
6708
6709 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6710
6711         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6712         Eliminate redundant `save-excursion'.
6713         (wl-highlight-summary-current-line): Ditto.
6714
6715         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6716         accessing match data when `looking-at' failed.
6717
6718         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6719         `elmo-match-string' where users don't care about the speed.
6720         (wl-draft-save): Ditto.
6721
6722 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6723
6724         * wl-util.el (wl-regexp-opt): New function.
6725
6726         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6727         number from `wl-summary-buffer-number-list'.
6728         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6729         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6730         (wl-summary-move-spec-alist): Changed default setting.
6731
6732 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6733
6734         * wl-vars.el (wl-biff-notify-hook): New hook.
6735         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6736         the arrival of new mail.
6737         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6738         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6739
6740 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6741
6742         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6743
6744 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6747
6748         * Version number is increased to 2.5.8.
6749
6750         * wl-thread.el (toplevel): require 'cl.
6751         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6752         (wl-thread-make-number-list): New function.
6753         (wl-thread-entity-make-number-list-from-children): Ditto.
6754         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6755         (wl-thread-entity-insert-as-children): Likewise.
6756         (wl-thread-delete-message): Likewise.
6757         (wl-meaning-of-mark): Eliminated.
6758         (wl-thread-next-failure-mark-p): Ditto.
6759         (wl-thread-entity-get-mark): Ditto.
6760         (wl-thread-meaning-alist-get-result): Ditto.
6761         (wl-thread-entity-check-prev-mark): Ditto.
6762         (wl-thread-entity-check-next-mark): Ditto.
6763         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6764         (wl-thread-entity-get-prev-marked-entity): Ditto.
6765         (wl-thread-get-prev-unread): Ditto.
6766         (wl-thread-jump-to-prev-unread): Ditto.
6767         (wl-thread-get-next-unread): Ditto.
6768         (wl-thread-jump-to-next-unread): Ditto.
6769         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6770         (wl-thread-entity-get-next-marked-entity): Ditto.
6771
6772         * wl-summary.el (wl-summary-buffer-number-list):
6773         New bufer-local variable.
6774         (wl-summary-switch-to-clone-buffer): Clone
6775         `wl-summary-buffer-number-list'.
6776         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6777         (wl-summary-cursor-move-regex): Eliminated.
6778         (wl-summary-cursor-up): Rewrite.
6779         (wl-summary-cursor-down): Ditto.
6780         (wl-summary-mode-spec-alist): New variable.
6781         (wl-summary-next-message): New inline function.
6782         (wl-summary-cursor-move): New function.
6783         (wl-summary-default-get-next-msg): Rewrite.
6784         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6785         (wl-summary-rescan): Ditto.
6786         (wl-summary-sync-all-init): Ditto.
6787         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6788         summary is not thread view.
6789         (wl-summary-sync-update): Ditto.
6790         (wl-summary-rescan): Ditto.
6791         (wl-summary-make-number-list): New function.
6792
6793         * wl-draft.el: "FCC" -> "Fcc".
6794
6795 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6796
6797         * wl-highlight.el (wl-highlight-summary-window):
6798         Call `set-buffer-modified-p'.
6799
6800         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6801         (wl): Call `elmo-init' and fix.
6802
6803         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6804         Use new variables.
6805
6806         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6807
6808 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6809
6810         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6811
6812 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6813
6814         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6815
6816 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6817
6818         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6819         `wl-use-toolbar' nor `display-graphic-p'.
6820         (wl-e21-setup-message-toolbar): Ditto.
6821         (wl-e21-setup-summary-toolbar): Ditto.
6822         (wl-e21-setup-folder-toolbar): Ditto.
6823
6824         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6825         (wl-plugged-init-icons): Ditto.
6826
6827         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6828         `display-graphic-p'.
6829         (wl-plugged-set-folder-icon): Ditto.
6830         (wl-highlight-plugged-current-line): Ditto.
6831         (wl-highlight-folder-current-line): Ditto.
6832         (wl-e21-highlight-folder-group-line): Ditto.
6833         (wl-e21-setup-toolbar): Ditto.
6834         (wl-e21-display-image-p): New macro.
6835
6836         * wl-demo.el (wl-demo): Simplified.
6837         (wl-demo-image-type-alist): Use `image-type-available-p' for
6838         checking whether the image type `xbm' is available.
6839
6840 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6841
6842         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6843         (wl-summary-input-range): Ditto.
6844
6845 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * wl-summary.el (wl-summary-edit-addresses): Use
6848         `wl-summary-get-original-buffer'
6849         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6850         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6851         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6852         (wl-summary-get-newsgroups): Eliminated.
6853         (wl-summary-set-crosspost): Ditto.
6854         (wl-summary-is-crosspost-folder): Ditto.
6855         (wl-crosspost-alist-load): Ditto.
6856         (wl-crosspost-alist-save): Ditto.
6857
6858         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6859         `elmo-setup-subscribed-newsgroups' instead of
6860         `elmo-nntp-make-groups-hashtb'.
6861         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6862         instead of `wl-crosspost-alist-save'.
6863
6864         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6865         of `elmo-folder-message-appendable-p'.
6866         (wl-mime-header-presentation-method): Eliminated.
6867
6868         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6869         (Error occurs in emacs21).
6870
6871         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6872         the current buffer).
6873
6874         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6875         instead of `wl-crosspost-alist-save'.
6876         (wl-init): `elmo-crosspost-message-alist-load'
6877         instead of `wl-crosspost-alist-load'
6878
6879         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6880         (wl-parse-newsgroups): Likewise.
6881         (wl-biff-notify): Run `wl-biff-notify-hook'.
6882
6883 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6884
6885         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6886
6887         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6888         when `wl-summary-lazy-highlight' is non-nil.
6889         (wl-summary-goto-folder-subr): Highlight only when
6890         `wl-summary-lazy-highlight' is non-nil.
6891
6892         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6893         Don't display progress and highlight temp-mark when
6894         `wl-summary-lazy-highlight' is non-nil.
6895         (wl-highlight-summary-window): New function.
6896         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6897
6898 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6899
6900         * wl-summary.el (wl-summary-sync): Change `all-visible'
6901         from `all-shown'
6902         (wl-summary-input-range): Ditto.
6903
6904 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6905
6906         * wl-e21.el (wl-highlight-folder-current-line): Call
6907         `wl-folder-init-icons' when folder icons have not been initialized.
6908
6909         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6910
6911         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6912         (wl-demo-image-type-alist): New macro.
6913
6914 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6915
6916         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6917         display does not support graphics.
6918         (wl-plugged-init-icons): Ditto.
6919         (wl-folder-init-icons): Ditto.
6920
6921         * wl-demo.el (wl-demo): Chech closely whether the display
6922         supports graphics.
6923
6924 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6925
6926         * wl-summary.el (wl-summary-get-original-buffer): New function.
6927         (wl-summary-set-crosspost): Use it.
6928         (wl-summary-target-mark-uudecode): Ditto.
6929         (wl-summary-reedit): Ditto.
6930         (wl-summary-resend-bounced-mail): Ditto.
6931         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6932         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6933
6934         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6935         (wl-message-display-internal): Ditto.
6936
6937 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6938
6939         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6940
6941 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6942
6943         * wl-summary.el (wl-summary-save-view): Renamed from
6944         `wl-summary-save-status'.
6945
6946 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6947
6948         * wl-summary.el (wl-summary-sync): Added `all-shown'
6949
6950 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6951
6952         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6953
6954 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6955
6956         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6957
6958 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6959
6960         * wl-highlight.el (wl-highlight-summary-line-string): Use
6961         `zerop' instead of `= 0'.
6962         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6963
6964         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6965         for comparing numbers.
6966         (wl-template-prev): Use `zerop' instead of `eq 0'.
6967
6968         * wl-draft.el (wl-draft-insert-current-message): Use
6969         `with-current-buffer' instead of `save-excursion'.
6970         Use `zerop' instead of `eq 0'.
6971
6972 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6973
6974         * wl-draft.el (wl-draft-insert-ccs): New function.
6975         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6976         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6977
6978 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6979
6980         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6981
6982 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * wl-expire.el (wl-expire-refile): Don't call
6985         elmo-msgdb-add-msgs-to-seen-list;
6986         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6987         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6988
6989 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6990
6991         * wl-message.el (wl-message-prev-page): Ignore errors while
6992         scroll-down.
6993
6994 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6995
6996         * wl-mime.el: Use elmo-original-message-mode instead of
6997         mmelmo-original-mode.
6998
6999         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7000         `elmo-folder-get-spec';
7001         (wl-fldmgr-add-completion-all-completions):
7002         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7003
7004         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7005         of `elmo-folder-get-type'.
7006
7007         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7008         `elmo-folder-get-spec';
7009         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7010         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7011         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7012         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7013         `elmo-read-msg-no-cache';
7014         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7015         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7016         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7017         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7018         `elmo-cache-save';
7019         (wl-draft-reedit): Use `elmo-message-file-name'.
7020
7021         * wl-expire.el: Use `elmo-folder-name-internal';
7022         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7023         Use macro `wl-summary-buffer-msgdb' instead of variable
7024         `wl-summary-buffer-msgdb';
7025         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7026         Use macro `wl-summary-buffer-folder-name' instead of variable
7027         `wl-summary-buffer-folder-name'.
7028         * wl-score.el: Likewise.
7029
7030         * wl-message.el: Rewrite for new message buffer cache mechanism.
7031         (wl-message-buffer-cache-buffer-get): New macro.
7032         (wl-message-buffer-cache-folder-get): Ditto.
7033         (wl-message-buffer-cache-message-get): Ditto.
7034         (wl-message-buffer-cache-entry-make): Ditto.
7035         (wl-message-buffer-cache-hit): Ditto.
7036         (wl-message-buffer-cache-sort): New function.
7037         (wl-message-buffer-cache-add): Ditto.
7038         (wl-message-buffer-cache-delete): Ditto.
7039         (wl-message-buffer-cache-clean-up): Ditto.
7040         (wl-message-buffer-window): Rewrite.
7041         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7042         (wl-message-buffer-display): New function.
7043         (wl-message-display-internal): New function.
7044
7045 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7046
7047         * wl-folder.el: Use `elmo-folder-name-internal';
7048         Use `wl-folder-get-elmo-folder';
7049         Use `elmo-folder-list-messages' instead of
7050         `elmo-list-folder';
7051         Use `elmo-folder-get-primitive-list' instead of
7052         `elmo-folder-get-primitive-spec-list';
7053         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7054         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7055         Use `elmo-folder-create' instead of `elmo-create-folder'.
7056         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7057         (wl-folder-get-elmo-folder): New macro.
7058         (wl-folder-elmo-folder-cache-get): Ditto.
7059         (wl-folder-elmo-folder-cache-put): Ditto.
7060         (wl-folder-suspend): Call `elmo-quit'.
7061
7062         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7063         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7064         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7065         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7066         (toplevel): require 'cl.
7067         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7068
7069         * wl-summary.el: Rewrite to use new elmo interface.
7070
7071 \f
7072 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7073
7074         * wl-mime.el (wl-draft-preview-message):
7075         Run `wl-draft-send-hook' before collecting recipients information;
7076         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7077
7078         * tm-wl.el (wl-draft-preview-message): Ditto.
7079
7080 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7081
7082         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7083         wrong recipients are displayed when forwarded message.
7084
7085 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7086
7087         * Version number is increased to 2.5.7.
7088
7089 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7090
7091         * wl-message.el (wl-message-next-page): Bind
7092         `window-pixel-scroll-increment' to nil while scrolling up.
7093
7094 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7095
7096         * wl-vars.el (wl-save-hook): New hook.
7097         * wl.el (wl-save): Call `wl-save-hook'.
7098
7099 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7100
7101         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7102         Argument WITH-ARG instead of NO-ARG (negative mean).
7103         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7104         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7105         * wl-message.el (wl-message-follow-current-entity): Likewise.
7106
7107 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7108
7109         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7110         FROM was optional argument.
7111         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7112
7113 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7114
7115         * Version number is increased to 2.5.6.
7116
7117 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7118
7119         * wl-version.el (wl-version-show): Removed.
7120         (wl-version): Add `interactive'.
7121
7122 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7123
7124         * wl-summary.el (wl-summary-get-petname-func): New variable.
7125         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7126         instead of `wl-address-get-petname-1'.
7127         (wl-summary-simple-from): Ditto.
7128
7129         * wl-address.el (wl-address-get-petname-1): Define as function.
7130
7131 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7132
7133         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7134         field in the original message.
7135         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7136
7137 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7138
7139         * wl-expire.el (wl-expire-hide):
7140         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7141
7142 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7143
7144         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7145         find decoder for To, Cc, and Subject.
7146
7147 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7148
7149         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7150         for checking `elmo-use-buffer-cache'.
7151         (wl-summary-mark-as-important): Fixed typo in comment.
7152
7153 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7154
7155         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7156         field in the original message.
7157         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7158
7159 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7160
7161         * wl-expire.el (wl-expire-hide):
7162         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7163
7164 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7165
7166         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7167         find decoder for To, Cc, and Subject.
7168
7169 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7170
7171         * Version number is increased to 2.5.5.
7172
7173         * wl-address.el (wl-address-specials-regexp): New constant.
7174         (wl-address-quote-specials): Use it.
7175
7176 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7177
7178         * wl-summary.el (wl-summary-rescan):
7179         Call `wl-summary-buffer-number-column-detect'.
7180         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7181
7182         * wl-message.el (wl-message-mode-map): Define.
7183         (wl-message-decode): Use it as local-map.
7184
7185 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7188         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7189
7190 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7191
7192         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7193
7194         * wl-mule.el (wl-read-event-char): Ditto.
7195
7196         * wl-e21.el (wl-read-event-char): Ditto.
7197
7198         * wl-nemacs.el (wl-read-event-char): Ditto.
7199         (read-event): Removed.
7200
7201         * wl-util.el (toplevel): Removed dummy definition of
7202         `read-event'.
7203         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7204
7205 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7206
7207         * wl-nemacs.el (elmo-archive-call-process): Moved to
7208         elmo-archive.el.
7209
7210 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7211
7212         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7213         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7214
7215         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7216         instead of magic-number 6.  Use `not' instead of `null' for symbol
7217         `nil' check (not empty list).
7218         (wl-draft-insert-x-face-field): Fixed paren style.
7219
7220         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7221         one-branch conditional statement, instead of `and' and `if'.
7222         (wl-draft-forward): Likewise.
7223         (wl-draft-add-references): Likewise.
7224         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7225
7226         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7227         conditional steatment.  Use `cond' instead of `if'.
7228         (wl-draft-confirm): Likewise.
7229
7230 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7231
7232         * wl-version.el (wl-version-show): Use `product-string-1'
7233         instead of `wl-version'.
7234         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7235
7236         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7237
7238 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7239
7240         * wl-highlight.el (wl-highlight-headers): Revert
7241         `wl-highlight-x-face-func' argument (`beg' and `end').
7242
7243 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7244
7245         * wl.el (toplevel): Move `product-provide' declare.
7246         * wl-demo.el (toplevel): Ditto.
7247         * wl-dnd.el (toplevel): Ditto.
7248         * wl-highlight.el (toplevel): Ditto.
7249         * wl-message.el (toplevel): Ditto.
7250         * wl-refile.el (toplevel): Ditto.
7251         * wl-util.el (toplevel): Ditto.
7252
7253 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7254
7255         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7256         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7257         (wl-thread-close-all): keep cursor position.
7258
7259 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7260
7261         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7262         (eq x 0).
7263         (wl-generate-user-agent-string-1): Fix conditional statement.
7264
7265 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7266
7267         * wl.el (wl-check-environment): Additional check for
7268         'wl-local-domain' and `wl-message-id-domain'.
7269
7270 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7271
7272         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7273
7274 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7275
7276         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7277         instead of `smtp-sasl-user-realm'.
7278
7279 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7280
7281         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7282
7283 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7284
7285         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7286         to the default value as well as `eword-lexical-analyzer'.
7287
7288 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7289
7290         * wl-version.el (wl-extended-emacs-version,
7291         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7292         `elmo-match-string' instead of `wl-match-string'.
7293
7294 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7295
7296         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7297         docstring.
7298
7299 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7300
7301         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7302
7303 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7304
7305         * wl-highlight.el (wl-highlight-headers): Remove
7306         `wl-highlight-x-face-func' argument (`beg' and `end').
7307
7308 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7309
7310         * wl-summary.el (wl-summary-mark-as-important):
7311         Remove cache if folder is local.
7312
7313 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7314
7315         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7316         to get existing e-mail address string.
7317
7318 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7319
7320         * wl-version.el (wl-generate-user-agent-string): Commentary.
7321         (wl-generate-user-agent-string-1): Use `when' for
7322         one-branch conditional statement, instead of `and' and `if'.
7323         (wl-extended-emacs-version, wl-extended-emacs-version2,
7324         wl-extended-emacs-version3): Ditto.
7325
7326 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7327
7328         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7329         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7330         condition-case; Remove initialization.
7331         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7332         (wl-summary-sync-update3): Added argument `sync-all';
7333         Eliminated local variable `msgdb';
7334         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7335         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7336         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7337
7338 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7339
7340         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7341         connection before call `wl-draft-send-mail-with-smtp'.
7342
7343 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7344
7345         * Version number is increased to 2.5.4.
7346
7347 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7348
7349         * wl.el (wl-check-environment): Additional check for
7350         'wl-local-domain' and `wl-message-id-domain'.
7351
7352 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7355         buffer as command specific.
7356         (wl-folder-mark-as-read-all-entity): Ditto.
7357         (wl-folder-prefetch-entity): Ditto.
7358         (wl-folder-drop-unsync-entity): Ditto.
7359
7360         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7361         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7362         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7363
7364         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7365         save-excursion.
7366
7367 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * Version number is increased to 2.5.3.
7370
7371         * wl-summary.el (wl-summary-save-view-cache):
7372         Delete duplicated `write-region';
7373         Use `write-region-as-binary' instead of `as-binary-output-file' and
7374         `write-region'.
7375
7376 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7377
7378         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7379
7380 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7381
7382         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7383         instead of `smtp-via-smtp'.
7384
7385 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7386
7387         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7388
7389 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7390
7391         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7392         instead of `smtp-sasl-user-realm'.
7393
7394 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7395
7396         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7397
7398 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7399
7400         * Version number is increased to 2.5.2.
7401
7402 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7403
7404         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7405         does not exist.
7406         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7407         (wl-biff-start): Call `timer-activate' if timer already exists.
7408
7409         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7410         only when it is bound as function.
7411
7412 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * Version number is increased to 2.5.1.
7415
7416 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7417
7418         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7419         Print refile/copy destination.
7420
7421 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7422
7423         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7424         queue-flush-only is non-nil.
7425
7426         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7427
7428         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7429         checking cache folder.
7430
7431 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7432
7433         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7434         `regexp-quote'.
7435
7436 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7437
7438         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7439         function.
7440         * wl-summary.el (wl-summary-write-current-folder-functions):
7441         Change default value.  Use it.
7442
7443 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7444
7445         * Version number is increased to 2.5.0.
7446
7447         * wl-version.el (wl-version): Changed codename.
7448
7449 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7450
7451         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7452         (wl-summary-supersedes-message): Ditto.
7453
7454 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7455
7456         * wl-refile.el (wl-refile-guess-functions): Renamed from
7457         `wl-refile-guess-func-list'.
7458
7459 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7460
7461         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7462         Fixed problem when no rule was matched.
7463
7464 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7465
7466         * wl-summary.el (wl-summary-get-mark): Fixed
7467         `wl-summary-buffer-target-mark' check logic.
7468
7469 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7470
7471         * wl-folder.el (wl-folder-write-current-folder): Added group
7472         folder check.
7473
7474         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7475         `wl-summary-write-current-newsgroup'.
7476         (wl-summary-write-current-folder-functions): New variable.
7477         * wl-folder.el (wl-folder-get-newsgroups): New function.
7478         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7479         (wl-folder-write-current-folder): Renamed from
7480         `wl-folder-write-current-newsgroup'.
7481
7482 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7483
7484         * Version number is increased to 2.3.93.
7485
7486 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7487
7488         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7489         (wl-ldap-make-matched-value-list): Ditto.
7490         (wl-ldap-alias-safe-string): Split e-mail address.
7491
7492         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7493         petname folder default was selected.
7494         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7495         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7496
7497 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7500         to `wl-draft-config-exec'.
7501
7502         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7503         instead of calling `wl-draft-config-exec';
7504         Process group-list and show recipients in minibuffer.
7505
7506         * tm-wl.el (wl-draft-preview-message): Ditto.
7507
7508 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7509
7510         * wl.el (toplevel): Added (C) to copyright notice, and
7511         sync Author header.
7512         * tm-wl.el (toplevel): Ditto.
7513         * wl-address.el (toplevel): Ditto.
7514         * wl-demo.el (toplevel): Ditto.
7515         * wl-dnd.el (toplevel): Ditto.
7516         * wl-draft.el (toplevel): Ditto.
7517         * wl-e21.el (toplevel): Ditto.
7518         * wl-expire.el (toplevel): Ditto.
7519         * wl-folder.el (toplevel): Ditto.
7520         * wl-highlight.el (toplevel): Ditto.
7521         * wl-message.el (toplevel): Ditto.
7522         * wl-mime.el (toplevel): Ditto.
7523         * wl-mule.el (toplevel): Ditto.
7524         * wl-nemacs.el (toplevel): Ditto.
7525         * wl-refile.el (toplevel): Ditto.
7526         * wl-score.el (toplevel): Ditto.
7527         * wl-summary.el (toplevel): Ditto.
7528         * wl-template.el (toplevel): Ditto.
7529         * wl-thread.el (toplevel): Ditto.
7530         * wl-util.el (toplevel): Ditto.
7531         * wl-vars.el (toplevel): Ditto.
7532         * wl-xmas.el (toplevel): Ditto.
7533
7534 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7535
7536         * wl.el (wl-init): Added comment about `wl-init-hook'.
7537         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7538         * wl-vars.el (wl-init-hook): Added docs.
7539         (wl-make-plugged-hook): Removed useless docs.
7540         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7541         * wl-xmas.el (toplevel): Ditto.
7542
7543 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7544
7545         * wl-address.el (toplevel): Fixed multiple Author header format.
7546         * wl-demo.el (toplevel): Ditto.
7547         * wl-draft.el (toplevel): Ditto.
7548         * wl-folder.el (toplevel): Ditto.
7549         * wl-summary.el (toplevel): Ditto.
7550         * wl-thread.el (toplevel): Ditto.
7551         * wl-util.el (toplevel): Ditto.
7552         * wl-vars.el (toplevel): Ditto.
7553         * wl-version.el (toplevel): Ditto.
7554         * wl-xmas.el (toplevel): Ditto.
7555         * wl.el (toplevel): Ditto.
7556
7557         * wl-version.el (toplevel): Added require `elmo-version' for
7558         `product-version-as-string'.
7559
7560 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7561
7562         * wl-vars.el (wl-draft-send-hook): Changed default value to
7563         '(wl-draft-config-exec).
7564
7565         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7566         explicitly.
7567         (wl-draft): Set `wl-draft-config-exec-flag' before running
7568         `wl-mail-setup-hook'.
7569
7570         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7571         `wl-biff-init-icons' to `wl-init-hook' instead of
7572         `wl-make-plugged-hook'.
7573         (Because if `wl-draft' command is invoked at first,
7574         they are not initialized)
7575         Updated copyright notice.
7576
7577         * wl-e21.el (toplevel): Ditto;
7578
7579         * wl-demo.el (toplevel): Updated copyright notice.
7580         * wl-address.el (toplevel): Ditto.
7581         * wl-draft.el (toplevel): Ditto.
7582         * wl-version.el (toplevel): Ditto.
7583         * wl-folder.el (toplevel): Ditto.
7584         * wl-summary.el (toplevel): Ditto.
7585         * wl-thread.el (toplevel): Ditto.
7586         * wl-util.el (toplevel): Ditto.
7587         * wl-vars.el (toplevel): Ditto.
7588         * wl.el (toplevel): Ditto.
7589
7590 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7591
7592         * wl-highlight.el (wl-highlight-message): Fixed problem of
7593         highlighting failure which occured when the last field contains
7594         multiple lines in the draft buffer.
7595
7596         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7597         `wl-biff-start' if plugged.
7598
7599         * wl-util.el (wl-biff-check-folder): New function.
7600         (wl-biff-check-folders): Don't set session name prefix.
7601         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7602         (wl-biff-check-folder-async): Ditto.
7603
7604         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7605         in email address.
7606
7607 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7608
7609         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7610
7611         * wl-draft.el (wl-draft-strip-subject-re): New function.
7612
7613         * wl-draft.el (wl-draft-reply): Use it.
7614
7615 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * wl-message.el (wl-mmelmo-message-redisplay): Use
7618         `mime-display-message' instead of `wl-mime-display-message'.
7619
7620         * wl-mime.el (toplevel): Removed compatibility workaround
7621         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7622         (wl-mime-display-message): Abolished.
7623         (wl-mime-entity-read-field): Ditto.
7624         (wl-mime-combine-message/partial-pieces): Use
7625         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7626
7627 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7628
7629         * wl-template.el: Doc fixes.
7630
7631 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7632
7633         * wl-e21.el (wl-message-overload-functions): Do nothing if
7634         `current-local-map' is not available.
7635         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7636
7637 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7638
7639         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7640         representation.
7641
7642         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7643         number.
7644         (wl-fldmgr-save-folders): Don't use `format' when insert
7645         `wl-fldmgr-folders-header'.
7646
7647 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7648
7649         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7650
7651 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7652
7653         * wl-highlight.el (wl-highlight-message):
7654         Use `std11-field-end' to detect end point of the header field.
7655         Refer `wl-highlight-max-header-size'.
7656
7657         * wl-vars.el (wl-highlight-max-header-size): New variable.
7658
7659         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7660
7661         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7662         Set `for-draft' argument of wl-highlight-headers.
7663         (wl-draft): Ditto.
7664         (wl-draft-reedit): Ditto.
7665         (wl-user-agent-compose-internal): Ditto.
7666
7667 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7668
7669         * wl-message.el (wl-message-add-button): Use overlay.
7670
7671 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7672
7673         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7674
7675         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7676         problem when group-list content is nothing.
7677         (Reported by Mito <mit@nines.nec.co.jp>)
7678
7679 2000-10-18  SAITO Atsunori <sai@yedo.com>
7680
7681         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7682
7683 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7684
7685         * tm-wl.el (toplevel): Use product-provide.
7686
7687 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7688
7689         * Version number is increased to 2.3.92.
7690
7691 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7692
7693         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7694         title text, use `display' property for left margin under Emacs 21.
7695
7696         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7697         properties.
7698         (wl-plugged-init-icons): Ditto.
7699
7700 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7701
7702         * wl.el (wl-save-status, wl-init): Remove last period in
7703         "...done." message.
7704         * tm-wl.el (wl-summary-burst): Ditto.
7705         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7706         wl-summary-resume-cache-status,
7707         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7708         wl-summary-sync-update3, wl-summary-highlight-msgs,
7709         wl-summary-flush-pending-append-operations,
7710         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7711         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7712         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7713         wl-thread-open-all): Ditto.
7714         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7715         * wl-mime.el (wl-summary-burst): Ditto.
7716         * wl-highlight.el (wl-highlight-summary): Ditto.
7717         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7718         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7719         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7720         * wl-address.el (wl-local-address-init): Ditto.
7721
7722 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7723
7724         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7725         `add-text-properties'.
7726         (wl-plugged-init-icons): Ditto.
7727         (wl-folder-init-icons): Use `propertize' instead of
7728         `put-text-property'.
7729         (wl-plugged-set-folder-icon): Ditto.
7730         (wl-e21-highlight-folder-group-line): Ditto.
7731
7732 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7733
7734         * wl-version.el (wl-version-status-alist): New variable.
7735         (wl-version-status): New function.
7736
7737         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7738         "Cc" part of the case "Reply-To".
7739
7740         * wl-draft.el (wl-draft-reply): Use result of
7741         `eword-extract-address-components'.
7742
7743         * wl-demo.el (wl-demo-icon-name): New constant.
7744         (wl-logo-xpm): Use it.
7745         (wl-logo-xbm): Ditto.
7746         (wl-logo-bitmap): Ditto.
7747
7748         * Version number is increased to 2.3.91.
7749
7750 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7751
7752         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7753         (wl-extended-emacs-version, wl-extended-emacs-version2,
7754         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7755         docstring.
7756
7757         * wl-version.el (wl-generate-user-agent-string-1): New function.
7758         (wl-generate-user-agent-string): Use it.
7759
7760         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7761         `mime-edit-insert-user-agent-field'.
7762         (wl-generate-user-agent-string): Check
7763         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7764
7765         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7766         instead of `if', when verbose case.
7767
7768 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7769
7770         * wl-expire.el (wl-summary-expire): Fix.
7771
7772 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7773
7774         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7775         and `elmo-lost+found-folder' if 'wl-draft.
7776         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7777
7778 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7779
7780         * wl-expire.el (wl-summary-expire): Change messages.
7781         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7782         `deleing-info' instead of "Deleting..."
7783
7784 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7785
7786         * wl-summary.el (wl-summary-refile-subr): Fix.
7787
7788 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7789
7790         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7791         if pipe folder.
7792
7793 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7794
7795         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7796
7797 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7798
7799         * wl-expire.el (wl-expire-hide): New function.
7800         (wl-summary-expire): Add `hide'.
7801
7802 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7803
7804         * wl-vars.el (wl-draft-reply-without-argument-list):
7805         Changed default value to consider `Reply-To:'.
7806         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7807
7808         * Version number is increased to 2.3.90.
7809
7810         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7811         elmo-imap4-get-session with unwind-protect.
7812         Don't cause error.
7813         (wl-summary-sync-marks): Don't check plugged nor folder type.
7814         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7815         (Always keep current buffer).
7816
7817 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7818
7819         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7820         Enclose with `save-excursion'.
7821
7822 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7823
7824         * wl-version.el (wl-version): Remove interactive.
7825
7826 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7827
7828         * wl-version.el (wl-generate-user-agent-string): Use
7829         `product-string-verbose' instead of `product-string-1'.
7830
7831 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7832
7833         * wl-vars.el (wl-draft-use-cache): New variable.
7834         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7835         if wl-draft-use-cache is non-nil.
7836
7837 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7838
7839         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7840         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7841
7842 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7845         (wl-thread-msg-mark-as-unread): Ditto.
7846
7847         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7848         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7849         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7850         Don't set mark in summary if return value of `elmo-mark-as-read'
7851         is nil.
7852         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7853         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7854         instead of `wl-thread-msg-mark-as-read'.
7855         (wl-summary-mark-as-unread-region): Ditto.
7856         (wl-summary-target-mark-mark-as-read): Ditto.
7857
7858         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7859
7860 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7861
7862         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7863
7864         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7865
7866 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7867
7868         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7869         face.
7870
7871 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7872
7873         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7874         `running-xemacs'.
7875
7876 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7877
7878         * wl-version.el (toplevel): Use `product-version-as-string' for
7879         set verstion-string, if defined.
7880
7881         * wl-version.el (wl-version-show): Insert string at point, when
7882         call with argument.
7883
7884         * wl-version.el (wl-generate-user-agent-string): Use
7885         `product-string-1' instead of `wl-appname', `wl-version' and
7886         `wl-codename'.
7887
7888 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7889
7890         * wl-address.el (toplevel): Use product-provide.
7891         * wl-demo.el (toplevel): Ditto.
7892         * wl-dnd.el (toplevel): Ditto.
7893         * wl-draft.el (toplevel): Ditto.
7894         * wl-e21.el (toplevel): Ditto.
7895         * wl-expire.el (toplevel): Ditto.
7896         * wl-fldmgr.el (toplevel): Ditto.
7897         * wl-folder.el (toplevel): Ditto.
7898         * wl-highlight.el (toplevel): Ditto.
7899         * wl-message.el (toplevel): Ditto.
7900         * wl-mime.el (toplevel): Ditto.
7901         * wl-mule.el (toplevel): Ditto.
7902         * wl-nemacs.el (toplevel): Ditto.
7903         * wl-refile.el (toplevel): Ditto.
7904         * wl-score.el (toplevel): Ditto.
7905         * wl-summary.el (toplevel): Ditto.
7906         * wl-template.el (toplevel): Ditto.
7907         * wl-thread.el (toplevel): Ditto.
7908         * wl-util.el (toplevel): Ditto.
7909         * wl-vars.el (toplevel): Ditto.
7910         * wl-xmas.el (toplevel): Ditto.
7911         * wl.el (toplevel): Ditto.
7912
7913 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7914
7915         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7916         instead of product.
7917
7918         * wl-version.el (wl-version): Compile time evalution elmo-version.
7919
7920 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7921
7922         * wl-summary.el (wl-summary-sync-force-update): Append queue
7923         `mark-as-read'if unplugged.
7924
7925 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7926
7927         * wl-version.el: New file.  Use product.el.
7928         * wl.el: add (require 'wl-version).
7929         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7930         for ~/.folders header.
7931         (wl-fldmgr-folders-header): Changed.
7932         * wl-demo.el (wl-demo): Use product.el.
7933
7934         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7935         wl-version.el.
7936         * wl-util.el (wl-version, wl-version-show): Ditto.
7937
7938         * wl-util.el (wl-generate-user-agent-string,
7939         wl-extended-emacs-version, wl-extended-emacs-version2,
7940         wl-extended-emacs-version3): Move to wl-version.el.
7941         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7942         xemacs-codename, mime-edit-insert-user-agent-field,
7943         mime-edit-user-agent-value, mime-editor/version,
7944         mime-editor/codename): Compile warning killer move to
7945         wl-version.el
7946
7947 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7948
7949         * wl-summary.el (wl-summary-refile-subr): Fix.
7950
7951 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7952
7953         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7954         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7955
7956 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7957
7958         * wl.el (wl-check-environment): Check too many `@'.
7959
7960 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7961
7962         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7963
7964 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7965
7966         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7967         wl-draft-reply-myself-without-argument-list): Add variables.
7968         * wl-draft.el (wl-draft-reply): Use it.
7969
7970 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7971
7972         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7973         the 5th argument of `elmo-network-get-spec'.
7974
7975         * wl-thread.el (wl-thread-reparent-children): New inline function.
7976         (wl-thread-delete-message): Use it.
7977
7978         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7979         (wl-summary-score-update-all-lines): Don't use `dolist'.
7980
7981 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7982
7983         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7984         (require 'elmo-msgdb) for inline function.
7985
7986 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7987
7988         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7989
7990 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7991
7992         * wl-score.el (wl-score-headers): Fix for the confusing macro
7993         `elmo-kill-buffer'.
7994
7995 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7996
7997         * wl-summary.el: Don't use the 3rd argument of `require' because
7998         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7999         * wl-util.el: Ditto.
8000         * wl-draft.el: Ditto.
8001
8002 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8003
8004         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8005         window system is not used.
8006
8007 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8008
8009         * wl-thread.el: Don't use `mapcar' only for iteration.
8010         (wl-thread-resume-entity): Ditto.
8011         (wl-thread-delete-message): Ditto.
8012
8013         * wl-summary.el: Bind `dragdrop-drop-functions',
8014         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8015         of `require' for `timezone', `easymenu' and `ps-print';
8016         don't use `mapcar' only for iteration.
8017
8018         * wl-util.el: Bind `mule-version', `nemacs-version',
8019         `emacs-beta-version', `xemacs-codename',
8020         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8021         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8022         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8023         only for iteration.
8024
8025         * wl-score.el: Don't use `mapcar' only for iteration.
8026         (wl-score-simplify-buffer-fuzzy): Ditto.
8027         (wl-score-simplify-subject): Ditto.
8028         (wl-score-headers): Ditto.
8029         (wl-summary-score-update-all-lines): Ditto.
8030
8031         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8032         `enable-multibyte-characters' and `mule-version'.
8033
8034         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8035         `mapcar' only for iteration.
8036
8037         * wl-demo.el: Don't use `mapcar' only for iteration.
8038
8039         * wl-folder.el: Don't use `mapcar' only for iteration.
8040         (wl-folder-open-all): Ditto.
8041         (wl-folder-count-incorporates): Ditto.
8042
8043         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8044         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8045
8046         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8047         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8048         `smtp-connection-type'; specify 3rd argument of `require' for
8049         `timezone'; don't use `mapcar' only for iteration.
8050         (wl-draft-clone-local-variables): Don't use `mapcar'.
8051         (wl-draft-generate-clone-buffer): Ditto.
8052         (wl-user-agent-compose-internal): Ditto.
8053
8054         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8055
8056         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8057         (wl-save-status): Ditto.
8058
8059         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8060         for iteration.
8061
8062 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8063
8064         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8065         removed `Date'.
8066         (wl-fldmgr-make-filter-default): New user option.
8067
8068         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8069         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8070         (wl-fldmgr-filter-completion-alist): Abolish.
8071
8072         * wl.el (wl): Don't check servers if arg is non-nil.
8073
8074         * wl-draft.el (wl-draft-reply): Set only message-id string to
8075         In-Reply-To field.
8076
8077 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8078
8079         * wl-summary.el (wl-summary-pick): Rewrite.
8080
8081         * wl-draft.el (wl-draft-forward): Get references field from
8082         original buffer.
8083         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8084
8085 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8086
8087         * wl-draft.el (wl-draft-forward): Add references field.
8088
8089 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8090
8091         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8092         (wl-draft-reply): Use it.
8093
8094 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8095
8096         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8097         when Emacs 21 is running.
8098
8099         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8100         bindings.
8101
8102 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8103
8104         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8105         XPM icons transparent.
8106
8107         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8108         Emacs 21.
8109
8110 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8111
8112         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8113         nil.
8114
8115         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8116         when it is persistent.
8117         (wl-summary-sync-marks): Changed argument for
8118         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8119         (wl-summary-virtual): Use `elmo-read-search-condition'.
8120         (wl-summary-redisplay-internal): If folder is local, mark as read
8121         even when folder is plugged.
8122
8123 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8124
8125         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8126         of `tool-bar-lines' in the frame parameters.
8127         (after-make-frame-functions, post-command-hook): Don't modify the
8128         value.
8129         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8130         wl-e21-tool-bar-lines): Removed.
8131
8132 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8133
8134         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8135         properties `evaporate' and `wl-momentary-overlay' as well.
8136         (wl-highlight-summary-displaying): Ditto.
8137         (wl-delete-all-overlays): Don't delete overlay which does not have
8138         a property `wl-momentary-overlay'.
8139
8140         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8141         `display-mouse-p' and `display-graphic-p'.
8142         (wl-folder-init-icons): Don't search for XBM or the other files.
8143         (wl-plugged-set-folder-icon): Make icons if and only if
8144         `display-graphic-p' returns non-nil.
8145         (wl-highlight-plugged-current-line): Use `before-string' overlay
8146         property to show icon images.
8147         (wl-highlight-folder-current-line): Ditto.
8148         (wl-e21-highlight-folder-group-line): Ditto.
8149         (wl-e21-highlight-folder-by-numbers): Ditto.
8150         (wl-e21-insert-image): Removed.
8151         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8152         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8153         said.
8154         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8155         `wl-e21-force-switch-toolbar'.
8156         (wl-e21-make-icon-image): Removed.
8157         (wl-e21-setup-toolbar): Don't search for XBM files.
8158         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8159         the default value.
8160
8161 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8162
8163         * wl-util.el (wl-biff-check-folder-async): Set
8164         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8165
8166 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8167
8168         * wl-e21.el (after-make-frame-functions): Add
8169         `wl-e21-force-switch-toolbar'.
8170         (wl-e21-force-switch-toolbar): New function force to switch the
8171         toolbar appearance automatically.
8172         (post-command-hook): Add `wl-e21-switch-toolbar'.
8173         (wl-e21-switch-toolbar): New function to switch the toolbar
8174         appearance automatically.
8175         (wl-e21-tool-bar-lines): New buffer local variable.
8176
8177 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8178
8179         * wl-util.el (wl-biff-check-folders-running): New variable.
8180         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8181         (wl-biff-check-folder-async-callback):
8182         Set `wl-biff-check-folders-running'.
8183         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8184         with unwind-protect.
8185
8186         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8187         Enclose `wl-folder-auto-check' with unwind-protect.
8188
8189         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8190         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8191
8192         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8193
8194         * wl-util.el (wl-biff-notify): New inline function.
8195         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8196         locally.
8197         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8198         folder-list' is 1.
8199         Use `wl-biff-notify'.
8200         (wl-biff-check-folder-async-callback): New function.
8201         (wl-biff-check-folder-async): Ditto.
8202
8203         * wl-folder.el (wl-folder): Don't check folders.
8204         (wl-folder-auto-check): New function.
8205
8206 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8207
8208         * wl-util.el (wl-biff-start) [Emacs19+]:
8209         Use `timer-next-integral-multiple-of-time'.
8210         (wl-biff-check-folders): Use `wl-default-folder'
8211         if `wl-biff-check-folder-list' is nil.
8212
8213 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8214
8215         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8216         instead of `elmo-delete-lists'.
8217
8218 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8219
8220         * wl.el (wl-plugged-toggle-all): Set the value of
8221         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8222         (wl-plugged-toggle): Ditto.
8223         (wl-toggle-plugged): Ditto.
8224         (wl-plugged-init): Ditto.
8225
8226         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8227         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8228         instead of `wl-biff-state-indicator-off' and
8229         `wl-biff-state-indicator-on'; don't modify the value and the type
8230         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8231         (wl-plugged-init-icons): Set icons data to
8232         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8233         instead of `wl-plug-state-indicator-off' and
8234         `wl-plug-state-indicator-on'; don't modify the value and the type
8235         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8236
8237         * wl-vars.el (wl-modeline-biff-state-off,
8238         wl-modeline-biff-state-on, wl-modeline-biff-status,
8239         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8240         wl-modeline-plug-status): New internal variables.
8241         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8242         wl-biff-check-interval, wl-biff-check-folder-list): Change
8243         customization group from `wl-folder' to `wl-highlight'.
8244         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8245         wl-show-plug-status-on-modeline): Defcustomized.
8246
8247         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8248         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8249         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8250         a flag to `mode-line-buffer-identification'.
8251
8252         * wl-e21.el (wl-biff-init-icons): Set icons data to
8253         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8254         instead of `wl-biff-state-indicator-off' and
8255         `wl-biff-state-indicator-on'.
8256         (wl-plugged-init-icons): Set icons data to
8257         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8258         instead of `wl-plug-state-indicator-off' and
8259         `wl-plug-state-indicator-on'.
8260
8261 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8262
8263         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8264         excessive titles.
8265
8266 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8267
8268         * wl.el (wl-plugged-mode): Use revised
8269         `wl-mode-line-buffer-identification'.
8270         (wl-plugged-init): Don't use `force-mode-line-update'.
8271
8272         * wl-xmas.el (wl-draft-overload-functions): Use revised
8273         `wl-mode-line-buffer-identification'.
8274         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8275         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8276         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8277         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8278         `wl-make-plugged-hook';
8279         add `wl-folder-init-icons' and `wl-setup-folder' to
8280         `wl-folder-mode-hook'.
8281
8282         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8283         19 as well.
8284         (wl-mode-line-display-priority-list): New user option.
8285         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8286         Defcustomized.
8287         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8288         Add docs.
8289
8290         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8291         start.
8292         (wl-mode-line-buffer-identification): Revised as a function.
8293
8294         * wl-summary.el (wl-summary-mode): Use revised
8295         `wl-mode-line-buffer-identification'; don't call
8296         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8297         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8298         `wl-xmas-setup-summary'.
8299
8300         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8301         `wl-mode-line-buffer-identification'.
8302
8303         * wl-mule.el (wl-draft-overload-functions): Use revised
8304         `wl-mode-line-buffer-identification'.
8305
8306         * wl-folder.el (wl-make-plugged-alist): Don't call
8307         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8308         (wl-folder): Don't call `wl-folder-init-icons' directly.
8309         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8310         `wl-xmas-setup-folder' directly;
8311         use revised `wl-mode-line-buffer-identification'.
8312         (TopLevel): Don't bind `wl-biff-init-icons',
8313         `wl-plugged-init-icons', `wl-folder-init-icons',
8314         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8315
8316         * wl-e21.el (wl-draft-overload-functions): Use revised
8317         `wl-mode-line-buffer-identification'.
8318         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8319         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8320         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8321         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8322         `wl-make-plugged-hook';
8323         add `wl-folder-init-icons' and `wl-setup-folder' to
8324         `wl-folder-mode-hook'.
8325
8326 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8327             Katsumi Yamaoka    <yamaoka@jpl.org>
8328
8329         * wl.el (wl): Call `wl-biff-start'.
8330         (wl-exit): Call `wl-biff-stop'.
8331         (wl-plugged-mode): Show biff in modeline.
8332         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8333
8334         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8335         (wl-biff-init-icons): New function.
8336         (wl-plugged-init-icons): Don't make too much keymaps.
8337         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8338
8339         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8340         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8341         variables.
8342         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8343         options.
8344
8345         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8346         wl-biff-start, wl-biff-stop): New functions.
8347         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8348         (wl-biff-timer-name): New variable.
8349
8350         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8351
8352         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8353         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8354
8355         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8356         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8357
8358         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8359         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8360         `wl-folder-init-icons' to `ignore' if they are not available.
8361         (wl-folder-mode): Show biff in modeline.
8362
8363         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8364         (wl-biff-init-icons): New function.
8365         (wl-plugged-init-icons): Don't make too much keymaps.
8366         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8367
8368 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8369
8370         * wl-vars.el (wl-strict-diff-folders): Customization Type
8371         and doc fix.  Define as a list of regular expressions for
8372         folders or nil.
8373         * wl-folder.el (wl-folder-check-one-entity): Use
8374         `wl-string-match-member' instead of `wl-string-member' for
8375         `wl-strict-diff-folders'.
8376
8377 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8378
8379         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8380         (wl-highlight-folder-current-line): Use it; new implementation.
8381         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8382         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8383         `defsubst' instead of `defun'.
8384
8385         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8386         `wl-highlight-group-folder-by-numbers'; made it can also be a
8387         number.  See info for more details.
8388
8389         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8390         running.
8391
8392         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8393         to bind them.
8394
8395         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8396         (wl-highlight-folder-current-line): New implementation.
8397
8398         * wl-highlight.el (wl-highlight-folder-group-line): New
8399         implementation.
8400         (wl-delete-all-overlays): Rewrite as a marco.
8401         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8402
8403         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8404         running.
8405         (wl-folder-*-glyph): No need to bind them.
8406
8407         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8408         `wl-e21-highlight-folder-group-icon'; rewrite.
8409         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8410         `defsubst' instead of `defun'.
8411         (wl-folder-mode-map): Bind it when compiling.
8412
8413 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8414
8415         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8416
8417         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8418
8419 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8420
8421         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8422
8423 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8424
8425         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8426         (wl-highlight-folder-current-line): Use it.
8427
8428         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8429         in `id-name'.
8430
8431 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8432
8433         * wl.el: Require `wl-e21' when Emacs 21 is running.
8434
8435         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8436         default when Emacs 21 is running.
8437         (wl-use-highlight-mouse-line): Ditto.
8438         (wl-on-emacs21): New constant.
8439         (wl-on-emacs20): Removed.
8440
8441         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8442         Emacs 21 is running.
8443
8444         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8445         Emacs 21 is running.
8446
8447         * wl-e21.el: New file.
8448
8449 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8450
8451         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8452         (wl-toggle-plugged): Ditto.
8453         (wl-plugged-toggle): Ditto.
8454         (wl-plugged-toggle-all): Ditto.
8455
8456         * wl-vars.el (wl-plug-state-indicator): Refer
8457         `wl-plug-state-indicator-on' indirectly.
8458
8459 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8460
8461         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8462         Call `wl-folder-confirm-existence'.
8463
8464         * wl-folder.el (wl-folder-confirm-existence): Added optional
8465         argument `force'.
8466
8467 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8468
8469         * wl-summary.el (wl-summary-refile-subr): Assume
8470         `copy-or-refile' as symbol.
8471         (wl-summary-refile): Follow up above change.
8472         (wl-summary-copy): Ditto.  Doc fix.
8473
8474 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8475
8476         * wl-summary.el (wl-summary-pick): Don't bind
8477         `elmo-search-mime-charset'.
8478
8479         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8480         default using old backquote style.
8481         (wl-search-mime-charset): Abolished.
8482
8483         * wl-highlight.el (wl-highlight-headers):
8484         Call `point' after `re-search-forward'(for Nemacs).
8485
8486         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8487         for elmo-imap4.el.
8488
8489 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8490
8491         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8492         `wl-message-ignored-field-list' instead of
8493         `mime-view-ignored-field-list'.
8494
8495         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8496         Add interactive spec.
8497         (wl-folder-goto-bottom-of-current-folder): Ditto.
8498         (wl-folder-mode-map): Bind them.
8499
8500         * wl-vars.el (wl-message-ignored-field-list): New variable.
8501         (wl-message-visible-field-list): New variable.
8502
8503         * wl-mime.el (wl-mime-header-presentation-method): New function.
8504         (wl-mime-setup): Set header-presentation-method.
8505
8506 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8507
8508         * wl-nemacs.el (wl-draft-overload-functions): Set
8509         `mode-line-buffer-identification' instead of using
8510         `wl-make-modeline'.
8511
8512         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8513         instead of using `wl-make-modeline'.
8514
8515         * wl-xmas.el (wl-plugged-init-icons): Set up
8516         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8517         (wl-make-modeline): Abolish.
8518         (wl-draft-overload-functions): Set
8519         `mode-line-buffer-identification' instead of using
8520         `wl-make-modeline'.
8521
8522         * wl-util.el (wl-make-modeline-subr): Abolish.
8523         (wl-mode-line-buffer-identification): New alias.
8524
8525         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8526         (wl-summary-make-modeline): Abolish.
8527         (wl-summary-buffer-set-folder): Set
8528         `wl-summary-buffer-folder-indicator'.
8529         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8530         of using `wl-make-modeline'.
8531         (wl-summary-switch-to-clone-buffer): Don't set
8532         `mode-line-buffer-identification'.
8533         (wl-summary-goto-folder-subr): Ditto.
8534
8535         * wl-mule.el (wl-draft-overload-functions): Set
8536         `mode-line-buffer-identification' instead of using
8537         `wl-make-modeline'.
8538
8539         * wl-folder.el (wl-folder-mode): Set
8540         `mode-line-buffer-identification' instead of using
8541         `wl-make-modeline'.
8542         (wl-folder): Don't set `mode-line-buffer-identification'.
8543
8544 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8545
8546         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8547         instead of `member' for `wl-refile-guess-func-list' look-ups.
8548         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8549
8550 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8551
8552         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8553         `wl-message-button-dispatcher'.
8554
8555         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8556
8557         * wl-message.el (wl-message-button-dispatcher): Use it.
8558
8559         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8560         "In-Reply-To".
8561
8562         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8563         Bind `case-fold-search' to t.
8564
8565 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8566
8567         * wl-xmas.el (wl-message-overload-functions): Initialize
8568         `wl-message-button-map'.
8569
8570         * wl-mule.el (wl-message-overload-functions): Initialize
8571         `wl-message-button-map'.
8572
8573         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8574
8575         * wl-message.el (wl-message-button-map): New keymap.
8576         (wl-message-add-button): New function.
8577         (wl-message-button-dispatcher): New function.
8578         (wl-message-button-refer-article): New function.
8579
8580         * wl-highlight.el
8581         (wl-highlight-message-add-buttons-to-header): New function.
8582         (wl-highlight-headers): Use it.
8583
8584 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8585
8586         * wl-summary.el (wl-summary-default-from): Use
8587         `wl-address-get-petname-1'.
8588         (wl-summary-simple-from): Ditto.
8589
8590         * wl-address.el (wl-address-get-petname-1): New inline function.
8591         (wl-address-get-petname): Use it.
8592
8593 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8594
8595         * wl-summary.el (wl-summary-default-from): Return full-name part
8596         from the address if no petname was found.
8597         (wl-summary-simple-from): Ditto.
8598
8599         * wl-address.el (wl-address-get-petname): Return nil if no petname
8600         associated with the address was found.
8601
8602 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8603
8604         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8605         display is finished.
8606
8607 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8608
8609         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8610         `elmo-folder-exists-p' argument.
8611
8612 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8613
8614         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8615         the folder.
8616
8617 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8618
8619         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8620
8621         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8622         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8623
8624 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8625
8626         * wl-folder.el (wl-folder-create-subr): New function.
8627         (wl-folder-confirm-existence): Use it.
8628         (wl-folder-check-one-entity): Use it.
8629         Check the error symbol is derived from 'elmo-open-error.
8630
8631         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8632         `ignore-error'.
8633
8634 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8635
8636         * wl-util.el (toplevel): Add (eval-when-compile (require
8637         'elmo-util)).  (Maybe `provide' is typo.)
8638
8639 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8640
8641         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8642         (I don't know why this was needed.)
8643
8644         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8645         Follow up changes for stream-type.
8646
8647         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8648         (wl-draft-elmo-nntp-send): Ditto.
8649
8650         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8651         (wl-nntp-posting-stream-type): Ditto.
8652         (wl-pop-before-smtp-ssl): Abolished.
8653         (wl-nntp-posting-ssl): Ditto.
8654
8655         * wl-address.el (wl-address-quote-specials): New function.
8656         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8657
8658         * wl-draft.el (wl-draft-reply): Ditto.
8659
8660 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8661
8662         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8663         use function `wl-string-match-assoc'.
8664
8665 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8666
8667         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8668
8669         * wl-draft.el (wl-draft-deduce-address-list): New function.
8670         (wl-draft-parse-mailbox-list): Ditto.
8671         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8672         instead of `smtp-deduce-address-list'.
8673         (wl-draft-on-field-p): Follow group list.
8674
8675         * wl-address.el (wl-address-concat-token): New function.
8676         (wl-address-string-without-group-list-contents): Ditto.
8677         (wl-complete-field-body): Fixed problem of completion
8678         by japanese petname.
8679         (wl-address-make-completion-list): Rewrite.
8680
8681 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8682
8683         * wl-address.el (wl-address-make-completion-list): Completion by
8684         petname.
8685         (wl-complete-field-body): Likewise.
8686
8687 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8688
8689         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8690         contains invalid address syntax.
8691
8692 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8693
8694         * wl-folder.el (wl-folder-check-entity-async): Use
8695         `elmo-nntp-spec-hostname'.
8696
8697 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8698
8699         * wl-summary.el (wl-summary-msgdb-load-async): Use
8700         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8701
8702 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8703
8704         * wl-draft.el (wl-draft-reply): Set argument
8705         `content-transfer-encoding' as nil.
8706
8707 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8708
8709         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8710         `wl-refile-alist'.
8711
8712 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8713
8714         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8715         (wl-draft-edit-string): Ditto.
8716         (wl-draft-forward): Ditto.
8717         * wl-summary.el (wl-summary-write): Ditto.
8718
8719 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8720
8721         * wl-summary.el (wl-summary-sync-update3): Call
8722         `wl-summary-buffer-number-column-detect'.
8723         (wl-summary-buffer-number-column-detect): Search from point-min.
8724
8725 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8726
8727         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8728         contains an address which is not included in original to or cc.
8729
8730 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8731
8732         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8733         begin-line does not exist.
8734         * wl-message.el (wl-message-uu-substring): Ditto.
8735
8736 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8737
8738         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8739         clear local variables.
8740         (wl-summary-exit): Call `elmo-commit'.
8741         (wl-summary-switch-to-clone-buffer): Call
8742         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8743         (wl-summary-goto-folder-subr): Ditto.
8744
8745         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8746         POP folder.
8747
8748 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8749
8750         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8751         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8752         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8753         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8754         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8755         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8756
8757         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8758
8759 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8760
8761         * wl-summary.el (wl-summary-search-by-subject):
8762         Search parent message from the latest one.
8763
8764 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8765
8766         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8767         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8768
8769         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8770         New user option.
8771
8772         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8773         if elmo-nntp-use-killed-list is nil.
8774         Use `elmo-msgdb-append-to-killed-list'.
8775         (Append numbers confirmed as disappeared to the killed list.)
8776         (wl-summary-confirm-appends): Don't display negative number.
8777
8778 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8779
8780         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8781
8782 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8783
8784         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8785         range is `all'.
8786         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8787         `elmo-list-bigger-diff'.
8788
8789 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8790
8791         * wl-summary.el (wl-summary-buffer-exit-func):
8792         New buffer local variable.
8793         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8794
8795 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8796
8797         * wl-demo.el (wl-demo): Fix the last change.
8798
8799 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8800
8801         * wl-demo.el (wl-demo): Don't use `eval'.
8802
8803 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8804
8805         * wl-summary.el (wl-summary-buffer-thread-modified):
8806         New buffer-local variable.
8807         (wl-summary-set-thread-modified): New function.
8808         (wl-summary-thread-modified-p): New function.
8809         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8810         (wl-summary-yank-saved-message): Use function
8811         `wl-summary-set-thread-modified'
8812         (wl-summary-switch-to-clone-buffer): Add
8813         `wl-summary-buffer-thread-modified'.
8814
8815         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8816         (wl-summary-buffer-mark-saved-hook): Ditto.
8817         * wl-summary.el (wl-summary-msgdb-save): New hook
8818         `wl-summary-buffer-message-saved-hook' and
8819         `wl-summary-buffer-mark-saved-hook'.
8820
8821 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8822
8823         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8824
8825 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8826
8827         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8828         don't hide scroll bars under FSF Emacsen because it may incur an
8829         undesirable redrawing.
8830
8831 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8832
8833         * wl-draft.el (wl-draft-edit-string): Call
8834         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8835
8836 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8837
8838         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8839
8840 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8841
8842         * wl-summary.el (wl-summary-msgdb-load-async): Call
8843         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8844
8845 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8846
8847         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8848         fringes in demo buffer; center bitmap logo correctly even if old
8849         Mule is used.
8850
8851 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8852
8853         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8854
8855         * wl-refile.el (wl-refile-subject-alist): New variable.
8856         (wl-refile-subject-alist-file-name): Ditto.
8857         (wl-refile-alist-setup): Rewrite.
8858         (wl-refile-alist-save): Use `elmo-object-save'.
8859         Eliminated arguments.
8860         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8861         (wl-refile-guess-by-subject): New function.
8862         (wl-refile-guess-func-list): Added it.
8863
8864 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8865
8866         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8867         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8868
8869 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8870
8871         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8872         New buffer-local variable.
8873         (wl-summary-buffer-next-folder-func): Ditto.
8874         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8875         if non-nil.
8876         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8877         if non-nil.
8878         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8879         if non-nil.
8880         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8881         if non-nil.
8882
8883 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8884
8885         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8886         permanently in the demo buffer.
8887
8888 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8889
8890         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8891         `mime-entity-fetch-field'.
8892
8893         * wl.el (wl-exit): Delete plugged buffer.
8894
8895         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8896         XEmacs has menubar feature.
8897
8898 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8899
8900         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8901         cannot arrive at the beginning of the buffer under old Emacsen.
8902
8903 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8904
8905         * wl-address.el (wl-address-ldap-search):
8906         Call `ldap-search-entries' with `withdn' argument t.
8907         (wl-complete-field-body): Bind completion-ignore-case as t.
8908         Clear ldap search hash when it was sole completion.
8909         Use elmo-string for pattern string.
8910         (wl-ldap-alias-safe-string): Eliminated needless let.
8911
8912 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8913
8914         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8915         (wl-ldap-alias-sep): New constant.
8916         (wl-ldap-search-attribute-type-list): Ditto.
8917         (wl-ldap-get-value): New function.
8918         (wl-ldap-make-filter): Ditto.
8919         (wl-ldap-make-matched-value-list): Ditto.
8920         (wl-ldap-alias-safe-string): Ditto.
8921         (wl-ldap-register-dn-string): Ditto.
8922         (wl-address-ldap-search): Rewrite.
8923
8924 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8925
8926         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8927         thread is deleted.
8928         (wl-thread-delete-line-from-buffer): Ditto.
8929         (wl-thread-get-exist-children): New function.
8930
8931 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8932
8933         * wl-demo.el (wl-demo): Made it to select various image types.
8934         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8935         from `wl-title-logo'.
8936         (wl-logo-ascii): New variable.
8937         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8938         (wl-demo-copyright-notice): New constant.
8939
8940         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8941
8942 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8943
8944         * wl-vars.el (wl-summary-target-above): Renamed from
8945         wl-summary-temp-above.
8946         * wl-score.el (wl-score-get-score-alist): Use it.
8947         (wl-summary-score-update-all-lines): Use it.
8948         * wl-summary.el: Ditto. (make-variable-buffer-local).
8949
8950 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8951
8952         * wl-vars.el (wl-ldap-port): New user option.
8953
8954         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8955         Rewite whole implementation.
8956         (wl-complete-field-body): Fixed.
8957
8958 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8959
8960         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8961         Choose implementation at compile time.
8962
8963 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8964
8965         * wl-address.el (wl-ldap-search-internal): New function.
8966         (wl-complete-field-to): Use it.
8967
8968 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8969
8970         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8971         Use `let' instead of `let*'.
8972         Require 'wl-vars.
8973
8974         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8975         Define as defcustom.
8976         (wl-ldap-base): Ditto.
8977         (wl-use-ldap): Ditto.
8978
8979 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8980
8981         * wl-address.el (wl-ldap-search): New function.
8982         (wl-complete-field-body): Use `wl-ldap-search'.
8983         (wl-ldap-server): New variable.
8984         (wl-ldap-base): Ditto.
8985         (wl-use-ldap): Ditto.
8986
8987 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8988
8989         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8990         (Pointed out by Mito <mit@nines.nec.co.jp>).
8991         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8992         buffer-local variables like `wl-summary-redisplay-internal'.
8993         (wl-summary-redisplay-all-header): Likewise.  Update
8994         Summary view too.
8995
8996 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8997
8998         * wl-summary.el (wl-summary-jump-to-parent-message):
8999         Consider prefix argument.
9000
9001         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9002         when closed thread is deleted.
9003
9004 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9005
9006         * wl-summary.el (wl-summary-jump-to-parent-message):
9007         Consider thread modification.
9008
9009 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9010
9011         * wl-message.el (wl-message-normal-get-original-buffer): Use
9012         `save-excursion'.
9013
9014         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9015         (wl-summary-showto-folder-regexp): Ditto.
9016
9017 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9018
9019         * wl-util.el (wl-delete-alist): Doc fix.
9020         (wl-delete-associations): New function.
9021         (wl-inverse-alist): New function.
9022         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9023         Split temporary variables. Use `wl-delete-associations'
9024         and `wl-inverse-alist'.
9025         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9026
9027 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9028
9029         * wl-folder.el (wl-folder-prefetch-entity):
9030         Execute prefetching if new count is unknown.
9031
9032 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9033
9034         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9035
9036         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9037         delete entity.
9038         (wl-thread-set-parent): If insert as top, set linked as nil.
9039
9040         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9041         `wl-thread-cleanup-symbols' when view mode is thread.
9042
9043 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9044
9045         * wl-folder.el (wl-folder-create-folder-entity): Use
9046         with-current-buffer.
9047         (wl-local-folder-init): Call set-buffer to make sure we are in
9048         the Folder buffer. Don't touch buffer-local variables here.
9049         (wl-folder-mode): Initialize buffer-local variables here.
9050
9051         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9052         (wl-folder-entity-assign-id): Ditto.
9053         (wl-folder-create-entity-hashtb): Ditto.
9054         (wl-local-folder-init): Ditto.
9055         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9056
9057 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9058
9059         * wl-summary.el (wl-summary-default-from): Fix probrem when
9060         std11-extract-address-components return (nil "foo@bar").
9061
9062 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9063
9064         * wl-draft.el (wl-draft-clone-local-variables):
9065         Remove redundant `setq'.
9066
9067 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9068
9069         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9070         Bind wl-highlight-x-face-func as nil while highlighting header.
9071
9072 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9073
9074         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9075
9076 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9077
9078         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9079         elmo-msgdb-overview-hashtb from copy-variables.
9080         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9081         instead of `elmo-msgdb-overview-get-entity-by-number'.
9082         (wl-summary-auto-refile): Ditto.
9083
9084         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9085         `elmo-msgdb-overview-get-entity' instead of
9086         `elmo-msgdb-search-overview-entity'.  Use
9087         `elmo-msgdb-overview-get-entity' instead of
9088         `elmo-msgdb-overview-get-entity-by-number'.
9089         (wl-thread-insert-entity-sub): Ditto.
9090         (wl-thread-insert-message): Ditto.
9091
9092         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9093         `elmo-msgdb-overview-get-entity'.
9094         (wl-normal-message-redisplay): Ditto.
9095
9096 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9097
9098         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9099         `wl-thread-entities'.
9100         (wl-thread-delete-message): Fix remove top message from
9101         `wl-thread-entity-list'.
9102
9103         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9104         wl-append(nconc), because update-list is broken on Meadow.
9105
9106         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9107         updating process.
9108         (wl-summary-rescan): Ditto.
9109         (wl-summary-sync-update3): Ditto.
9110         * wl-thread.el (wl-thread-set-parent): Renamed from
9111         `wl-summary-set-parent'.
9112         (wl-thread-insert-message): Updating buffer faster.
9113         (wl-thread-delete-message): Updating buffer faster.
9114
9115         * wl-score.el (wl-summary-score-update-all-lines): Changed
9116         interval for display progress gauge.
9117
9118 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9119
9120         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9121         folder always-sticky.
9122         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9123         defmacro.
9124
9125 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9126
9127         * wl-vars.el (wl-draft-add-references): New user option.
9128
9129         * wl-draft.el (wl-draft-add-references): New function.
9130         (wl-draft-yank-from-mail-reply-buffer): Use it.
9131         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9132         as nil.
9133
9134 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9135
9136         * wl-thread.el (wl-thread-update-line-msgs): Called
9137         `wl-thread-update-line-on-buffer-sub'.
9138         (wl-thread-update-line-on-buffer): Delete routine of inserting
9139         thread.
9140         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9141         moved from `wl-thread-update-line-on-buffer'.
9142         Add threshold for displaying progress gauge.
9143         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9144         argument of `wl-thread-update-line-msgs'.
9145         Add threshold for displaying progress gauge.
9146         * wl-folder.el:
9147         Add threshold for displaying progress gauge.
9148         * wl-score.el: Ditto.
9149
9150         * wl-expire.el (wl-summary-expire): Display deleting info.
9151
9152 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9153
9154         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9155         `no-msg'.
9156         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9157         argument of `wl-thread-update-line-msgs'.
9158         (wl-summary-set-parent): Added optional argument `parent-number'.
9159         (wl-summary-buffer-saved-message): New buffer local variable.
9160         (wl-summary-save-current-message): New command.
9161         (wl-summary-yank-saved-message): Ditto.
9162         (wl-summary-mode-map): Added key binding for
9163         `wl-summary-save-current-message' (\ew) and
9164         `wl-summary-yank-saved-message' (\C-y).
9165         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9166
9167 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9168
9169         * wl-summary.el (wl-summary-mode-map): Added key binding for
9170         `wl-summary-set-parent' (ts).
9171
9172 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9173
9174         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9175         subject faster. If thread number is reverse, delayed updating
9176         thread.
9177         (wl-summary-search-by-subject): Ditto.
9178         (wl-summary-put-alike): Ditto.
9179         (wl-summary-get-alike): Ditto.
9180         (wl-summary-insert-headers): Insert header of all overview in
9181         buffer.
9182         (wl-summary-rescan): Delayed updating thread. Kill search subject
9183         buffer for wl-summary-search-by-subject.
9184         (wl-summary-sync-update3): Ditto.
9185         (wl-summary-exit): Ditto.
9186         (wl-summary-goto-bottom-of-current-thread): Change for linked
9187         thread.
9188         (wl-summary-overview-create-summary-line): Change line for linked
9189         thread.
9190
9191         * wl-summary.el (wl-summary-update-thread): Use
9192         wl-thread-maybe-get-children-num.
9193         (wl-summary-set-parent): If change parent, move sub thread.
9194         (wl-summary-redisplay-internal): Add horizontal recenter.
9195         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9196
9197         * wl-thread.el (wl-thread-entity-get-linked): New function.
9198         (wl-thread-entity-set-linked): New function.
9199         (wl-thread-create-entity): Add linked element.
9200         (wl-thread-entity-insert-as-top): Use wl-append.
9201         (wl-thread-maybe-get-children-num): If closing thread, return
9202         children msgs.
9203         (wl-thread-update-line-msgs): Displaying progress message.
9204         (wl-thread-update-line-on-buffer-sub): Use
9205         wl-thread-maybe-get-children-num.
9206         (wl-thread-update-line-on-buffer): If update line is not exists,
9207         insert thread.
9208         (wl-thread-delete-message): If delete top msg of thread, search
9209         parent by subject.
9210         (wl-thread-insert-entity): Use
9211         wl-thread-maybe-get-children-num.
9212
9213         * wl-highlight.el (wl-highlight-summary-current-line): change
9214         sregexp for linked thread.
9215         * wl-util.el (wl-count-lines): Count lines.
9216         (wl-horizontal-recenter): horizontal recenter.
9217         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9218         (wl-score-get-alike): Ditto.
9219         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9220         (wl-subject-length-limit): New variable.
9221         (wl-highlight-thread-indent-string-regexp): Changed for linked
9222         thread.
9223
9224 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9225
9226         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9227         New variable (revival).
9228         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9229         by subject matching if there's no in-reply-to nor references field
9230         (revival).
9231
9232 \f
9233 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9234
9235         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9236         message.
9237
9238 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9239
9240         * wl-summary.el (wl-summary-reply): Return t if there was a
9241         message at cursor point.
9242         Added unwind-protect.
9243         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9244         returns t.
9245         (wl-summary-cancel-message): Do nothing when there's no message at
9246         cursor point.
9247         (wl-summary-forward): Ditto.
9248         (wl-summary-jump-to-parent-message): Ditto.
9249         (wl-summary-reedit): Ditto.
9250         (wl-summary-edit-addresses): Ditto.
9251         (wl-summary-pipe-message): Ditto.
9252         (wl-summary-print-message-with-ps-print): Ditto.
9253         (wl-summary-print-message): Ditto.
9254         (wl-summary-mark-as-important): Ditto.
9255         (wl-summary-mark-as-unread): Ditto.
9256
9257         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9258         message at cursor point.
9259         (wl-summary-reply-with-citation): Remove unwind-protect.
9260
9261         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9262         subject searching feature.
9263         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9264         Eliminated.
9265
9266 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9267
9268         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9269         New variable.
9270         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9271         by subject matching if there's no in-reply-to nor references field.
9272
9273         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9274
9275         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9276         when display is finished.
9277         (wl-folder-open-all): Ditto.
9278         (wl-folder-update-access-group): Ditto.
9279         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9280         * wl-thread.el (wl-thread-close-all): Ditto.
9281
9282         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9283         progress gauge only when it was displayed.
9284         * wl-folder.el (wl-folder-insert-entity): Ditto.
9285
9286 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9287
9288         * wl-summary.el (wl-summary-incorporate): Enclose
9289         `wl-summary-sync-force-update' with save-excursion.
9290
9291 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9292
9293         * wl-summary.el (wl-summary-prefetch-region):
9294         Pass current cursor point to `pos-visible-in-window-p' after
9295         moving cursor to the started point.
9296
9297 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9298
9299         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9300
9301         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9302         fields from the forwarding message.
9303         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9304         `ignored-fields'.
9305
9306 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9307
9308         * wl-mime.el (wl-message-request-partial):
9309         Eliminated argument `msgdb'.
9310         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9311         (wl-mime-combine-message/partial-pieces): Likewise.
9312         * tm-wl.el (wl-message-request-partial): Likewise.
9313         (wl-mime-combine-message/partial-pieces): Likewise.
9314
9315 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9316
9317         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9318         when display is finished.
9319
9320 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9321
9322         * wl-summary.el (wl-summary-goto-folder-subr):
9323         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9324
9325 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9326
9327         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9328         when cursor point is visible.
9329
9330 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9331
9332         * wl-expire.el (wl-expire-archive-get-max-number):
9333         Don't use `file-name-directory'.
9334
9335 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9336
9337         * wl-expire.el (wl-expire-archive-get-max-number):
9338         Use `file-name-directory'.
9339
9340 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9341
9342         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9343         only when there is progress.
9344
9345 2000-04-13  Mito <mit@nines.nec.co.jp>
9346
9347         * wl-summary.el (wl-summary-sync-marks): Display progress.
9348
9349 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9350
9351         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9352         (wl-summary-prev): Move cursor regardless of unread status.
9353         (wl-summary-next): Ditto.
9354
9355 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9356
9357         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9358         Added argument `target' and `number'.
9359         * tm-wl.el (wl-summary-burst-subr): New function.
9360         (wl-summary-burst): Use it.
9361
9362 2000-04-10  Mito <mit@nines.nec.co.jp>
9363
9364         * wl-mime.el (wl-burst): New function.
9365         (wl-summary-burst): Use it.
9366
9367 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9368
9369         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9370         as petname when there's no candidate.
9371
9372 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9373
9374         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9375         New variable.
9376         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9377
9378         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9379
9380         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9381
9382 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9383
9384         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9385         Use substring of `original' instead of buffer-substring.
9386         (wl-refile-evaluate-rule):
9387         Set `original' argument of wl-refile-expand-newtext.
9388
9389         * wl-summary.el
9390         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9391         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9392         (wl-summary-auto-refile): Check existence of destination folder just
9393         before marking.
9394
9395 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9396
9397         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9398         when wl-refile-get-field-value return nil.
9399
9400 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9401
9402         * wl-refile.el
9403         (wl-refile-expand-newtext): New function imported from Gnus.
9404         (wl-refile-evaluate-rule): Use it.
9405
9406 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9407
9408         * wl-summary.el (wl-summary-print-destination):
9409         Duplicate folder string to avoid putting text-property on
9410         original string.
9411
9412         * wl-refile.el (wl-refile-get-field-value): New function.
9413         (wl-refile-evaluate-rule): New function;
9414         Evaluate refile rule recursively.
9415         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9416         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9417         New function; Check existence of a target folder recursively.
9418         (wl-summary-auto-refile-check-refile-rule-alist):
9419         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9420
9421 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9422
9423         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9424
9425         * wl-folder.el (wl-create-folder-entity-from-buffer):
9426         Fixed problem when '}' character is contained in folder name.
9427
9428         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9429
9430 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9431
9432         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9433         (wl-fldmgr-add-completion-all-completions):
9434         Use wl-fldmgr-add-completion-hashtb.
9435
9436 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9437
9438         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9439         wl-fldmgr-add-completion-subr): New functions.
9440         * wl-folder.el (wl-folder-completion-func): New variable.
9441         * wl-summary.el (wl-summary-read-folder):
9442         Use wl-folder-completion-func.
9443
9444         * wl-refile.el: Eliminate throw & catch.
9445
9446         * wl.el (wl-plugged-sending-queue-status): Fixed.
9447
9448 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9449
9450         * wl-draft.el (wl-draft): Put category property on
9451         mail-header-separator.