e904bc5971192315d5e32ecd3b4fa25039af38d0
[elisp/wanderlust.git] / wl / ChangeLog
1 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2
3         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
4
5 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
6
7         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
8
9 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
10
11         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
12
13 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
14
15         * wl-thread.el (wl-thread-mark-as-answered): New function.
16
17         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
18         answered" entry.
19         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
20         "r&" and wl-thread-mark-as-answered to "t&".
21         (wl-summary-mark-as-important-region): Refine to toggle mark.
22         (wl-summary-mark-as-answered-region): New function.
23         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
24         and 3rd argument.
25         (wl-summary-mark-as-important-internal): Likewise.
26
27 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
28
29         * wl-template.el (wl-template-preview): New internal variable.
30         (wl-template-preview-p): New function.
31         (wl-template-show): Bind `wl-template-preview' as t.
32
33 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
34
35         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
36         `elmo-message-entity-field' with 3rd argument which is non-nil.
37
38 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
39
40         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
41         Removed duplicate local bind `folder'.
42
43 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
44
45         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
46
47 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
48
49         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
50         duplicate definition.
51
52 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
53
54         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
55         non-nil, use it; Don't fetch message if there's no message in the
56         current cursor position.
57
58 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
59
60         * wl-util.el (wl-region-exists-p): Use region-active-p.
61         (wl-deactivate-region): New function.
62         * wl-message.el (wl-message-redisplay): Deactivate region.
63
64         * wl-summary.el (wl-summary-reply): Call
65         `wl-summary-set-message-buffer-or-redisplay' instead of
66         `wl-summary-redisplay-internal', don't move point.
67
68 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
69
70         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
71         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
72         by regexp.
73
74 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
75
76         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
77         if no need.
78
79 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
80
81         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
82         default value to nil.
83         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
84         `wl-summary-prepare-hook'; Replace refile action to
85         `wl-summary-exec-action-refile-with-register'.
86
87         * Version number is increased to 2.11.22.
88
89 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-summary.el (wl-summary-detect-mark-position): Set
92         `wl-summary-buffer-weekday-name-lang'.
93
94 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
95
96         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
97         (wl-summary-mark-as-read-all): Ditto.
98         (wl-summary-delete-messages-on-buffer): Ditto.
99         (wl-summary-sync-update): Ditto.
100         (wl-summary-mark-as-read-internal): Ditto.
101         (wl-summary-mark-as-answered-internal): Ditto.
102         (wl-summary-update-folder-info): Abolished.
103
104 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
105
106         * wl-summary.el (wl-summary-mark-as-read-all): Use
107         `wl-summary-update-folder-info' instead of
108         `wl-folder-update-unread'.
109
110 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
111
112         * wl-summary.el (wl-summary-update-folder-info): New function derived from
113         `wl-summary-folder-info-update'.
114         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
115         instead of `wl-summary-folder-info-update'.
116         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
117         `wl-folder-set-folder-updated'.
118         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
119         instead of `wl-folder-update-unread'.
120         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
121         the value of `wl-summary-buffer-unread-count' for the second parameter of
122         `wl-folder-update-unread'.
123
124         * Version number is increased to 2.11.21.
125
126 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
127
128         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
129         a local variable.
130
131 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
132
133         * wl-spam.el (wl-summary-mark-spam): Show message only if call
134         interactively.
135
136         * wl-summary.el (wl-summary-mark-as-important-internal): New
137         internal function.
138         (wl-summary-mark-as-important): Use it.
139         (wl-summary-mark-as-unimportant): New function.
140         (wl-summary-sync-marks): Follow the API change.
141
142         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
143
144         * wl-mime.el (wl-summary-burst): Check target folder is writable.
145
146 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
147
148         * wl-folder.el (wl-folder-update-unread): Re-indent.
149         Narrow the scope of a local variable.
150
151 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
152
153         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
154         (wl-addrmgr-merge-entries): Ditto.
155         (wl-addrmgr): Added to address entry which exists in draft buffer
156         if no entry is in original.
157
158 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
159
160         * wl-batch.el: New file.
161
162 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
163
164         * wl-vars.el (wl-use-semi): Remove unused variable.
165
166 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
167
168         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
169         "?".
170
171 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
174         wl-summary-new-mark.
175         (wl-summary-new-cached-mark): New user option.
176         (wl-summary-score-marks): Follow the change above.
177         (wl-summary-auto-refile-skip-marks): Ditto.
178         (wl-summary-incorporate-marks): Ditto.
179         (wl-summary-expire-reserve-marks): Ditto.
180
181         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
182
183         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
184         (wl-summary-persistent-mark-string): Distinguished between cached
185         and uncached mark when the message is new.
186
187 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
188
189         * wl-spam.el (wl-spam-domain): Renamed from
190         `wl-spam-folder-guess-domain'.
191         (wl-summary-exec-action-spam): Register as spam if domain of the
192         source folder is good.
193         (wl-summary-exec-action-refile-with-register): Register message if
194         domain of the source folder is not undecided.
195
196 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
199         detect thread loop.
200
201 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
202
203         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
204         and wl-summary-skip-mark-list.
205
206 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
207
208         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
209
210         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
211
212         * wl-spam.el (toplevel): Require wl-highlight.
213         (wl-spam-auto-check-policy-alist): Abolish.
214         (wl-spam-auto-check-folder-regexp-list): New user option.
215         (wl-spam-auto-check-marks): Ditto.
216         (wl-spam-mark-action-list): Ditto.
217         (wl-highlight-summary-spam-face): New face.
218         (wl-spam-auto-check-message-p): New function.
219         (wl-spam-map-spam-messages): Fixed message.
220         (wl-spam-register-spam-messages): Ditto.
221         (wl-spam-register-good-messages): Ditto.
222         (wl-summary-spam-map): Add and remove keybind.
223         (wl-summary-target-mark-spam): Abolish.
224         (wl-summary-refile-spam): Ditto.
225         (wl-summary-test-spam): New function.
226         (wl-summary-mark-spam): Ditto.
227         (wl-summary-auto-check-spam): Follow the above change.
228         (wl-summary-exec-action-spam): New function.
229         (wl-summary-exec-action-refile-with-register): Fixed message.
230         (wl-message-check-spam): New function.
231         (wl-spam-setup): Ditto.
232         (toplevel): Call it if this file is loaded interactivity.
233
234         * Version number is increased to 2.11.20.
235
236 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
237
238         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
239         when new optional argument `force' is non nil or modified.
240
241 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
242
243         * wl.el (toplevel): Require wl-spam when compile.
244         (wl-save-status): Call wl-spam-save-status.
245
246         * wl-spam.el (wl-spam-register-spam-messages): New function.
247         (wl-spam-register-good-messages): Ditto.
248         (wl-spam-save-status): Ditto.
249         (wl-summary-mode-map): Bind
250         wl-summary-target-mark-register-as-spam to "ms" and
251         wl-summary-target-mark-register-as-good to "mn".
252         (wl-summary-register-as-spam): Abolish optional argument; Use
253         wl-spam-register-spam-messages.
254         (wl-summary-register-as-spam-all): Use
255         wl-spam-register-spam-messages.
256         (wl-summary-register-as-good): Abolish optional argument; Use
257         wl-spam-register-good-messages.
258         (wl-summary-register-as-good-all): Use
259         wl-spam-register-good-messages.
260         (wl-summary-target-mark-register-as-spam): New funtion.
261         (wl-summary-target-mark-register-as-good): Ditto.
262
263 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl-spam.el: New file.
266
267 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
268
269         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
270
271         * wl-action.el (wl-auto-refile-guess-functions): New variable.
272         (wl-summary-auto-refile): Call wl-refile-guess with
273         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
274
275 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
276
277         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
278         with disable-thread argument non-nil.
279
280 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * wl-summary.el (wl-summary-rescan): Added optional argument
283         disable-thread.
284         (wl-summary-sync): Call wl-summary-rescan with argument
285         disable-thread.
286         (wl-summary-input-range): Added new range `rescan-thread'.
287
288 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
289
290         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
291
292 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
295         internal variable.
296         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
297         wl-summary-search-parent-by-subject-regexp and
298         wl-summary-divide-thread-when-subject-changed as nil.
299         (wl-summary-insert-sequential): If entity is nil, nothing to do.
300         (wl-summary-insert-thread): Search parent entity from
301         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
302         thread loop.
303
304 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
305
306         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
307
308         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
309
310         * wl-util.el (wl-require-update-all-folder-p): New function.
311         (wl-get-assoc-list-value): Added `function' to match directive.
312         (wl-collect-draft): Rewrite.
313
314         * wl-summary.el (wl-summary-sync-update): Clear faces
315         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
316         are non-nil.
317         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
318         argument as function.
319         (wl-summary-input-range): Ditto.
320
321         * wl-folder.el (wl-draft-get-folder): New function.
322         (wl-folder-get-elmo-folder): Consider draft folder.
323
324         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
325         (wl-draft-buffer-message-number): New buffer local variable.
326         (wl-draft-folder-internal): New internal variable.
327         (wl-draft-delete): Rewrite.
328         (wl-draft-save): Ditto.
329         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
330         wl-folder-get-elmo-folder.
331         (wl-draft-config-info-operation): Ditto.
332         (wl-jump-to-draft-folder): Ditto.
333         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
334         (wl-draft-reedit): Rewrite.
335
336         * Version number is increased to 2.11.19.
337         
338 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
339
340         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
341         variable.
342
343 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
346         Use ignore-errors instead of unwind-protect.
347
348 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
349
350         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
351         for updating `wl-thread-entity-list'.
352
353 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
354
355         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
356         parameter from calling `wl-thread-entity-get-older-brothers' and
357         `wl-thread-entity-get-younger-brothers'.
358         Replace nested `append' with a single one.
359
360 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-summary.el (wl-summary-mode): Don't use the return value of
363         `make-local-hook'.
364
365 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
366
367         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
368         instead of `let*'.
369         (wl-thread-delete-message): Likewise.  Split and narrow the scope
370         of local variables.
371
372 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
373
374         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
375         Renamed from wl-summary-window-scroll-functions.
376         (wl-summary-window-scroll-functions): Don't set to variable.
377         (wl-summary-display-top): Use run-hooks.
378         (wl-summary-display-bottom): Ditto.
379         (wl-summary-toggle-disp-msg): Ditto.
380         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
381         Use it instead of wl-summary-window-scroll-functions.
382         (wl-summary-goto-folder-subr): Don't call
383         wl-summary-window-scroll-functions, use
384         wl-summary-buffer-window-scroll-functions instead.
385
386 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
389         make-local-variable.
390
391 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
392
393         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
394         set-buffer-modified-p.
395         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
396         (wl-summary-display-bottom): Ditto.
397         (wl-summary-toggle-disp-msg): Ditto.
398
399 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400
401         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
402
403         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
404         (wl-summary-forward): Use elmo-message-entity-field instead of
405         elmo-message-field.
406
407         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
408
409 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
410
411         * wl-summary.el (wl-summary-window-scroll-functions): No use
412         `append'.
413
414 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
415
416         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
417         function.
418         (wl-summary-window-scroll-functions): Call it when both
419         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
420         (wl-summary-temp-mark): Added optional argument number.
421         (wl-summary-message-mark): Added optional argument flag.
422         (wl-summary-persistent-mark): Added optional argument number and flag.
423         (wl-summary-update-persistent-mark): Ditto.
424         (wl-summary-update-status-marks): Set "r" for interactive spec.
425
426         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
427         argument number and flag.
428
429         * wl-action.el (wl-summary-registered-temp-mark): 
430         Do nothing when wl-summary-buffer-temp-mark-list is nil.
431
432 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
433
434         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
435         internal variable (buffer local).
436         (wl-summary-window-scroll-functions): New function.
437         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
438         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
439         as nil.
440         (wl-summary-update-status-marks): Added arguments beg, end and
441         check.
442         (wl-summary-update-mark-window): Use function.
443         (wl-summary-sync-update): Follow the change above.
444         (wl-summary-switch-to-clone-buffer): Copy
445         wl-summary-buffer-unsync-mark-number-list.
446         (wl-summary-goto-folder-subr): Set
447         wl-summary-buffer-unsync-mark-number-list and
448         use wl-summary-window-scroll-functions insteaf of
449         wl-summary-lazy-highlight.
450
451         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
452
453 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
454
455         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
456
457         * wl-summary.el (wl-summary-update-persistent-mark): Call
458         wl-summary-set-message-modified.
459
460         * wl-summary.el (wl-summary-sync-update): Don't call
461         wl-summary-update-status-marks.
462
463         * Version number is increased to 2.11.18.
464
465 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
466
467         * wl-message.el (wl-message-prev-page): Use save-selected-window.
468         (wl-message-next-page): Ditto.
469
470 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
471
472         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
473         local variable.  Change the order of a collected list into the
474         same as the specified range.  Remove nil from a collected list.
475
476 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
477
478         * wl-summary.el (wl-summary-insert-headers): Set visible-only
479         argument for elmo-folder-list-messages.
480
481 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
482
483         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
484         change (wl-summary-count-unreads return a list instead of a cons
485         cell).
486
487 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
488
489         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
490         `wl-summary-folder-info-update'.
491
492 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-summary.el (wl-summary-set-message-modified): No use
495         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
496         (wl-summary-set-mark-modified): Abolish.
497         (wl-summary-mark-modified-p): Ditto.
498         (wl-summary-save-view): Follow the change above.
499
500         * wl-expire.el (wl-summary-expire): Likewise.
501
502 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
503
504         * wl-summary.el (wl-summary-detect-mark-position): Use
505         modb-entity-handler.
506         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
507
508         * Version number is increased to 2.11.17.
509
510 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
511
512         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
513         entity field value.
514         (wl-summary-prefetch-msg): Ditto.
515         (wl-summary-print-message-with-ps-print): Ditto.
516
517 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
518
519         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
520         for dummy entity.
521         (wl-summary-insert-thread): Use elmo-message-entity-field.
522         (wl-summary-update-thread): Use elmo-message-entity-field and
523         elmo-message-entity-number.
524         (wl-summary-line-number):  Use elmo-message-entity-number.
525         (wl-summary-line-size): Use elmo-message-entity-field.
526         (wl-summary-line-subject): Ditto.
527         (wl-summary-line-from): Ditto.
528         (wl-summary-line-attached): Ditto.
529         (wl-summary-create-line): Ditto.
530         (wl-summary-create-line): Use elmo-message-entity-number.
531         (wl-summary-print-message-with-ps-print): Use
532         elmo-message-entity-field.
533
534 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
535
536         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
537         change in elmo-msgdb-make-message-entity.
538         (wl-summary-buffer-set-folder): Don't call
539         wl-summary-detect-mark-position here.
540         (wl-summary-rescan): Call elmo-message-entity-number.
541         (wl-summary-sync-update): Ditto.
542         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
543
544         * wl-score.el (wl-score-header-index): Redefine 2th element.
545         (wl-score-overview-entity-get-extra): Abolish.
546         (wl-score-ov-entity-get): Rewrite.
547         (wl-score-string-index<, wl-score-string-func<): Abolish.
548         (wl-score-string<): New function.
549         (wl-score-string-sort): Use it.
550
551         * wl-refile.el (wl-refile-guess-by-history): Use
552         elmo-message-entity-field.
553         (wl-refile-guess-by-from): Ditto.
554         (wl-refile-guess-by-msgid): Ditto.
555
556         * Version number is increased to 2.11.16.
557
558 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
559
560         * wl-folder.el (wl-folder-confirm-existence): Don't call
561         file-exists-p if msgdb-path is nil.
562         * wl-summary.el, wl-draft.el, wl-action.el: Rename
563         `wl-read-folder-hist' to `wl-read-folder-history'.
564
565 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
566
567         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
568         `y-or-n-p'.
569
570 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * wl-score.el (wl-score-headers): Don't use
573         elmo-folder-do-each-message-entity.
574
575         * Version number is increased to 2.11.15.
576
577 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
578
579         * wl-summary.el (wl-summary-delete-all-msgs): Use
580         elmo-folder-move-messages instead of elmo-folder-delete-messages
581         and elmo-folder-detach-messages.
582         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
583
584         * wl-expire.el (wl-expire-delete): Ditto.
585         (wl-expire-refile-with-copy-reserve-msg): Ditto.
586
587 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
588
589         * wl-vars.el (wl-message-use-header-narrowing): New user option.
590         (wl-message-header-narrowing-fields): Ditto.
591         (wl-message-header-narrowing-lines): Ditto.
592         (wl-message-header-narrowing-string): Ditto.
593
594         * wl-summary.el (wl-summary-mode-map): Bind
595         wl-summary-toggle-header-narrowing to "C-cC-f".
596         (wl-summary-toggle-header-narrowing): New function.
597
598         * wl-message.el (wl-message-buffer-create): Call
599         wl-message-header-narrowing-setup.
600         (wl-message-redisplay): Call wl-message-header-narrowing.
601         (wl-message-header-narrowing): New function.
602         (wl-message-header-narrowing-map): New keymap.
603         (wl-message-header-narrowing-widen-map): New keymap.
604         (wl-message-header-narrowing-again-at-mouse): New function.
605         (wl-message-header-narrowing-1): Ditto.
606         (wl-message-header-narrowing-widen-at-mouse): Ditto.
607         (wl-message-header-narrowing-setup): Ditto.
608         (wl-message-header-narrowing-toggle): Ditto.
609         
610         * wl-highlight.el (wl-message-header-narrowing-face): New face.
611
612         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
613         'flag as all.
614         (wl-use-flag-folder-help-echo): New user option.
615
616         * wl-summary.el (wl-summary-detect-mark-position): Bind 
617         wl-summary-highlight as nil.
618         (wl-summary-set-mark-modified): Follow the API change.
619         (wl-summary-mark-modified-p): Ditto.
620         (wl-summary-mark-as-read-all): Ditto.
621         (wl-summary-sync-marks): Don't call
622         elmo-folder-list-messages-with-global-mark.
623         (wl-summary-mark-as-read-internal): Follow the API change.
624         (wl-summary-mark-as-answered-internal): Ditto.
625         (wl-summary-mark-as-important): Cause an error when 'flag folder;
626         Follow the API change.
627         (wl-summary-create-line): Call with number argument.
628         (wl-summary-reply): Follow the API change.
629
630         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
631         function.
632         (wl-highlight-summary-line-string): Call it when
633         wl-use-flag-folder-help-echo is non-nil.
634         (wl-highlight-summary-current-line): Ditto.
635         (elmo-flag-folder-referrer): Added autoload setting.
636
637         * wl-draft.el (wl-draft-kill): Follow the API change.
638
639         * Version number is increased to 2.11.14.
640         
641 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
644
645 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * Version number is increased to 2.11.13.
648
649 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
650
651         * wl-draft.el (wl-draft-previous-history-element): Fixed
652         unbalanced parenthesis and bind unbound local variables.
653
654 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
655
656         * wl-draft.el (wl-draft-previous-history-element): New function.
657         (wl-draft-next-history-element): Ditto.
658         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
659         them to M-p and M-n.
660
661 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * Version number is increased to 2.11.12.
664
665 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
666
667         * wl-draft.el (wl-draft-hide): Select buffer-window.
668
669 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
670
671         * wl-summary.el (wl-summary-narrow-to-region): New function.
672         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
673         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
674         (wl-summary-save-region): Use it.
675         * wl-action.el (wl-summary-collect-numbers-region)
676         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
677
678 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
679
680         * wl-folder.el (wl-folder-count-incorporates): Don't use
681         `elmo-msgdb-mark-load'
682
683         * Version number is increased to 2.11.11.
684
685 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
686
687         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
688         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
689
690 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
691
692         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
693
694 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * Version number is increased to 2.11.10.
697
698 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * wl-mime.el (wl-draft-attribute-value): Fixed.
701
702 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-util.el (wl-copy-local-variables): New function.
705
706         * wl-mime.el (wl-draft-attribute-recipients): New function.
707         (wl-draft-attribute-envelope-from): Ditto.
708         (wl-draft-attribute-smtp-posting-server): Ditto.
709         (wl-draft-attribute-smtp-posting-port): Ditto.
710         (wl-draft-attribute-value): Ditto.
711         (wl-draft-preview-message): Use it to get value for
712         attributes. Reflect result of `wl-draft-config'.
713
714         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
715         and call `wl-summary-mark-as-read' before to call
716         `wl-summary-unset-mark'.
717         (wl-summary-target-mark-mark-as-unread): Likewise.
718         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
719
720 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
721
722         * wl-mime.el (wl-draft-preview-message): Use actual value for
723         attributes; Fix for small window.
724
725 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-refile.el (wl-refile-get-field-value): Call
728         `elmo-message-entity-field' with 3rd argument is non-nil.
729
730 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
731
732         * wl-vars.el (wl-draft-preview-attributes): New user option.
733         (wl-draft-preview-attributes-list): Ditto.
734         (wl-draft-preview-attributes-buffer-lines): Ditto.
735         (wl-draft-preview-attributes-buffer-name): Ditto.
736
737         * wl-mime.el (wl-draft-preview-message): Display attributes.
738
739 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * wl-summary.el (wl-summary-detect-mark-position): Bind
742         wl-summary-flag-priority-list to '(new).
743
744 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
745
746         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
747         funtion.
748         (wl-highlight-summary-line-string): Use it.
749         (wl-highlight-summary-current-line): Ditto.
750
751 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
752
753         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
754         line even when the mark string is not changed.
755
756         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
757         argument change in the wl-summary-create-line.
758         (wl-thread-insert-entity-sub): Ditto.
759
760         * wl-summary.el (wl-summary-detect-mark-position): Follow the
761         argument change in the wl-summary-create-line.
762         (wl-summary-insert-sequential): Ditto.
763         (wl-summary-update-thread): Ditto.
764         (wl-summary-persistent-mark-string): New inline function.
765         (wl-summary-message-mark): Use it.
766         (wl-summary-create-line): Abolish argument wl-persistent-mark
767         and added wl-flags, wl-cached.
768
769         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
770         mark to flags.
771         (wl-highlight-summary-current-line): Decide the face not by the 
772         persistent mark but flags.
773
774 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
775
776         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
777         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
778         wl-summary-read-uncached-mark): Revive.
779         (wl-summary-answered-cached-mark,
780         wl-summary-answered-uncached-mark): New user option.
781         (wl-summary-score-marks): Follow the change above.
782         (wl-summary-auto-refile-skip-marks): Ditto.
783         (wl-summary-incorporate-marks): Ditto.
784         (wl-summary-expire-reserve-marks): Ditto.
785         (wl-summary-flag-priority-list): New user option.
786
787         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
788         changes.
789         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
790         of elmo-message-mark.
791         (wl-summary-mark-as-read-internal): Ditto.
792         (wl-summary-mark-as-answered): Ditto.
793         (wl-summary-mark-as-important): Ditto.
794         (wl-summary-redisplay-internal): Ditto.
795         (wl-summary-redisplay-no-mime-internal): Ditto.
796         (wl-summary-message-mark): New function.
797         (wl-summary-insert-sequential): Use wl-summary-message-mark
798         instead of elmo-message-mark.
799         (wl-summary-update-thread): Ditto.
800         (wl-summary-persistent-mark): Ditto.
801         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
802         instead of elmo-message-mark.
803
804         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
805         wl-summary-message-mark instead of elmo-message-mark.
806         (wl-thread-insert-entity-sub): Ditto.
807         (wl-thread-get-children-msgs-uncached): Ditto.
808
809         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
810         variable name changes.
811         (wl-highlight-summary-current-line): Ditto.
812
813         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
814         wl-summary-message-mark instead of elmo-message-mark.
815
816         * wl-expire.el (wl-expire-message-p): Ditto.
817
818         * wl-score.el (wl-score-headers): Ditto.
819
820         * Version number is increased to 2.11.9.
821
822         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
823         (wl-summary-sync-update): Follow the change above.
824         (wl-summary-switch-to-clone-buffer): Ditto.
825         (wl-summary-open-folder): Ditto.
826
827 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828
829         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
830         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
831
832         * Version number is increased to 2.11.8.
833
834         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
835
836         * wl-expire.el (wl-expire-refile): Follow the API change on
837         `elmo-folder-move-messages'.
838         (wl-expire-refile-with-copy-reserve-msg): Ditto.
839
840         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
841         (wl-summary-exec-action-refile): Ditto.
842         (wl-summary-exec-action-copy): Ditto.
843         (wl-summary-no-auto-refile-message-p): No use
844         `wl-summary-buffer-msgdb'.
845         (wl-summary-auto-refile): Ditto.
846
847 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
848
849         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
850
851 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
852
853         * wl-summary.el (wl-summary-sync): Treat no-sync.
854
855         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
856         (wl-default-sync-range): Ditto.
857
858 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
859
860         * wl-refile.el (wl-refile-subject-learn): Call
861         `elmo-message-entity-field' with 3rd argument is non-nil.
862         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
863         instead of `elmo-msgdb-overview-entity-get-subject'.
864
865 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
866
867         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
868         scan-type is rescan.
869         (wl-summary-delete-all-temp-marks): Remove scored mark too when
870         new optional argument force is non-nil.
871         (wl-summary-save-view-cache): Call it with force argument non-nil.
872
873         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
874
875 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * wl-action.el (wl-summary-print-argument): Fixed last change.
878
879 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
882         simplified.
883         (wl-summary-target-mark-mark-as-unread): Likewise.
884         (wl-summary-target-mark-mark-as-important): Likewise.
885
886 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
887
888         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
889         * wl-summary.el (wl-summary-mark-as-important): Arranged.
890         (wl-summary-mark-as-important-region): Change accordingly.
891         (wl-summary-target-mark-mark-as-important): Ditto.
892
893 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
896
897         * wl-action.el (wl-summary-print-argument): Print argument to
898         right side of window if `wl-summary-print-argument-within-window'
899         is non-nil.
900
901 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
902
903         * wl-action.el (wl-summary-set-mark): Use
904         `wl-summary-message-visible-p' to check visibility of the message
905         and jump to message only when the message line is visible and have
906         different number; Call wl-summary-unset-mark with number argument.
907         (wl-summary-unset-mark): 
908         Use `wl-summary-message-visible-p'
909         to check visibility of the message and jump to message only when
910         the message line is visible and have different number;
911
912 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * Version number is increased to 2.11.7.
915
916         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
917         and wl-folder-summary-line-format.
918
919         * wl-summary.el (wl-summary-message-visible-p): New inline function.
920         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
921         (wl-summary-set-score-mark): Use it.
922         (wl-summary-target-mark-mark-as-read): Ditto.
923         (wl-summary-target-mark-mark-as-unread): Ditto.
924         (wl-summary-target-mark-mark-as-important): Ditto.
925         (wl-summary-target-mark-msgs): Simplified.
926         (wl-summary-detect-mark-position): Fixed problem when
927         summary-line-format no contain persisten/temp mark spec.
928         (wl-summary-temp-mark): Ditto.
929         (wl-summary-persistent-mark): Ditto.
930         (wl-summary-update-persistent-mark): Ditto.
931
932         * wl-action.el (wl-summary-set-mark): Ditto.
933         (wl-summary-unset-mark): Ditto.
934         All other related portions are changed.
935
936 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
937
938         * Version number is increased to 2.11.6.
939
940 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
941
942         * wl-util.el (wl-current-message-buffer): Define as function;
943         Don't use the value of wl-messge-buffer.
944
945         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
946         persistent mark.
947
948         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
949         no current message, cause an error.
950
951 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
952
953         * wl-summary.el (wl-summary-set-message-modified): Use
954         elmo-folder-set-message-modified instead of
955         elmo-folder-set-message-modified-internal.
956
957 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
958
959         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
960         interactively.
961         (wl-summary-sync): nokill->entirely.
962         (wl-summary-sync-marks): Fixed message.
963         (wl-summary-input-range): Added mark, nokill->entirely.
964
965         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
966         messages as read.
967
968 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
969
970         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
971         update-noscore.
972         (wl-summary-sync): Follow the change above.
973
974 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
975
976         * wl-action.el (wl-summary-target-mark-all): Use
977         elmo-folder-list-messages.
978
979 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
980
981         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
982         (wl-summary-rescan): Set wl-summary-scored as nil.
983         (wl-summary-sync-force-update): Follow the change above.
984         (wl-summary-sync): Ditto.
985         (wl-summary-sync-update): Added argument disable-killed.
986         (wl-summary-insert-headers): Set visible-only argument for
987         elmo-folder-list-messages.
988         (wl-summary-input-range): Added update-nokill, update-noscore,
989         all-nokill, all-noscore and mark.
990
991         * Version number is increased to 2.11.5.
992
993         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
994
995 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
996
997         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
998         (wl-summary-prefetch-region-no-mark): Change accordingly.
999         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1000
1001 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1002
1003         * wl-address.el (wl-complete-field-to): Abolished.
1004         (wl-complete-address): Completion function for completing-read.
1005         * wl-action.el (wl-summary-get-resend-address): Use it.
1006
1007         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1008         wl-summary-update-mark and abolish unused argument.
1009         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1010         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1011         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1012         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1013         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1014         * wl-draft.el (wl-draft-kill): Ditto.
1015
1016         * wl-summary.el: Remove unused binding of case-fold-search.
1017         (wl-summary-replace-status-marks): Abolished.
1018
1019 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1020
1021         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1022         is specified or folder length is zero.
1023
1024 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1027         (wl-folder-archive-current-entity): Ditto.
1028
1029 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1030
1031         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1032         retrieving message mark.
1033         (wl-summary-redisplay-internal): Ditto.
1034
1035         * wl-message.el (wl-message-buffer-display): Ignore errors while
1036         retrieving message-id field.
1037
1038         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1039         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1040         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1041         order of the arguments for `wl-expire-message-p'.
1042         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1043
1044         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1045         Check return value of wl-summary-reply.
1046         (wl-summary-reply): Recover window configuration when an error occured.
1047
1048 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1049
1050         * wl-summary.el (wl-summary-resend-message): Abolished, the
1051         feature is inherited by wl-summary-resend (put resend mark).
1052
1053 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1056         wl-message-buffer to nil when the message is hide.
1057
1058 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * .cvsignore: New file.
1061
1062 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1063
1064         * wl-action.el (wl-summary-action-docstring): Add more info.
1065         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1066         duplicate definition.
1067         (wl-summary-define-mark-action): Functions wl-summary-*-region
1068         keep current position.
1069         (wl-summary-unregister-target-mark): Store result to the variable.
1070
1071 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1072
1073         * Version number is increased to 2.11.4.
1074
1075 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1076
1077         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1078         wl-summary-delete-all-temp-marks.
1079         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1080
1081         * wl-action.el (wl-summary-set-mark): Changed terminology
1082         refile-destination -> action-argument.
1083         (wl-summary-unset-mark): Ditto.
1084         (wl-summary-remove-argument): Ditto.
1085         (wl-summary-print-argument): Ditto.
1086
1087         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1088         (wl-thread-remove-argument-region): Ditto.
1089         (wl-thread-print-argument-region): Ditto.
1090         (wl-thread-close): Ditto.
1091         (wl-thread-open): Ditto.
1092
1093         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1094         (wl-highlight-refile-destination-face is abolished)
1095         (wl-highlight-action-argument-string): Ditto.
1096         (wl-highlight-summary-current-line): Highlight action argument.
1097
1098         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1099         color for light backgrounds.
1100         (wl-highlight-summary-answered-face): Ditto.
1101
1102 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1103
1104         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1105
1106         * wl-score.el (wl-summary-score-update-all-lines): Use
1107         wl-summary-set-mark.
1108         (wl-summary-score-update-all-lines): Kill expunged messages.
1109
1110         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1111
1112 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1113
1114         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1115         directly.
1116         (wl-score-overview-entity-get-lines): Ditto.
1117         (wl-score-overview-entity-get-xref): Ditto.
1118         (wl-score-get-latest-msgs): Ditto.
1119         (wl-summary-rescore): Ditto.
1120
1121         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1122         to "&".
1123         (wl-summary-mark-as-answered-internal): New inline function.
1124         (wl-summary-mark-as-answered): New function.
1125         (wl-summary-mark-as-unanswered): Ditto.
1126         (wl-summary-sync-marks): Modified for answered-mark synching.
1127
1128 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-action.el (wl-summary-set-mark): Fixed last change.
1131
1132 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1133
1134         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1135         behavior of wl-summary-unread-message-hook
1136         (Pointed out by akira yamada <akira@arika.org>).
1137
1138 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1141         wl-summary-delete.
1142         * wl-xmas.el (wl-summary-toolbar): Ditto.
1143
1144         * wl-action.el (wl-summary-set-mark): Don't override current
1145         temp-mark.
1146
1147         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1148
1149 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1150
1151         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1152         (wl-refile-msgid-learn): Ditto.
1153         (wl-refile-get-field-value): Ditto.
1154
1155         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1156
1157         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1158         (wl-expire-delete-reserved-messages): Renamed from
1159         wl-expire-reserve-marked-msgs-from-list.
1160         (wl-expire-delete): Removed argument `msgdb'.
1161         (wl-expire-refile): Ditto.
1162         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1163         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1164         mark-alist as argument.
1165         (wl-expire-archive-number1): Removed argument `msgdb'.
1166         (wl-expire-archive-number2): Ditto.
1167         (wl-expire-archive-date): Ditto.
1168         (wl-expire-localdir-date): Ditto.
1169         (wl-expire-hide): Ditto.
1170         (wl-archive-number1): Ditto.
1171         (wl-archive-number2): Ditto.
1172         (wl-archive-date): Ditto.
1173         (wl-archive-folder): Ditto.
1174         All other related portions are changed.
1175
1176 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1177
1178         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1179         mean move up and down. (suggested by Takashi Kawachi)
1180
1181 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1182
1183         * wl-acap.el (toplevel): Don't require un-define.
1184
1185 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1186
1187         * wl-thread.el (wl-thread-delete-message): Always update
1188         wl-summary-buffer-number-list.
1189
1190         * wl-action.el (wl-summary-print-destination): 
1191         Do nothing when folder is nil.
1192
1193 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1194
1195         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1196         persistent mark when prefetch is succeeded.
1197
1198 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1199
1200         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1201         instead of elmo-msgdb-delete-msgs.
1202         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1203         (wl-expire-hide): Ditto.
1204
1205         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1206
1207         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1208         elmo-msgdb interface.
1209         (wl-thread-get-exist-children): Likewise.
1210         (wl-thread-insert-message): Likewise.
1211         (wl-thread-msg-mark-as-important): Likewise.
1212         (wl-thread-insert-entity-sub): Likewise.
1213         (wl-thread-get-children-msgs-uncached): Likewise.
1214
1215         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1216         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1217         (wl-summary-sync-update): Likewise.
1218         (wl-summary-auto-select-msg-p): Likewise.
1219         (wl-summary-update-thread): Likewise.
1220         (wl-summary-mark-as-important): Likewise.
1221         (wl-summary-jump-to-msg-internal): Likewise.
1222         (wl-summary-redisplay-internal): Likewise.
1223         (wl-summary-print-message-with-ps-print): Likewise.
1224         (wl-summary-folder-info-update): Likewise.
1225
1226         * wl-folder.el (wl-folder-check-one-entity):
1227         elmo-folder-count-flags instead of wl-summary-count-unread.
1228
1229         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1230
1231         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1232
1233         * wl-summary.el (wl-summary-set-message-modified): 
1234         Call wl-summary-set-mark-modified.
1235         (wl-summary-delete-messages-on-buffer): Call
1236         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1237         (wl-summary-sync-update): Call elmo-folder-length instead of
1238         elmo-folder-messages.
1239         (wl-summary-insert-headers): Don't call
1240         elmo-folder-list-message-entities.
1241
1242 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1243
1244         * wl-action.el (wl-summary-define-mark-action): Call
1245         `wl-summary-set-mark' with argument `data'.
1246         (wl-summary-auto-refile): Fixed order of arguments when call
1247         `wl-summary-refile'.
1248
1249 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1250
1251         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1252
1253         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1254
1255         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1256         (Renamed from wl-highlight-summary-deleted-face).
1257         (wl-highlight-summary-resend-face): New face.
1258
1259         (wl-highlight-summary-deleted-face): Renamed from
1260         wl-highlight-summary-erased-face.
1261
1262         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1263
1264         * wl-action.el (wl-summary-get-resend-address): New function.
1265         (wl-summary-exec-action-resend): Ditto.
1266         (wl-summary-exec-action-resend-subr): Ditto.
1267
1268         * w-thread.el (wl-thread-copy): Removed definition.
1269         (wl-thread-refile): Ditto.
1270         (wl-thread-delete): Ditto.
1271         (wl-thread-target-mark): Ditto.
1272
1273         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1274         (wl-summary-target-mark-set-action): Fixed.
1275         (wl-summary-define-mark-action): Fixed quotation.
1276         (wl-summary-move-mark-list-messages): Display message.
1277         (wl-summary-define-mark-action): Define thread functions.
1278         (wl-summary-exec-action-refile): Changed message.
1279         (wl-summary-exec): Ditto.
1280
1281 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1282         
1283         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1284         '%%'.
1285
1286 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1287
1288         * wl.el (toplevel): Require wl-action.
1289         (wl-init): Call wl-summary-define-mark-action.
1290
1291         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1292
1293         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1294         wl-summary-delete and wl-summary-erase.
1295         (wl-summary-mode-map): Ditto.
1296
1297         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1298         wl-delete-folder-alist.
1299
1300         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1301         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1302         (toplevel): Moved mark & action related functions to the wl-action.el.
1303
1304         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1305         in wl-summary-mark-action-list.
1306         (wl-highlight-summary-current-line): Ditto.
1307
1308         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1309         empty lines.
1310
1311         * wl-action.el: New file. 
1312
1313 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1314
1315         * wl-summary.el (wl-summary-target-mark-replace): New function.
1316         (wl-summary-target-mark-prefetch): Use it.
1317         (wl-summary-target-mark-delete): Ditto.
1318         (toplevel): Rearranged definition order.
1319         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1320         (wl-summary-target-mark-erase): Rewrite.
1321         (wl-summary-erase-region): New function.
1322         (wl-summary-exec-action-erase): Changed message.
1323         (wl-summary-move-mark-list-messages): New function.
1324         (wl-summary-exec-action-delete): Use it.
1325         (wl-summary-exec-action-erase): Ditto.
1326
1327         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1328         (wl-summary-skip-mark-list): Added "d".
1329
1330         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1331         while searching.
1332
1333         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1334         and define using defcustom;
1335         Define 4th element as a face.
1336         
1337         * wl-summary.el (wl-summary-incorporate): Use 
1338         `wl-summary-prefetch-region-no-mark' instead of
1339         `wl-summary-prefetch-region'.
1340         (wl-summary-prefetch-region-no-mark): Revival of old
1341         `wl-summary-prefetch-region'.
1342         (wl-summary-mark-action-list): Moved to wl-vars.el
1343
1344         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1345         face according to the `wl-summary-mark-action-list'.
1346         (wl-highlight-summary-current-line): Ditto;
1347         Removed destination highlighting.
1348
1349         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1350         (wl-highlight-summary-line-string): Highlight for "i" mark.
1351         (wl-highlight-summary-current-line): Ditto.
1352
1353         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1354         no destination.
1355
1356         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1357         exists, just go ahead.
1358         (wl-summary-prefetch-region): Rewrite.
1359         (wl-summary-prefetch): Ditto.
1360         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1361         (wl-summary-exec-action-prefetch): New function.
1362         (wl-summary-target-mark-prefetch): Rewrite.
1363
1364 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1365
1366         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1367         (wl-highlight-summary-line-string): Added "d" and "D".
1368         (wl-highlight-summary-current-line): Ditto.
1369
1370         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1371         in wl-summary.el.
1372         (wl-thread-insert-entity-sub): Ditto.
1373         (wl-thread-remove-destination-region): Ditto.
1374         (wl-thread-print-destination-region): Ditto.
1375
1376         * wl-summary.el (wl-summary-buffer-refile-list,
1377         wl-summary-buffer-delete-list,
1378         wl-summary-buffer-copy-list): Abolish.
1379         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1380         All other related portions are changed.
1381         (wl-summary-mark-action-list): New variable.
1382         (wl-summary-set-mark): New function.
1383         (wl-summary-register-target-mark): Ditto.
1384         (wl-summary-unregister-target-mark): Ditto.
1385         (wl-summary-have-target-mark-p): Ditto.
1386         (wl-summary-register-temp-mark): Ditto.
1387         (wl-summary-unregister-temp-mark): Ditto.
1388         (wl-summary-registered-temp-mark): Ditto.
1389         (wl-summary-collect-temp-mark): Ditto.
1390         (wl-summary-unset-mark): Ditto.
1391         (wl-summary-set-target-mark): Ditto.
1392         (wl-summary-unset-target-mark): Ditto.
1393         (wl-summary-set-action-generic): Ditto.
1394         (wl-summary-unset-action-generic): Ditto.
1395         (wl-summary-exec-action-delete): Ditto.
1396         (wl-summary-exec-action-erase): Ditto.
1397         (wl-summary-set-action-refile): Ditto.
1398         (wl-summary-set-action-refile-subr): Ditto.
1399         (wl-summary-unset-action-refile): Ditto.
1400         (wl-summary-make-destination-numbers-list): Ditto.
1401         (wl-summary-exec-action-refile): Ditto.
1402         (wl-summary-set-action-copy): Ditto.
1403         (wl-summary-unset-action-copy): Ditto.
1404         (wl-summary-exec-action-copy): Ditto.
1405         (wl-summary-collect-numbers-region): Ditto.
1406         (wl-summary-delete): Rewrite.
1407         (wl-summary-erase): Ditto.
1408         (wl-summary-remove-destination): Ditto.
1409         (wl-summary-exec): Ditto.
1410         (wl-summary-exec-region): Ditto.
1411         (wl-summary-target-mark-erase): Ditto.
1412         (wl-summary-refile): Ditto.
1413         (wl-summary-copy): Ditto.
1414         (wl-summary-unmark): Ditto.
1415         (wl-summary-delete-all-mark): Ditto.
1416         (wl-summary-mark-line): Don't highlight.
1417         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1418         (wl-summary-target-mark-refile-subr): Rewrite.
1419
1420         (wl-summary-copy-prev-destination): Abolish.
1421
1422 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1423
1424         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1425         default values along the value of wl-on-mule.
1426         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1427         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1428         It is not used anywhere.
1429
1430 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1431
1432         * wl-summary.el (wl-summary-print-destination): Keep position.
1433         (wl-summary-cursor-move-surface): Keep horizontal position.
1434
1435 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1436
1437         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1438         write sendlog.
1439
1440 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1441
1442         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1443         `wl-summary-highlight'.
1444
1445 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1446
1447         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1448         trivial condition for temp-mark.
1449
1450 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1451
1452         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1453         when it hits killed buffer.
1454
1455 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1456
1457         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1458         * wl-news.el.in: `message' and `error' take format string.
1459
1460 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1461
1462         * wl-folder (wl-folder-insert-entity): Display a message,
1463         `...done', when the work finish.
1464         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1465
1466 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1467
1468         * wl-message.el (wl-message-redisplay): Remove unused local
1469         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1470
1471 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1472
1473         * wl-summary.el (wl-summary-replace-status-marks): Disable
1474         interactive use.
1475         (wl-summary-reedit): Check message existence at first.
1476         (wl-summary-mark-line): Fix doc, return value is indefinite.
1477
1478         * wl-highlight.el (wl-highlight-message): Arranged.
1479
1480         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1481         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1482         check temp-mark by wl-summary-temp-mark always.
1483         (wl-highlight-summary): Change accordingly.
1484         * wl-summary.el (wl-summary-mark-as-read-all)
1485         (wl-summary-delete-cache, wl-summary-set-score-mark)
1486         (wl-summary-mark-as-unread, wl-summary-unmark)
1487         (wl-summary-mark-line, wl-summary-mark-as-read)
1488         (wl-summary-mark-as-important): Ditto.
1489
1490         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1491         end of the window if possible.
1492         * wl-summary.el (wl-summary-sync-update): Support lazy
1493         highlighting.
1494         (wl-summary-toggle-disp-msg): Ditto.
1495
1496 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1497
1498         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1499
1500 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1503         change.
1504
1505 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1506
1507         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1508         API.
1509         (wl-summary-sync-update): Ditto.
1510
1511         * wl-score.el (wl-score-get-score-alist): Changed argument.
1512         (wl-summary-rescore-msgs): Likewise.
1513         (wl-summary-score-headers): Likewise.
1514         (wl-score-headers): Likewise;
1515         Use elmo-folder-do-each-message-entity, etc.
1516         (wl-summary-score-effect): Follow the changes above.
1517         (wl-summary-rescore): Ditto.
1518         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1519         (wl-score-get-overview): Abolish.
1520
1521         * wl-summary.el (wl-summary-default-from): Follow the API change in
1522         elmo-msgdb.
1523         (wl-summary-count-unread): Ditto.
1524         (wl-summary-detect-mark-position): Ditto.
1525         (wl-summary-overview-entity-compare-by-date): Ditto.
1526         (wl-summary-overview-entity-compare-by-number): Ditto.
1527         (wl-summary-overview-entity-compare-by-from): Ditto.
1528         (wl-summary-overview-entity-compare-by-subject): Ditto.
1529         (wl-summary-get-list-info): Ditto.
1530         (wl-summary-rescan): Ditto.
1531         (wl-summary-jump-to-msg-by-message-id): Ditto.
1532         (wl-summary-sync-update): Ditto; Removed comment.
1533         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1534         (wl-summary-insert-message): Use wl-summary-insert
1535         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1536         (wl-summary-insert-headers): Changed argument overview to folder.
1537         (wl-summary-search-by-subject): Likewise.
1538         (wl-summary-insert-thread): Renamed from 
1539         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1540
1541         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1542         too.
1543
1544         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1545         wl-string-member.
1546
1547 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1548
1549         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1550         elmo-folder-append-buffer.
1551         (wl-draft-queue-append): Likewise.
1552
1553         * wl-mime.el (wl-message-delete-current-part): Ditto.
1554         (wl-summary-burst-subr): Ditto.
1555
1556         * wl-news.el.in (wl-news-send-news): Ditto.
1557
1558 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1559
1560         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1561         function.
1562         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1563         (wl-summary-update-mark): Enclose with save-excursion.
1564         (wl-summary-mark-as-read-internal): Fixed last change.
1565         (wl-summary-mark-as-important): Use 3rd argument of
1566         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1567         Don't use elmo-msgdb-set-mark.
1568         (wl-summary-redisplay-internal): If msgdb flag is already read,
1569         just update the mark on buffer.
1570
1571 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1572
1573         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1574         cut visible folder when elmo-folder-delete returns non-nil value.
1575
1576 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1577
1578         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1579         by Kenichi OKADA <okada@opaopa.org>).
1580
1581 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1582
1583         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1584
1585 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1586
1587         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1588         Fixed the last change, search group entity by its real name.
1589         (Thanks to: KOBAYASHI Shinji)
1590
1591 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1592
1593         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1594         (wl-fldmgr-access-display-all): Don't refer visible name.
1595         * wl-expire.el (wl-folder-archive-current-entity)
1596         (wl-folder-expire-current-entity): Ditto.
1597         * wl-folder.el (wl-folder-jump-to-current-entity)
1598         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1599         (wl-folder-open-folder-sub,wl-folder-open-all)
1600         (wl-folder-write-current-folder): Ditto.
1601         (wl-folder-insert-entity): Don't use petname for normal group.
1602         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1603         is the real name.
1604         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1605         Abolished.
1606
1607 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1608
1609         * wl-draft.el (wl-draft-create-buffer): Add
1610         `wl-summary-reply-with-citation'
1611
1612 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1613
1614         * wl-draft.el (wl-draft-reply): Fixed.
1615
1616 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1617
1618         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1619         when `wl-draft-send-confirm-with-preview' is non-nil.
1620         You can scroll up/down by j/k.
1621         (wl-draft-send-confirm-with-preview): New variable (default=t).
1622
1623 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1624
1625         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1626         (wl-fldmgr-save-folders): Fix comment.
1627
1628 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1629
1630         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1631         along the last change in `wl-folder-buffer-group-p'.
1632
1633 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1634
1635         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1636         folder.
1637
1638         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1639         the default value.
1640
1641         * wl-mime.el (wl-summary-burst): Update summary only when target
1642         folder equals current folder.
1643
1644 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1645
1646         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1647
1648 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1649
1650         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1651         value.
1652
1653 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1656         `map-extents' instead of `extent-at' repeatedly.
1657         (wl-highlight-folder-current-line): Ditto.
1658
1659         * wl-highlight.el: Remove useless dummy functions.
1660
1661 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1662
1663         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1664         (wl-folder-put-folder-property): New function to put text property.
1665         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1666         (wl-folder-insert-entity, wl-folder-update-diff-line)
1667         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1668         * wl-e21.el, wl-xmas.el, wl-mule.el
1669         (wl-highlight-folder-current-line): Ditto.
1670         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1671         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1672         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1673         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1674
1675 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1676
1677         * Version number is increased to 2.11.3.
1678
1679 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1680
1681         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1682         Resume current-buffer since it is assumed by remaining tasks.
1683
1684 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1685
1686         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1687         (wl-folder-completion-function): Abolished.
1688         (wl-folder-complete-folder): New function.
1689         (wl-folder-complete-filter-condition): Ditto.
1690         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1691         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1692
1693 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1694
1695         * wl-draft.el (wl-draft-send-confirm): New function.
1696         (wl-draft-send): Use it.
1697
1698         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1699         cursor-in-echo-area while confirming.
1700
1701         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1702
1703         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1704         searching via nntp if wl-summary-search-via-nntp is 'force.
1705         Otherwise, invoke searching in nntp folder only.
1706         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1707
1708         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1709         explicitly for mime-make-text-tag.
1710
1711 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1712
1713         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1714         `mime-make-text-tag' instead of `mime-create-tag'.
1715
1716 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1717
1718         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1719         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1720
1721 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1722
1723         * wl-score.el (wl-score-save): Bind print-length and print-level.
1724         (wl-score-pretty-print): Ditto.
1725         (wl-score-edit-insert-header-entry): Ditto.
1726
1727         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1728         "From" entry to be treated with wl-draft-eword-encode-address-list.
1729         * wl-mime.el (wl-draft-preview-message): Ditto.
1730
1731         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1732         (wl-summary-mark-as-unread): Ditto.
1733         (wl-summary-mark-as-read-region): Change accordingly.
1734         (wl-summary-mark-as-unread-region): Ditto.
1735         (wl-summary-target-mark-mark-as-read): Ditto.
1736         (wl-summary-target-mark-mark-as-unread): Ditto.
1737
1738 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1739
1740         * Version number is increased to 2.11.2.
1741
1742 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1743
1744         * wl-news.el.in (wl-news-previous-version-save): Bind
1745         print-length and print-level.
1746         * wl-thread.el (wl-thread-save-entities): Ditto.
1747         (wl-thread-save-top-list): Bind print-length.
1748
1749 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1750
1751         * wl-highlight.el (wl-highlight-summary-line-string): Use
1752         wl-summary-score-below-mark, wl-summary-score-over-mark.
1753         (wl-highlight-summary-current-line): Ditto.
1754
1755 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1756
1757         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1758         insert it.
1759
1760 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1761
1762         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1763
1764 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1765
1766         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1767         message without msgid.
1768         Rewrite with elmo-folder-move-messages.
1769         Set wl-message-buffer to nil.
1770
1771         * wl-summary.el (wl-summary-erase-subr): New function. Use
1772         elmo-folder-move-messages.
1773         (wl-summary-erase): Call it.
1774         (wl-summary-target-mark-erase): Ditto.
1775
1776 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1777
1778         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1779         it is not up-tp-date.
1780
1781 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1782
1783         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1784         buffer after calling `wl-summary-goto-folder-subr' without the
1785         argument `interactive'.
1786         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1787
1788 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1789
1790         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1791         `mime-create-tag'. Use `string=' instead of `looking-at'.
1792
1793 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1794
1795         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1796         to avoid compile warning.
1797
1798         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1799         entity-id when folder is given.
1800         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1801         save-excursion, use save-selected-window instead.
1802         Select folder buffer window if exists.
1803         (To correct behavior with wl-folder-move-cur-folder.)
1804
1805 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1806
1807         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1808
1809 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1810
1811         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1812         list-count instead of %d.
1813
1814 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1815
1816         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1817         (wl-news): Set it.
1818         (wl-news-append-to-folder): Use it.
1819
1820         * wl-news.el.in (wl-news-send-news): Append to specified folder
1821         instead of wl-default-folder.
1822         (wl-news-append-to-folder): Show error message with specified folder.
1823
1824         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1825                 In most major modes, Emacs assumes that any opening
1826                 delimiter found at the left margin is the start of a
1827                 top-level definition, or defun. Therefore, *never put an
1828                 opening delimiter at the left margin unless it should have
1829                 that significance.*
1830
1831         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1832
1833 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1834
1835         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1836
1837 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1838
1839         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1840
1841 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1842
1843         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1844         for sequential numbering case.
1845
1846 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1847
1848         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1849         value.
1850         (wl-draft-reply-without-argument-list): Ditto.
1851         (wl-draft-reply-myself-with-argument-list): Abolish.
1852         (wl-draft-reply-myself-without-argument-list): Ditto.
1853         * wl-draft.el (wl-draft-self-reply-p): New function.
1854         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1855
1856 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1857
1858         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1859         (avoid error for the case without byte-compiling)
1860
1861 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1862
1863         * wl-news.el.in (wl-news-append-to-folder): New function.
1864         (wl-news-exit): Rewrite.
1865         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1866
1867 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1868
1869         * wl-draft.el (wl-draft-reply-position): New function.
1870         (wl-draft-reply-position): Fix.
1871         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1872         (wl-summary-target-mark-reply-with-citation): Ditto.
1873         (wl-summary-reply-with-citation): Ditto.
1874         * wl-vars.el (wl-draft-reply-default-position): New variable.
1875
1876 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1877
1878         * wl-draft.el (wl-draft-send): Preview when interactive send.
1879
1880 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1881
1882         * wl-draft.el (wl-draft-reply): Set default position.
1883         * wl-summary.el (wl-summary-reply): Ditto.
1884         (wl-summary-reply-with-citation): Ditto.
1885         (wl-summary-target-mark-reply-with-citation): Ditto.
1886
1887 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1888
1889         * wl-news.el.in (wl-news-lang): Set default value according to
1890         current-language-environment.
1891         (wl-news-append-news): Do nothing when news-list is nil.
1892
1893 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1894
1895         * wl-news.el.in (wl-news-mode-map): Add new keybind.
1896         (wl-news): Change message.
1897         (wl-news-exit): Check buffer.
1898         (wl-news-force-exit): New function.
1899         (wl-news-show-all): New function.
1900         (wl-news-discard-and-exit): Fix.
1901
1902 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1903
1904         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
1905         according to current-language-environment.
1906
1907         * wl-news.el.in (wl-news): If arg, show all NEWS after
1908         wl-news-default-previous-version.
1909
1910 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1911
1912         * wl-news.el.in (wl-news-check): Rewritten.
1913         (wl-news-previous-version-load): Change data type.
1914         (wl-news-previous-version-save): Change data type.
1915         (wl-news-append-news): Add return value.
1916         (wl-news-check-news): New function.
1917         (wl-news-already-current-p): New function.
1918         (wl-news-send-news): Rewritten.
1919         (wl-news-mode-map): Add new keybind.
1920         (wl-news): Rewritten.
1921         (wl-news-exit): Rewritten.
1922         (wl-news-discard-and-mail): New function.
1923         (wl-news-send-to-address): Abolished.
1924         * wl.el (wl-init): Delete a message.
1925
1926 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1927
1928         * wl-news.el.in (wl-news-exit): Update previous version.
1929         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
1930
1931 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1932
1933         * wl-news.el.in (wl-news): Add `delete-other-windows'.
1934
1935 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1936
1937         * wl-news.el.in (wl-news): New function.
1938         (wl-news-mode): New function.
1939         (wl-news-next-line): New function.
1940         (wl-news-next-page): New function.
1941         (wl-news-exit): New function.
1942         (wl-news-buf-name): New variable.
1943         (wl-news-mode-map): New variable.
1944         (wl-news-winconf): New variable.
1945         (wl-news-append-news): Add an option.
1946
1947 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1948
1949         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
1950
1951 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1952
1953         * wl-news.el.in (wl-news-send-to-address): New variable.
1954         (wl-news-send-news): Use it.
1955         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
1956         Return updating status.
1957         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
1958
1959 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1960
1961         * wl-news.el.in (wl-news-send-news): Delete
1962         Organization and X-Face.
1963
1964 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1965
1966         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
1967         (wl-news-append-news): New function.
1968         (wl-news-send-news): New function.
1969
1970 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1971
1972         * Version number is increased to 2.11.1.
1973
1974 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1975
1976         * wl-news.el.in : New file.
1977
1978 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1979
1980         * wl-vars.el (wl-draft-reply-with-argument-list): Change
1981         default value.
1982         (wl-draft-reply-without-argument-list): Ditto.
1983
1984 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1985
1986         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
1987         (wl-message-buffer-prefetch-idle-time): Ditto.
1988         (wl-message-buffer-prefetch-folder-type-list): Ditto.
1989
1990 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
1991
1992         * wl-thread.el (wl-thread-insert-message): Use
1993         wl-summary-max-thread-depth.
1994
1995         * wl-summary.el (wl-summary-insert-thread-entity): Refined
1996         loop detection.
1997
1998         * wl-message.el (wl-message-buffer-display): Back to the first page
1999         when cache is hit.
2000
2001 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2002
2003         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2004
2005         * wl-summary.el (wl-summary-insert-thread-entity):
2006         If the thread depth is reached to wl-summary-max-thread-depth,
2007         divide the thread.
2008
2009 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2010
2011         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2012         for elmo-remove-passwd.
2013
2014 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2015
2016         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2017         folder is sticky.
2018         (wl-folder-mark-as-read-all-entity): Ditto.
2019         (wl-folder-prefetch-entity): Ditto.
2020
2021 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2022
2023         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2024
2025 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2026
2027         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2028         Delete messages on buffer for unplugged operation.
2029         (wl-summary-erase): Ditto.
2030
2031 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2032
2033         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2034         take nil so as not to search parent by subject.
2035
2036 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2037
2038         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2039         (wl-folder-get-next-folder): Ditto.
2040         (wl-folder-get-path): Ditto.
2041
2042 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2043
2044         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2045         system and encode the region with it before verifying.
2046
2047 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2048
2049         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2050         system of the echo buffer before decoding.
2051
2052 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2053
2054         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2055         original contents.
2056
2057 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2058
2059         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2060         with argument 'any-exists.
2061
2062 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2063
2064         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2065         Use `wl-cs-autoconv'.
2066
2067 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2068
2069         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2070         by `mime-view-automatic-conversion'.
2071
2072         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2073         (wl-message-verify-pgp-nonmime): Ditto.
2074         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2075         Bind them to C-c:d and C-c:v respectively.
2076
2077         Merge following code by Teranishi-san from [wl-en:00167].
2078         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2079         (wl-mime-preview-application/pgp-encrypted): Ditto.
2080         (wl-mime-setup): Add entry.
2081
2082 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2083
2084         * wl-summary.el (wl-summary-target-mark-erase): New function.
2085         Bind it to "mD".
2086
2087 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2088
2089         * wl-vars.el (wl-draft-write-file-function): Fix.
2090         (wl-draft-reedit-hook): Changed default value.
2091
2092         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2093         wl-draft-reedit-hook.
2094         (wl-draft-remove-text-plain-tag): New function.
2095         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2096
2097         * wl-vars.el (wl-draft-write-file-function): New user option.
2098
2099         * wl-draft.el (wl-draft-prepare-edit): Use it for
2100         local-write-file-hooks.
2101         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2102
2103         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2104         (wl-draft-insert-mail-header-separator): Return the body beginning
2105         point.
2106         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2107         text/plain.
2108         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2109
2110 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2111
2112         * wl-summary.el (wl-summary-erase): New function to erase message
2113         without moving it to trash. Bind to "D".
2114
2115         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2116         as `keep' unless switch-function.
2117
2118 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2119
2120         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2121         message buffer by using `wl-summary-toggle-disp-msg'.
2122         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2123         buffer window.
2124         (wl-summary-supresedes-message): Ditto.
2125
2126         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2127         Do not delete other windows.
2128         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2129         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2130         (wl-draft-create-buffer): Set reply-or-forward also for target
2131         mark commands.
2132
2133 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2134
2135         * wl-draft.el (wl-user-agent-compose): Delete special case for
2136         switch-to-buffer-other-window.
2137
2138         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2139         (wl-summary-forward): Ditto.
2140
2141         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2142         function.
2143         (wl-draft-buffer-style): New use option.
2144
2145         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2146         (wl-draft): Follow the change above.
2147         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2148         wl-draft-buffer-style.
2149         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2150         switch-function.
2151
2152 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2153
2154         * wl-draft.el (wl-user-agent-compose): Delete special case for
2155         switch-to-buffer-other-window.
2156
2157         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2158         (wl-summary-forward): Ditto.
2159
2160         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2161         function.
2162         (wl-draft-buffer-style): New use option.
2163
2164         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2165         (wl-draft): Follow the change above.
2166         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2167         wl-draft-buffer-style.
2168         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2169         switch-function.
2170
2171 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2172
2173         * wl-address.el (wl-address-make-completion-entry): Extracted from
2174         `wl-address-make-completion-list'.
2175         (wl-address-enable-strict-loading): New variable.
2176         (wl-address-make-completion-list): Revive petname duplication
2177         inquiry, and enable it if `wl-address-enable-strict-loading'.
2178         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2179
2180 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2181
2182         * wl-message.el (wl-message-get-original-buffer): Avoid
2183         'Selecting deleted buffer' error when original buffer is killed.
2184
2185 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2186
2187         * wl-summary.el (wl-summary-next-message): Use
2188         elmo-message-accessible-p instead of elmo-message-cached-p.
2189
2190 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2191
2192         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2193
2194         * wl-thread.el (wl-thread-open-all-unread): Use
2195         elmo-folder-list-flagged instead of
2196         elmo-folder-list-messages-mark-match.
2197
2198         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2199         instead of elmo-folder-list-messages-mark-match.
2200         (wl-summary-move-spec-alist): New variable.
2201         (wl-summary-move-spec-plugged-alist,
2202         wl-summary-move-spec-unplugged-alist): Abolish.
2203         (wl-summary-next-message): Follow the change above.
2204         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2205         with 'no-msg' argument.
2206
2207         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2208         variable.
2209         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2210         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2211         (wl-message-buffer-prefetch-get-next): Follow the change above.
2212
2213 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2214
2215         * wl-version.el (wl-version): Changed codename.
2216
2217         * Version number is increased to 2.11.0.
2218
2219 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2220
2221         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2222         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2223         `wl-draft-config-variables'.
2224         (wl-draft-kill): Fixed problem when the draft is reedit.
2225
2226 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2227
2228         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2229         buffer-modified status (Thanks to
2230         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2231
2232 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2233
2234         * wl-util.el (wl-region-exists-p): New function.
2235
2236         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2237         Remove defvars for byte-compile warnings.
2238
2239 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2242         defvar-maybe. Removed unused bind.
2243
2244 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2245
2246         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2247         summary buffer window before creating new frame.
2248         (wl-draft-reply): Ditto.
2249
2250 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2251
2252         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2253
2254 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2255
2256         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2257
2258 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2259
2260         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2261         instead of `kill-region'.
2262
2263 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2264
2265         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2266         (wl-highlight-summary-line-string): Use it.
2267         (wl-highlight-summary-current-line): Ditto.
2268
2269         * wl-mime.el (wl-message-delete-current-part): Check the class of
2270         mime-entity.
2271
2272         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2273
2274         * wl-summary.el (wl-summary-make-number-list): Initialize.
2275         (wl-summary-update-mark): New function.
2276         (wl-summary-reply): Put `answered' mark on the message.
2277         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2278
2279         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2280         (wl-draft-reply): Added optional argument `number';
2281         Set wl-draft-parent-number.
2282         (wl-draft-kill): Delete answered mark if it is a reply.
2283
2284 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2285
2286         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2287         that originates in mime-preview-follow-current-entity.
2288         (wl-draft-yank-current-message-entity): Use it if region is active.
2289
2290         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2291         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2292         `wl-message-delete-current-part'.
2293         * wl-mule.el (wl-message-define-keymap): Ditto.
2294         * wl-xmas.el (wl-message-define-keymap): Ditto.
2295
2296 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2297
2298         * wl-mime.el (wl-message-delete-current-part): New function.
2299         (wl-mime-node-id-to-string): Ditto.
2300
2301         * wl-mime.el (wl-message-delete-current-part): Use existing
2302         original buffer which corresponds current mime-view buffer.
2303         (fetched buffer might have different structure, possibly)
2304
2305         * wl-mime.el (wl-message-delete-current-part): Quit if the
2306         message content differs from the actual message.
2307
2308 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2309
2310         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2311         order.
2312         (wl-summary-search-by-subject): Search parent message from tail;
2313         Check the existence of the parent message on the current thread tree.
2314         (wl-summary-update-thread): Check whether the line is inserted.
2315
2316 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2317
2318         * wl-vars.el (wl-summary-line-format): Undo last change.
2319         * wl-summary.el (wl-summary-print-destination): Do not put
2320         invisible property when `wl-summary-width' is nil.
2321         (wl-summary-line-subject-minimum-length): Abolished.
2322         (wl-summary-line-subject): Ditto.
2323
2324 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2325
2326         * wl-vars.el (wl-summary-line-format): Change default value.
2327         (wl-summary-subject-length-limit): Abolished.
2328         * wl-summary.el (wl-summary-line-subject): Ditto.
2329
2330 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2331
2332         * wl-template.el (wl-template-select): Added optional argument.
2333         If optional argument is specified, reverse
2334         `wl-template-visible-select'.
2335
2336 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2337
2338         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2339         Take prefix argument to force asking the destination folder.
2340
2341 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2342
2343         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2344         count and update status.
2345
2346 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2347
2348         * wl-summary.el (wl-summary-redisplay-internal): If
2349         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2350         after fetching.
2351
2352 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353
2354         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2355         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2356
2357         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2358
2359 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2360
2361         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2362         (All other related portions are changed).
2363         (wl-summary-mark-as-read-all): Rewrite.
2364
2365 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2366
2367         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2368         `wl-summary-mark-as-read'.
2369         (wl-summary-mark-as-unread): Rewrite.
2370         (wl-summary-mark-as-read): Added no-modeline argument.
2371         (wl-summary-resume-cache-status): Rewrite.
2372         (wl-summary-exec-subr): Remove unused local variable.
2373
2374 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2375
2376         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2377         logic to call `wl-summary-buffer-prev-folder-function'.
2378         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2379
2380 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2381
2382         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2383         is nil.
2384
2385 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2386
2387         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2388         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2389         (wl-mime-setup): Add its entry.
2390
2391 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2392
2393         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2394         (wl-summary-delete-cache): Likewise.
2395         (wl-summary-mark-as-read): Rewrite.
2396
2397 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2398
2399         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2400         `wl-summary-count-unread'.
2401
2402         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2403
2404         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2405
2406 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2407
2408         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2409         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2410         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2411         Renamed to the elmo-msgdb-*-mark.
2412         (wl-summary-score-marks): Follow the change above.
2413         (wl-summary-auto-refile-skip-marks): Ditto.
2414         (wl-summary-incorporate-marks): Ditto.
2415         (wl-summary-expire-reserve-marks): Ditto.
2416
2417         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2418         changes.
2419         (wl-thread-insert-top): Changed updating message.
2420
2421         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2422         variable.
2423         (wl-summary-count-unread): Count answered marks.
2424         (wl-summary-rescan): Call wl-summary-insert-message instead of
2425         wl-summary-append-message-func-internal.
2426         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2427         (wl-summary-prefetch-msg): Follow the variable name changes.
2428         (wl-summary-prefetch-region): Ditto.
2429         (wl-summary-mark-as-read-all): Follow the API changes;
2430         Don't call elmo-folder-replace-marks.
2431         (wl-summary-delete-cache): Follow the variable name changes.
2432         (wl-summary-resume-cache-status): Ditto.
2433         (wl-summary-update-status-marks): New function.
2434         (wl-summary-insert-message): New function.
2435         (wl-summary-sync-marks): Follow the variable name changes.
2436         (wl-summary-sync-update): Synchronize to the msgdb, too;
2437         Changed update messages.
2438         (wl-summary-make-number-list): Rewrite.
2439         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2440         (wl-summary-mark-as-unread): Follow the API changes.
2441         (wl-summary-exec-subr): Follow the variable name changes.
2442         (wl-summary-mark-as-read): Ditto.
2443         (wl-summary-move-spec-plugged-alist): Ditto.
2444         (wl-summary-move-spec-unplugged-alist): Ditto.
2445         (wl-summary-cursor-move-surface): Ditto.
2446
2447         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2448         variable name changes.
2449         (wl-highlight-summary-current-line): Ditto.
2450
2451         * wl-expire.el (wl-expire-refile): Follow the API change in
2452         elmo-folder-move-messages.
2453         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2454         (wl-summary-archive): Use elmo-folder-msgdb instead of
2455         elmo-msgdb-load.
2456
2457 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2458
2459         * wl-mime.el (wl-draft-preview-message): Restore the position
2460         before evaluating wl-draft-send-hook in preview buffer.
2461
2462 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2463
2464         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2465         when it creates new draft buffer.
2466
2467         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2468         without argument.
2469
2470         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2471         Evaluate content and if the value is string, insert it.
2472         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2473         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2474         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2475         wl-draft-config-sub-part-bottom): Use it.
2476
2477         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2478         with the folder name. The question was unintelligible when it is
2479         called from wl-save-status.
2480
2481 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2482
2483         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2484         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2485         cannot take second argument).
2486
2487 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2488
2489         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2490         as t. Since type and subtype are not case sensitive (RFC 2045).
2491
2492 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2493
2494         * wl-vars.el (wl-message-mode-line-format): New variable.
2495         (wl-message-mode-line-format-spec-alist): Ditto.
2496         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2497         (wl-message-redisplay): Use wl-message-mode-line-format.
2498
2499 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2500
2501         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2502
2503 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2504
2505         * wl-summary.el (wl-summary-default-from): Write description.
2506
2507 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2508
2509         * wl-vars.el (wl-ldap-objectclass): Abolish.
2510
2511         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2512         (wl-ldap-make-filter): Removed condition for objectclass.
2513         (wl-ldap-make-matched-value-list): Remove meaningless process.
2514         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2515         (wl-address-ldap-search): Don't add `*' to `pat' string;
2516         use ignore-errors; added `email';
2517         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2518         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2519         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2520
2521
2522 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2523
2524         * wl-draft.el (wl-draft-parent-folder): Write description.
2525         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2526
2527 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2528
2529         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2530         as "" (zero-length string) if no parent.
2531         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2532
2533 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2534
2535         * wl-address.el (wl-address-make-completion-list): Skip duplication
2536         checking.
2537         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2538         `append'.
2539
2540 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2541
2542         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2543         instead of `beginning-of-buffer'.
2544
2545 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2548
2549 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2550
2551         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2552         Refer wl-message-buffer-name.
2553         (wl-message-wheel-down): Ditto.
2554
2555 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2556
2557         * wl-vars.el (wl-message-buffer-name): New user option.
2558
2559         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2560         directly instead of making alist dinamically.
2561
2562         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2563         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2564         wl-message-buffer-cache-name.
2565         (wl-message-buffer-cache-clean-up): Ditto.
2566
2567         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2568
2569         * Version number is increased to 2.9.15.
2570
2571 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2572
2573         * wl-vars.el (wl-summary-default-view-alist): New user option.
2574
2575         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2576
2577         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2578         while deleting address.
2579         (wl-draft-delete-myself-from-cc): Ditto.
2580
2581         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2582         If optional argument is specified, reverse sort order.
2583
2584         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2585
2586 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2587
2588         * wl-thread.el (wl-thread-insert-message): Return parent number if
2589         exists.
2590         (wl-thread-update-indent-string-region): Use
2591         wl-thread-update-line-on-buffer-sub instead of
2592         wl-thread-update-line-on-buffer.
2593
2594 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2595
2596         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2597         (wl-folder-close-all): Ditto.
2598
2599 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2600
2601         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2602         and mailing-list:.
2603         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2604         value.
2605         (wl-summary-line-list-info): Print mailing-list name even when 
2606         list-number is empty.
2607
2608 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2609
2610         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2611
2612         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2613         (wl-draft-open-file): Ditto.
2614         (wl-draft-random-alphabet): Ditto.
2615
2616         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2617         bindings.
2618
2619 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2620
2621         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2622         * wl-vars.el (wl-draft-config-alist): Ditto.
2623
2624 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2625
2626         * Version number is increased to 2.9.14.
2627
2628         * wl.el (wl): Don't set wl-init as nil when error occured while
2629         auto-checking folders.
2630
2631         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2632         `elmo-expand-newtext'.
2633
2634 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2635
2636         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2637         `this-command' so that `wl-folder-goto-folder' contained in
2638         `wl-summary-keep-cursor-command' work.
2639
2640 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2641
2642         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2643         message buffer displaying state.
2644
2645 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2646
2647         * wl-vars.el (wl-summary-default-view): New variable to specify
2648         default value for `wl-summary-buffer-view' instead of using
2649         set-default.
2650         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2651
2652 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2653
2654         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2655
2656         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2657
2658 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2659
2660         * wl-vars.el (wl-forward-subject-prefix): New variable.
2661         * wl-draft.el (wl-draft-forward): Use it.
2662
2663 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2664
2665         * wl-message.el (wl-message-prev-page): When it is called without
2666         lines argument, scroll down by wl-message-scroll-amount lines.
2667         (wl-message-next-page): Ditto.
2668         * wl-vars.el (wl-message-scroll-amount): Change default value
2669         to preserve current behavior.
2670
2671 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2672
2673         * wl-summary.el (wl-summary-prefetch-msg): Bind
2674         `wl-message-entity' to call `wl-summary-from-function'.
2675
2676 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2677
2678         * wl-message.el (wl-message-buffer-create): Run
2679         wl-message-buffer-created-hook.
2680
2681 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2682
2683         * wl-summary.el (wl-summary-sort-specs): New variable.
2684         (wl-summary-default-sort-spec): Ditto.
2685         (wl-summary-sort): Rewrite.
2686         (wl-summary-sort-by-list-info): New function.
2687
2688 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2689
2690         * wl-summary.el (wl-summary-get-list-info): New function.
2691         (wl-summary-sort): Rewrite.
2692         (wl-summary-line-list-info): Ditto.
2693         (wl-summary-line-list-count): Ditto.
2694         (wl-summary-refile-region): Fixed docstring.
2695
2696 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2697
2698         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2699         `wl-folder-entity-hashtb' as completion table.
2700
2701 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2704         only when this command is called interactively; silence the byte-
2705         compiler.
2706
2707 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2708
2709         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2710         active in XEmacs.
2711
2712 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2713
2714         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2715         plural lines.
2716
2717 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2718
2719         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2720         of current line when the cursor is on the header name.
2721         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2722
2723 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2724
2725         * wl-util.el (wl-read-directory-name): Return displayed directory
2726         as the default value also on XEmacs.
2727
2728 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2729
2730         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2731         formatting.
2732
2733 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2734
2735         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2736         argument and when it is non-nil, check face property before
2737         highlighting for each line.
2738         (wl-highlight-summary-window): Set it.
2739
2740 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2741
2742         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2743         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2744
2745         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2746         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2747         (wl-draft-get-fcc-list): Likewise.
2748
2749 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2750
2751         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2752         (wl-thread-entity-cur): Ditto.
2753         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2754         wl-thread-indent-regexp setting.
2755         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2756
2757         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2758         wl-summary-lazy-highlight.
2759         (wl-summary-display-bottom): Ditto.
2760
2761         * wl-thread.el (wl-thread-open-close): Likewise.
2762
2763         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2764         from and subject;
2765         Bind wl-draft-use-frame;
2766         Enclose with save-window-excursion;
2767         Use wl-draft-create-buffer instead of with-temp-buffer;
2768         Use wl-draft-prepare-edit;
2769         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2770         Use wl-draft-send instead of wl-draft-raw-send.
2771
2772 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2773
2774         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2775         of using wl-from.
2776
2777 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2778
2779         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2780         insert-buffer instead of clone-buffer.
2781         (wl-draft-doing-mime-bcc): New variable.
2782         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2783         infinite loop.
2784         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2785
2786         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2787         (wl-draft-mime-bcc-body): Ditto.
2788
2789         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2790         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2791         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2792         wl-draft-do-mime-bcc.
2793         (wl-draft-mime-bcc-field): New function.
2794         (wl-draft-do-mime-bcc): Ditto.
2795
2796         * wl-address.el (wl-address-complete-header-list): New variable.
2797         (wl-address-complete-header-regexp): Changed default value.
2798
2799         * Version number is increased to 2.9.13.
2800
2801 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2802
2803         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2804         it is differed.
2805
2806 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2807
2808         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2809         (wl-summary-line-list-count): Ditto.
2810
2811 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2812
2813         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2814         (wl-nntp-posting-function): New variable.
2815         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2816         `wl-nntp-posting-config-alist'.
2817
2818 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2819
2820         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2821         FLIM.
2822
2823 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2824
2825         * wl-summary.el (wl-summary-target-mark-refile-sub):
2826         Remove a nuisance funcall.
2827
2828 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2829
2830         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2831         as t for `try-completion'.
2832
2833 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2834
2835         * wl-summary.el (wl-summary-default-from): Use
2836         wl-address-header-extract-address instead of
2837         std11-extract-address-components.
2838         (wl-summary-simple-from): Ditto.
2839         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2840         (wl-summary-insert-headers): Show message.
2841         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2842         for whole line.
2843         (wl-summary-default-from): Revert last change.
2844         (wl-summary-simple-from): Ditto.
2845         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2846         (wl-summary-mark-as-read-region): Follow the change above.
2847         (wl-summary-sync-marks): Ditto.
2848         (wl-summary-target-mark-mark-as-read): Ditto.
2849         (wl-summary-redisplay-internal): Ditto.
2850         (wl-summary-redisplay-no-mime-internal): Ditto.
2851         (wl-summary-redisplay-all-header): Ditto.
2852         (wl-summary-mark-as-read): Removed argument `cached';
2853         Use current cache status to set cache mark.
2854         (wl-summary-redisplay-internal): Follow the change above.
2855         (wl-summary-redisplay-no-mime-internal): Ditto.
2856         (wl-summary-redisplay-all-header): Ditto.
2857
2858         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2859
2860         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2861         Don't call itself recursively (Adviced by Yamaoka-san).
2862
2863 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2864
2865         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2866         bind wl-summary-highlight as nil to avoid error caused by missing
2867         local variables.
2868
2869 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2870
2871         * wl-vars.el (wl-invalid-character-message): New user option.
2872
2873         * wl-util.el (wl-set-string-width): If truncated string-width is
2874         larger than specified width, use `wl-invalid-character-message'.
2875
2876 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2877
2878         * wl-summary.el (wl-summary-prefetch-msg): 
2879         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2880
2881 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2882
2883         * wl-vars.el (wl-summary-check-line-format): New user option.
2884         (wl-summary-line-format-file): Ditto.
2885
2886         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
2887         variable.
2888         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
2889         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
2890         and `wl-summary-view-old-p' to check whether do a rescan or not.
2891         (wl-summary-view-old-p): New function.
2892         (wl-summary-line-format-changed-p): Ditto.
2893         (wl-summary-line-format-save): Ditto.
2894         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
2895
2896         * wl-util.el (wl-set-string-width): Avoid using negative number
2897         for make-string.
2898
2899 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2900
2901         * wl-summary.el (wl-summary-line-list-info): Revised format of the
2902         return value.
2903
2904         * wl-util.el (wl-set-string-width): Added optional argument
2905         `padding' (All other related portions are changed).
2906         (wl-line-parse-format): If the first letter of column number is
2907         `0', zero-padding the result (ex: "%05l").
2908
2909         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
2910
2911 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2912
2913         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
2914         sequential summary view.
2915
2916 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
2919         if it doesn't have a -unix version.
2920
2921 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2922
2923         * wl-summary.el (wl-summary-jump-to-msg): Fix.
2924
2925 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2926
2927         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
2928         content.
2929         (wl-draft): Follow the change above.
2930
2931         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
2932
2933         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
2934         and wl-folder-summary-line-format-alist contain %T and %P.
2935
2936         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
2937         (wl-summary-mode-line-format): New user option.
2938         (wl-summary-line-format-spec-alist): Added l, T, P, n.
2939         (wl-summary-line-format): Changed default value.
2940         (wl-summary-lazy-highlight): Changed default value.
2941
2942         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2943         change in wl-summary-create-line.
2944         (wl-thread-insert-entity-sub): Ditto.
2945
2946         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
2947         (wl-summary-buffer-unread-status): Ditto.
2948         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
2949         (wl-summary-buffer-persistent-mark-column): Ditto.
2950         (wl-summary-buffer-mode-line-formatter): Ditto.
2951         (wl-summary-buffer-mode-line): Ditto.
2952         (wl-summary-message-regexp): Abolished.
2953         (All other related portions are changed.)
2954         (wl-summary-detect-mark-position): New function.
2955         (wl-summary-buffer-set-folder): Setup
2956         wl-summary-buffer-mode-line-formatter.
2957         (wl-summary-mode): Setup selective-display;
2958         Setup pre-idle-hook when xemacs.
2959         (wl-summary-update-modeline): Rewrite.
2960         (wl-summary-jump-to-msg): Define as function;
2961         Changed regexp for searching messages.
2962         (wl-summary-message-number): Rewrite.
2963         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
2964         Do rescan when old type summary cache.
2965         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
2966         (wl-summary-remove-destination): Use '\r' to detect EOL.
2967         (wl-summary-print-destination): Ditto.
2968         (wl-summary-temp-mark): New inline function.
2969         (wl-summary-persistent-mark): Ditto.
2970         (wl-summary-line-number): New function.
2971         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
2972         (wl-summary-line-list-count): New function.
2973         (wl-summary-create-line): Added argument persistent-mark.
2974         (All other related portions are changed)
2975         (wl-summary-create-line): Insert '\r'.
2976         (wl-summary-save-view-cache): Encode whth `unix' EOL.
2977         (wl-summary-cursor-move-surface): New inline function.
2978         (wl-summary-prev): Use it.
2979         (wl-summary-next): Ditto.
2980
2981         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
2982         wl-summary-message-regexp.
2983         (wl-highlight-summary): Delete progress message.
2984         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
2985
2986         * Version number is increased to 2.9.12.
2987
2988 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2989
2990         * wl-summary.el (wl-summary-line-subject-minimum-length): New
2991         variable (nil: no minimum).
2992         (wl-summary-line-subject): Add some spaces after subject by
2993         wl-summary-line-subject-minimum-length.
2994
2995 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2996
2997         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
2998         and removed `F'.
2999         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3000         change above).
3001
3002 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3003
3004         * wl-summary.el (wl-summary-line-list-count): Reverted.
3005         (example setting in samples/*/dot.wl is also updated)
3006
3007 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3008
3009         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3010
3011         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3012
3013         * wl-vars.el (wl-summary-line-format): Addes some description to the
3014         docstring.
3015
3016         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3017         (wl-summary-line-close-bracket): Ditto.
3018         (wl-summary-line-children-number): Ditto.
3019         (wl-summary-line-thread-indent): Ditto.
3020         (wl-summary-line-children-and-from): Ditto.
3021
3022         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3023         't', 'c', 'F' and added 'C'.
3024
3025         * wl-util.el (wl-set-string-width): Accept negative value.
3026         (wl-line-parse-format): Added "%number(" and "%)".
3027
3028 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3029
3030         * wl-summary.el (wl-summary-line-list-count): Change format of the
3031         return value.
3032
3033 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3034
3035         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3036         from the recent message.el.
3037         (wl-draft-point-in-header-p): Ditto.
3038         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3039         wl-draft-beginning-of-line.
3040         * wl-e21.el (wl-draft-mode-map): Ditto.
3041         * wl-xmas.el (wl-draft-mode-map): Ditto.
3042
3043         * wl-folder.el: Sort macrodefs by dependencies.
3044
3045 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3046
3047         * wl-summary.el (wl-summary-prev): Fixed regexp.
3048         (wl-summary-next): Ditto.
3049
3050 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3051
3052         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3053
3054 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3055
3056         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3057         for backward compatibility.
3058
3059 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3060
3061         * wl-summary.el (wl-summary-line-list-count): New function, merged
3062         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3063         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3064         list counts.
3065
3066 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3067
3068         * wl-summary.el (wl-summary-create-line): Ignore errors while
3069         timezone-fix-time.
3070
3071         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3072
3073         * wl-summary.el (wl-summary-sync-update): Ditto.
3074         (wl-summary-default-from): Use wl-message-entity
3075         instead of entity.
3076
3077         * wl-summary.el (wl-summary-create-line): Fix.
3078
3079         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3080         (wl-summary-line-format): New user option.
3081         (wl-folder-summary-line-format-alist): Ditto.
3082         (wl-summary-from-width): Abolished.
3083
3084         * wl-util.el (toplevel): Require 'bytecomp.
3085         (wl-line-parse-format): New function.
3086         (wl-line-formatter-setup): New macro.
3087
3088         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3089         (wl-summary-buffer-line-formatter): New buffer local variable.
3090         (wl-summary-switch-to-clone-buffer): Follow the change above.
3091         (wl-summary-message-regexp): Fix.
3092         (wl-summary-from-func-internal): Abolished.
3093         (wl-summary-subject-func-internal): Ditto.
3094         (wl-summary-subject-filter-func-internal): Ditto.
3095         (All other related portions are changed.)
3096         (wl-summary-buffer-set-folder):
3097         Set up wl-summary-buffer-number-column and 
3098         wl-summary-buffer-line-formatter
3099         (All other related portions are changed.)
3100         (wl-summary-buffer-number-column-detect): Abolished.
3101         (All other related portions are changed.)
3102         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3103         (wl-summary-delete-all-temp-marks-on-buffer): Use
3104         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3105         (wl-summary-target-mark-delete): Ditto.
3106         (wl-summary-target-mark-refile-subr): Ditto.
3107         (wl-summary-target-mark-mark-as-read): Ditto.
3108         (wl-summary-target-mark-mark-as-unread): Ditto.
3109         (wl-summary-target-mark-mark-as-important): Ditto.
3110         (wl-summary-target-mark-save): Ditto.
3111         (wl-summary-replace-status-marks): Renamed from
3112         wl-summary-set-status-marks-on-buffer;
3113         Use wl-summary-message-regexp instead of
3114         wl-summary-buffer-number-regexp.
3115         (wl-summary-sync-update): Follow the change above.
3116         (wl-summary-goto-previous-message-beginning): New function.
3117         (wl-summary-mark-as-unread): Use it.
3118         (wl-summary-mark-as-important): Ditto.
3119         (wl-summary-line-formatter): New variable.
3120         (wl-summary-line-year): New function.
3121         (wl-summary-line-day): Ditto.
3122         (wl-summary-line-day-of-week): Ditto.
3123         (wl-summary-line-hour): Ditto.
3124         (wl-summary-line-minute): Ditto.
3125         (wl-summary-line-open-bracket): Ditto.
3126         (wl-summary-line-close-bracket): Ditto.
3127         (wl-summary-line-children-number): Ditto.
3128         (wl-summary-line-thread-indent): Ditto.
3129         (wl-summary-line-size): Ditto.
3130         (wl-summary-line-subject): Ditto.
3131         (wl-summary-line-from): Ditto.
3132         (wl-summary-line-children-and-from): Ditto.
3133         (wl-summary-create-line): Rewritten.
3134         (wl-summary-format-date): Abolished.
3135
3136         * wl-highlight.el (wl-highlight-summary-current-line): Use
3137         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3138         Use thread structure to detect thread top message.
3139
3140         * wl-draft.el (wl-default-draft-cite): Don't use
3141         wl-summary-from-func-internal.
3142
3143         * wl-refile.el (wl-refile-subject-learn): Don't use
3144         wl-summary-subject-filter-func-internal.
3145         (wl-refile-guess-by-subject): Ditto.
3146
3147         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3148         parameters.
3149
3150         * wl-thread.el (wl-thread-update-indent-string-region):
3151         Use wl-thread-update-line-on-buffer instead of
3152         wl-thread-update-indent-string.
3153         (wl-thread-update-children-number): Redefine using
3154         wl-thread-update-line-on-buffer.
3155         (wl-thread-update-indent-string): Abolished.
3156
3157         * Version number is increased to 2.9.11.
3158
3159 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3160
3161         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3162         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3163         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3164
3165         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3166         as nil.
3167
3168         * wl-thread.el (wl-thread-open-all-unread): Use 
3169         elmo-folder-list-messages-mark-match.
3170         (wl-thread-insert-message): Removed argument `mark-alist'.
3171         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3172         elmo-msgdb-set-mark.
3173         (wl-thread-get-children-msgs-uncached): Likewise.
3174         (wl-thread-get-exist-children): Added argument include-self.
3175         (wl-thread-delete-message): Follow the change above.
3176
3177         * wl-summary.el (wl-summary-count-unread): Removed argument.
3178         (wl-summary-rescan): Follow the change above.
3179         (wl-summary-mark-as-read-region): Ditto
3180         (wl-summary-mark-as-unread-region): Ditto.
3181         (wl-summary-delete-messages-on-buffer): Ditto.
3182         (wl-summary-sync-update): Ditto.
3183         (wl-summary-switch-to-clone-buffer): Ditto.
3184         (wl-summary-goto-folder-subr): Ditto.
3185         (wl-summary-target-mark-mark-as-read): Ditto.
3186         (wl-summary-target-mark-mark-as-unread): Ditto.
3187         (wl-summary-target-mark-mark-as-important): Ditto.
3188         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3189         (wl-summary-update-thread): Removed argument `mark-alist'.
3190         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3191         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3192         (wl-summary-resume-cache-status): Likewise.
3193         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3194         elmo-msgdb-set-mark.
3195         (wl-summary-mark-as-read-all): Likewise.
3196         (wl-summary-delete-cache): Ditto.
3197         (wl-summary-auto-select-msg-p): Ditto.
3198         (wl-summary-mark-as-unread): Ditto.
3199         (wl-summary-no-auto-refile-message-p): Ditto.
3200         (wl-summary-mark-as-read): Ditto.
3201         (wl-summary-mark-as-important): Ditto.
3202         (wl-summary-auto-refile): Follow the change above.
3203         (wl-summary-delete-all-marks): Removed.
3204         (wl-summary-resume-marks-and-highlight): Ditto.
3205         (wl-summary-resume-marks): Ditto.
3206         (wl-summary-delete-important-msgs-from-list): Ditto.
3207         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3208
3209         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3210         wl-summary-count-unread.
3211
3212         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3213         (wl-summary-score-update-all-lines): Use
3214         elmo-msgdb-set-mark.
3215
3216 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3217
3218         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3219         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3220         (wl-summary-create-line): Renamed from
3221         wl-summary-overview-create-summary-line;
3222         Argument rearrangement.
3223         (wl-summary-update-thread): Follow the change above.
3224
3225         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3226         (wl-thread-insert-entity-sub): Likewise.
3227
3228         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3229         argument `overview', `mark-alist' and added `msgdb'.
3230
3231         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3232
3233         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3234         (wl-summary-rescan): Follow the change above.
3235         (wl-summary-sync-update): Ditto.
3236         (wl-summary-insert-thread-entity): Ditto;
3237         Don't use `let*' in every while loop;
3238         Detect infinite loop of threads.
3239         (wl-summary-update-thread): Removed argument `overview'.
3240
3241         * wl-thread.el (wl-thread-insert-message): Ditto.
3242
3243         * Version number is increased to 2.9.10.
3244
3245         * wl-message.el (wl-message-redisplay): Ignore errors while
3246         wl-message-redisplay-hook.
3247
3248 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3249
3250         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3251
3252 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3253
3254         * wl.el (wl): inhibit-quit while wl-folder.
3255
3256 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3257
3258         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3259         while msgdb access.
3260
3261 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3262
3263         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3264         even if no folder is not created.
3265
3266 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3269
3270         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3271         implementation.
3272         (wl-summary-target-mark-thread): Ditto.
3273
3274         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3275
3276 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3277
3278         * wl-util.el (wl-display-bytes): Remove unused function.
3279
3280 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3281
3282         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3283         seems critical one (partially reverse the change in 2002/03/17).
3284
3285 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3286
3287         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3288         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3289
3290 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3291
3292         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3293         is not writable.
3294         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3295         plugged status instead of `'force' as 2nd argument.
3296
3297         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3298         is not creatable.
3299
3300         * Version number is increased to 2.9.9.
3301
3302 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3303
3304         * wl-summary.el (wl-summary-suspend): New function.
3305
3306 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3307
3308         * wl.el (wl): Do not check variables if check is nil.
3309         * wl-utils.el (wl-collect-draft): New function.
3310         * wl-folder.el (wl-folder-suspend): Put summary buffers
3311         and draft buffers at the end of buffer list.
3312         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3313
3314 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3315
3316         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3317         loop instead of recursive call.
3318
3319         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3320         2nd argument.
3321
3322 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3323
3324         * wl-draft.el (wl-draft-create-contents): Don't take neither
3325         (function . args) nor (string . something) any more.
3326
3327         * wl-version.el (wl-generate-user-agent-string): Return string
3328         without header symbol.
3329         * wl-draft.el (wl-draft-default-headers): Use it.
3330
3331         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3332         `wl-draft-insert-ccs' and return field value instead of inserting
3333         the header. Abolish cc argument.
3334         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3335
3336         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3337         rather than one with string car.
3338
3339         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3340         * wl-draft.el (wl-draft-create-contents): Add it after the default
3341         headers.
3342
3343         * wl-draft.el (wl-draft-create-contents): For the case of
3344         (symbol-or-string . function) insert header only when the function
3345         returns string value.
3346
3347 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3348
3349         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3350         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3351
3352 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3353
3354         * wl.el (wl-check-environment): Don't check Message-ID when
3355         `wl-insert-message-id' is nil.
3356         Revive checking if `wl-message-id-domain' contains "@".
3357
3358 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3359
3360         * wl.el (wl-check-environment): Merge examination for "@" at
3361         inappropriate position into the first string-match.
3362
3363         * wl-summary.el (wl-summary-target-mark-print): New function.
3364         (wl-summary-pipe-message-subr): Extracted from
3365         `wl-summary-pipe-message'.
3366         (wl-summary-target-mark-pipe): New function.
3367         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3368         `wl-summary-target-mark-pipe'.
3369
3370 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3371
3372         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3373
3374 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3375
3376         * wl.el (wl-check-environment): Use elmo-warning instead of
3377         error for non-critical ones.
3378         Remove trash folder check.
3379         (wl): Don't ignore error in wl-check-environment.
3380
3381         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3382         check, which is moved from `wl-check-environment'.
3383         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3384
3385 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3386
3387         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3388         guess anything, call wl-summary-write.
3389         (wl-summary-write): Create draft with blank To field.
3390         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3391
3392 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3393
3394         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3395         argument full as well for wl-folder-write-current-folder.
3396         If wl-*-write-current-folder cannot guess addressee, add blank
3397         To header.
3398         Rewrite condition for positioning cursor.
3399
3400 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3401
3402         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3403         summary buffer is present, use it.
3404         (wl-folder-jump-to-previous-summary): Ditto.
3405
3406 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3407
3408         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3409
3410         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3411         wl-summary-previous-buffer and wl-summary-next-buffer.
3412
3413         * wl-folder.el (wl-folder-mode-map): Bind
3414         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3415         (wl-folder-jump-to-next-summary): New function.
3416         (wl-folder-jump-to-previous-summary): Ditto.
3417
3418         * wl-draft.el (wl-draft): Rearranged.
3419
3420 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3421
3422         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3423         of header.
3424         (wl-draft): Collect arguments for the header as header-alist.
3425         (wl-draft-forward): Arrange arguments for wl-draft.
3426         (wl-draft-reply): Ditto.
3427         (wl-draft-edit-string): Ditto.
3428         * wl-summary.el (wl-summary-write): Ditto.
3429         (wl-summary-write-current-folder): Ditto.
3430
3431         * Version number is increased to 2.9.8.
3432
3433 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3434
3435         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3436
3437         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3438
3439         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3440         even if the guess failed.
3441
3442         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3443         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3444         wl-summary-write-current-folder.
3445         * wl-xmas.el: Ditto.
3446
3447 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3448
3449         * wl-summary.el (wl-summary-next-page): Force display message if
3450         message is not displayed yet.
3451         (wl-summary-prev-page): Ditto.
3452
3453 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3454
3455         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3456
3457 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3458
3459         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3460         add "Preview Message" and "Save Draft and Exit".
3461
3462 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3463
3464         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3465         if addrmgr is called from draft in splitted window.
3466
3467         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3468         * wl-mule.el: Ditto.
3469         * wl-xmas.el: Ditto.
3470
3471 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3472
3473         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3474
3475         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3476         * wl-xmas.el (wl-folder-toolbar): Ditto.
3477
3478 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3479
3480         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3481         and wl-draft-save-and-exit.
3482         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3483         * wl-xmas.el: Ditto.
3484         * wl-mule.el: Ditto.
3485
3486         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3487         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3488
3489 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3490
3491         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3492         lists for saving buffer.
3493
3494 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3495
3496         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3497         parent-folder argument instead of it.
3498         (wl-draft-create-buffer): Ditto.
3499         (wl-draft-forward): Ditto.
3500         (wl-draft-reply): Ditto.
3501         * wl-summary.el (wl-summary-write): Ditto.
3502         (wl-summary-write-current-folder): Ditto.
3503
3504         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3505         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3506         Folder buffer after composing.
3507
3508 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3511         header if the file `wl-x-face-file' already contains it.
3512
3513 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3514
3515         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3516         folder" entry.
3517         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3518         * wl-e21.el (wl-folder-toolbar): Ditto.
3519         * wl-xmas.el (wl-folder-toolbar): Ditto.
3520
3521 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3522
3523         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3524         wl-folder-goto-folder with sticky argument.
3525         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3526
3527 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3528
3529         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3530         and wl-summary-previous-buffer.
3531         (wl-summary-next-buffer): New function.
3532         (wl-summary-previous-buffer): Ditto.
3533
3534 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3535
3536         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3537         wl-folder-jump-to-current-entity-with-arg.
3538         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3539         `wl-folder-jump-to-current-entity'.
3540         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3541         `wl-summary-goto-folder-sticky'.
3542         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3543         `wl-summary-goto-folder'.
3544         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3545         Unless force-exit, do not clean temp. marks for sticky summary.
3546         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3547
3548 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3549
3550         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3551         not entire.
3552
3553 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3554
3555         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3556         to `C-x C-s'.
3557         (wl-summary-save-status): New command.
3558         (wl-summary-exit): Don't clean-up temp marks when sticky.
3559         (Applied patch from Nakayama-san [wl: 09548])
3560         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3561         Do nothing when no mark data.
3562         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3563         Call `wl-summary-delete-all-temp-marks' before saving.
3564
3565 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3566
3567         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3568
3569 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3570
3571         * wl.el (wl-check-environment): Also cause error when (system-name)
3572         returns "localhost.localdomain". (Although it doesn't affect because
3573         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3574
3575 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3576
3577         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3578         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3579
3580         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3581         value.
3582
3583 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3584
3585         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3586         Likewise r-cc-list and r-ng-list.
3587
3588 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3589
3590         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3591         only if it is bound as variable.
3592
3593         * wl-mime.el (wl-draft-preview-message): Ditto.
3594
3595 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3596
3597         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3598         needless `goto-char'.
3599
3600         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3601         `wl-summary-redisplay-no-mime-internal' instead of
3602         `wl-summary-redisplay-no-mime'.
3603         (wl-summary-redisplay-no-mime): Changed argument;
3604         Call `wl-summary-redisplay-no-mime-internal'.
3605
3606         * wl-mime.el (wl-draft-preview-message): Bind
3607         `mime-header-encode-method-alist' locally.
3608
3609         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3610         (wl-draft-std11-parse-addresses): Added the first address check.
3611         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3612
3613         * Version number is increased to 2.9.7.
3614
3615 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3616
3617         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3618
3619 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3620
3621         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3622         related to scrollbar support, if there is no such a feature
3623         compiled in.
3624
3625 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3626
3627         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3628         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3629         for prefetch.
3630
3631 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3632
3633         * wl-summary.el (wl-summary-pick): Fix for no match.
3634
3635 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3636
3637         * wl-draft.el (wl-draft-save):
3638         Override `mime-header-encode-method-alist'.
3639
3640 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3641
3642         * wl-folder.el (wl-folder-pick): New function.
3643         Define key as "?".
3644
3645 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3646
3647         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3648         Fix for unplugged.
3649
3650 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3651
3652         * wl-folder.el (wl-folder-virtual): New function.
3653         Define key as "V".
3654
3655 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3656
3657         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3658         multi folder if entity is group.
3659
3660 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3661
3662         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3663         is nil.
3664
3665 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3666
3667         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3668         (wl-summary-target-mark-msgs): Return the number of marked messages.
3669
3670 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3671
3672         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3673         "first:" is specified.
3674
3675 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3676
3677         * wl-vars.el (wl-from): Use return value of function
3678         user-full-name instead of the variable user-full-name since
3679         XEmacs-20.4 doesn't set this variable.
3680
3681 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3682
3683         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3684         call `wl' directly.
3685
3686 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3687
3688         * wl-draft.el (wl-draft-reedit): Removed duplicated
3689         switch-to-buffers.
3690
3691 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * wl.el (wl-other-frame): Removed garbages.
3694
3695 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3696
3697         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3698
3699         * wl-xmas.el (wl-draft-key-setup): Ditto.
3700
3701         * wl-mule.el (wl-draft-key-setup): Ditto.
3702
3703         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3704         (wl-draft-reedit): Ditto.
3705         (wl-draft-prepare-edit): Add `wl-draft-save' to
3706         `local-write-file-hooks'.
3707         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3708         (wl-draft-reedit): Set buffer-file-name.
3709         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3710
3711
3712         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3713         call it.
3714         (wl-delete-startup-frame-function): New variable.
3715         (wl-other-frame): New function
3716         (Original was written by Yamaoka san [wl: 09239]).
3717
3718         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3719         if `wl-folder-use-frame'.
3720
3721 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3722
3723         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3724
3725 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3726
3727         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3728         New variable.
3729         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3730         (wl-message-buffer-prefetch-get-next): Use them.
3731         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3732
3733 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3734
3735         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3736         with unwind-protect.
3737
3738         * wl-draft.el (wl-draft-reedit): Rewrite.
3739         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3740         (wl-draft-save): Insert header separator if it does not exist;
3741         Removed condition-case.
3742
3743         * wl-summary.el (wl-summary-reedit): Revert last change.
3744
3745         * wl-draft.el (wl-draft-save): Rewrite.
3746         (wl-draft-create-buffer): Set buffer-file-name as nil.
3747
3748         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3749
3750         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3751
3752         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3753         nil.
3754
3755 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3756
3757         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3758         If count is nil, do not prefetch.
3759         (wl-message-buffer-prefetch-next): Next.
3760
3761 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3762
3763         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3764
3765 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3766
3767         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3768         `delete-backward-char'
3769         (wl-draft-prepare-edit): Check major-mode.
3770         (wl-draft-decode-header): Rewrite.
3771         (wl-draft): Fix.
3772
3773 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3774
3775         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3776
3777 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3778
3779         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3780         (wl-message-buffer-prefetch-get-next): Remove size checking.
3781         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3782
3783 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3784
3785         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3786         (wl-draft-default-headers): Fix.
3787
3788 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3789
3790         * wl-draft.el (wl-draft-default-headers): Insert return value of
3791         `wl-generate-mailer-string-function'.
3792
3793 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3794
3795         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3796         (wl-draft-insert-mail-header-separator): Ditto.
3797
3798         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3799         again (Reverted the change on 2002-01-17 by OKADA san).
3800
3801 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3802
3803         * wl-draft.el (wl-draft): Rewrite.
3804         (wl-draft-create-buffer): New function.
3805         (wl-draft-create-contents): Ditto.
3806         (wl-draft-prepare-edit): Ditto.
3807         (wl-draft-decode-header): Ditto.
3808         (wl-draft-decode-body): Ditto.
3809         (wl-draft-check-new-line): Ditto.
3810         (wl-draft-default-headers): Ditto.
3811         (wl-draft-insert-mail-header-separator): Ditto.
3812
3813 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3814
3815         * Version number is increased to 2.9.6.
3816
3817 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3818
3819         * wl-draft.el (wl-draft-delete-field): Optional argument.
3820         (wl-draft-delete-fields): Ditto.
3821
3822 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3823
3824         * wl-message.el (toplevel): Eliminated byte-compile warning.
3825         for `itimer-function', `delete-timer' and `itimer-list'.
3826
3827 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3828
3829         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3830         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3831         `wl-message-buffer-prefetch-threshold'.
3832         * wl-summary.el (wl-summary-redisplay-internal): Remove
3833         the check of `wl-message-buffer-prefetch-depth'.
3834
3835 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3836
3837         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3838         size of article.
3839         (wl-message-buffer-prefetch-subr): Remove size check.
3840
3841 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3842
3843         * wl-vars.el (wl-plugged): Make customizable.
3844
3845 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3846
3847         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3848         (wl-message-buffer-prefetch-set-timer): New function.
3849         (wl-message-buffer-prefetch-get-next): New function.
3850         (wl-message-buffer-prefetch): New function.
3851         (wl-message-buffer-prefetch-next): Rewrite.
3852         (wl-message-buffer-prefetch-subr): Rewrite.
3853         * wl-vars.el (wl-auto-prefetch-first): New variable.
3854         * wl-summary.el (wl-summary-goto-folder-subr): Call
3855         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3856
3857 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3858
3859         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3860         `wl-summary-unread-message-hook'.
3861
3862 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3863
3864         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3865         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3866         if range is `cache-status'.
3867
3868 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3869
3870         * wl-message.el (wl-message-buffer-prefetch-subr):
3871         Improve debug message.
3872
3873 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3874
3875         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3876         `wl-mail-send-pre-hook'.
3877         (wl-draft-send-mail-with-qmail): Ditto.
3878         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3879
3880 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3881
3882         * wl-message.el (wl-message-buffer-prefetch-subr):
3883         Fix for cancel-function-timers bug.
3884         (wl-message-buffer-prefetch-debug): Default value is t.
3885
3886 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3887
3888         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3889         (wl-message-buffer-prefetch-subr): Rewrite.
3890         Rename from `wl-message-buffer-prefetch'.
3891
3892 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3893
3894         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
3895         (wl-default-draft-cite-decorate-author): Ditto.
3896
3897         * wl-draft.el (wl-draft-cite-function): Removed.
3898         (wl-default-draft-cite-decorate-author): Ditto.
3899
3900 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3901
3902         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
3903         (wl-default-draft-cite): Do not arrange author name if the value of
3904         `wl-default-draft-cite-decorate-author' is nil.
3905
3906 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
3907
3908         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
3909
3910         * wl-folder.el (wl-folder-check-one-entity): Don't care
3911         `elmo-folder-use-flag-p'.
3912
3913 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
3914
3915         * wl-folder (wl-folder-check-one-entity): Fix
3916         problem if unread is nil.
3917
3918 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3919
3920         * wl-address.el (wl-address-make-completion-list): Check whether
3921         the address is a group list.
3922         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3923
3924 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3925
3926         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
3927         The number of the messages of new and unread does not count
3928         correctly.
3929
3930         * wl-summary.el (wl-summary-count-unread): Changed to return
3931         `(new . unread)' instead of total.
3932         (wl-summary-sync-update): Follow the change above.
3933
3934         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
3935
3936 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3937
3938         * wl-address.el (wl-address-make-completion-list): Do not enclose
3939         address by " <" and ">" if associated realname is "".
3940         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3941         This is against the promblem with group list in .addresses pointed
3942         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
3943
3944 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3945
3946         * wl-draft.el (wl-draft-write-sendlog): The first argument of
3947         message is a format control string.
3948         * wl-expire.el (wl-expire-append-log): Ditto.
3949         * wl-mime.el (wl-summary-burst-subr): Ditto.
3950         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
3951         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
3952
3953 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3954
3955         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
3956         wl.el (wl-check-variables): Rename from `wl-check-type'.
3957         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
3958         (wl-check-variables-2): New function.
3959         (wl): Call `wl-check-variables-2'.
3960
3961 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3962
3963         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
3964         after renaming folder in access group.
3965
3966 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3967
3968         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
3969         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
3970         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3971         (wl-message-buffer-prefetch): Rewrite.
3972         (wl-message-buffer-prefetch-idle-time): Removed.
3973         * wl-summary.el (wl-summary-redisplay-internal):
3974         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
3975         Error check for `wl-message-buffer-prefetch-depht'.
3976
3977 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3978
3979         * Version number is increased to 2.9.5.
3980         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
3981
3982 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3983
3984         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
3985         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
3986         Based on the patch written by
3987         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
3988
3989 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
3990
3991         * wl-draft.el (wl-draft-raw-send): Fix for
3992         `wl-news-send-pre-hook'
3993
3994 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3995
3996         * wl-utils.el (wl-message-id-function): New variable.
3997         * wl-draft.el (wl-draft-insert-required-fields):
3998         Use `wl-message-id-function'.
3999
4000 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4001
4002         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4003         * wl-utils.el (wl-draft-make-message-id-string):
4004         Use `wl-from' for domain part of Message-ID
4005         if `wl-message-id-use-wl-from' if non-nil.
4006         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4007
4008 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4009
4010         * wl.el (wl): Call `wl-check-type'
4011         Do not 'condition-case'.
4012
4013 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4014
4015         * wl.el (wl-check-type): New function.
4016         (wl-check-type-variables): New variable.
4017
4018 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4019
4020         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4021
4022 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4023
4024         * wl-draft.el (wl-smtp-password-key): New function.
4025         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4026         (wl-draft-send-mail-with-smtp): Ditto.
4027         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4028
4029 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4030
4031         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4032         * wl-utils.el (wl-unique-id-suffix): Remove.
4033
4034 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4035
4036         * Version number is increased to 2.9.4.
4037
4038 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4039
4040         * wl-utils.el (wl-unique-id-suffix): New variable.
4041         (wl-unique-id): Use `wl-unique-id-suffix'
4042
4043 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4044
4045         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4046         instead of `elmo-msgdb-search'.
4047
4048         * Version number is increased to 2.9.3.
4049
4050 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4051
4052         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4053
4054 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4055
4056         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4057         (wl-draft-dispatch-message): Changed for send-later.
4058         (wl-draft-queue-flush): Ditto.
4059         (wl-draft): Clear `wl-sent-message-queued'.
4060         (wl-draft-reedit): Ditto.
4061         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4062         * wl-vars.el (wl-draft-force-queuing): New variable.
4063         (wl-draft-force-queuing-mail): New variable.
4064         (wl-draft-force-queuing-news): New variable.
4065
4066 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4067
4068         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4069         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4070
4071 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4072
4073         * Version number is increased to 2.9.2.
4074
4075 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * wl-draft.el (wl-draft-elide-region): New user command.
4078         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4079
4080         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4081         command `wl-draft-elide-region'.
4082         * wl-mule.el: Ditto.
4083         * wl-xmas.el: Ditto.
4084
4085 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4086
4087         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4088         (wl-biff-check-folder-async): Removed needless let.
4089
4090 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4091
4092         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4093         wl-folder-get-elmo-folder.
4094         (wl-biff-check-folder): Set `biff' argument of
4095         `wl-folder-check-one-entity'.
4096         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4097
4098         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4099         (wl-folder-check-one-entity): Added `biff' argument;
4100         Setup `biff' slot of folder.
4101
4102         * Version number is increased to 2.9.1.
4103
4104 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4105
4106         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4107         comment out and fixed.
4108         (wl-fldmgr-add-completion-subr): Ditto.
4109
4110         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4111         and msgdb.
4112
4113         * wl.el (wl-toggle-plugged): Save summary view.
4114
4115 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4116
4117         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4118
4119 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4120
4121         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4122
4123 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4126         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4127         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4128
4129         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4130         if it was failed.
4131         (wl-demo): Disable undo in the demo buffer.
4132
4133 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4134
4135         * wl-version.el (wl-version): Changed codename.
4136
4137         * Version number is increased to 2.9.0.
4138
4139 2001-12-14  Takuo KITAME <kitame@northeye.org>
4140
4141         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4142         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4143         (wl-folder-mark-as-read-all-current-entity): Ditto.
4144
4145 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4146
4147         * wl-vars.el (wl-from-width): Define as obsolete variable.
4148         (wl-subject-length-limit): Ditto.
4149
4150         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4151
4152         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4153         wl-summary-save-view.
4154
4155         * wl.el (wl-save-status): Ditto.
4156         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4157
4158         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4159         (wl-summary-exit): Follow the change above.
4160         (wl-summary-goto-folder-subr): Ditto.
4161
4162         * wl-folder.el (wl-folder-create-subr): Don't use
4163         `elmo-folder-creatable-p'.
4164
4165 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4166
4167         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4168
4169 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4172         rather than bitmap on Emacs 21.
4173         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4174         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4175         for xbm if the new redisplay engine is not available.
4176
4177 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4178
4179         * wl-folder.el (wl-folder-init-hook): New hook.
4180         (wl-folder-init): Run `wl-folder-init-hook'.
4181
4182 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4185
4186 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4187
4188         * wl-acap.el (wl-acap-cache-filename): New variable.
4189         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4190         (wl-acap-init): Use cache if no ACAP server found.
4191
4192 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4193
4194         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4195         `wl-acap-original-msgdb-dir'.
4196
4197         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4198         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4199
4200         * wl-mime.el (wl-mime-save-directory): Renamed from
4201         `wl-mime-save-dir'.
4202
4203 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4206
4207         * wl-demo.el: Require `path-util'.
4208         (wl-demo-bitmap-mule-available-p): New internal variable.
4209         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4210         `module-installed-p' instead.
4211         (wl-demo-insert-image): Use *.img file for a bitmap image.
4212         (wl-demo): Don't call the ascii demo recursively.
4213
4214 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4215
4216         * Version number is increased to 2.7.7.
4217
4218 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4219
4220         * wl.el (wl-exit): Eliminated byte-compile warning.
4221
4222 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4223
4224         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4225         obsolete variable using `elmo-define-obsolete-variable'.
4226         (wl-fetch-confirm-threshold): Ditto.
4227         (wl-cache-prefetch-folder-type-list): Ditto.
4228         (wl-cache-prefetch-folder-list): Ditto.
4229
4230 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4233         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4234         (wl-demo-insert-image): New function.
4235         (wl-demo-insert-text): New function.
4236         (wl-demo-image-type-alist): Redefine as a function.
4237         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4238         (wl-demo-with-temp-file-buffer): Removed.
4239         (wl-logo-xpm): Removed.
4240         (wl-logo-xbm): Removed.
4241         (wl-logo-bitmap): Removed.
4242
4243 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4244
4245         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4246         (wl-expire-localdir-get-folder-function): New user option.
4247         (wl-expire-localdir-get-folder): New function.
4248         (wl-expire-localdir-date): Ditto.
4249
4250 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4251
4252         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4253         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4254         Fixed unread number mismatch when all-unread < unread.
4255
4256 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4257
4258         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4259         (wl-fetch-confirm-threshold): Ditto.
4260
4261         * wl-summary.el (wl-summary-confirm-appends): Removed.
4262         (wl-summary-sync-update): Don't refer
4263         `wl-summary-update-confirm-threshold' (It is now abolished).
4264
4265         * wl-message.el (wl-message-display-internal): Don't refer
4266         `wl-fetch-confirm-threshold' (It is now abolished).
4267
4268 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4271
4272 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4273
4274         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4275         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4276         Change default value to nil.
4277         (wl-summary-indent-length-limit): The value can be nil, nil means
4278         unlimited.
4279
4280         * wl-summary.el: Don't set limit for indent length if the value of
4281         wl-summary-indent-length-limit is nil.
4282         If the value of wl-summary-width is nil, it means only that the width
4283         of summary is unlimited (nil doesn't mean that the indent length is
4284         unlimited).
4285
4286         * wl-thread.el: Ditto.
4287
4288 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4289
4290         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4291         be nil, nil means never confirm.
4292         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4293
4294 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4295
4296         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4297         means unlimited).
4298
4299 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4300
4301         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4302         Use `with-temp-buffer'.
4303
4304 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4305
4306         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4307         with new backquote style).
4308         (wl-folder-get-entity-from-buffer): Ditto.
4309
4310 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4311
4312         * wl-version.el (nemacs-version): Eliminated.
4313         (wl-extended-emacs-version2): Ignore nemacs.
4314         (wl-extended-emacs-version3): Ditto.
4315
4316 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4317
4318         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4319         (wl-draft-add-in-reply-to): New variable.
4320         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4321         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4322         (wl-draft-yank-from-mail-reply-buffer): Use
4323         `wl-draft-add-in-reply-to'.
4324         (wl-draft-insert-current-message): Ditto.
4325
4326 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4327
4328         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4329         typo (kill->hide).
4330         (wl-message-buffer-prefetch-folder-type-list): Added elements
4331         `mark' and `cache' instead of `internal'.
4332
4333 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4334
4335         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4336         resume msgdb directory.
4337
4338 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4339
4340         * wl.el (wl-exit): Call `wl-acap-exit'.
4341
4342         * wl-summary.el (wl-summary-message-string): New function.
4343         (wl-summary-reedit): Use it.
4344         (wl-summary-resend-bounced-mail): Remove needless let.
4345         (wl-summary-supersedes-message): Ditto.
4346         (wl-summary-save): Ditto.
4347
4348         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4349         (wl-acap-init): Set it.
4350         (wl-acap-exit): New function.
4351
4352 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4353
4354         * wl.el (wl-init): Revert (require 'mime-setup). move from
4355         toplevel.
4356
4357 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4358
4359         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4360         local variables.  Add error when guess function return invalid
4361         value.
4362
4363 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4364
4365         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4366         Change local variable name.
4367         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4368         (wl-folder-get-newsgroups): Return nil when non-news folder.
4369         * wl-summary.el (wl-summary-write-current-folder): State through
4370         when guess-list return nil.
4371         (wl-summary-write-current-folder-functions): Fixed docstring.
4372
4373         * wl.el (wl-exit): Changed confirm message.
4374
4375         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4376         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4377
4378         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4379
4380 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4381
4382         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4383         user option (Renamed from wl-cache-prefetch-folder-type-list).
4384         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4385         from wl-cache-prefetch-folder-list).
4386
4387         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4388         Move to wl-vars.el.
4389         (wl-message-buffer-prefetch-p): Changed to enable
4390         `wl-message-buffer-prefetch-folder-list'.
4391
4392         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4393         `ignore-cache'.
4394
4395 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4396
4397         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4398         `part-top' and `part-bottom'.
4399         (wl-draft-config-sub-part-top): New function.
4400         (wl-draft-config-sub-part-bottom): New function.
4401
4402 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4403
4404         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4405
4406 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4407
4408         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4409
4410 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4411
4412         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4413
4414         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4415         (wl-summary-write-current-folder): Ditto.
4416
4417 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4418
4419         * wl-folder.el (wl-folder-get-newsgroups): Use
4420         `elmo-folder-newsgroups'.
4421
4422 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4423
4424         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4425         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4426         `wl-draft-config-sub-header-bottom'.
4427
4428 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4429
4430         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4431         localnews folder.
4432
4433 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4434
4435         * wl-summary.el (wl-summary-mode): Undo last change.
4436
4437         * wl-folder.el (wl-folder-mode): Ditto.
4438
4439 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4440
4441         * wl-summary.el (wl-summary-mode): Locally set
4442         truncate-partial-window-width to nil.
4443         (for XEmacs)
4444
4445         * wl-folder.el (wl-folder-mode): Ditto.
4446
4447 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4448
4449         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4450
4451 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4452
4453         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4454         number.
4455
4456         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4457
4458         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4459
4460         * Version number is increased to 2.7.6.
4461
4462 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4463
4464         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4465
4466 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4467
4468         * wl-summary.el (wl-summary-sync-update): Enclose network
4469         related portion with `unwind-protect'.
4470
4471 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4472
4473         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4474
4475 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4476
4477         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4478         element.
4479         * wl-vars.el (wl-message-body-button-alist): Ditto.
4480
4481         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4482         max match length.
4483         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4484
4485         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4486         for the max match length;
4487         Use 4th element value for the button string regexp group.
4488
4489         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4490         candidate exists, prompt to select.
4491
4492 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4493
4494         * wl-summary.el (wl-summary-jump-to-msg): Search before
4495         calibration point by `beginning-of-line'.
4496
4497 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4500         for access group.
4501
4502 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4503
4504         * wl-message.el (wl-message-display-internal): Bind
4505         `default-mime-charset'.
4506
4507         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4508
4509         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4510
4511         * Version number is increased to 2.7.5.
4512
4513 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4514
4515         * wl-expire.el (wl-summary-archive): Fixed;
4516         Use `elmo-folder-name-internal'.
4517
4518 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4519
4520         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4521         from `elmo-folder-move-messages' caller.
4522         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4523
4524         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4525         related portions are changed).
4526
4527 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4528
4529         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4530         counter.
4531
4532 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4533
4534         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4535         buffer local and set it to nil.
4536
4537         * wl-message.el (wl-message-redisplay): Ditto.
4538
4539 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4540
4541         * wl-summary.el (wl-summary-mark-as-important): If message is
4542         already cached, set messag as read, otherwise encache and mark as read.
4543
4544 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4545
4546         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4547         point-min.
4548
4549 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4552         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4553         a keymap.
4554
4555 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4556
4557         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4558         parent.
4559
4560         * wl-mule.el (wl-message-define-keymap): Ditto.
4561
4562         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4563
4564         * wl-xmas.el (wl-message-display-internal-hook): Define.
4565         (wl-xmas-setup-message-toolbar): Define as function.
4566         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4567         (wl-message-overload-functions): Abolished.
4568         (wl-message-define-keymap): New function.
4569
4570         * wl-vars.el (wl-message-display-internal-hook): New variable.
4571         (wl-message-header-button-alist): New variable (Renamed from
4572         wl-highlight-message-header-button-alist).
4573         (wl-message-body-button-alist): Ditto.
4574
4575         * wl-mule.el (wl-message-define-keymap): New function.
4576         (wl-message-overload-functions): Abolished.
4577
4578         * wl-message.el (wl-message-add-buttons-to-body): New function.
4579         (wl-message-redisplay): Don't call wl-message-overload-functions;
4580         Call wl-message-add-buttons-to-header and
4581         wl-message-add-buttons-to-body.
4582         (wl-message-display-internal): Set keymap argument for
4583         elmo-mime-display-as-is, elmo-mime-message-display;
4584         Run wl-message-display-internal-hook.
4585         (wl-message-refer-article-or-url): Abolished.
4586
4587         * wl-highlight.el (wl-highlight-headers): Don't call
4588         wl-highlight-message-add-buttons-to-header.
4589         (wl-highlight-message-add-buttons-to-header): Abolished.
4590
4591
4592         * wl-e21.el (wl-message-display-internal-hook): Define.
4593         (wl-e21-setup-toolbar): Deleted duplicated binding.
4594         (wl-e21-setup-message-toolbar): Define as function.
4595         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4596         (wl-message-define-keymap): New function.
4597         (wl-message-overload-functions): Abolished.
4598
4599 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4600
4601         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4602         and elmo-folder-close.
4603
4604         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4605
4606 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4607
4608         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4609         boolean value.
4610         * wl-draft.el (wl-draft-do-fcc): Ditto.
4611
4612 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4613
4614         * wl-vars.el (wl-fcc-force-as-read): New variable.
4615         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4616         mark copied message as read.
4617
4618 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4619
4620         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4621
4622 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4623
4624         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4625         `wl-summary-target-above' instead of obsolete variable
4626         `wl-summary-temp-above'.
4627
4628         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4629         instead of `make-obsolete-variable'.
4630         * wl-refile.el (toplevel): Ditto.
4631
4632 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4633
4634         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4635         with third argument t.
4636         (wl-draft): Set first argument for wl-plugged-init as t.
4637
4638         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4639         definition.
4640
4641 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4642
4643         * wl-vars.el: Tabify.
4644         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4645
4646         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4647         message.
4648
4649 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4650
4651         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4652         and set default to beep.
4653
4654 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4655
4656         * wl-vars.el (wl-draft-truncate-lines): New variable.
4657
4658         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4659         instead of wl-message-truncate-lines for truncate-lines.
4660
4661 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4662
4663         * wl-message.el (wl-message-display-internal): Call
4664         `wl-highlight-message' after `elmo-mime-display-as-is'.
4665
4666         * wl-mime.el (wl-mime-display-text/plain): New function.
4667         (wl-mime-display-header): Ditto.
4668         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4669         body-presentation-method for text/plain;
4670         Register `wl-mime-display-header' as a header-presentation-method;
4671         Don't set up `elmo-message-text-content-inserted-hook' and
4672         `elmo-message-header-inserted-hook'.
4673
4674         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4675         variable.
4676         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4677         as t if flag is 'all-header;
4678         Don't bind `elmo-message-ignored-field-list',
4679         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4680
4681 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4684         for xemacs with non-mule environment.
4685
4686 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4687
4688         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4689         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4690         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4691
4692 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4693
4694         * wl-vars.el (wl-interactive-send): Set default value as t.
4695
4696 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4697
4698         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4699         (wl-addrmgr-method-list): Abolished.
4700         (wl-addrmgr-change-method): Follow above change.
4701
4702         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4703
4704 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-vars.el (wl-message-truncate-lines): Change default value
4707         to default-truncate-lines.
4708
4709         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4710
4711 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4712
4713         * wl-vars.el (wl-message-truncate-lines): New variable.
4714
4715         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4716         wl-message-truncate-lines.
4717
4718 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4719
4720         * wl-acap.el (wl-acap-init): Remove period from error message.
4721         (wl-acap-find-acap-service): Remove period from message.
4722
4723 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4724
4725         * wl.el (wl-check-environment): Undo last change.
4726
4727         * wl-vars.el (wl-from): Changed default value.
4728
4729         * wl-util.el (toplevel): Don't require tm-edit.
4730
4731         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4732         `wl-folder-init';
4733         Don't set mark on mail body.
4734         (wl-draft-reedit): Ditto.
4735
4736         * wl-address.el (wl-address-quote-specials): Define as an alias for
4737         elmo-address-quote-specials.
4738
4739 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4740
4741         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4742
4743         * wl-vars.el (wl-from): Set default value as nil.
4744         (wl-organization): Set default value as ORGANIZATION environment
4745         variable.
4746
4747         * wl-draft.el (wl-smtp-extension-bind): Check value of
4748         wl-smtp-connection-type.
4749
4750         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4751         error.
4752
4753 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4754
4755         * Version number is increased to 2.7.4.
4756
4757         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4758         arguments from `wl-highlight-x-face-function' caller.
4759         Use x-face-1.3.6.12 or later.
4760
4761 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4762
4763         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4764
4765 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4766
4767         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4768         (wl-fcc): Fix to accept function.
4769         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4770
4771 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4772
4773         * wl-acap.el (toplevel): Added `product-provide' declare.
4774         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4775
4776 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4777
4778         * wl.el (wl): Changed order of calling `elmo-init'
4779         and `elmo-folder-init'.
4780
4781 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4782
4783         * wl-mime.el (wl-summary-burst): Extract message when content-type
4784         of root entity is not only `multipart' but also `message/rfc822'.
4785         (wl-summary-burst-subr): Ditto.
4786
4787 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4788
4789         * wl-vars.el (toplevel): Require 'custom.
4790         (wl-trash-folder): Added to `wl-setting' group.
4791
4792         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4793         exists.
4794         (wl-addrmgr-draw): Insert empty line when no entry exists.
4795
4796         * wl-mule.el (wl-message-wheel-up): Fixed.
4797         (wl-message-wheel-down): Ditto.
4798
4799 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4800
4801         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4802         config is an anonymous lambda expression.
4803
4804 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4807         when Mule 2 is running.
4808
4809 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4810
4811         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4812
4813 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4814
4815         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4816         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4817
4818         * wl-address.el (wl-address-specials-regexp): Eliminated.
4819         (wl-address-quote-specials): Rewrite.
4820
4821 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4824         shy-groups for regexp.
4825
4826         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4827         character classes and Perl style shy-groups for regexp.
4828         (wl-highlight-plugged-current-line): Use Posix style character
4829         classes for regexp.
4830         (wl-e21-highlight-folder-by-numbers): Ditto.
4831         (wl-e21-display-image-p): Use `display-images-p' instead of
4832         `display-graphic-p'.
4833         (display-images-p): Make an alias to `display-graphic-p' if it is
4834         not available.  It is for Emacs version prior to 21.0.105.
4835
4836         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4837         `display-graphic-p'.
4838         (wl-demo-image-type-alist): Ditto.
4839         (display-images-p): Make an alias to `display-graphic-p' if it is
4840         not available.  It is for Emacs version prior to 21.0.105.
4841
4842 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4843
4844         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4845         support.
4846         (wl-generate-user-agent-string): Ditto.
4847
4848         * wl-version.el (wl-version): Update docsting.
4849         (wl-version-status): Ditto.
4850
4851 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4852
4853         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4854         21.0.105.  For Emacs 21.0.104 or earlier.
4855
4856 2001-09-03  Takuo KITAME <kitame@northeye.org>
4857
4858         * wl-e21.el (wl-plugged-init-icons): Use
4859         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4860         (wl-biff-init-icons): Ditto.
4861
4862 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4863
4864         * wl-highlight.el (wl-highlight-summary-current-line):
4865         Fixed highlighting refile/copy destination.
4866
4867         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4868         (wl-acap-store): Encode string by wl-acap-coding-system.
4869
4870 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4871
4872         * wl-acap.el (toplevel): Check and require 'un-define before
4873         'xemacs-ucs;
4874          Added checking for UTF-2000.
4875
4876 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4877
4878         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4879         Don't enclose with `eval-and-compile'.
4880
4881         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4882         wl-init is non-nil.
4883
4884         * wl-draft.el (wl-draft): Ditto.
4885
4886         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
4887
4888         * wl-acap.el (toplevel): Require 'wl.
4889         (wl-acap-store): Call `elmo-init'.
4890
4891         * wl.el (wl): Changed position of `wl-check-environment'.
4892         (toplevel): Added autoload setting for wl-acap.
4893
4894         * wl-vars.el (wl-setting): New custom group.
4895         (wl-from): Added wl-setting group.
4896         (wl-user-mail-address-list): Ditto.
4897         (wl-organization): Ditto.
4898         (wl-subscribed-mailing-list): Ditto.
4899         (wl-envelope-from): Ditto.
4900         (wl-smtp-posting-user): Ditto.
4901         (wl-smtp-posting-server): Ditto.
4902         (wl-smtp-posting-port): Ditto.
4903         (wl-smtp-authenticate-type): Ditto.
4904         (wl-pop-before-smtp-user): Ditto.
4905         (wl-pop-before-smtp-server): Ditto.
4906         (wl-pop-before-smtp-port): Ditto.
4907         (wl-pop-before-smtp-authenticate-type): Ditto.
4908         (wl-nntp-posting-server): Ditto.
4909         (wl-nntp-posting-user): Ditto.
4910         (wl-nntp-posting-port): Ditto.
4911         (wl-fetch-confirm-threshold): Ditto.
4912         (wl-prefetch-threshold): Ditto.
4913         (wl-thread-insert-opened): Ditto.
4914         (wl-ldap-server): Ditto.
4915         (wl-ldap-port): Ditto.
4916         (wl-ldap-base): Ditto.
4917         (wl-ldap-objectclass): Ditto.
4918         (wl-use-ldap): Ditto.
4919         (wl-draft-config-alist): Ditto.
4920         (wl-draft-config-matchone): Ditto.
4921         (wl-template-alist): Ditto.
4922         (wl-message-sort-field-list): Ditto.
4923         (wl-message-ignored-field-list): Ditto.
4924         (wl-message-visible-field-list): Ditto.
4925         (wl-interactive-send): Ditto.
4926         (wl-summary-move-order): Ditto.
4927         (wl-auto-select-first): Ditto.
4928         (wl-auto-select-next): Ditto.
4929         (wl-interactive-save-folders): Ditto.
4930
4931         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
4932         Initialization codes are moved from wl-local-folder-init.
4933         (wl-local-folder-init): Follow the change above.
4934         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
4935
4936         * wl-acap.el: New file.
4937
4938         * Version number is increased to 2.7.3.
4939
4940 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4941
4942         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
4943
4944 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4945
4946         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
4947         (wl-addrmgr-address-entry-list): Ditto.
4948
4949 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4950
4951         * wl-e21.el (wl-draft-mode-map): Removed binding for
4952         `wl-draft-insert-x-face-field'.
4953
4954         * wl-mule.el (wl-draft-mode-map): Ditto.
4955
4956         * wl-xmas.el (wl-draft-mode-map): Ditto.
4957
4958         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
4959         (wl-cs-autoconv): Ditto.
4960         (wl-cs-local): Ditto.
4961         (wl-use-scoring): Ditto.
4962         (wl-mime-charset): Ditto.
4963         (wl-folder-check-async): Ditto.
4964
4965         * wl.el (toplevel): Ignore nemacs and tm.
4966         (wl-exit): Ditto.
4967
4968         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
4969         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
4970         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
4971         instead of wl-address-petname-add-or-change.
4972         (wl-summary-edit-addresses-subr): Use wl-address-delete
4973         instead of wl-address-petname-delete.
4974
4975         * wl-util.el (wl-as-coding-system): Ignore nemacs.
4976
4977         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
4978         if error occured.
4979
4980         * wl-message.el (require): Remove tm support.
4981
4982         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
4983
4984         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
4985         (wl-folder-jump-to-current-entity): Ditto.
4986         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
4987
4988         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
4989         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
4990         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
4991
4992         * wl-mule.el (wl-draft-key-setup): Ditto.
4993
4994         * wl-xmas.el (wl-draft-key-setup): Ditto.
4995
4996         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
4997         (wl-draft-std11-parse-addresses): New function.
4998         (wl-draft-parse-mailbox-list): Use it.
4999         (wl-draft): Ignore nemacs.
5000         (wl-draft-reedit): Ditto.
5001
5002         * wl-addrmgr.el: New file.
5003         (Original is wl-rcpt.el written by
5004         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5005         Thanks Kitamoto-san.)
5006
5007         * wl-address.el (wl-address-make-address-list): Modified parsing
5008         process.
5009         (wl-address-delete): Renamed from `wl-address-petname-delete';
5010         Modify wl-address-list too.
5011         (wl-address-add-or-change): Renamed from
5012         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5013
5014 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5015
5016         * wl-highlight.el (wl-highlight-summary-current-line):
5017           Work with transient-mark-mode
5018
5019 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5020
5021         * Version number is increased to 2.7.2.
5022
5023         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5024         instead of elmo-dop-queue-method.
5025
5026 2001-08-06  SAITO Atsunori <sai@yedo.com>
5027
5028         * wl-vars.el (wl-ldap-objectclass): New user option.
5029
5030         * wl-address.el (wl-ldap-make-filter): Use it.
5031
5032 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5033
5034         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5035
5036 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5037
5038         * wl-folder.el (wl-folder): redisplay after folder insertion.
5039
5040         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5041
5042         * wl-summary.el (wl-summary-sync-update):
5043         Change status mark only when new-msgdb exists.
5044         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5045
5046 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * wl-summary.el (wl-summary-open-folder): New function.
5049         (wl-summary-goto-folder-subr): Use it.
5050         (wl-summary-mark-as-important): Fix;
5051         Encache only when no cache exists.
5052
5053 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5054
5055         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5056         Use with-current-buffer.
5057
5058 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5059
5060         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5061         before call `get-buffer'. Fixed parenthesis.
5062         (wl-score-get-header-entry): Clear message and help window when
5063         keyboard quit.
5064         (wl-score-edit-insert-header): Ditto.
5065
5066 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5067
5068         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5069         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5070         (wl-default-draft-cite): Fix.
5071
5072         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5073         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5074
5075 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5076
5077         * wl-message.el (wl-message-prev-page): Do same bahavior
5078         as summary when it is called in the message buffer.
5079         (wl-message-next-page): Ditto.
5080
5081 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5082
5083         * wl-summary.el (wl-summary-forward): Use cache if it is not
5084         section cache.
5085
5086 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5087
5088         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5089         Removed redundant require of elmo-vars.
5090         (wl-biff-state-indicator-on): Changed default value for
5091         xemacs with non-mule environment.
5092
5093         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5094         wl-message-buffer is nil;
5095         Hide progress bar after moving messages.
5096
5097 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5100         message at cursor point is deleted.
5101
5102 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5103
5104         * wl-vars.el: Changed file coding system to euc-japan.
5105         Added -*-coding:-*- magic to the first line.
5106
5107         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5108         Search parent from the first message.
5109
5110         * Version number is increased to 2.7.1.
5111
5112 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5113
5114         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5115
5116 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5117
5118         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5119         refile/delete execution.
5120
5121         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5122         Fixed docstring.
5123
5124 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5125
5126         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5127         do update process;
5128         Don't update marks when update process is interrupted.
5129
5130 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * wl-summary.el (wl-summary-reply): Fixed problem when
5133         wl-draft-use-frame is non-nil.
5134         (wl-summary-forward): Ditto.
5135
5136         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5137         as nil.
5138         (wl-folder-mark-as-read-all-entity): Ditto.
5139         (wl-folder-prefetch-entity): Ditto.
5140
5141         * wl.el (wl): Check environment before wl-init.
5142
5143         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5144         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5145         instead of wl-summary-collect-unread.
5146         (wl-summary-reply): Split message window.
5147
5148 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5149
5150         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5151         only if current language environment is japanese,
5152
5153         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5154         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5155         (wl-folder-goto-folder-subr): Ditto.
5156
5157         * wl-draft.el (wl-draft-dispatch-message): Call
5158         `elmo-file-cache-get-path'.
5159
5160 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5161
5162         * wl-summary.el (wl-summary-cursor-move): If return value of
5163         wl-summary-next-message is not number, don't jump.
5164
5165 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5166
5167         * wl-summary.el (wl-summary-buffer-next-message-function): New
5168         variable.
5169         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5170         if it is bound.
5171
5172         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5173         string.
5174
5175         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5176         (wl-plugged-drawing): Ditto.
5177
5178 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5179
5180         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5181         process.
5182         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5183         with unwind-protect.
5184
5185         * wl.el (wl-init): Require mime-setup.
5186         (wl-check-environment): Don't require mime-setup.
5187
5188         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5189         instead of elmo-folder-type.
5190
5191         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5192         value as nil.
5193
5194 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * Version number is increased to 2.7.0.
5197
5198         * wl-version.el (wl-version): Changed codename.
5199
5200         * wl-summary.el (wl-summary-delete-cache): Fixed.
5201
5202         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5203         Workaround for net folders.
5204         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5205
5206         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5207         value to nil (According to the patch from
5208         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5209
5210         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5211         of elmo-folder-close.
5212
5213 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5214
5215         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5216         for postfix.
5217
5218 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5219
5220         * wl-summary.el (wl-summary-resend-message): Fixed.
5221
5222         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5223         Call wl-draft with `from' argument if its address is included in
5224         `wl-user-mail-address-list'.
5225         (wl-draft): Added `from' argument.
5226
5227         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5228         non-nil.
5229         (wl): Don't show demo if wl-demo is nil.
5230
5231         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5232         wl-summary-use-frame.
5233
5234         * wl-vars.el (wl-summary-use-frame): New user option.
5235         (wl-folder-use-frame): Changed docstring.
5236
5237         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5238         non-nil.
5239         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5240         wl-summary-use-frame.
5241
5242         * wl-vars.el (wl-folder-use-frame): New user option.
5243
5244         * wl-summary.el (wl-summary-exit): Back to folder frame if
5245         wl-folder-use-frame is non-nil.
5246         (wl-summary-redisplay-internal): Ignore cache if current folder
5247         is draft folder,
5248         (wl-summary-redisplay-no-mime): Ditto.
5249         (wl-summary-redisplay-all-header): Ditto.
5250
5251         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5252         if wl-folder-use-frame is non-nil.
5253
5254 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5255
5256         * wl-summary.el (wl-summary-sync-update): Bind
5257         elmo-folder-update-threshold.
5258         (wl-summary-mark-as-important): Enclosed server mark processing
5259         with `save-match-data'.
5260
5261         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5262         only when it is already defined.
5263
5264 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5265
5266         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5267         name of folder exclude localdir is wrong.
5268         * wl-folder.el (wl-folder-sync-entity):
5269         Set `wl-summary-always-sticky-folder-list' as nil.
5270         (wl-folder-mark-as-read-all-entity): Ditto.
5271         (wl-folder-prefetch-entity): Ditto.
5272
5273 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5274
5275         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5276         instead of `wl-summary-write-current-newsgroup'.
5277
5278 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5279
5280         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5281         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5282         non-nil and selected message is important, do not display.
5283
5284 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5285
5286         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5287
5288 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5289
5290         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5291
5292         * wl-summary.el (wl-summary-mark-as-important): Set message number
5293         using wl-summary-message-number.
5294
5295 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5296
5297         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5298         destination folder is 'null.
5299
5300 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5301
5302         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5303         New function.
5304         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5305         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5306         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5307
5308 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5309
5310         * wl-mime.el (wl-mime-setup): Added setting for
5311         `mime-setup-signature-key-alist' to avoid overriding key bind for
5312         `wl-draft-send'.
5313
5314         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5315         for `wl-draft-send'.
5316         * wl-mule.el (wl-draft-overload-functions): Ditto.
5317         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5318         * wl-draft.el (wl-draft-send): Ditto.
5319
5320         * wl-message.el (wl-message-display-internal):
5321         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5322         (Patch is provided by <kita@coe.nttdata.co.jp>).
5323
5324 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5325
5326         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5327
5328 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5329
5330         * wl.el (wl): Fix for wl-demo.
5331
5332 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5333
5334         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5335
5336 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5337
5338         * wl-folder.el (wl-folder-prefetch-entity): Use
5339         `wl-folder-get-elmo-folder'.
5340         (wl-folder-count-incorporates): Do not use
5341         `wl-folder-get-elmo-folder'.
5342
5343 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5344
5345         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5346         instead of `elmo-folder-get-type'.
5347
5348 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5349
5350         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5351         position on Subject: field.
5352         (Advised by Mito <mit@nines.nec.co.jp>)
5353
5354 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5355
5356         * wl-folder.el (wl-folder-prefetch-entity): Use
5357         `wl-folder-get-elmo-folder'.
5358
5359 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5360
5361         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5362
5363         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5364         `process-duplicates' slot.
5365
5366         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5367         if detection failed.
5368
5369 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5370
5371         * wl-version.el (wl-version-status): Set to "alpha".
5372
5373 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5374
5375         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5376         Check wl-message-buffer lives before set-buffer.
5377
5378 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5379
5380         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5381         called in folder mode.
5382         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5383         * wl-summary.el (wl-summary-exit-pre-hook): Run
5384         `wl-summary-exit-pre-hook' before exit summary mode.
5385
5386 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5387
5388         * wl-version.el (wl-version-status): New variable.
5389         (wl-version-status-alist): Removed.
5390         (wl-version-status): Rule included.
5391
5392 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5393
5394         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5395         @sponichi.
5396
5397         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5398         when `mail-reply-buffer' is buffer-local variable.
5399         (Reported by <kita@coe.nttdata.co.jp>).
5400
5401 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5402
5403         * wl-vars.el (toplevel): Require 'elmo-util.
5404
5405 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5406
5407         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5408         (All other related portions are changed)
5409
5410         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5411
5412         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5413
5414 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5415
5416         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5417
5418 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5419
5420         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5421         Delete other windows to avoid an error.
5422         Use `point-marker' instead of `point' to remember the start point
5423         of body.
5424
5425         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5426
5427         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5428         number not to exceed all message number.
5429
5430 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5431
5432         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5433         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5434
5435 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5436
5437         * wl-summary.el (wl-summary-sync-force-update): Added argument
5438         no-check.
5439         (wl-summary-sync-update): Ditto.
5440         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5441         with `no-check'.
5442
5443         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5444         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5445         already running.
5446
5447 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5448
5449         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5450         `dst-folder-arg'.
5451         (wl-expire-archive-number1): Diito.
5452         (wl-expire-archive-number2): Diito.
5453         (wl-expire-archive-Date): Diito.
5454         (wl-archive-number1): Diito.
5455         (wl-archive-number2): Diito.
5456         (wl-archive-date): Diito.
5457         (wl-archive-folder-p): New function.
5458         (wl-summary-expire): Support of expand folder name at
5459         wl-expire-alist.
5460         * wl-util.el (wl-expand-newtext): Renamed from
5461         `wl-refile-expand-newtext'.
5462
5463 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5464
5465         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5466         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5467         `(elmo-msgdb-get-overview msgdb)'.
5468         (wl-summary-prefetch): Bind match data before call
5469         `wl-summay-prefetch-msg'.
5470         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5471         'off if `wl-summary-buffer-disp-msg' is non-nil.
5472         Fixed problem that couldn't show only one new or unread message when
5473         enter folder.
5474         (wl-summary-reply): Don't call `split-window-vertically' and other
5475         window.
5476
5477 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5478
5479         * wl-expire.el (wl-expire-refile): Fixed.
5480
5481 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5482
5483         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5484
5485         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5486         biff notification is removed.
5487
5488         * wl.el (wl): Changed position of `elmo-init'.
5489
5490         * wl-draft.el (wl-default-draft-cite): Use date field
5491         on the citation buffer.
5492
5493         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5494
5495         * wl-xmas.el (wl-folder-internal-icon-list): Added
5496         `wl-folder-shimbun-image'.
5497
5498         * wl-e21.el (wl-folder-internal-icon-list): Added
5499         `wl-folder-shimbun-image'.
5500
5501 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5502
5503         * wl.el (wl-init): Eliminated argument.
5504         (wl): Rewrite.
5505
5506         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5507         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5508         instead of `elmo-folder-msgdb-internal'.
5509         (wl-summary-sync-update): Ditto.
5510         (wl-summary-flush-pending-append-operations): Eliminated.
5511         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5512         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5513         `elmo-folder-open'.
5514
5515         * wl-mime.el (wl-summary-burst): Fixed.
5516
5517         * wl-folder.el (wl-folder-info-save): Check data type.
5518
5519         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5520         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5521         instead of `elmo-folder-msgdb-internal'.
5522         (wl-expire-hide): Ditto.
5523
5524
5525         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5526
5527 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5528
5529         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5530
5531 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5532
5533         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5534
5535 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5536
5537         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5538         Fixed `match-beginning' argument mismatch.
5539
5540 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5541
5542         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5543         the default value.
5544
5545 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5548         instead of `elmo-nntp-default-port'.
5549
5550         * wl-vars.el: Fixed some doc strings.
5551
5552 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5553
5554         * wl-summary.el (wl-summary-prefetch-msg): Use
5555         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5556
5557         * wl-vars.el: Define *-func as obsolete variable using
5558         `elmo-define-obsolete-variable'.
5559
5560         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5561         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5562         instead of `wl-message-buffer-prefetch-threshold'.
5563
5564         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5565
5566         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5567
5568         * wl-draft.el (wl-caesar-region-func): Ditto.
5569
5570         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5571         Keep unread status in elmo-folder-move-messages.
5572         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5573
5574 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5575
5576         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5577         `wl-summary-buffer-exit-func'
5578         (wl-summary-buffer-message-redisplay-function): Renamed from
5579         `wl-summary-buffer-message-redisplay-func'
5580         (wl-summary-buffer-next-folder-function): Renamed from
5581         `wl-summary-buffer-next-folder-func'.
5582         (wl-summary-buffer-prev-folder-function): Renamed from
5583         `wl-summary-buffer-prev-folder-func'.
5584         (wl-summary-get-petname-function): Renamed from
5585         `wl-summary-get-petname-func'.
5586
5587         * wl-score.el (wl-score-edit-exit-function): Renamed from
5588         `wl-score-edit-exit-func'.
5589
5590         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5591         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5592
5593         * wl-util.el (wl-load-profile-function): Renamed from
5594         `wl-load-profile-func'.
5595
5596         * wl-folder.el (wl-folder-completion-function): Renamed from
5597         `wl-folder-completion-func'.
5598         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5599
5600         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5601         `wl-expire-archive-get-folder-func'.
5602         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5603         (wl-draft-send-mail-function): Renamed from
5604         `wl-draft-send-mail-func'.
5605         (wl-draft-send-news-function): Renamed from
5606         `wl-draft-send-news-func'.
5607         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5608         (wl-generate-mailer-string-function): Renamed from
5609         `wl-generate-mailer-string-func'.
5610         (wl-highlight-signature-search-function): Renamed from
5611         `wl-highlight-signature-search-func'.
5612         (wl-highlight-x-face-function): Renamed from
5613         `wl-highlight-x-face-func'
5614         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5615         (wl-ps-print-buffer-function): Renamed from
5616         `wl-ps-print-buffer-func'
5617         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5618         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5619         (wl-summary-subject-filter-function): Renamed from
5620         `wl-summary-subject-filter-func'.
5621
5622         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5623         `wl-draft-queue-flush-send-func'
5624         (wl-draft-cite-function): Renamed from
5625         `wl-draft-cite-func'
5626
5627         * wl-address.el (wl-address-init-function): Renamed from
5628         `wl-address-init-func'.
5629
5630 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5631
5632         * wl-draft.el (wl-draft-queue-flush): Don't call
5633         `elmo-dop-unlock-message'.
5634         * wl-draft.el (wl-draft-queue-append): Don't call
5635         `elmo-dop-lock-message'.
5636
5637         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5638         (wl-summary-buffer-folder-name): Ditto.
5639         (wl-summary-message-regexp): Added '-' (all other related portions
5640         are changed).
5641         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5642         wl-summary-buffer-folder-name.
5643
5644 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5645
5646         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5647         the number of mails in the folder buffer is not updated by wl-biff.
5648
5649 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5650
5651         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5652         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5653
5654 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5655
5656         * wl-summary.el (wl-summary-next-message):
5657         Return next message number when wl-summary-move-order is nil.
5658
5659 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5660
5661         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5662         `wl-summary-move-spec-alist'.
5663         (wl-summary-move-spec-unplugged-alist): New variable
5664         (Move spec for unplugged status).
5665         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5666         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5667
5668 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5669
5670         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5671         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5672
5673 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5674
5675         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5676         simple quotation to quote the anonymous function.
5677         * tm-wl.el (wl-draft-preview-message): Ditto.
5678
5679 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5680
5681         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5682         Eliminate redundant `save-excursion'.
5683         (wl-highlight-summary-current-line): Ditto.
5684
5685         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5686         accessing match data when `looking-at' failed.
5687
5688         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5689         `elmo-match-string' where users don't care about the speed.
5690         (wl-draft-save): Ditto.
5691
5692 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5693
5694         * wl-util.el (wl-regexp-opt): New function.
5695
5696         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5697         number from `wl-summary-buffer-number-list'.
5698         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5699         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5700         (wl-summary-move-spec-alist): Changed default setting.
5701
5702 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5703
5704         * wl-vars.el (wl-biff-notify-hook): New hook.
5705         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5706         the arrival of new mail.
5707         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5708         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5709
5710 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5711
5712         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5713
5714 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5715
5716         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5717
5718         * Version number is increased to 2.5.8.
5719
5720         * wl-thread.el (toplevel): require 'cl.
5721         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5722         (wl-thread-make-number-list): New function.
5723         (wl-thread-entity-make-number-list-from-children): Ditto.
5724         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5725         (wl-thread-entity-insert-as-children): Likewise.
5726         (wl-thread-delete-message): Likewise.
5727         (wl-meaning-of-mark): Eliminated.
5728         (wl-thread-next-failure-mark-p): Ditto.
5729         (wl-thread-entity-get-mark): Ditto.
5730         (wl-thread-meaning-alist-get-result): Ditto.
5731         (wl-thread-entity-check-prev-mark): Ditto.
5732         (wl-thread-entity-check-next-mark): Ditto.
5733         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5734         (wl-thread-entity-get-prev-marked-entity): Ditto.
5735         (wl-thread-get-prev-unread): Ditto.
5736         (wl-thread-jump-to-prev-unread): Ditto.
5737         (wl-thread-get-next-unread): Ditto.
5738         (wl-thread-jump-to-next-unread): Ditto.
5739         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5740         (wl-thread-entity-get-next-marked-entity): Ditto.
5741
5742         * wl-summary.el (wl-summary-buffer-number-list):
5743         New bufer-local variable.
5744         (wl-summary-switch-to-clone-buffer): Clone
5745         `wl-summary-buffer-number-list'.
5746         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5747         (wl-summary-cursor-move-regex): Eliminated.
5748         (wl-summary-cursor-up): Rewrite.
5749         (wl-summary-cursor-down): Ditto.
5750         (wl-summary-mode-spec-alist): New variable.
5751         (wl-summary-next-message): New inline function.
5752         (wl-summary-cursor-move): New function.
5753         (wl-summary-default-get-next-msg): Rewrite.
5754         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5755         (wl-summary-rescan): Ditto.
5756         (wl-summary-sync-all-init): Ditto.
5757         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5758         summary is not thread view.
5759         (wl-summary-sync-update): Ditto.
5760         (wl-summary-rescan): Ditto.
5761         (wl-summary-make-number-list): New function.
5762
5763         * wl-draft.el: "FCC" -> "Fcc".
5764
5765 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5766
5767         * wl-highlight.el (wl-highlight-summary-window):
5768         Call `set-buffer-modified-p'.
5769
5770         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5771         (wl): Call `elmo-init' and fix.
5772
5773         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5774         Use new variables.
5775
5776         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5777
5778 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5779
5780         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5781
5782 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5783
5784         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5785
5786 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5787
5788         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5789         `wl-use-toolbar' nor `display-graphic-p'.
5790         (wl-e21-setup-message-toolbar): Ditto.
5791         (wl-e21-setup-summary-toolbar): Ditto.
5792         (wl-e21-setup-folder-toolbar): Ditto.
5793
5794         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5795         (wl-plugged-init-icons): Ditto.
5796
5797         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5798         `display-graphic-p'.
5799         (wl-plugged-set-folder-icon): Ditto.
5800         (wl-highlight-plugged-current-line): Ditto.
5801         (wl-highlight-folder-current-line): Ditto.
5802         (wl-e21-highlight-folder-group-line): Ditto.
5803         (wl-e21-setup-toolbar): Ditto.
5804         (wl-e21-display-image-p): New macro.
5805
5806         * wl-demo.el (wl-demo): Simplified.
5807         (wl-demo-image-type-alist): Use `image-type-available-p' for
5808         checking whether the image type `xbm' is available.
5809
5810 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5811
5812         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5813         (wl-summary-input-range): Ditto.
5814
5815 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5816
5817         * wl-summary.el (wl-summary-edit-addresses): Use
5818         `wl-summary-get-original-buffer'
5819         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5820         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5821         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5822         (wl-summary-get-newsgroups): Eliminated.
5823         (wl-summary-set-crosspost): Ditto.
5824         (wl-summary-is-crosspost-folder): Ditto.
5825         (wl-crosspost-alist-load): Ditto.
5826         (wl-crosspost-alist-save): Ditto.
5827
5828         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5829         `elmo-setup-subscribed-newsgroups' instead of
5830         `elmo-nntp-make-groups-hashtb'.
5831         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5832         instead of `wl-crosspost-alist-save'.
5833
5834         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5835         of `elmo-folder-message-appendable-p'.
5836         (wl-mime-header-presentation-method): Eliminated.
5837
5838         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5839         (Error occurs in emacs21).
5840
5841         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5842         the current buffer).
5843
5844         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5845         instead of `wl-crosspost-alist-save'.
5846         (wl-init): `elmo-crosspost-message-alist-load'
5847         instead of `wl-crosspost-alist-load'
5848
5849         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5850         (wl-parse-newsgroups): Likewise.
5851         (wl-biff-notify): Run `wl-biff-notify-hook'.
5852
5853 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5856
5857         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5858         when `wl-summary-lazy-highlight' is non-nil.
5859         (wl-summary-goto-folder-subr): Highlight only when
5860         `wl-summary-lazy-highlight' is non-nil.
5861
5862         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5863         Don't display progress and highlight temp-mark when
5864         `wl-summary-lazy-highlight' is non-nil.
5865         (wl-highlight-summary-window): New function.
5866         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5867
5868 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5869
5870         * wl-summary.el (wl-summary-sync): Change `all-visible'
5871         from `all-shown'
5872         (wl-summary-input-range): Ditto.
5873
5874 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5875
5876         * wl-e21.el (wl-highlight-folder-current-line): Call
5877         `wl-folder-init-icons' when folder icons have not been initialized.
5878
5879         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5880
5881         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5882         (wl-demo-image-type-alist): New macro.
5883
5884 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5885
5886         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
5887         display does not support graphics.
5888         (wl-plugged-init-icons): Ditto.
5889         (wl-folder-init-icons): Ditto.
5890
5891         * wl-demo.el (wl-demo): Chech closely whether the display
5892         supports graphics.
5893
5894 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
5895
5896         * wl-summary.el (wl-summary-get-original-buffer): New function.
5897         (wl-summary-set-crosspost): Use it.
5898         (wl-summary-target-mark-uudecode): Ditto.
5899         (wl-summary-reedit): Ditto.
5900         (wl-summary-resend-bounced-mail): Ditto.
5901         (wl-summary-update-crosspost): Eliminated (It may be incorporated
5902         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
5903
5904         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
5905         (wl-message-display-internal): Ditto.
5906
5907 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
5910
5911 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5912
5913         * wl-summary.el (wl-summary-save-view): Renamed from
5914         `wl-summary-save-status'.
5915
5916 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5917
5918         * wl-summary.el (wl-summary-sync): Added `all-shown'
5919
5920 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5921
5922         * wl-summary.el (wl-summary-input-range): Added `all-shown'
5923
5924 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
5925
5926         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
5927
5928 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
5929
5930         * wl-highlight.el (wl-highlight-summary-line-string): Use
5931         `zerop' instead of `= 0'.
5932         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
5933
5934         * wl-template.el (wl-template-next): Use `=' instead of `eq'
5935         for comparing numbers.
5936         (wl-template-prev): Use `zerop' instead of `eq 0'.
5937
5938         * wl-draft.el (wl-draft-insert-current-message): Use
5939         `with-current-buffer' instead of `save-excursion'.
5940         Use `zerop' instead of `eq 0'.
5941
5942 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
5943
5944         * wl-draft.el (wl-draft-insert-ccs): New function.
5945         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
5946         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
5947
5948 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
5949
5950         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
5951
5952 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
5953
5954         * wl-expire.el (wl-expire-refile): Don't call
5955         elmo-msgdb-add-msgs-to-seen-list;
5956         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
5957         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5958
5959 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5960
5961         * wl-message.el (wl-message-prev-page): Ignore errors while
5962         scroll-down.
5963
5964 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * wl-mime.el: Use elmo-original-message-mode instead of
5967         mmelmo-original-mode.
5968
5969         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
5970         `elmo-folder-get-spec';
5971         (wl-fldmgr-add-completion-all-completions):
5972         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
5973
5974         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
5975         of `elmo-folder-get-type'.
5976
5977         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
5978         `elmo-folder-get-spec';
5979         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5980         Use `elmo-folder-append-message' instead of `elmo-append-msg';
5981         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5982         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
5983         `elmo-read-msg-no-cache';
5984         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
5985         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
5986         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
5987         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
5988         `elmo-cache-save';
5989         (wl-draft-reedit): Use `elmo-message-file-name'.
5990
5991         * wl-expire.el: Use `elmo-folder-name-internal';
5992         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5993         Use macro `wl-summary-buffer-msgdb' instead of variable
5994         `wl-summary-buffer-msgdb';
5995         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
5996         Use macro `wl-summary-buffer-folder-name' instead of variable
5997         `wl-summary-buffer-folder-name'.
5998         * wl-score.el: Likewise.
5999
6000         * wl-message.el: Rewrite for new message buffer cache mechanism.
6001         (wl-message-buffer-cache-buffer-get): New macro.
6002         (wl-message-buffer-cache-folder-get): Ditto.
6003         (wl-message-buffer-cache-message-get): Ditto.
6004         (wl-message-buffer-cache-entry-make): Ditto.
6005         (wl-message-buffer-cache-hit): Ditto.
6006         (wl-message-buffer-cache-sort): New function.
6007         (wl-message-buffer-cache-add): Ditto.
6008         (wl-message-buffer-cache-delete): Ditto.
6009         (wl-message-buffer-cache-clean-up): Ditto.
6010         (wl-message-buffer-window): Rewrite.
6011         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6012         (wl-message-buffer-display): New function.
6013         (wl-message-display-internal): New function.
6014
6015 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6016
6017         * wl-folder.el: Use `elmo-folder-name-internal';
6018         Use `wl-folder-get-elmo-folder';
6019         Use `elmo-folder-list-messages' instead of
6020         `elmo-list-folder';
6021         Use `elmo-folder-get-primitive-list' instead of
6022         `elmo-folder-get-primitive-spec-list';
6023         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6024         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6025         Use `elmo-folder-create' instead of `elmo-create-folder'.
6026         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6027         (wl-folder-get-elmo-folder): New macro.
6028         (wl-folder-elmo-folder-cache-get): Ditto.
6029         (wl-folder-elmo-folder-cache-put): Ditto.
6030         (wl-folder-suspend): Call `elmo-quit'.
6031
6032         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6033         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6034         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6035         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6036         (toplevel): require 'cl.
6037         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6038
6039         * wl-summary.el: Rewrite to use new elmo interface.
6040
6041 \f
6042 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6043
6044         * wl-mime.el (wl-draft-preview-message):
6045         Run `wl-draft-send-hook' before collecting recipients information;
6046         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6047
6048         * tm-wl.el (wl-draft-preview-message): Ditto.
6049
6050 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6051
6052         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6053         wrong receipients are displayed when forwarded message.
6054
6055 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6056
6057         * Version number is increased to 2.5.7.
6058
6059 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6060
6061         * wl-message.el (wl-message-next-page): Bind
6062         `window-pixel-scroll-increment' to nil while scrolling up.
6063
6064 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6065
6066         * wl-vars.el (wl-save-hook): New hook.
6067         * wl.el (wl-save): Call `wl-save-hook'.
6068
6069 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6070
6071         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6072         Argument WITH-ARG instead of NO-ARG (negative mean).
6073         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6074         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6075         * wl-message.el (wl-message-follow-current-entity): Likewise.
6076
6077 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6078
6079         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6080         FROM was optional argument.
6081         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6082
6083 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6084
6085         * Version number is increased to 2.5.6.
6086
6087 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6088
6089         * wl-version.el (wl-version-show): Removed.
6090         (wl-version): Add `interactive'.
6091
6092 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6093
6094         * wl-summary.el (wl-summary-get-petname-func): New variable.
6095         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6096         instead of `wl-address-get-petname-1'.
6097         (wl-summary-simple-from): Ditto.
6098
6099         * wl-address.el (wl-address-get-petname-1): Define as function.
6100
6101 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6104         field in the original message.
6105         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6106
6107 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6108
6109         * wl-expire.el (wl-expire-hide):
6110         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6111
6112 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6113
6114         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6115         find decoder for To, Cc, and Subject.
6116
6117 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6118
6119         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6120         for checking `elmo-use-buffer-cache'.
6121         (wl-summary-mark-as-important): Fixed typo in comment.
6122
6123 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6124
6125         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6126         field in the original message.
6127         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6128
6129 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6130
6131         * wl-expire.el (wl-expire-hide):
6132         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6133
6134 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6135
6136         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6137         find decoder for To, Cc, and Subject.
6138
6139 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6140
6141         * Version number is increased to 2.5.5.
6142
6143         * wl-address.el (wl-address-specials-regexp): New constant.
6144         (wl-address-quote-specials): Use it.
6145
6146 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6147
6148         * wl-summary.el (wl-summary-rescan):
6149         Call `wl-summary-buffer-number-column-detect'.
6150         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6151
6152         * wl-message.el (wl-message-mode-map): Define.
6153         (wl-message-decode): Use it as local-map.
6154
6155 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6156
6157         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6158         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6159
6160 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6161
6162         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6163
6164         * wl-mule.el (wl-read-event-char): Ditto.
6165
6166         * wl-e21.el (wl-read-event-char): Ditto.
6167
6168         * wl-nemacs.el (wl-read-event-char): Ditto.
6169         (read-event): Removed.
6170
6171         * wl-util.el (toplevel): Removed dummy definition of
6172         `read-event'.
6173         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6174
6175 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6176
6177         * wl-nemacs.el (elmo-archive-call-process): Moved to
6178         elmo-archive.el.
6179
6180 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6181
6182         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6183         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6184
6185         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6186         instead of magic-number 6.  Use `not' instead of `null' for symbol
6187         `nil' check (not empty list).
6188         (wl-draft-insert-x-face-field): Fixed paren style.
6189
6190         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6191         one-branch conditional statement, instead of `and' and `if'.
6192         (wl-draft-forward): Likewise.
6193         (wl-draft-add-references): Likewise.
6194         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6195
6196         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6197         conditional steatment.  Use `cond' instead of `if'.
6198         (wl-draft-confirm): Likewise.
6199
6200 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6201
6202         * wl-version.el (wl-version-show): Use `product-string-1'
6203         instead of `wl-version'.
6204         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6205
6206         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6207
6208 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6209
6210         * wl-highlight.el (wl-highlight-headers): Revert
6211         `wl-highlight-x-face-func' argument (`beg' and `end').
6212
6213 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6214
6215         * wl.el (toplevel): Move `product-provide' declare.
6216         * wl-demo.el (toplevel): Ditto.
6217         * wl-dnd.el (toplevel): Ditto.
6218         * wl-highlight.el (toplevel): Ditto.
6219         * wl-message.el (toplevel): Ditto.
6220         * wl-refile.el (toplevel): Ditto.
6221         * wl-util.el (toplevel): Ditto.
6222
6223 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6224
6225         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6226         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6227         (wl-thread-close-all): keep cursor position.
6228
6229 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6230
6231         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6232         (eq x 0).
6233         (wl-generate-user-agent-string-1): Fix conditional statement.
6234
6235 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6236
6237         * wl.el (wl-check-environment): Additional check for
6238         'wl-local-domain' and `wl-message-id-domain'.
6239
6240 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6241
6242         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6243
6244 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6245
6246         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6247         instead of `smtp-sasl-user-realm'.
6248
6249 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6250
6251         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6252
6253 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6254
6255         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6256         to the default value as well as `eword-lexical-analyzer'.
6257
6258 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6259
6260         * wl-version.el (wl-extended-emacs-version,
6261         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6262         `elmo-match-string' instead of `wl-match-string'.
6263
6264 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6265
6266         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6267         docstring.
6268
6269 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6270
6271         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6272
6273 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6274
6275         * wl-highlight.el (wl-highlight-headers): Remove
6276         `wl-highlight-x-face-func' argument (`beg' and `end').
6277
6278 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6279
6280         * wl-summary.el (wl-summary-mark-as-important):
6281         Remove cache if folder is local.
6282
6283 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6284
6285         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6286         to get existing e-mail address string.
6287
6288 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6289
6290         * wl-version.el (wl-generate-user-agent-string): Commentary.
6291         (wl-generate-user-agent-string-1): Use `when' for
6292         one-branch conditional statement, instead of `and' and `if'.
6293         (wl-extended-emacs-version, wl-extended-emacs-version2,
6294         wl-extended-emacs-version3): Ditto.
6295
6296 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6299         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6300         condition-case; Remove initialization.
6301         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6302         (wl-summary-sync-update3): Added argument `sync-all';
6303         Eliminated local variable `msgdb';
6304         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6305         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6306         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6307
6308 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6309
6310         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6311         connection before call `wl-draft-send-mail-with-smtp'.
6312
6313 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * Version number is increased to 2.5.4.
6316
6317 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6318
6319         * wl.el (wl-check-environment): Additional check for
6320         'wl-local-domain' and `wl-message-id-domain'.
6321
6322 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6323
6324         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6325         buffer as command specific.
6326         (wl-folder-mark-as-read-all-entity): Ditto.
6327         (wl-folder-prefetch-entity): Ditto.
6328         (wl-folder-drop-unsync-entity): Ditto.
6329
6330         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6331         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6332         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6333
6334         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6335         save-excursion.
6336
6337 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6338
6339         * Version number is increased to 2.5.3.
6340
6341         * wl-summary.el (wl-summary-save-view-cache):
6342         Delete duplicated `write-region';
6343         Use `write-region-as-binary' instead of `as-binary-output-file' and
6344         `write-region'.
6345
6346 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6347
6348         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6349
6350 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6351
6352         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6353         instead of `smtp-via-smtp'.
6354
6355 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6356
6357         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6358
6359 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6360
6361         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6362         instead of `smtp-sasl-user-realm'.
6363
6364 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6365
6366         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6367
6368 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6369
6370         * Version number is increased to 2.5.2.
6371
6372 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6375         does not exist.
6376         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6377         (wl-biff-start): Call `timer-activate' if timer already exists.
6378
6379         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6380         only when it is bound as function.
6381
6382 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6383
6384         * Version number is increased to 2.5.1.
6385
6386 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6389         Print refile/copy destination.
6390
6391 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6392
6393         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6394         queue-flush-only is non-nil.
6395
6396         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6397
6398         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6399         checking cache folder.
6400
6401 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6402
6403         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6404         `regexp-quote'.
6405
6406 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6407
6408         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6409         function.
6410         * wl-summary.el (wl-summary-write-current-folder-functions):
6411         Change default value.  Use it.
6412
6413 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6414
6415         * Version number is increased to 2.5.0.
6416
6417         * wl-version.el (wl-version): Changed codename.
6418
6419 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6420
6421         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6422         (wl-summary-supersedes-message): Ditto.
6423
6424 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6425
6426         * wl-refile.el (wl-refile-guess-functions): Renamed from
6427         `wl-refile-guess-func-list'.
6428
6429 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6430
6431         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6432         Fixed problem when no rule was matched.
6433
6434 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6435
6436         * wl-summary.el (wl-summary-get-mark): Fixed
6437         `wl-summary-buffer-target-mark' check logic.
6438
6439 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6440
6441         * wl-folder.el (wl-folder-write-current-folder): Added group
6442         folder check.
6443
6444         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6445         `wl-summary-write-current-newsgroup'.
6446         (wl-summary-write-current-folder-functions): New variable.
6447         * wl-folder.el (wl-folder-get-newsgroups): New function.
6448         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6449         (wl-folder-write-current-folder): Renamed from
6450         `wl-folder-write-current-newsgroup'.
6451
6452 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6453
6454         * Version number is increased to 2.3.93.
6455
6456 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6457
6458         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6459         (wl-ldap-make-matched-value-list): Ditto.
6460         (wl-ldap-alias-safe-string): Split e-mail address.
6461
6462         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6463         petname folder default was selected.
6464         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6465         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6466
6467 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6468
6469         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6470         to `wl-draft-config-exec'.
6471
6472         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6473         instead of calling `wl-draft-config-exec';
6474         Process group-list and show recipients in minibuffer.
6475
6476         * tm-wl.el (wl-draft-preview-message): Ditto.
6477
6478 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6479
6480         * wl.el (toplevel): Added (C) to copyright notice, and
6481         sync Author header.
6482         * tm-wl.el (toplevel): Ditto.
6483         * wl-address.el (toplevel): Ditto.
6484         * wl-demo.el (toplevel): Ditto.
6485         * wl-dnd.el (toplevel): Ditto.
6486         * wl-draft.el (toplevel): Ditto.
6487         * wl-e21.el (toplevel): Ditto.
6488         * wl-expire.el (toplevel): Ditto.
6489         * wl-folder.el (toplevel): Ditto.
6490         * wl-highlight.el (toplevel): Ditto.
6491         * wl-message.el (toplevel): Ditto.
6492         * wl-mime.el (toplevel): Ditto.
6493         * wl-mule.el (toplevel): Ditto.
6494         * wl-nemacs.el (toplevel): Ditto.
6495         * wl-refile.el (toplevel): Ditto.
6496         * wl-score.el (toplevel): Ditto.
6497         * wl-summary.el (toplevel): Ditto.
6498         * wl-template.el (toplevel): Ditto.
6499         * wl-thread.el (toplevel): Ditto.
6500         * wl-util.el (toplevel): Ditto.
6501         * wl-vars.el (toplevel): Ditto.
6502         * wl-xmas.el (toplevel): Ditto.
6503
6504 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6505
6506         * wl.el (wl-init): Added comment about `wl-init-hook'.
6507         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6508         * wl-vars.el (wl-init-hook): Added docs.
6509         (wl-make-plugged-hook): Removed useless docs.
6510         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6511         * wl-xmas.el (toplevel): Ditto.
6512
6513 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6514
6515         * wl-address.el (toplevel): Fixed multiple Author header format.
6516         * wl-demo.el (toplevel): Ditto.
6517         * wl-draft.el (toplevel): Ditto.
6518         * wl-folder.el (toplevel): Ditto.
6519         * wl-summary.el (toplevel): Ditto.
6520         * wl-thread.el (toplevel): Ditto.
6521         * wl-util.el (toplevel): Ditto.
6522         * wl-vars.el (toplevel): Ditto.
6523         * wl-version.el (toplevel): Ditto.
6524         * wl-xmas.el (toplevel): Ditto.
6525         * wl.el (toplevel): Ditto.
6526
6527         * wl-version.el (toplevel): Added require `elmo-version' for
6528         `product-version-as-string'.
6529
6530 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6531
6532         * wl-vars.el (wl-draft-send-hook): Changed default value to
6533         '(wl-draft-config-exec).
6534
6535         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6536         explicitly.
6537         (wl-draft): Set `wl-draft-config-exec-flag' before running
6538         `wl-mail-setup-hook'.
6539
6540         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6541         `wl-biff-init-icons' to `wl-init-hook' instead of
6542         `wl-make-plugged-hook'.
6543         (Because if `wl-draft' command is invoked at first,
6544         they are not initialized)
6545         Updated copyright notice.
6546
6547         * wl-e21.el (toplevel): Ditto;
6548
6549         * wl-demo.el (toplevel): Updated copyright notice.
6550         * wl-address.el (toplevel): Ditto.
6551         * wl-draft.el (toplevel): Ditto.
6552         * wl-version.el (toplevel): Ditto.
6553         * wl-folder.el (toplevel): Ditto.
6554         * wl-summary.el (toplevel): Ditto.
6555         * wl-thread.el (toplevel): Ditto.
6556         * wl-util.el (toplevel): Ditto.
6557         * wl-vars.el (toplevel): Ditto.
6558         * wl.el (toplevel): Ditto.
6559
6560 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6561
6562         * wl-highlight.el (wl-highlight-message): Fixed problem of
6563         highlighting failure which occured when the last field contains
6564         multiple lines in the draft buffer.
6565
6566         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6567         `wl-biff-start' if plugged.
6568
6569         * wl-util.el (wl-biff-check-folder): New function.
6570         (wl-biff-check-folders): Don't set session name prefix.
6571         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6572         (wl-biff-check-folder-async): Ditto.
6573
6574         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6575         in email address.
6576
6577 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6578
6579         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6580
6581         * wl-draft.el (wl-draft-strip-subject-re): New function.
6582
6583         * wl-draft.el (wl-draft-reply): Use it.
6584
6585 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6586
6587         * wl-message.el (wl-mmelmo-message-redisplay): Use
6588         `mime-display-message' instead of `wl-mime-display-message'.
6589
6590         * wl-mime.el (toplevel): Removed compatibility workaround
6591         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6592         (wl-mime-display-message): Abolished.
6593         (wl-mime-entity-read-field): Ditto.
6594         (wl-mime-combine-message/partial-pieces): Use
6595         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6596
6597 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6598
6599         * wl-template.el: Doc fixes.
6600
6601 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6602
6603         * wl-e21.el (wl-message-overload-functions): Do nothing if
6604         `current-local-map' is not available.
6605         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6606
6607 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6608
6609         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6610         representation.
6611
6612         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6613         number.
6614         (wl-fldmgr-save-folders): Don't use `format' when insert
6615         `wl-fldmgr-folders-header'.
6616
6617 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6618
6619         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6620
6621 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6622
6623         * wl-highlight.el (wl-highlight-message):
6624         Use `std11-field-end' to detect end point of the header field.
6625         Refer `wl-highlight-max-header-size'.
6626
6627         * wl-vars.el (wl-highlight-max-header-size): New variable.
6628
6629         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6630
6631         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6632         Set `for-draft' argument of wl-highlight-headers.
6633         (wl-draft): Ditto.
6634         (wl-draft-reedit): Ditto.
6635         (wl-user-agent-compose-internal): Ditto.
6636
6637 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6638
6639         * wl-message.el (wl-message-add-button): Use overlay.
6640
6641 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6642
6643         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6644
6645         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6646         problem when group-list content is nothing.
6647         (Reported by Mito <mit@nines.nec.co.jp>)
6648
6649 2000-10-18  SAITO Atsunori <sai@yedo.com>
6650
6651         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6652
6653 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6654
6655         * tm-wl.el (toplevel): Use product-provide.
6656
6657 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6658
6659         * Version number is increased to 2.3.92.
6660
6661 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6662
6663         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6664         title text, use `display' property for left margin under Emacs 21.
6665
6666         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6667         properties.
6668         (wl-plugged-init-icons): Ditto.
6669
6670 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6671
6672         * wl.el (wl-save-status, wl-init): Remove last period in
6673         "...done." message.
6674         * tm-wl.el (wl-summary-burst): Ditto.
6675         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6676         wl-summary-resume-cache-status,
6677         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6678         wl-summary-sync-update3, wl-summary-highlight-msgs,
6679         wl-summary-flush-pending-append-operations,
6680         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6681         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6682         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6683         wl-thread-open-all): Ditto.
6684         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6685         * wl-mime.el (wl-summary-burst): Ditto.
6686         * wl-highlight.el (wl-highlight-summary): Ditto.
6687         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6688         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6689         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6690         * wl-address.el (wl-local-address-init): Ditto.
6691
6692 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6693
6694         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6695         `add-text-properties'.
6696         (wl-plugged-init-icons): Ditto.
6697         (wl-folder-init-icons): Use `propertize' instead of
6698         `put-text-property'.
6699         (wl-plugged-set-folder-icon): Ditto.
6700         (wl-e21-highlight-folder-group-line): Ditto.
6701
6702 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6703
6704         * wl-version.el (wl-version-status-alist): New variable.
6705         (wl-version-status): New function.
6706
6707         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6708         "Cc" part of the case "Reply-To".
6709
6710         * wl-draft.el (wl-draft-reply): Use result of
6711         `eword-extract-address-components'.
6712
6713         * wl-demo.el (wl-demo-icon-name): New constant.
6714         (wl-logo-xpm): Use it.
6715         (wl-logo-xbm): Ditto.
6716         (wl-logo-bitmap): Ditto.
6717
6718         * Version number is increased to 2.3.91.
6719
6720 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6721
6722         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6723         (wl-extended-emacs-version, wl-extended-emacs-version2,
6724         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6725         docstring.
6726
6727         * wl-version.el (wl-generate-user-agent-string-1): New function.
6728         (wl-generate-user-agent-string): Use it.
6729
6730         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6731         `mime-edit-insert-user-agent-field'.
6732         (wl-generate-user-agent-string): Check
6733         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6734
6735         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6736         instead of `if', when verbose case.
6737
6738 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6739
6740         * wl-expire.el (wl-summary-expire): Fix.
6741
6742 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6743
6744         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6745         and `elmo-lost+found-folder' if 'wl-draft.
6746         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6747
6748 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6749
6750         * wl-expire.el (wl-summary-expire): Change messages.
6751         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6752         `deleing-info' instead of "Deleting..."
6753
6754 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6755
6756         * wl-summary.el (wl-summary-refile-subr): Fix.
6757
6758 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6759
6760         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6761         if pipe folder.
6762
6763 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6764
6765         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6766
6767 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6768
6769         * wl-expire.el (wl-expire-hide): New function.
6770         (wl-summary-expire): Add `hide'.
6771
6772 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6773
6774         * wl-vars.el (wl-draft-reply-without-argument-list):
6775         Changed default value to consider `Reply-To:'.
6776         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6777
6778         * Version number is increased to 2.3.90.
6779
6780         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6781         elmo-imap4-get-session with unwind-protect.
6782         Don't cause error.
6783         (wl-summary-sync-marks): Don't check plugged nor folder type.
6784         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6785         (Always keep current buffer).
6786
6787 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6788
6789         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6790         Enclose with `save-excursion'.
6791
6792 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6793
6794         * wl-version.el (wl-version): Remove interactive.
6795
6796 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6797
6798         * wl-version.el (wl-generate-user-agent-string): Use
6799         `product-string-verbose' instead of `product-string-1'.
6800
6801 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6802
6803         * wl-vars.el (wl-draft-use-cache): New variable.
6804         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6805         if wl-draft-use-cache is non-nil.
6806
6807 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6808
6809         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6810         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6811
6812 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6815         (wl-thread-msg-mark-as-unread): Ditto.
6816
6817         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6818         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6819         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6820         Don't set mark in summary if return value of `elmo-mark-as-read'
6821         is nil.
6822         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6823         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6824         instead of `wl-thread-msg-mark-as-read'.
6825         (wl-summary-mark-as-unread-region): Ditto.
6826         (wl-summary-target-mark-mark-as-read): Ditto.
6827
6828         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6829
6830 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6831
6832         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6833
6834         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6835
6836 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6837
6838         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6839         face.
6840
6841 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6842
6843         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6844         `running-xemacs'.
6845
6846 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6847
6848         * wl-version.el (toplevel): Use `product-version-as-string' for
6849         set verstion-string, if defined.
6850
6851         * wl-version.el (wl-version-show): Insert string at point, when
6852         call with argument.
6853
6854         * wl-version.el (wl-generate-user-agent-string): Use
6855         `product-string-1' instead of `wl-appname', `wl-version' and
6856         `wl-codename'.
6857
6858 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6859
6860         * wl-address.el (toplevel): Use product-provide.
6861         * wl-demo.el (toplevel): Ditto.
6862         * wl-dnd.el (toplevel): Ditto.
6863         * wl-draft.el (toplevel): Ditto.
6864         * wl-e21.el (toplevel): Ditto.
6865         * wl-expire.el (toplevel): Ditto.
6866         * wl-fldmgr.el (toplevel): Ditto.
6867         * wl-folder.el (toplevel): Ditto.
6868         * wl-highlight.el (toplevel): Ditto.
6869         * wl-message.el (toplevel): Ditto.
6870         * wl-mime.el (toplevel): Ditto.
6871         * wl-mule.el (toplevel): Ditto.
6872         * wl-nemacs.el (toplevel): Ditto.
6873         * wl-refile.el (toplevel): Ditto.
6874         * wl-score.el (toplevel): Ditto.
6875         * wl-summary.el (toplevel): Ditto.
6876         * wl-template.el (toplevel): Ditto.
6877         * wl-thread.el (toplevel): Ditto.
6878         * wl-util.el (toplevel): Ditto.
6879         * wl-vars.el (toplevel): Ditto.
6880         * wl-xmas.el (toplevel): Ditto.
6881         * wl.el (toplevel): Ditto.
6882
6883 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6884
6885         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
6886         instead of product.
6887
6888         * wl-version.el (wl-version): Compile time evalution elmo-version.
6889
6890 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
6891
6892         * wl-summary.el (wl-summary-sync-force-update): Append queue
6893         `mark-as-read'if unplugged.
6894
6895 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6896
6897         * wl-version.el: New file.  Use product.el.
6898         * wl.el: add (require 'wl-version).
6899         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
6900         for ~/.folders header.
6901         (wl-fldmgr-folders-header): Changed.
6902         * wl-demo.el (wl-demo): Use product.el.
6903
6904         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
6905         wl-version.el.
6906         * wl-util.el (wl-version, wl-version-show): Ditto.
6907
6908         * wl-util.el (wl-generate-user-agent-string,
6909         wl-extended-emacs-version, wl-extended-emacs-version2,
6910         wl-extended-emacs-version3): Move to wl-version.el.
6911         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
6912         xemacs-codename, mime-edit-insert-user-agent-field,
6913         mime-edit-user-agent-value, mime-editor/version,
6914         mime-editor/codename): Compile warning killer move to
6915         wl-version.el
6916
6917 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
6918
6919         * wl-summary.el (wl-summary-refile-subr): Fix.
6920
6921 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6922
6923         * wl-summary.el (wl-summary-sync-marks): Changed argument for
6924         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6925
6926 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
6927
6928         * wl.el (wl-check-environment): Check too many `@'.
6929
6930 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
6931
6932         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
6933
6934 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6935
6936         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
6937         wl-draft-reply-myself-without-argument-list): Add variables.
6938         * wl-draft.el (wl-draft-reply): Use it.
6939
6940 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
6941
6942         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
6943         the 5th argument of `elmo-network-get-spec'.
6944
6945         * wl-thread.el (wl-thread-reparent-children): New inline function.
6946         (wl-thread-delete-message): Use it.
6947
6948         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
6949         (wl-summary-score-update-all-lines): Don't use `dolist'.
6950
6951 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6952
6953         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
6954         (require 'elmo-msgdb) for inline function.
6955
6956 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6957
6958         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
6959
6960 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6961
6962         * wl-score.el (wl-score-headers): Fix for the confusing macro
6963         `elmo-kill-buffer'.
6964
6965 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6966
6967         * wl-summary.el: Don't use the 3rd argument of `require' because
6968         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
6969         * wl-util.el: Ditto.
6970         * wl-draft.el: Ditto.
6971
6972 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6973
6974         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
6975         window system is not used.
6976
6977 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
6978
6979         * wl-thread.el: Don't use `mapcar' only for iteration.
6980         (wl-thread-resume-entity): Ditto.
6981         (wl-thread-delete-message): Ditto.
6982
6983         * wl-summary.el: Bind `dragdrop-drop-functions',
6984         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
6985         of `require' for `timezone', `easymenu' and `ps-print';
6986         don't use `mapcar' only for iteration.
6987
6988         * wl-util.el: Bind `mule-version', `nemacs-version',
6989         `emacs-beta-version', `xemacs-codename',
6990         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
6991         `mime-editor/version' and `mime-editor/codename'; specify 3rd
6992         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
6993         only for iteration.
6994
6995         * wl-score.el: Don't use `mapcar' only for iteration.
6996         (wl-score-simplify-buffer-fuzzy): Ditto.
6997         (wl-score-simplify-subject): Ditto.
6998         (wl-score-headers): Ditto.
6999         (wl-summary-score-update-all-lines): Ditto.
7000
7001         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7002         `enable-multibyte-characters' and `mule-version'.
7003
7004         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7005         `mapcar' only for iteration.
7006
7007         * wl-demo.el: Don't use `mapcar' only for iteration.
7008
7009         * wl-folder.el: Don't use `mapcar' only for iteration.
7010         (wl-folder-open-all): Ditto.
7011         (wl-folder-count-incorporates): Ditto.
7012
7013         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7014         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7015
7016         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7017         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7018         `smtp-connection-type'; specify 3rd argument of `require' for
7019         `timezone'; don't use `mapcar' only for iteration.
7020         (wl-draft-clone-local-variables): Don't use `mapcar'.
7021         (wl-draft-generate-clone-buffer): Ditto.
7022         (wl-user-agent-compose-internal): Ditto.
7023
7024         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7025
7026         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7027         (wl-save-status): Ditto.
7028
7029         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7030         for iteration.
7031
7032 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7033
7034         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7035         removed `Date'.
7036         (wl-fldmgr-make-filter-default): New user option.
7037
7038         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7039         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7040         (wl-fldmgr-filter-completion-alist): Abolish.
7041
7042         * wl.el (wl): Don't check servers if arg is non-nil.
7043
7044         * wl-draft.el (wl-draft-reply): Set only message-id string to
7045         In-Reply-To field.
7046
7047 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7048
7049         * wl-summary.el (wl-summary-pick): Rewrite.
7050
7051         * wl-draft.el (wl-draft-forward): Get references field from
7052         original buffer.
7053         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7054
7055 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7056
7057         * wl-draft.el (wl-draft-forward): Add references field.
7058
7059 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7060
7061         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7062         (wl-draft-reply): Use it.
7063
7064 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7065
7066         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7067         when Emacs 21 is running.
7068
7069         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7070         bindings.
7071
7072 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7073
7074         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7075         XPM icons transparent.
7076
7077         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7078         Emacs 21.
7079
7080 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7081
7082         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7083         nil.
7084
7085         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7086         when it is persistent.
7087         (wl-summary-sync-marks): Changed argument for
7088         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7089         (wl-summary-virtual): Use `elmo-read-search-condition'.
7090         (wl-summary-redisplay-internal): If folder is local, mark as read
7091         even when folder is plugged.
7092
7093 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7094
7095         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7096         of `tool-bar-lines' in the frame parameters.
7097         (after-make-frame-functions, post-command-hook): Don't modify the
7098         value.
7099         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7100         wl-e21-tool-bar-lines): Removed.
7101
7102 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7103
7104         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7105         properties `evaporate' and `wl-momentary-overlay' as well.
7106         (wl-highlight-summary-displaying): Ditto.
7107         (wl-delete-all-overlays): Don't delete overlay which does not have
7108         a property `wl-momentary-overlay'.
7109
7110         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7111         `display-mouse-p' and `display-graphic-p'.
7112         (wl-folder-init-icons): Don't search for XBM or the other files.
7113         (wl-plugged-set-folder-icon): Make icons if and only if
7114         `display-graphic-p' returns non-nil.
7115         (wl-highlight-plugged-current-line): Use `before-string' overlay
7116         property to show icon images.
7117         (wl-highlight-folder-current-line): Ditto.
7118         (wl-e21-highlight-folder-group-line): Ditto.
7119         (wl-e21-highlight-folder-by-numbers): Ditto.
7120         (wl-e21-insert-image): Removed.
7121         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7122         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7123         said.
7124         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7125         `wl-e21-force-switch-toolbar'.
7126         (wl-e21-make-icon-image): Removed.
7127         (wl-e21-setup-toolbar): Don't search for XBM files.
7128         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7129         the default value.
7130
7131 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7132
7133         * wl-util.el (wl-biff-check-folder-async): Set
7134         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7135
7136 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7137
7138         * wl-e21.el (after-make-frame-functions): Add
7139         `wl-e21-force-switch-toolbar'.
7140         (wl-e21-force-switch-toolbar): New function force to switch the
7141         toolbar appearance automatically.
7142         (post-command-hook): Add `wl-e21-switch-toolbar'.
7143         (wl-e21-switch-toolbar): New function to switch the toolbar
7144         appearance automatically.
7145         (wl-e21-tool-bar-lines): New buffer local variable.
7146
7147 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7148
7149         * wl-util.el (wl-biff-check-folders-running): New variable.
7150         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7151         (wl-biff-check-folder-async-callback):
7152         Set `wl-biff-check-folders-running'.
7153         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7154         with unwind-protect.
7155
7156         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7157         Enclose `wl-folder-auto-check' with unwind-protect.
7158
7159         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7160         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7161
7162         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7163
7164         * wl-util.el (wl-biff-notify): New inline function.
7165         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7166         locally.
7167         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7168         folder-list' is 1.
7169         Use `wl-biff-notify'.
7170         (wl-biff-check-folder-async-callback): New function.
7171         (wl-biff-check-folder-async): Ditto.
7172
7173         * wl-folder.el (wl-folder): Don't check folders.
7174         (wl-folder-auto-check): New function.
7175
7176 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7177
7178         * wl-util.el (wl-biff-start) [Emacs19+]:
7179         Use `timer-next-integral-multiple-of-time'.
7180         (wl-biff-check-folders): Use `wl-default-folder'
7181         if `wl-biff-check-folder-list' is nil.
7182
7183 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7184
7185         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7186         instead of `elmo-delete-lists'.
7187
7188 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7189
7190         * wl.el (wl-plugged-toggle-all): Set the value of
7191         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7192         (wl-plugged-toggle): Ditto.
7193         (wl-toggle-plugged): Ditto.
7194         (wl-plugged-init): Ditto.
7195
7196         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7197         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7198         instead of `wl-biff-state-indicator-off' and
7199         `wl-biff-state-indicator-on'; don't modify the value and the type
7200         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7201         (wl-plugged-init-icons): Set icons data to
7202         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7203         instead of `wl-plug-state-indicator-off' and
7204         `wl-plug-state-indicator-on'; don't modify the value and the type
7205         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7206
7207         * wl-vars.el (wl-modeline-biff-state-off,
7208         wl-modeline-biff-state-on, wl-modeline-biff-status,
7209         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7210         wl-modeline-plug-status): New internal variables.
7211         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7212         wl-biff-check-interval, wl-biff-check-folder-list): Change
7213         customization group from `wl-folder' to `wl-highlight'.
7214         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7215         wl-show-plug-status-on-modeline): Defcustomized.
7216
7217         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7218         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7219         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7220         a flag to `mode-line-buffer-identification'.
7221
7222         * wl-e21.el (wl-biff-init-icons): Set icons data to
7223         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7224         instead of `wl-biff-state-indicator-off' and
7225         `wl-biff-state-indicator-on'.
7226         (wl-plugged-init-icons): Set icons data to
7227         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7228         instead of `wl-plug-state-indicator-off' and
7229         `wl-plug-state-indicator-on'.
7230
7231 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7232
7233         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7234         excessive titles.
7235
7236 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7237
7238         * wl.el (wl-plugged-mode): Use revised
7239         `wl-mode-line-buffer-identification'.
7240         (wl-plugged-init): Don't use `force-mode-line-update'.
7241
7242         * wl-xmas.el (wl-draft-overload-functions): Use revised
7243         `wl-mode-line-buffer-identification'.
7244         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7245         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7246         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7247         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7248         `wl-make-plugged-hook';
7249         add `wl-folder-init-icons' and `wl-setup-folder' to
7250         `wl-folder-mode-hook'.
7251
7252         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7253         19 as well.
7254         (wl-mode-line-display-priority-list): New user option.
7255         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7256         Defcustomized.
7257         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7258         Add docs.
7259
7260         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7261         start.
7262         (wl-mode-line-buffer-identification): Revised as a function.
7263
7264         * wl-summary.el (wl-summary-mode): Use revised
7265         `wl-mode-line-buffer-identification'; don't call
7266         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7267         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7268         `wl-xmas-setup-summary'.
7269
7270         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7271         `wl-mode-line-buffer-identification'.
7272
7273         * wl-mule.el (wl-draft-overload-functions): Use revised
7274         `wl-mode-line-buffer-identification'.
7275
7276         * wl-folder.el (wl-make-plugged-alist): Don't call
7277         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7278         (wl-folder): Don't call `wl-folder-init-icons' directly.
7279         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7280         `wl-xmas-setup-folder' directly;
7281         use revised `wl-mode-line-buffer-identification'.
7282         (TopLevel): Don't bind `wl-biff-init-icons',
7283         `wl-plugged-init-icons', `wl-folder-init-icons',
7284         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7285
7286         * wl-e21.el (wl-draft-overload-functions): Use revised
7287         `wl-mode-line-buffer-identification'.
7288         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7289         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7290         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7291         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7292         `wl-make-plugged-hook';
7293         add `wl-folder-init-icons' and `wl-setup-folder' to
7294         `wl-folder-mode-hook'.
7295
7296 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7297             Katsumi Yamaoka    <yamaoka@jpl.org>
7298
7299         * wl.el (wl): Call `wl-biff-start'.
7300         (wl-exit): Call `wl-biff-stop'.
7301         (wl-plugged-mode): Show biff in modeline.
7302         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7303
7304         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7305         (wl-biff-init-icons): New function.
7306         (wl-plugged-init-icons): Don't make too much keymaps.
7307         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7308
7309         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7310         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7311         variables.
7312         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7313         options.
7314
7315         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7316         wl-biff-start, wl-biff-stop): New functions.
7317         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7318         (wl-biff-timer-name): New variable.
7319
7320         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7321
7322         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7323         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7324
7325         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7326         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7327
7328         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7329         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7330         `wl-folder-init-icons' to `ignore' if they are not available.
7331         (wl-folder-mode): Show biff in modeline.
7332
7333         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7334         (wl-biff-init-icons): New function.
7335         (wl-plugged-init-icons): Don't make too much keymaps.
7336         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7337
7338 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7339
7340         * wl-vars.el (wl-strict-diff-folders): Customization Type
7341         and doc fix.  Define as a list of regular expressions for
7342         folders or nil.
7343         * wl-folder.el (wl-folder-check-one-entity): Use
7344         `wl-string-match-member' instead of `wl-string-member' for
7345         `wl-strict-diff-folders'.
7346
7347 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7348
7349         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7350         (wl-highlight-folder-current-line): Use it; new implementation.
7351         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7352         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7353         `defsubst' instead of `defun'.
7354
7355         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7356         `wl-highlight-group-folder-by-numbers'; made it can also be a
7357         number.  See info for more details.
7358
7359         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7360         running.
7361
7362         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7363         to bind them.
7364
7365         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7366         (wl-highlight-folder-current-line): New implementation.
7367
7368         * wl-highlight.el (wl-highlight-folder-group-line): New
7369         implementation.
7370         (wl-delete-all-overlays): Rewrite as a marco.
7371         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7372
7373         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7374         running.
7375         (wl-folder-*-glyph): No need to bind them.
7376
7377         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7378         `wl-e21-highlight-folder-group-icon'; rewrite.
7379         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7380         `defsubst' instead of `defun'.
7381         (wl-folder-mode-map): Bind it when compiling.
7382
7383 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7384
7385         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7386
7387         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7388
7389 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7390
7391         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7392
7393 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7394
7395         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7396         (wl-highlight-folder-current-line): Use it.
7397
7398         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7399         in `id-name'.
7400
7401 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7402
7403         * wl.el: Require `wl-e21' when Emacs 21 is running.
7404
7405         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7406         default when Emacs 21 is running.
7407         (wl-use-highlight-mouse-line): Ditto.
7408         (wl-on-emacs21): New constant.
7409         (wl-on-emacs20): Removed.
7410
7411         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7412         Emacs 21 is running.
7413
7414         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7415         Emacs 21 is running.
7416
7417         * wl-e21.el: New file.
7418
7419 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7420
7421         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7422         (wl-toggle-plugged): Ditto.
7423         (wl-plugged-toggle): Ditto.
7424         (wl-plugged-toggle-all): Ditto.
7425
7426         * wl-vars.el (wl-plug-state-indicator): Refer
7427         `wl-plug-state-indicator-on' indirectly.
7428
7429 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7430
7431         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7432         Call `wl-folder-confirm-existence'.
7433
7434         * wl-folder.el (wl-folder-confirm-existence): Added optional
7435         argument `force'.
7436
7437 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7438
7439         * wl-summary.el (wl-summary-refile-subr): Assume
7440         `copy-or-refile' as symbol.
7441         (wl-summary-refile): Follow up above change.
7442         (wl-summary-copy): Ditto.  Doc fix.
7443
7444 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7445
7446         * wl-summary.el (wl-summary-pick): Don't bind
7447         `elmo-search-mime-charset'.
7448
7449         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7450         default using old backquote style.
7451         (wl-search-mime-charset): Abolished.
7452
7453         * wl-highlight.el (wl-highlight-headers):
7454         Call `point' after `re-search-forward'(for Nemacs).
7455
7456         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7457         for elmo-imap4.el.
7458
7459 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7460
7461         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7462         `wl-message-ignored-field-list' instead of
7463         `mime-view-ignored-field-list'.
7464
7465         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7466         Add interactive spec.
7467         (wl-folder-goto-bottom-of-current-folder): Ditto.
7468         (wl-folder-mode-map): Bind them.
7469
7470         * wl-vars.el (wl-message-ignored-field-list): New variable.
7471         (wl-message-visible-field-list): New variable.
7472
7473         * wl-mime.el (wl-mime-header-presentation-method): New function.
7474         (wl-mime-setup): Set header-presentation-method.
7475
7476 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7477
7478         * wl-nemacs.el (wl-draft-overload-functions): Set
7479         `mode-line-buffer-identification' instead of using
7480         `wl-make-modeline'.
7481
7482         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7483         instead of using `wl-make-modeline'.
7484
7485         * wl-xmas.el (wl-plugged-init-icons): Set up
7486         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7487         (wl-make-modeline): Abolish.
7488         (wl-draft-overload-functions): Set
7489         `mode-line-buffer-identification' instead of using
7490         `wl-make-modeline'.
7491
7492         * wl-util.el (wl-make-modeline-subr): Abolish.
7493         (wl-mode-line-buffer-identification): New alias.
7494
7495         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7496         (wl-summary-make-modeline): Abolish.
7497         (wl-summary-buffer-set-folder): Set
7498         `wl-summary-buffer-folder-indicator'.
7499         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7500         of using `wl-make-modeline'.
7501         (wl-summary-switch-to-clone-buffer): Don't set
7502         `mode-line-buffer-identification'.
7503         (wl-summary-goto-folder-subr): Ditto.
7504
7505         * wl-mule.el (wl-draft-overload-functions): Set
7506         `mode-line-buffer-identification' instead of using
7507         `wl-make-modeline'.
7508
7509         * wl-folder.el (wl-folder-mode): Set
7510         `mode-line-buffer-identification' instead of using
7511         `wl-make-modeline'.
7512         (wl-folder): Don't set `mode-line-buffer-identification'.
7513
7514 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7515
7516         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7517         instead of `member' for `wl-refile-guess-func-list' look-ups.
7518         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7519
7520 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7521
7522         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7523         `wl-message-button-dispatcher'.
7524
7525         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7526
7527         * wl-message.el (wl-message-button-dispatcher): Use it.
7528
7529         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7530         "In-Reply-To".
7531
7532         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7533         Bind `case-fold-search' to t.
7534
7535 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7536
7537         * wl-xmas.el (wl-message-overload-functions): Initialize
7538         `wl-message-button-map'.
7539
7540         * wl-mule.el (wl-message-overload-functions): Initialize
7541         `wl-message-button-map'.
7542
7543         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7544
7545         * wl-message.el (wl-message-button-map): New keymap.
7546         (wl-message-add-button): New function.
7547         (wl-message-button-dispatcher): New function.
7548         (wl-message-button-refer-article): New function.
7549
7550         * wl-highlight.el
7551         (wl-highlight-message-add-buttons-to-header): New function.
7552         (wl-highlight-headers): Use it.
7553
7554 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7555
7556         * wl-summary.el (wl-summary-default-from): Use
7557         `wl-address-get-petname-1'.
7558         (wl-summary-simple-from): Ditto.
7559
7560         * wl-address.el (wl-address-get-petname-1): New inline function.
7561         (wl-address-get-petname): Use it.
7562
7563 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7564
7565         * wl-summary.el (wl-summary-default-from): Return full-name part
7566         from the address if no petname was found.
7567         (wl-summary-simple-from): Ditto.
7568
7569         * wl-address.el (wl-address-get-petname): Return nil if no petname
7570         associated with the address was found.
7571
7572 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7573
7574         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7575         display is finished.
7576
7577 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7578
7579         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7580         `elmo-folder-exists-p' argument.
7581
7582 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7583
7584         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7585         the folder.
7586
7587 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7588
7589         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7590
7591         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7592         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7593
7594 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7595
7596         * wl-folder.el (wl-folder-create-subr): New function.
7597         (wl-folder-confirm-existence): Use it.
7598         (wl-folder-check-one-entity): Use it.
7599         Check the error symbol is derived from 'elmo-open-error.
7600
7601         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7602         `ignore-error'.
7603
7604 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7605
7606         * wl-util.el (toplevel): Add (eval-when-compile (require
7607         'elmo-util)).  (Maybe `provide' is typo.)
7608
7609 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7612         (I don't know why this was needed.)
7613
7614         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7615         Follow up changes for stream-type.
7616
7617         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7618         (wl-draft-elmo-nntp-send): Ditto.
7619
7620         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7621         (wl-nntp-posting-stream-type): Ditto.
7622         (wl-pop-before-smtp-ssl): Abolished.
7623         (wl-nntp-posting-ssl): Ditto.
7624
7625         * wl-address.el (wl-address-quote-specials): New function.
7626         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7627
7628         * wl-draft.el (wl-draft-reply): Ditto.
7629
7630 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7631
7632         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7633         use function `wl-string-match-assoc'.
7634
7635 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7636
7637         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7638
7639         * wl-draft.el (wl-draft-deduce-address-list): New function.
7640         (wl-draft-parse-mailbox-list): Ditto.
7641         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7642         instead of `smtp-deduce-address-list'.
7643         (wl-draft-on-field-p): Follow group list.
7644
7645         * wl-address.el (wl-address-concat-token): New function.
7646         (wl-address-string-without-group-list-contents): Ditto.
7647         (wl-complete-field-body): Fixed problem of completion
7648         by japanese petname.
7649         (wl-address-make-completion-list): Rewrite.
7650
7651 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7652
7653         * wl-address.el (wl-address-make-completion-list): Completion by
7654         petname.
7655         (wl-complete-field-body): Likewise.
7656
7657 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7660         contains invalid address syntax.
7661
7662 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7663
7664         * wl-folder.el (wl-folder-check-entity-async): Use
7665         `elmo-nntp-spec-hostname'.
7666
7667 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7668
7669         * wl-summary.el (wl-summary-msgdb-load-async): Use
7670         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7671
7672 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7673
7674         * wl-draft.el (wl-draft-reply): Set argument
7675         `content-transfer-encoding' as nil.
7676
7677 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7678
7679         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7680         `wl-refile-alist'.
7681
7682 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7683
7684         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7685         (wl-draft-edit-string): Ditto.
7686         (wl-draft-forward): Ditto.
7687         * wl-summary.el (wl-summary-write): Ditto.
7688
7689 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7690
7691         * wl-summary.el (wl-summary-sync-update3): Call
7692         `wl-summary-buffer-number-column-detect'.
7693         (wl-summary-buffer-number-column-detect): Search from point-min.
7694
7695 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7698         contains an address which is not included in original to or cc.
7699
7700 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7701
7702         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7703         begin-line does not exist.
7704         * wl-message.el (wl-message-uu-substring): Ditto.
7705
7706 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7707
7708         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7709         clear local variables.
7710         (wl-summary-exit): Call `elmo-commit'.
7711         (wl-summary-switch-to-clone-buffer): Call
7712         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7713         (wl-summary-goto-folder-subr): Ditto.
7714
7715         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7716         POP folder.
7717
7718 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7719
7720         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7721         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7722         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7723         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7724         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7725         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7726
7727         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7728
7729 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7730
7731         * wl-summary.el (wl-summary-search-by-subject):
7732         Search parent message from the latest one.
7733
7734 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7735
7736         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7737         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7738
7739         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7740         New user option.
7741
7742         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7743         if elmo-nntp-use-killed-list is nil.
7744         Use `elmo-msgdb-append-to-killed-list'.
7745         (Append numbers confirmed as disappeared to the killed list.)
7746         (wl-summary-confirm-appends): Don't display negative number.
7747
7748 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7749
7750         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7751
7752 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7753
7754         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7755         range is `all'.
7756         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7757         `elmo-list-bigger-diff'.
7758
7759 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7760
7761         * wl-summary.el (wl-summary-buffer-exit-func):
7762         New buffer local variable.
7763         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7764
7765 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7766
7767         * wl-demo.el (wl-demo): Fix the last change.
7768
7769 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7770
7771         * wl-demo.el (wl-demo): Don't use `eval'.
7772
7773 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7774
7775         * wl-summary.el (wl-summary-buffer-thread-modified):
7776         New buffer-local variable.
7777         (wl-summary-set-thread-modified): New function.
7778         (wl-summary-thread-modified-p): New function.
7779         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7780         (wl-summary-yank-saved-message): Use function
7781         `wl-summary-set-thread-modified'
7782         (wl-summary-switch-to-clone-buffer): Add
7783         `wl-summary-buffer-thread-modified'.
7784
7785         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7786         (wl-summary-buffer-mark-saved-hook): Ditto.
7787         * wl-summary.el (wl-summary-msgdb-save): New hook
7788         `wl-summary-buffer-message-saved-hook' and
7789         `wl-summary-buffer-mark-saved-hook'.
7790
7791 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7792
7793         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7794
7795 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7796
7797         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7798         don't hide scroll bars under FSF Emacsen because it may incur an
7799         undesirable redrawing.
7800
7801 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7802
7803         * wl-draft.el (wl-draft-edit-string): Call
7804         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7805
7806 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7807
7808         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7809
7810 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7811
7812         * wl-summary.el (wl-summary-msgdb-load-async): Call
7813         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7814
7815 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7816
7817         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7818         fringes in demo buffer; center bitmap logo correctly even if old
7819         Mule is used.
7820
7821 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7822
7823         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7824
7825         * wl-refile.el (wl-refile-subject-alist): New variable.
7826         (wl-refile-subject-alist-file-name): Ditto.
7827         (wl-refile-alist-setup): Rewrite.
7828         (wl-refile-alist-save): Use `elmo-object-save'.
7829         Eliminated arguments.
7830         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7831         (wl-refile-guess-by-subject): New function.
7832         (wl-refile-guess-func-list): Added it.
7833
7834 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7835
7836         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7837         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7838
7839 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7840
7841         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7842         New buffer-local variable.
7843         (wl-summary-buffer-next-folder-func): Ditto.
7844         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7845         if non-nil.
7846         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7847         if non-nil.
7848         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7849         if non-nil.
7850         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7851         if non-nil.
7852
7853 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7854
7855         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7856         permanently in the demo buffer.
7857
7858 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7859
7860         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7861         `mime-entity-fetch-field'.
7862
7863         * wl.el (wl-exit): Delete plugged buffer.
7864
7865         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7866         XEmacs has menubar feature.
7867
7868 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7869
7870         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7871         cannot arrive at the beginning of the buffer under old Emacsen.
7872
7873 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7874
7875         * wl-address.el (wl-address-ldap-search):
7876         Call `ldap-search-entries' with `withdn' argument t.
7877         (wl-complete-field-body): Bind completion-ignore-case as t.
7878         Clear ldap search hash when it was sole completion.
7879         Use elmo-string for pattern string.
7880         (wl-ldap-alias-safe-string): Eliminated needless let.
7881
7882 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7883
7884         * wl-address.el (wl-ldap-alias-dn-level): New variable.
7885         (wl-ldap-alias-sep): New constant.
7886         (wl-ldap-search-attribute-type-list): Ditto.
7887         (wl-ldap-get-value): New function.
7888         (wl-ldap-make-filter): Ditto.
7889         (wl-ldap-make-matched-value-list): Ditto.
7890         (wl-ldap-alias-safe-string): Ditto.
7891         (wl-ldap-register-dn-string): Ditto.
7892         (wl-address-ldap-search): Rewrite.
7893
7894 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7895
7896         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
7897         thread is deleted.
7898         (wl-thread-delete-line-from-buffer): Ditto.
7899         (wl-thread-get-exist-children): New function.
7900
7901 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
7902
7903         * wl-demo.el (wl-demo): Made it to select various image types.
7904         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
7905         from `wl-title-logo'.
7906         (wl-logo-ascii): New variable.
7907         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
7908         (wl-demo-copyright-notice): New constant.
7909
7910         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
7911
7912 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7913
7914         * wl-vars.el (wl-summary-target-above): Renamed from
7915         wl-summary-temp-above.
7916         * wl-score.el (wl-score-get-score-alist): Use it.
7917         (wl-summary-score-update-all-lines): Use it.
7918         * wl-summary.el: Ditto. (make-variable-buffer-local).
7919
7920 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7921
7922         * wl-vars.el (wl-ldap-port): New user option.
7923
7924         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
7925         Rewite whole implementation.
7926         (wl-complete-field-body): Fixed.
7927
7928 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
7929
7930         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
7931         Choose implementation at compile time.
7932
7933 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7934
7935         * wl-address.el (wl-ldap-search-internal): New function.
7936         (wl-complete-field-to): Use it.
7937
7938 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
7939
7940         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
7941         Use `let' instead of `let*'.
7942         Require 'wl-vars.
7943
7944         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
7945         Define as defcustom.
7946         (wl-ldap-base): Ditto.
7947         (wl-use-ldap): Ditto.
7948
7949 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7950
7951         * wl-address.el (wl-ldap-search): New function.
7952         (wl-complete-field-body): Use `wl-ldap-search'.
7953         (wl-ldap-server): New variable.
7954         (wl-ldap-base): Ditto.
7955         (wl-use-ldap): Ditto.
7956
7957 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
7958
7959         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
7960         (Pointed out by Mito <mit@nines.nec.co.jp>).
7961         * wl-summary.el (wl-summary-redisplay-no-mime): Update
7962         buffer-local variables like `wl-summary-redisplay-internal'.
7963         (wl-summary-redisplay-all-header): Likewise.  Update
7964         Summary view too.
7965
7966 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
7967
7968         * wl-summary.el (wl-summary-jump-to-parent-message):
7969         Consider prefix argument.
7970
7971         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
7972         when closed thread is deleted.
7973
7974 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
7975
7976         * wl-summary.el (wl-summary-jump-to-parent-message):
7977         Consider thread modification.
7978
7979 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
7980
7981         * wl-message.el (wl-message-normal-get-original-buffer): Use
7982         `save-excursion'.
7983
7984         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
7985         (wl-summary-showto-folder-regexp): Ditto.
7986
7987 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
7988
7989         * wl-util.el (wl-delete-alist): Doc fix.
7990         (wl-delete-associations): New function.
7991         (wl-inverse-alist): New function.
7992         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
7993         Split temporary variables. Use `wl-delete-associations'
7994         and `wl-inverse-alist'.
7995         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
7996
7997 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
7998
7999         * wl-folder.el (wl-folder-prefetch-entity):
8000         Execute prefetching if new count is unknown.
8001
8002 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8003
8004         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8005
8006         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8007         delete entity.
8008         (wl-thread-set-parent): If insert as top, set linked as nil.
8009
8010         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8011         `wl-thread-cleanup-symbols' when view mode is thread.
8012
8013 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8014
8015         * wl-folder.el (wl-folder-create-folder-entity): Use
8016         with-current-buffer.
8017         (wl-local-folder-init): Call set-buffer to make sure we are in
8018         the Folder buffer. Don't touch buffer-local variables here.
8019         (wl-folder-mode): Initialize buffer-local variables here.
8020
8021         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8022         (wl-folder-entity-assign-id): Ditto.
8023         (wl-folder-create-entity-hashtb): Ditto.
8024         (wl-local-folder-init): Ditto.
8025         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8026
8027 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8028
8029         * wl-summary.el (wl-summary-default-from): Fix probrem when
8030         std11-extract-address-components return (nil "foo@bar").
8031
8032 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8033
8034         * wl-draft.el (wl-draft-clone-local-variables):
8035         Remove redundant `setq'.
8036
8037 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8040         Bind wl-highlight-x-face-func as nil while highlighting header.
8041
8042 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8043
8044         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8045
8046 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8047
8048         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8049         elmo-msgdb-overview-hashtb from copy-variables.
8050         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8051         instead of `elmo-msgdb-overview-get-entity-by-number'.
8052         (wl-summary-auto-refile): Ditto.
8053
8054         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8055         `elmo-msgdb-overview-get-entity' instead of
8056         `elmo-msgdb-search-overview-entity'.  Use
8057         `elmo-msgdb-overview-get-entity' instead of
8058         `elmo-msgdb-overview-get-entity-by-number'.
8059         (wl-thread-insert-entity-sub): Ditto.
8060         (wl-thread-insert-message): Ditto.
8061
8062         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8063         `elmo-msgdb-overview-get-entity'.
8064         (wl-normal-message-redisplay): Ditto.
8065
8066 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8067
8068         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8069         `wl-thread-entities'.
8070         (wl-thread-delete-message): Fix remove top message from
8071         `wl-thread-entity-list'.
8072
8073         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8074         wl-append(nconc), because update-list is broken on Meadow.
8075
8076         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8077         updating process.
8078         (wl-summary-rescan): Ditto.
8079         (wl-summary-sync-update3): Ditto.
8080         * wl-thread.el (wl-thread-set-parent): Renamed from
8081         `wl-summary-set-parent'.
8082         (wl-thread-insert-message): Updating buffer faster.
8083         (wl-thread-delete-message): Updating buffer faster.
8084
8085         * wl-score.el (wl-summary-score-update-all-lines): Changed
8086         interval for display progress gauge.
8087
8088 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8089
8090         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8091         folder always-sticky.
8092         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8093         defmacro.
8094
8095 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8096
8097         * wl-vars.el (wl-draft-add-references): New user option.
8098
8099         * wl-draft.el (wl-draft-add-references): New function.
8100         (wl-draft-yank-from-mail-reply-buffer): Use it.
8101         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8102         as nil.
8103
8104 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8105
8106         * wl-thread.el (wl-thread-update-line-msgs): Called
8107         `wl-thread-update-line-on-buffer-sub'.
8108         (wl-thread-update-line-on-buffer): Delete routine of inserting
8109         thread.
8110         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8111         moved from `wl-thread-update-line-on-buffer'.
8112         Add threshold for displaying progress gauge.
8113         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8114         argument of `wl-thread-update-line-msgs'.
8115         Add threshold for displaying progress gauge.
8116         * wl-folder.el:
8117         Add threshold for displaying progress gauge.
8118         * wl-score.el: Ditto.
8119
8120         * wl-expire.el (wl-summary-expire): Display deleting info.
8121
8122 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8125         `no-msg'.
8126         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8127         argument of `wl-thread-update-line-msgs'.
8128         (wl-summary-set-parent): Added optional argument `parent-number'.
8129         (wl-summary-buffer-saved-message): New buffer local variable.
8130         (wl-summary-save-current-message): New command.
8131         (wl-summary-yank-saved-message): Ditto.
8132         (wl-summary-mode-map): Added key binding for
8133         `wl-summary-save-current-message' (\ew) and
8134         `wl-summary-yank-saved-message' (\C-y).
8135         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8136
8137 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-summary.el (wl-summary-mode-map): Added key binding for
8140         `wl-summary-set-parent' (ts).
8141
8142 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8143
8144         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8145         subject faster. If thread number is reverse, delayed updating
8146         thread.
8147         (wl-summary-search-by-subject): Ditto.
8148         (wl-summary-put-alike): Ditto.
8149         (wl-summary-get-alike): Ditto.
8150         (wl-summary-insert-headers): Insert header of all overview in
8151         buffer.
8152         (wl-summary-rescan): Delayed updating thread. Kill search subject
8153         buffer for wl-summary-search-by-subject.
8154         (wl-summary-sync-update3): Ditto.
8155         (wl-summary-exit): Ditto.
8156         (wl-summary-goto-bottom-of-current-thread): Change for linked
8157         thread.
8158         (wl-summary-overview-create-summary-line): Change line for linked
8159         thread.
8160
8161         * wl-summary.el (wl-summary-update-thread): Use
8162         wl-thread-maybe-get-children-num.
8163         (wl-summary-set-parent): If change parent, move sub thread.
8164         (wl-summary-redisplay-internal): Add horizontal recenter.
8165         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8166
8167         * wl-thread.el (wl-thread-entity-get-linked): New function.
8168         (wl-thread-entity-set-linked): New function.
8169         (wl-thread-create-entity): Add linked element.
8170         (wl-thread-entity-insert-as-top): Use wl-append.
8171         (wl-thread-maybe-get-children-num): If closing thread, return
8172         children msgs.
8173         (wl-thread-update-line-msgs): Displaying progress message.
8174         (wl-thread-update-line-on-buffer-sub): Use
8175         wl-thread-maybe-get-children-num.
8176         (wl-thread-update-line-on-buffer): If update line is not exists,
8177         insert thread.
8178         (wl-thread-delete-message): If delete top msg of thread, search
8179         parent by subject.
8180         (wl-thread-insert-entity): Use
8181         wl-thread-maybe-get-children-num.
8182
8183         * wl-highlight.el (wl-highlight-summary-current-line): change
8184         sregexp for linked thread.
8185         * wl-util.el (wl-count-lines): Count lines.
8186         (wl-horizontal-recenter): horizontal recenter.
8187         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8188         (wl-score-get-alike): Ditto.
8189         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8190         (wl-subject-length-limit): New variable.
8191         (wl-highlight-thread-indent-string-regexp): Changed for linked
8192         thread.
8193
8194 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8195
8196         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8197         New variable (revival).
8198         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8199         by subject matching if there's no in-reply-to nor references field
8200         (revival).
8201
8202 \f
8203 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8204
8205         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8206         message.
8207
8208 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * wl-summary.el (wl-summary-reply): Return t if there was a
8211         message at cursor point.
8212         Added unwind-protect.
8213         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8214         returns t.
8215         (wl-summary-cancel-message): Do nothing when there's no message at
8216         cursor point.
8217         (wl-summary-forward): Ditto.
8218         (wl-summary-jump-to-parent-message): Ditto.
8219         (wl-summary-reedit): Ditto.
8220         (wl-summary-edit-addresses): Ditto.
8221         (wl-summary-pipe-message): Ditto.
8222         (wl-summary-print-message-with-ps-print): Ditto.
8223         (wl-summary-print-message): Ditto.
8224         (wl-summary-mark-as-important): Ditto.
8225         (wl-summary-mark-as-unread): Ditto.
8226
8227         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8228         message at cursor point.
8229         (wl-summary-reply-with-citation): Remove unwind-protect.
8230
8231         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8232         subject searching feature.
8233         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8234         Eliminated.
8235
8236 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8237
8238         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8239         New variable.
8240         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8241         by subject matching if there's no in-reply-to nor references field.
8242
8243         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8244
8245         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8246         when display is finished.
8247         (wl-folder-open-all): Ditto.
8248         (wl-folder-update-access-group): Ditto.
8249         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8250         * wl-thread.el (wl-thread-close-all): Ditto.
8251
8252         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8253         progress gauge only when it was displayed.
8254         * wl-folder.el (wl-folder-insert-entity): Ditto.
8255
8256 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8257
8258         * wl-summary.el (wl-summary-incorporate): Enclose
8259         `wl-summary-sync-force-update' with save-excursion.
8260
8261 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8262
8263         * wl-summary.el (wl-summary-prefetch-region):
8264         Pass current cursor point to `pos-visible-in-window-p' after
8265         moving cursor to the started point.
8266
8267 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8268
8269         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8270
8271         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8272         fields from the forwarding message.
8273         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8274         `ignored-fields'.
8275
8276 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8277
8278         * wl-mime.el (wl-message-request-partial):
8279         Eliminated argument `msgdb'.
8280         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8281         (wl-mime-combine-message/partial-pieces): Likewise.
8282         * tm-wl.el (wl-message-request-partial): Likewise.
8283         (wl-mime-combine-message/partial-pieces): Likewise.
8284
8285 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8286
8287         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8288         when display is finished.
8289
8290 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8291
8292         * wl-summary.el (wl-summary-goto-folder-subr):
8293         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8294
8295 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8296
8297         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8298         when cursor point is visible.
8299
8300 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8301
8302         * wl-expire.el (wl-expire-archive-get-max-number):
8303         Don't use `file-name-directory'.
8304
8305 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8306
8307         * wl-expire.el (wl-expire-archive-get-max-number):
8308         Use `file-name-directory'.
8309
8310 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8311
8312         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8313         only when there is progress.
8314
8315 2000-04-13  Mito <mit@nines.nec.co.jp>
8316
8317         * wl-summary.el (wl-summary-sync-marks): Display progress.
8318
8319 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8320
8321         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8322         (wl-summary-prev): Move cursor regardless of unread status.
8323         (wl-summary-next): Ditto.
8324
8325 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8326
8327         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8328         Added argument `target' and `number'.
8329         * tm-wl.el (wl-summary-burst-subr): New function.
8330         (wl-summary-burst): Use it.
8331
8332 2000-04-10  Mito <mit@nines.nec.co.jp>
8333
8334         * wl-mime.el (wl-burst): New function.
8335         (wl-summary-burst): Use it.
8336
8337 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8338
8339         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8340         as petname when there's no candidate.
8341
8342 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8343
8344         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8345         New variable.
8346         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8347
8348         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8349
8350         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8351
8352 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8353
8354         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8355         Use substring of `original' instead of buffer-substring.
8356         (wl-refile-evaluate-rule):
8357         Set `original' argument of wl-refile-expand-newtext.
8358
8359         * wl-summary.el
8360         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8361         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8362         (wl-summary-auto-refile): Check existence of destination folder just
8363         before marking.
8364
8365 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8366
8367         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8368         when wl-refile-get-field-value return nil.
8369
8370 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8371
8372         * wl-refile.el
8373         (wl-refile-expand-newtext): New function imported from Gnus.
8374         (wl-refile-evaluate-rule): Use it.
8375
8376 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8377
8378         * wl-summary.el (wl-summary-print-destination):
8379         Duplicate folder string to avoid putting text-property on
8380         original string.
8381
8382         * wl-refile.el (wl-refile-get-field-value): New function.
8383         (wl-refile-evaluate-rule): New function;
8384         Evaluate refile rule recursively.
8385         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8386         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8387         New function; Check existence of a target folder recursively.
8388         (wl-summary-auto-refile-check-refile-rule-alist):
8389         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8390
8391 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8392
8393         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8394
8395         * wl-folder.el (wl-create-folder-entity-from-buffer):
8396         Fixed problem when '}' character is contained in folder name.
8397
8398         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8399
8400 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8401
8402         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8403         (wl-fldmgr-add-completion-all-completions):
8404         Use wl-fldmgr-add-completion-hashtb.
8405
8406 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8407
8408         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8409         wl-fldmgr-add-completion-subr): New functions.
8410         * wl-folder.el (wl-folder-completion-func): New variable.
8411         * wl-summary.el (wl-summary-read-folder):
8412         Use wl-folder-completion-func.
8413
8414         * wl-refile.el: Eliminate throw & catch.
8415
8416         * wl.el (wl-plugged-sending-queue-status): Fixed.
8417
8418 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8419
8420         * wl-draft.el (wl-draft): Put category property on
8421         mail-header-separator.